@charset "UTF-8";
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*!
 * Font Awesome Free 5.8.1 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,
.fab,
.fal,
.far,
.fas {
  -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: 0.08em solid #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,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

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

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

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

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

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

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

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

.fa-flip-vertical {
  transform: scaleY(-1);
}

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

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  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-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-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: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.eot);
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.woff) format("woff"),
    url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-brands-400.svg#fontawesome) format("svg");
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.eot);
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.woff) format("woff"),
    url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.fa,
.fab,
.far {
  font-weight: 400;
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.eot);
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.woff) format("woff"),
    url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fab,
.far,
.fas {
  font-family: FontAwesome;
}

.fas {
  font-weight: 900;
}

@font-face {
  font-family: opal-icon;
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.eot);
  src: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.eot?#iefix) format("eot"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.woff2) format("woff2"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.woff) format("woff"), url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.ttf) format("truetype"),
    url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/fonts/opal-icon.svg#opal-icon) format("svg");
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > .menu-item:before,
.entry-meta .entry-meta-inner > span:not(:first-child):before,
.handheld-footer-bar .cart .footer-cart-contents:before,
.handheld-footer-bar .my-account .my-accrount-footer:before,
.handheld-footer-bar .search .search-footer:before,
.main-navigation .top-menu > li:not(:last-child):before,
.opal-icon,
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before,
.owl-theme .products .owl-nav [class*="owl-"]:before,
.shop-action .compare:before,
.shop-action .wooscp-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before,
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action a[class*="product_type_"]:before,
.single-product div.product .entry-summary .wooscp-btn:before,
.single-product div.product .entry-summary .woosw-btn:before,
.single-product div.product .summary .compare:before,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a:before,
.wishlist-empty:before,
.woocommerce-cart .cart-empty:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before,
[class*="opal-icon-"]:before,
blockquote:before {
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.opal-icon-arrow-left:before {
  content: "";
}

.opal-icon-arrow-right:before {
  content: "";
}

.opal-icon-award:before {
  content: "";
}

.opal-icon-bars:before {
  content: "";
}

.opal-icon-cart-empty:before,
.woocommerce-cart .cart-empty:before {
  content: "";
}

.opal-icon-check:before {
  content: "";
}

.opal-icon-chevron-down:before {
  content: "";
}

.opal-icon-chevron-left:before {
  content: "";
}

.opal-icon-chevron-right:before {
  content: "";
}

.opal-icon-chevron-up:before {
  content: "";
}

.opal-icon-circle:before {
  content: "";
}

.opal-icon-cogs:before {
  content: "";
}

.opal-icon-compare:before,
.shop-action .compare:before,
.shop-action .wooscp-btn:before,
.single-product div.product .entry-summary .wooscp-btn:before,
.single-product div.product .summary .compare:before {
  content: "";
}

.opal-icon-credit-card:before {
  content: "";
}

.opal-icon-decor-left:before {
  content: "";
}

.opal-icon-decor-right:before {
  content: "";
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > .menu-item:before,
.entry-meta .entry-meta-inner > span:not(:first-child):before,
.main-navigation .top-menu > li:not(:last-child):before,
.opal-icon-diamond:before {
  content: "";
}

.opal-icon-download:before {
  content: "";
}

.opal-icon-email:before {
  content: "";
}

.opal-icon-envelope-open-text:before {
  content: "";
}

.opal-icon-filter:before {
  content: "";
}

.opal-icon-heart-remove:before,
.wishlist-empty:before {
  content: "";
}

.opal-icon-heart:before,
.shop-action .woosw-btn:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.single-product div.product .entry-summary .woosw-btn:before,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a:before {
  content: "";
}

.opal-icon-helmet:before {
  content: "";
}

.opal-icon-home-lg-alt:before {
  content: "";
}

.opal-icon-home-lg:before {
  content: "";
}

.opal-icon-location-circle:before {
  content: "";
}

.opal-icon-location:before {
  content: "";
}

.opal-icon-long-arrow-down:before {
  content: "";
}

.opal-icon-long-arrow-up:before {
  content: "";
}

.opal-icon-menu:before {
  content: "";
}

.opal-icon-minus:before {
  content: "";
}

.opal-icon-motocross:before {
  content: "";
}

.opal-icon-motorcycle:before {
  content: "";
}

.opal-icon-mouse-pointer:before {
  content: "";
}

.opal-icon-phone-square:before {
  content: "";
}

.opal-icon-phone:before {
  content: "";
}

.opal-icon-pistons:before {
  content: "";
}

.opal-icon-play:before {
  content: "";
}

.opal-icon-plus:before {
  content: "";
}

.opal-icon-quickview:before,
.shop-action .woosq-btn:before,
.shop-action .yith-wcqv-button:before {
  content: "";
}

.opal-icon-quote-left:before,
blockquote:before {
  content: "";
}

.opal-icon-safe:before {
  content: "";
}

.handheld-footer-bar .search .search-footer:before,
.opal-icon-search:before {
  content: "";
}

.handheld-footer-bar .cart .footer-cart-contents:before,
.opal-icon-shopping-cart:before,
.shop-action a[class*="product_type_"]:before {
  content: "";
}

.opal-icon-sign-in:before {
  content: "";
}

.opal-icon-sign-out:before {
  content: "";
}

.opal-icon-sliders-v:before {
  content: "";
}

.opal-icon-speedometer:before {
  content: "";
}

.opal-icon-star:before {
  content: "";
}

.opal-icon-support-heart:before {
  content: "";
}

.opal-icon-tachometer-alt-fastest:before {
  content: "";
}

.opal-icon-thermometer-full:before {
  content: "";
}

.opal-icon-times:before {
  content: "";
}

.opal-icon-tyre:before {
  content: "";
}

.handheld-footer-bar .my-account .my-accrount-footer:before,
.opal-icon-user-circle:before {
  content: "";
}

.opal-icon-user-friends:before {
  content: "";
}

.opal-icon-user-headset:before {
  content: "";
}

.opal-icon-user:before {
  content: "";
}

.opal-icon-users-class:before {
  content: "";
}

.opal-icon-users:before {
  content: "";
}/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel,
.woocommerce-product-carousel ul.products,
.woocommerce .woocommerce-carousel ul.products {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage,
.woocommerce-product-carousel ul.products .owl-stage,
.woocommerce .woocommerce-carousel ul.products .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after,
.woocommerce-product-carousel ul.products .owl-stage:after,
.woocommerce .woocommerce-carousel ul.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer,
.woocommerce-product-carousel ul.products .owl-stage-outer,
.woocommerce .woocommerce-carousel ul.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper,
.woocommerce-product-carousel ul.products .owl-item,
.woocommerce-product-carousel ul.products .owl-wrapper,
.woocommerce .woocommerce-carousel ul.products .owl-item,
.woocommerce .woocommerce-carousel ul.products .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.owl-carousel .owl-item,
.woocommerce-product-carousel ul.products .owl-item,
.woocommerce .woocommerce-carousel ul.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.woocommerce-product-carousel ul.products .owl-dots.disabled,
.woocommerce-product-carousel ul.products .owl-nav.disabled,
.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,
.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.woocommerce-product-carousel ul.products .owl-dot,
.woocommerce-product-carousel ul.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.products .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.products .owl-dot,
.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded,
.woocommerce-product-carousel ul.owl-loaded.products,
.woocommerce .woocommerce-carousel ul.owl-loaded.products {
  display: block;
}
.owl-carousel + .owl-carousel-thumbnail,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail {
  margin-top: 10px;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item {
  opacity: 0.2;
  transition: opacity 0.4s;
  cursor: pointer;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover {
  opacity: 1;
}
.owl-carousel.owl-loading,
.woocommerce-product-carousel ul.owl-loading.products,
.woocommerce .woocommerce-carousel ul.owl-loading.products {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden,
.woocommerce-product-carousel ul.owl-hidden.products,
.woocommerce .woocommerce-carousel ul.owl-hidden.products {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item,
.woocommerce-product-carousel ul.owl-refresh.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item,
.woocommerce-product-carousel ul.owl-drag.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab,
.woocommerce-product-carousel ul.owl-grab.products,
.woocommerce .woocommerce-carousel ul.owl-grab.products {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl,
.woocommerce-product-carousel ul.owl-rtl.products,
.woocommerce .woocommerce-carousel ul.owl-rtl.products {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item,
.woocommerce-product-carousel ul.owl-rtl.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
  float: right;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated,
.woocommerce-product-carousel ul.products .animated,
.woocommerce .woocommerce-carousel ul.products .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in,
.woocommerce-product-carousel ul.products .owl-animated-in,
.woocommerce .woocommerce-carousel ul.products .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out,
.woocommerce-product-carousel ul.products .owl-animated-out,
.woocommerce .woocommerce-carousel ul.products .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut,
.woocommerce-product-carousel ul.products .fadeOut,
.woocommerce .woocommerce-carousel ul.products .fadeOut {
  animation-name: c;
}

@keyframes c {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 0.5s ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy,
.woocommerce-product-carousel ul.products .owl-item .owl-lazy,
.woocommerce .woocommerce-carousel ul.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy,
.woocommerce-product-carousel ul.products .owl-item img.owl-lazy,
.woocommerce .woocommerce-carousel ul.products .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper,
.woocommerce-product-carousel ul.products .owl-video-wrapper,
.woocommerce .woocommerce-carousel ul.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon,
.woocommerce-product-carousel ul.products .owl-video-play-icon,
.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover,
.woocommerce-product-carousel ul.products .owl-video-play-icon:hover,
.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon:hover {
  transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-play-icon,
.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-tn,
.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-play-icon,
.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn,
.woocommerce-product-carousel ul.products .owl-video-tn,
.woocommerce .woocommerce-carousel ul.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame,
.woocommerce-product-carousel ul.products .owl-video-frame,
.woocommerce .woocommerce-carousel ul.products .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav,
.owl-theme .products .owl-nav,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"],
.owl-theme .products .owl-nav [class*="owl-"],
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"],
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"] {
  width: auto;
  line-height: normal;
  height: auto;
  color: #5c5c5c;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
  transition: all 0.3s ease;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before,
.owl-theme .products .owl-nav [class*="owl-"]:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before {
  font-size: 9px;
  font-family: FontAwesome;
  display: block;
  text-align: center;
  color: #5c5c5c;
  background: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  box-sizing: content-box;
  transition: all 0.3s ease;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next,
.owl-theme .products .owl-nav [class*="owl-"].owl-next,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-next:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next:before {
  content: "\f054";
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev:before {
  content: "\f053";
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-theme .products .owl-nav [class*="owl-"]:hover,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover {
  text-decoration: none;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover:before,
.owl-theme .products .owl-nav [class*="owl-"]:hover:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover:before {
  color: #fff;
  border-color: #e81938;
  background-color: #e81938;
}
.owl-theme.owl-carousel .owl-nav .disabled,
.owl-theme .products .owl-nav .disabled,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav .disabled,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav .disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.owl-theme.owl-carousel .owl-dots,
.owl-theme .products .owl-dots,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots .owl-dot,
.owl-theme .products .owl-dots .owl-dot,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  text-align: center;
  margin-right: 20px;
  border-radius: 50%;
  background: #5c5c5c;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover,
.owl-theme .products .owl-dots .owl-dot.active,
.owl-theme .products .owl-dots .owl-dot:hover,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot.active,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot.active,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot:hover {
  background: #e81938;
}
.owl-theme.owl-carousel .owl-dots .owl-dot:last-child,
.owl-theme .products .owl-dots .owl-dot:last-child,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot:last-child,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot:last-child {
  margin: 0;
}

.slider-visible .owl-carousel .owl-stage-outer,
.slider-visible .woocommerce-product-carousel ul.products .owl-stage-outer,
.slider-visible .woocommerce .woocommerce-carousel ul.products .owl-stage-outer,
.woocommerce-product-carousel .slider-visible ul.products .owl-stage-outer,
.woocommerce .woocommerce-carousel .slider-visible ul.products .owl-stage-outer {
  overflow: visible;
}

.woocommerce-product-carousel ul.products,
.woocommerce .woocommerce-carousel ul.products {
  position: static;
}/* ===== Start Gutter: Column ===== */
#content,
.container,
.container-fluid,
.opal-canvas-filter.top,
.otf-product-recently-content .widget_recently_viewed_products,
.single-product.osf_woocommerce_single_product_style_full #content,
.single-product .related.products,
.single-product .up-sells.products,
ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
  padding-right: 15px;
  padding-left: 15px;
}

/* ===== End Gutter: Column ===== */
/* ===== Start Grid: Container ===== */
#content,
.container,
.opal-canvas-filter.top,
.otf-product-recently-content .widget_recently_viewed_products,
.single-product .related.products,
.single-product .up-sells.products,
ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #content,
  .container,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products,
  .single-product .related.products,
  .single-product .up-sells.products,
  ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #content,
  .container,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products,
  .single-product .related.products,
  .single-product .up-sells.products,
  ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #content,
  .container,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products,
  .single-product .related.products,
  .single-product .up-sells.products,
  ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #content,
  .container,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products,
  .single-product .related.products,
  .single-product .up-sells.products,
  ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
    max-width: 1140px;
  }
}

/* ===== End Grid: Container ===== */
.container-fluid,
.single-product.osf_woocommerce_single_product_style_full #content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* ===== Start Grid: Row ===== */
.comment-form,
.elementor-element .gallery,
.entry-gallery .gallery,
.list-feature-box,
.opal-archive-style-4.archive .site-main,
.opal-archive-style-4.blog .site-main,
.opal-canvas-filter.top .opal-canvas-filter-wrap,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,
.osf-sorting,
.row,
.single-product div.product,
.single .gallery,
.site-footer .widget-area,
.widget .gallery,
.woocommerce-account .entry-content > .woocommerce,
.woocommerce-account .entry-content > .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-address-fields__field-wrapper,
.woocommerce-Addresses,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-cart .woocommerce,
.woocommerce-columns--addresses,
.woocommerce-MyAccount-content form[class^="woocommerce-"],
[data-elementor-columns],
[data-opal-columns],
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap,
body.opal-default-content-layout-2cr #content .wrap,
ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* ===== End Grid: Row ===== */
.elementor-element .gallery,
.entry-gallery .gallery,
.no-gutters,
.single .gallery,
.widget .gallery {
  margin-right: 0;
  margin-left: 0;
}
.columns-5 .elementor-element ul.products.gallery > li,
.columns-5 .entry-gallery ul.products.gallery > li,
.columns-5 .single ul.products.gallery > li,
.columns-5 .widget ul.products.gallery > li,
.columns-5 ul.products .elementor-element .gallery > li.product,
.columns-5 ul.products .entry-gallery .gallery > li.product,
.columns-5 ul.products.no-gutters > li,
.columns-5 ul.products .no-gutters > li.product,
.columns-5 ul.products .single .gallery > li.product,
.columns-5 ul.products .widget .gallery > li.product,
.elementor-element .columns-5 ul.products.gallery > li,
.elementor-element .columns-5 ul.products .gallery > li.product,
.elementor-element .gallery > .col,
.elementor-element .gallery > [class*="col-"],
.elementor-element .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery > section,
.elementor-element .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery > .woof_container,
.elementor-element body .gallery > #secondary,
.entry-gallery .columns-5 ul.products.gallery > li,
.entry-gallery .columns-5 ul.products .gallery > li.product,
.entry-gallery .gallery > .col,
.entry-gallery .gallery > [class*="col-"],
.entry-gallery .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery > section,
.entry-gallery .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery > .woof_container,
.entry-gallery body .gallery > #secondary,
.no-gutters > .col,
.no-gutters > [class*="col-"],
.opal-canvas-filter.top .opal-canvas-filter-wrap .elementor-element .gallery > section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .entry-gallery .gallery > section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .no-gutters > section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .single .gallery > section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .widget .gallery > section,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .elementor-element .gallery > .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .entry-gallery .gallery > .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .no-gutters > .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .single .gallery > .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .widget .gallery > .woof_container,
.single .columns-5 ul.products.gallery > li,
.single .columns-5 ul.products .gallery > li.product,
.single .gallery > .col,
.single .gallery > [class*="col-"],
.single .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery > section,
.single .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery > .woof_container,
.single body .gallery > #secondary,
.widget .columns-5 ul.products.gallery > li,
.widget .columns-5 ul.products .gallery > li.product,
.widget .gallery > .col,
.widget .gallery > [class*="col-"],
.widget .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery > section,
.widget .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery > .woof_container,
.widget body .gallery > #secondary,
body .elementor-element .gallery > #secondary,
body .entry-gallery .gallery > #secondary,
body .no-gutters > #secondary,
body .single .gallery > #secondary,
body .widget .gallery > #secondary {
  padding-right: 0;
  padding-left: 0;
}

/* ===== Start Grid: Column ===== */
#customer_details [class*="col"],
#reviews .comment-form-rating,
.cart-collaterals,
.cart-collaterals .cross-sells,
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.columns-1 ul.products > li,
.columns-1 ul.products li.product,
.columns-2 ul.products > li,
.columns-2 ul.products li.product,
.columns-3 ul.products > li,
.columns-3 ul.products li.product,
.columns-4 ul.products > li,
.columns-4 ul.products li.product,
.columns-5 ul.products > li,
.columns-5 ul.products li.product,
.columns-6 ul.products > li,
.columns-6 ul.products li.product,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form > p,
.elementor-element .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.elementor-post-timeline .column-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-6 .gallery-item,
.list-feature-box > li,
.opal-archive-style-1 .column-item,
.opal-archive-style-1.opal-content-layout-2cr .column-item,
.opal-archive-style-2 .column-item,
.opal-archive-style-2.opal-content-layout-2cr .column-item,
.opal-archive-style-3 .column-item,
.opal-archive-style-3.opal-content-layout-2cr .column-item,
.opal-canvas-filter.top .opal-canvas-filter-wrap section,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
.opal-content-layout-2cl .columns-3 ul.products > li,
.opal-content-layout-2cl .columns-3 ul.products li.product,
.opal-content-layout-2cl .osf-sorting .osf-sorting-group,
.opal-content-layout-2cl .osf-sorting .osf-sorting-group + .osf-sorting-group,
.opal-content-layout-2cl .related-posts .column-item,
.opal-content-layout-2cr .columns-3 ul.products > li,
.opal-content-layout-2cr .columns-3 ul.products li.product,
.opal-content-layout-2cr .osf-sorting .osf-sorting-group,
.opal-content-layout-2cr .osf-sorting .osf-sorting-group + .osf-sorting-group,
.opal-content-layout-2cr .related-posts .column-item,
.opal-default-content-layout-2cr .related-posts .column-item,
.opal-timeline .column-item,
.osf-sorting .osf-sorting-group,
.osf-sorting .osf-sorting-group + .osf-sorting-group,
.osf-sorting .woocommerce-message,
.osf-sorting .woocommerce-notice,
.related-posts .column-item,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
.single-product .woocommerce-tabs,
.single-product div.product .entry-summary,
.single-product div.product .images,
.single .gallery-columns-1 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.site-footer .widget-area .widget-column,
.widget .gallery-columns-1 .gallery-item,
.widget .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.widget .gallery-columns-6 .gallery-item,
.woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-columns--addresses .woocommerce-column,
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-first,
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-last,
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-wide,
.woocommerce-MyAccount-content form[class^="woocommerce-"] > :not(fieldset),
.woocommerce-product-carousel ul.products li.product,
[data-elementor-columns-mobile="1"] .column-item,
[data-elementor-columns-mobile="2"] .column-item,
[data-elementor-columns-mobile="3"] .column-item,
[data-elementor-columns-mobile="4"] .column-item,
[data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-tablet="1"] .column-item,
[data-elementor-columns-tablet="2"] .column-item,
[data-elementor-columns-tablet="3"] .column-item,
[data-elementor-columns-tablet="4"] .column-item,
[data-elementor-columns-tablet="6"] .column-item,
[data-elementor-columns="1"] .column-item,
[data-elementor-columns="2"] .column-item,
[data-elementor-columns="3"] .column-item,
[data-elementor-columns="4"] .column-item,
[data-elementor-columns="6"] .column-item,
[data-opal-columns="1"] .column-item,
[data-opal-columns="2"] .column-item,
[data-opal-columns="3"] .column-item,
[data-opal-columns="4"] .column-item,
[data-opal-columns="6"] .column-item,
[data-opal-columns="12"] .column-item,
body #secondary,
ul.products li.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* ===== End Grid: Column ===== */
.col,
.columns-5 ul.products > li,
.columns-5 ul.products li.product,
.opal-canvas-filter.top .opal-canvas-filter-wrap section,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
body #secondary {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2,
[data-elementor-columns-mobile="6"] .column-item {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3,
[data-elementor-columns-mobile="4"] .column-item {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4,
[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
[data-elementor-columns-mobile="2"] .column-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10,
.elementor-post-timeline .column-item,
.opal-timeline .column-item {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

#customer_details [class*="col"],
#reviews .comment-form-rating,
.col-12,
.columns-1 ul.products > li,
.columns-1 ul.products li.product,
.comment-form > p,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.opal-content-layout-2cl .related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-default-content-layout-2cr .related-posts .column-item,
.related-posts .column-item,
.single-product .woocommerce-tabs,
.single .gallery-columns-1 .gallery-item,
.site-footer .widget-area .widget-column,
.widget .gallery-columns-1 .gallery-item,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-wide,
.woocommerce-MyAccount-content form[class^="woocommerce-"] > :not(fieldset),
[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1,
  [data-opal-columns="12"] .column-item {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2,
  .columns-6 ul.products > li,
  .columns-6 ul.products li.product,
  [data-elementor-columns-mobile="6"] .column-item,
  [data-opal-columns="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3,
  [data-elementor-columns-mobile="4"] .column-item,
  [data-opal-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4,
  .elementor-element .gallery-columns-6 .gallery-item,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  .widget .gallery-columns-6 .gallery-item,
  [data-elementor-columns-mobile="3"] .column-item,
  [data-opal-columns="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6,
  .columns-2 ul.products > li,
  .columns-2 ul.products li.product,
  .columns-3 ul.products > li,
  .columns-3 ul.products li.product,
  .columns-4 ul.products > li,
  .columns-4 ul.products li.product,
  .elementor-element .gallery-columns-2 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-4 .gallery-item,
  .entry-gallery .gallery-columns-2 .gallery-item,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .list-feature-box > li,
  .opal-archive-style-1 .column-item,
  .opal-archive-style-2 .column-item,
  .opal-archive-style-3 .column-item,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cr .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .related-posts .column-item,
  .single .gallery-columns-2 .gallery-item,
  .single .gallery-columns-3 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  .widget .gallery-columns-2 .gallery-item,
  .widget .gallery-columns-3 .gallery-item,
  .widget .gallery-columns-4 .gallery-item,
  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-first,
  .woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-last,
  [data-elementor-columns-mobile="2"] .column-item,
  [data-opal-columns="2"] .column-item,
  ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cart-collaterals .cross-sells,
  .col-sm-12,
  .opal-archive-style-1.opal-content-layout-2cr .column-item,
  .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .related-posts .column-item,
  .opal-default-content-layout-2cr .related-posts .column-item,
  .osf-sorting .woocommerce-message,
  .osf-sorting .woocommerce-notice,
  .single-product div.product .entry-summary,
  .single-product div.product .images,
  .site-footer .widget-area .widget-column,
  .woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
  .woocommerce-account .woocommerce-ResetPassword,
  .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-columns--addresses .woocommerce-column,
  .woocommerce-product-carousel ul.products li.product,
  [data-elementor-columns-mobile="1"] .column-item,
  [data-opal-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2,
  .elementor-element .gallery-columns-6 .gallery-item,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  .widget .gallery-columns-6 .gallery-item,
  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3,
  .elementor-element .gallery-columns-4 .gallery-item,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  .widget .gallery-columns-4 .gallery-item,
  [data-elementor-columns-tablet="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,
  .columns-3 ul.products > li,
  .columns-3 ul.products li.product,
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url,
  .elementor-element .gallery-columns-3 .gallery-item,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .opal-archive-style-1 .column-item,
  .opal-archive-style-2 .column-item,
  .opal-archive-style-3 .column-item,
  .related-posts .column-item,
  .single .gallery-columns-3 .gallery-item,
  .widget .gallery-columns-3 .gallery-item,
  [data-elementor-columns-tablet="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5,
  .elementor-post-timeline .column-item,
  .opal-timeline .column-item,
  .osf-sorting .osf-sorting-group {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6,
  .columns-4 ul.products > li,
  .columns-4 ul.products li.product,
  .opal-archive-style-1.opal-content-layout-2cr .column-item,
  .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .opal-content-layout-2cr .related-posts .column-item,
  .opal-default-content-layout-2cr .related-posts .column-item,
  .site-footer .widget-area .widget-column,
  .woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
  .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-columns--addresses .woocommerce-column,
  [data-elementor-columns-tablet="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cart-collaterals .cross-sells,
  .col-md-7,
  .osf-sorting .osf-sorting-group + .osf-sorting-group {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cart-collaterals,
  .col-md-12,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-ResetPassword,
  [data-elementor-columns-tablet="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2,
  [data-elementor-columns="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3,
  .columns-4 ul.products > li,
  .columns-4 ul.products li.product,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  [data-elementor-columns="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cart-collaterals,
  .col-lg-4,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group,
  .related-posts .column-item,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns="3"] .column-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6,
  .opal-content-layout-2cl .related-posts .column-item,
  .opal-content-layout-2cr .related-posts .column-item,
  .opal-default-content-layout-2cr .related-posts .column-item,
  .single-product div.product .entry-summary,
  .single-product div.product .images,
  [data-elementor-columns="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group + .osf-sorting-group,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group + .osf-sorting-group,
  .woocommerce-cart .woocommerce-cart-form {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9,
  .woocommerce-account .woocommerce-MyAccount-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12,
  [data-elementor-columns="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block,
.shop-action .compare,
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-button .add_to_wishlist,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.single-product div.product .summary .yith-wcwl-add-button .add_to_wishlist,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a,
ul.order_details:after,
ul.order_details:before,
ul.order_details li strong {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex,
.woocommerce-account .entry-content > .woocommerce .u-columns {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
}

.d-print-block {
  display: none;
}
@media print {
  .d-print-block {
    display: block;
  }
}

.d-print-inline {
  display: none;
}
@media print {
  .d-print-inline {
    display: inline;
  }
}

.d-print-inline-block {
  display: none;
}
@media print {
  .d-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
}

.m-0,
.woocommerce-account .entry-content > .woocommerce .u-columns {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.mx-3 {
  margin-right: 1rem;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem;
}

.ml-3,
.mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
.my-5 {
  margin-top: 3rem;
}

.mr-5,
.mx-5 {
  margin-right: 3rem;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem;
}

.ml-5,
.mx-5 {
  margin-left: 3rem;
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.py-3 {
  padding-top: 1rem;
}

.pr-3,
.px-3 {
  padding-right: 1rem;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem;
}

.pl-3,
.px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5,
.py-5 {
  padding-top: 3rem;
}

.pr-5,
.px-5 {
  padding-right: 3rem;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

.ml-auto,
.mx-auto {
  margin-left: auto;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .mx-lg-auto,
  .osf-sorting .woocommerce-ordering {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100,
.woocommerce-account .entry-content > .woocommerce .u-columns,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notice {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-events .tribe-events-button,
.button-default,
.button-outline-primary,
.button-outline-secondary,
.button-primary,
.button-secondary,
.comment-form .form-submit input[type="submit"],
.elementor-widget-opal-single-product .button,
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.error404 .go-back,
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_secondary button,
.mailchimp-button-primary button,
.mailchimp-button-secondary button,
.page .edit-link a.post-edit-link,
.scrollup,
.secondary-button .search-submit,
.tribe-events-button,
.wc-proceed-to-checkout .button,
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button:nth-child(odd),
.wishlist_table .product-add-to-cart a.button,
.woocommerce-cart .return-to-shop a,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 0;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
#tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:hover[type="submit"],
#tribe-events .tribe-events-button:focus,
#tribe-events .tribe-events-button:hover,
.button-default:focus,
.button-default:hover,
.button-outline-primary:focus,
.button-outline-primary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover,
.button-primary:focus,
.button-primary:hover,
.button-secondary:focus,
.button-secondary:hover,
.comment-form .form-submit input:focus[type="submit"],
.comment-form .form-submit input:hover[type="submit"],
.elementor-widget-opal-single-product .button:focus,
.elementor-widget-opal-single-product .button:hover,
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:hover[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:hover[type="button"],
.elementor-wpcf7-button-outline_primary input:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
.elementor-wpcf7-button-primary button:focus[type="submit"],
.elementor-wpcf7-button-primary button:hover[type="submit"],
.elementor-wpcf7-button-primary input:focus[type="submit"],
.elementor-wpcf7-button-primary input:hover[type="submit"],
.elementor-wpcf7-button-secondary button:focus[type="submit"],
.elementor-wpcf7-button-secondary button:hover[type="submit"],
.elementor-wpcf7-button-secondary input:focus[type="submit"],
.elementor-wpcf7-button-secondary input:hover[type="submit"],
.error404 .go-back:focus,
.error404 .go-back:hover,
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-primary button:focus,
.mailchimp-button-primary button:hover,
.mailchimp-button-secondary button:focus,
.mailchimp-button-secondary button:hover,
.page .edit-link a.post-edit-link:focus,
.page .edit-link a.post-edit-link:hover,
.scrollup:focus,
.scrollup:hover,
.secondary-button .search-submit:focus,
.secondary-button .search-submit:hover,
.tribe-events-button:focus,
.tribe-events-button:hover,
.wc-proceed-to-checkout .button:focus,
.wc-proceed-to-checkout .button:hover,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button:focus:nth-child(odd),
.widget_shopping_cart .buttons .button:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.wishlist_table .product-add-to-cart a.button:focus,
.wishlist_table .product-add-to-cart a.button:hover,
.woocommerce-cart .return-to-shop a:focus,
.woocommerce-cart .return-to-shop a:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
button:focus[type="submit"],
button:hover[type="submit"],
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  text-decoration: none;
}
#tribe-bar-form .tribe-bar-submit input.focus[type="submit"],
#tribe-bar-form .tribe-bar-submit input:focus[type="submit"],
#tribe-events .focus.tribe-events-button,
#tribe-events .tribe-events-button:focus,
.button-default.focus,
.button-default:focus,
.button-outline-primary.focus,
.button-outline-primary:focus,
.button-outline-secondary.focus,
.button-outline-secondary:focus,
.button-primary.focus,
.button-primary:focus,
.button-secondary.focus,
.button-secondary:focus,
.comment-form .form-submit input.focus[type="submit"],
.comment-form .form-submit input:focus[type="submit"],
.elementor-widget-opal-single-product .button:focus,
.elementor-widget-opal-single-product .focus.button,
.elementor-wpcf7-button-outline_primary button.focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input.focus[type="button"],
.elementor-wpcf7-button-outline_primary input.focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.elementor-wpcf7-button-primary button.focus[type="submit"],
.elementor-wpcf7-button-primary button:focus[type="submit"],
.elementor-wpcf7-button-primary input.focus[type="submit"],
.elementor-wpcf7-button-primary input:focus[type="submit"],
.elementor-wpcf7-button-secondary button.focus[type="submit"],
.elementor-wpcf7-button-secondary button:focus[type="submit"],
.elementor-wpcf7-button-secondary input.focus[type="submit"],
.elementor-wpcf7-button-secondary input:focus[type="submit"],
.error404 .focus.go-back,
.error404 .go-back:focus,
.focus.scrollup,
.focus.tribe-events-button,
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-primary button.focus,
.mailchimp-button-primary button:focus,
.mailchimp-button-secondary button.focus,
.mailchimp-button-secondary button:focus,
.page .edit-link a.focus.post-edit-link,
.page .edit-link a.post-edit-link:focus,
.scrollup:focus,
.secondary-button .focus.search-submit,
.secondary-button .search-submit:focus,
.tribe-events-button:focus,
.wc-proceed-to-checkout .button:focus,
.wc-proceed-to-checkout .focus.button,
.widget_shopping_cart .buttons .button:focus,
.widget_shopping_cart .buttons .button:focus:nth-child(odd),
.widget_shopping_cart .buttons .focus.button,
.widget_shopping_cart .buttons .focus.button:nth-child(odd),
.wishlist_table .product-add-to-cart a.button:focus,
.wishlist_table .product-add-to-cart a.focus.button,
.woocommerce-cart .return-to-shop a.focus,
.woocommerce-cart .return-to-shop a:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
button.focus[type="submit"],
button:focus[type="submit"],
input.focus[type="button"],
input.focus[type="reset"],
input.focus[type="submit"],
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
  outline: 0;
  box-shadow: none;
}
#tribe-bar-form .tribe-bar-submit input.disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input:disabled[type="submit"],
#tribe-events .disabled.tribe-events-button,
#tribe-events .tribe-events-button:disabled,
.button-default.disabled,
.button-default:disabled,
.button-outline-primary.disabled,
.button-outline-primary:disabled,
.button-outline-secondary.disabled,
.button-outline-secondary:disabled,
.button-primary.disabled,
.button-primary:disabled,
.button-secondary.disabled,
.button-secondary:disabled,
.comment-form .form-submit input.disabled[type="submit"],
.comment-form .form-submit input:disabled[type="submit"],
.disabled.scrollup,
.disabled.tribe-events-button,
.elementor-widget-opal-single-product .button:disabled,
.elementor-widget-opal-single-product .disabled.button,
.elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input.disabled[type="button"],
.elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input:disabled[type="button"],
.elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
.elementor-wpcf7-button-primary button.disabled[type="submit"],
.elementor-wpcf7-button-primary button:disabled[type="submit"],
.elementor-wpcf7-button-primary input.disabled[type="submit"],
.elementor-wpcf7-button-primary input:disabled[type="submit"],
.elementor-wpcf7-button-secondary button.disabled[type="submit"],
.elementor-wpcf7-button-secondary button:disabled[type="submit"],
.elementor-wpcf7-button-secondary input.disabled[type="submit"],
.elementor-wpcf7-button-secondary input:disabled[type="submit"],
.error404 .disabled.go-back,
.error404 .go-back:disabled,
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary button:disabled,
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary button:disabled,
.mailchimp-button-primary button.disabled,
.mailchimp-button-primary button:disabled,
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary button:disabled,
.page .edit-link a.disabled.post-edit-link,
.page .edit-link a.post-edit-link:disabled,
.scrollup:disabled,
.secondary-button .disabled.search-submit,
.secondary-button .search-submit:disabled,
.tribe-events-button:disabled,
.wc-proceed-to-checkout .button:disabled,
.wc-proceed-to-checkout .disabled.button,
.widget_shopping_cart .buttons .button:disabled,
.widget_shopping_cart .buttons .button:disabled:nth-child(odd),
.widget_shopping_cart .buttons .disabled.button,
.widget_shopping_cart .buttons .disabled.button:nth-child(odd),
.wishlist_table .product-add-to-cart a.button:disabled,
.wishlist_table .product-add-to-cart a.disabled.button,
.woocommerce-cart .return-to-shop a.disabled,
.woocommerce-cart .return-to-shop a:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
button.disabled[type="submit"],
button:disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
input.disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
input:disabled[type="submit"] {
  box-shadow: none;
  cursor: no-drop;
}
#tribe-bar-form .tribe-bar-submit input.active[type="submit"],
#tribe-bar-form .tribe-bar-submit input:active[type="submit"],
#tribe-events .active.tribe-events-button,
#tribe-events .tribe-events-button:active,
.active.scrollup,
.active.tribe-events-button,
.button-default.active,
.button-default:active,
.button-outline-primary.active,
.button-outline-primary:active,
.button-outline-secondary.active,
.button-outline-secondary:active,
.button-primary.active,
.button-primary:active,
.button-secondary.active,
.button-secondary:active,
.comment-form .form-submit input.active[type="submit"],
.comment-form .form-submit input:active[type="submit"],
.elementor-widget-opal-single-product .active.button,
.elementor-widget-opal-single-product .button:active,
.elementor-wpcf7-button-outline_primary button.active[type="submit"],
.elementor-wpcf7-button-outline_primary button:active[type="submit"],
.elementor-wpcf7-button-outline_primary input.active[type="button"],
.elementor-wpcf7-button-outline_primary input.active[type="submit"],
.elementor-wpcf7-button-outline_primary input:active[type="button"],
.elementor-wpcf7-button-outline_primary input:active[type="submit"],
.elementor-wpcf7-button-outline_secondary button.active[type="submit"],
.elementor-wpcf7-button-outline_secondary button:active[type="submit"],
.elementor-wpcf7-button-outline_secondary input.active[type="submit"],
.elementor-wpcf7-button-outline_secondary input:active[type="submit"],
.elementor-wpcf7-button-primary button.active[type="submit"],
.elementor-wpcf7-button-primary button:active[type="submit"],
.elementor-wpcf7-button-primary input.active[type="submit"],
.elementor-wpcf7-button-primary input:active[type="submit"],
.elementor-wpcf7-button-secondary button.active[type="submit"],
.elementor-wpcf7-button-secondary button:active[type="submit"],
.elementor-wpcf7-button-secondary input.active[type="submit"],
.elementor-wpcf7-button-secondary input:active[type="submit"],
.error404 .active.go-back,
.error404 .go-back:active,
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-primary button.active,
.mailchimp-button-primary button:active,
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary button:active,
.page .edit-link a.active.post-edit-link,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.secondary-button .active.search-submit,
.secondary-button .search-submit:active,
.tribe-events-button:active,
.wc-proceed-to-checkout .active.button,
.wc-proceed-to-checkout .button:active,
.widget_shopping_cart .buttons .active.button,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.wishlist_table .product-add-to-cart a.active.button,
.wishlist_table .product-add-to-cart a.button:active,
.woocommerce-cart .return-to-shop a.active,
.woocommerce-cart .return-to-shop a:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
button.active[type="submit"],
button:active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
input.active[type="submit"],
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"] {
  background-image: none;
  box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a[class*="button-"].disabled,
fieldset[disabled] a[class*="button-"] {
  pointer-events: none;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-events .tribe-events-button,
.button-default,
.button-md,
.button-outline-primary,
.button-outline-secondary,
.button-primary,
.button-secondary,
.comment-form .form-submit input[type="submit"],
.elementor-widget-opal-single-product .button,
.elementor-wpcf7-button-md button[type="submit"],
.elementor-wpcf7-button-md input[type="button"][type="submit"],
.elementor-wpcf7-button-md input[type="submit"],
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.error404 .go-back,
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_secondary button,
.mailchimp-button-primary button,
.mailchimp-button-secondary button,
.more-link,
.page .edit-link a.post-edit-link,
.scrollup,
.secondary-button .search-submit,
.tribe-events-button,
.wc-proceed-to-checkout .button,
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button:nth-child(odd),
.wishlist_table .product-add-to-cart a.button,
.woocommerce-cart .return-to-shop a,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.85rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 0;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-events .tribe-events-button,
.button-primary,
.comment-form .form-submit input[type="submit"],
.elementor-widget-opal-single-product .button,
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.error404 .go-back,
.mailchimp-button-primary button,
.page .edit-link a.post-edit-link,
.scrollup,
.tribe-events-button,
.wc-proceed-to-checkout .button,
.widget_shopping_cart .buttons .button,
.wishlist_table .product-add-to-cart a.button,
.woocommerce-cart .return-to-shop a,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
button[type="submit"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  box-shadow: none;
  position: relative;
}

#tribe-bar-form .tribe-bar-submit input:hover[type="submit"],
#tribe-events .tribe-events-button:hover,
.button-primary:hover,
.comment-form .form-submit input:hover[type="submit"],
.elementor-widget-opal-single-product .button:hover,
.elementor-wpcf7-button-primary button:hover[type="submit"],
.elementor-wpcf7-button-primary input:hover[type="submit"],
.error404 .go-back:hover,
.mailchimp-button-primary button:hover,
.page .edit-link a.post-edit-link:hover,
.scrollup:hover,
.tribe-events-button:hover,
.wc-proceed-to-checkout .button:hover,
.widget_shopping_cart .buttons .button:hover,
.wishlist_table .product-add-to-cart a.button:hover,
.woocommerce-cart .return-to-shop a:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
button:hover[type="submit"],
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
  color: #fff;
}

#tribe-bar-form .tribe-bar-submit input.disabled[type="submit"],
#tribe-bar-form .tribe-bar-submit input:disabled[type="submit"],
#tribe-events .disabled.tribe-events-button,
#tribe-events .tribe-events-button:disabled,
.button-primary.disabled,
.button-primary:disabled,
.comment-form .form-submit input.disabled[type="submit"],
.comment-form .form-submit input:disabled[type="submit"],
.disabled.scrollup,
.disabled.tribe-events-button,
.elementor-widget-opal-single-product .button:disabled,
.elementor-widget-opal-single-product .disabled.button,
.elementor-wpcf7-button-primary button.disabled[type="submit"],
.elementor-wpcf7-button-primary button:disabled[type="submit"],
.elementor-wpcf7-button-primary input.disabled[type="submit"],
.elementor-wpcf7-button-primary input:disabled[type="submit"],
.error404 .disabled.go-back,
.error404 .go-back:disabled,
.mailchimp-button-primary button.disabled,
.mailchimp-button-primary button:disabled,
.page .edit-link a.disabled.post-edit-link,
.page .edit-link a.post-edit-link:disabled,
.scrollup:disabled,
.tribe-events-button:disabled,
.wc-proceed-to-checkout .button:disabled,
.wc-proceed-to-checkout .disabled.button,
.widget_shopping_cart .buttons .button:disabled,
.widget_shopping_cart .buttons .disabled.button,
.wishlist_table .product-add-to-cart a.button:disabled,
.wishlist_table .product-add-to-cart a.disabled.button,
.woocommerce-cart .return-to-shop a.disabled,
.woocommerce-cart .return-to-shop a:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
button.disabled[type="submit"],
button:disabled[type="submit"],
input.disabled[type="button"],
input.disabled[type="reset"],
input.disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
input:disabled[type="submit"] {
  background-color: #e81938;
  border-color: #e81938;
}

#tribe-bar-form .tribe-bar-submit .show > input.dropdown-toggle[type="submit"],
#tribe-bar-form .tribe-bar-submit input.active[type="submit"],
#tribe-bar-form .tribe-bar-submit input:active[type="submit"],
#tribe-events .active.tribe-events-button,
#tribe-events .show > .dropdown-toggle.tribe-events-button,
#tribe-events .tribe-events-button:active,
.active.scrollup,
.active.tribe-events-button,
.button-primary.active,
.button-primary:active,
.comment-form .form-submit .show > input.dropdown-toggle[type="submit"],
.comment-form .form-submit input.active[type="submit"],
.comment-form .form-submit input:active[type="submit"],
.elementor-widget-opal-single-product .active.button,
.elementor-widget-opal-single-product .button:active,
.elementor-widget-opal-single-product .show > .dropdown-toggle.button,
.elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-primary button.active[type="submit"],
.elementor-wpcf7-button-primary button:active[type="submit"],
.elementor-wpcf7-button-primary input.active[type="submit"],
.elementor-wpcf7-button-primary input:active[type="submit"],
.error404 .active.go-back,
.error404 .go-back:active,
.error404 .show > .dropdown-toggle.go-back,
.mailchimp-button-primary .show > button.dropdown-toggle,
.mailchimp-button-primary button.active,
.mailchimp-button-primary button:active,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.page .edit-link a.active.post-edit-link,
.page .edit-link a.post-edit-link:active,
.scrollup:active,
.show > .button-primary.dropdown-toggle,
.show > .dropdown-toggle.scrollup,
.show > .dropdown-toggle.tribe-events-button,
.show > button.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="reset"],
.show > input.dropdown-toggle[type="submit"],
.tribe-events-button:active,
.wc-proceed-to-checkout .active.button,
.wc-proceed-to-checkout .button:active,
.wc-proceed-to-checkout .show > .dropdown-toggle.button,
.widget_shopping_cart .buttons .active.button,
.widget_shopping_cart .buttons .button:active,
.widget_shopping_cart .buttons .show > .dropdown-toggle.button,
.wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,
.wishlist_table .product-add-to-cart a.active.button,
.wishlist_table .product-add-to-cart a.button:active,
.woocommerce-cart .return-to-shop .show > a.dropdown-toggle,
.woocommerce-cart .return-to-shop a.active,
.woocommerce-cart .return-to-shop a:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
button.active[type="submit"],
button:active[type="submit"],
input.active[type="button"],
input.active[type="reset"],
input.active[type="submit"],
input:active[type="button"],
input:active[type="reset"],
input:active[type="submit"] {
  color: #fff;
  background-image: none;
}

.button-secondary,
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.mailchimp-button-secondary button,
.secondary-button .search-submit {
  color: #fff;
  box-shadow: none;
  position: relative;
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary button:hover[type="submit"],
.elementor-wpcf7-button-secondary input:hover[type="submit"],
.mailchimp-button-secondary button:hover,
.secondary-button .search-submit:hover {
  color: #fff;
}

.button-secondary.disabled,
.button-secondary:disabled,
.elementor-wpcf7-button-secondary button.disabled[type="submit"],
.elementor-wpcf7-button-secondary button:disabled[type="submit"],
.elementor-wpcf7-button-secondary input.disabled[type="submit"],
.elementor-wpcf7-button-secondary input:disabled[type="submit"],
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary button:disabled,
.secondary-button .disabled.search-submit,
.secondary-button .search-submit:disabled {
  background-color: #131313;
  border-color: #131313;
}

.button-secondary.active,
.button-secondary:active,
.elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-secondary button.active[type="submit"],
.elementor-wpcf7-button-secondary button:active[type="submit"],
.elementor-wpcf7-button-secondary input.active[type="submit"],
.elementor-wpcf7-button-secondary input:active[type="submit"],
.mailchimp-button-secondary .show > button.dropdown-toggle,
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary button:active,
.secondary-button .active.search-submit,
.secondary-button .search-submit:active,
.secondary-button .show > .dropdown-toggle.search-submit,
.show > .button-secondary.dropdown-toggle {
  color: #fff;
  background-image: none;
}

.button-xs,
.elementor-wpcf7-button-xs button[type="submit"],
.elementor-wpcf7-button-xs input[type="button"][type="submit"],
.elementor-wpcf7-button-xs input[type="submit"] {
  padding: 0.3rem 1.2rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0;
}

.button-sm,
.elementor-wpcf7-button-sm button[type="submit"],
.elementor-wpcf7-button-sm input[type="button"][type="submit"],
.elementor-wpcf7-button-sm input[type="submit"],
.page .edit-link a.post-edit-link,
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button:nth-child(odd) {
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0;
}

.button-lg,
.elementor-wpcf7-button-lg button[type="submit"],
.elementor-wpcf7-button-lg input[type="button"][type="submit"],
.elementor-wpcf7-button-lg input[type="submit"] {
  padding: 1rem 3rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 0;
}

.button-xl,
.elementor-wpcf7-button-xl button[type="submit"],
.elementor-wpcf7-button-xl input[type="button"][type="submit"],
.elementor-wpcf7-button-xl input[type="submit"] {
  padding: 1.5rem 3.5rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 0;
}

.button-outline-primary,
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.mailchimp-button-outline_primary button,
.widget_shopping_cart .buttons .button:nth-child(odd) {
  background-color: transparent;
  background-image: none;
}

.button-outline-primary:hover,
.elementor-wpcf7-button-outline_primary button:hover[type="submit"],
.elementor-wpcf7-button-outline_primary input:hover[type="button"],
.elementor-wpcf7-button-outline_primary input:hover[type="submit"],
.mailchimp-button-outline_primary button:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd) {
  color: #fff;
}

.button-outline-primary.focus,
.button-outline-primary:focus,
.elementor-wpcf7-button-outline_primary button.focus[type="submit"],
.elementor-wpcf7-button-outline_primary button:focus[type="submit"],
.elementor-wpcf7-button-outline_primary input.focus[type="button"],
.elementor-wpcf7-button-outline_primary input.focus[type="submit"],
.elementor-wpcf7-button-outline_primary input:focus[type="button"],
.elementor-wpcf7-button-outline_primary input:focus[type="submit"],
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary button:focus,
.widget_shopping_cart .buttons .button:focus:nth-child(odd),
.widget_shopping_cart .buttons .focus.button:nth-child(odd) {
  box-shadow: 0 0 0 2px rgba(232, 25, 56, 0.5);
}

.button-outline-primary.disabled,
.button-outline-primary:disabled,
.elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input.disabled[type="button"],
.elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_primary input:disabled[type="button"],
.elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary button:disabled,
.widget_shopping_cart .buttons .button:disabled:nth-child(odd),
.widget_shopping_cart .buttons .disabled.button:nth-child(odd) {
  color: #e81938;
  background-color: transparent;
}

.button-outline-primary.active,
.button-outline-primary:active,
.elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"],
.elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_primary button.active[type="submit"],
.elementor-wpcf7-button-outline_primary button:active[type="submit"],
.elementor-wpcf7-button-outline_primary input.active[type="button"],
.elementor-wpcf7-button-outline_primary input.active[type="submit"],
.elementor-wpcf7-button-outline_primary input:active[type="button"],
.elementor-wpcf7-button-outline_primary input:active[type="submit"],
.mailchimp-button-outline_primary .show > button.dropdown-toggle,
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary button:active,
.show > .button-outline-primary.dropdown-toggle,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd) {
  color: #fff;
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.mailchimp-button-outline_secondary button {
  background-color: transparent;
  background-image: none;
}

.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
.elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
.mailchimp-button-outline_secondary button:hover {
  color: #fff;
}

.button-outline-secondary.focus,
.button-outline-secondary:focus,
.elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
.elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary button:focus {
  box-shadow: 0 0 0 2px hsla(0, 0%, 7%, 0.5);
}

.button-outline-secondary.disabled,
.button-outline-secondary:disabled,
.elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
.elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary button:disabled {
  color: #131313;
  background-color: transparent;
}

.button-outline-secondary.active,
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"],
.elementor-wpcf7-button-outline_secondary button.active[type="submit"],
.elementor-wpcf7-button-outline_secondary button:active[type="submit"],
.elementor-wpcf7-button-outline_secondary input.active[type="submit"],
.elementor-wpcf7-button-outline_secondary input:active[type="submit"],
.mailchimp-button-outline_secondary .show > button.dropdown-toggle,
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary button:active,
.show > .button-outline-secondary.dropdown-toggle {
  color: #fff;
}

.button-block {
  display: block;
  width: 100%;
}

.btn-link,
.button-link,
.elementor-element .elementor-button-link .elementor-button {
  color: #fff;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled,
.button-link,
.button-link.active,
.button-link:active,
.button-link:disabled,
.elementor-element .elementor-button-link .active.elementor-button,
.elementor-element .elementor-button-link .elementor-button,
.elementor-element .elementor-button-link .elementor-button:active,
.elementor-element .elementor-button-link .elementor-button:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.button-link,
.button-link:active,
.button-link:focus,
.button-link:hover,
.elementor-element .elementor-button-link .elementor-button,
.elementor-element .elementor-button-link .elementor-button:active,
.elementor-element .elementor-button-link .elementor-button:focus,
.elementor-element .elementor-button-link .elementor-button:hover {
  border-color: transparent;
}
.btn-link:disabled,
.button-link:disabled,
.elementor-element .elementor-button-link .elementor-button:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
.button-link:disabled:focus,
.button-link:disabled:hover,
.elementor-element .elementor-button-link .elementor-button:disabled:focus,
.elementor-element .elementor-button-link .elementor-button:disabled:hover {
  text-decoration: none;
}

.button-default {
  color: #8e8e8e;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.button-default:active,
.button-default:focus,
.button-default:hover {
  color: #fff;
}

.button-dark,
.elementor-element .elementor-button-dark .elementor-button,
.elementor-wpcf7-button-dark button[type="submit"],
.elementor-wpcf7-button-dark input[type="button"][type="submit"],
.elementor-wpcf7-button-dark input[type="submit"],
.mailchimp-button-dark button,
.more-link,
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical,
.single-tribe_events .tribe-events-button.tribe-events-ical,
table.cart:not(.wishlist_table) td.actions button[type="submit"] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.button-dark:active,
.button-dark:focus,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark button:active[type="submit"],
.elementor-wpcf7-button-dark button:focus[type="submit"],
.elementor-wpcf7-button-dark button:hover[type="submit"],
.elementor-wpcf7-button-dark input:active[type="submit"],
.elementor-wpcf7-button-dark input:focus[type="submit"],
.elementor-wpcf7-button-dark input:hover[type="submit"],
.mailchimp-button-dark button:active,
.mailchimp-button-dark button:focus,
.mailchimp-button-dark button:hover,
.more-link:active,
.more-link:focus,
.more-link:hover,
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:active,
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:focus,
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical:hover,
.single-tribe_events .tribe-events-button.tribe-events-ical:active,
.single-tribe_events .tribe-events-button.tribe-events-ical:focus,
.single-tribe_events .tribe-events-button.tribe-events-ical:hover,
table.cart:not(.wishlist_table) td.actions button:active[type="submit"],
table.cart:not(.wishlist_table) td.actions button:focus[type="submit"],
table.cart:not(.wishlist_table) td.actions button:hover[type="submit"] {
  color: #fff;
}

.border {
  border: 1px solid #323232;
}

.border-0 {
  border: 0;
}

.border-top-0 {
  border-top: 0;
}

.border-right-0 {
  border-right: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-left-0 {
  border-left: 0;
}

.border-primary {
  border-color: #e81938;
}

.border-secondary {
  border-color: #131313;
}

.border-success {
  border-color: #28a745;
}

.border-info {
  border-color: #17a2b8;
}

.border-warning {
  border-color: #ffc107;
}

.border-danger {
  border-color: #dc3545;
}

.border-light {
  border-color: #f8f9fa;
}

.border-dark {
  border-color: #343a40;
}

.border-white {
  border-color: #fff;
}

.opal-login-form-ajax.loading:before,
.rounded,
.site-header-account .account-dropdown .account-wrap,
.theme-rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.text-justify {
  text-align: justify;
}

.text-nowrap,
.text-truncate {
  white-space: nowrap;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 600;
}

.comment-awaiting-moderation,
.font-italic,
.no-comments {
  font-style: italic;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #e81938 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #bb132c !important;
}

.text-secondary {
  color: #131313 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #000 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #8e8e8e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e81938;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-header,
.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #868e96;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.dropdown-menu.active {
  right: 0;
  left: auto;
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.otf-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}
.otf-dropdown > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.otf-dropdown .search-form-wapper {
  margin: auto;
}
.otf-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.otf-dropdown.top-to-bottom {
  max-height: 0;
}
.otf-dropdown.top-to-bottom.loaded {
  position: static;
}
.otf-dropdown.top-to-bottom.active {
  transition: max-height 0.5s ease-in 0s;
  max-height: 100vh;
}
.otf-dropdown.bottom-to-top {
  position: fixed;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 1;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}
.otf-dropdown.bottom-to-top > div {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease 0.5s;
}
.otf-dropdown.bottom-to-top.active > div {
  opacity: 1;
  transform: translateY(0);
}
.otf-dropdown.popup {
  position: fixed;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.2s ease;
  margin-left: 0 !important;
}
.otf-dropdown.popup > div {
  position: absolute;
  top: 25%;
  transition: all 0.6s ease 0.2s;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.otf-dropdown.popup [data-search-toggle="close"] {
  top: 50px;
}
.otf-dropdown.popup.active > div {
  top: 30%;
  opacity: 1;
}

[data-search-toggle="close"] {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 30px;
  display: none;
}
[data-search-toggle="close"]:before {
  font-size: 20px;
}

.platform-windows.over-hidden .opal-wrapper {
  padding-right: 17px;
}

.over-hidden {
  overflow: hidden;
}

.cat-tags-links .tags-heading,
.column-item .entry-title,
.comment-respond .comment-reply-title,
.comments-title,
.custom-title,
.entry-header .entry-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.related-posts .related-heading,
.widget_rss li .rsswidget,
.woocommerce-MyAccount-content h2,
h1,
h2,
h2.widget-title,
h2.widgettitle,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  color: #fff;
}

.h1,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 1.5rem;
}

.comment-respond .comment-reply-title,
.comments-title,
.custom-title,
.entry-header .entry-title,
.h3,
.related-posts .related-heading,
h3 {
  font-size: 1.25rem;
}

.cat-tags-links .tags-heading,
.column-item .entry-title,
.h4,
.woocommerce-MyAccount-content h2,
h4 {
  font-size: 1.125rem;
}

.h5,
h2.widget-title,
h2.widgettitle,
h5 {
  font-size: 1rem;
}

.h6,
.widget_rss li .rsswidget,
h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}

.b-so-0,
.site-footer .widget.widget_recent_entries li:last-child,
table.cart:not(.wishlist_table) .quantity input {
  border: 0 solid;
}

.b-do-0 {
  border: 0 dotted;
}

.b-da-0 {
  border: 0 dashed;
}

.b-so-1,
.bottom-to-top .search-form-wapper:after,
.box-border,
.custom-header .my-account-links-menu .sub-menu,
.filter-close:after,
.osf-active-filters li a,
.otf-product-recently-content li .product-thumbnail img,
.popup .search-form-wapper:after,
.single-product.woocommerce-single-style-1 div.product table.variations select,
.top-to-bottom .search-form-wapper:after,
.vertical-menu-dropdown,
.widget .woof_list_checkbox input[type="checkbox"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:before,
.widget_product_brands ul li a:before,
.widget_rating_filter ul li a:before,
.woocommerce-widget-layered-nav ul li a:before,
fieldset,
table.cart:not(.wishlist_table) .quantity input[type="button"] {
  border: 1px solid;
}

.b-do-1 {
  border: 1px dotted;
}

.b-da-1 {
  border: 1px dashed;
}

.b-so-2,
.list-feature-box > li:before {
  border: 2px solid;
}

.b-do-2 {
  border: 2px dotted;
}

.b-da-2 {
  border: 2px dashed;
}

.b-so-3 {
  border: 3px solid;
}

.b-do-3 {
  border: 3px dotted;
}

.b-da-3 {
  border: 3px dashed;
}

.b-so-4 {
  border: 4px solid;
}

.b-do-4 {
  border: 4px dotted;
}

.b-da-4 {
  border: 4px dashed;
}

.bl-so-0,
.columns-5 .site-header-mobile ul.products > li:first-child,
.columns-5 ul.products .site-header-mobile li.product:first-child,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section:first-child,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container:first-child,
.site-header-mobile .col:first-child,
.site-header-mobile .columns-5 ul.products > li:first-child,
.site-header-mobile .columns-5 ul.products li.product:first-child,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container:first-child,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section:first-child,
.site-header-mobile body #secondary:first-child,
body .site-header-mobile #secondary:first-child {
  border-left: 0 solid;
}

.bl-do-0 {
  border-left: 0 dotted;
}

.bl-da-0 {
  border-left: 0 dashed;
}

.bl-so-1,
.columns-5 .site-header-mobile ul.products > li,
.columns-5 ul.products .site-header-mobile li.product,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,
.osf-active-filters .clear-all,
.site-header-mobile .col,
.site-header-mobile .columns-5 ul.products > li,
.site-header-mobile .columns-5 ul.products li.product,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
.site-header-mobile body #secondary,
body .site-header-mobile #secondary {
  border-left: 1px solid;
}

.bl-do-1 {
  border-left: 1px dotted;
}

.bl-da-1 {
  border-left: 1px dashed;
}

.bl-so-2 {
  border-left: 2px solid;
}

.bl-do-2 {
  border-left: 2px dotted;
}

.bl-da-2 {
  border-left: 2px dashed;
}

.bl-so-3 {
  border-left: 3px solid;
}

.bl-do-3 {
  border-left: 3px dotted;
}

.bl-da-3 {
  border-left: 3px dashed;
}

.bl-so-4 {
  border-left: 4px solid;
}

.bl-do-4 {
  border-left: 4px dotted;
}

.bl-da-4 {
  border-left: 4px dashed;
}

.br-so-0 {
  border-right: 0 solid;
}

.br-do-0 {
  border-right: 0 dotted;
}

.br-da-0 {
  border-right: 0 dashed;
}

.br-so-1,
.osf-product-deal .woocommerce-product-list .opal-countdown .day {
  border-right: 1px solid;
}

.br-do-1 {
  border-right: 1px dotted;
}

.br-da-1 {
  border-right: 1px dashed;
}

.br-so-2 {
  border-right: 2px solid;
}

.br-do-2 {
  border-right: 2px dotted;
}

.br-da-2 {
  border-right: 2px dashed;
}

.br-so-3 {
  border-right: 3px solid;
}

.br-do-3 {
  border-right: 3px dotted;
}

.br-da-3 {
  border-right: 3px dashed;
}

.br-so-4 {
  border-right: 4px solid;
}

.br-do-4 {
  border-right: 4px dotted;
}

.br-da-4 {
  border-right: 4px dashed;
}

.bt-so-0 {
  border-top: 0 solid;
}

.bt-do-0 {
  border-top: 0 dotted;
}

.bt-da-0 {
  border-top: 0 dashed;
}

.bt-so-1,
.main-navigation > div > ul,
.mainmenu-container > div > ul,
.my-account-links-menu .sub-menu li,
.osf-product-deal .woocommerce-product-list .time,
.site-footer .widget_rss ul li,
.widget_rss ul li,
.ywsfd-wrapper,
table.cart:not(.wishlist_table) .quantity input[type="number"] {
  border-top: 1px solid;
}

.bt-do-1 {
  border-top: 1px dotted;
}

.bt-da-1 {
  border-top: 1px dashed;
}

.bt-so-2 {
  border-top: 2px solid;
}

.bt-do-2 {
  border-top: 2px dotted;
}

.bt-da-2 {
  border-top: 2px dashed;
}

.bt-so-3 {
  border-top: 3px solid;
}

.bt-do-3 {
  border-top: 3px dotted;
}

.bt-da-3 {
  border-top: 3px dashed;
}

.bt-so-4 {
  border-top: 4px solid;
}

.bt-do-4 {
  border-top: 4px dotted;
}

.bt-da-4 {
  border-top: 4px dashed;
}

.bb-so-0 {
  border-bottom: 0 solid;
}

.bb-do-0 {
  border-bottom: 0 dotted;
}

.bb-da-0 {
  border-bottom: 0 dashed;
}

#payment .payment_methods li,
.bb-so-1,
.filter-close,
.mainmenu-container li li,
.single-product #reviews .commentlist li .comment_container,
.single-product div.product table.variations tr,
.site-content .wp-playlist-dark .wp-playlist-item,
.site-content .wp-playlist-light .wp-playlist-item,
.site-footer .widget.widget_recent_entries li,
.widget .woof_container,
.woocommerce-tabs#osf-accordion-container [data-accordion],
li.product.osf-product-list:after,
table.cart:not(.wishlist_table) .quantity input[type="number"],
tr,
ul.order_details li {
  border-bottom: 1px solid;
}

.bb-do-1,
abbr[title] {
  border-bottom: 1px dotted;
}

.bb-da-1 {
  border-bottom: 1px dashed;
}

.bb-so-2,
thead th {
  border-bottom: 2px solid;
}

.bb-do-2 {
  border-bottom: 2px dotted;
}

.bb-da-2 {
  border-bottom: 2px dashed;
}

.bb-so-3 {
  border-bottom: 3px solid;
}

.bb-do-3 {
  border-bottom: 3px dotted;
}

.bb-da-3 {
  border-bottom: 3px dashed;
}

.bb-so-4 {
  border-bottom: 4px solid;
}

.bb-do-4 {
  border-bottom: 4px dotted;
}

.bb-da-4 {
  border-bottom: 4px dashed;
}

/* ===== Start Typography: Heading ===== */
#secondary .elementor-widget-container h5:first-of-type,
#tribe-bar-form .tribe-bar-submit input[type="submit"],
#tribe-bar-form label,
#tribe-events .tribe-events-button,
.author-wrapper .author-name,
.button-dark,
.button-default,
.button-outline-primary,
.button-outline-secondary,
.button-primary,
.button-secondary,
.cat-tags-links .tags-heading,
.column-item .entry-title,
.comment-form .form-submit input[type="submit"],
.comment-reply-link,
.comment-respond .comment-reply-title,
.comments-title,
.contactform-content .form-title,
.custom-title,
.elementor-element .elementor-button,
.elementor-element .elementor-button-dark .elementor-button,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-heading .sub-title,
.elementor-widget-opal-nav-menu,
.elementor-widget-opal-product-categories .cats-title a,
.elementor-widget-opal-product-categories .cats-total,
.elementor-widget-opal-single-product .button,
.elementor-widget-tabs .elementor-tab-title,
.elementor-wpcf7-button-dark button[type="submit"],
.elementor-wpcf7-button-dark input[type="button"][type="submit"],
.elementor-wpcf7-button-dark input[type="submit"],
.elementor-wpcf7-button-outline_primary button[type="submit"],
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.entry-content .tribe-events-month .tribe-events-calendar thead th,
.entry-header .entry-date a,
.entry-header .entry-title,
.entry-meta,
.error404 .error-404 .error-title,
.error404 .error-404-bkg,
.error404 .error-404-subtitle h2,
.error404 .go-back,
.error404 .return-home,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mailchimp-button-dark button,
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_secondary button,
.mailchimp-button-primary button,
.mailchimp-button-secondary button,
.main-navigation,
.mc4wp-form-fields button,
.more-link,
.mp-menu,
.osf-product-deal .woocommerce-product-list .opal-countdown,
.page .edit-link a.post-edit-link,
.product-style-1 li.product .price,
.product_list_widget .product-price,
.related-posts .related-heading,
.scroll-timeline-nav ul li,
.scrollup,
.secondary-button .search-submit,
.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.disabled[type="submit"],
.single-product div.product .summary .price,
.single-tribe_events #tribe-events .tribe-events-button.tribe-events-ical,
.single-tribe_events .tribe-events-button.tribe-events-ical,
.single .navigation .nav-link,
.site-header-account .account-dashboard li a,
.site-header-account .account-links-menu li a,
.start-time .countdown-times > div,
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-button,
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
.tribe-events-inner .tribe-events-event-meta,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-list .tribe-events-loop .tribe-events-event-meta,
.tribe-events-tooltip .tribe-event-duration,
.typo-heading,
.wc-proceed-to-checkout .button,
.widget_recent_entries,
.widget_rss li .rsswidget,
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button:nth-child(odd),
.wishlist_table .product-add-to-cart a.button,
.woocommerce-cart .return-to-shop a,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.woocommerce-MyAccount-content h2,
.woocommerce-product-list .product-price,
.woocommerce-tabs ul.tabs li a,
blockquote,
button[type="submit"],
h1,
h2,
h2.widget-title,
h2.widgettitle,
h3,
h4,
h5,
h6,
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
table.cart:not(.wishlist_table) td.actions button[type="submit"],
ul.tribe-events-sub-nav a {
  max-width: 100%;
  font-family: Teko;
  font-style: 500;
}

/* ===== End Typography: Heading ===== */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.fw-1 h1,
.fw-1 h2,
.fw-1 h3,
.fw-1 h4,
.fw-1 h5,
.fw-1 h6 {
  font-weight: 100;
}

.fw-2 h1,
.fw-2 h2,
.fw-2 h3,
.fw-2 h4,
.fw-2 h5,
.fw-2 h6 {
  font-weight: 200;
}

.fw-3 h1,
.fw-3 h2,
.fw-3 h3,
.fw-3 h4,
.fw-3 h5,
.fw-3 h6 {
  font-weight: 300;
}

.fw-4 h1,
.fw-4 h2,
.fw-4 h3,
.fw-4 h4,
.fw-4 h5,
.fw-4 h6 {
  font-weight: 400;
}

.fw-5 h1,
.fw-5 h2,
.fw-5 h3,
.fw-5 h4,
.fw-5 h5,
.fw-5 h6 {
  font-weight: 500;
}

.fw-6 h1,
.fw-6 h2,
.fw-6 h3,
.fw-6 h4,
.fw-6 h5,
.fw-6 h6 {
  font-weight: 600;
}

.fw-7 h1,
.fw-7 h2,
.fw-7 h3,
.fw-7 h4,
.fw-7 h5,
.fw-7 h6 {
  font-weight: 700;
}

.fw-8 h1,
.fw-8 h2,
.fw-8 h3,
.fw-8 h4,
.fw-8 h5,
.fw-8 h6 {
  font-weight: 800;
}

.fw-9 h1,
.fw-9 h2,
.fw-9 h3,
.fw-9 h4,
.fw-9 h5,
.fw-9 h6 {
  font-weight: 900;
}

.fw-1 {
  font-weight: 100 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.ls-m-25 {
  letter-spacing: -0.025em;
}

.ls-m-50 {
  letter-spacing: -0.05em;
}

.ls-m-75 {
  letter-spacing: -0.075em;
}

.ls-p-100 {
  letter-spacing: 0.1em;
}

.ls-p-200 {
  letter-spacing: 0.2em;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.85rem 2.5rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f48d9c;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), none;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3.575rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.85rem + 1px);
  padding-bottom: calc(0.85rem + 1px);
  margin-bottom: 0;
  line-height: 1.875;
}

.col-form-label-lg {
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
  font-size: 1.125rem;
  line-height: 1.875;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.875;
}

.col-form-legend {
  font-size: 1rem;
}

.col-form-legend,
.form-control-plaintext {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0;
}

.form-control-plaintext {
  line-height: 1.875;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.form-control-plaintext,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.form-control-plaintext,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.form-control-plaintext,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a {
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a {
  padding: 1rem 3rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(4.10938rem + 2px);
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  margin-top: 0.25rem;
  color: #28a745;
}

.valid-feedback,
.valid-tooltip {
  display: none;
  font-size: 0.875rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control:before,
.was-validated .custom-file-input:valid ~ .custom-file-control:before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  margin-top: 0.25rem;
  color: #dc3545;
}

.invalid-feedback,
.invalid-tooltip {
  display: none;
  font-size: 0.875rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control:before,
.was-validated .custom-file-input:invalid ~ .custom-file-control:before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.85rem 2.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.input-group-addon,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.input-group-addon {
  padding: 0.5rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.input-group-addon,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.input-group-addon {
  padding: 1rem 3rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group .form-control:not(:last-child),
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child) > div.btn-group:not(:last-child) > a,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child) > div.btn-group > a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:not(:last-child):not(.dropdown-toggle),
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child) > div.btn-group:not(:last-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child) > div.btn-group > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:not(:last-child):not(.dropdown-toggle),
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group .form-control:not(:first-child),
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child) > div.btn-group > a,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child) > div.btn-group:not(:first-child) > a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a:not(:first-child),
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child) > div.btn-group > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child) > div.btn-group:not(:first-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  align-items: stretch;
  font-size: 1em;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a {
  position: relative;
}
.input-group-btn > .btn + .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > .btn + a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a + .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a,
.single-product div.product .summary .shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > .btn + a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a + .btn,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:active,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:focus,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:hover,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a:active,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a:focus,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn + .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > .btn + a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > .btn + a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + .btn,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + a {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a {
  z-index: 2;
  margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:first-child,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:first-child {
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:active,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:focus,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:hover,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:active,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:focus,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a:hover {
  z-index: 3;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

@keyframes a {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #e81938;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: a 1s linear infinite;
}/* inject:scss */
.alm-listing.products li img {
  position: static;
}

.osf-woocommerce-ajaxload .loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  margin: 30px auto;
}

@keyframes o {
  to {
    transform: rotate(1turn);
  }
}

.price del {
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
}
.price del + ins {
  margin-left: 0.327em;
}

.product-title {
  font-weight: 500;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-header-cart .shopping_cart_nav .product_list_widget img,
.site-header-cart .widget_shopping_cart .product_list_widget img {
  margin-right: 1em;
  max-width: 40px;
}

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none;
}
.site-search .widget_product_search input[type="search"],
.site-search .widget_product_search input[type="text"] {
  padding: 1em 1.41575em;
  line-height: 1;
}
.site-search .widget_product_search form:before {
  top: 1.15em;
  left: 1.15em;
}
.site-search .widget_product_search #searchsubmit {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/**
 * Shop tables
 */

table.shop_table_responsive tbody th,
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  clear: both;
}
table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  font-weight: 600;
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before,
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right;
}

.stock:empty:before,
table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

a.reset_variations {
  display: inline-block;
  margin-left: 1em;
}

.site-header .shopping_cart_nav li,
.site-header .shopping_cart_nav p.buttons,
.site-header .shopping_cart_nav p.total,
.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
  padding-left: 20px;
  padding-right: 20px;
}

.site-header .shopping_cart_nav > li {
  padding: 0;
}

.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}
.wc-proceed-to-checkout:after,
.wc-proceed-to-checkout:before {
  content: "";
  display: table;
}
.wc-proceed-to-checkout:after {
  clear: both;
}
.wc-proceed-to-checkout .button {
  display: block;
}
.wc-proceed-to-checkout .button:after {
  content: none;
}
.wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}
.woocommerce-shipping-calculator,
.woocommerce-shipping-calculator > p:first-child {
  margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 1.41575em;
}

ul#shipping_method {
  list-style: none;
  margin-left: 0;
}
ul#shipping_method li {
  margin-bottom: 0.23608em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-right: 0.33423em;
}

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: 0.54079em 0;
  text-align: right;
  font-size: 0.875em;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin-right: 0.33423em;
}

.form-row label {
  display: block;
  width: 100%;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
}

.form-row .button,
.form-row input[type="checkbox"],
.form-row input[type="radio"] {
  width: auto;
}

.form-row.create-account label {
  display: inline-block;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.form-row-last {
  margin-right: 0 !important;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.required {
  border-bottom: 0 !important;
  color: red;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 999;
}
.demo_store a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}
.demo_store a:hover {
  text-decoration: none;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 12px;
  width: 5.1em;
  font-family: FontAwesome;
  font-weight: 400;
}
.star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  opacity: 0.25;
  letter-spacing: 0.1em;
}
.star-rating:before,
.star-rating span {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #fdb768;
  letter-spacing: 0.1em;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars > span {
  display: flex;
}
p.stars a {
  position: relative;
  text-indent: -999em;
  display: flex;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  color: transparent;
}
p.stars a,
p.stars a:before {
  height: 1em;
  width: 1em;
}
p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f005";
  color: red;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover {
  color: transparent;
}
p.stars a:hover ~ a:before {
  content: "\f005";
  color: red;
  opacity: 0.25;
}
p.stars.selected a.active:before,
p.stars:hover a:before {
  content: "\f005";
  color: red;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "\f005";
  color: #43454b;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "\f005";
  color: red;
  opacity: 1;
}

.onsale {
  color: #666;
  padding: 5px;
  line-height: 1.2;
  display: inline-block;
  position: absolute;
  z-index: 100;
  left: 15px;
  background: #fff;
}

.out-of-stock {
  padding: 5px 10px;
  line-height: 1.2;
  z-index: 15;
  text-transform: capitalize;
  color: #fff;
}

.quantity .qty {
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.storefront-sorting {
  font-size: 0.875em;
  margin-bottom: 1.7em;
}

.related,
.upsells {
  margin-top: 60px;
}
.related > h2:first-child,
.upsells > h2:first-child {
  margin-bottom: 0.5em;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
.woocommerce-notice,
p.no-comments {
  padding: 1em 1.618em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before,
.woocommerce-noreviews:after,
.woocommerce-noreviews:before,
.woocommerce-notice:after,
.woocommerce-notice:before,
p.no-comments:after,
p.no-comments:before {
  content: "";
  display: table;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce-noreviews:after,
.woocommerce-notice:after,
p.no-comments:after {
  clear: both;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
.woocommerce-notice a,
p.no-comments a {
  color: #fff;
  text-decoration: underline;
  padding-left: 6px;
}
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-noreviews a:hover,
.woocommerce-notice a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-noreviews a.button:hover,
.woocommerce-notice a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
.woocommerce-notice .button,
p.no-comments .button {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button,
  .woocommerce-noreviews .button,
  .woocommerce-notice .button,
  p.no-comments .button {
    padding-left: 0;
    border-left-width: 0;
    float: inherit;
    display: block;
  }
}
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-noreviews .button:hover,
.woocommerce-notice .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
  text-decoration: underline;
}
.woocommerce-error pre,
.woocommerce-info pre,
.woocommerce-message pre,
.woocommerce-noreviews pre,
.woocommerce-notice pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  animation: p 0.35s ease 0.5s both;
  padding: 10px 80px 10px 50px;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce-notice:after {
  content: "x";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.25s ease;
  -webkit-transition: background-color 0.25s ease;
  margin-bottom: 0;
}
.hidden-notice.woocommerce-notice,
.woocommerce-error.hidden-notice,
.woocommerce-info.hidden-notice,
.woocommerce-message.hidden-notice {
  animation: q 0.35s ease both;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-notice {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
}

@keyframes p {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}

@keyframes q {
  0% {
    transform: none;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}

.payment_methods .woocommerce-info,
.payment_methods .woocommerce-notice,
.search-no-results.woocommerce .woocommerce-info,
.woocommerce-cart [role="alert"],
.woocommerce-checkout [role="alert"],
.woocommerce-form-coupon-toggle > .woocommerce-info,
.woocommerce-form-login-toggle > .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-Message {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  cursor: default;
  transform: none;
  -webkit-transform: none;
  animation: none;
  -webkit-animation: none;
  padding-right: 30px;
  margin-bottom: 1.5em;
}
.payment_methods .woocommerce-info:after,
.payment_methods .woocommerce-notice:after,
.search-no-results.woocommerce .woocommerce-info:after,
.woocommerce-cart [role="alert"]:after,
.woocommerce-checkout [role="alert"]:after,
.woocommerce-form-coupon-toggle > .woocommerce-info:after,
.woocommerce-form-login-toggle > .woocommerce-info:after,
.woocommerce-MyAccount-content .woocommerce-Message:after {
  content: none;
}

.site-content > .col-full > .woocommerce > .woocommerce-error:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-notice:first-child {
  margin-top: 2.61792em;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

dl.variation {
  font-size: 0.875em;
}
dl.variation dd {
  margin: 0 0 1em;
}

.wc-item-meta {
  font-size: 0.875em;
  margin-left: 0;
  list-style: none;
}
.wc-item-meta li:after,
.wc-item-meta li:before {
  content: "";
  display: table;
}
.wc-item-meta li:after {
  clear: both;
}
.wc-item-meta li p,
.wc-item-meta li strong {
  display: inline-block;
}

.demo_store {
  bottom: 0;
}
.demo_store a {
  background: rgba(0, 0, 0, 0.1);
  float: right;
  display: inline-block;
  margin: -1em -1.41575em -1em 0;
  padding: 1em 1.41575em;
}

/**
 * Handheld footer bar
 */
.storefront-handheld-footer-bar {
  display: none;
}

/**
 * Responsive tables
 */
table.shop_table_responsive thead {
  display: table-header-group;
}
@media (max-width: 767px) {
  table.shop_table_responsive thead {
    display: none;
  }
}

table.shop_table_responsive tbody th {
  display: table-cell;
}
@media (max-width: 767px) {
  table.shop_table_responsive tbody th {
    display: none;
  }
}

table.shop_table_responsive tr td {
  display: table-cell;
}
@media (min-width: 768px) {
  table.shop_table_responsive tr td:before {
    display: none;
  }
}
@media (max-width: 767px) {
  table.shop_table_responsive tr td {
    display: block;
    text-align: right;
  }
  table.shop_table_responsive tr td:first-child {
    padding-left: 0.4em;
  }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}

/**
 * Header Elements
 */
.site-header-cart {
  position: relative;
}
.site-header-cart .shopping_cart {
  position: absolute;
  top: 100%;
  z-index: 999999;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  list-style: none;
}
.site-header-cart .shopping_cart:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  right: 20px;
  position: absolute;
  display: block;
  background-color: #fff;
  transform: rotate(45deg);
}
.site-header-cart .widget_shopping_cart {
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
  min-width: 270px;
  padding-bottom: 0;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
  display: none;
  left: 0;
}
.site-header-cart .shopping_cart_nav,
.site-header-cart .widget_shopping_cart {
  padding: 0 !important;
}
.site-header-cart .shopping_cart_nav h2.widgettitle,
.site-header-cart .widget_shopping_cart h2.widgettitle {
  display: none;
}
.site-header-cart .shopping_cart_nav .product_list_widget li,
.site-header-cart .widget_shopping_cart .product_list_widget li {
  width: 100%;
  border-width: 0 0 1px;
  padding: 15px 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 0;
}
.site-header-cart .shopping_cart_nav .product_list_widget li a,
.site-header-cart .widget_shopping_cart .product_list_widget li a {
  font-size: 13px;
  font-size: 0.8125rem;
  height: auto;
  line-height: 1.5;
  padding: 0 !important;
  border: none;
  text-align: left;
  display: block;
  color: #000;
}
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove,
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
  position: relative;
  float: right;
  z-index: 999;
  text-indent: 0;
  text-align: center;
  top: 0.4em;
  width: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #bbb;
}
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before,
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
  content: none;
}
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity,
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity {
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount {
  color: #888;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}
.site-header-cart .shopping_cart_nav p.total,
.site-header-cart .widget_shopping_cart p.total {
  order: -1;
  text-align: right;
  margin-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.site-header-cart .shopping_cart_nav p.total strong,
.site-header-cart .widget_shopping_cart p.total strong {
  vertical-align: middle;
  font-weight: 400;
  color: #888;
}
.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,
.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount {
  vertical-align: middle;
  padding-left: 0.5rem;
  font-weight: 600;
  padding: 0;
}
.site-header-cart .shopping_cart_nav p.buttons,
.site-header-cart .widget_shopping_cart p.buttons {
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column-reverse;
}
.site-header-cart .shopping_cart_nav p.buttons .button,
.site-header-cart .widget_shopping_cart p.buttons .button {
  display: block;
  height: auto;
  text-align: center;
  border: none !important;
  border-color: transparent;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  font-size: 14px !important;
  line-height: 1.6;
}
.site-header-cart .shopping_cart_nav p.buttons .button:after,
.site-header-cart .widget_shopping_cart p.buttons .button:after {
  display: none;
}
.site-header-cart .shopping_cart_nav p.buttons .button:hover,
.site-header-cart .widget_shopping_cart p.buttons .button:hover {
  opacity: 0.7;
}
.site-header-cart .shopping_cart_nav p.buttons .button:active,
.site-header-cart .shopping_cart_nav p.buttons .button:focus,
.site-header-cart .widget_shopping_cart p.buttons .button:active,
.site-header-cart .widget_shopping_cart p.buttons .button:focus {
  outline: none;
}
.site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout),
.site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout) {
  background-color: #fafafa;
  color: #000;
  line-height: 1.6;
}
.site-header-cart .shopping_cart_nav p.buttons .button.checkout,
.site-header-cart .widget_shopping_cart p.buttons .button.checkout {
  margin-bottom: 10px;
}
.site-header-cart .woocommerce-mini-cart__empty-message {
  padding: 35px 65px;
  margin: 0;
  min-height: 180px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  line-height: 24px;
}
.site-header-cart .woocommerce-mini-cart__empty-message:before {
  content: "+";
  font-size: 100px;
  font-size: 6.25rem;
  display: block;
  font-weight: 200;
  transform: rotate(45deg);
  line-height: 70px;
  padding-bottom: 32px;
}
.site-header-cart .widget_shopping_cart_content {
  min-width: 270px;
  display: flex;
  flex-direction: column;
}
.site-header-cart .widget_shopping_cart_content .product_list_widget {
  border: none;
}
.site-header-cart .shopping_cart_nav li,
.site-header-cart .shopping_cart_nav p.buttons,
.site-header-cart .widget_shopping_cart li,
.site-header-cart .widget_shopping_cart p.buttons {
  padding-left: 20px;
  padding-right: 20px;
}
.site-header-cart .shopping_cart_nav > li {
  padding: 0;
}

.header-button {
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 600;
  color: #fff;
  transition: none;
}
.header-button i {
  font-size: 18px;
}
.header-button .amount,
.header-button .title,
.header-button i {
  transition: all 0.3s ease;
}
.header-button .title {
  white-space: nowrap;
  display: block;
  line-height: 1.2;
  margin-bottom: -5px;
}
.header-button .count,
.header-button .count-text {
  transition: all 0.3s ease;
}
.header-button .count {
  text-align: center;
  box-sizing: content-box;
  font-size: 11px;
  margin: -20px 0 0 3px;
}
.header-button:focus,
.header-button:hover {
  outline: none;
}

.button.wc-backward {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.menu-item-cart .header-button {
  margin-left: 1.25em;
}
.menu-item-cart .header-button .title {
  display: none;
}
.menu-item-cart .header-button .count {
  top: 5px;
}
.menu-item-cart .header-button i {
  top: 35% !important;
}

body:not(.opal-header-layout-sideHeader) .shopping_cart {
  right: 0;
  border: none;
  margin-top: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body:not(.opal-header-layout-sideHeader) .active .shopping_cart {
  left: unset;
  right: -10px;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
body:not(.opal-header-layout-sideHeader) .active .shopping_cart.right {
  left: -10px;
  right: unset;
}
body:not(.opal-header-layout-sideHeader) .active .shopping_cart.justify {
  right: 50%;
  transform: translateX(50%);
}

.main-navigation .site-header-cart .widget_shopping_cart {
  display: unset;
}

.main-navigation .shopping_cart_nav .product_list_widget {
  position: static;
  border-right: 0;
  border-left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.main-navigation .shopping_cart_nav .product_list_widget li a.remove {
  width: 15px;
}
.main-navigation .shopping_cart_nav .product_list_widget li a.remove:before {
  content: "\f057";
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
}

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header .site-header-cart {
    text-align: center;
    float: none;
  }
  body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount,
  body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .title {
    display: none;
  }
  body.opal-header-layout-sideHeader .site-header .site-header-cart:focus .widget_shopping_cart,
  body.opal-header-layout-sideHeader .site-header .site-header-cart:hover .widget_shopping_cart {
    left: 100%;
    top: 0;
    right: inherit;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:focus .widget_shopping_cart,
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:hover .widget_shopping_cart {
    right: 100%;
    top: 0;
    left: inherit;
  }
  body.opal-header-layout-sideHeader .main-navigation .menu-item-search .sub-menu {
    min-width: 280px;
  }
}

.top-bar ul.site-header-cart > li {
  border: none;
}

.site-search {
  display: block;
}
.site-search form {
  margin: 0;
}

.woocommerce .page-description {
  margin-bottom: 1.618em;
}

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review,
.woocommerce-order-pay #order_review {
  width: 100%;
  float: none;
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
.woocommerce-order-pay #order_review #payment h3 {
  padding-left: 1em;
  padding-top: 1em;
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row,
.woocommerce-order-pay #order_review #payment .form-row,
.woocommerce-order-pay #order_review .payment_methods + .form-row {
  padding: 1em;
}
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,
.woocommerce-order-pay #order_review .button#place_order {
  display: block;
  width: 100%;
  font-size: 1.41575em;
}

/**
 * General WooCommerce Components
 */
.storefront-full-width-content .woocommerce-tabs .panel {
  margin-bottom: 3.70633em;
}

.woocommerce-tabs {
  padding-top: 2.61792em;
  padding-bottom: 2.61792em;
}
.woocommerce-tabs:after,
.woocommerce-tabs:before {
  content: "";
  display: table;
}
.woocommerce-tabs:after {
  clear: both;
}
.woocommerce-tabs ul.tabs li.active:after {
  right: 1em;
}
.woocommerce-tabs .panel {
  margin-top: 0;
}

.notification-added-to-cart {
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 50px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .notification-added-to-cart {
    display: none;
  }
}
.notification-added-to-cart .notification-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.notification-added-to-cart .ns-thumb {
  position: absolute;
  z-index: 99;
  top: 0;
  animation-name: s;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  overflow: hidden;
}
.notification-added-to-cart .ns-thumb img {
  width: 70px;
  height: 70px;
}
.notification-added-to-cart .ns-content {
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 0 30px 0 90px;
  height: 70px;
  animation-name: r;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-delay: 0.5s;
  max-width: 370px;
  color: #fff;
}
.notification-added-to-cart .ns-content strong {
  font-weight: 700;
}
.notification-added-to-cart .ns-content p {
  margin: 0;
}
.notification-added-to-cart.hide {
  opacity: 0;
}

@keyframes r {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}

@keyframes s {
  0% {
    opacity: 0;
    transform: matrix(0.7, 0, 0, 0.7, 0, 0);
  }
  2.083333% {
    transform: matrix(0.75266, 0, 0, 0.76342, 0, 0);
  }
  4.166667% {
    transform: matrix(0.81071, 0, 0, 0.84545, 0, 0);
  }
  6.25% {
    transform: matrix(0.86808, 0, 0, 0.9286, 0, 0);
  }
  8.333333% {
    transform: matrix(0.92038, 0, 0, 1, 0, 0);
  }
  10.416667% {
    opacity: 1;
    transform: matrix(0.96482, 0, 0, 1.05202, 0, 0);
  }
  12.5% {
    transform: matrix(1, 0, 0, 1.08204, 0, 0);
  }
  14.583333% {
    transform: matrix(1.02563, 0, 0, 1.09149, 0, 0);
  }
  16.666667% {
    transform: matrix(1.04227, 0, 0, 1.08453, 0, 0);
  }
  18.75% {
    transform: matrix(1.05102, 0, 0, 1.06666, 0, 0);
  }
  20.833333% {
    transform: matrix(1.05334, 0, 0, 1.04355, 0, 0);
  }
  22.916667% {
    transform: matrix(1.05078, 0, 0, 1.02012, 0, 0);
  }
  25% {
    transform: matrix(1.04487, 0, 0, 1, 0, 0);
  }
  27.083333% {
    transform: matrix(1.03699, 0, 0, 0.98534, 0, 0);
  }
  29.166667% {
    transform: matrix(1.02831, 0, 0, 0.97688, 0, 0);
  }
  31.25% {
    transform: matrix(1.01973, 0, 0, 0.97422, 0, 0);
  }
  33.333333% {
    transform: matrix(1.01191, 0, 0, 0.97618, 0, 0);
  }
  35.416667% {
    transform: matrix(1.00526, 0, 0, 0.98122, 0, 0);
  }
  37.5% {
    transform: matrix(1, 0, 0, 0.98773, 0, 0);
  }
  39.583333% {
    transform: matrix(0.99617, 0, 0, 0.99433, 0, 0);
  }
  41.666667% {
    transform: matrix(0.99368, 0, 0, 1, 0, 0);
  }
  43.75% {
    transform: matrix(0.99237, 0, 0, 1.00413, 0, 0);
  }
  45.833333% {
    transform: matrix(0.99202, 0, 0, 1.00651, 0, 0);
  }
  47.916667% {
    transform: matrix(0.99241, 0, 0, 1.00726, 0, 0);
  }
  50% {
    transform: matrix(0.99329, 0, 0, 1.00671, 0, 0);
  }
  52.083333% {
    transform: matrix(0.99447, 0, 0, 1.00529, 0, 0);
  }
  54.166667% {
    transform: matrix(0.99577, 0, 0, 1.00346, 0, 0);
  }
  56.25% {
    transform: matrix(0.99705, 0, 0, 1.0016, 0, 0);
  }
  58.333333% {
    transform: matrix(0.99822, 0, 0, 1, 0, 0);
  }
  60.416667% {
    transform: matrix(0.99921, 0, 0, 0.99884, 0, 0);
  }
  62.5% {
    transform: matrix(1, 0, 0, 0.99816, 0, 0);
  }
  64.583333% {
    transform: matrix(1.00057, 0, 0, 0.99795, 0, 0);
  }
  66.666667% {
    transform: matrix(1.00095, 0, 0, 0.99811, 0, 0);
  }
  68.75% {
    transform: matrix(1.00114, 0, 0, 0.99851, 0, 0);
  }
  70.833333% {
    transform: matrix(1.00119, 0, 0, 0.99903, 0, 0);
  }
  72.916667% {
    transform: matrix(1.00114, 0, 0, 0.99955, 0, 0);
  }
  75% {
    transform: matrix(1.001, 0, 0, 1, 0, 0);
  }
  77.083333% {
    transform: matrix(1.00083, 0, 0, 1.00033, 0, 0);
  }
  79.166667% {
    transform: matrix(1.00063, 0, 0, 1.00052, 0, 0);
  }
  81.25% {
    transform: matrix(1.00044, 0, 0, 1.00058, 0, 0);
  }
  83.333333% {
    transform: matrix(1.00027, 0, 0, 1.00053, 0, 0);
  }
  85.416667% {
    transform: matrix(1.00012, 0, 0, 1.00042, 0, 0);
  }
  87.5% {
    transform: matrix(1, 0, 0, 1.00027, 0, 0);
  }
  89.583333% {
    transform: matrix(0.99991, 0, 0, 1.00013, 0, 0);
  }
  91.666667% {
    transform: matrix(0.99986, 0, 0, 1, 0, 0);
  }
  93.75% {
    transform: matrix(0.99983, 0, 0, 0.99991, 0, 0);
  }
  95.833333% {
    transform: matrix(0.99982, 0, 0, 0.99985, 0, 0);
  }
  97.916667% {
    transform: matrix(0.99983, 0, 0, 0.99984, 0, 0);
  }
  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.opal-canvas-filter {
  background-color: #fff;
  transition: all 0.5s;
  padding-bottom: 40px;
}
.opal-canvas-filter section {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .opal-canvas-filter section {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.opal-canvas-filter.left,
.opal-canvas-filter.right {
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  width: 350px;
  height: 100vh;
}
@media (max-width: 991px) {
  .opal-canvas-filter.left,
  .opal-canvas-filter.right {
    width: 300px;
  }
}
.opal-canvas-filter.left::-webkit-scrollbar,
.opal-canvas-filter.right::-webkit-scrollbar {
  width: 3px;
}
.opal-canvas-filter.left::-webkit-scrollbar-track,
.opal-canvas-filter.right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.opal-canvas-filter.left::-webkit-scrollbar-thumb,
.opal-canvas-filter.right::-webkit-scrollbar-thumb {
  background-color: #000;
}
.opal-canvas-filter.left {
  top: 0;
  left: 0;
  visibility: visible;
  transform: translate3d(-100%, 0, 0);
}
.opal-canvas-filter.right {
  top: 0;
  right: 0;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
}
.opal-canvas-filter.right .filter-close {
  text-align: left;
}
.opal-canvas-filter.top {
  overflow-y: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  padding: 0;
  margin: 0;
}
.opal-canvas-filter.top .filter-close {
  display: none;
}
.opal-canvas-filter.top .opal-canvas-filter-wrap {
  display: flex;
}
@media (max-width: 1199px) {
  .opal-canvas-filter.top .opal-canvas-filter-wrap {
    flex-direction: column;
  }
}
.opal-canvas-filter.top .opal-canvas-filter-wrap section {
  flex: 1 0 auto;
  min-width: 25%;
  width: auto;
}
@media (min-width: 768px) {
  .opal-canvas-filter.top .opal-canvas-filter-wrap section {
    max-height: 250px;
    overflow-y: auto;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar {
    width: 3px;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget {
  max-height: unset;
  flex-basis: 100%;
}
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
  display: flex;
}
@media (max-width: 1199px) {
  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
    flex-direction: column;
  }
}
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
  border: none;
  flex: 1 0 auto;
  min-width: 25%;
  width: auto;
}
@media (min-width: 768px) {
  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
    max-height: 250px;
    overflow-y: auto;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar {
    width: 3px;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}
.opal-canvas-filter.top.canvas-filter-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px 0;
}

.opal-canvas-filter-open .opal-overlay-filter {
  cursor: pointer;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.opal-canvas-filter-open .opal-canvas-filter.left,
.opal-canvas-filter-open .opal-canvas-filter.right {
  visibility: visible;
  transform: translateZ(0);
}

.opal-canvas-filter-open .opal-canvas-filter.top + .opal-overlay-filter {
  display: none;
}

.filter-toggle {
  background: transparent;
  height: 2.5em;
  padding: 0;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.filter-toggle .filter-icon {
  margin-bottom: 4px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.filter-toggle .filter-icon,
.filter-toggle .filter-icon:before {
  width: 12px;
  border: 1px solid #313131;
  transition: all 0.3s ease;
}
.filter-toggle .filter-icon:before {
  left: -1px;
  top: -1px;
  content: "";
  position: absolute;
  transform: rotate(90deg);
}
.filter-toggle:hover .filter-icon {
  transform: rotate(90deg);
}
.filter-toggle.active .filter-icon:before {
  transform: rotate(0deg);
}

.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .filter-close {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.filter-close:after {
  content: "";
  width: 10px;
  border-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

@media (min-width: 783px) {
  .admin-bar .opal-canvas-filter.left,
  .admin-bar .opal-canvas-filter.right {
    top: 32px;
  }
}

@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .opal-canvas-filter.left,
  .admin-bar .opal-canvas-filter.right {
    top: 46px;
  }
}

.owl-theme.woocommerce-carousel .owl-nav [class*="owl"],
.owl-theme.woocommerce-product-carousel .owl-nav [class*="owl"] {
  opacity: 1 !important;
}

/**
 * Cart
 */
table.cart:not(.wishlist_table) {
  margin-bottom: 3.70633em;
  overflow-x: auto;
}
table.cart:not(.wishlist_table) .product-quantity .minus,
table.cart:not(.wishlist_table) .product-quantity .plus,
table.cart:not(.wishlist_table) thead {
  display: none;
}
@media (min-width: 768px) {
  table.cart:not(.wishlist_table) .product-thumbnail {
    width: 100px;
  }
}
table.cart:not(.wishlist_table) .product-thumbnail img {
  margin: 0 auto;
  max-width: 100px;
  height: auto;
}
table.cart:not(.wishlist_table) .product-thumbnail:before {
  display: none;
}
table.cart:not(.wishlist_table) tr:first-child td.product-remove {
  border-top-width: 0;
}
table.cart:not(.wishlist_table) tr:last-child {
  border-bottom: none;
}
table.cart:not(.wishlist_table) td.product-remove {
  border-top: 1.618em solid;
  position: relative;
}
table.cart:not(.wishlist_table) td.product-remove:after,
table.cart:not(.wishlist_table) td.product-remove:before {
  content: "";
  display: table;
}
table.cart:not(.wishlist_table) td.product-remove:after {
  clear: both;
}
table.cart:not(.wishlist_table) td.product-remove a.remove {
  position: absolute;
  font-size: 1.41575em;
  top: -0.61805em;
  right: -0.61805em;
}
table.cart:not(.wishlist_table) td.product-quantity .qty {
  padding: 0.326em;
  width: 3.70633em;
}
table.cart:not(.wishlist_table) td,
table.cart:not(.wishlist_table) th {
  padding: 0.875em 0.875em 0;
}
table.cart:not(.wishlist_table) td.actions {
  background-color: transparent;
  padding: 1em;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.actions {
    padding: 0.4em;
  }
}
table.cart:not(.wishlist_table) td.actions label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 25px;
}
@media (max-width: 991px) {
  table.cart:not(.wishlist_table) td.actions label {
    display: none;
  }
}
table.cart:not(.wishlist_table) td.actions .coupon {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.cart:not(.wishlist_table) td.actions input {
  display: block;
  width: 100%;
  margin: 0.54079em 0;
}
table.cart:not(.wishlist_table) td.actions input[name="update_cart"]:focus {
  outline: none;
}

/**
 * Cart
 */
.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-template-template-fullwidth-php table.cart .product-thumbnail {
  display: table-cell;
}

.page-template-template-fullwidth-php table.cart thead {
  font-size: 1em;
  text-indent: 0;
}

.woocommerce-cart .cross-sells {
  padding: 0;
}

.woocommerce-cart .cart-empty {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: -0.075em;
}
.woocommerce-cart .cart-empty:before {
  color: #d7d7d7;
  font-size: 145px;
  font-size: 9.0625rem;
  display: block;
  line-height: 1.4;
  margin-left: -25px;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}

table.cart:not(.wishlist_table) td,
table.cart:not(.wishlist_table) th {
  padding: 1.618em 1.41575em 1.618em 0;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td,
  table.cart:not(.wishlist_table) th {
    padding: 0.5em;
  }
}

table.cart:not(.wishlist_table) .qty {
  padding: 0.875em;
  max-width: 3.632em;
}

table.cart:not(.wishlist_table) td.product-remove {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 768px) {
  table.cart:not(.wishlist_table) td.product-remove {
    display: table-cell;
    border: 0;
  }
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.product-remove {
    padding: 0;
    border-color: transparent;
  }
}
table.cart:not(.wishlist_table) td.product-remove a.remove {
  float: none;
  position: relative;
  top: auto;
  right: auto;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.product-remove a.remove {
    position: absolute;
    right: 0;
  }
}

@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.product-thumbnail {
    text-align: center;
  }
}

table.cart:not(.wishlist_table) .product-quantity .minus,
table.cart:not(.wishlist_table) .product-quantity .plus {
  display: inline-block;
}

table.cart:not(.wishlist_table) .product-name a {
  font-weight: 500;
}

table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount {
  font-weight: 600;
}

table.cart:not(.wishlist_table) .product-price .amount {
  color: #888;
}

table.cart:not(.wishlist_table) .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.75rem;
  flex-wrap: nowrap;
  font-weight: 700;
}
table.cart:not(.wishlist_table) .quantity input[type="button"] {
  padding: 0 0 0 5px;
  width: 20px;
  height: 35px;
  color: #666;
  background-color: transparent;
  border-color: #323232;
  letter-spacing: 0;
}
table.cart:not(.wishlist_table) .quantity input[type="button"]:active,
table.cart:not(.wishlist_table) .quantity input[type="button"]:focus,
table.cart:not(.wishlist_table) .quantity input[type="button"]:hover {
  outline: none;
  box-shadow: none;
  color: #fff;
}
table.cart:not(.wishlist_table) .quantity input[type="number"] {
  padding: 0;
  width: 32px;
  height: 35px;
  border-color: #323232;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) .quantity {
    margin-right: 0;
    margin-left: auto;
  }
}

table.cart:not(.wishlist_table) td.actions {
  padding-left: 0;
}
table.cart:not(.wishlist_table) td.actions .coupon {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.actions .coupon {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
table.cart:not(.wishlist_table) td.actions .coupon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}
table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
  min-width: 235px;
  max-width: 100%;
  padding-right: 90px;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
    min-width: 200px;
  }
}
table.cart:not(.wishlist_table) td.actions .coupon button[type="submit"],
table.cart:not(.wishlist_table) td.actions .coupon input[type="submit"] {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 50px;
  bottom: 0;
}
@media (min-width: 768px) {
  table.cart:not(.wishlist_table) td.actions button,
  table.cart:not(.wishlist_table) td.actions input {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  table.cart:not(.wishlist_table) td.actions button.button,
  table.cart:not(.wishlist_table) td.actions input.button {
    vertical-align: top;
    margin-left: 10px;
  }
}

.cart-collaterals {
  margin-bottom: 40px;
}
.cart-collaterals:after,
.cart-collaterals:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, #131313 100%);
}
.cart-collaterals:before {
  margin-top: -10px;
}
.cart-collaterals:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-bottom: -10px;
}
.cart-collaterals h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
  margin-right: 0 !important;
}
.cart-collaterals .cart_totals {
  width: 100%;
  padding: 40px;
  background-color: #131313;
}
@media (max-width: 767px) {
  .cart-collaterals .cart_totals {
    padding: 20px;
  }
}
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
.cart-collaterals .cart_totals td {
  padding: 1.5em 0;
}
.cart-collaterals .cart_totals th {
  font-weight: 400;
}
.cart-collaterals .cart_totals th:after {
  content: ":";
}
.cart-collaterals .cart_totals .amount {
  font-weight: 600;
}
.cart-collaterals .cart_totals tr:first-child {
  border-top: 1px solid #323232;
}
.cart-collaterals .cart_totals tr:last-child {
  border: none;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  margin: 0;
  clear: right;
}
.cart-collaterals .cart_totals small.includes_tax {
  display: block;
}
.cart-collaterals .shipping_calculator {
  clear: right;
}

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  border: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  text-transform: uppercase;
  margin-left: 0.25rem;
}

.woocommerce-checkout .woocommerce-form-login {
  width: 550px;
  max-width: 100%;
  box-shadow: none;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-form-login > p:first-of-type {
  text-align: center;
}
.woocommerce-checkout .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce-form-login label {
  font-weight: 500;
}

.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0;
}

.checkout_coupon {
  position: relative;
  width: 470px;
  max-width: 100%;
  padding: 50px;
  background: #131313;
  margin: 1.5rem auto 2.61792em;
}
@media (max-width: 767px) {
  .checkout_coupon {
    padding: 40px 30px;
  }
}
.checkout_coupon .form-row-first {
  margin: 0;
}
.checkout_coupon .form-row-first input {
  padding-right: 70px;
  background-color: transparent;
}
.checkout_coupon .form-row-last {
  margin-bottom: 0;
  margin-top: 30px;
}
.checkout_coupon .form-row-last button,
.checkout_coupon .form-row-last input {
  margin: auto;
  width: 100%;
}
.checkout_coupon:after,
.checkout_coupon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, #131313 100%);
}
.checkout_coupon:after {
  bottom: -10px;
  top: unset;
  left: 0;
  transform: rotate(180deg);
}

form.checkout {
  position: static !important;
  /* 1 */
}
form.checkout:after,
form.checkout:before {
  content: "";
  display: table;
}
form.checkout:after {
  clear: both;
}
form.checkout > .blockUI {
  position: fixed !important;
  /* 1 */
}
.elementor-element form.checkout > .gallery > div,
.entry-gallery form.checkout > .gallery > div,
.opal-archive-style-4.archive form.checkout > .site-main > div,
.opal-archive-style-4.blog form.checkout > .site-main > div,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget form.checkout > .woof_redraw_zone > div,
.opal-canvas-filter.top form.checkout > .opal-canvas-filter-wrap > div,
.single-product form.checkout > div.product > div,
.single form.checkout > .gallery > div,
.site-footer form.checkout > .widget-area > div,
.widget form.checkout > .gallery > div,
.woocommerce-account .entry-content > .woocommerce form.checkout > .u-columns.woocommerce-Addresses > div,
.woocommerce-account form.entry-content.checkout > .woocommerce > div,
.woocommerce-billing-fields form.checkout > .woocommerce-billing-fields__field-wrapper > div,
.woocommerce-cart form.checkout > .woocommerce > div,
.woocommerce-MyAccount-content form.checkout > form[class^="woocommerce-"] > div,
body.opal-content-layout-2cl #content form.checkout > .wrap > div,
body.opal-content-layout-2cr #content form.checkout > .wrap > div,
body.opal-default-content-layout-2cr #content form.checkout > .wrap > div,
form.checkout > .comment-form > div,
form.checkout > .list-feature-box > div,
form.checkout > .osf-sorting > div,
form.checkout > .row > div,
form.checkout > .woocommerce-address-fields__field-wrapper > div,
form.checkout > .woocommerce-Addresses > div,
form.checkout > .woocommerce-columns--addresses > div,
form.checkout > [data-elementor-columns] > div,
form.checkout > [data-opal-columns] > div,
form.checkout > ul.products > div {
  margin-top: 3rem;
}

@media (min-width: 1200px) {
  .order_review_inner {
    padding-left: 65px;
  }
}

.woocommerce-privacy-policy-link:hover {
  text-decoration: underline;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 35px;
}

#payment:after,
#payment:before {
  content: "";
  display: table;
}

#payment .create-account,
#payment:after {
  clear: both;
}

#payment .payment_methods {
  padding: 0 0 25px;
  margin-bottom: 45px;
  position: relative;
  z-index: 3;
}
#payment .payment_methods:before {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: 100%;
  background-color: #1a1a1a;
  top: 0;
  left: -25px;
  z-index: -1;
}
#payment .payment_methods > .wc_payment_method > label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-left: 0;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
  max-height: 2.29068em;
  display: none;
}
#payment .payment_methods li a {
  text-decoration: underline;
  float: right;
}
#payment .payment_methods li:last-child:not(.woocommerce-notice) {
  padding-bottom: 0;
  border-bottom: 0;
}
#payment .payment_methods li p {
  margin: 0;
}
#payment .payment_methods li .payment_box {
  padding-bottom: 30px;
  margin-top: -5px;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.61805em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type="radio"] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.61805em center;
  background-size: 31px 20px;
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/assets/images/credit-cards/discover.svg);
}
#payment .payment_methods li.woocommerce-info,
#payment .payment_methods li.woocommerce-notice,
#payment .payment_methods li.woocommerce-notice--info {
  padding: 25px 0 0;
  background-color: transparent;
  border: none;
  display: inline-block;
}
#payment .payment_methods li.woocommerce-info:before,
#payment .payment_methods li.woocommerce-notice--info:before,
#payment .payment_methods li.woocommerce-notice:before {
  content: "\f06a";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  color: #ffb400;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 10px;
  font-weight: 900;
}

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em;
}
#payment .terms label {
  display: block;
  cursor: pointer;
}

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}

#payment .place-order {
  margin-bottom: 0;
  float: none;
  width: 100%;
}
#payment .place-order .button {
  font-size: 1em;
  width: 100%;
  white-space: pre-wrap;
}

.woocommerce-checkout-review-order {
  background-color: #131313;
  padding: 40px 15px;
}
@media (min-width: 576px) {
  .woocommerce-checkout-review-order {
    padding: 50px 50px 75px;
  }
}
.woocommerce-checkout-review-order:after,
.woocommerce-checkout-review-order:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, #131313 100%);
}
.woocommerce-checkout-review-order:after {
  bottom: -10px;
  top: unset;
  left: 0;
  transform: rotate(180deg);
}

table.woocommerce-checkout-review-order-table th {
  padding: 1.4rem 0;
  font-weight: 400;
}

table.woocommerce-checkout-review-order-table td {
  padding: 1.4rem 0;
}

table.woocommerce-checkout-review-order-table .product-name {
  min-width: 150px;
}

table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 500;
}

table.woocommerce-checkout-review-order-table .order-total {
  border: none;
}
table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

table.woocommerce-checkout-review-order-table .product-name strong {
  font-weight: 400;
}

.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
}

.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px;
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label + br {
  display: none;
}

/**
 * Checkout
 */
#ship-to-different-address {
  position: relative;
}
#ship-to-different-address label {
  font-weight: 500;
}

.woocommerce-shipping-fields label {
  font-weight: 700;
  margin-top: 20px;
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: inherit;
  font-weight: 400;
}
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  margin-top: -4px;
}

.col2-set .col-1,
.col2-set .col-2,
.col2-set [data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-mobile="6"] .col2-set .column-item {
  margin-bottom: 1.618em;
}

.col2-set + #customer_details {
  display: none;
}

.col2-set .woocommerce-billing-fields:after,
.col2-set .woocommerce-billing-fields:before {
  content: "";
  display: table;
}

.col2-set .woocommerce-billing-fields:after {
  clear: both;
}

.woocommerce-billing-fields .form-row {
  margin: 0;
}

.woocommerce-billing-fields .address-field + .address-field {
  padding-top: 20px;
}

.woocommerce-billing-fields label {
  margin-top: 23px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce-billing-fields > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  position: absolute;
  margin-top: -4px;
}

.woocommerce-additional-fields .form-row {
  margin: 0;
}

.woocommerce-MyAccount-content form[class^="woocommerce-"] fieldset {
  margin-right: 15px;
  margin-left: 15px;
  width: 100%;
}

#wc_checkout_add_ons input[type="radio"] {
  float: left;
  margin-right: 0.54079em;
  clear: left;
  margin-top: 0.35em;
}

#order_review,
#order_review_heading {
  clear: right;
}

#order_review {
  transition: box-shadow 0.4s ease;
  position: relative;
}
#order_review .shop_table {
  margin-bottom: 20px;
}
#order_review .shop_table thead {
  display: none;
}
#order_review .shop_table tr.cart_item:first-child {
  border-top: 1px solid #323232;
}

.order_review_heading {
  margin-bottom: 23px;
}

#order_review_heading {
  margin-bottom: 0;
  padding-bottom: 0.61805em;
}

@media (max-width: 767px) {
  .woocommerce-columns--addresses .woocommerce-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-row.woocommerce-validated input.input-text {
  border-bottom-color: #0f834d;
  box-shadow: none;
}

.form-row.woocommerce-invalid input.input-text {
  border-bottom-color: #e2401c;
  box-shadow: none;
}

.select2-container--default .select2-selection--single {
  border-color: #323232;
  border-radius: 0;
  padding: 14px 10px;
  height: 62px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 62px;
  right: 8px;
}

.select2-dropdown {
  border: 2px solid #323232;
}

.checkout .woocommerce-input-wrapper {
  width: 100%;
}

.checkout .woocommerce-account-fields {
  margin-top: 20px;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

form.track_order {
  position: relative;
}
form.track_order p:first-of-type {
  margin: 0 0 40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  form.track_order {
    max-width: 500px;
    margin: 0 auto;
  }
  form.track_order p:first-of-type {
    margin: 0 -100px 50px;
  }
}
form.track_order p.form-row-first {
  position: relative;
}
form.track_order p.form-row-last {
  margin-bottom: 40px;
}
form.track_order p:last-of-type {
  justify-content: center;
  margin-bottom: 0;
}
form.track_order p:last-of-type .button {
  width: 100%;
}
form.track_order p:last-of-type button[type="submit"] {
  width: 100%;
  line-height: inherit;
  background-color: #222;
  border: #222;
}
form.track_order label {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.7rem;
}

/**
 * COMPARE
 */

#cboxWrapper,
#colorbox {
  overflow: visible;
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
.wishlist_table thead {
  display: none;
}

.wishlist_table tr td {
  text-align: left;
}
@media (max-width: 767px) {
  .wishlist_table tr td.product-thumbnail {
    display: none;
  }
}
.wishlist_table tr td.wishlist-empty {
  text-align: center;
  border-bottom: 1px solid #fff !important;
}

@media (max-width: 767px) {
  .wishlist_table tr th.product-thumbnail {
    display: none;
  }
}

.wishlist_table tfoot tr {
  border: none;
}

.wishlist_table .yith-wcwl-share {
  margin-top: 30px;
}
.wishlist_table .yith-wcwl-share .yith-wcwl-share-title,
.wishlist_table .yith-wcwl-share ul {
  display: inline-block;
}

.wishlist_table .product-thumbnail {
  width: 100px;
}

.wishlist_table .product-price {
  font-weight: 600;
  color: #000;
}

.wishlist_table .product-remove {
  width: 30px;
}

.wishlist_table .product-stock-status {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #888;
}

.woocommerce .wishlist-title h2 {
  margin-top: 20px;
}

.woocommerce table.wishlist_table {
  font-size: inherit;
}
.woocommerce table.wishlist_table tbody td {
  padding-top: 40px;
  padding-bottom: 40px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .woocommerce#yith-wcwl-form {
    overflow-x: scroll;
  }
}

.wishlist-empty {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}
.wishlist-empty:before {
  display: block;
  font-size: 150px;
  font-size: 9.375rem;
  color: #d7d7d7;
  line-height: 1.4;
}

.opal-currency_switcher li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  background: #fff;
}

.opal-currency_switcher ul {
  position: relative;
  margin: 0;
}
.opal-currency_switcher ul:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.opal-currency_switcher .currency_wrap {
  list-style: none;
}

.opal-currency_switcher .currency_select {
  cursor: pointer;
  padding: 0 20px;
  border: 0 !important;
}

.opal-currency_switcher .list-currency {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}
.opal-currency_switcher .list-currency button[type="submit"] {
  background: transparent;
  width: 100%;
  line-height: inherit;
  padding: 0;
  border: none;
}
.opal-currency_switcher .list-currency button[type="submit"]:hover {
  border: none;
  background: transparent;
}
.opal-currency_switcher .list-currency li {
  display: block;
}

.deal-progress .progress-bar {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjlhNDgwNTgtNjc0YS1iYjQ2LTg2ZWUtZDE5NjE2ZmMyYzVkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwQTE3MjdBODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTE3Mjc5ODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJiYWZhNWY4LTIyODUtMTk0MC04NzFjLWNjYTNmZGRjYmIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyN2QwMTYwLWQwNTYtZjU0OS04NTQxLTUzZjY0ZGQ0Yzc1ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAwAJAMBEQACEQEDEQH/xABqAAEBAQEAAAAAAAAAAAAAAAAHAAYIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMDBg8AAAAAAAAAAAABAAMRAgQhBQYxQYGxEhRRocEiQmLCEzNjFTUWJgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOVEGnwbjJ+5HxT1BLl2OHnyZS2T05OUIF2nqGKhiR9icOMuATNuSmIIOcIMDjrAse8vW6m7bZqqllGXhnkGsIDlBIJAjflvrmy9H2a2G3HxfK7WbSgQkB99G+c9fRu28x18UUH/2Q==);
  background-repeat: repeat-x;
}

.opal-woocommerce-deal {
  text-align: center;
  margin-bottom: 1.5em;
}
.opal-woocommerce-deal .deal-text {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.75em;
}
.opal-woocommerce-deal .deal-sold {
  margin-top: 15px;
}
.opal-woocommerce-deal .countdown-times {
  margin-top: 1rem;
  color: #222;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.opal-woocommerce-deal .countdown-times > div {
  padding-left: 25px;
  padding-right: 25px;
}
.opal-woocommerce-deal .countdown-times > div b {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
.opal-woocommerce-deal .day,
.opal-woocommerce-deal .hours,
.opal-woocommerce-deal .minutes {
  position: relative;
}
.opal-woocommerce-deal .day:after,
.opal-woocommerce-deal .hours:after,
.opal-woocommerce-deal .minutes:after {
  right: 0;
  top: 7px;
  position: absolute;
  content: ":";
  line-height: 1;
  font-size: 24px;
}

#comments {
  margin-top: 15px;
}
#comments .commentlist .bypostauthor > .comment-body cite:after {
  content: "\f0f6";
}
#comments .commentlist .bypostauthor > .comment-body cite:after,
#comments .commentlist .reply a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.54079em;
}
#comments .commentlist .reply a:after {
  content: "\f112";
}
#comments .commentlist .reply a.comment-edit-link:after {
  content: "\f040";
}

/*
.comment-form-comment{
    label{
        font-weight: 700;
    }
}*/
.added_to_cart.loading,
.button.loading,
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading {
  position: relative;
}
.added_to_cart.loading:before,
.button.loading:before,
button.loading:before,
input[type="button"].loading:before,
input[type="reset"].loading:before,
input[type="submit"].loading:before {
  opacity: 0;
}
.added_to_cart.loading:after,
.button.loading:after,
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after {
  content: "";
  vertical-align: middle;
  border: 1px solid #fff;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
  font-weight: 900;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.stock:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  margin-right: 0.54079em;
}

.stock.in-stock:before {
  content: "\f118";
}

.stock.out-of-stock:before {
  content: "\f119";
}

a.reset_variations:before {
  content: "\f021";
}

.woocommerce-breadcrumb a:first-of-type:before,
a.reset_variations:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  margin-right: 0.54079em;
}

.woocommerce-breadcrumb a:first-of-type:before {
  content: "\f015";
}

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  color: #bbb;
}
a.remove:focus,
a.remove:hover {
  color: #e2401c;
}

.woocommerce-shipping-calculator > p:first-child a:before {
  content: "\f0d1";
  margin-right: 0.33423em;
}

.blockUI:before,
.woocommerce-shipping-calculator > p:first-child a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
}

.blockUI:before {
  content: "\f110";
  animation: n 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  padding: 0 6.85353em;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 0.875em;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  opacity: 0.25;
}

#payment .payment_methods > .wc_payment_method > label:before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin-bottom: -3px;
  margin-right: 10px;
  display: inline-block;
}

#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#payment .payment_methods li.wc_payment_method > input[type="radio"]:first-child:checked + label:before {
  background-color: #000;
  height: 15px;
  width: 15px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #d3d3d3;
  margin-bottom: -2px;
  margin-right: 11px;
  margin-left: 1px;
}

.woocommerce-password-strength:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f119";
  margin-left: 0.54079em;
}

.woocommerce-password-strength.strong:after {
  content: "\f118";
}

.woocommerce-password-strength.good:after {
  content: "\f11a";
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}

.woocommerce-MyAccount-navigation ul li a:before {
  line-height: 1.618;
  margin-left: 0.54079em;
  width: 1.41575em;
  text-align: right;
  float: right;
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "";
}

.my_account_orders .button.view:after {
  content: "\f06e";
}

.my_account_orders .button.view:after,
p.order-again .button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  margin-left: 0.54079em;
}

p.order-again .button:after {
  content: "\f021";
}

.woocommerce-MyAccount-downloads .button:after {
  content: "\f0ed";
  margin-left: 0.54079em;
}

.demo_store:before,
.woocommerce-MyAccount-downloads .button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
}

.demo_store:before {
  margin-right: 0.54079em;
  content: "\f05a";
}

.wc-forward:after,
.woocommerce-Button--next:after {
  content: "\f178";
  margin-left: 0.54079em;
}

.wc-forward:after,
.woocommerce-Button--next:after,
.woocommerce-Button--previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
}

.woocommerce-Button--previous:before {
  content: "\f177";
  margin-right: 0.54079em;
}

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px;
}
#reviews .commentlist li p.meta .verified:before {
  line-height: 1;
  content: "\f058";
  color: #0f834d;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.41575em;
  height: 1.41575em;
  text-indent: 0;
  text-align: center;
  line-height: 1.618em;
}

/**
 * Composite Products
 */
#reviews .commentlist li p.meta .verified:before,
.single-product div.product .component_selections .clear_component_options:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: FontAwesome;
}
.single-product div.product .component_selections .clear_component_options:before {
  line-height: 1;
  content: "\f021";
  margin-right: 0.54079em;
}

/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
  content: "\f148";
  margin-right: 0.38198em;
  opacity: 0.25;
}

/**
 * Quick view
 */
.cart .mnm_table_item .mnm_table_item_indent:before,
.quick-view-button:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
}
.quick-view-button:before {
  content: "\f06e";
  margin-right: 0.61805em;
}

/**
 * Ship multiple addresses
 */
.woocommerce-page .no_shipping_address .gift-form label:after,
.woocommerce-page .ship_address .gift-form label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f06b";
  margin-left: 0.54079em;
}

.woocommerce-page .no_shipping_address .modify-address-button:before,
.woocommerce-page .ship_address .modify-address-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f044";
  margin-right: 0.54079em;
}

.woocommerce-page .addresses + .addresses header.title a:before {
  content: "\f067";
}

/**
 * Product reviews pro
 */
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\f005";
}

/**
 * Variation Swatches
 */
a#variations_clear:before {
  content: "\f021";
}

/**
 * Wishlists
 */
.wl-add-link:before,
a#variations_clear:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  margin-right: 0.54079em;
}
.wl-add-link:before {
  content: "\f004";
}

.button.wl-create-new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f067";
  margin-right: 0.54079em;
}

/**
 * My Account
 */
.woocommerce-account .entry-content > .woocommerce .u-columns {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-account .entry-content > .woocommerce > form,
.woocommerce-account .entry-content > .woocommerce > h2 {
  width: 51%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .woocommerce-account .entry-content > .woocommerce > form,
  .woocommerce-account .entry-content > .woocommerce > h2 {
    width: 100%;
  }
}

.woocommerce-account .entry-content > .woocommerce #customer_login h2,
.woocommerce-account .entry-content > .woocommerce > h2 {
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notice {
  margin-right: 15px;
  margin-left: 15px;
}

.woocommerce-account .woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-form__label-for-checkbox {
    margin-left: 15px;
  }
}

.woocommerce-account .form-row {
  align-items: center;
}

form.register,
form.woocommerce-form-login {
  padding: 30px;
}
form.register .user-text,
form.woocommerce-form-login .user-text {
  margin-bottom: 1em;
}

form.woocommerce-form-login {
  background-color: #131313;
  box-shadow: 0 11px 5px -10px rgba(0, 0, 0, 0.3);
}
form.woocommerce-form-login .woocommerce-LostPassword {
  margin-bottom: 0;
}

label.inline {
  display: inline !important;
  margin-left: 1em;
}

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  background-color: #131313;
  padding: 30px;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #323232;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  line-height: inherit;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 700;
}

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.70633em 0;
  padding: 0;
  background: #eaeaea;
}
ul.order_details:after,
ul.order_details:before {
  display: table;
}
ul.order_details:after {
  clear: both;
}
ul.order_details:after,
ul.order_details:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
}
ul.order_details:after {
  top: auto;
  bottom: -16px;
  transform: rotate(180deg);
}
ul.order_details li {
  padding: 1em 1.618em;
  font-size: 0.8em;
  text-transform: uppercase;
  border-color: #fff;
}
ul.order_details li:first-child {
  padding-top: 1.618em;
}
ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}
ul.order_details li strong {
  font-size: 1.41575em;
  text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.61805em 0.875em;
  font-size: 0.875em;
  margin-right: 0.236em;
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    padding-left: 60px !important;
  }
}

.woocommerce-MyAccount-content h2 {
  font-weight: 600;
}

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important;
}
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
  background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-content .woocommerce-account .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-account .woocommerce-notice {
  margin-left: 0;
  margin-bottom: 0;
}

.woocommerce-address-fields__field-wrapper .form-row {
  -ms-flex-direction: column;
  flex-direction: column;
}

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-Pagination a {
  text-decoration: none;
}
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--previous {
  float: left;
}
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
  float: right;
}

.woocommerce-order-details {
  margin-bottom: 30px;
}

.woocommerce-table--order-details .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce-orders-table tr:nth-child(2n) {
  background-color: #e1e1e1;
}

.woocommerce-orders-table tr td:first-child {
  padding-left: 5px;
}

/**
 * My Account
 */
table + .addresses {
  margin-top: 1.618em;
}

.product-transition {
  position: relative;
}
.product-transition .product-caption {
  position: absolute;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

li.product {
  box-sizing: border-box;
}
li.product .added_to_cart.wc-forward {
  display: none;
}
li.product .onsale {
  padding: 0 7px;
  line-height: 2;
  margin-top: 2px;
  top: 10px;
  left: 10px;
}
li.product .onsale,
li.product .posted_in {
  font-size: 14px;
  font-size: 0.875rem;
}
li.product .posted_in a {
  color: #888;
}
li.product .out-of-stock {
  position: absolute;
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
  padding: 15px 25px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 70%;
}
li.product .out-of-stock + .product-img-wrap {
  opacity: 0.5;
}
li.product .out-of-stock + .product-img-wrap + .product-caption,
li.product .out-of-stock + .product-img-wrap + .product-caption + .woocommerce-loop-product__gallery {
  display: none;
}
li.product .out-of-stock:before {
  content: "\f119";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.54079em;
}
li.product .time {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
li.product .countdown-times {
  justify-content: center;
  display: inline-flex;
  text-transform: uppercase;
  background: #232323;
  padding: 8px 12px;
}
li.product .countdown-times b {
  line-height: 1;
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 400;
  min-width: 50px;
}
li.product .countdown-times > div {
  font-size: 10px;
  line-height: 17px;
  color: #ccc;
}
li.product .flex-control-nav,
li.product .flex-direction-nav {
  display: none;
}
li.product:hover .gallery-nav-next {
  right: 13px;
  opacity: 1;
}
li.product:hover .gallery-nav-prev {
  left: 13px;
  opacity: 1;
}

.product-price {
  height: 29px;
  overflow: hidden;
}

.shop_table .product-price {
  height: auto;
  overflow: visible;
}

.shop-action {
  transition: all 0.35s ease;
  display: flex;
  justify-content: center;
}
.shop-action .compare,
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist > div > a {
  width: 45px;
  height: 45px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  border-radius: 50%;
  background-color: #eaeaea;
  margin: 2px;
}
.shop-action .compare:before,
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before {
  color: #242f3d;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.shop-action .compare:hover:before,
.shop-action .yith-wcqv-button:hover:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before {
  color: #fff;
}
.shop-action a[class*="product_type_"] {
  border-radius: 50%;
  background-color: #eaeaea;
  position: relative;
  font-size: 0;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  margin: 2px;
}
.shop-action a[class*="product_type_"]:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #242f3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop-action a[class*="product_type_"].loading:before,
.shop-action a[class*="product_type_"]:hover:before {
  color: #fff;
}
.shop-action .compare,
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-button {
  flex: 0 1 45px;
}
.shop-action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shop-action .yith-wcwl-add-to-wishlist > div {
  position: relative;
}
.shop-action .yith-wcwl-add-to-wishlist > div > a {
  white-space: nowrap;
}
.shop-action .yith-wcwl-add-to-wishlist > div .opal-loading-wislist {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
  margin-left: 0 !important;
}
.shop-action .yith-wcwl-add-to-wishlist > div .opal-loading-wislist:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  background-image: none !important;
  background-color: #fff;
  overflow: hidden;
}
.shop-action .yith-wcwl-add-to-wishlist > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0 !important;
}
.shop-action .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before,
.shop-action .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse a:before {
  color: #ff4a5d;
}
.shop-action .yith-wcwl-add-button {
  position: relative;
}
.shop-action .yith-wcwl-add-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-cart {
  position: relative;
  font-size: 0;
  width: 45px;
  height: 45px;
  flex: none;
  display: block;
}

[class*="product-style-"] li.product .compare-button {
  margin: 0;
  padding-bottom: 0;
}

.product-block {
  position: relative;
}

li.product > a {
  display: block;
}

li.product:hover .product-img-wrap .inner {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

li.product:hover .product-img-wrap.bottom-to-top .inner {
  transform: translate3d(0, -100%, 0);
}

li.product:hover .product-img-wrap.top-to-bottom .inner {
  transform: translate3d(0, 100%, 0);
}

li.product:hover .product-img-wrap.left-to-right .inner {
  transform: translate3d(100%, 0, 0);
}

li.product:hover .product-img-wrap.right-to-left .inner {
  transform: translate3d(-100%, 0, 0);
}

li.product:hover .product-img-wrap.swap .product-image {
  opacity: 0;
}
li.product:hover .product-img-wrap.swap .product-image img {
  transform: rotateY(180deg);
}

li.product:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1;
}
li.product:hover .product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(0deg);
}

li.product:hover .product-img-wrap.fade .product-image {
  opacity: 0;
}

li.product:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1;
}

li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1);
}

li.product:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0);
}

li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1);
}

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  animation-fill-mode: both;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  z-index: 2;
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}

.otf-product-list .product-img-wrap:hover .inner {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
  transform: translate3d(0, -100%, 0);
}

.otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
  transform: translate3d(0, 100%, 0);
}

.otf-product-list .product-img-wrap:hover.left-to-right .inner {
  transform: translate3d(100%, 0, 0);
}

.otf-product-list .product-img-wrap:hover.right-to-left .inner {
  transform: translate3d(-100%, 0, 0);
}

.otf-product-list .product-img-wrap:hover.swap .product-image {
  opacity: 0;
}
.otf-product-list .product-img-wrap:hover.swap .product-image img {
  transform: rotateY(180deg);
}

.otf-product-list .product-img-wrap:hover.swap .product-image.second-image {
  opacity: 1;
}
.otf-product-list .product-img-wrap:hover.swap .product-image.second-image img {
  transform: rotateY(0deg);
}

.otf-product-list .product-img-wrap:hover.fade .product-image {
  opacity: 0;
}

.otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
  opacity: 1;
}

.otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
  transform: scale(1);
}

.otf-product-list .product-img-wrap:hover.zoom-out .product-image {
  transform: scale(0);
}

.otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
  transform: scale(1);
}

ul.products li.product.osf-product-list .price,
ul.products li.product.osf-product-list .woocommerce-loop-product__title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

li.product.osf-product-list {
  margin-bottom: 15px !important;
}
li.product.osf-product-list:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 15px;
}
li.product.osf-product-list:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  li.product.osf-product-list .product-block > .product-image,
  li.product.osf-product-list .product-img-wrap {
    max-width: 300px;
    float: left;
  }
}
li.product.osf-product-list .caption {
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  li.product.osf-product-list .caption {
    width: calc(100% - 300px);
    padding-left: 30px;
    float: right;
  }
}
li.product.osf-product-list .star-rating {
  margin-left: 0;
}
li.product.osf-product-list .yith-wcqv-button {
  height: auto;
}
li.product.osf-product-list .compare,
li.product.osf-product-list .yith-wcwl-add-to-wishlist > div > a {
  height: 100%;
}
li.product.osf-product-list .shop-action {
  display: flex;
}
li.product.osf-product-list .shop-action > * {
  margin-right: 10px;
}
.widget_recent_entries li.product.osf-product-list .shop-action > ul,
li.product.osf-product-list .shop-action > .clear,
li.product.osf-product-list .widget_recent_entries .shop-action > ul {
  margin: 0;
}
li.product.osf-product-list .shop-action a[class*="product_type_"] {
  flex: unset;
}
li.product.osf-product-list .price,
li.product.osf-product-list .woocommerce-loop-product__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}
li.product.osf-product-list .price del {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}
li.product.osf-product-list .star-rating {
  margin-bottom: 0.5rem;
}
li.product.osf-product-list .excerpt {
  margin-top: 1rem;
  font-size: 0.875em;
  margin-bottom: 1.5rem;
}
li.product.osf-product-list .excerpt ul {
  padding-left: 20px;
}

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
}
ul.products li.product .price ins {
  background-color: transparent;
  margin: 0;
}
ul.products li.product .price del {
  margin-right: 10px;
}
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
  padding: 0;
}
ul.products li.product img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products li.product.product-category h2,
ul.products li.product.product-category h3 {
  font-size: 1.1em;
}
ul.products li.product.product-category img {
  margin-bottom: 1.618em;
}
ul.products li.product ins {
  background: transparent;
}
ul.products li.product .posfed_in {
  display: block;
}
ul.products li.product .posfed_in a {
  color: #e0e2e6;
}
ul.products li.product a[class*="product_type_"].loading {
  color: transparent;
}
ul.products li.product a[class*="product_type_"].loading:after {
  color: #fff;
}
@media (min-width: 768px) {
  ul.products + .woocommerce-result-count {
    text-align: right;
  }
}
@media (min-width: 768px) {
  ul.products + .woocommerce-result-count + .woocommerce-pagination {
    margin-top: -6em;
  }
}

li.product .product-transition {
  margin-bottom: 0.8em;
}

li.product .star-rating {
  font-size: 0.875em;
  float: right;
  margin-left: 10px;
  line-height: 24px;
}

[class^="columns-"] {
  width: 100%;
}

[class*="col-md"] #customer_details .col-1,
[class*="col-md"] #customer_details .col-2,
[class*="col-md"] #customer_details [data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-mobile="6"] [class*="col-md"] #customer_details .column-item {
  padding: 0;
}

.archive.osf_woocommerce_archive_product_style_full #content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.columns-5 ul.products > li,
.columns-5 ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .columns-5 ul.products > li,
  .columns-5 ul.products li.product {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .columns-5 ul.products > li,
  .columns-5 ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .columns-5 ul.products > li,
  .columns-5 ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce .woocommerce-carousel ul.products {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .woocommerce-carousel ul.products li.product {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-product-carousel {
  width: 100%;
  position: relative;
}
.woocommerce-product-carousel ul.products {
  margin-left: 0;
  margin-right: 0;
}

.osf-sorting-wrapper {
  border-bottom: 1px solid #323232;
  padding-bottom: 15px;
}

.osf-sorting {
  flex-wrap: wrap;
}
.osf-sorting,
.osf-sorting .osf-sorting-group {
  align-items: center;
  display: flex;
}
.osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
  margin-left: auto;
}
@media (min-width: 768px) {
  .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count + .woocommerce-ordering {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
    display: none;
  }
}
.osf-sorting .woocommerce-result-count {
  margin: 0;
}
@media (max-width: 768px) {
  .osf-sorting .woocommerce-result-count {
    padding-top: 0.5em;
    margin: auto;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .osf-sorting .filter-toggle {
    margin: auto;
  }
}
.osf-sorting .woocommerce-ordering {
  display: inline-block;
}
@media (max-width: 991px) {
  .osf-sorting .woocommerce-ordering {
    margin-left: auto;
    margin-right: auto;
  }
}
.osf-sorting .woocommerce-ordering select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0;
  height: 2.5em;
}
.osf-sorting .woocommerce-ordering .select-selected {
  min-width: 205px;
  padding: 3px 20px;
}
.osf-sorting .woocommerce-ordering .select-selected:after {
  float: right;
  line-height: inherit;
}
.osf-sorting .display-mode {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 0.5rem;
  min-width: 74px;
}
@media (max-width: 768px) {
  .osf-sorting .display-mode {
    margin-right: auto;
  }
}
.osf-sorting .display-mode button {
  background-color: #fff;
  color: #c4c4c4;
  padding: 0 0.5rem;
  border: 1px solid #eaeaea;
  border-radius: 0;
  line-height: 1;
  font-size: inherit;
  height: 2.5em;
  width: 2.5em;
  -webkit-appearance: none;
}
.osf-sorting .display-mode button + button {
  margin-left: -1px;
}
.osf-sorting .display-mode button.active,
.osf-sorting .display-mode button:hover {
  background-color: #fff;
  -webkit-appearance: none;
  box-shadow: none;
  line-height: 1;
  font-size: inherit;
}

.columns-5 .woocommerce-loop-product__title,
.columns-6 .woocommerce-loop-product__title,
.opal-content-layout-2cl .columns-3 .woocommerce-loop-product__title,
.opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,
.opal-content-layout-2cl .columns-5 .woocommerce-loop-product__title,
.opal-content-layout-2cl .columns-6 .woocommerce-loop-product__title,
.opal-content-layout-2cr .columns-3 .woocommerce-loop-product__title,
.opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title,
.opal-content-layout-2cr .columns-5 .woocommerce-loop-product__title,
.opal-content-layout-2cr .columns-6 .woocommerce-loop-product__title {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .woocommerce-result-count,
  .opal-content-layout-2cr .osf-sorting .woocommerce-result-count {
    margin: auto;
    padding-bottom: 0.5em;
  }
}

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .display-mode,
  .opal-content-layout-2cr .osf-sorting .display-mode {
    margin-right: auto;
  }
}

/*the container must be positioned relative:*/
.woocommerce-ordering {
  position: relative;
}

.woocommerce-ordering select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #0c0a0d;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  margin-left: 20px;
  vertical-align: middle;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "\f106";
}

/*style the items (options), including the selected item:*/
.select-selected {
  padding: 5px 0;
  cursor: pointer;
}

.select-items div {
  padding: 3px 15px;
  border: 0;
  cursor: pointer;
}
.select-items div:hover {
  background-color: #f7f8fa;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  font-size: 90%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  margin-top: -1px;
  border: 1px solid #eaeaea;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.same-as-selected {
  background-color: #f7f8fa;
}

/**
 * QUICK VIEW
 */

#yith-quick-view-modal.open,
#yith-wcwl-popup-message {
  z-index: 99999999;
}
#yith-quick-view-modal.open .yith-wcqv-main {
  box-shadow: none;
}
@media (min-width: 992px) {
  #yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: hidden !important;
  }
}
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  z-index: 99999999;
}

#yith-quick-view-modal #yith-quick-view-content .product {
  height: 100%;
  padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content .product div.product {
  display: block;
}

#yith-quick-view-modal #yith-quick-view-content div.images {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#yith-quick-view-modal #yith-quick-view-content div.images img {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  #yith-quick-view-modal #yith-quick-view-content div.images {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #yith-quick-view-modal #yith-quick-view-content div.images img.zoomImg {
    display: none !important;
  }
}

#yith-quick-view-modal #yith-quick-view-content div.summary {
  width: 50%;
  padding: 30px;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  #yith-quick-view-modal #yith-quick-view-content div.summary {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
  }
}

#yith-quick-view-modal #yith-quick-view-close {
  color: #000;
  border: 0;
  font-weight: 700;
  opacity: 1;
  line-height: 2em;
  width: 2em;
  height: 2em;
  top: 10px;
  right: auto;
  z-index: 9999;
  left: 20px;
}
#yith-quick-view-content.single-product div.product .summary-content h1.product_title {
  font-size: 1.7rem;
}
#yith-quick-view-content.single-product div.product .summary .price {
  margin-bottom: 15px;
  font-size: 1.4rem;
}

#yith-quick-view-content .onsale {
  display: none;
}

/**
 * Reviews
 */
#reviews {
  outline: none;
}
#reviews #comments {
  margin-top: 0;
  padding-top: 0;
}
#reviews .comment-reply-title {
  display: none;
}
#reviews .commentlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}
#reviews .commentlist li {
  margin-bottom: 2.61792em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li:after,
#reviews .commentlist li:before {
  content: "";
  display: table;
}
#reviews .commentlist li:after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
  background: transparent;
}
#reviews .commentlist li .comment_container:after,
#reviews .commentlist li .comment_container:before {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container:after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
  margin-bottom: 20px;
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li time {
  opacity: 0.5;
  font-size: 0.875em;
}
#reviews .commentlist li .comment-text {
  display: flex;
  flex-direction: column;
}
#reviews .commentlist li .comment-text .star-rating {
  margin-bottom: 1.5rem;
}
#reviews .commentlist li .comment-text .meta {
  order: -1;
}
#reviews .commentlist li .comment-text .meta * {
  margin-right: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 24px;
}
#reviews .commentlist li .comment-text .meta strong {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}
#reviews .commentlist li .avatar {
  display: none;
  border-radius: 50%;
  height: auto;
  left: 0;
}
.opal-comment-1 #reviews .commentlist li .avatar,
.opal-comment-3 #reviews .commentlist li .avatar,
.opal-comment-6 #reviews .commentlist li .avatar {
  left: 0;
}
#reviews .commentlist li p.meta {
  margin-bottom: 0.625em;
}
#reviews .commentlist li p.meta strong {
  line-height: 1;
  margin-bottom: 3px;
}
#reviews .commentlist li p.meta time {
  display: block;
}
#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}
#reviews .commentlist li ul.children {
  margin: 0;
  padding-top: 1.618em;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
#reviews .comment-form-rating .stars,
#reviews .comment-form-rating label {
  font-size: 18px;
  font-size: 1.125rem;
}
#reviews .comment-form-author,
#reviews .comment-form-email {
  width: 100%;
}
#reviews .comment-form-email {
  margin-right: 0;
}

#osf-accordion-container table.shop_attributes td,
#osf-accordion-container table.shop_attributes th,
.woocommerce-Tabs-panel table.shop_attributes td,
.woocommerce-Tabs-panel table.shop_attributes th {
  padding: 10px 20px;
}
#osf-accordion-container table.shop_attributes td p,
#osf-accordion-container table.shop_attributes th p,
.woocommerce-Tabs-panel table.shop_attributes td p,
.woocommerce-Tabs-panel table.shop_attributes th p {
  margin-bottom: 0;
}

/**
 * Single Product
 */
.site-main > .product > .onsale {
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 10px;
  background: #1a1a1a;
  color: #fff;
}

.single-product .pswp__button {
  background-color: transparent;
}

.single-product div.product {
  position: relative;
  padding-bottom: 50px;
}
.single-product div.product .product_title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #242f3d;
  font-weight: 600;
}
.single-product div.product .images,
.single-product div.product .summary,
.single-product div.product .woocommerce-product-gallery {
  margin-bottom: 2.61792em;
  margin-top: 0;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3.70633em;
}
.single-product div.product .woocommerce-product-gallery .zoomImg {
  background-color: #fff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 25px;
  display: block;
  height: 2em;
  width: 2em;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
}
.single-product div.product .woocommerce-product-gallery img {
  margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  flex: 0 0 calc(100% - 120px);
}
@media (max-width: 991px) {
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    flex: 0 0 calc(100% - 85px);
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100px;
  margin-right: -2px;
  margin-left: -2px;
  padding: 0;
}
@media (max-width: 991px) {
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    flex: 0 0 65px;
  }
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  padding-left: 0;
  list-style: none;
  cursor: pointer;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 2px;
  margin-top: 2px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  transition: all, ease, 0.2s;
  width: 100%;
  display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  filter: brightness(50%);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before {
  content: "";
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  filter: brightness(50%);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  flex: 0 0 50%;
  max-width: 50%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  flex: 0 0 20%;
  max-width: 20%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.single-product div.product .images {
  margin-bottom: 2.61792em;
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
  display: block;
}
.single-product div.product .images .thumbnails:after,
.single-product div.product .images .thumbnails:before {
  content: "";
  display: table;
}
.single-product div.product .images .thumbnails:after {
  clear: both;
}
.single-product div.product .images .thumbnails a.zoom {
  display: block;
  width: 22.05%;
  margin-right: 3.8%;
  float: left;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-right: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product .summary .yith-wcwl-add-to-wishlist {
  display: none;
  margin-top: 0;
}
.single-product div.product .summary .widget_recent_entries .yith-wcwl-add-to-wishlist + ul,
.single-product div.product .summary .yith-wcwl-add-to-wishlist + .clear,
.widget_recent_entries .single-product div.product .summary .yith-wcwl-add-to-wishlist + ul {
  display: none;
}
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div {
  position: relative;
  height: 100%;
}
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a {
  border-radius: 0;
  white-space: nowrap;
}
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse > a:before {
  color: #ff4a5d;
}
.single-product div.product .summary .compare {
  display: none;
}
.single-product div.product .summary .compare,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a {
  width: 60px;
  height: 60px;
  position: relative;
  white-space: nowrap;
  text-indent: -999em;
  border: 2px solid #323232;
}
.single-product div.product .summary .compare:before,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a:before {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
.single-product div.product .summary .yith-wcwl-add-button {
  position: relative;
}
.single-product div.product .summary .yith-wcwl-add-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-product div.product .summary .price {
  display: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-product div.product .summary .price ins {
  background-color: transparent;
  margin-left: 0;
  margin-right: 10px;
}
.single-product div.product .summary .price del {
  color: #777;
  font-size: 24px;
  font-size: 1.5rem;
}
.single-product div.product form.cart {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}
.single-product div.product form.cart:after,
.single-product div.product form.cart:before {
  content: "";
  display: table;
}
.single-product div.product form.cart:after {
  clear: both;
}
.single-product div.product form.cart .single_variation_wrap {
  width: 100%;
}
.single-product div.product form.cart:not(.variations_form) {
  display: flex;
}
.single-product div.product form.cart.grouped_form {
  flex-wrap: wrap;
  border-top: none;
}
.single-product div.product form.cart .quantity {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 150px;
  flex-basis: 150px;
  height: 60px;
  border: 2px solid #323232;
}
.single-product div.product form.cart .quantity input[type="button"] {
  background-color: transparent;
  padding: 0.5rem 0;
  width: 33.33%;
  height: 100%;
}
.single-product div.product form.cart .quantity input[type="button"]:active,
.single-product div.product form.cart .quantity input[type="button"]:focus,
.single-product div.product form.cart .quantity input[type="button"]:hover {
  outline: none;
  box-shadow: none;
  color: #fff;
}
.single-product div.product form.cart .quantity input {
  border: none;
}
.single-product div.product form.cart .quantity input[type="number"] {
  padding: 0.5rem 0;
  width: 33.33%;
  height: 100%;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.single-product div.product form.cart .compare-button,
.single-product div.product form.cart .yith-wcwl-add-to-wishlist {
  padding-bottom: 0;
  margin: 15px 15px 15px 0;
}
.single-product div.product form.cart .compare,
.single-product div.product form.cart .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.single-product div.product table.variations {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  margin: 0;
}
.single-product div.product table.variations tr {
  padding-top: 15px;
  display: block;
}
.single-product div.product table.variations td,
.single-product div.product table.variations th {
  padding: 0;
  list-style: none;
  background-color: transparent;
  vertical-align: middle;
}
.single-product div.product table.variations select {
  height: 40px;
  width: 100%;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  background: transparent;
}
.single-product div.product table.variations label {
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #222;
  white-space: nowrap;
  line-height: 40px;
  font-weight: 600;
}
.single-product div.product table.variations label:after {
  content: ":";
  padding-right: 5px;
}
.single-product div.product table.variations .value select {
  padding: 0 10px;
  margin: 10px 0;
}
.single-product div.product .single_variation .price {
  margin-bottom: 1em;
  display: block;
}
.single-product div.product .variations_button {
  padding-top: 1em;
  display: flex;
}
.single-product div.product .variations_button:after,
.single-product div.product .variations_button:before {
  content: "";
  display: table;
}
.single-product div.product .variations_button:after {
  clear: both;
}
.single-product div.product .woocommerce-variation-price {
  margin-top: 15px;
}
.single-product div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}
.single-product div.product .woocommerce-product-rating:after,
.single-product div.product .woocommerce-product-rating:before {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8e8e8e;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  margin-right: 0.61805em;
}
.single-product div.product .product_meta {
  line-height: 1.7;
  padding: 1.4em 0 1.5em;
  margin-top: 20px;
}
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .tagged_as {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .posted_in span,
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .sku_wrapper span,
.single-product div.product .product_meta .tagged_as a,
.single-product div.product .product_meta .tagged_as span {
  text-transform: none;
}
.single-product div.product .woocommerce-tabs .panel .shop_attributes p {
  margin-bottom: 0;
}
.single-product div.product .pbr-social-share {
  margin-top: 22px;
  color: #222;
  text-align: unset;
}
.single-product div.product .pbr-social-share a {
  color: #888;
}
.single-product div.product .pbr-social-share a:hover {
  color: #222;
}

.single-product.opal-default-content-layout div.product .woocommerce-product-gallery[class*="woocommerce-product-gallery--columns"] .flex-control-thumbs li {
  max-width: 106px;
}

.single-product[class*="opal-comment-form"] .comment-form .comment-form-author,
.single-product[class*="opal-comment-form"] .comment-form .comment-form-email,
.single-product[class*="opal-comment-form"] .comment-form .comment-notes {
  order: unset;
}

.single-product[class*="opal-comment-form"] .comment-form .form-submit {
  margin-top: 20px;
}
.single-product[class*="opal-comment-form"] .comment-form .form-submit .submit {
  min-width: 260px;
}

.single-product[class*="product-style"] .stock.out-of-stock {
  position: static;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.single-product .product-navigator #older-nav:after {
  content: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/css/assets/images/left-arrow.png);
}

.single-product .product-navigator #newer-nav:before {
  content: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/css/assets/images/right-arrow.png);
}

@media (max-width: 767px) {
  .single-product .product-navigator #newer-nav .outter-title {
    float: right;
  }
}

@media (min-width: 768px) {
  .single-product .product-navigator .entry-title {
    max-width: 100px;
  }
}

[class*="product-style"] .out-of-stock {
  position: absolute;
}

.woocommerce-tabs {
  padding: 1em 0;
  width: 100%;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce-tabs ul.tabs li {
    flex-grow: 1;
  }
}
.woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 15px 0;
  text-transform: uppercase;
  position: relative;
}
.woocommerce-tabs ul.tabs li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  left: 0;
  height: 2px;
  transition: all 0.35s ease;
}
.woocommerce-tabs ul.tabs li a:hover:after {
  width: 100%;
}
.woocommerce-tabs .panel {
  background: #131313;
  padding: 35px 30px;
}
.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
  color: #000;
}
@media (min-width: 992px) {
  .woocommerce-tabs .panel {
    padding: 70px 80px;
  }
}
.woocommerce-tabs#osf-accordion-container [data-accordion] {
  border-color: #eaeaea;
}
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
  content: "";
  width: 12px;
  display: inline-block;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
}
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
  transform: rotate(90deg);
}
.woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
  content: none;
}

.single-product.osf_woocommerce_single_product_style_full #content {
  max-width: 1740px;
}

@media screen and (min-width: 1200px) {
  .single-product.osf_woocommerce_single_product_style_full div.product .product_title {
    padding-top: 2em;
  }
}

@media (min-width: 1200px) {
  .single-product.osf_woocommerce_single_product_style_full .entry-summary {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }
}

.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.disabled[type="submit"] {
  padding: 15px 40px;
  line-height: 1;
  min-height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 15px;
}

.single-product .woocommerce-product-details__short-description {
  border-top: 1px solid #323232;
  padding-top: 30px;
}
.single-product .woocommerce-product-details__short-description ul {
  padding-left: 1.5em;
}

.single-product table.variations {
  margin-bottom: 1em;
}

.single-product table.group_table {
  width: 100%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #323232;
  padding-top: 24px;
}
.single-product table.group_table tr:last-child,
.single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
  border-bottom: 0;
}
.single-product table.group_table .woocommerce-grouped-product-image img {
  width: 70px;
  display: block;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__label label a {
  font-weight: 500;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price {
  text-align: right;
  font-weight: 700;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
  background: transparent;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price p {
  margin-bottom: 0;
}
.single-product table.group_table .quantity {
  margin-right: 0 !important;
  margin-left: auto;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
  text-align: right;
}

.single-product .tawcvs-swatches {
  display: inline-block;
  padding: 0;
}
.single-product .tawcvs-swatches .swatch {
  line-height: 35px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 0;
}
.single-product .tawcvs-swatches .swatch.selected {
  box-shadow: none;
}
.single-product .tawcvs-swatches .swatch.selected.swatch-label {
  border-color: #222;
  background: #222;
  color: #fff;
}
.single-product .tawcvs-swatches .swatch.selected:before {
  left: calc(50% - 3px);
  top: 10px;
}
.single-product .tawcvs-swatches .swatch.swatch-label {
  height: 35px;
  min-width: 35px;
  background: #e9e9e9;
  color: #8a8a8a;
  width: auto;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 35px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.single-product .tawcvs-swatches .swatch.swatch-label:hover {
  border-color: #222;
  background: #222;
  color: #fff;
}
.single-product .tawcvs-swatches .swatch.swatch-color {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border-color: #eaeaea;
}

.single-product a.reset_variations {
  position: absolute;
  bottom: calc(100% - 15px);
  left: 0;
  display: block;
  margin-left: 0;
  text-decoration: underline;
}
.single-product a.reset_variations:before {
  content: "\f00d";
}

.single-product .woocommerce-tabs {
  margin-bottom: 10px;
}
.single-product .woocommerce-tabs .wc-tabs .active a:after {
  width: 100%;
}
@media (max-width: 1199px) {
  .single-product .woocommerce-tabs#osf-accordion-container [data-control] {
    font-size: 1em;
  }
}
.single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type,
.single-product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.single-product div.product .images figure {
  margin: 0;
}

.single-product div.product .entry-summary .onsale {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: static;
  float: right;
  margin-left: 15px;
  margin-top: 3px;
}

.single-product div.product .variations_button {
  padding-top: 0;
}

.single-product .star-rating {
  line-height: 2;
}

.single-product .single_add_to_cart_button,
.single-product form.cart .quantity {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-product.woocommerce-single-style-1 div.product .woocommerce-product-gallery img {
  display: block;
}

.single-product.woocommerce-single-style-1 div.product table.variations td.label {
  min-width: 60px;
}

.single-product.woocommerce-single-style-1 div.product table.variations tr {
  border-bottom: 0;
  padding-top: 0;
}
.single-product.woocommerce-single-style-1 div.product table.variations tr:first-child {
  padding-top: 15px;
}

.single-product.woocommerce-single-style-1 div.product .variations_button {
  display: flex;
}

.single-product .comment-body,
.single-product .comment_container {
  margin-bottom: 0.25rem;
}

.single-product #reviews .commentlist li {
  margin-bottom: 0;
}
.single-product #reviews .commentlist li .comment_container {
  box-shadow: none;
  border-radius: 0;
  border-color: #323232;
  padding: 0.8em 0;
}

.single-product .stock.out-of-stock {
  position: static;
  background-color: transparent;
}

.single-product#yith-quick-view-content a.reset_variations {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
}

.ywsfd-wrapper h2:first-of-type {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-top: 1em;
  line-height: 30px;
}

.ywsfd-wrapper .ywsfd-social {
  margin-top: 0;
  border: none;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}

.button-wrapper #chart-button {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
}
.button-wrapper #chart-button:hover {
  text-decoration: none;
  opacity: 0.8;
  background-color: transparent;
}

.remodal .remodal-close:focus,
.remodal .remodal-close:hover {
  color: #fff;
}

.woocommerce-single-style-1 .product {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .woocommerce-single-style-1 div.product .entry-summary .inner {
    padding-left: 8.33%;
  }
}

.woocommerce-single-style-1 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 25px;
}

.osf-wrap-swatches {
  transition: all 0.35s ease-in-out;
}
.osf-wrap-swatches .swatch {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
}
.osf-wrap-swatches .swatch-color {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.osf-wrap-swatches .swatch-label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0 3px;
  line-height: 18px;
  min-width: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ebebeb;
}
.osf-wrap-swatches .swatch-label.checked {
  background-color: #000;
  color: #fff;
}
.osf-wrap-swatches .swatch-image {
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
}
.osf-wrap-swatches .swatch-image,
.osf-wrap-swatches .swatch-image img {
  height: 20px;
  width: 20px;
}
.osf-wrap-swatches .swatch-color.checked:after,
.osf-wrap-swatches .swatch-image.checked:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
}

.product-image-swatch + .product-image {
  display: none !important;
}

.product-swatch-loading .product-img-wrap:after {
  font-family: FontAwesome;
  content: "\f110";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  animation: n 2s infinite linear;
}

.product-swatch-loading .product-img-wrap:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.widget.widget-woof,
.widget.WOOF_Widget {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget .woof_products_top_panel {
  padding: 0 15px;
  margin-bottom: 1.5rem;
  border-width: 1px 0;
  border-style: solid;
}
.widget .woof_products_top_panel li span {
  font-weight: 500;
  font-size: 0.85em;
}

.widget .woof label {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.widget .woof_list li {
  margin: -1px 0 0 !important;
  border: none;
}

.widget .woof_list_label li {
  border: none !important;
  position: relative;
}
.widget .woof_list_label li .woof_label_count {
  right: 0;
}
.widget .woof_list_label li .woof_label_term {
  width: auto;
  height: auto;
  line-height: 1.5;
  background: #323232;
  border: none;
  font-size: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.widget .woof_list_label li .woof_label_term.checked,
.widget .woof_list_label li .woof_label_term:hover {
  background-color: #000;
  color: #fff;
}

.widget ul.woof_list_color li {
  border: none !important;
  margin-right: 10px !important;
}

.widget .woof_list_checkbox input[type="checkbox"] {
  display: none;
}
.widget .woof_list_checkbox input[type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
}
.widget .woof_list_checkbox input[type="checkbox"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.widget .woof_list_checkbox input[type="checkbox"] + label:after {
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  display: none;
}
.widget .woof_list_checkbox input[type="checkbox"]:checked + label {
  font-weight: 700;
}
.widget .woof_list_checkbox input[type="checkbox"]:checked + label:after {
  display: block;
}

.widget .woof_list_radio input[type="radio"] {
  display: none;
}
.widget .woof_list_radio input[type="radio"] + label {
  padding-left: 30px;
  position: relative;
}
.widget .woof_list_radio input[type="radio"] + label:before {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 0.5rem;
  left: 0;
}
.widget .woof_list_radio input[type="radio"] + label:after,
.widget .woof_list_radio input[type="radio"] + label:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.widget .woof_list_radio input[type="radio"] + label:after {
  height: 8px;
  width: 8px;
  background-color: #000;
  left: 6px;
  display: none;
}
.widget .woof_list_radio input[type="radio"]:checked + label {
  font-weight: 700;
}
.widget .woof_list_radio input[type="radio"]:checked + label:after {
  display: block;
}

.widget .woof_list_radio .woof_radio_term_reset img {
  display: none;
}

.widget .woof_color_term {
  border-radius: 50%;
  border-width: 1px;
  opacity: 0.5;
}
.widget .woof_color_term.checked {
  opacity: 1;
}

.widget .woof_list_checkbox li div {
  margin-top: 0;
}

.widget .woof_container:last-child {
  border: none !important;
  margin-bottom: 0 !important;
}

.widget .woof_container .woof_container_inner {
  padding-bottom: 40px;
}

.widget .woof_container h4 {
  margin-bottom: 15px !important;
}

.woof_container_productsize ul {
  columns: 2;
}

/**
 * Widgets
 */
.archive.post-type-archive-product #secondary {
  padding-top: 11px;
}

.widget_product_brands ul,
.widget_rating_filter ul,
.woocommerce-widget-layered-nav ul {
  margin: 0;
}
.widget_product_brands ul li a,
.widget_rating_filter ul li a,
.woocommerce-widget-layered-nav ul li a {
  position: relative;
  padding-left: 33px;
}
.widget_product_brands ul li a:before,
.widget_rating_filter ul li a:before,
.woocommerce-widget-layered-nav ul li a:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-color: #fff;
  transition: all 0.4s ease;
}
.widget_product_brands ul li.current-cat a,
.widget_product_brands ul li a:hover,
.widget_rating_filter ul li.current-cat a,
.widget_rating_filter ul li a:hover,
.woocommerce-widget-layered-nav ul li.current-cat a,
.woocommerce-widget-layered-nav ul li a:hover {
  color: #fff;
}
.widget_product_brands ul li.current-cat a:before,
.widget_rating_filter ul li.current-cat a:before,
.woocommerce-widget-layered-nav ul li.current-cat a:before {
  border-color: #fff;
  border-width: 2px;
}
.widget_product_brands ul li.chosen a,
.widget_rating_filter ul li.chosen a,
.woocommerce-widget-layered-nav ul li.chosen a {
  color: #fff;
  font-weight: 600;
}
.widget_product_brands ul li.chosen a:after,
.widget_rating_filter ul li.chosen a:after,
.woocommerce-widget-layered-nav ul li.chosen a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 5px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1px 1px;
  display: block;
}

.widget_product_categories ul {
  margin: 0;
}
.widget_product_categories ul li {
  position: relative;
  padding-right: 20px;
}
.widget_product_categories ul li.chosen a,
.widget_product_categories ul li.current-cat a,
.widget_product_categories ul li a:hover {
  color: #fff;
}
.widget_product_categories ul li i {
  position: absolute;
  right: 0;
  top: 1em;
  line-height: inherit;
  font-size: 10px;
  font-size: 0.625rem;
  cursor: pointer;
}
.widget_product_categories ul li ul.children {
  margin-right: -20px;
  padding-top: 0.5rem;
  display: none;
}
.widget_product_categories ul li:first-child i {
  top: 0;
}

.widget_product_brands input[type="text"] {
  margin-top: 25px;
  margin-bottom: 20px;
}

.osf-active-filters {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.osf-active-filters ul li {
  padding: 5px 0;
  border: none;
}
.osf-active-filters li {
  display: inline-block;
  margin-right: 10px;
}
.osf-active-filters li a {
  color: #999;
  padding: 3px 12px;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}
.osf-active-filters li a:before {
  content: "\f057";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: -6px;
  left: -6px;
}
.osf-active-filters li a:hover:before {
  color: #ff4a5d;
}
.osf-active-filters .widget_layered_nav_filters {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
}
.osf-active-filters .widget_layered_nav_filters h2.widgettitle {
  display: none !important;
}
.osf-active-filters .osf_active_filters_label {
  display: none;
}
.osf-active-filters .clear-all {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 10px;
}
.osf-active-filters div + .osf_active_filters_label {
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.osf-active-filters div ~ .clear-all {
  display: inline-block;
  line-height: 1.2;
}

.woocommerce-widget-layered-nav ul li a.osf-color-type {
  display: flex;
  align-items: center;
  padding-left: 37px;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after,
.woocommerce-widget-layered-nav ul li a.osf-color-type:before {
  display: none;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-label {
  left: 0;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
  color: #fff;
}

.woocommerce-widget-layered-nav ul.two_columns {
  columns: 2;
}

.woocommerce-widget-layered-nav ul.inline li {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-widget-layered-nav .osf-color-type .color-label {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px #000;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.woocommerce-widget-layered-nav .osf-color-type .color-name {
  line-height: 30px;
}

.woocommerce-widget-layered-nav .osf-color-type .color-count {
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-block;
  margin-left: auto;
}

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
  color: #fff;
}

.product_list_widget,
.woocommerce-product-list {
  list-style: none;
  margin-left: 0;
}
.product_list_widget li,
.woocommerce-product-list li {
  margin-bottom: 30px;
  list-style: none;
  width: 100%;
}
.product_list_widget li:not(.woocommerce-mini-cart-item),
.woocommerce-product-list li:not(.woocommerce-mini-cart-item) {
  display: flex;
}
.product_list_widget li:after,
.product_list_widget li:before,
.woocommerce-product-list li:after,
.woocommerce-product-list li:before {
  content: "";
  display: table;
}
.product_list_widget li:after,
.woocommerce-product-list li:after {
  clear: both;
}
.product_list_widget li .inner,
.woocommerce-product-list li .inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  width: 100%;
  align-items: center;
}
.product_list_widget li img,
.woocommerce-product-list li img {
  width: 100%;
  float: left;
}
.product_list_widget li img.wp-post-image,
.woocommerce-product-list li img.wp-post-image {
  max-width: 5.99684em;
}
.product_list_widget li .product-thumbnail,
.woocommerce-product-list li .product-thumbnail {
  margin-right: 20px;
  max-width: 95px;
  width: auto;
}
.product_list_widget li .product-content,
.woocommerce-product-list li .product-content {
  flex: 1;
  padding: 0.5em 0;
}
.product_list_widget li .product-title,
.woocommerce-product-list li .product-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-top: 0;
  margin-bottom: 0;
}
.product_list_widget li .product-title a,
.woocommerce-product-list li .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  max-height: 3.2em;
}
.product_list_widget li > a,
.woocommerce-product-list li > a {
  display: block;
}
.product_list_widget li:first-child:before,
.woocommerce-product-list li:first-child:before {
  content: none;
}
.product_list_widget li .star-rating,
.woocommerce-product-list li .star-rating {
  float: right;
  margin-top: 3px;
}
.product_list_widget li .posted_in,
.woocommerce-product-list li .posted_in {
  font-size: 0.875em;
  display: none;
}
.product_list_widget .amount,
.woocommerce-product-list .amount {
  font-size: 18px;
  font-size: 1.125rem;
}
.product_list_widget ins,
.woocommerce-product-list ins {
  background: transparent;
  float: left;
  margin-right: 10px;
}

.woocommerce-product-list li {
  box-sizing: border-box;
}
.woocommerce-product-list li .posted_in {
  line-height: 1.2;
  display: block;
}
.woocommerce-product-list li .posted_in a {
  color: #a3a5a7;
}

.woocommerce-product-list .product-excerpt {
  margin-top: 15px;
}

.widget ul.products li.product a {
  text-decoration: none;
}

.widget_products a {
  display: block;
}

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
}
.widget_shopping_cart .product_list_widget li img {
  margin-right: 15px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 0.6em;
  right: 0;
  opacity: 1;
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart .buttons .button {
  display: block;
  height: auto;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: 0.61805em;
  display: block;
}

.widget.woocommerce li .count {
  font-size: 1em;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  line-height: 2.4em;
  font-weight: 700;
}
.widget_price_filter .price_slider_amount input[type="text"] {
  display: none;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  opacity: 1;
  top: -3px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e5e5e5;
  margin-top: 2em;
}

.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_product_search form input[type="submit"] {
  display: none;
}

.search-form-wapper .input-group,
.search-form-wapper .input-group-btn,
.search-form-wapper .search-form {
  border-radius: inherit !important;
}

.search-form-wapper .search-submit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

.search-form-wapper input[type="search"] {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}

.opal-style-1.search-form-wapper .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.opal-style-1.search-form-wapper .search-submit,
.opal-style-1.search-form-wapper input[type="search"] {
  border-radius: inherit !important;
  border: none;
}

.opal-style-1.search-form-wapper .search-submit {
  background: transparent;
  padding-left: 25px;
  padding-right: 20px;
}

.opal-style-1.search-form-wapper.button_left .input-group-btn {
  left: 0;
  right: auto;
}

.opal-style-1.search-form-wapper.button_left input[type="search"] {
  padding-left: 55px;
  padding-right: 15px;
}

.opal-style-1.search-form-wapper.button_right .input-group-btn {
  right: 0;
  left: auto;
}

.opal-style-1.search-form-wapper.button_right input[type="search"] {
  padding-right: 55px;
  padding-left: 15px;
}

.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp {
  background-color: transparent;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
}

#yith-quick-view-content.single-product div.product {
  margin: 0;
}
#yith-quick-view-content.single-product div.product .summary-content h1.product_title {
  padding-top: 0;
  padding-top: 0.5em;
  margin: 0;
}
#yith-quick-view-content.single-product div.product .summary .price {
  margin-top: 15px;
}
#yith-quick-view-content.single-product div.product .woocommerce-product-rating {
  margin: 10px 0;
}

#yith-quick-view-content .out-of-stock {
  position: static;
}

#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px;
}

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0;
}

.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.osf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.osf-product-deal .woocommerce-product-list li .inner {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .osf-product-deal .woocommerce-product-list li .inner {
    display: block !important;
  }
}
.osf-product-deal .woocommerce-product-list li p {
  margin: 0;
}
.osf-product-deal .woocommerce-product-list li .product-thumbnail {
  margin-right: 0;
  padding: 0;
  max-width: 100%;
}

.osf-product-deal .woocommerce-product-list .product-content {
  padding: 30px;
}

.osf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500;
}

.osf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em;
}

.osf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px;
}

.osf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day:after,
.osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,
.osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
  content: "";
}
.osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times > div {
  text-transform: capitalize;
}
.osf-product-deal .woocommerce-product-list .opal-countdown b {
  min-width: 50px;
  background-color: transparent;
  font-size: 1.25em;
  line-height: 30px;
  min-height: 30px;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day {
  text-align: left;
  padding-right: 10px;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day b {
  font-size: 2.25em;
}

#secondary .widget_price_filter button[type="submit"],
.opal-canvas-filter .widget_price_filter button[type="submit"] {
  display: none;
}

#secondary .product_list_widget li,
#secondary .woocommerce-product-list li,
.opal-canvas-filter .product_list_widget li,
.opal-canvas-filter .woocommerce-product-list li {
  margin-bottom: 30px;
  padding: 0;
}
#secondary .product_list_widget li:last-child,
#secondary .woocommerce-product-list li:last-child,
.opal-canvas-filter .product_list_widget li:last-child,
.opal-canvas-filter .woocommerce-product-list li:last-child {
  margin-bottom: 0;
}

.otf-product-recently-review {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .otf-product-recently-review {
    display: none;
  }
}
.otf-product-recently-review .otf-woocommerce-recently-viewed {
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 45px 14px 17px;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0 75px 0 0;
  position: relative;
  background-color: #f4f5f5;
  cursor: pointer;
  z-index: 999;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed:after {
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  transition: 0.2s;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed.active {
  background: #fff;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
  transform: rotate(180deg) translateY(50%);
}

.otf-product-recently-content {
  width: 100% !important;
  display: none;
  clear: both;
  position: relative;
}
.otf-product-recently-content:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.otf-product-recently-content .woocommerce-product {
  background: #fff;
}
.otf-product-recently-content .products {
  display: flex;
  padding: 30px 0;
}
.otf-product-recently-content li {
  width: auto;
  padding: 0 15px !important;
}
.otf-product-recently-content li a.product-thumbnail {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.otf-product-recently-content li img.wp-post-image {
  max-width: 5.99684em;
}
.otf-product-recently-content li .product-content {
  display: none;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: 0.875em;
  padding: 1em 1.387rem;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 0.54079em;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  padding: 1.41575em 99em;
  margin-left: -99em;
  margin-right: -99em;
  margin-bottom: 4.2358em;
}

@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem;
  }
}

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#opal-woocommerce-loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  margin: 30px auto;
  margin: 10px auto;
}

body.opal-filter-loading #content {
  opacity: 0.76;
}
body.opal-filter-loading #content * {
  pointer-events: none;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  content: "";
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  background-image: none !important;
}

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
  width: 20px;
  height: 20px;
  background: #fff !important;
  top: 65%;
  left: 65%;
  opacity: 1 !important;
  overflow: hidden;
  border-radius: 50%;
}

.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .opal-wrapper {
    margin-bottom: 65px;
  }
  .handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    background-color: #3f4448;
  }
  .handheld-footer-bar [class*="columns-"] {
    display: flex;
    -ms-flex-align: center;
    list-style: none;
    margin-bottom: 0;
    min-height: 65px;
    color: #f3f3f3;
    position: relative;
  }
  .handheld-footer-bar [class*="columns-"] li {
    flex: 1 1 0;
    text-align: center;
  }
  .handheld-footer-bar [class*="columns-"] li:not(:last-child) a {
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  }
  .handheld-footer-bar [class*="columns-"] a {
    color: #f3f3f3;
    height: 100%;
    cursor: pointer;
    display: block;
    background: #262626;
  }
  .handheld-footer-bar [class*="columns-"] a:before {
    font: normal normal normal 26px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    line-height: 65px;
  }
  .handheld-footer-bar .my-account .my-accrount-footer {
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
  }
  .handheld-footer-bar .my-account .my-accrount-footer:before {
    text-indent: 0;
  }
  .handheld-footer-bar .cart .footer-cart-contents {
    position: relative;
    display: block;
    z-index: 99;
  }
  .handheld-footer-bar .cart .footer-cart-contents .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: calc(50% + 5px);
    border-radius: 100%;
  }
  .handheld-footer-bar .site-search {
    position: absolute;
    bottom: -120%;
    left: 0;
    right: 0;
    transition: all, ease, 0.2s;
    padding: 1em;
    z-index: 1;
    display: block;
    background-color: #262626;
  }
  .handheld-footer-bar .site-search .search-submit {
    border-radius: 0;
  }
  .handheld-footer-bar .search .search-footer {
    position: relative;
    text-indent: -9999px;
    z-index: 999;
  }
  .handheld-footer-bar .search.active .site-search {
    bottom: 100%;
  }
}

.handheld-footer-bar .search .search-footer:before {
  text-indent: 0;
}

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product {
  overflow: visible;
  margin-bottom: 0;
  text-align: left;
}
.product-style-1 li.product .product-block {
  padding-bottom: 0;
  text-align: center;
}
.product-style-1 li.product .woocommerce-loop-product__title,
.product-style-1 li.product h2,
.product-style-1 li.product h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0;
}
.product-style-1 li.product .woocommerce-loop-product__title a,
.product-style-1 li.product h2 a,
.product-style-1 li.product h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  max-height: 2.5em;
}
.product-style-1 li.product .woocommerce-loop-product__title a:hover,
.product-style-1 li.product h2 a:hover,
.product-style-1 li.product h3 a:hover {
  text-decoration: underline;
}
.product-style-1 li.product .shop-action {
  display: flex;
  opacity: 0;
}
.product-style-1 li.product .product-transition {
  margin-bottom: 0;
  overflow: hidden;
}
.product-style-1 li.product .deal-progress {
  margin-top: 10px;
}
.product-style-1 li.product .deal-progress .progress-value {
  background: #fdb768;
}
.product-style-1 li.product .deal-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
.product-style-1 li.product .product-caption {
  top: 50%;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.product-style-1 li.product .price {
  font-size: 18px;
  font-size: 1.125rem;
}
.product-style-1 li.product .star-rating {
  font-size: 11px;
  margin-top: 4px;
}
.product-style-1 li.product .caption {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}
.product-style-1 li.product:hover .product-caption {
  top: calc(50% - 20px);
}
.product-style-1 li.product:hover .shop-action {
  opacity: 1;
}

/** Product Animation End : Style 1 */
.shop-action .wooscp-btn,
.shop-action .woosq-btn,
.shop-action .woosw-btn {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  border-radius: 50%;
  background-color: #eaeaea;
  margin: 2px;
  border: none;
}
.shop-action .wooscp-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before {
  color: #242f3d;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.shop-action .wooscp-btn:hover:before,
.shop-action .woosq-btn:hover:before,
.shop-action .woosw-btn:hover:before {
  color: #fff;
}

.shop-action .woosw-btn.woosw-adding:before {
  opacity: 0;
}

.shop-action .woosw-btn.woosw-adding:after {
  content: "" !important;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  overflow: hidden;
}

.shop-action .woosw-btn.woosw-added:before {
  color: red;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
  padding: 0;
  background-color: transparent;
  margin-top: 10px;
  border: none;
}
.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a:hover {
  text-decoration: underline;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
  padding: 15px;
}

.single-product div.product .entry-summary .wooscp-btn,
.single-product div.product .entry-summary .woosw-btn {
  width: 60px;
  height: 60px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  border: 2px solid #323232;
  background-color: transparent;
  margin: 15px 15px 15px 0;
  padding: 0;
}
.single-product div.product .entry-summary .wooscp-btn:before,
.single-product div.product .entry-summary .woosw-btn:before {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5rem;
}

.single-product div.product .entry-summary .woosw-btn.woosw-adding:before {
  opacity: 0;
}

.single-product div.product .entry-summary .woosw-btn.woosw-adding:after {
  content: "" !important;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  overflow: hidden;
}

.single-product div.product .entry-summary .woosw-btn.woosw-added:before {
  color: red;
}

#woosq-popup .slick-slider .slick-arrow {
  border: none;
}

#woosq-popup .single-product .product {
  margin: 0;
}
#woosq-popup .single-product .product .woosw-btn {
  display: none;
}

/*
Theme Name: Lexrider
Theme URI: http://demo2.wpopal.com/lexrider
Author: Opal Team
Author URI: https://www.wpopal.com/
Description: Lexrider  is a fully responsive Biker & Motorcycle WordPress Theme. It is right compatible with any types of motorcycle, bikes, bikers club, bike shop, riding events, motorbike club, motor store, cyclists, auto vehicles etc.
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: auto vehicle, bike shops, bikes, Bikes Clubs, car, cyclists, equipment, inventory, Motor Clubs, motorcycle clubs
Text Domain: lexrider

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
    5.1 Page Title
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
   12.1 Off Canvas
   12.2 Pagination
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Modal
    17.1 Modal User
18.0 SVGs Fallbacks
19.0 Colors
    19.1 Colors Schema Light
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/
.custom-title {
  font-weight: 600;
}

/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
  line-height: 1.875;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #eaeaea;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1.875;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border-color: #323232;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

.block-fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
#order_review_heading,
.custom-logo-link + .site-branding-text,
.elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.entry-gallery .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.menu-toggle .m-text,
.screen-reader-text,
.shop-action .yith-wcwl-add-to-wishlist > div span,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div span,
.single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-9 .gallery-caption,
.site-description,
.widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption,
body.single-post article.type-post .entry-footer .social-share-header,
body.single-post article.type-post .entry-footer .tags-title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
#order_review_heading:focus,
.custom-logo-link + .site-branding-text:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.entry-gallery .gallery-columns-6 .gallery-caption:focus,
.entry-gallery .gallery-columns-7 .gallery-caption:focus,
.entry-gallery .gallery-columns-8 .gallery-caption:focus,
.entry-gallery .gallery-columns-9 .gallery-caption:focus,
.menu-toggle .m-text:focus,
.screen-reader-text:focus,
.shop-action .yith-wcwl-add-to-wishlist > div span:focus,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div span:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
.site-description:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
body.single-post article.type-post .entry-footer .social-share-header:focus,
body.single-post article.type-post .entry-footer .tags-title:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-visiable {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.overflow-initial {
  overflow: initial !important;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:after,
.clear:before,
.widget_recent_entries ul:after,
.widget_recent_entries ul:before {
  content: "";
  display: table;
  table-layout: fixed;
}

#yith-quick-view-modal #yith-quick-view-content .product div.product:after,
.clearfix:after,
.mc4wp-form-fields:after {
  display: block;
  clear: both;
  content: "";
}

.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before,
.woocommerce-pagination:after,
.woocommerce-pagination:before {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after,
.widget_recent_entries ul:after,
.woocommerce-pagination:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

::selection {
  color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #8e8e8e;
  font-size: 1rem;
  line-height: 1.875;
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
}

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cat-tags-links .tags-heading,
.column-item .entry-title,
.comment-respond .comment-reply-title,
.comments-title,
.custom-title,
.entry-header .entry-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.related-posts .related-heading,
.widget_rss li .rsswidget,
.woocommerce-MyAccount-content h2,
h1,
h2,
h2.widget-title,
h2.widgettitle,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.5em;
  padding: 0.7em 0 0;
  letter-spacing: 0;
}
.cat-tags-links .tags-heading:first-child,
.column-item .entry-title:first-child,
.comment-respond .comment-reply-title:first-child,
.comments-title:first-child,
.custom-title:first-child,
.entry-header .entry-title:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.related-posts .related-heading:first-child,
.widget_rss li .rsswidget:first-child,
.woocommerce-MyAccount-content h2:first-child,
h1:first-child,
h2.widget-title:first-child,
h2.widgettitle:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

.h1,
h1 {
  font-size: 80px;
  font-size: 5rem;
}

.h2,
h2 {
  font-size: 60px;
  font-size: 3.75rem;
}

.comment-respond .comment-reply-title,
.comments-title,
.custom-title,
.entry-header .entry-title,
.h3,
.related-posts .related-heading,
h3 {
  font-size: 40px;
  font-size: 2.5rem;
}

.cat-tags-links .tags-heading,
.column-item .entry-title,
.h4,
.woocommerce-MyAccount-content h2,
h4 {
  font-size: 30px;
  font-size: 1.875rem;
}

.h5,
h2.widget-title,
h2.widgettitle,
h5 {
  font-size: 24px;
  font-size: 1.5rem;
}

.h6,
.widget_rss li .rsswidget,
h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

select {
  background: transparent;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  quotes: "" "";
  color: #fff;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 25px 20px 25px 70px;
  line-height: 1.6;
  position: relative;
  background: #131313;
  margin: 0 0 1.5em;
  font-style: unset;
}
blockquote:before {
  position: absolute;
  left: 20px;
  top: 35px;
  line-height: 1;
}
@media (min-width: 1200px) {
  blockquote {
    padding: 35px 40px 35px 105px;
  }
  blockquote:before {
    left: 40px;
    top: 45px;
  }
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  font-weight: 600;
  margin-top: 0.5em;
}
blockquote a {
  color: #fff;
  font-weight: 700;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 35px 40px 35px 105px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: unset;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #fff;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: #131313;
  font-family: Courier\10 Pitch, Courier, monospace;
  line-height: 1.875;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
pre,
tt,
var {
  font-size: 14px;
  font-size: 0.875rem;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  border-bottom-color: #eaeaea;
  cursor: help;
}

ins,
mark {
  background-color: #eaeaea;
  text-decoration: none;
}

figure {
  margin-bottom: 1.5em;
}

big {
  font-size: 125%;
}

q {
  quotes: "“" "”" "‘" "’";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  position: relative;
  z-index: 3;
  border-width: 0;
  overflow: hidden;
  background-size: cover;
}
.page-title-bar:before {
  position: absolute;
  width: 100%;
  height: 350px !important;
  display: block;
  content: "";  
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.page-title-bar .vertical-lines .container-wrap {
  border: 0;
}
.page-title-bar .vertical-lines .line-item {
  background: hsla(0, 0%, 100%, 0.1);
}
.page-title-bar .wrap {
  min-height: 350px;
}
.page-title-bar .wrap .page-title {
  margin-bottom: 0.2em;
  line-height: 1;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  font-size: 5rem;
}
@media (max-width: 1280px) {
  .page-title-bar .wrap .page-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .page-title-bar .wrap .page-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 991px) {
  .page-title-bar .wrap {
    min-height: 150px;
  }
}
.home .page-title-bar {
  display: none;
}

.page-header,
.page-title {
  max-width: 100%;
      color: #1a1a1a !important;
}

.page-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

.breadcrumb,
.breadcrumb *,
.breadcrumb span {
  font-size: 14px;
  line-height: 30px;
color: #1a1a1a !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-group {
  box-shadow: none;
  line-height: 1.875;
  border-color: #323232;
  margin-bottom: 1rem;
}
.form-group.form-button {
  margin-bottom: 0;
}
.form-group .form-row label {
  font-weight: 400;
  color: #fff;
}
.form-group .form-row label + label {
  margin-left: 15px;
}

.form-control {
  box-shadow: none;
  border-color: #323232;
}

label {
  color: #fff;
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  font-weight: 400;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  border: 1px solid #323232;
  border-radius: 0;
  padding: 1.069rem 1rem;
  background-color: transparent;
  transition: all 0.3s ease;
}
textarea::placeholder {
  transition: all 0.5s ease;
}

input {
  transition: all 0.3s ease;
}
input::placeholder {
  transition: all 0.5s ease;
}
input[type="color"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="week"]:focus::placeholder {
  color: transparent;
}

textarea:focus::placeholder {
  color: transparent;
}

select {
  border: 1px solid;
  border-color: #323232;
  border-radius: 0;
  height: 3em;
  max-width: 100%;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1rem;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: 400;
}

.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
  margin: 0;
  margin-top: 3px;
  width: 100%;
  background-repeat: no-repeat;
}
.wpcf7 .wpcf7-form .ajax-loader.is-active {
  display: block;
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0.5rem;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}

.elementor-element .wpcf7 .wpcf7-form .gallery,
.entry-gallery .wpcf7 .wpcf7-form .gallery,
.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main,
.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .wpcf7 .wpcf7-form .woof_redraw_zone,
.opal-canvas-filter.top .wpcf7 .wpcf7-form .opal-canvas-filter-wrap,
.single-product .wpcf7 .wpcf7-form div.product,
.single .wpcf7 .wpcf7-form .gallery,
.site-footer .wpcf7 .wpcf7-form .widget-area,
.widget .wpcf7 .wpcf7-form .gallery,
.woocommerce-account .entry-content > .woocommerce .wpcf7 .wpcf7-form .u-columns.woocommerce-Addresses,
.woocommerce-account .wpcf7 .wpcf7-form .entry-content > .woocommerce,
.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper,
.woocommerce-cart .wpcf7 .wpcf7-form .woocommerce,
.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^="woocommerce-"],
.wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .elementor-element .gallery,
.wpcf7 .wpcf7-form .entry-gallery .gallery,
.wpcf7 .wpcf7-form .list-feature-box,
.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main,
.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main,
.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap,
.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,
.wpcf7 .wpcf7-form .osf-sorting,
.wpcf7 .wpcf7-form .row,
.wpcf7 .wpcf7-form .single-product div.product,
.wpcf7 .wpcf7-form .single .gallery,
.wpcf7 .wpcf7-form .site-footer .widget-area,
.wpcf7 .wpcf7-form .widget .gallery,
.wpcf7 .wpcf7-form .woocommerce-account .entry-content > .woocommerce,
.wpcf7 .wpcf7-form .woocommerce-account .entry-content > .woocommerce .u-columns.woocommerce-Addresses,
.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper,
.wpcf7 .wpcf7-form .woocommerce-Addresses,
.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.wpcf7 .wpcf7-form .woocommerce-cart .woocommerce,
.wpcf7 .wpcf7-form .woocommerce-columns--addresses,
.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^="woocommerce-"],
.wpcf7 .wpcf7-form [data-elementor-columns],
.wpcf7 .wpcf7-form [data-opal-columns],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,
.wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap,
.wpcf7 .wpcf7-form ul.products,
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap,
body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-element .wpcf7 .wpcf7-form .gallery [class*="col"],
.entry-gallery .wpcf7 .wpcf7-form .gallery [class*="col"],
.opal-archive-style-4.archive .wpcf7 .wpcf7-form .site-main [class*="col"],
.opal-archive-style-4.blog .wpcf7 .wpcf7-form .site-main [class*="col"],
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .wpcf7 .wpcf7-form .woof_redraw_zone [class*="col"],
.opal-canvas-filter.top .wpcf7 .wpcf7-form .opal-canvas-filter-wrap [class*="col"],
.single-product .wpcf7 .wpcf7-form div.product [class*="col"],
.single .wpcf7 .wpcf7-form .gallery [class*="col"],
.site-footer .wpcf7 .wpcf7-form .widget-area [class*="col"],
.widget .wpcf7 .wpcf7-form .gallery [class*="col"],
.woocommerce-account .entry-content > .woocommerce .wpcf7 .wpcf7-form .u-columns.woocommerce-Addresses [class*="col"],
.woocommerce-account .wpcf7 .wpcf7-form .entry-content > .woocommerce [class*="col"],
.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper [class*="col"],
.woocommerce-cart .wpcf7 .wpcf7-form .woocommerce [class*="col"],
.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^="woocommerce-"] [class*="col"],
.wpcf7 .wpcf7-form .comment-form [class*="col"],
.wpcf7 .wpcf7-form .elementor-element .gallery [class*="col"],
.wpcf7 .wpcf7-form .entry-gallery .gallery [class*="col"],
.wpcf7 .wpcf7-form .list-feature-box [class*="col"],
.wpcf7 .wpcf7-form .opal-archive-style-4.archive .site-main [class*="col"],
.wpcf7 .wpcf7-form .opal-archive-style-4.blog .site-main [class*="col"],
.wpcf7 .wpcf7-form .opal-canvas-filter.top .opal-canvas-filter-wrap [class*="col"],
.wpcf7 .wpcf7-form .osf-sorting [class*="col"],
.wpcf7 .wpcf7-form .row [class*="col"],
.wpcf7 .wpcf7-form .single-product div.product [class*="col"],
.wpcf7 .wpcf7-form .single .gallery [class*="col"],
.wpcf7 .wpcf7-form .site-footer .widget-area [class*="col"],
.wpcf7 .wpcf7-form .widget .gallery [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-account .entry-content > .woocommerce [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-Addresses [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-cart .woocommerce [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-columns--addresses [class*="col"],
.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^="woocommerce-"] [class*="col"],
.wpcf7 .wpcf7-form [data-elementor-columns] [class*="col"],
.wpcf7 .wpcf7-form [data-opal-columns] [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*="col"],
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*="col"],
.wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap [class*="col"],
.wpcf7 .wpcf7-form ul.products [class*="col"],
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*="col"],
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"],
body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.wpcf7 .wpcf7-form .input-group {
  margin-bottom: 1rem;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 div.wpcf7-response-output {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .wpcf7 div.wpcf7-response-output {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }
}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.wpcf7 span.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .wpcf7-list-item-label {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400;
}

/* Placeholder text color -- selectors need to be separate to work. */
:-moz-placeholder,
::-webkit-input-placeholder {
  color: #8e8e8e;
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #8e8e8e;
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #8e8e8e;
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
}

/* Checkbox */
input[type="checkbox"] {
  vertical-align: middle;
}

.opal-checkbox {
  position: relative;
}
.opal-checkbox .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: transparent;
}
.opal-checkbox .icon-check:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: -2px;
  left: 2px;
  opacity: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
.opal-checkbox .icon-check:hover:after {
  opacity: 0.5;
}
.opal-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check + span {
  font-weight: 600;
  color: #fff;
}
.opal-checkbox .info {
  padding-left: 1.5rem;
}

/* Rdiobox */
.opal-radio {
  position: relative;
}
.opal-radio .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid;
  border-color: #e1e1e1;
  background-color: transparent;
}
.opal-radio .icon-check:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0;
  left: 3px;
  opacity: 0;
  font-size: 8px;
}
.opal-radio .icon-check:hover:after {
  opacity: 0.5;
}
.opal-radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 0;
}
.opal-radio input[type="radio"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-radio input[type="radio"]:checked + .icon-check + span {
  font-weight: 400;
  color: #fff;
}
.opal-radio .info {
  padding-left: 1.5rem;
}

.otf-input-group {
  display: flex;
}
.otf-input-group button,
.otf-input-group input[type="submit"] {
  margin-left: -1px;
}
.otf-input-group button {
  border-width: 1px;
}

.post-password-form p {
  display: flex;
  ms-flex-align: end;
  align-items: flex-end;
  max-width: 320px;
}

.post-password-form label {
  margin-bottom: 0;
  flex-grow: 1;
}

.post-password-form input {
  font-size: 14px;
  height: 52px;
  box-shadow: 0 0;
  margin-top: 0;
  flex: 1;
}
.post-password-form input[type="password"] {
  background-color: #323232;
}
.post-password-form input[type="submit"] {
  margin-left: 8px;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

.box-content,
.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,
.opal-sidebar-title-outside #secondary .widget > :not(.widget-title):not(.customize-partial-edit-shortcut) {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 0.25rem;
}

.box-border,
.box-shadow {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 30px;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ol,
ul {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

#reviews .commentlist,
#reviews .commentlist .children,
.comment-list,
.comment-list .children,
.list-inline,
.list-unstyled,
.opal-custom-menu-inline .widget ul {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-color: #323232;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-color: #323232;
}

td {
  padding: 0.4em;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

.table-striped tbody tr:nth-of-type(2n) {
  background-color: #eaeaea;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:active,
a:hover {
  outline: 0;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  margin-bottom: 35px;
}
.post-thumbnail a,
.post-thumbnail img {
  display: block;
}
.post-thumbnail.embed-responsive {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

.effect-thumbnail:hover .post-thumbnail a:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail a:before {
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.effect-thumbnail:hover .post-thumbnail img,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail img {
  filter: grayscale(0);
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.effect-thumbnail .post-thumbnail,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail {
  position: relative;
}
.effect-thumbnail .post-thumbnail a,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a {
  display: block;
  background-image: linear-gradient(left, #e81938, #022);
  background-image: -webkit-linear-gradient(left, #e81938, #022);
}
.effect-thumbnail .post-thumbnail a:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.3s ease;
}
.effect-thumbnail .post-thumbnail img,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail img {
  display: block;
  filter: grayscale(100%);
  opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  transition: all 0.3s ease;
}

.effect-thumbnail-v2:hover .entry-header,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .entry-header {
  border-bottom: 4px solid #131313;
}

.effect-thumbnail-v2 .entry-header,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header {
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.effect-thumbnail-v3:hover .post-thumbnail img {
  transform: scale(1.1);
}

.effect-thumbnail-v3 .post-thumbnail {
  overflow: hidden;
}
.effect-thumbnail-v3 .post-thumbnail img {
  transform: scale(1);
  transition: all 0.5s ease;
}

.effect-thumbnail-v4,
.elementor-widget-opal-box-overview {
  transition: all 0.3s ease;
}
.effect-thumbnail-v4:hover,
.elementor-widget-opal-box-overview:hover {
  transform: translateY(-5px);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
}
.main-navigation ul ul {
  min-width: 280px;
}
.main-navigation .top-menu > li:not(:last-child) {
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .top-menu > li:not(:last-child) {
    margin-right: 25px;
  }
}
.main-navigation .top-menu > li:not(:last-child):before {
  font-size: 5px;
  font-size: 0.3125rem;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  margin-top: -2px;
}
.main-navigation .top-menu > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1em 0;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}
.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}
.main-navigation .text-label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.25rem;
  color: #fff;
  margin-left: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 32px;
  position: absolute;
  line-height: 1.4;
  transform: translate(-30px, -100%);
}
.main-navigation .text-label:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 7px;
}
.main-navigation.d-block,
.shop-action .main-navigation.compare,
.shop-action .main-navigation.yith-wcqv-button,
.shop-action .yith-wcwl-add-button .main-navigation.add_to_wishlist,
.shop-action .yith-wcwl-add-to-wishlist > div > a.main-navigation,
.single-product div.product .summary .yith-wcwl-add-button .main-navigation.add_to_wishlist,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div > a.main-navigation,
ul.main-navigation.order_details:after,
ul.main-navigation.order_details:before,
ul.order_details li strong.main-navigation {
  width: 100%;
}

.mainmenu-container {
  clear: both;
}
.mainmenu-container ul {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
.mainmenu-container ul ul {
  padding-left: 0;
  padding-right: 0;
}
.mainmenu-container ul ul.toggled-on {
  display: block;
}
.mainmenu-container ul ul .menu-item > a {
  letter-spacing: 0;
  position: relative;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 0;
  padding: 10px 20px;
}
.mainmenu-container ul ul .menu-item > a:active,
.mainmenu-container ul ul .menu-item > a:focus,
.mainmenu-container ul ul .menu-item > a:hover {
  background-color: rgba(34, 34, 34, 0.1);
}
.mainmenu-container li {
  position: relative;
  text-align: left;
}
.mainmenu-container li li,
.mainmenu-container li li:last-child {
  border: 0;
}
.mainmenu-container li a span {
  padding-right: 0.5rem;
}
.mainmenu-container .menu-item > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}
.mainmenu-container li li.current-menu-item a:focus,
.mainmenu-container li li.current-menu-item a:hover,
.mainmenu-container li li.current_page_item a:focus,
.mainmenu-container li li.current_page_item a:hover,
.mainmenu-container li li.focus > a,
.mainmenu-container li li:focus > a,
.mainmenu-container li li:hover > a {
  color: #000;
}
.mainmenu-container > div > ul {
  padding: 0.75em 1.695em;
}
.mainmenu-container .text-label {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
  display: inline-block;
  text-align: center;
  min-width: 32px;
  position: absolute;
  line-height: 1.4;
  transform: translate(-30px, -100%);
}
.mainmenu-container .text-label:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 7px;
}

.sub-menu .text-label {
  position: static;
  transform: translateY(-80%);
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.main-navigation ul,
.sub-menu .text-label:before {
  display: none;
}

.main-navigation.toggled-on > div > ul {
  display: block;
}

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  display: none;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.5;
  outline: none !important;
  padding: 0.7em;
  text-shadow: none;
  position: relative;
  border: none;
  z-index: 100;
}
.menu-toggle i {
  padding-right: 5px;
  font-weight: 700;
}

/* Display the menu toggle when JavaScript is available. */
.main-navigation.toggled-on ul.nav-menu,
.menu-toggle {
  display: block;
}

.menu-toggle:focus,
.menu-toggle:hover {
  background-color: transparent;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .fa,
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}

.menu-toggle .icon-close,
.toggled-on .menu-toggle .icon-bars {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle,
.dropdown-toggle:focus,
.dropdown-toggle:hover {
  background-color: transparent;
  color: #222;
}
.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .fa,
.dropdown-toggle.toggled-on .icon {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* Social Menu */
.social-navigation {
  font-size: 14px;
  font-size: 0.875rem;
}
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.social-navigation li {
  display: inline;
}
.social-navigation li:first-child {
  margin-left: 0;
}
.social-navigation a {
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
}

/* My Account Menu */
.my-account-links-menu {
  list-style: none;
}
.my-account-links-menu li {
  position: relative;
}
.my-account-links-menu li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.my-account-links-menu > li {
  display: inline-block;
  list-style: none;
}
.my-account-links-menu .sub-menu {
  opacity: 0;
  position: absolute;
  top: 200%;
  right: -1px;
  min-width: 200px;
  background-color: #ccc;
  visibility: hidden;
  margin: 0;
  transition: 0.3s;
}
.my-account-links-menu .sub-menu li {
  float: none !important;
}
.my-account-links-menu .sub-menu li:first-child {
  border-left: none;
}
.my-account-links-menu .sub-menu li a {
  border: none;
  text-align: left;
}

[class*="topbar-text-"] p {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.custom-header .my-account-links-menu > li:first-child > a {
  font-size: 0;
  display: block;
}
.custom-header .my-account-links-menu > li:first-child > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f007";
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1.75em 1.25em;
  line-height: inherit;
}

.custom-header .my-account-links-menu .sub-menu {
  background-color: #fff;
  border-top: none;
  list-style: none;
}
.custom-header .my-account-links-menu .sub-menu a {
  padding: 0.75em 1.25em;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}

.opal-menu-canvas.main-navigation > div > ul {
  display: block;
}

.vertical-navigation {
  position: relative;
  width: 100%;
}
.vertical-navigation .menu-open-label {
  padding: 1em 25px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
.vertical-navigation .menu-open-label i,
.vertical-navigation .menu-open-label img {
  margin-right: 15px;
}
.vertical-navigation .arrow-opener {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -16px;
}
.vertical-navigation .arrow-opener:before {
  content: "\e1aa";
  font-family: web-mob !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
}
.vertical-navigation ul {
  margin: 0;
  list-style: none;
}
.vertical-navigation.show-on-hover .vertical-menu-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.vertical-navigation.show-on-hover:hover .vertical-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.vertical-menu-dropdown {
  position: absolute;
  width: 100%;
  z-index: 3;
  transition: opacity 0.25s ease, visibility 0.25s ease, left 0.25s ease;
}

body:not(.opal-header-layout-sideHeader) .search_nav {
  left: -999em !important;
}
body:not(.opal-header-layout-sideHeader) .search_nav.active {
  left: auto !important;
  right: 0 !important;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.navigation-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation-logo .custom-logo-link {
  padding: 0;
}
.navigation-logo .site-branding {
  padding: 0 1em;
}

.navigation-has-logo {
  display: block;
}
.navigation-has-logo .mainmenu-container {
  position: relative;
  transition: 0.35s;
  opacity: 0;
  text-align: center;
}
.navigation-has-logo.menu-calculated .mainmenu-container {
  opacity: 1;
}
.navigation-has-logo.d-inline-block {
  position: relative;
}

.main-navigation a {
  font-size: 1em;
}
.main-navigation a.fa:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.main-navigation .menu-item > a {
  color: #fff;
}

.main-navigation li li {
  border: 0;
  border: none;
}
.main-navigation li li a:before {
  display: none;
}

.main-navigation ul ul {
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}

/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/
.opal-wrapper {
  overflow: hidden;
}

#page,
.opal-wrapper {
  transition: transform 0.5s;
}

#page {
  z-index: 101;
}

#opal-canvas-menu a > .fa-angle-down {
  display: none;
}

.scroller {
  overflow-y: scroll;
}

.menu-trigger,
.scroller,
.scroller-inner {
  position: relative;
}

.menu-trigger {
  padding-left: 60px;
  font-size: 0.9em;
}
.menu-trigger:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #fff;
  box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
  content: "";
}

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%;
}

.opal-layout-boxed .mp-menu {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
.opal-layout-boxed .mp-menu.mp-menu-active {
  opacity: 1;
  pointer-events: auto;
}

.mp-menu {
  position: fixed;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  transform: translate3d(-200px, 0, 0);
  display: block;
  transition: all 0.35s ease;
  opacity: 0;
}
.mp-menu.mp-menu-active {
  z-index: 3;
  transform: translateZ(0);
  opacity: 1;
}
.mp-menu.mp-menu-active + #page {
  transform: translateX(300px);
}
.mp-menu.mp-menu-active + #page:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  transform: translate3d(-100%, 0, 0);
  z-index: 3;
  overflow: auto;
}
.mp-level::-webkit-scrollbar {
  width: 3px;
}
.mp-level::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.mp-level::-webkit-scrollbar-thumb {
  background-color: #000;
}

/* overlays for pusher and for level that gets covered */

.mp-level:after,
.mp-level:before,
.mp-pusher:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  opacity: 0;
}

.mp-level:after,
.mp-pusher:after {
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level:after {
  z-index: -1;
}

.mp-pusher.mp-pushed:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
  cursor: pointer;
}
.mp-level.mp-level-overlay:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
.mp-level.mp-level-overlay.mp-level:before {
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 1;
}

.mp-level,
.mp-pusher {
  transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open,
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open {
  box-shadow: none;
  transform: translateZ(0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translateZ(0);
}
.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
  transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}

.mp-menu.mp-overlap h2:before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2:before {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(0);
}

.mp-menu ul li > a {
  display: block;
  padding: 0.7em 3em 0.7em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 1px hsla(0, 0%, 100%, 0.1);
  font-size: 15px;
  font-size: 0.9375rem;
  transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li:before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}
.mp-menu a,
.mp-menu a:hover {
  color: #fff;
}

.mp-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px transparent;
}

.mp-menu .menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
.mp-menu .menu > li > a .opal-icon-chevron-down {
  display: none;
}

.mp-level > ul > li:first-child > a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.mp-level.mp-level-overlay > ul > li:first-child > a,
.mp-level > ul > li:first-child > a:hover,
.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  box-shadow: inset 0 -1px transparent;
}

.mp-level.mp-level-overlay > ul > li:first-child > a,
.mp-level > ul > li:first-child > a:hover {
  box-shadow: inset 0 -1px transparent, inset 0 1px transparent;
}

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0, 0, 0, 0.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
.mp-back .fa {
  font-size: 12px;
}
.mp-back:after {
  /*font-family: 'linecons';*/
  /*position: absolute;*/
  /*content: "\e037";*/
  /*right: 10px;*/
  /*font-size: 1.3em;*/
  /*color: rgba(0,0,0,0.3);*/
}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back:after {
  background: transparent;
  box-shadow: none;
  color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
  padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
  display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
  display: block;
}

.mp-menu .menu-item-has-children > a {
  position: relative;
  z-index: 1;
}

.mp-pushed .scroller:before {
  content: "";
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}

.mp-pushed .scroller:before,
.trigger {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.trigger {
  width: 4em;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px !important;
}
.trigger:hover {
  background: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  display: inline-block;
  line-height: 3em;
  height: 3em;
  width: 3em;
  margin-right: 2px;
  margin-left: 2px;
  color: #bcbcbc;
  font-weight: 600;
  text-transform: uppercase;
}
.page-numbers:not(ul).current {
  display: inline-block;
  border-radius: 50%;
}
.elementor-element .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.elementor-element .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.elementor-element .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.elementor-element .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.entry-gallery .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.entry-gallery .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.entry-gallery .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.entry-gallery .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.menu-toggle .page-numbers:not(ul).current .m-text,
.page-numbers:not(ul).current #order_review_heading,
.page-numbers:not(ul).current .custom-logo-link + .site-branding-text,
.page-numbers:not(ul).current .elementor-element .gallery-columns-6 .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-7 .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-8 .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-9 .gallery-caption,
.page-numbers:not(ul).current .entry-gallery .gallery-columns-6 .gallery-caption,
.page-numbers:not(ul).current .entry-gallery .gallery-columns-7 .gallery-caption,
.page-numbers:not(ul).current .entry-gallery .gallery-columns-8 .gallery-caption,
.page-numbers:not(ul).current .entry-gallery .gallery-columns-9 .gallery-caption,
.page-numbers:not(ul).current .menu-toggle .m-text,
.page-numbers:not(ul).current .screen-reader-text,
.page-numbers:not(ul).current .shop-action .yith-wcwl-add-to-wishlist > div span,
.page-numbers:not(ul).current .single-product div.product .summary .yith-wcwl-add-to-wishlist > div span,
.page-numbers:not(ul).current .single .gallery-columns-6 .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-7 .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-8 .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-9 .gallery-caption,
.page-numbers:not(ul).current .site-description,
.page-numbers:not(ul).current .widget .gallery-columns-6 .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-7 .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-8 .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-9 .gallery-caption,
.page-numbers:not(ul).current body.single-post article.type-post .entry-footer .social-share-header,
.page-numbers:not(ul).current body.single-post article.type-post .entry-footer .tags-title,
.shop-action .yith-wcwl-add-to-wishlist > div .page-numbers:not(ul).current span,
.single-product div.product .summary .yith-wcwl-add-to-wishlist > div .page-numbers:not(ul).current span,
.single .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.single .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.single .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.single .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.widget .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.widget .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.widget .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.widget .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
body.single-post article.type-post .entry-footer .page-numbers:not(ul).current .social-share-header,
body.single-post article.type-post .entry-footer .page-numbers:not(ul).current .tags-title {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.next.page-numbers,
.prev.page-numbers {
  display: inline-block;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  text-indent: unset;
  padding: 0 20px;
}
.next.page-numbers:after,
.prev.page-numbers:after {
  content: none;
}
.next.page-numbers span,
.prev.page-numbers span {
  margin: 0 2px;
}

.elementor-pagination .next.page-numbers,
.elementor-pagination .prev.page-numbers {
  width: auto;
  height: auto;
}

.page-numbers {
  text-align: center;
}

.comments-pagination,
.pagination,
.woocommerce-pagination {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2em 0;
  text-align: center;
  margin-top: 2em;
}
.comments-pagination .icon,
.pagination .icon,
.woocommerce-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  body #secondary {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  body #secondary,
  body .primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
body.opal-default-content-layout-2cr #primary {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 769px) {
  body.opal-content-layout-2cl #primary,
  body.opal-content-layout-2cr #primary,
  body.opal-default-content-layout-2cr #primary {
    flex: 0 0 calc(100% - 425px);
    max-width: calc(100% - 425px);
  }
}
@media (min-width: 769px) {
  body.opal-content-layout-2cl #secondary,
  body.opal-content-layout-2cr #secondary,
  body.opal-default-content-layout-2cr #secondary {
    flex: 0 0 425px;
    max-width: 425px;
  }
}
body.opal-content-layout-2cr #secondary .inner,
body.opal-default-content-layout-2cr #secondary .inner {
  padding-left: 30px;
}
body.opal-content-layout-2cl #secondary .inner,
body.opal-default-content-layout-2cl #secondary .inner {
  padding-right: 30px;
}
body.opal-layout-boxed #page {
  background: #fff;
}

#page {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}

[data-opal-columns="7"] .column-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

[data-opal-columns="8"] .column-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

[data-opal-columns="9"] .column-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

[data-opal-columns="10"] .column-item {
  flex: 0 0 10%;
  max-width: 10%;
}

[data-opal-columns="11"] .column-item {
  flex: 0 0 9.09091%;
  max-width: 9.09091%;
}

#primary {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .opal-container-full #content,
  .opal-container-full .container,
  .opal-container-full .opal-canvas-filter.top,
  .opal-container-full .otf-product-recently-content .widget_recently_viewed_products,
  .opal-container-full .single-product .related.products,
  .opal-container-full .single-product .up-sells.products,
  .opal-container-full ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor,
  .otf-product-recently-content .opal-container-full .widget_recently_viewed_products,
  .single-product .opal-container-full .related.products,
  .single-product .opal-container-full .up-sells.products {
    max-width: 100%;
  }
}

.opal-container-full .page-title-bar {
  border-bottom: 1px solid #e1e1e1;
}
.opal-container-full .page-title-bar .page-header {
  margin-top: 5px;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap,
.site-header {
  position: relative;
}

.site-header {
  background-color: #000;
  z-index: 4;
}
.site-header .widget,
.site-header .wpb_button,
.site-header .wpb_content_element,
.site-header ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.site-header .widget {
  padding-bottom: 0;
}
.otf-product-recently-content .site-header .widget_recently_viewed_products,
.single-product .site-header .related.products,
.single-product .site-header .up-sells.products,
.site-header #content,
.site-header .container,
.site-header .opal-canvas-filter.top,
.site-header .otf-product-recently-content .widget_recently_viewed_products,
.site-header .single-product .related.products,
.site-header .single-product .up-sells.products,
.site-header ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
  float: unset;
}
.site-header .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.site-header .wpb_wrapper .wpb_wrapper {
  display: block;
}
.site-header .text-left .wpb_wrapper {
  justify-content: flex-start;
}
.site-header .text-right .wpb_wrapper {
  justify-content: flex-end;
}
.site-header .header-content {
  border-bottom: 1px solid #323232;
}
.site-header .header-content .custom-header {
  margin-right: auto;
  margin-left: auto;
}
.site-header .header-content .custom-header .header-main-content {
  justify-content: space-between;
}
@media (min-width: 1201px) {
  .site-header .header-content .navigation-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.site-header .header-group {
  display: flex;
  align-items: center;
}
@media (min-width: 1201px) {
  .site-header .header-group {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .site-header .header-group {
    width: 100%;
    display: none;
  }
  .site-header .header-group .site-header-account,
  .site-header .header-group .site-header-cart {
    display: none;
  }
}
.site-header .header-group > * {
  margin-right: 25px;
}
.site-header .header-group > .site-header-cart,
.site-header .header-group > :last-child {
  margin-right: 0;
}
.site-header .header-group .search-form {
  padding: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.site-header .header-group .search-field {
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  border-bottom: 1px solid transparent;
}
.site-header .header-group .search-field:focus,
.site-header .header-group .search-field:hover {
  border-bottom-color: #313131;
}
.site-header .header-group .search-submit {
  display: none;
}

/* Site branding */
.site-branding {
  position: relative;
  transition: margin-bottom 0.2s;
  z-index: 3;
  display: inline-block;
}
.site-branding a {
  text-decoration: none;
  transition: opacity 0.2s;
}
.site-branding a:focus,
.site-branding a:hover {
  opacity: 0.7;
}

.site-title {
  clear: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-title a {
  color: #fff;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}

.site-description {
  font-size: 13px;
  margin-bottom: 0;
}

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: block;
  max-height: 80px;
}

.custom-logo-link a:focus,
.custom-logo-link a:hover {
  opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}

.custom-header {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-button {
  display: inline-block;
}
.navigation-button .menu-toggle {
  display: block;
}

/* Header Absolute Layout */
@media (min-width: 992px) {
  body.opal-header-absolute .site-header {
    position: absolute;
    width: 100%;
    background-color: transparent;
  }
}

.list-account li {
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
}
.list-account li a {
  padding: 0 12px;
}

.list-account i {
  margin-right: 10px;
}

.site-header-account {
  vertical-align: middle;
}
.site-header-account .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  margin: 0;
}
.site-header-account .icon:before {
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
  width: 45px;
  height: 40px;
  line-height: 36px;
  display: block;
}

.header-search {
  position: relative;
}
.header-search .search-button {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.header-search .search-form {
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  width: 250px;
  z-index: 1000;
}
.header-search .active .search-form {
  opacity: 1;
  pointer-events: auto;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.opal-front-page .site-content {
  padding: 0;
}

.panel-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.3));
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#4d000000",GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}

.panel-content {
  position: relative;
}
.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}

/* Panel edit link */
.ezboozt-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}

.ezboozt-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Front Page - Recent Posts */
.recent-posts .entry-header {
  margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.ezboozt-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
  z-index: 2;
}

.site-content {
  padding: 2em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}
.sticky .entry-title:before {
  margin-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f08d";
  font-weight: 900;
  font-size: 28px;
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.bypostauthor {
  z-index: 10;
}

.comments-link span {
  color: #fff;
  line-height: 22px;
  display: inline-block;
  margin-right: 8px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 20px;
  min-width: 22px;
  text-align: center;
}

.entry-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5em;
}
.entry-header .entry-title {
  margin-bottom: 0.5rem;
}
.entry-header .entry-title a {
  color: inherit;
}
.entry-header .entry-title:not(:first-child) {
  padding-top: 0;
}
.entry-header .entry-date a {
  padding: 4px 15px 2px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.entry-header .entry-date a:hover,
.entry-header .entry-date a:not(:hover) {
  color: #fff;
}

.entry-tags a {
  display: inline-block;
}

.post-inner {
  display: flex;
  flex-direction: column;
}

.cat-links {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.entry-meta {
  font-size: 18px;
  font-size: 1.125rem;
}
.entry-meta .entry-meta-inner {
  font-weight: 300;
}
.entry-meta .entry-meta-inner > span:not(:first-child):before {
  display: inline-block;
  padding: 0 8px;
  font-size: 5px;
  font-size: 0.3125rem;
  position: relative;
  top: -3px;
}
.entry-meta .cat-links {
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  max-width: 50%;
  margin-bottom: 0;
}
.entry-meta .cat-links,
.entry-meta .vcard {
  text-transform: capitalize;
}

.entry-video + .entry-meta,
.post-thumbnail + .entry-meta {
  padding: 15px 45px;
  border: 1px solid #323232;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .entry-video + .entry-meta,
  .post-thumbnail + .entry-meta {
    padding: 10px 25px;
  }
}

.entry-video + .entry-header,
.post-thumbnail + .entry-header {
  margin-top: -13px;
}

.entry-avatar {
  font-size: 0.67em;
  letter-spacing: 0.084em;
  text-transform: uppercase;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 30px;
}
.entry-avatar .avatar {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 20px;
}

.entry-video.embed-responsive {
  margin-bottom: 1.5em;
}

.cat-tags-links {
  display: flex;
  align-items: center;
}
.cat-tags-links .tags-heading {
  margin-right: 10px;
  margin-bottom: 0;
}
.cat-tags-links .tags-links {
  overflow: hidden;
  display: block;
  margin: -3px;
}
.cat-tags-links .tags-links a {
  display: inline-block;
  float: left;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 3px;
  padding: 9px 15px !important;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all 0.3s ease;
  line-height: 1;
  color: #c6c6c6;
  background-color: #000;
  text-transform: uppercase;
}
.cat-tags-links .tags-links a:focus,
.cat-tags-links .tags-links a:hover {
  color: #fff !important;
}

.updated:not(.published) {
  display: none;
}

.more-link {
  display: inline-block;
}

.more-link-wrap {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pbr-social-share {
  margin-top: -3px;
}
.pbr-social-share span.social-link {
  float: right;
}
.pbr-social-share .social-share-header {
  text-transform: uppercase;
  margin-bottom: 13px;
}
.pbr-social-share a {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0.4rem;
}

/* tabel */
.entry-content table:not(.shop_table),
.widget-area table:not(.shop_table) {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em;
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th,
.widget-area table:not(.shop_table) td,
.widget-area table:not(.shop_table) th {
  border: 1px solid #323232;
  padding: 0.6em;
}
.entry-content table:not(.shop_table) thead th,
.widget-area table:not(.shop_table) thead th {
  padding-bottom: 0.5em;
}
.entry-content table:not(.shop_table) th,
.widget-area table:not(.shop_table) th {
  font-weight: 500;
}
.entry-content table:not(.shop_table) tr,
.widget-area table:not(.shop_table) tr {
  border-color: #323232;
}

/* Aligned blockquotes */
.entry-content ol,
.entry-content ul {
  padding-left: 1.3em;
}

.entry-content .wp-block-gallery {
  padding: 0;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

body.blog article .post-content {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}
body.blog article .post-content:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: calc(100% - 80px);
}

/* Blog landing, search, archives */

.archive .site-main > article .gallery-item,
.blog .site-main > article .gallery-item,
.search .site-main > article .gallery-item,
body.single-post article.type-post {
  margin-bottom: 0;
}
body.single-post article.type-post .entry-content {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.5rem;
}
body.single-post article.type-post .entry-content > p:last-child {
  padding-bottom: 0;
}
body.single-post article.type-post .post-thumbnail + .entry-meta + .entry-header .entry-title {
  margin-bottom: 0.75em;
}
body.single-post article.type-post .entry-header {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #323232;
}
body.single-post article.type-post .entry-meta {
  margin-bottom: 1rem;
}
body.single-post article.type-post .entry-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 0;
  font-weight: 600;
  border-top: 1px solid #323232;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.single-post article.type-post .entry-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.single-post article.type-post .entry-footer > div {
  padding: 5px 0;
}
body.single-post article.type-post .entry-footer .cat-links,
body.single-post article.type-post .entry-footer .edit-link,
body.single-post article.type-post .entry-footer .tags-links {
  padding-left: 0;
}
@media (min-width: 768px) {
  body.single-post article.type-post .entry-footer .pbr-social-share {
    margin-left: auto;
  }
}

body.single-post .entry-meta .cat-links {
  text-transform: uppercase;
}

body.single-post.opal-single-post-style .post-thumbnail img {
  width: 100%;
}

.single .navigation {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.5rem;
  padding-top: 30px;
  border-top: 1px solid #323232;
}
.single .navigation > div {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 5px);
  color: #fff;
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .single .navigation > div {
    padding: 25px 15px;
  }
}
.single .navigation .thumbnail-nav {
  font-size: 24px;
  font-size: 1.5rem;
}
.single .navigation .nav-content {
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}
.single .navigation .nav-title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.single .navigation .nav-link {
  line-height: 1.2;
  ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}
.single .navigation .nav-link a {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 2.8em;
  padding-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: none;
}
@media (max-width: 767px) {
  .single .navigation .nav-link a {
    display: none;
  }
}
.single .navigation .nav-link a:hover {
  text-decoration: underline;
}
.single .navigation .nav-link + a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
  z-index: 2;
}
.single .navigation .next-nav {
  justify-content: flex-end;
  position: relative;
  margin-left: auto;
}
.single .navigation .next-nav .nav-content {
  text-align: right;
  justify-content: flex-end;
}
.single .navigation .next-nav .thumbnail-nav {
  margin-left: 20px;
}
.single .navigation .previous-nav {
  justify-content: flex-start;
  margin-right: auto;
}
.single .navigation .previous-nav .nav-content {
  text-align: left;
  justify-content: flex-start;
}
.single .navigation .previous-nav .thumbnail-nav {
  margin-right: 20px;
}

.blog .site-content {
  padding-bottom: 60px;
}

.related-posts {
  position: relative;
  border-top: 1px solid #323232;
  padding: 75px 0 0;
}
.related-posts .related-heading {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}
.related-posts .column-item {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.related-posts .column-item .post-inner {
  flex: 0 0 100%;
  max-width: 100%;
}
.related-posts .column-item.post-style-2 .post-inner:after {
  display: none;
}

.archive .entry-meta a.post-edit-link,
.blog .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
}

.comment-form-cookies-consent {
  padding-left: 15px;
}
.comment-form-cookies-consent label {
  display: inline-block;
}

/* More tag */
/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}

/* Post Formats */
.archive .format-status .entry-title,
.blog .format-status .entry-title {
  display: none;
}

/* Post Author*/
.author-wrapper {
  text-align: center;
}
.author-wrapper .author-avatar {
  position: relative;
}
.author-wrapper .author-avatar img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
  max-width: 70px;
}
.author-wrapper .author-avatar:before {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  position: absolute;
  border-top: 1px solid;
  border-color: #eaeaea;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  min-height: 2px;
}
.author-wrapper .author-name {
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.author-wrapper .a-name,
.author-wrapper .author-name .a-name {
  text-transform: capitalize;
}

.author-description {
  margin-top: 1.5rem;
}

.author-post {
  margin-top: 90px;
}
.author-post .author-post-header {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 50px 0 30px;
  position: relative;
  color: #999;
}
.author-post .author-post-header .avatar {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -35px;
  border-radius: 50%;
}
.author-post h4 {
  padding: 5px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.page article.type-post .entry-header .edit-link {
  position: static;
  display: block;
}

.archive article,
.blog article,
.search article {
  margin-bottom: 60px;
}
.archive article:last-child,
.blog article:last-child,
.search article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.archive article .entry-summary,
.blog article .entry-summary,
.search article .entry-summary {
  padding-bottom: 20px;
}
.archive article .link-more,
.blog article .link-more,
.search article .link-more {
  margin-bottom: 0;
}

.opal-archive-style-4.archive .site-main .navigation,
.opal-archive-style-4.archive .site-main .pagination,
.opal-archive-style-4.archive .site-main .woocommerce-pagination,
.opal-archive-style-4.blog .site-main .navigation,
.opal-archive-style-4.blog .site-main .pagination,
.opal-archive-style-4.blog .site-main .woocommerce-pagination {
  width: 100%;
}

article.content-style-1 .entry-header {
  padding-left: 0;
  padding-right: 0;
}

article.content-style-2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
article.content-style-2 .entry-header {
  padding: 0;
}

.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #000;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
body.page-template-page-elementor #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.page .edit-link {
  display: inline-block;
  margin-top: 0.5rem;
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  top: 0;
  right: 0;
}
.page .edit-link a.post-edit-link {
  margin-right: 0.5rem;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.search .content-area {
  width: 100%;
}

.search .site-content .page-title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #323232;
  margin-bottom: 50px;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page:not(.home) #content {
  padding-bottom: 1.5em;
}

/* 404 page */
.error404 .site-content-contain {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/bg_404.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.error404 .page-content {
  padding-top: 230px;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .error404 .page-content {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}

.error404 #page-title-bar {
  display: none;
}

.error404 .error-404 .error-title {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error404 .error-404 .error-title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}

.error404 .error-404-bkg {
  font-size: 300px;
  line-height: 250px;
}
@media (max-width: 767px) {
  .error404 .error-404-bkg {
    font-size: 180px;
    line-height: 150px;
  }
}

.error404 .error-content {
  max-width: 680px;
  margin: auto;
}

.error404 .error-404-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .error404 .error-404-title {
    display: block;
  }
}

.error404 .error-404-subtitle {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .error404 .error-404-subtitle {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.error404 .sub-h2-1 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .error404 .sub-h2-1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.error404 .sub-h2-2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .error404 .sub-h2-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.error404 .error-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .error404 .error-text {
    font-size: 1rem;
  }
}

.error404 .error-btn-bh {
  font-size: 14px;
  font-size: 0.875rem;
}
.error404 .error-btn-bh a {
  vertical-align: middle;
  font-weight: 500;
  line-height: 62px;
  padding: 0 3.75rem;
  display: inline-block;
}
@media (max-width: 575px) {
  .error404 .error-btn-bh a {
    display: block;
  }
}

.error404 .go-back {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .error404 .go-back {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.error404 .return-home {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.error404 .return-home:hover {
  color: #fff;
}

.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer .wrap {
  position: relative;
}

.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em;
}

@media (max-width: 991px) {
  .site-footer .social-navigation {
    text-align: left;
  }
}

.site-footer .social-navigation li a i {
  font-size: 18px;
  font-size: 1.125rem;
}

.site-footer .widget li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.site-footer .widget li:first-child {
  padding-top: 0;
}

.site-footer .widget_rss ul li {
  padding: 2.125em 0;
}
.site-footer .widget_rss ul li:first-child {
  border: none;
}
.site-footer .widget_rss ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .site-footer .b-sm-none {
    border: none !important;
  }
}

.site-footer .widget .tagcloud a,
.site-footer .widget.widget_tag_cloud a {
  border: 1px solid #323232;
}

/* Site info */
.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.site-info a {
  color: #666;
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}

.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  color: #fff;
  font-size: 18px !important;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  transform: scale(0);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup.activate {
  transform: scale(1);
}

/*--------------------------------------------------------------
13.7 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  text-align: center;
}
.breadcrumb i {
  padding: 0 10px;
  vertical-align: middle;
  font-size: 8px;
  font-weight: 900;
}
.breadcrumb a:after {
  content: ".";
  padding: 0 10px;
  display: none;
}
.breadcrumb a:hover,
.breadcrumb a:hover span {
  color: #fff;
}
.breadcrumb span {
  color: #fff;
  margin: 0;
}
.breadcrumb span.fa {
  margin: 0 15px;
}

.breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
13.8 header-mobile
--------------------------------------------------------------*/
.site-header-mobile .icon-mobile,
.site-header-mobile .menu-toggle,
.site-header-mobile .search-dropdown {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  text-align: center;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 1rem;
}
@media (max-width: 480px) {
  .site-header-mobile .icon-mobile,
  .site-header-mobile .menu-toggle,
  .site-header-mobile .search-dropdown {
    height: 60px;
    line-height: 60px;
  }
}
.site-header-mobile .icon-mobile i,
.site-header-mobile .menu-toggle i,
.site-header-mobile .search-dropdown i {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #000;
}

.site-header-mobile .custom-logo-link {
  padding: 0.5rem 0;
}

.site-header-mobile .site-branding {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 480px) {
  .site-header-mobile .site-branding {
    padding: 0;
  }
}

.site-header-mobile .site-header-cart {
  position: static;
}
.site-header-mobile .site-header-cart .header-button {
  padding: 0;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 480px) {
  .site-header-mobile .site-header-cart .header-button {
    height: 60px;
    line-height: 60px;
  }
}
.site-header-mobile .site-header-cart .header-button .amount,
.site-header-mobile .site-header-cart .header-button .count-text,
.site-header-mobile .site-header-cart .header-button .title {
  display: none;
}
.site-header-mobile .site-header-cart .header-button .count {
  left: inherit;
  right: 0;
  bottom: 30%;
}
.site-header-mobile .site-header-cart .header-button:after {
  display: none;
}
.site-header-mobile .site-header-cart .header-button i {
  top: 50%;
  border: none;
  margin: 0;
  transform: translateY(-50%);
  font-size: 24px;
  font-size: 1.5rem;
}

.site-header-mobile form[class*="search"] {
  width: 100%;
  transition: 0.35s;
}
.site-header-mobile form[class*="search"] .input-group-btn {
  right: 3px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  top: 0;
}
.site-header-mobile form[class*="search"] .input-group .form-control {
  flex: 1;
}
.site-header-mobile form[class*="search"] .search-submit {
  background: transparent;
  color: #000;
  width: 60px;
  padding: 0;
  transition: 0.35s;
  border: none;
}
.site-header-mobile form[class*="search"] .search-submit .fa,
.site-header-mobile form[class*="search"] .search-submit .icon {
  line-height: inherit;
  font-size: 24px;
  font-size: 1.5rem;
}
.site-header-mobile form[class*="search"] input[type="search"] {
  border-radius: 0;
  background: transparent;
  padding: 0.75em;
  border-width: 1px;
  border-style: solid;
  height: auto;
}
.site-header-mobile form[class*="search"] input[type="search"]::placeholder {
  color: transparent;
}
.site-header-mobile form[class*="search"] input[type="search"]:focus {
  box-shadow: none;
}
.site-header-mobile form[class*="search"] input[type="search"]:focus + .dgwt-wcas-preloader {
  z-index: 99;
  right: 0;
  transform: translateX(0);
}
.site-header-mobile form[class*="search"] input[type="search"] + .dgwt-wcas-preloader.dgwt-wcas-close {
  pointer-events: auto;
  right: 0;
  transform: translateX(0);
}
.site-header-mobile form[class*="search"] input[type="search"]:not(:focus) {
  color: transparent;
}
.site-header-mobile form[class*="search"] input[type="search"]:not(:focus) + .dgwt-wcas-close {
  background: none;
}
.site-header-mobile form[class*="search"] input[type="search"]:not(:focus) + .dgwt-wcas-close:after {
  opacity: 1;
}

.site-header-mobile .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px;
}

.site-header-mobile .dgwt-wcas-preloader {
  width: 50px;
}

.site-header-mobile div.dgwt-wcas-search-wrapp {
  max-width: 100%;
  margin: 0;
}

.site-header-mobile div.dgwt-wcas-sf-wrapp {
  background: transparent;
}
.site-header-mobile div.dgwt-wcas-sf-wrapp svg {
  display: none;
}

.site-header-mobile .dgwt-wcas-sp {
  font-weight: 500;
}
.site-header-mobile .dgwt-wcas-sp del {
  font-weight: 300;
}
.site-header-mobile .dgwt-wcas-sp ins {
  background-color: transparent;
}

.site-header-mobile div.dgwt-wcas-preloader {
  transition: 0.35s;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  pointer-events: none;
  background: transparent;
}
.site-header-mobile div.dgwt-wcas-preloader:before {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-close:after,
.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-inner-preloader:after {
  opacity: 0;
}

/*--------------------------------------------------------------
13.9 header-sticky
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.10 header-sticky
--------------------------------------------------------------*/
.site-header-account {
  position: relative;
}
.site-header-account.style-icon .account-label,
.site-header-account.style-label .icon {
  display: none;
}
.site-header-account.style-both .account-label,
.site-header-account.style-both .icon {
  display: inline-block;
  vertical-align: bottom;
}
.site-header-account.style-both .account-label {
  padding-left: 10px;
}
.site-header-account.style-both .account-label span {
  display: block;
  line-height: 1;
}
@media (max-width: 991px) {
  .site-header-account.style-both .account-label {
    display: none;
  }
}
.site-header-account.style-both .account-avata img {
  margin-bottom: -5px;
}
.site-header-account.style-both .account-avata + .account-label span {
  line-height: 1.2;
}
.site-header-account .label-name {
  max-width: 83px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}
.site-header-account > a {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  text-transform: capitalize;
}
.site-header-account > a span {
  font-size: 14px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: calc(100% + 15px);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  color: #000;
  padding-top: 10px;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.lostpass-link,
.site-header-account .account-dropdown a.register-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-account .account-dropdown a.lostpass-link:hover,
.site-header-account .account-dropdown a.register-link:hover {
  text-decoration: underline;
}
.site-header-account .account-dropdown label {
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #000;
}
.site-header-account .account-dropdown p {
  margin-bottom: 1rem;
}
.site-header-account .account-dropdown button,
.site-header-account .account-dropdown input {
  line-height: normal !important;
  border-color: #eaeaea;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
}
.site-header-account .account-dropdown button {
  border: 0;
}
.site-header-account .account-dropdown .account-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.site-header-account .account-dropdown .account-wrap:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #fff;
  top: -5px;
  right: 5px;
  transform: rotate(45deg);
  z-index: 1;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000;
}
.site-header-account .account-dashboard,
.site-header-account .account-links-menu {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.site-header-account .account-dashboard li a,
.site-header-account .account-links-menu li a {
  width: 100%;
  text-align: left;
  color: #494c4f;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 25px;
  line-height: 20px;
  display: block;
}
.site-header-account .account-dashboard li a:hover,
.site-header-account .account-links-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.065);
}
.site-header-account .woocommerce-error {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.site-header-account:hover .account-dropdown {
  top: 100%;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.opal-login-form-ajax.loading:after {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o 0.45s infinite linear;
  -webkit-animation: o 0.45s infinite linear;
  margin: 30px auto;
  margin: -15px auto 0;
}

.opal-login-form-ajax.loading:after,
.opal-login-form-ajax.loading:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.opal-login-form-ajax.loading:before {
  width: 50px;
  height: 50px;
  margin: -25px auto 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown {
    top: 0;
    left: 100%;
    right: unset;
  }
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown.justify,
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown.right {
    top: 0;
    right: 100%;
    left: unset;
    transform: translateX(0);
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown {
    top: 0;
    right: 100%;
    left: unset;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.justify,
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.right {
    top: 0;
    left: 100%;
    right: unset;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
article.type-page + .comments-area {
  margin-top: 2em;
}

#comments {
  clear: both;
  border-top: 1px solid #323232;
  padding-top: 75px;
  margin-top: 0;
}

.comments-title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
}

#reviews .commentlist,
.comment-list {
  margin: 0 0 4em;
  padding: 0;
  position: relative;
}
#reviews .commentlist .children,
.comment-list .children {
  margin: 0;
  padding: 0;
  margin-left: 4em !important;
}
@media (max-width: 991px) {
  #reviews .commentlist .children,
  .comment-list .children {
    margin-left: 1em !important;
  }
}
#reviews .commentlist li.comment,
.comment-list li.comment {
  padding-top: 2.2em;
  border-top: 1px solid #323232;
}
#reviews .commentlist > li:first-child,
.comment-list > li:first-child {
  padding-top: 0;
  border-top: none;
}
#reviews .commentlist li:before,
.comment-list li:before {
  display: none;
}
#reviews .commentlist .depth-1 > article,
.comment-list .depth-1 > article {
  margin-left: 0;
}
#reviews .commentlist .pingback .comment-body a:not(.comment-edit-link),
#reviews .commentlist .trackback .comment-body a:not(.comment-edit-link),
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: 700;
  display: block;
}
#reviews .commentlist .pingback .comment-body .comment-edit-link,
#reviews .commentlist .trackback .comment-body .comment-edit-link,
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  font-weight: 500;
}

.comment-body + .comment-respond {
  padding: 30px;
  position: relative;
  max-width: 600px;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .comment-body + .comment-respond {
    margin-left: 4em;
  }
}

.comment-body .avatar,
.comment_container .avatar {
  height: 50px;
  width: 50px;
  left: -75px;
  position: absolute;
  border-radius: 50%;
  max-width: 50px;
}

.comment-body .says,
.comment_container .says {
  display: none;
}

.comment_container,
article.comment-body {
  margin-bottom: 2em;
}

.comment-content {
  margin-left: 75px;
}
.comment-content > ol,
.comment-content > ul {
  padding-left: 1.35em;
}

.comment-author,
.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-author {
  position: relative;
  z-index: 2;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-meta {
  margin-bottom: 0;
  margin-left: 75px;
  display: flex;
  align-items: center;
}

.comment-metadata {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-metadata a {
  color: #fff;
}
.comment-metadata a.comment-edit-link {
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 600;
}

.reply {
  margin-bottom: 1.5em;
  margin-left: 75px;
}

.comment-reply-link {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

#cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-top: 10px;
}
#cancel-comment-reply-link:before {
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f057";
  display: inline-block;
}

.comments-pagination {
  margin: 2em 0 3em;
}

/**
Comment Form
 */
.comment-form > p {
  order: 2;
}

.comment-form label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  display: none;
}

.comment-form textarea {
  border-top: 1px solid #323232;
}

.comment-form .required {
  color: red;
}

.comment-form a {
  text-decoration: underline;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .comment-notes {
  order: 1;
}

.comment-content table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
}
.comment-content table td,
.comment-content table th {
  border: 1px solid #323232;
  padding: 0.6em;
}
.comment-content table thead th {
  padding-bottom: 0.5em;
}
.comment-content table th {
  font-weight: 500;
}
.comment-content table tr {
  border-color: #323232;
}
.comment-content table tr:not(.odd):not(.even) th {
  padding-bottom: 0.5em;
  background-color: #222a35;
  color: #b8bdc8;
  border-color: #2e3744;
}
.comment-content table th {
  border-bottom: 1px solid;
  border-bottom-color: #ebebeb;
  padding-bottom: 0.5em;
}

.comment-respond {
  background-color: #131313;
  padding: 20px;
}
.single-product .comment-respond {
  padding: 0;
}
@media (min-width: 1200px) {
  .comment-respond {
    padding: 40px;
  }
  .single-product .comment-respond {
    padding: 0;
  }
}
.comment-respond .comment-reply-title {
  margin-bottom: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget {
  padding: 30px 40px 28px;
  background-color: #131313;
  margin-bottom: 30px;
  position: relative;
}
#secondary .widget:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: calc(100% - 80px);
}

#secondary h2.widget-title,
#secondary h2.widgettitle {
  text-transform: uppercase;
}

#secondary .widget_archive ul,
#secondary .widget_categories ul,
#secondary .widget_layered_nav_filters ul,
#secondary .widget_layered_nav ul,
#secondary .widget_links ul,
#secondary .widget_nav_menu ul,
#secondary .widget_pages ul,
#secondary .widget_product_categories ul,
#secondary .widget_recent_comments ul,
#secondary .widget_recent_entries ul {
  margin: 0;
}
#secondary .widget_archive ul li,
#secondary .widget_categories ul li,
#secondary .widget_layered_nav_filters ul li,
#secondary .widget_layered_nav ul li,
#secondary .widget_links ul li,
#secondary .widget_nav_menu ul li,
#secondary .widget_pages ul li,
#secondary .widget_product_categories ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_recent_entries ul li {
  position: relative;
}

h2.widget-title,
h2.widgettitle {
  margin-bottom: 0.9em;
}
h2.widget-title a:not(:hover),
h2.widgettitle a:not(:hover) {
  color: inherit;
}

.site-footer .widget {
  padding-bottom: 0.25rem;
}

/* widget forms */
.widget {
  margin-bottom: 65px;
}
.widget select {
  width: 100%;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding: 0.34rem 0;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0.34rem 0 0;
  position: relative;
}
.widget ul li li {
  padding-left: 1.3rem;
}
.widget > ul > li:last-child {
  padding-bottom: 0.34rem;
}
.widget > ul > li:first-child {
  padding-top: 0;
  border-top: 0;
}

.widget a.url {
  font-weight: 600;
}

.widget-grofile ul.grofile-links li ul,
.widget_meta ul li ul,
.widget_pages ul li ul,
.widget_rss_links ul li ul,
.widget_top-posts ul li ul {
  bottom: 0;
}
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.widget_rss ul li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* Text widget */
.widget_text {
  word-wrap: break-word;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  display: inline-block;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.015em;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #c6c6c6;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

/* Contact Info Widget */
.widget_contact_info .contact-map,
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments td,
.widget_recent_comments th {
  border: 0;
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .comment-author-link a {
  font-weight: 600;
}

.widget_recent_comments .recentcomments {
  font-style: italic;
}
.widget_recent_comments .recentcomments a {
  font-style: normal;
}

/* Recent Posts widget */
.widget_recent_entries li {
  display: flex;
}
.widget_recent_entries li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
.widget_recent_entries li.item-recent-post {
  padding: 0;
  margin-bottom: 30px;
  border: 0;
  line-height: 20px;
}
.widget_recent_entries li.item-recent-post:first-child {
  margin-top: 16px;
}
.widget_recent_entries li.item-recent-post:last-child {
  margin-bottom: 0;
}
.widget_recent_entries li.item-recent-post:hover {
  box-shadow: 0 5px 20px 0.2px rgba(0, 0, 0, 0.1);
}
.widget_recent_entries li.item-recent-post a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.widget_recent_entries li.item-recent-post a:not(:hover) {
  color: #fff;
}

.widget_recent_entries img {
  margin-right: 20px;
  height: 80px;
  max-width: 80px;
  display: block;
  object-fit: cover;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #aaa;
  margin-top: 3px;
}

.widget_recent_entries .thumbnail-post {
  width: 120px;
}

/* Widget Search*/
.widget_search .search-form {
  margin-bottom: 1.5em;
}

.widget_search input[type="search"] {
  border: 1px solid #323232;
  padding-right: 50px;
  font-size: 16px;
  font-size: 1rem;
}
.widget_search input[type="search"]:focus {
  background-color: transparent;
}

.widget_search button[type="submit"] {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 10px 20px;
}
.widget_search button[type="submit"]:focus,
.widget_search button[type="submit"]:hover {
  color: #e81938;
  background-color: transparent;
}

.widget_search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_product_categories ul li a {
  padding-left: 20px;
  position: relative;
}
.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.widget_pages ul li a:before,
.widget_product_categories ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: 2px;
}
.secondary-border .search-form input[type="text"],
.secondary-border .search-form input[type="text"]:focus {
  border-color: #131313;
}

.none-border .search-form input[type="text"] {
  border: none;
}

.bottom-to-top .search-form-wapper,
.popup .search-form-wapper,
.top-to-bottom .search-form-wapper {
  position: relative;
  max-width: 100%;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  text-align: center;
  font-size: 36px;
  border: none;
}
@media (max-width: 991px) {
  .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    font-size: 24px;
    padding-right: 50px;
  }
}
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
  color: #888;
  font-family: Noto Sans, Helvetica Neue, helvetica, arial, sans-serif;
  opacity: 1;
}
.bottom-to-top .search-form-wapper:after,
.popup .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader {
  display: none;
}

.bottom-to-top #content,
.bottom-to-top .container,
.bottom-to-top .opal-canvas-filter.top,
.bottom-to-top .otf-product-recently-content .widget_recently_viewed_products,
.bottom-to-top .single-product .related.products,
.bottom-to-top .single-product .up-sells.products,
.bottom-to-top ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor,
.otf-product-recently-content .bottom-to-top .widget_recently_viewed_products,
.otf-product-recently-content .popup .widget_recently_viewed_products,
.otf-product-recently-content .top-to-bottom .widget_recently_viewed_products,
.popup #content,
.popup .container,
.popup .opal-canvas-filter.top,
.popup .otf-product-recently-content .widget_recently_viewed_products,
.popup .single-product .related.products,
.popup .single-product .up-sells.products,
.popup ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor,
.single-product .bottom-to-top .related.products,
.single-product .bottom-to-top .up-sells.products,
.single-product .popup .related.products,
.single-product .popup .up-sells.products,
.single-product .top-to-bottom .related.products,
.single-product .top-to-bottom .up-sells.products,
.top-to-bottom #content,
.top-to-bottom .container,
.top-to-bottom .opal-canvas-filter.top,
.top-to-bottom .otf-product-recently-content .widget_recently_viewed_products,
.top-to-bottom .single-product .related.products,
.top-to-bottom .single-product .up-sells.products,
.top-to-bottom ul.elementor-nav-menu--dropdown.mega-fullwidth > li.mega-menu-item > .elementor {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-to-top [data-search-toggle="close"],
.popup [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"] {
  display: block;
  top: 25px;
  right: 60px;
  z-index: 3;
}
@media (max-width: 991px) {
  .bottom-to-top [data-search-toggle="close"],
  .popup [data-search-toggle="close"],
  .top-to-bottom [data-search-toggle="close"] {
    top: 15px;
    right: 20px;
  }
}
.bottom-to-top [data-search-toggle="close"]:before,
.popup [data-search-toggle="close"]:before,
.top-to-bottom [data-search-toggle="close"]:before {
  font-size: 24px;
}

.bottom-to-top .search-form input[type="search"],
.popup .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"] {
  text-align: center;
  font-size: 36px;
  border: none;
}
@media (max-width: 991px) {
  .bottom-to-top .search-form input[type="search"],
  .popup .search-form input[type="search"],
  .top-to-bottom .search-form input[type="search"] {
    font-size: 24px;
  }
}

.bottom-to-top .search-submit,
.popup .search-submit,
.top-to-bottom .search-submit {
  display: none;
}

.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp {
  border-top: none;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}
.tagcloud:after,
.tagcloud:before,
.widget_tag_cloud:after,
.widget_tag_cloud:before,
.wp_widget_tag_cloud:after,
.wp_widget_tag_cloud:before {
  content: "";
  display: table;
  clear: both;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
  display: inline-block;
  float: left;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 5px 5px 0 0 !important;
  padding: 9px 15px !important;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all 0.3s ease;
  line-height: 1;
  color: #c6c6c6;
  background-color: #1a1a1a;
  text-transform: uppercase;
}
.widget .tagcloud a:focus,
.widget .tagcloud a:hover,
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover {
  color: #fff !important;
}

.wp_widget_tag_cloud a {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  display: inline-block;
  float: left;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 15px 20px 0 0 !important;
  padding: 5px 25px !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all 0.3s ease;
  line-height: 1;
  color: #999;
}
.wp_widget_tag_cloud a:before {
  top: -1px;
  left: -5px;
  height: calc(100% + 2px);
  background: #e3e3e3;
  -webkit-clip-path: polygon(100% 0, 20% 50%, 100% 100%, 80% 100%, 0 50%, 80% 0);
  clip-path: polygon(100% 0, 20% 50%, 100% 100%, 80% 100%, 0 50%, 80% 0);
}
.wp_widget_tag_cloud a:after,
.wp_widget_tag_cloud a:before {
  content: "";
  position: absolute;
  width: 6px;
  transition: all 0.3s ease;
}
.wp_widget_tag_cloud a:after {
  border-radius: 50%;
  height: 6px;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  border: 1px solid #e3e3e3;
}

.widget .tagcloud a:focus,
.widget .tagcloud a:hover,
.widget.widget_tag_cloud a:focus,
.widget.widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover {
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* Account widget */
.list-account {
  vertical-align: middle;
  padding-left: 0;
  list-style: none;
}
.list-account li {
  display: inline-block;
}
.list-account i,
.list-account li {
  padding-right: 0.5rem;
}

.site-footer .widget ul {
  padding-left: 0;
}

.site-footer .widget li {
  border: none;
}

[data-search-toggle="toggle"].active:not(.bottom-to-top) i:before {
  content: "\e461";
}

section.widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #000;
}

.opal-custom-menu-inline .widget ul li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-block;
}

.opal-custom-menu-inline .widget_nav_menu li {
  position: relative;
  padding: 0;
  margin: 0;
}
.opal-custom-menu-inline .widget_nav_menu li li {
  display: block;
  width: 100%;
  border: none;
}
.opal-custom-menu-inline .widget_nav_menu li li a {
  text-align: left;
}
.opal-custom-menu-inline .widget_nav_menu li ul {
  position: absolute;
  min-width: 180px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  z-index: 9;
}
.opal-custom-menu-inline .widget_nav_menu li ul ul {
  top: 0;
  left: 100%;
}
.opal-custom-menu-inline .widget_nav_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.opal-custom-menu-inline .widget_nav_menu ul.menu > li {
  display: inline-block;
  vertical-align: middle;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */

.gallery-caption,
.wp-caption,
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.gallery-caption,
.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.entry-video.embed-responsive-16by9,
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eaeaea;
  color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #232323;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #e3e3e3;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom-color: #eaeaea;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:focus,
.site-content .wp-playlist-light .wp-playlist-item:hover {
  border-bottom-color: transparent;
  background-color: #e3e3e3;
  color: #fff;
}
.site-content .wp-playlist-light .wp-playlist-item:focus a,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
  color: #fff;
}

.site-content .wp-playlist-dark {
  background-color: #222;
  border-color: #232323;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-caption,
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #232323;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom-color: #555;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus,
.site-content .wp-playlist-dark .wp-playlist-item:hover {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}
.site-content .wp-playlist-dark .wp-playlist-item:focus a,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
  color: #222;
}

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-weight: 400;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  box-shadow: none;
  background-color: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.entry-gallery .gallery-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
  float: left;
}

.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
.widget .gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item,
.widget .gallery-item {
  text-align: center;
  vertical-align: top;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
}

.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item,
.widget .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.elementor-element .gallery-columns-7 .gallery-item,
.entry-gallery .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item,
.widget .gallery-columns-7 .gallery-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.elementor-element .gallery-columns-8 .gallery-item,
.entry-gallery .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item,
.widget .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.elementor-element .gallery-columns-9 .gallery-item,
.entry-gallery .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item,
.widget .gallery-columns-9 .gallery-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-item a {
  display: block;
}
.gallery-item a,
.gallery-item a:focus,
.gallery-item a:hover {
  box-shadow: none;
  background: none;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  transition: filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:focus img,
.gallery-item a:hover img {
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 5px 10px 0 0;
  margin-bottom: 0;
  line-height: 1.4;
}

/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}
.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/*--------------------------------------------------------------
17.1 Modal User
--------------------------------------------------------------*/
.modal-user .opal-tabs > nav {
  margin-bottom: 0;
}
.modal-user .opal-tabs > nav li a {
  text-transform: uppercase;
  color: #fff;
}
.modal-user .opal-tabs > nav li.tab-current a {
  color: #000;
}

.modal-user .btn-modal-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
  position: absolute;
  background: hsla(0, 0%, 89%, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900;
}

.modal-user.loading a,
.modal-user.loading button,
.modal-user.loading checkbox,
.modal-user.loading input,
.modal-user.loading label,
.modal-user.loading select {
  pointer-events: none;
}

.modal-user.loading .opal-loader {
  display: block;
}

.modal-user .opal-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px;
  text-align: center;
}
.modal-user .opal-loader-inner label {
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 0;
  color: #e81938;
  display: inline-block;
}
.modal-user .opal-loader-inner label:nth-child(6) {
  animation: b 3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(5) {
  animation: b 3s 0.1s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(4) {
  animation: b 3s 0.2s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(3) {
  animation: b 3s 0.3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(2) {
  animation: b 3s 0.4s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:first-child {
  animation: b 3s 0.5s infinite ease-in-out;
}

@keyframes b {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0);
  }
  66% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(300px);
  }
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
19.1 Colors Schema Light
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.2 Colors custom-class
--------------------------------------------------------------*/
[class*="before-title"]:before {
  margin-right: 0.8em;
}

[class*="after-title"]:after,
[class*="before-title"]:before {
  content: "";
  width: 30px;
  height: 2px;
  vertical-align: middle;
  display: inline-block;
}

[class*="after-title"]:after {
  margin-left: 0.8em;
}

.font-large {
  font-size: 3.75rem;
  line-height: 1.175;
}
@media (max-width: 991px) {
  .font-large {
    font-size: 2.75rem;
  }
}

.bg-rounded-circle {
  position: relative;
  z-index: 1;
}
.bg-rounded-circle:before {
  position: absolute;
  content: "";
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.bg-gradient {
  background-image: -ms-linear-gradient(45deg, #0160b4 0, #5b2c8c 75%);
}

div.bg-gradient-xs {
  background-position: center 0 !important;
}
@media (max-width: 767px) {
  div.bg-gradient-xs {
    background-image: -ms-linear-gradient(45deg, #0160b4 0, #5b2c8c 100%) !important;
  }
}

.theme-shadow {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}

.list-feature-box {
  font-weight: 600;
}
.list-feature-box > li {
  font-size: 14px;
  font-size: 0.875rem;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inherit;
  line-height: 1.5;
}
.list-feature-box > li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 1rem;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 2px;
}

/*--------------------------------------------------------------
20.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0;
  }
}

@media screen and (min-width: 30em) {
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }
  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }
  .recent-posts .entry-header {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .error404 #primary {
    float: none;
  }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0;
  }
  .custom-header-media {
    height: 165px;
    position: relative;
  }
  .site-title {
    font-size: 24px;
  }
  .site-description {
    font-size: 16px;
  }
  /* Main Navigation */
  .dropdown-toggle,
  .menu-toggle {
    display: none;
  }
  .site-header .main-navigation ul,
  .site-header .main-navigation ul ul {
    display: block;
  }
  .site-header .main-navigation > div > ul {
    display: inline-block;
  }
  .site-header .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .site-header .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .site-header .main-navigation li {
    display: inline-block;
  }
  .site-header .main-navigation li li {
    display: block;
  }
  .site-header .main-navigation ul ul {
    background: #fff;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, top 0.25s ease;
  }
  .site-header .main-navigation ul ul li > ul {
    left: 100%;
    right: auto;
  }
  .site-header .main-navigation ul ul li.focus > ul,
  .site-header .main-navigation ul ul li:hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .site-header .main-navigation li li {
    transition: background-color 0.2s ease-in-out;
  }
  .site-header .main-navigation li li a {
    transition: color 0.3s ease-in-out;
  }
  .site-header .main-navigation ul li.focus > ul,
  .site-header .main-navigation ul li:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    right: auto;
    pointer-events: visible;
  }
  .site-header .main-navigation .menu-item-has-children > a > i,
  .site-header .main-navigation .page_item_has_children > a > i {
    display: inline;
    margin-left: 5px;
    position: relative;
    top: 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .site-header .main-navigation ul ul .menu-item-has-children > a > i,
  .site-header .main-navigation ul ul .page_item_has_children > a > i {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(-90deg);
  }
  .site-header .main-navigation ul ul ul {
    left: -999em;
    top: 15px;
  }
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:before,
  .site-header .main-navigation ul ul li.menu-item-has-children:hover:after,
  .site-header .main-navigation ul ul li.menu-item-has-children:hover:before,
  .site-header .main-navigation ul ul li.page_item_has_children.focus:after,
  .site-header .main-navigation ul ul li.page_item_has_children.focus:before,
  .site-header .main-navigation ul ul li.page_item_has_children:hover:after,
  .site-header .main-navigation ul ul li.page_item_has_children:hover:before,
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
    color: #fff;
    top: 2em;
  }
  .site-header .menu-scroll-down .icon {
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(90deg);
  }
  /* Scroll down arrow */
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }
  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  .background-fixed .panel-image {
    background-attachment: fixed;
  }
  /* Front Page - Recent Posts */
  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }
  .panel-content .recent-posts .entry-header {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Posts */
  .comments-pagination,
  .post-navigation {
    clear: both;
  }
  .post-navigation .nav-previous {
    width: 50%;
  }
  .post-navigation .nav-next {
    text-align: right;
    width: 50%;
  }
  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em;
  }
  /* Pages */
  .site-content {
    padding: 6.5em 0;
  }
  .page:not(.home) #content {
    padding-bottom: 6.5em;
  }
  /* 404 page */
  /* Comments */
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }
  /* Secondary */
  /* Footer */
  .site-footer {
    line-height: 1.715;
  }
  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }
  /* Gallery Columns */
}

@media screen and (min-width: 67em) {
  /* Sticky posts */
  .sticky .fa-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  /* Comments */
  .comment-body {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
20.1 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  #page-title-bar,
  #secondary,
  #topbar,
  .comment-edit-link,
  .comment-metadata .edit-link,
  .comment-reply-link,
  .comment-respond,
  .comments-pagination,
  .content-bottom-widgets,
  .edit-link,
  .header-image,
  .icon-thumb-tack,
  .navigation.woocommerce-pagination,
  .page-links,
  .pagination.navigation,
  .panel-image-prop,
  .pingback .edit-link,
  .post-navigation,
  .site-footer aside.widget-area,
  .site-info,
  .social-navigation,
  button,
  form,
  input,
  select,
  textarea {
    display: none !important;
  }
  #comments,
  .entry-footer,
  .single-featured-image-header,
  .site-footer {
    border: 0;
  }
  /* Font sizes */
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */
  .site,
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  .site-title a,
  a,
  body {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  .site-description,
  blockquote,
  h2,
  h5 {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}

/* ===== Start Event ===== */
/**
 * The Events Calendar Full Stylesheet
 * (Some of these styles may override your current theme's styles)
 *
 * To add your own custom styles, create a stylesheet with the name
 * tribe-events.css in the tribe-events/ directory of your theme.
 * Your new stylesheet will be loaded after our own stylesheet.
 *
 * To replace our stylesheet altogether, you can use the 'tribe_events_stylesheet_url' filter.
 *
 * @package TribeEventsCalendar
 *
 */
:root {
  --featured-event-bg: #0ea0d7;
  --twentynineteen-font--body: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  --twentynineteen-font--heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --twentynineteen-font--code: Menlo, monaco, Consolas, Lucida Console, monospace;
  --twentynineteen-font--pre: "Courier 10 Pitch", Courier, monospace;
}

/* Cost */
.tribe-events-event-cost {
  display: flex;
  align-items: center;
  float: none;
  margin: 0 0 15px;
}
.tribe-events-event-cost span {
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
}
.tribe-events-event-cost .tribe-out-of-stock,
.tribe-events-event-cost .tribe-tickets-left {
  background: #f0f0f0;
  border-left: none;
  color: #727272;
  font-style: italic;
  font-weight: 400;
}
.tribe-events-event-cost .tribe-ticket-cost {
  margin: 0;
}

.tribe-button,
a.tribe-button,
button.tribe-button,
input.tribe-button {
  border-radius: 3px;
  line-height: 1;
  margin: 10px;
  padding: 9px 12px;
}
.tribe-button.sold-out,
a.tribe-button.sold-out,
button.tribe-button.sold-out,
input.tribe-button.sold-out {
  background: none;
  border: none;
  color: #a00;
}
.tribe-button.sold-out:hover,
a.tribe-button.sold-out:hover,
button.tribe-button.sold-out:hover,
input.tribe-button.sold-out:hover {
  cursor: default;
}

/* = Global & Miscellaneous Styles
=============================================*/
#tribe-events-pg-template,
.tribe-events-pg-template {
  margin: 0 auto;
  max-width: 1200px;
}

/* Default Events Template Base HTML Styles */
.tribe-events-after-html {
  clear: both;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  line-height: 1.7;
  margin: 0 0 10px;
}

#tribe-events-pg-template .tribe-events-content h1,
#tribe-events-pg-template .tribe-events-content h2,
#tribe-events-pg-template .tribe-events-content h3,
#tribe-events-pg-template .tribe-events-content h4,
#tribe-events-pg-template .tribe-events-content h5,
#tribe-events-pg-template .tribe-events-content h6,
.tribe-events-after-html h1,
.tribe-events-after-html h2,
.tribe-events-after-html h3,
.tribe-events-after-html h4,
.tribe-events-after-html h5,
.tribe-events-after-html h6,
.tribe-events-before-html h1,
.tribe-events-before-html h2,
.tribe-events-before-html h3,
.tribe-events-before-html h4,
.tribe-events-before-html h5,
.tribe-events-before-html h6 {
  line-height: 1.7;
  margin: 24px 0;
}

#tribe-events-pg-template .tribe-events-content h1,
.tribe-events-after-html h1,
.tribe-events-before-html h1 {
  font-size: 21px;
  line-height: 1.5;
}

#tribe-events-pg-template .tribe-events-content h2,
.tribe-events-after-html h2,
.tribe-events-before-html h2 {
  font-size: 18px;
  line-height: 1.6;
}

#tribe-events-pg-template .tribe-events-content h3,
.tribe-events-after-html h3,
.tribe-events-before-html h3 {
  font-size: 16px;
  line-height: 1.8;
}

#tribe-events-pg-template .tribe-events-content h4,
.tribe-events-after-html h4,
.tribe-events-before-html h4 {
  font-size: 14px;
  line-height: 1.8;
}

#tribe-events-pg-template .tribe-events-content h5,
.tribe-events-after-html h5,
.tribe-events-before-html h5 {
  font-size: 13px;
  line-height: 1.8;
}

#tribe-events-pg-template .tribe-events-content h6,
.tribe-events-after-html h6,
.tribe-events-before-html h6 {
  font-size: 12px;
  line-height: 1.8;
}

#tribe-events-pg-template .tribe-events-content ul,
.tribe-events-after-html ul,
.tribe-events-before-html ul {
  list-style: disc outside;
}

#tribe-events-pg-template .tribe-events-content ol,
.tribe-events-after-html ol,
.tribe-events-before-html ol {
  list-style: decimal outside;
}

#tribe-events-pg-template .tribe-events-content ol li,
#tribe-events-pg-template .tribe-events-content ul li,
.tribe-events-after-html ol li,
.tribe-events-after-html ul li,
.tribe-events-before-html ol li,
.tribe-events-before-html ul li {
  line-height: 1.7;
  margin: 0 0 20px;
}

.tribe-events-back {
  margin: 0 0 20px;
}
.events-list .tribe-events-back.tribe-events-loop {
  margin: 0 auto 20px;
}

/* Links */
#tribe-events-content a,
.tribe-events-event-meta a {
  text-decoration: none;
}

/* Important Link Styles */
.tribe-events-adv-list-widget .tribe-events-widget-link a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
ul.tribe-events-sub-nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  display: inline-block;
  font-weight: 500;
  padding: 0.85rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.875;
  border-radius: 0;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a span,
.tribe-events-back a span,
.tribe-events-list-widget .tribe-events-widget-link a span,
ul.tribe-events-sub-nav a span {
  display: none;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,
.tribe-events-back a:hover,
.tribe-events-list-widget .tribe-events-widget-link a:hover,
ul.tribe-events-sub-nav a:hover {
  text-decoration: none;
}

/* Global Main Button Style */
#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
  color: #fff;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
  text-decoration: none;
}

/* Calendar Add Buttons */
a.tribe-events-gcal,
a.tribe-events-ical {
  clear: both;
  color: #fff;
  float: right;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 21px;
  padding: 0 6px;
  text-decoration: none;
}

.tribe-events-gcal {
  margin-right: 9px;
}

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  float: none;
}

/* Google Maps */
.tribe-events-event-meta-desc .tribe-events-gmap,
.tribe-events-event-meta .tribe-events-gmap {
  white-space: nowrap;
}

/* Fixes for rich snippets */
.event .entry-title {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
}

.updated-info {
  height: 0;
  text-indent: -9999px;
}

/* Featured Images */
.tribe-events-event-image {
  text-align: center;
}

.tribe-events-event-image img {
  height: auto;
  max-width: 100%;
}

/* Event Schedule Detail Styling */
.tribe-events-schedule h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.tribe-events-event-schedule-details {
  display: inline;
}

/* 2011 Theme Extra Calendar Room */
.events-archive {
  /* Remove "Edit" Link from unneeded templates */
}
.events-archive .entry-content,
.events-archive .entry-header {
  width: 98%;
}

/* Remove unused header / footer elements on non-event page template */
.events-archive footer.entry-header,
.events-archive footer.entry-meta,
.events-archive header.entry-header,
.events-archive header.entry-meta,
.events-archive span.edit-link,
.single-tribe_events footer.entry-header,
.single-tribe_events footer.entry-meta,
.single-tribe_events header.entry-header,
.single-tribe_events header.entry-meta,
.single-tribe_organizer footer.entry-header,
.single-tribe_organizer footer.entry-meta,
.single-tribe_organizer header.entry-header,
.single-tribe_organizer header.entry-meta,
.single-tribe_venue footer.entry-header,
.single-tribe_venue footer.entry-meta,
.single-tribe_venue header.entry-header,
.single-tribe_venue header.entry-meta {
  display: none;
}

/* Event Notices */
.tribe-events-notices {
  background: #d9edf7;
  border-radius: 4px;
  border: 1px solid #bce8f1;
  color: #3a87ad;
  margin: 10px 0 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 #fff;
}
.tribe-events-notices > ul,
.tribe-events-notices > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Promotional Styles */
#tribe-events-content p.tribe-events-promo {
  color: #999;
  font-size: 12px;
}
#tribe-events-content p.tribe-events-promo a {
  color: #666;
}

/* Miscellaneous Helper Classes */
#yith-quick-view-modal #yith-quick-view-content .product div.product,
.clearfix,
.mc4wp-form-fields,
.tribe-clearfix {
  zoom: 1;
}
#yith-quick-view-modal #yith-quick-view-content .product div.product:after,
#yith-quick-view-modal #yith-quick-view-content .product div.product:before,
.clearfix:after,
.clearfix:before,
.mc4wp-form-fields:after,
.mc4wp-form-fields:before,
.tribe-clearfix:after,
.tribe-clearfix:before {
  content: "";
  display: table;
}

#yith-quick-view-modal #yith-quick-view-content .product div.product:after,
.clearfix:after,
.mc4wp-form-fields:after,
.tribe-clear,
.tribe-clearfix:after {
  clear: both;
}

.tribe-events-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tribe-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tribe-events-error {
  display: none;
}

.tribe-events-multi-event-day {
  color: #0f81bb;
}

#tribe-events-content .tribe-events-abbr {
  border-bottom: 0;
  cursor: default;
}

/* Tribe Spinner */
.tribe-events-spinner {
  height: 32px;
  margin-left: -16px;
  width: 32px;
}

.tribe-events-spinner-medium {
  height: 24px;
  width: 24px;
}

.tribe-events-spinner-small {
  height: 16px;
  margin-left: -8px;
  width: 16px;
}

/* IE7 Tweaks */
* + html .events-archive .tribe-events-page-title {
  padding-bottom: 30px;
}

* + html .events-archive .tribe-events-list .tribe-events-page-title {
  padding-bottom: 0;
}

* + html #tribe-events-header {
  margin-bottom: 30px;
}

/* General Template Headers */
.tribe-events-page-title {
  clear: none;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 400;
  margin-bottom: 0.3em;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 0;
  /* don't float on filter list view */
}
.tribe-events-filter-view.events-list .tribe-events-page-title {
  width: 100%;
  float: none;
}
.tribe-events-page-title a {
  color: #000;
}
.tribe-events-page-title a:focus,
.tribe-events-page-title a:hover {
  color: #333;
  text-decoration: underline;
}

/* General Template Header/Footer Nav */
#tribe-events-footer,
#tribe-events-header {
  clear: both;
  margin-bottom: 0.5em;
}
#tribe-events-footer .tribe-events-sub-nav,
#tribe-events-header .tribe-events-sub-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav li {
  *display: inline;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  zoom: 1;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-footer .tribe-events-sub-nav li,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
#tribe-events-header .tribe-events-sub-nav li {
  float: left;
  margin-right: 5px;
  text-align: left;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
  float: left;
  text-align: left;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
  float: right;
  text-align: right;
}

.tribe-events-ajax-loading {
  background: #666;
  border-radius: 5px;
  box-shadow: none;
  display: none;
  left: 50%;
  margin-left: -27px;
  padding: 15px;
  position: absolute;
  top: 150px;
  z-index: 10;
}
.tribe-events-ajax-loading.tribe-events-active-spinner,
.tribe-events-ajax-loading.tribe-events-active-spinner img,
.tribe-events-loading .tribe-events-ajax-loading {
  display: block;
}

#tribe-events-header {
  position: relative;
  display: none;
}

#tribe-events-footer {
  margin-bottom: 1em;
}

/* List & Map & Day Nav Tweaks */
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer {
  clear: both;
  margin: 1.25em 0 18px;
}

/* Single Event & Map View Nav Tweaks */
.tribe-events-map #tribe-events-header {
  margin: 1em 0;
}

.single-tribe_events #tribe-events-header {
  margin: 1em 0 20px;
}

.single-tribe_events #tribe-events-footer li,
.single-tribe_events #tribe-events-header li {
  width: 48%;
}

#tribe-events-content .tribe-events-nav-date {
  padding-top: 16px;
}

select.tribe-events-dropdown {
  font-size: 11px;
  margin: 33px 9px 0 0;
  width: auto;
}

#tribe-events-events-picker,
#tribe-events-picker {
  display: inline;
}

/* = Calendar View & List View Template Styles
   @ Template: month.php & list.php
=============================================*/
#tribe-events-content {
  padding: 2px 0;
  position: relative;
}
#tribe-events-content.tribe-events-list {
  padding: 0;
}

.tribe-events-othermonth {
  visibility: hidden;
}

/* = List View Template Styles
   @ Template: list.php
=============================================*/
#tribe-events-content.tribe-events-list {
  margin-bottom: 60px;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: var(--featured-event-bg);
  margin-bottom: 2rem;
  padding: 0 1.5rem 1rem;
  /* Cost */
}
.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first {
  padding-top: 0;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
  display: block;
  float: none;
  margin: 0 -1.5rem;
  width: auto;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
  display: inline-block;
  margin-top: 1.5rem;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
  color: #fff;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 400;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,
.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover {
  color: hsla(0, 0%, 100%, 0.9);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
  display: flex;
  align-items: center;
  float: none;
  margin: 30px 0;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span {
  border: 0;
  color: #fff;
  background: hsla(0, 0%, 100%, 0.1);
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  text-align: center;
  text-overflow: ellipsis;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost {
  background: hsla(0, 0%, 100%, 0.2);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left {
  font-style: italic;
  font-weight: 400;
  margin-left: 1px;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock {
  background: #f0f0f0;
  border-left: none;
  color: #727272;
  font-style: italic;
  font-weight: 400;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost {
  margin: 0;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button {
  color: #000;
  font-weight: 700;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover {
  color: var(--featured-event-bg);
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:active {
  color: #000;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button {
  background: #fff;
  color: var(--featured-event-bg);
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image,
.tribe-events-list .tribe-events-loop .tribe-events-list-caption {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tribe-events-list .tribe-events-loop .tribe-events-event-image,
  .tribe-events-list .tribe-events-loop .tribe-events-list-caption {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tribe-events-list .tribe-events-loop .tribe-events-list-caption {
    padding-top: 20px;
  }
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image a,
.tribe-events-list .tribe-events-loop .tribe-events-event-image a img {
  display: block;
}

.tribe-events-list .tribe-events-event-image + .tribe-events-list-caption {
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .tribe-events-list .tribe-events-event-image + .tribe-events-list-caption {
    padding: 20px 0 0;
  }
}

.tribe-events-list .tribe-events-list-event-title {
  border: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.tribe-events-list .type-tribe_events {
  margin: 0;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
.tribe-events-list .type-tribe_events + .type-tribe_events {
  border-top: 1px solid #323232;
}
.tribe-events-list .type-tribe_events.tribe-events-first {
  padding-top: 50px;
  margin-top: 0;
}
.tribe-events-list .type-tribe_events.tribe-event-end-month {
  border-bottom: 0;
  padding-bottom: 0;
}

.tribe-events-list .tribe-events-event-image {
  display: inline-block;
  /* Reset list-view descriptions to static position; fixes bug with relative positioning
           that prevented the full area of the .tribe-events-event-image being "clickable". */
}
.tribe-events-list .tribe-events-event-image img {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  display: block;
  float: none;
  position: relative;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content.tribe-events-list-event-description {
  position: static;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  /* Content */
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  *display: inline;
  display: inline-block;
  zoom: 1;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
  position: relative;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content {
  padding: 0;
  width: 100%;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .time-details,
.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details {
  margin: 0;
  display: inline;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-event-schedule-details {
  position: relative;
}
.tribe-events-list .time-details:after,
.tribe-events-list .tribe-event-schedule-details:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  margin-left: 12px;
  margin-right: 12px;
}

.tribe-events-list .tribe-events-venue-details {
  font-weight: 500;
  font-style: normal;
  color: #c6c6c6;
}

.tribe-events-list .tribe-event-schedule-details,
.tribe-events-list .tribe-events-venue-details {
  display: inline;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  display: block;
  line-height: 1.2;
  margin: 0;
}

.tribe-events-list .time-details {
  margin: 0 0 8px;
}

.tribe-events-list .tribe-events-venue-details {
  margin: 15px 0;
}

.tribe-events-list .start-time,
.tribe-events-list .tribe-events-read-more {
  display: none;
}

.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}

.tribe-events-inner .tribe-events-list-caption {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/bg_list_event.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* Date Separators */
.tribe-events-list-separator-year {
  color: #ccc;
  display: block;
  font-size: 38px;
  font-weight: 700;
  padding: 1em 2.25em 0;
  text-align: center;
}

.tribe-events-list-separator-month {
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.tribe-events-list-separator-month span {
  background-color: transparent;
  padding: 0 20px 0 0;
  flex: 1 0 auto;
}
.tribe-events-list-separator-month:after {
  position: static;
  border-color: #323232;
}

/* = List View & Single Venue (Pro Version) Template Styles
   @ Template: list.php & single-venue.php
=============================================*/
/* Loop */
.tribe-events-loop {
  clear: both;
  /* Meta */
}
.tribe-events-loop .type-tribe_events.tribe-events-last {
  border-bottom: 0;
}
.tribe-events-loop .tribe-events-event-meta {
  border: 0;
  clear: both;
  float: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 15px;
  overflow: visible;
}

.tribe-events-event-meta address.tribe-events-address {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
  margin-right: 10px;
}

.single-tribe_venue .tribe-events-loop .tribe-events-content p {
  margin: 0;
}

.events-archive h3 .published,
.single-tribe_venue h3 .published {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  text-transform: none;
}

.tribe-events-event-day,
.tribe-events-event-meta-desc {
  color: #333;
}

.venue-address {
  margin-top: 1em;
}
.venue-address > * {
  display: block;
  margin-top: 0.5em;
}

/* = Single Event Template Styles
   @ Template: single-event.php
=============================================*/
.single-tribe_events .tribe-events-single-event-title {
  font-size: 1.7em;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: none;
}

.single-tribe_events .tribe-events-single-event-recurrence-description {
  align-items: center;
  display: flex;
  font-size: 1em;
  margin: 0.5em 0 1.5em;
}
.single-tribe_events .tribe-events-single-event-recurrence-description > img {
  height: 1em;
}
.single-tribe_events .tribe-events-single-event-recurrence-description > a {
  color: #009fd4;
  font-size: 0.8125em;
}
.single-tribe_events .tribe-events-single-event-recurrence-description > * {
  margin-right: 0.4375em;
}

#tribe-events-content .tribe-events-single-event-description .attachment-post-thumbnail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.tribe-events-meta-group + .tribe-events-single-section-title {
  margin-top: 0;
}

.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address {
  display: block;
  margin: 0;
}

/* Eventbrite */
#eventbrite-embed {
  margin: 24px 0;
  min-height: 225px;
  width: 100%;
}

.eventbrite-ticket-embed {
  margin: 0 0 30px;
}

/* Date/Time */
.tribe-events-schedule {
  margin: 20px 0 0;
  vertical-align: middle;
}

.single-tribe_events {
  /* Featured Image */
  /* Export Links */
  /* Meta Sections */
  /* Map */
  /* Event Meta */
}
.single-tribe_events .tribe-events-schedule {
  margin: 0 0 30px;
}
.single-tribe_events .tribe-events-schedule .recurringinfo,
.single-tribe_events .tribe-events-schedule .tribe-events-cost,
.single-tribe_events .tribe-events-schedule .tribe-events-divider {
  font-size: 1.2em;
}
.single-tribe_events .tribe-events-schedule h3 {
  *display: inline;
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  vertical-align: baseline;
  display: block;
}
.single-tribe_events .tribe-events-event-image {
  clear: both;
  margin-bottom: 30px;
}
.single-tribe_events .tribe-events-cal-links {
  clear: both;
  margin-bottom: 60px;
}
.single-tribe_events .tribe-events-event-meta {
  border-top: 1px solid #323232;
}
.single-tribe_events .tribe-events-venue-map {
  display: inline-block;
  float: right;
  padding: 5px;
  vertical-align: top;
  width: 100%;
  zoom: 1;
}
.single-tribe_events .tribe-events-venue-map > * {
  margin-bottom: 0;
}
.single-tribe_events .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap {
  clear: both;
  display: block;
  float: none;
  width: auto;
}
.single-tribe_events .tribe-events-meta-group + .tribe-events-meta-group + .tribe-events-meta-group-gmap .tribe-events-venue-map {
  float: none;
  width: 100%;
}
.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
}
@media (min-width: 1200px) {
  .single-tribe_events .secondary .tribe-events-venue-map {
    width: 50%;
  }
}
.single-tribe_events .sidebar .secondary .tribe-events-venue-map {
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: 16px;
  font-size: 1rem;
  display: flex;
  padding: 50px 0;
  flex-wrap: wrap;
}
.single-tribe_events .tribe-events-event-meta.secondary {
  padding-bottom: 0;
}
.single-tribe_events .tribe-events-event-meta dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  clear: left;
  line-height: 1;
  list-style: none;
  width: 50%;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  width: 50%;
  text-align: right;
  display: initial;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-venue-location {
  text-align: left;
  width: 100%;
  font-weight: 700;
}
.single-tribe_events .page-title-bar .breadcrumb,
.single-tribe_events .tribe-events-back {
  display: none;
}

.tribe-events-event-meta .column,
.tribe-events-event-meta .tribe-events-meta-group {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 100%;
}
@media (min-width: 1200px) {
  .tribe-events-event-meta .column,
  .tribe-events-event-meta .tribe-events-meta-group {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .tribe-events-meta-group-details {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .tribe-events-meta-group-organizer {
    padding-left: 50px;
    border-left: 1px solid #323232;
  }
}

@media (min-width: 1200px) {
  .tribe-events-meta-group-venue {
    padding-right: 40px;
  }
}

#tribe-events-content .tribe-events-event-meta dd span.adr {
  display: block;
}

/* Content */
.single-tribe_events .tribe-events-content {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

/* Twenty Thirteen Conflict */
.sidebar.single-tribe_events .tribe-events-content {
  padding: 0;
}

/* = Day Grid Template Styles
   @ Template: day.php
=============================================*/
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  margin: 2.5em 0 0;
  padding: 6px 10px;
  text-transform: uppercase;
}

.tribe-events-day .type-tribe_events {
  margin-left: 0;
}

/* = Calendar Styles (includes styles for both large & small calendars)
   @ Template: month.php & widgets/calendar-widget.php
=============================================*/
/* Global Calendar Styles */
#tribe-events-content table.tribe-events-calendar {
  border-collapse: collapse;
  clear: both;
  font-size: 12px;
  margin: 12px 0;
  table-layout: fixed;
  width: 100%;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  background: var(--featured-event-bg);
  margin: 0;
  padding: 6px 14px;
  /* This is a failover if the browser doesn't support calc */
  padding: 6px calc(5% + 8px);
}
.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
  margin: 0;
  padding: 6px 14px;
  /* This is a failover if the browser doesn't support calc */
  padding: 6px calc(5% + 8px);
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
  color: #fff;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover {
  color: #eee;
}

#tribe-events-content table.tribe-events-calendar {
  max-width: 1170px;
  margin: 12px auto;
}

#tribe-events-content .tribe-events-calendar td {
  border: 10px solid transparent;
}
@media (max-width: 767px) {
  #tribe-events-content .tribe-events-calendar td {
    border: 1px solid transparent;
  }
}

#tribe-events-content .tribe-events-calendar td {
  box-sizing: border-box;
  color: #114b7d;
  font-size: 12px;
  height: 145px;
  padding: 0;
  vertical-align: top;
  width: 14.28%;
}
#tribe-events-content .tribe-events-calendar td:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  #tribe-events-content .tribe-events-calendar td {
    height: auto;
    background-color: transparent;
  }
}

.entry-content .tribe-events-month .tribe-events-calendar th,
.entry-content .tribe-events-month .tribe-events-calendar tr {
  border: 10px solid #1a1a1a;
}
@media (max-width: 767px) {
  .entry-content .tribe-events-month .tribe-events-calendar th,
  .entry-content .tribe-events-month .tribe-events-calendar tr {
    border: 1px solid #1a1a1a;
  }
}

.entry-content .tribe-events-month .tribe-events-calendar thead th {
  background: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.tribe-events-calendar,
.tribe-events-calendar a {
  color: #fff;
}
.tribe-events-calendar a:hover {
  color: #000;
}
.tribe-events-calendar td .opal-inner {
  height: 100%;
  background: #fff;
  min-height: 220px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .tribe-events-calendar td .opal-inner {
    min-height: 0;
  }
}
.tribe-events-calendar .tribe-events-has-events .opal-inner {
  background-color: #4a96a4;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  min-width: 36px;
  text-align: center;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .tribe-events-calendar div[id*="tribe-events-daynum-"],
  .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    display: block;
  }
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  color: #fff;
}
@media (max-width: 991px) {
  .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    display: block;
  }
}
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  min-width: 36px;
  text-align: center;
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    display: block;
  }
}
@media (max-width: 991px) {
  .tribe-events-calendar td .tribe-events-viewmore,
  .tribe-events-calendar td .type-tribe_events > * {
    display: none;
  }
  .tribe-events-calendar td .type-tribe_events:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    margin: auto;
  }
}

/* Global Tooltips */
.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  background-color: #f9f9f9;
  border: 0;
  bottom: 30px;
  color: #333;
  display: none;
  left: 3px;
  line-height: 1.4;
  position: absolute;
  width: 320px;
  z-index: 1001;
}
@media (min-width: 768px) {
  .recurring-info-tooltip,
  .tribe-events-calendar .tribe-events-tooltip,
  .tribe-events-shortcode.view-week .tribe-events-tooltip,
  .tribe-events-week .tribe-events-tooltip {
    width: 520px;
    padding: 20px 30px;
  }
}

.tribe-events-tooltip .tribe-events-arrow {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/tribe-tooltips.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 19px;
  bottom: -11px;
  display: block;
  height: 11px;
  left: 20px;
  position: absolute;
  width: 18px;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,
.tribe-events-week .tribe-events-right .tribe-events-tooltip {
  left: auto;
  right: 3px;
}

.tribe-events-right .tribe-events-tooltip .tribe-events-arrow {
  left: auto;
  right: 30px;
}

.tribe-events-tooltip {
  /** For images contained *inside* the tooltip body, let's constrain the size by default */
  /** For when a tooltip is near top edge of viewport, so displays below event title instead of above it. */
}
.tribe-events-tooltip ol,
.tribe-events-tooltip ul {
  margin-left: 1.6em;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img {
  max-height: 150px;
  max-width: 150px;
}
.tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: " ";
  display: block;
  height: 0;
  left: 17px;
  position: absolute;
  top: -20px;
  width: 0;
  z-index: 2;
}
.tribe-events-tooltip.tribe-events-tooltip-flipdown .tribe-events-arrow {
  display: none;
}
.tribe-events-tooltip .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  line-height: 1;
  margin-bottom: 0;
}
.tribe-events-tooltip .tribe-event-duration {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/** Tweak location of the arrow on "flipdown" tooltips for events on the right side of the screen. */
.tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before {
  left: auto;
  right: 43px;
}

@media screen {
  #tribe-events-content .tribe-events-tooltip ol,
  #tribe-events-content .tribe-events-tooltip ul {
    margin-left: 1.6em;
  }
}

/* Recurring info tooltip */
.recurringinfo {
  *display: inline;
  display: inline-block;
  position: relative;
  zoom: 1;
}

.event-is-recurring {
  color: rgba(0, 0, 0, 0.7);
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.event-is-recurring:hover {
  color: #000;
}
.tribe-event-featured .event-is-recurring {
  color: hsla(0, 0%, 100%, 0.7);
}
.tribe-event-featured .event-is-recurring:hover {
  color: #fff;
}
.tribe-event-featured .event-is-recurring div {
  color: rgba(0, 0, 0, 0.7);
}

.recurring-info-tooltip.tribe-events-tooltip {
  left: 10px;
  padding-bottom: 0.8em;
  width: 200px;
}

/* Large Calendar Specifics */
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-bottom: 1px solid #323232;
  margin: 0 5%;
  padding: 6px 8px;
}

.events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  border-bottom: 0;
}

.tribe-events-viewmore {
  border-top: 1px solid #e7e7e7;
  font-weight: 700;
  line-height: 1;
  margin: 0 5%;
  padding: 9px 8px;
}

.tribe-events-calendar td .tribe-events-viewmore a {
  font-size: 90%;
  white-space: nowrap;
}

.tribe-events-calendar td div[id*="tribe-events-daynum-"] {
  line-height: 1.2;
  padding: 8px 9px;
  background-color: #f2f2f2;
}

.tribe-events-calendar td a {
  font-size: 91.7%;
}

.tribe-events-calendar th {
  background-color: #ddd;
  color: #333;
  height: 10px;
  letter-spacing: 1px;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  width: 14.28%;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-event-"] {
  margin: 0;
  position: relative;
}

.tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  font-size: 100%;
}

#tribe-events-content {
  /* Large Calendar Tooltip Specifics */
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  font-family: sans-serif;
  font-size: 98%;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
  padding: 3%;
  text-transform: none;
}
#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #666;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0 6px;
}

.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
  font-weight: 400;
}

.tribe-events-tooltip .duration {
  font-style: italic;
  margin: 3px 0;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
  padding: 5px 20px 5px 0;
}

.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb {
  padding: 2px 0 8px;
}

.tribe-events-tooltip .tribe-events-event-thumb {
  float: left;
}
.tribe-events-tooltip .tribe-events-event-thumb img {
  box-shadow: none;
  max-width: 120px;
  width: 120px;
}

.tribe-events-tooltip p.entry-summary {
  font-size: 11px;
  line-height: 1.5;
  padding: 0;
}

.tribe-events-tooltip .tribe-event-description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  max-height: 96px;
}

#tribe-mobile-container,
.tribe-events-tooltip .tribe-event-description p.link-more {
  display: none;
}

/* = Events List Widget Styles (Sidebar)
   @ Template: widgets/list-widget.php
=============================================*/
.tribe-events-list-widget ol li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.tribe-events-list-widget .tribe-list-widget {
  margin-left: 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
  padding: 0 1.5rem;
  margin-bottom: 1.25rem;
}

.tribe-events-list-widget .tribe-event-title {
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.tribe-events-list-widget .duration {
  font-weight: 700;
}

.tribe-events-list-widget .tribe-event-featured {
  background: var(--featured-event-bg);
  padding-bottom: 0.75rem;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
  margin-top: 0.75rem;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
  color: #fff;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
  line-height: 0;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  overflow: hidden;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
  color: #fff;
}

/* = Events Navigation Bar
   @ Template: modules/bar.php
=============================================*/
/* Datepicker
   ========================================================================== */
.datepicker table tr td span,
.datepicker td {
  border-radius: 0;
}

.datepicker td {
  border-top: 1px solid #ededed;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #666;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active:hover {
  background: #dadada;
  color: inherit;
}

body.admin-bar .datepicker {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .datepicker {
    margin-top: 46px;
  }
}

#tribe-events-bar {
  clear: none;
  height: auto;
  margin-bottom: 30px;
  min-width: 220px;
  position: relative;
  width: 100%;
}
.opal-content-layout-2cr #tribe-events-bar {
  display: none;
}
#tribe-events-bar * {
  box-sizing: border-box;
}

.opal-content-layout-2cr .tribe-events-title-bar {
  display: none;
}

#tribe-bar-form {
  background: #131313;
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #tribe-bar-form {
    padding: 40px;
  }
}
#tribe-bar-form input {
  margin: 0 4px 0 0;
}
#tribe-bar-form input[type="text"] {
  background: 0;
  border: none;
  border-bottom: 3px solid #2d2d2d;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  font-weight: 400;
  height: auto;
  line-height: 1;
  padding: 10px 0;
  width: 100%;
}
#tribe-bar-form label {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
}
#tribe-bar-form .tribe-bar-filters {
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}
#tribe-bar-form .tribe-bar-filters-inner {
  margin: 0;
}
#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0 15px;
  text-align: left;
}

#tribe-bar-filters-wrap {
  position: relative;
}

input[name*="tribe-bar-"]::-webkit-input-placeholder {
  color: #5f5f5f;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

input[name*="tribe-bar-"]:-moz-placeholder {
  color: #5f5f5f;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

.tribe-event-placeholder {
  color: #5f5f5f;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
}

#tribe-bar-dates .select2-choice {
  border-bottom: 1px dashed #b9b9b9;
}

/* Tribe Bar Full Layout */

.tribe-bar-date-filter,
.tribe-bar-search-filter {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 37.5%;
}

.tribe-bar-submit {
  float: left;
  margin-bottom: 0;
  padding: 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .tribe-bar-submit {
    margin-left: 0;
  }
}
.tribe-bar-submit input[type="submit"]:hover {
  background: #999;
  color: #fff;
}

.tribe-bar-views-inner {
  margin: 0;
  padding: 16px 0;
}

#tribe-bar-views-toggle {
  border: 0;
  background: transparent;
  display: block;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  padding: 6px 15px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}
#tribe-bar-views-toggle:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 0;
}
.tribe-bar-views-open #tribe-bar-views-toggle:after {
  border-top-color: transparent;
  top: 0;
}
.tribe-bar-collapse #tribe-bar-views-toggle {
  padding: 10px 14px;
}
.tribe-bar-collapse #tribe-bar-views-toggle:after {
  top: 14px;
}

#tribe-bar-views .tribe-bar-views-list {
  background: #111;
  border-radius: 0 0 3px 3px;
  display: none;
  left: 0;
  margin: 0;
  padding: 5px 0 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 2;
}

#tribe-bar-views .tribe-bar-views-option {
  display: block;
  color: #fff;
  line-height: 14px;
  margin: 0;
  padding: 6px 15px;
}
#tribe-bar-views .tribe-bar-views-option:hover {
  cursor: pointer;
  background: #000;
}
#tribe-bar-views .tribe-bar-views-option:focus {
  outline: 1px dotted;
}
#tribe-bar-views .tribe-bar-views-option:last-child {
  border-radius: 0 0 3px 3px;
}
#tribe-bar-views .tribe-bar-views-option.tribe-bar-active {
  background: #000;
}

#tribe-bar-views .tribe-bar-settings {
  display: none;
}

/* Tribe Bar Mini Styles */
#tribe-bar-form.tribe-bar-mini * {
  font-size: 12px;
}

#tribe-bar-form.tribe-bar-mini label {
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type="submit"] {
  -webkit-appearance: button;
  font-size: 11px;
  padding: 10px 5px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-date-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-search-filter,
#tribe-bar-form.tribe-bar-mini .tribe-bar-submit {
  padding: 10px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 4px 15px;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner {
  padding: 12px 0;
}
#tribe-bar-form.tribe-bar-mini .tribe-bar-views-inner label {
  padding: 0 10px;
}

#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-views #tribe-bar-filters-wrap,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-views #tribe-bar-filters-wrap {
  float: left;
  width: 83.3333%;
}

#tribe-bar-form.tribe-bar-full.tribe-events-bar--has-filters #tribe-bar-views,
#tribe-bar-form.tribe-bar-mini.tribe-events-bar--has-filters #tribe-bar-views {
  position: relative;
  float: left;
  width: 16.6667%;
}

/* Tribe Bar Collapse Styles */
#tribe-bar-collapse-toggle {
  background: transparent;
  color: #fff;
  display: none;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  padding: 15px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border: 1px solid #323232;
}
#tribe-bar-collapse-toggle:focus,
#tribe-bar-collapse-toggle:hover {
  cursor: pointer;
  color: #fff;
}
#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
  border-top-color: transparent;
  top: 0;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  display: inline-block;
  margin: 0 4px;
  position: absolute;
  right: 10px;
}
#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-width: 8px;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
}

#tribe-bar-form.tribe-bar-collapse {
  background: transparent;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle {
  display: block;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters {
  position: absolute;
  z-index: 21;
  float: none;
  display: none;
  left: auto;
  padding-top: 5px;
  overflow: hidden;
  right: auto;
  width: 100%;
  background: #131313;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner > div {
  width: 100%;
}
#tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
  margin-top: 10px;
}
#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
  padding: 10px 0 0;
}

.tribe-bar-disabled {
  float: right;
  position: relative;
  z-index: 101;
}
.tribe-bar-disabled .tribe-events-page-title {
  clear: none;
  line-height: 45px;
  margin: 0;
  text-align: left;
}
.tribe-bar-disabled #tribe-events-bar {
  float: none;
  min-width: 0;
  width: auto;
}
.tribe-bar-disabled #tribe-bar-form {
  border-radius: 3px;
  width: auto;
}
.tribe-bar-disabled #tribe-bar-filters-wrap {
  float: left;
  min-width: 120px;
  width: auto;
}
.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter {
  padding: 5px 10px;
}
.tribe-bar-disabled #tribe-bar-form label {
  font-size: 10px;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"] {
  border: none;
  display: block;
  font-size: 13px;
  line-height: 1;
  margin: 10px 0 0;
  padding: 3px 0 0;
  width: 100px;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
  float: right;
  font-size: 16px;
  left: 50%;
  min-width: 130px;
  padding: 0;
  right: auto;
  width: 50%;
}
.tribe-bar-disabled .tribe-bar-views-inner {
  border-radius: 0 3px 3px 0;
  min-width: 100px;
  padding: 5px 0 0;
  position: relative;
}
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option {
  margin: 0;
}
.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  margin: 0;
  padding: 4px 10px;
}
.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice {
  font-size: 13px;
  height: auto;
  line-height: 18px;
}
.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li {
  padding: 0 10px;
}
.tribe-bar-disabled #tribe-bar-collapse-toggle,
.tribe-bar-disabled .tribe-bar-submit {
  display: none;
}

.tribe-bar-disabled .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter {
  width: auto;
}

/* Events Bar Icons */
.tribe-bar-views span[class^="tribe-icon-"] {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: 16px;
  padding-left: 24px;
  /* Default Icon (month) */
}

.tribe-bar-views span.tribe-icon-month,
.tribe-bar-views span[class^="tribe-icon-"] {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-list {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-list.png);
  background-size: 15px 10px;
  vertical-align: bottom;
}

.tribe-bar-views span.tribe-icon-week {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-week.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-day {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-day.png);
  background-size: 15px 16px;
}

.tribe-bar-views span.tribe-icon-photo {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-photo.png);
  background-size: 15px 14px;
}

.tribe-bar-views span.tribe-icon-map {
  background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-map.png);
  background-position: 2px 50%;
  background-size: 12px 16px;
}

/* =========================================================================
  Theme Compatibility
========================================================================== */
/* Twenty Fourteen
========================================================================== */
.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,
.tribe-events-week.tribe-theme-twentyfourteen #masthead {
  z-index: 1001;
}

.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,
.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events {
  padding: 20px;
}

.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,
.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list {
  z-index: 3;
}

@media screen and (min-width: 1000px) {
  .tribe-theme-parent-twentyfourteen #tribe-events-pg-template,
  .tribe-theme-twentyfourteen #tribe-events-pg-template {
    padding-left: 220px;
  }
}

/* Stop themes from hiding elements with the .updated CSS class */
#tribe-events-content .tribe-updated {
  display: inherit;
}

@media screen and (max-width: 400px) {
  .list-view.events-archive .site-content .type-page .entry-content {
    display: initial;
  }
}

/* Twenty Fifteen (including Twenty Fifteen child themes)
========================================================================== */
.tribe-theme-parent-twentyfifteen #tribe-events,
.tribe-theme-twentyfifteen #tribe-events {
  background: #fff;
  margin: 0 8.333%;
  padding-top: 8.333%;
}

.tribe-theme-parent-twentyfifteen .tribe-events-single-event-title,
.tribe-theme-twentyfifteen .tribe-events-single-event-title {
  font-size: 39px;
}

.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template,
.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template {
  padding-top: 8.3333%;
}

.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content,
.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content {
  padding: 8.3333% 10%;
}

.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe_events,
.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events {
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2,
.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2 {
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
}

.tribe-theme-parent-twentyfifteen.single-tribe_events .tribe-events-single,
.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single {
  box-shadow: none;
  margin: 0;
}

.tribe-theme-parent-twentyfifteen.tribe-events-week .tribe-events-grid .hentry,
.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry {
  margin-left: 0;
  margin-right: 0;
}

.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .type-tribe_events,
.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .entry-title,
.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title {
  font-size: 22px;
  line-height: 1.4545;
}

.tribe-theme-parent-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper,
.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper {
  padding: 3.333%;
}

.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events,
.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first,
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,
.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first {
  padding: 8.333% 10%;
}

.tribe-theme-parent-twentyfifteen .tribe-events-list .time-details,
.tribe-theme-parent-twentyfifteen .tribe-events-list .tribe-events-venue-details,
.tribe-theme-twentyfifteen .tribe-events-list .time-details,
.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details {
  line-height: 1.6;
}

.tribe-theme-parent-twentyfifteen .tribe-events-day-time-slot .type-tribe_events,
.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0;
  /* Corrects some extra margin in the day view. */
}

.tribe-theme-parent-twentyfifteen .type-tribe_events a.more-link,
.tribe-theme-twentyfifteen .type-tribe_events a.more-link {
  display: none;
  /* Hides the occasionally-appearing duplicate More link from 2015 theme. */
}

.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu,
.tribe-theme-twentyfifteen .datepicker.dropdown-menu {
  max-width: 340px;
}
.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table,
.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table.table-condensed,
.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,
.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed {
  border-left-width: 0;
  border-top-width: 0;
}

.tribe-theme-parent-twentyfifteen .tribe-events-calendar td a,
.tribe-theme-parent-twentyfifteen .tribe-events-nav-next a,
.tribe-theme-parent-twentyfifteen .tribe-events-nav-previous a,
.tribe-theme-parent-twentyfifteen ul.tribe-bar-views-list li a,
.tribe-theme-twentyfifteen .tribe-events-calendar td a,
.tribe-theme-twentyfifteen .tribe-events-nav-next a,
.tribe-theme-twentyfifteen .tribe-events-nav-previous a,
.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a {
  border-bottom: none;
}

.tribe-theme-parent-twentyfifteen.events-archive .entry-footer,
.tribe-theme-parent-twentyfifteen.single-tribe_events .entry-footer,
.tribe-theme-twentyfifteen.events-archive .entry-footer,
.tribe-theme-twentyfifteen.single-tribe_events .entry-footer {
  display: none;
}

/* Twenty Sixteen (including Twenty Sixteen child themes)
========================================================================== */
.tribe-theme-parent-twentysixteen table.tribe-events-calendar,
.tribe-theme-twentysixteen table.tribe-events-calendar {
  table-layout: auto;
}

.tribe-theme-parent-twentysixteen .tribe-events-single-section-title:first-child,
.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child {
  margin-top: 20px;
}

.tribe-theme-parent-twentysixteen .tribe-events-content.entry-summary,
.tribe-theme-twentysixteen .tribe-events-content.entry-summary {
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 5px;
}

.tribe-theme-parent-twentysixteen.events-archive .entry-content,
.tribe-theme-parent-twentysixteen.events-archive .entry-header,
.tribe-theme-twentysixteen.events-archive .entry-content,
.tribe-theme-twentysixteen.events-archive .entry-header {
  width: auto;
}

.tribe-theme-parent-twentysixteen .datepicker table,
.tribe-theme-twentysixteen .datepicker table {
  border: 0;
  width: auto;
}

.tribe-theme-parent-twentysixteen .entry-content a,
.tribe-theme-twentysixteen .entry-content a {
  box-shadow: none;
}

.tribe-theme-parent-twentysixteen .tribe-events-list-event-title,
.tribe-theme-twentysixteen .tribe-events-list-event-title {
  clear: none;
}

/* = Events Retina
=============================================*/
@media (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .tribe-events-tooltip .tribe-events-arrow {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/tribe-tooltips@2x.png);
  }
  #tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-search@2x.png);
  }
  #tribe-events-bar .tribe-bar-button-settings span {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-gear@2x.png);
  }
  #tribe-events-bar [class^="tribe-bar-button-"]:after {
    background-image: url(//harley-davidson-fwi.com/common/vendor/tribe-select2/select2x2.png);
  }
  /* Default icon */
  .tribe-bar-views span[class^="tribe-icon-"] {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month@2x.png);
  }
  .tribe-bar-views span.tribe-icon-list {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-list@2x.png);
  }
  .tribe-bar-views span.tribe-icon-month {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-month@2x.png);
  }
  .tribe-bar-views span.tribe-icon-week {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-week@2x.png);
  }
  .tribe-bar-views span.tribe-icon-day {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-day@2x.png);
  }
  .tribe-bar-views span.tribe-icon-photo {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-photo@2x.png);
  }
  .tribe-bar-views span.tribe-icon-map {
    background-image: url(//harley-davidson-fwi.com/wp-content/themes/lexrider/assets/images/events-bar/icon-map@2x.png);
  }
}

.events-list .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.tribe-events-day .tribe-events-loop {
  max-width: unset;
}

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  border: none;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a {
    background-color: initial;
    color: initial;
  }
  .tribe-events-calendar .mobile-active.tribe-events-past div[id*="tribe-events-daynum-"],
  .tribe-events-calendar .mobile-active.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    color: initial;
  }
}

/* ===== End Event ===== */
/* ===== Start Video ===== */
.video-post-thumbnail {
  position: relative;
  padding-top: 73%;
  overflow: hidden;
  background-color: #131313;
}
.video-post-thumbnail:before {
  background: #000;
  opacity: 0.302;
}
.video-post-thumbnail:after,
.video-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.video-post-thumbnail:after {
  opacity: 0;
}
.video-post-thumbnail img {
  object-fit: cover;
  display: block;
}
.video-post-thumbnail a,
.video-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-post-thumbnail a {
  z-index: 2;
  color: #fff !important;
  font-size: 45px;
  font-size: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-post-thumbnail:hover:before {
  opacity: 0;
}
.video-post-thumbnail:hover:after {
  opacity: 0.8;
}

.video-entries {
  margin-bottom: 30px;
}
.video-entries .video {
  width: 100%;
}

/* ===== End Video ===== */
/* ===== Start Album ===== */
.album-post-thumbnail {
  position: relative;
  padding-top: 73%;
  overflow: hidden;
  background-color: #131313;
  cursor: crosshair;
}
.album-post-thumbnail:before {
  background: #000;
  opacity: 0.302;
}
.album-post-thumbnail:after,
.album-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.album-post-thumbnail:after {
  opacity: 0;
}
.album-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-post-thumbnail .album-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  z-index: 2;
}
.album-post-thumbnail .entry-meta-photo {
  padding: 0;
  margin-bottom: 0;
  margin-top: 3px;
  transition: all 0.5s ease-in-out;
}
.album-post-thumbnail .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
}
.album-post-thumbnail .entry-title a {
  color: #fff;
}
.album-post-thumbnail:hover:before {
  opacity: 0;
}
.album-post-thumbnail:hover:after {
  opacity: 0.8;
}
.album-post-thumbnail:hover .entry-meta-photo {
  color: #fff !important;
}

.album-entries {
  margin-bottom: 30px;
}
.album-entries .album {
  width: 100%;
}

@media (max-width: 767px) {
  .lg-outer {
    height: calc(100% - 66px);
  }
}

.admin-bar .lg-outer {
  top: 32px;
  height: calc(100% - 32px);
}
@media (max-width: 782px) {
  .admin-bar .lg-outer {
    top: 46px;
    height: calc(100% - 46px);
  }
}
@media (max-width: 767px) {
  .admin-bar .lg-outer {
    height: calc(100% - 101px);
  }
}

/* ===== End Album ===== */