@charset "UTF-8";
/*
Theme Name: Poeme
Theme URI: http://demo1.wpopal.com/poeme
Author: Opal Team
Author URI: https://www.wpopal.com/
Description: Poeme is a newest and most well-built Multipurpose Theme suitable for Fashion, Food, Home Rugs, Pottery, Vegetarian Seeds & Nuts, Decoration. As an Elegant & Functional WooCommerce WordPress Theme, Poeme possesses many amazing features that meet your expectations for helping you to build up and develop your own website professionally in a short time.
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: poeme

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
   16.2 Instagram
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
--------------------------------------------------------------*/
/* ===== Start Font Awesome ===== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-right: 0;
  margin-right: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  right: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  right: -1.85714em;
}

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

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

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

.fa.fa-pull-left {
  margin-left: 0.3em;
}

.fa.fa-pull-right {
  margin-right: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right,
.elementor-widget-opal-metadata ul.vertical li .value {
  float: left;
}

.pull-left,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.elementor-widget-opal-metadata ul.vertical li .label {
  float: right;
}

.fa.pull-left,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li.fa,
.elementor-widget-opal-metadata ul.vertical li .fa.label {
  margin-left: 0.3em;
}

.fa.pull-right,
.elementor-widget-opal-metadata ul.vertical li .fa.value {
  margin-right: 0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

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

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

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

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

.fa-question-circle:before {
  content: "";
}

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

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

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

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

.fa-plus-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

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

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

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

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

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

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

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

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

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

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

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

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

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

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

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

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "opal-icon";
  src: url("assets/fonts/opal-icon.eot");
  src: url("assets/fonts/opal-icon.eot?#iefix") format("eot"), url("assets/fonts/opal-icon.woff2") format("woff2"), url("assets/fonts/opal-icon.woff") format("woff"),
    url("assets/fonts/opal-icon.ttf") format("truetype"), url("assets/fonts/opal-icon.svg#opal-icon") format("svg");
}

[class*="opal-icon-"]:before {
  font-family: "opal-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.opal-icon,
.select-selected:before,
.handheld-footer-bar .cart .footer-cart-contents:before,
.handheld-footer-bar .my-account .my-accrount-footer:before {
  font-family: "opal-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

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

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

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

.opal-icon-cart:before,
.handheld-footer-bar .cart .footer-cart-contents:before {
  content: "";
}

.opal-icon-checked:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.opal-icon-sort:before,
.select-selected:before {
  content: "";
}

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

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

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

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

.opal-icon-wishlist-fill:before {
  content: "";
}

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

.opal-icon-zoom-in:before {
  content: "";
}

/* ===== End Font Awesome ===== */
/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: "Lato", sans-serif;
  line-height: 1.714;
  -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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  color: #222;
  background-color: #e1e1e1;
}

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:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

template,
[hidden] {
  display: none;
}

.block-fullwidth {
  position: relative;
  width: 100vw;
  right: 50%;
  margin-right: -50vw;
}

/* ===== Start Boostrap ===== */
/* ===== Start Gutter: Column ===== */
.container,
#content,
.opal-canvas-filter.top,
.otf-product-recently-content .widget_recently_viewed_products,
.container-fluid,
.single-product.osf_woocommerce_single_product_style_full #content,
.single-product.woocommerce-single-style-1 .page-title-bar .container,
.single-product.woocommerce-single-style-1 .page-title-bar .opal-canvas-filter.top,
.single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar .widget_recently_viewed_products {
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== End Gutter: Column ===== */
/* ===== Start Grid: Container ===== */
.container,
#content,
.opal-canvas-filter.top,
.otf-product-recently-content .widget_recently_viewed_products {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container,
  #content,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  #content,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container,
  #content,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container,
  #content,
  .opal-canvas-filter.top,
  .otf-product-recently-content .widget_recently_viewed_products {
    max-width: 1140px;
  }
}

/* ===== End Grid: Container ===== */
.container-fluid,
.single-product.osf_woocommerce_single_product_style_full #content,
.single-product.woocommerce-single-style-1 .page-title-bar .container,
.single-product.woocommerce-single-style-1 .page-title-bar #content,
.single-product.woocommerce-single-style-1 .page-title-bar .opal-canvas-filter.top,
.single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar .widget_recently_viewed_products {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

/* ===== Start Grid: Column ===== */
.col-1,
.col-2,
[data-elementor-columns-mobile="6"] .column-item,
.col-3,
[data-elementor-columns-mobile="4"] .column-item,
.col-4,
.opal-comment-form-2 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-2 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-2 .comment-form .comment-form-url,
.opal-comment-form-3 .comment-form .comment-form-url,
[data-elementor-columns-mobile="3"] .column-item,
.col-5,
.col-6,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .comment-form-author,
.opal-comment-form-6 .comment-form .comment-form-email,
[data-elementor-columns-mobile="2"] .column-item,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-3 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
.single-product.opal-comment-form-3 .comment-form-email,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
body.single-post.opal-single-post-style article .entry-meta,
body.single-post.opal-single-post-style article .entry-header,
body.single-post.opal-single-post-style article .entry-content,
body.single-post.opal-single-post-style article .entry-footer,
body.single-post.opal-single-post-style article .comments-area,
.related-posts .column-item,
.site-footer .widget-area .widget-column,
.opal-comment-form-2 .comment-form .logged-in-as,
.opal-comment-form-3 .comment-form .logged-in-as,
.opal-comment-form-2 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-2 .comment-form .comment-form-comment,
.opal-comment-form-3 .comment-form .comment-form-comment,
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit,
.opal-comment-form-4 .comment-form .logged-in-as,
.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-comment,
.opal-comment-form-4 .comment-form .form-submit,
.opal-comment-form-6 .comment-form .logged-in-as,
.opal-comment-form-6 .comment-form .comment-notes,
.opal-comment-form-6 .comment-form .comment-form-comment,
.opal-comment-form-6 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .form-submit,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-MyAccount-content form[class^="woocommerce-"] > *:not(fieldset),
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-wide,
#customer_details [class*="col"],
.columns-1 ul.products li.product,
.columns-1 ul.products > li,
#reviews .comment-form-rating,
.col,
body #secondary,
.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,
.columns-5 ul.products li.product,
.columns-5 ul.products > li,
.woocommerce-product-list.boxed,
.woocommerce-product-list.skin-border-box li .inner,
.woocommerce-product-list.skin-line-right li .inner,
.col-auto,
.col-sm-1,
[data-opal-columns="12"] .column-item,
.col-sm-2,
[data-opal-columns="6"] .column-item,
.columns-6 ul.products li.product,
.columns-6 ul.products > li,
.col-sm-3,
[data-opal-columns="4"] .column-item,
.col-sm-4,
[data-opal-columns="3"] .column-item,
.widget .gallery-columns-6 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.col-sm-5,
.col-sm-6,
[data-opal-columns="2"] .column-item,
.widget .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.list-feature-box > li,
.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,
ul.products li.product,
.columns-2 ul.products li.product,
.columns-2 ul.products > li,
.columns-3 ul.products li.product,
.columns-3 ul.products > li,
.columns-4 ul.products li.product,
.columns-4 ul.products > li,
.opal-content-layout-2cl .columns-3 ul.products li.product,
.opal-content-layout-2cl .columns-3 ul.products > li,
.opal-content-layout-2cr .columns-3 ul.products li.product,
.opal-content-layout-2cr .columns-3 ul.products > li,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
[data-opal-columns="1"] .column-item,
body.archive [data-columns="1"] .type-osf_service,
body.archive [data-columns="1"] .column-item,
body.archive [data-columns="1"] .type-portfolio,
form.track_order p:first-of-type,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-notice,
.woocommerce-cart .woocommerce-message--success,
.woocommerce-cart .woocommerce-message--info,
.woocommerce-cart .woocommerce-message-close,
.cart-collaterals .cross-sells,
.woocommerce-columns--addresses .woocommerce-column,
.woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
.woocommerce-account .entry-content > .woocommerce > h2,
.woocommerce-account .entry-content > .woocommerce > form,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-address-fields__field-wrapper .form-row,
.woocommerce-product-carousel ul.products li.product,
.osf-sorting .woocommerce-message,
.osf-sorting .woocommerce-notice,
.opal-content-layout-2cl .osf-sorting .osf-sorting-group,
.opal-content-layout-2cr .osf-sorting .osf-sorting-group,
.single-product div.product .images,
.single-product div.product .entry-summary,
.single-product.woocommerce-single-style-1 div.product .entry-summary,
.single-product.woocommerce-single-style-1 div.product .images,
.single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
[data-elementor-columns-tablet="6"] .column-item,
.col-md-3,
[data-elementor-columns-tablet="4"] .column-item,
.col-md-4,
.opal-default-content-layout-2cr #secondary,
[data-elementor-columns-tablet="3"] .column-item,
.col-md-5,
.osf-sorting .osf-sorting-group,
.col-md-6,
[data-elementor-columns-tablet="2"] .column-item,
.col-md-7,
.osf-sorting .osf-sorting-group + .osf-sorting-group,
.col-md-8,
.opal-default-content-layout-2cr #primary,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
body.single-post.opal-single-post-style #comments,
[data-elementor-columns-tablet="1"] .column-item,
form.track_order p.form-row-first,
form.track_order p.form-row-last,
form.track_order p:last-of-type,
.cart-collaterals,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
[data-elementor-columns="6"] .column-item,
.col-lg-3,
[data-elementor-columns="4"] .column-item,
.col-lg-4,
.opal-default-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cl .related-posts .column-item,
[data-elementor-columns="3"] .column-item,
.col-lg-5,
.col-lg-6,
[data-elementor-columns="2"] .column-item,
.col-lg-7,
.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,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
[data-elementor-columns="1"] .column-item,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
body.archive [data-columns="4"] .type-osf_service,
body.archive [data-columns="4"] .column-item,
body.archive [data-columns="4"] .type-portfolio,
.col-xl-4,
body.archive [data-columns="3"] .type-osf_service,
body.archive [data-columns="3"] .column-item,
body.archive [data-columns="3"] .type-portfolio,
.col-xl-5,
.col-xl-6,
body.archive [data-columns="2"] .type-osf_service,
body.archive [data-columns="2"] .column-item,
body.archive [data-columns="2"] .type-portfolio,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== End Grid: Column ===== */
.col,
body #secondary,
.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,
.columns-5 ul.products li.product,
.columns-5 ul.products > li,
.woocommerce-product-list.boxed,
.woocommerce-product-list.skin-border-box li .inner,
.woocommerce-product-list.skin-line-right li .inner {
  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,
.opal-comment-form-2 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-2 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-2 .comment-form .comment-form-url,
.opal-comment-form-3 .comment-form .comment-form-url,
[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,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .comment-form-author,
.opal-comment-form-6 .comment-form .comment-form-email,
[data-elementor-columns-mobile="2"] .column-item,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-3 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
.single-product.opal-comment-form-3 .comment-form-email {
  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 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.col-12,
body.single-post.opal-single-post-style article .entry-meta,
body.single-post.opal-single-post-style article .entry-header,
body.single-post.opal-single-post-style article .entry-content,
body.single-post.opal-single-post-style article .entry-footer,
body.single-post.opal-single-post-style article .comments-area,
.related-posts .column-item,
.site-footer .widget-area .widget-column,
.opal-comment-form-2 .comment-form .logged-in-as,
.opal-comment-form-3 .comment-form .logged-in-as,
.opal-comment-form-2 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-2 .comment-form .comment-form-comment,
.opal-comment-form-3 .comment-form .comment-form-comment,
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit,
.opal-comment-form-4 .comment-form .logged-in-as,
.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-comment,
.opal-comment-form-4 .comment-form .form-submit,
.opal-comment-form-6 .comment-form .logged-in-as,
.opal-comment-form-6 .comment-form .comment-notes,
.opal-comment-form-6 .comment-form .comment-form-comment,
.opal-comment-form-6 .comment-form .comment-form-url,
.opal-comment-form-6 .comment-form .form-submit,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-MyAccount-content form[class^="woocommerce-"] > *:not(fieldset),
.woocommerce-MyAccount-content form[class^="woocommerce-"] .form-row-wide,
#customer_details [class*="col"],
.columns-1 ul.products li.product,
.columns-1 ul.products > li,
#reviews .comment-form-rating {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1,
.column-item.case_study-style-3:nth-child(even) .entry-header {
  order: 1;
}

.order-2,
.column-item.case_study-style-3:nth-child(even) .post-thumbnail {
  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-right: 8.33333%;
}

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-right: 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,
  [data-opal-columns="6"] .column-item,
  [data-elementor-columns-mobile="6"] .column-item,
  .columns-6 ul.products li.product,
  .columns-6 ul.products > li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3,
  [data-opal-columns="4"] .column-item,
  [data-elementor-columns-mobile="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4,
  [data-opal-columns="3"] .column-item,
  .widget .gallery-columns-6 .gallery-item,
  .elementor-element .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  [data-elementor-columns-mobile="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,
  [data-opal-columns="2"] .column-item,
  .related-posts .column-item,
  .widget .gallery-columns-2 .gallery-item,
  .elementor-element .gallery-columns-2 .gallery-item,
  .single .gallery-columns-2 .gallery-item,
  .widget .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .single .gallery-columns-3 .gallery-item,
  .widget .gallery-columns-4 .gallery-item,
  .elementor-element .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  .list-feature-box > li,
  [data-elementor-columns-mobile="2"] .column-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,
  ul.products li.product,
  .columns-2 ul.products li.product,
  .columns-2 ul.products > li,
  .columns-3 ul.products li.product,
  .columns-3 ul.products > li,
  .columns-4 ul.products li.product,
  .columns-4 ul.products > li,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .opal-content-layout-2cr .columns-3 ul.products > li {
    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%;
  }
  .col-sm-12,
  [data-opal-columns="1"] .column-item,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns-mobile="1"] .column-item,
  body.archive [data-columns="1"] .type-osf_service,
  body.archive [data-columns="1"] .column-item,
  body.archive [data-columns="1"] .type-portfolio,
  form.track_order p:first-of-type,
  .woocommerce-cart .woocommerce-error,
  .woocommerce-cart .woocommerce-info,
  .woocommerce-cart .woocommerce-message,
  .woocommerce-cart .woocommerce-notice,
  .woocommerce-cart .woocommerce-message--success,
  .woocommerce-cart .woocommerce-message--info,
  .woocommerce-cart .woocommerce-message-close,
  .cart-collaterals .cross-sells,
  .woocommerce-columns--addresses .woocommerce-column,
  .woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
  .woocommerce-account .entry-content > .woocommerce > h2,
  .woocommerce-account .entry-content > .woocommerce > form,
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-address-fields__field-wrapper .form-row,
  .woocommerce-product-carousel ul.products li.product,
  .osf-sorting .woocommerce-message,
  .osf-sorting .woocommerce-notice,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group,
  .single-product div.product .images,
  .single-product div.product .entry-summary,
  .single-product.woocommerce-single-style-1 div.product .entry-summary,
  .single-product.woocommerce-single-style-1 div.product .images,
  .single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    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-right: 0;
  }
  .offset-sm-1 {
    margin-right: 8.33333%;
  }
  .offset-sm-2 {
    margin-right: 16.66667%;
  }
  .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-right: 33.33333%;
  }
  .offset-sm-5 {
    margin-right: 41.66667%;
  }
  .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-right: 58.33333%;
  }
  .offset-sm-8 {
    margin-right: 66.66667%;
  }
  .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-right: 83.33333%;
  }
  .offset-sm-11 {
    margin-right: 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,
  .widget .gallery-columns-6 .gallery-item,
  .elementor-element .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item,
  [data-elementor-columns-tablet="6"] .column-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3,
  .widget .gallery-columns-4 .gallery-item,
  .elementor-element .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item,
  [data-elementor-columns-tablet="4"] .column-item,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4,
  .related-posts .column-item,
  .opal-default-content-layout-2cr #secondary,
  .widget .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .single .gallery-columns-3 .gallery-item,
  [data-elementor-columns-tablet="3"] .column-item,
  .columns-3 ul.products li.product,
  .columns-3 ul.products > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5,
  .osf-sorting .osf-sorting-group,
  .single-product div.product .entry-summary {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns-tablet="2"] .column-item,
  .woocommerce-columns--addresses .woocommerce-column,
  .woocommerce-account .entry-content > .woocommerce .u-columns [class^="u-column"],
  .woocommerce-address-fields__field-wrapper .form-row,
  .columns-4 ul.products li.product,
  .columns-4 ul.products > li,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .opal-content-layout-2cr .columns-3 ul.products > li,
  .single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7,
  .cart-collaterals .cross-sells,
  .osf-sorting .osf-sorting-group + .osf-sorting-group,
  .single-product div.product .images {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8,
  .opal-default-content-layout-2cr #primary {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9,
  .woocommerce-account .woocommerce-MyAccount-content {
    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%;
  }
  .col-md-12,
  body.single-post.opal-single-post-style #comments,
  [data-elementor-columns-tablet="1"] .column-item,
  form.track_order p.form-row-first,
  form.track_order p.form-row-last,
  form.track_order p:last-of-type,
  .cart-collaterals,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group,
  .single-product div.product .entry-summary,
  .single-product div.product .images,
  .single-product.woocommerce-single-style-1 div.product .entry-summary,
  .single-product.woocommerce-single-style-1 div.product .images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first,
  body.opal-content-layout-2cl #secondary,
  body.opal-content-layout-2cl #case_study-sidebar {
    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-right: 0;
  }
  .offset-md-1 {
    margin-right: 8.33333%;
  }
  .offset-md-2 {
    margin-right: 16.66667%;
  }
  .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-right: 33.33333%;
  }
  .offset-md-5 {
    margin-right: 41.66667%;
  }
  .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-right: 58.33333%;
  }
  .offset-md-8 {
    margin-right: 66.66667%;
  }
  .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-right: 83.33333%;
  }
  .offset-md-11 {
    margin-right: 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,
  form.track_order p:last-of-type {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3,
  .related-posts .column-item,
  [data-elementor-columns="4"] .column-item,
  .columns-4 ul.products li.product,
  .columns-4 ul.products > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4,
  .opal-default-content-layout-2cr .related-posts .column-item,
  .opal-content-layout-2cr .related-posts .column-item,
  .opal-content-layout-2cl .related-posts .column-item,
  .site-footer .widget-area .widget-column,
  [data-elementor-columns="3"] .column-item,
  .cart-collaterals,
  .opal-content-layout-2cl .columns-3 ul.products li.product,
  .opal-content-layout-2cl .columns-3 ul.products > li,
  .opal-content-layout-2cr .columns-3 ul.products li.product,
  .opal-content-layout-2cr .columns-3 ul.products > li,
  .opal-content-layout-2cl .osf-sorting .osf-sorting-group,
  .opal-content-layout-2cr .osf-sorting .osf-sorting-group {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5,
  form.track_order p.form-row-first,
  form.track_order p.form-row-last {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6,
  [data-elementor-columns="2"] .column-item,
  .single-product div.product .entry-summary,
  .single-product div.product .images,
  .single-product.woocommerce-single-style-1 div.product .entry-summary,
  .single-product.woocommerce-single-style-1 div.product .images {
    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 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9,
  body.single-post.opal-single-post-style article .entry-meta,
  body.single-post.opal-single-post-style article .entry-header,
  body.single-post.opal-single-post-style article .entry-content,
  body.single-post.opal-single-post-style article .entry-footer,
  body.single-post.opal-single-post-style article .comments-area,
  body.single-post.opal-single-post-style #comments {
    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-right: 0;
  }
  .offset-lg-1 {
    margin-right: 8.33333%;
  }
  .offset-lg-2 {
    margin-right: 16.66667%;
  }
  .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-right: 33.33333%;
  }
  .offset-lg-5 {
    margin-right: 41.66667%;
  }
  .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-right: 58.33333%;
  }
  .offset-lg-8 {
    margin-right: 66.66667%;
  }
  .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-right: 83.33333%;
  }
  .offset-lg-11 {
    margin-right: 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,
  body.archive [data-columns="4"] .type-osf_service,
  body.archive [data-columns="4"] .column-item,
  body.archive [data-columns="4"] .type-portfolio {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4,
  body.archive [data-columns="3"] .type-osf_service,
  body.archive [data-columns="3"] .column-item,
  body.archive [data-columns="3"] .type-portfolio {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6,
  body.archive [data-columns="2"] .type-osf_service,
  body.archive [data-columns="2"] .column-item,
  body.archive [data-columns="2"] .type-portfolio {
    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-right: 0;
  }
  .offset-xl-1 {
    margin-right: 8.33333%;
  }
  .offset-xl-2 {
    margin-right: 16.66667%;
  }
  .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-right: 33.33333%;
  }
  .offset-xl-5 {
    margin-right: 41.66667%;
  }
  .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-right: 58.33333%;
  }
  .offset-xl-8 {
    margin-right: 66.66667%;
  }
  .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-right: 83.33333%;
  }
  .offset-xl-11 {
    margin-right: 91.66667%;
  }
}

.d-none,
.main-navigation li li a:before,
.site-header-account.style-icon .account-label,
.site-header-account.style-label .icon,
.column-item.post-home-create .post-inner .post-thumbnail,
#reviews .commentlist li .avatar,
.single-product .woocommerce-tabs .panel h2:first-of-type,
.single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type {
  display: none;
}

.d-inline,
.single .byline,
.group-blog .byline,
.opal-custom-menu-inline .widget ul li {
  display: inline;
}

.d-inline-block,
audio,
video,
progress,
canvas,
.main-navigation .text-label,
.mainmenu-container .text-label,
.otf-vertical-menu .navbar-nav li a span,
.opal-menu-canvas .otf_widget_account i,
.page-numbers:not(ul),
.page-numbers.current:not(ul),
.prev.page-numbers,
.next.page-numbers,
.opal-pagination-1 .ore-pagination ul.page-numbers,
.opal-pagination-1 .ore-pagination ul.page-numbers li,
.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers li,
.custom-logo-link,
body:not(.title-tagline-hidden) .site-branding-text,
.navigation-button,
.ezboozt-panel .recent-posts .entry-header .edit-link,
.more-link,
.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link,
.comment-form-cookies-consent label,
.page-links .page-number,
.page-links a,
.post-navigation .nav-links .nav-title-icon-wrapper,
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-previous .nav-subtitle:before,
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-next .nav-subtitle:after,
.site-header-account.style-both .icon,
.site-header-account.style-both .account-label,
.opal-comment-3 .comment-reply-link,
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a,
.list-account li,
.opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.modal-user .opal-loader-inner label,
[class*="before-title"]:before,
[class*="after-title"]:after,
.column-item .study-case-inner .entry-category a,
.single-case_study .information li .meta-label,
.elementor-video-popup,
.osf-sorting .woocommerce-ordering,
.osf-sorting .display-mode,
.woocommerce-tabs ul.tabs li,
.widget .woof_list_checkbox input[type="checkbox"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:before {
  display: inline-block;
}

.d-block,
.post-thumbnail a,
.post-thumbnail img,
.effect-thumbnail .post-thumbnail a,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a,
.effect-thumbnail .post-thumbnail a:before,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a:before,
.effect-thumbnail .post-thumbnail img,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail img,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail img,
.mainmenu-container .sub-menu-inner ul.menu li,
.site-header .opal-custom-menu-inline .widget_nav_menu a,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a,
.opal-post-navigation-2 .post-navigation .nav-links .nav-title,
.site-header-account.style-both .account-label span,
.column-item .post-inner .post-thumbnail a,
.column-item .post-inner .post-thumbnail img,
.column-item .services-inner .post-thumbnail a,
.column-item .services-inner .post-thumbnail img,
.single-case_study .post-thumbnail img,
table.shop_table_responsive tr td.download-actions .button,
.wc-proceed-to-checkout .button,
.woocommerce-form__label-for-checkbox,
.form-row label,
.demo_store a,
.site-search,
.filter-close,
#payment .payment_methods > .wc_payment_method > label,
#payment .terms label,
#respond #cancel-comment-reply-link:before,
a.remove,
.woocommerce-breadcrumb .breadcrumb-separator:after,
ul.order_details:before,
ul.order_details:after,
ul.order_details li strong,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.shop-action .yith-wcwl-add-button .add_to_wishlist,
.shop-action .compare,
.shop-action .yith-wcqv-button,
.icon-cart,
ul.products li.product .woocommerce-LoopProduct-link,
ul.products li.product img,
#reviews .commentlist li p.meta time,
#reviews .comment-form-rating label,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a,
.single-product div.product .entry-summary .yith-wcwl-add-button .add_to_wishlist,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.single-product div.product .images .woocommerce-main-image,
.single-product div.product .images .thumbnails a.zoom,
.single-product div.product .single_variation .price,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as,
.woocommerce-tabs ul.tabs,
.woocommerce-tabs ul.tabs li a,
.widget_shopping_cart .buttons .button,
.product-style-1 li.product:not(.osf-product-list) .price {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex,
.sub-menu-inner > div:not(.vc_clearfix),
.widget_recent_entries li.item-recent-post,
.column-item.case_study-style-3 .study-case-inner,
.column-item.case_study-style-3 .study-case-inner .entry-header,
.elementor-widget-opal-metadata ul.horizontal,
.column-item.post-style-2 .post-inner,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper,
table.cart:not(.wishlist_table) .quantity,
.woocommerce-account .entry-content > .woocommerce .u-columns,
.product-style-1 .shop-action,
li.product.osf-product-list .shop-action,
.osf-sorting,
.osf-sorting .osf-sorting-group,
#reviews .commentlist li .comment-text,
.single-product div.product form.cart .quantity,
.single-product div.product .variations_button,
.single-product div.product .woocommerce-product-rating,
.woocommerce-single-style-2 div.product .images,
.woocommerce-single-style-3 div.product .images {
  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,
.woocommerce-single-style-3 div.product .images {
  flex-direction: row;
}

.flex-column,
article.type-post .entry-header,
.opal-comment-form-4 .comment-form,
.modal-content,
.modal-user .btn-modal-close,
.column-item.case_study-style-3 .study-case-inner .entry-header,
#reviews .commentlist li .comment-text {
  flex-direction: column;
}

.flex-row-reverse,
.woocommerce-single-style-2 div.product .images {
  flex-direction: row-reverse;
}

.flex-column-reverse,
.opal-comment-form-5 .comment-form .form-submit {
  flex-direction: column-reverse;
}

.flex-wrap,
.sub-menu-inner > div:not(.vc_clearfix),
.opal-comment-form-2 .comment-form,
.opal-comment-form-3 .comment-form,
.opal-comment-form-6 .comment-form,
.osf-sorting {
  flex-wrap: wrap;
}

.flex-nowrap,
.single-product div.product form.cart .quantity {
  flex-wrap: nowrap;
}

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

.justify-content-start,
.elementor-widget-tabs.opal-tab-title-align-left .elementor-tabs-wrapper {
  justify-content: flex-start;
}

.justify-content-end,
.modal-footer,
.elementor-widget-tabs.opal-tab-title-align-right .elementor-tabs-wrapper {
  justify-content: flex-end;
}

.justify-content-center,
.navigation-logo,
.modal-user .btn-modal-close,
.column-item.case_study-style-3 .study-case-inner .entry-header,
.elementor-widget-tabs.opal-tab-title-align-center .elementor-tabs-wrapper,
table.cart:not(.wishlist_table) .quantity {
  justify-content: center;
}

.justify-content-between,
.opal-post-navigation-4 .post-navigation .nav-links,
.modal-header,
.column-item.post-style-2 .post-inner,
.woocommerce-single-style-1 div.product,
.woocommerce-single-style-2 .product,
.woocommerce-single-style-3 .product,
.woocommerce-single-style-4 div.product {
  justify-content: space-between;
}

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

.align-items-start,
.woocommerce-single-style-2 div.product .images,
.woocommerce-single-style-3 div.product .images {
  align-items: flex-start;
}

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

.align-items-center,
.navigation-logo,
.modal-header,
.modal-footer,
.modal-user .btn-modal-close,
.list-feature-box > li,
.elementor-widget-toggle .elementor-tab-title,
table.cart:not(.wishlist_table) .quantity,
.osf-sorting,
.osf-sorting .osf-sorting-group,
.single-product div.product form.cart .quantity {
  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,
blockquote,
.mainmenu-container ul,
.sub-menu-inner .vc_column_container .vc_column_container,
.my-account-links-menu .sub-menu,
.opal-menu-canvas .sub-menu-inner .vc_column_container,
.opal-pagination-1 .ore-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.site-title,
.opal-post-navigation-2 .post-navigation .nav-links .nav-title-icon-wrapper,
.opal-post-navigation-4 .post-navigation .nav-links > div a > span,
.site-info .sep,
.site-header-mobile .icon-mobile i,
.site-header-mobile .search-dropdown i,
.site-header-mobile .menu-toggle i,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children,
.widget ul,
.site-search form,
.checkout_coupon .form-row-first,
.woocommerce-account .entry-content > .woocommerce .u-columns,
.product-style-1 .shop-action > *,
ul.products li.product .price ins,
.osf-sorting .woocommerce-result-count,
#reviews .commentlist li ul.children,
.single-product div.product .images figure,
.single-product div.product .woocommerce-product-gallery img,
.single-product div.product table.variations,
.woocommerce-tabs ul.tabs li {
  margin: 0;
}

.mt-0,
article.type-post .entry-gallery figure,
.widget .woof_list_checkbox li div,
.my-0,
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
}

.mr-0,
.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,
.mx-0,
.instagram-widget .instagram-pics,
.woocommerce .woocommerce-carousel ul.products,
.woocommerce-product-carousel ul.products {
  margin-left: 0;
}

.mb-0,
.sub-menu-inner .vc_custom_heading h2,
.sub-menu-inner .widget-title,
.sub-menu-inner .widgettitle,
.sub-menu-inner .widget,
.sub-menu-inner .wpb_content_element,
.social-navigation ul,
[class*="topbar-text-"] p,
.site-header .widget,
.site-header .wpb_button,
.site-header .wpb_content_element,
.site-header ul.wpb_thumbnails-fluid > li,
.site-description,
.column-item .entry-header .entry-title,
.blog .site-main > article .gallery-item,
.archive .site-main > article .gallery-item,
.search .site-main > article .gallery-item,
body.single-post article.type-post,
.pbr-social-share h6,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle,
.opal-comment-form-5 .comment-form > p,
.widget-grofile h4,
.gallery-caption,
.modal-title,
.column-item .study-case-inner .entry-header,
.column-item .study-case-inner p,
.column-item.case_study-style-3 .study-case-inner,
.style-3 .mc4wp-form-fields p,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header .elementor-image-box-description,
.column-item .post-inner .entry-header,
.column-item .post-inner p,
.column-item .services-inner p,
article.type-osf_service p,
.single-case_study .information ul,
.single-case_study .information li,
.checkout_coupon .form-row-last,
#payment .payment_methods > .wc_payment_method > label,
.single-product div.product .woocommerce-tabs .panel .shop_attributes p,
.single-product #reviews .commentlist li,
.my-0,
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-bottom: 0;
}

.ml-0,
.social-navigation ul,
.search .page .entry-meta a.post-edit-link,
.comment-list .depth-1 > article,
#reviews .commentlist .depth-1 > article,
.opal-comment-7 .comment-meta,
.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs,
.mx-0,
.instagram-widget .instagram-pics,
.woocommerce .woocommerce-carousel ul.products,
.woocommerce-product-carousel ul.products {
  margin-right: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.wpcf7 .wpcf7-form label > span,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"],
.mx-1,
.pbr-social-share a {
  margin-left: 0.25rem;
}

.mb-1,
.single-product .comment_container,
.single-product .comment-body,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.main-navigation .text-label,
.mainmenu-container .text-label,
.more-link:after,
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"],
.mx-1,
.pbr-social-share a {
  margin-right: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.entry-footer .edit-link,
.page .edit-link,
.mc4wp-form .widget-title p,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.opal-comment-form-2 .comment-respond .comment-reply-title:before,
.opal-comment-form-3 .comment-respond .comment-reply-title:before,
.widget .woof_list_checkbox input[type="checkbox"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:before,
.mx-2 {
  margin-left: 0.5rem;
}

.mb-2,
.post-navigation .nav-subtitle,
.comment-author,
.opal-comment-3 .comment-reply-link,
.single-case_study .entry-content li,
li.product.osf-product-list .star-rating,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.osf-sorting .display-mode,
.mx-2 {
  margin-right: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3,
.author-wrapper .author-name,
.opal-woocommerce-deal .countdown-times,
li.product.osf-product-list .excerpt,
.my-3 {
  margin-top: 1rem;
}

.mr-3,
.list-feature-box > li:before,
#reviews .commentlist li .comment-text .meta *,
.mx-3 {
  margin-left: 1rem;
}

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

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

.m-4 {
  margin: 1.5rem;
}

.mt-4,
article.type-post .entry-content .more-link,
.author-wrapper .author-description,
.owl-theme.woocommerce-carousel .owl-dots,
.owl-theme.owl-carousel .owl-dots,
.entry-gallery .gallery .owl-dots,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,
.owl-theme .products .owl-dots,
.entry-gallery .gallery .products .owl-dots,
.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav,
.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav,
.entry-gallery .nav-position-bottom-center.gallery .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav,
.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav,
.owl-theme .products.nav-position-bottom-center .owl-nav,
.entry-gallery .gallery .products.nav-position-bottom-center .owl-nav,
.woocommerce-checkout .woocommerce-form-login,
.checkout_coupon,
.my-4,
.opal-pagination-1 .ore-pagination {
  margin-top: 1.5rem;
}

.mr-4,
table.cart:not(.wishlist_table) .quantity,
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as,
.mx-4 {
  margin-left: 1.5rem;
}

.mb-4,
.blog article.type-post .post-thumbnail,
.blog article.type-page .post-thumbnail,
.archive article.type-post .post-thumbnail,
.archive article.type-page .post-thumbnail,
.search article.type-post .post-thumbnail,
.search article.type-page .post-thumbnail,
.comment_container,
article.comment-body,
.owl-theme.woocommerce-carousel .owl-dots,
.owl-theme.owl-carousel .owl-dots,
.entry-gallery .gallery .owl-dots,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,
.owl-theme .products .owl-dots,
.entry-gallery .gallery .products .owl-dots,
ul.products li.product,
#reviews .commentlist li .comment-text .star-rating,
.widget .woof_products_top_panel,
.my-4,
.opal-pagination-1 .ore-pagination {
  margin-bottom: 1.5rem;
}

.ml-4,
.opal-comment-5 #comments .depth-1 > article,
.mx-4 {
  margin-right: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5,
form.checkout > .row > div,
body.opal-content-layout-2cl #content form.checkout > .wrap > div,
body.opal-content-layout-2cr #content form.checkout > .wrap > div,
form.checkout > [data-opal-columns] > div,
body.archive .site-content form.checkout > .wrap > div,
.blog .site-content form.checkout > .wrap > div,
.opal-archive-style-4.blog form.checkout > .site-main > div,
.opal-archive-style-4.archive form.checkout > .site-main > div,
.opal-default-content-layout-2cr .site-content form.checkout > .wrap > div,
.site-footer form.checkout > .widget-area > div,
.opal-comment-form-2 form.checkout > .comment-form > div,
.opal-comment-form-3 form.checkout > .comment-form > div,
.opal-comment-form-4 form.checkout > .comment-form > div,
.opal-comment-form-6 form.checkout > .comment-form > div,
.widget form.checkout > .gallery > div,
.elementor-element form.checkout > .gallery > div,
.single form.checkout > .gallery > div,
form.checkout > .list-feature-box > div,
form.checkout > [data-elementor-columns] > div,
form.checkout > form.track_order > div,
.opal-canvas-filter.top form.checkout > .opal-canvas-filter-wrap > div,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget form.checkout > .woof_redraw_zone > div,
.woocommerce-cart form.checkout > .woocommerce > div,
.woocommerce-billing-fields form.checkout > .woocommerce-billing-fields__field-wrapper > div,
.woocommerce-MyAccount-content form.checkout > form[class^="woocommerce-"] > div,
form.checkout > .woocommerce-columns--addresses > div,
.woocommerce-account form.entry-content.checkout > .woocommerce > div,
.woocommerce-account .entry-content > .woocommerce form.checkout > .u-columns.woocommerce-Addresses > div,
form.checkout > .woocommerce-Addresses > div,
form.checkout > .woocommerce-address-fields__field-wrapper > div,
form.checkout > ul.products > div,
form.checkout > .osf-sorting > div,
.single-product form.checkout > div.product > div,
.single-product div.product .woocommerce-product-gallery form.checkout > .flex-control-thumbs > div,
.single-product.woocommerce-single-style-1 div.product .images form.checkout > .woocommerce-product-gallery__wrapper > div,
.my-5 {
  margin-top: 3rem;
}

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

.mb-5,
.mc4wp-form .widget-title p,
.my-5 {
  margin-bottom: 3rem;
}

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

.p-0,
legend,
[type="checkbox"],
[type="radio"],
.otf-vertical-menu .navbar-nav,
.navigation-logo .custom-logo-link,
.opal-menu-canvas .sub-menu-inner .vc_column_container,
.opal-pagination-1 .ore-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.site-title,
.lexrider-front-page .site-content,
.site-header-mobile .site-header-cart .header-button,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children,
.widget ul li ul,
.widget_rss .rss-date,
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley,
.entry-gallery .gallery-item,
.modal-user .btn-modal-close,
.single-product div.product table.variations th,
.single-product div.product table.variations td,
.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs,
.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,
.product-style-1 li.product:not(.osf-product-list) a[class*="product_type_"] {
  padding: 0;
}

.pt-0,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.opal-pagination-7 .pagination,
.opal-pagination-7 .woocommerce-pagination,
.opal-pagination-7 .comments-pagination,
.entry-title:not(:first-child),
.widget_rss ul li:first-child,
.py-0,
.sub-menu-inner .widget ul li,
.site-header-mobile .icon-mobile,
.site-header-mobile .search-dropdown,
.site-header-mobile .menu-toggle,
.osf-sorting .display-mode button {
  padding-top: 0;
}

.pr-0,
th:last-child,
td:last-child,
.single-product[class*="product-style"] .stock.out-of-stock,
.px-0,
.mainmenu-container ul ul {
  padding-left: 0;
}

.pb-0,
.sub-menu-inner .widget,
.site-header .widget,
body.single-post article.type-post .entry-content > p:last-child,
.single-case_study .entry-meta,
.py-0,
.sub-menu-inner .widget ul li,
.site-header-mobile .icon-mobile,
.site-header-mobile .search-dropdown,
.site-header-mobile .menu-toggle,
.osf-sorting .display-mode button {
  padding-bottom: 0;
}

.pl-0,
th:first-child,
td:first-child,
.opal-comment-4 #comments .depth-1 > article,
.site-footer .widget ul,
.single-product[class*="product-style"] .stock.out-of-stock,
.px-0,
.mainmenu-container ul ul {
  padding-right: 0;
}

.p-1,
.opal-comment-3 .comment-reply-link,
.opal-comment-5 .comment-reply-link {
  padding: 0.25rem;
}

.pt-1,
.py-1,
.site-header-mobile .site-branding,
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li,
.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
  padding-top: 0.25rem;
}

.pr-1,
.px-1,
.main-navigation .text-label,
.mainmenu-container .text-label {
  padding-left: 0.25rem;
}

.pb-1,
.site-header-account .login-form-head,
.site-footer .widget,
.py-1,
.site-header-mobile .site-branding,
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li,
.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1,
.main-navigation .text-label,
.mainmenu-container .text-label {
  padding-right: 0.25rem;
}

.p-2,
.site-header-cart .woocommerce-mini-cart__empty-message {
  padding: 0.5rem;
}

.pt-2,
.py-2,
.list-feature-box > li,
.site-header-cart .widget_shopping_cart .product_list_widget li,
.site-header-cart .shopping_cart_nav .product_list_widget li,
ul.products li.product.osf-product-list .price,
ul.products li.product.osf-product-list .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li a {
  padding-top: 0.5rem;
}

.pr-2,
.mainmenu-container li a span,
.opal-menu-canvas .otf_widget_account i,
.opal-comment-3 .comment-reply-link,
.opal-comment-5 .comment-reply-link,
.list-account li,
.list-account i,
.px-2,
.opal-custom-menu-inline .widget ul li,
.button.wc-backward,
.osf-sorting .woocommerce-ordering select,
.osf-sorting .display-mode button {
  padding-left: 0.5rem;
}

.pb-2,
.py-2,
.list-feature-box > li,
.site-header-cart .widget_shopping_cart .product_list_widget li,
.site-header-cart .shopping_cart_nav .product_list_widget li,
ul.products li.product.osf-product-list .price,
ul.products li.product.osf-product-list .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li a {
  padding-bottom: 0.5rem;
}

.pl-2,
.opal-comment-3 .comment-reply-link,
.opal-comment-5 .comment-reply-link,
.px-2,
.opal-custom-menu-inline .widget ul li,
.button.wc-backward,
.osf-sorting .woocommerce-ordering select,
.osf-sorting .display-mode button {
  padding-right: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],
.py-3,
.opal-post-navigation-4 .post-navigation .nav-links > div a > span,
.widget_rss ul li {
  padding-top: 1rem;
}

.pr-3,
[class*="topbar-text-"] p,
.opal-post-navigation-3 .post-navigation .nav-previous,
.px-3,
.site-header .opal-custom-menu-inline .widget_nav_menu a,
.site-header-mobile .icon-mobile,
.site-header-mobile .search-dropdown,
.site-header-mobile .menu-toggle {
  padding-left: 1rem;
}

.pb-3,
.sub-menu-inner .vc_custom_heading h2,
.sub-menu-inner .widget-title,
.sub-menu-inner .widgettitle,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],
.py-3,
.opal-post-navigation-4 .post-navigation .nav-links > div a > span,
.widget_rss ul li {
  padding-bottom: 1rem;
}

.pl-3,
[class*="topbar-text-"] p,
.opal-post-navigation-3 .post-navigation .nav-next,
.px-3,
.site-header .opal-custom-menu-inline .widget_nav_menu a,
.site-header-mobile .icon-mobile,
.site-header-mobile .search-dropdown,
.site-header-mobile .menu-toggle {
  padding-right: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.pt-4,
.opal-pagination-1 .ore-pagination,
.py-4 {
  padding-top: 1.5rem;
}

.pr-4,
.px-4,
.mainmenu-container ul ul .menu-item > a,
.opal-post-navigation-4 .post-navigation .nav-links > div a > span {
  padding-left: 1.5rem;
}

.pb-4,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a,
.py-4 {
  padding-bottom: 1.5rem;
}

.pl-4,
.opal-checkbox .info,
.opal-radio .info,
.widget ul li li,
.px-4,
.mainmenu-container ul ul .menu-item > a,
.opal-post-navigation-4 .post-navigation .nav-links > div a > span {
  padding-right: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

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

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

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

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

.m-auto,
.single-featured-image-header img {
  margin: auto !important;
}

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

.mr-auto,
.woocommerce-checkout .woocommerce-form-login,
.checkout_coupon,
.mx-auto,
article.type-post .entry-content .twitter-tweet,
.wp-caption img[class*="wp-image-"] {
  margin-left: auto;
}

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

.ml-auto,
.woocommerce-checkout .woocommerce-form-login,
.checkout_coupon,
.mx-auto,
article.type-post .entry-content .twitter-tweet,
.wp-caption img[class*="wp-image-"] {
  margin-right: 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-left: 0;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-right: 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-left: 0.5rem;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-left: 1rem;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-left: 3rem;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 3rem;
  }
  .p-sm-0 {
    padding: 0;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-left: 0;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-right: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-right: 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-left: 0.5rem;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-left: 1rem;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-right: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-left: 3rem;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-right: 3rem;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-left: auto;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: 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-left: 0;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-right: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-left: 0.25rem;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-right: 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-left: 0.5rem;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-right: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-left: 1rem;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-right: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-left: 1.5rem;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-right: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-left: 3rem;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-right: 3rem;
  }
  .p-md-0 {
    padding: 0;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0;
  }
  .pr-md-0,
  .px-md-0 {
    padding-left: 0;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0;
  }
  .pl-md-0,
  .px-md-0 {
    padding-right: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem;
  }
  .pr-md-1,
  .px-md-1 {
    padding-left: 0.25rem;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem;
  }
  .pl-md-1,
  .px-md-1 {
    padding-right: 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-left: 0.5rem;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem;
  }
  .pl-md-2,
  .px-md-2 {
    padding-right: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem;
  }
  .pr-md-3,
  .px-md-3 {
    padding-left: 1rem;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem;
  }
  .pl-md-3,
  .px-md-3 {
    padding-right: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem;
  }
  .pr-md-4,
  .px-md-4 {
    padding-left: 1.5rem;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem;
  }
  .pl-md-4,
  .px-md-4 {
    padding-right: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem;
  }
  .pr-md-5,
  .px-md-5 {
    padding-left: 3rem;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem;
  }
  .pl-md-5,
  .px-md-5 {
    padding-right: 3rem;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-left: auto;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-right: 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-left: 0;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-right: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-right: 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-left: 0.5rem;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-left: 1rem;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-right: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-left: 3rem;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-right: 3rem;
  }
  .p-lg-0 {
    padding: 0;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-left: 0;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-right: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-right: 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-left: 0.5rem;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-left: 1rem;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-right: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-left: 3rem;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-right: 3rem;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-left: auto;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto;
  }
  .ml-lg-auto,
  .osf-sorting .woocommerce-ordering,
  .mx-lg-auto {
    margin-right: 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-left: 0;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-right: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-right: 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-left: 0.5rem;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-left: 1rem;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-right: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-left: 3rem;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-right: 3rem;
  }
  .p-xl-0 {
    padding: 0;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-left: 0;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-right: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-right: 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-left: 0.5rem;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-left: 1rem;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-right: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-left: 3rem;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-right: 3rem;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-left: auto;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-right: auto;
  }
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100,
.button-block,
table,
.opal-canvas-open .opal-overlay,
.opal-menu-canvas .sub-menu-inner .vc_column_container,
.opal-pagination-7 .page-numbers:not(ul):hover:before,
.opal-pagination-7 .page-numbers.current:not(ul):before,
.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,
.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,
.site-info .sep,
.widget select,
.entry-gallery .gallery-item,
.entry-gallery .gallery img,
.gallery-item a img,
.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after,
.modal-user .opal-loader,
.style-3 .mc4wp-form-fields p:first-child,
.opal-canvas-filter-open .opal-overlay-filter,
.woocommerce-MyAccount-content form[class^="woocommerce-"] fieldset,
.woocommerce-account .entry-content > .woocommerce .u-columns,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notice,
.product-transition .product-caption,
.product-transition .woocommerce-loop-product__link,
[class^="columns-"],
.single-product div.product form.cart .single_variation_wrap {
  width: 100%;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100,
.opal-canvas-open .opal-overlay,
.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after,
.modal-user .opal-loader,
.opal-canvas-filter-open .opal-overlay-filter,
.product-transition .woocommerce-loop-product__link {
  height: 100%;
}

.mw-100,
.entry-gallery .gallery-item,
.gallery-item a {
  max-width: 100% !important;
}

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

.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button,
.button-outline-primary,
.button-outline-secondary {
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 0;
  padding: 0.875rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.714;
  border-radius: 0px;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.button-primary:focus,
.entry-footer .edit-link a.post-edit-link:focus,
.page .edit-link a.post-edit-link:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
.widget_shopping_cart .buttons .button:focus,
.button-primary:hover,
.entry-footer .edit-link a.post-edit-link:hover,
.page .edit-link a.post-edit-link:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"],
button:focus[type="submit"],
.secondary-button .search-submit:focus,
.wc-proceed-to-checkout .button:focus,
.button-secondary:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
button:hover[type="submit"],
.secondary-button .search-submit:hover,
.wc-proceed-to-checkout .button:hover,
.button-outline-primary:focus,
.button-outline-primary:hover,
.button-outline-secondary:focus,
.button-outline-secondary:hover {
  text-decoration: none;
}
.button-primary:focus,
.entry-footer .edit-link a.post-edit-link:focus,
.page .edit-link a.post-edit-link:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
.widget_shopping_cart .buttons .button:focus,
.button-primary.focus,
.entry-footer .edit-link a.focus.post-edit-link,
.page .edit-link a.focus.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,
.widget_shopping_cart .buttons .focus.button,
.button-secondary:focus,
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="reset"],
button:focus[type="submit"],
.secondary-button .search-submit:focus,
.wc-proceed-to-checkout .button:focus,
.button-secondary.focus,
input.focus[type="button"],
input.focus[type="submit"],
input.focus[type="reset"],
button.focus[type="submit"],
.secondary-button .focus.search-submit,
.wc-proceed-to-checkout .focus.button,
.button-outline-primary:focus,
.button-outline-primary.focus,
.button-outline-secondary:focus,
.button-outline-secondary.focus {
  outline: 0;
  box-shadow: none;
}
.button-primary.disabled,
.entry-footer .edit-link a.disabled.post-edit-link,
.page .edit-link a.disabled.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.widget_shopping_cart .buttons .disabled.button,
.button-primary:disabled,
.entry-footer .edit-link a.post-edit-link:disabled,
.page .edit-link a.post-edit-link:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
.widget_shopping_cart .buttons .button:disabled,
.button-secondary.disabled,
input.disabled[type="button"],
input.disabled[type="submit"],
input.disabled[type="reset"],
button.disabled[type="submit"],
.secondary-button .disabled.search-submit,
.wc-proceed-to-checkout .disabled.button,
.button-secondary:disabled,
input:disabled[type="button"],
input:disabled[type="submit"],
input:disabled[type="reset"],
button:disabled[type="submit"],
.secondary-button .search-submit:disabled,
.wc-proceed-to-checkout .button:disabled,
.button-outline-primary.disabled,
.button-outline-primary:disabled,
.button-outline-secondary.disabled,
.button-outline-secondary:disabled {
  opacity: 0.5;
  box-shadow: none;
  cursor: no-drop;
}
.button-primary:active,
.entry-footer .edit-link a.post-edit-link:active,
.page .edit-link a.post-edit-link:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-primary.active,
.entry-footer .edit-link a.active.post-edit-link,
.page .edit-link a.active.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.button-secondary:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
button:active[type="submit"],
.secondary-button .search-submit:active,
.wc-proceed-to-checkout .button:active,
.button-secondary.active,
input.active[type="button"],
input.active[type="submit"],
input.active[type="reset"],
button.active[type="submit"],
.secondary-button .active.search-submit,
.wc-proceed-to-checkout .active.button,
.button-outline-primary:active,
.button-outline-primary.active,
.button-outline-secondary:active,
.button-outline-secondary.active {
  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;
}

.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button {
  color: #fff;
  box-shadow: none;
}
.button-primary:hover,
.entry-footer .edit-link a.post-edit-link:hover,
.page .edit-link a.post-edit-link:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover {
  color: #fff;
}
.button-primary.disabled,
.entry-footer .edit-link a.disabled.post-edit-link,
.page .edit-link a.disabled.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.widget_shopping_cart .buttons .disabled.button,
.button-primary:disabled,
.entry-footer .edit-link a.post-edit-link:disabled,
.page .edit-link a.post-edit-link:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
.widget_shopping_cart .buttons .button:disabled {
  background-color: #e68b0c;
  border-color: #e68b0c;
}
.button-primary:active,
.entry-footer .edit-link a.post-edit-link:active,
.page .edit-link a.post-edit-link:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-primary.active,
.entry-footer .edit-link a.active.post-edit-link,
.page .edit-link a.active.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle,
.entry-footer .edit-link .show > a.dropdown-toggle.post-edit-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show > .dropdown-toggle.button {
  color: #fff;
  background-image: none;
}

.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button {
  color: #fff;
  box-shadow: none;
}

.button-secondary:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
button:hover[type="submit"],
.secondary-button .search-submit:hover,
.wc-proceed-to-checkout .button:hover {
  color: #fff;
}

.button-secondary.disabled,
input.disabled[type="button"],
input.disabled[type="submit"],
input.disabled[type="reset"],
button.disabled[type="submit"],
.secondary-button .disabled.search-submit,
.wc-proceed-to-checkout .disabled.button,
.button-secondary:disabled,
input:disabled[type="button"],
input:disabled[type="submit"],
input:disabled[type="reset"],
button:disabled[type="submit"],
.secondary-button .search-submit:disabled,
.wc-proceed-to-checkout .button:disabled {
  background-color: #313131;
  border-color: #313131;
}

.button-secondary:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
button:active[type="submit"],
.secondary-button .search-submit:active,
.wc-proceed-to-checkout .button:active,
.button-secondary.active,
input.active[type="button"],
input.active[type="submit"],
input.active[type="reset"],
button.active[type="submit"],
.secondary-button .active.search-submit,
.wc-proceed-to-checkout .active.button,
.show > .button-secondary.dropdown-toggle,
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="reset"],
.show > button.dropdown-toggle[type="submit"],
.secondary-button .show > .dropdown-toggle.search-submit,
.wc-proceed-to-checkout .show > .dropdown-toggle.button {
  color: #fff;
  background-image: none;
}

.button-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.button-sm,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.widget_shopping_cart .buttons .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.button-outline-primary {
  background-color: transparent;
  background-image: none;
}
.button-outline-primary:hover {
  color: #fff;
}
.button-outline-primary:focus,
.button-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(230, 139, 12, 0.5);
}
.button-outline-primary.disabled,
.button-outline-primary:disabled {
  color: #e68b0c;
  background-color: transparent;
}
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle {
  color: #fff;
}

.button-outline-secondary {
  background-color: transparent;
  background-image: none;
}
.button-outline-secondary:hover {
  color: #fff;
}
.button-outline-secondary:focus,
.button-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(49, 49, 49, 0.5);
}
.button-outline-secondary.disabled,
.button-outline-secondary:disabled {
  color: #313131;
  background-color: transparent;
}
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle {
  color: #fff;
}

.button-block {
  display: block;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled,
.button-link,
.more-link,
.button-link:active,
.more-link:active,
.button-link.active,
.active.more-link,
.button-link:disabled,
.more-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:focus,
.btn-link:active,
.button-link,
.more-link,
.button-link:focus,
.more-link:focus,
.button-link:active,
.more-link:active {
  border-color: transparent;
}

.btn-link:hover,
.button-link:hover,
.more-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover,
.button-link:focus,
.more-link:focus,
.button-link:hover,
.more-link:hover {
  border-color: transparent;
}

.btn-link:disabled,
.button-link:disabled,
.more-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover,
.button-link:disabled:focus,
.more-link:disabled:focus,
.button-link:disabled:hover,
.more-link:disabled:hover {
  text-decoration: none;
}

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

.border-0,
.main-navigation li li {
  border: 0;
}

.border-top-0,
.opal-comment-7 .comment_container:before,
.opal-comment-7 .comment-body:before {
  border-top: 0;
}

.border-right-0,
.opal-comment-7 .comment_container:before,
.opal-comment-7 .comment-body:before {
  border-left: 0;
}

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

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

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

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

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

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

.rounded,
.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),
.box-border,
.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body,
.box-shadow,
.opal-post-navigation-3 .post-navigation .nav-links,
.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body,
.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body,
.opal-comment-6 .comment_container,
.opal-comment-6 .comment-body,
.main-navigation .text-label,
.mainmenu-container .text-label,
.opal-pagination-2 .page-numbers:not(ul),
.opal-pagination-2 .page-numbers.current:not(ul),
.opal-pagination-3 .page-numbers:not(ul),
.opal-pagination-3 .page-numbers.current:not(ul),
.opal-pagination-8 .page-numbers:not(ul),
.opal-pagination-8 .page-numbers.current:not(ul),
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  border-radius: 0.25rem;
}

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

.rounded-right {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.rounded-left {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-circle,
.page-numbers.current:not(ul),
.opal-pagination-5 .page-numbers:not(ul),
.author-wrapper .author-avatar img,
.opal-comment-2 #comments .avatar,
.opal-comment-4 #comments .avatar,
.modal-user .btn-modal-close,
.list-feature-box > li:before,
.owl-theme.woocommerce-carousel .owl-dots .owl-dot,
.owl-theme.owl-carousel .owl-dots .owl-dot,
.entry-gallery .gallery .owl-dots .owl-dot,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,
.owl-theme .products .owl-dots .owl-dot,
.entry-gallery .gallery .products .owl-dots .owl-dot,
#secondary .elementor-nav-menu a:before,
.e--pointer-dot a:before,
.elementor-progress-outside .elementor-progress-bar:after,
#secondary .elementor-widget-wp-widget-categories a:before,
.widget .woof_list_radio input[type="radio"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:after,
.widget .woof_color_term {
  border-radius: 50%;
}

.rounded-0,
.btn-link,
.button-link,
.more-link,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.opal-pagination-4 .page-numbers.current:not(ul),
.opal-pagination-5 .page-numbers.dots:not(ul),
.opal-pagination-6 .page-numbers.current:not(ul),
.opal-pagination-7 .page-numbers.current:not(ul),
.osf-sorting .woocommerce-ordering select,
.osf-sorting .display-mode button,
.single-product .tawcvs-swatches .swatch,
.single-product #reviews .commentlist li .comment_container {
  border-radius: 0;
}

.embed-responsive,
article.type-post p > iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before,
article.type-post p > iframe::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
article.type-post p > iframe .embed-responsive-item,
.embed-responsive iframe,
article.type-post p > iframe iframe,
.embed-responsive embed,
article.type-post p > iframe embed,
.embed-responsive object,
article.type-post p > iframe object,
.embed-responsive video,
article.type-post p > iframe video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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,
.author-wrapper .author-avatar:before {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

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

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left,
th,
.mainmenu-container ul,
.mainmenu-container li,
.my-account-links-menu .sub-menu li a,
.opal-header-skin-dark .my-account-links-menu .sub-menu li a,
.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li a,
.opal-comment-form-2 .comment-form .form-submit,
.opal-comment-form-3 .comment-form .form-submit,
.opal-comment-form-4 .comment-form .form-submit,
.gallery-caption,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev {
  text-align: right;
}

.text-right,
.form-submit,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.owl-theme .products.nav-style-4 .owl-nav .owl-next,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next,
.osf-sorting .display-mode {
  text-align: left;
}

.text-center,
.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button,
.button-outline-primary,
.button-outline-secondary,
.main-navigation .text-label,
.mainmenu-container .text-label,
.social-navigation a,
.page-numbers,
.pagination,
.woocommerce-pagination,
.comments-pagination,
.opal-pagination-1 .ore-pagination,
.search-button .icon:before,
.site-header-account .icon:before,
article.type-post .post-thumbnail,
.author-wrapper,
.opal-post-navigation-4 .post-navigation .nav-links > div .nav-subtitle,
article.otf-post-style .entry-content,
.site-info,
.comments-title,
.opal-comment-form-6 .comment-form .form-submit,
.widget_calendar th,
.widget_calendar td,
.widget .gallery-item,
.elementor-element .gallery-item,
.single .gallery-item,
.modal-user .btn-modal-close,
.modal-user .opal-loader-inner,
.list-feature-box > li:before,
.owl-theme.woocommerce-carousel .owl-dots,
.owl-theme.owl-carousel .owl-dots,
.entry-gallery .gallery .owl-dots,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,
.owl-theme .products .owl-dots,
.entry-gallery .gallery .products .owl-dots,
.elementor-brand-item,
.column-item.case_study-style-1 .study-case-inner,
.column-item .services-inner,
article.type-osf_service,
.elementor-video-popup i,
.woocommerce-checkout .woocommerce-form-login > p:first-of-type,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.woocommerce-tabs ul.tabs,
.widget .woof_list_checkbox input[type="checkbox"] + label:after {
  text-align: center;
}

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

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

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

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

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

.text-uppercase,
.site-title,
article.type-post .entry-content .more-link,
.post-navigation .nav-subtitle,
.opal-post-navigation-4 .post-navigation .nav-links > div .nav-title,
.form-submit input[type="submit"],
.widget_rss .rss-date,
.widget_rss li cite,
.site-content .wp-playlist-current-item .wp-playlist-item-artist,
.modal-user .opal-tabs > nav li a,
.elementor-widget-opal-metadata ul li .label,
.column-item .services-inner .more-link,
article.type-osf_service .more-link,
.single-case_study .information h4,
.widget .woof_list_label li .woof_label_term,
.product-style-1 li.product:not(.osf-product-list) a[class*="product_type_"] {
  text-transform: uppercase;
}

.text-capitalize,
.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button,
.button-outline-primary,
.button-outline-secondary,
.opal-comment-3 .comment-reply-link,
.opal-comment-4 .comment-reply-link,
.column-item .post-inner .post-author a {
  text-transform: capitalize;
}

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

.font-weight-normal,
blockquote cite,
input[type="radio"] + label,
input[type="checkbox"] + label,
.opal-radio input[type="radio"]:checked + .icon-check + span,
.mainmenu-container .menu-item > a,
.opal-pagination-1 .ore-pagination,
.scrollup,
.scrollup .icon,
.opal-comment-3 .comment-author b,
.opal-comment-3 .comment-reply-link,
.opal-comment-4 .comment-reply-link,
.opal-comment-5 .comment-author b,
.opal-comment-5 .comment-reply-link,
.opal-comment-6 .comment-reply-link,
.widget_rss .rss-date,
.widget_rss li cite,
.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-weight: 400;
}

.font-weight-bold,
b,
strong,
h1,
blockquote cite,
.opal-checkbox input[type="checkbox"]:checked + .icon-check + span,
.opal-pagination-7 .page-numbers.current:not(ul),
.opal-post-navigation-4 .post-navigation .nav-links > div .nav-title,
.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.font-italic,
dfn,
cite,
em,
i,
.no-comments,
.comment-awaiting-moderation,
.opal-comment-3 .comment-content,
.opal-comment-3 .comment-meta,
.opal-comment-3 .comment-author b,
.opal-comment-5 .comment-author b,
.wp-caption,
.gallery-caption {
  font-style: italic;
}

.text-white {
  color: #fff;
}

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

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

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

a.text-secondary:focus,
a.text-secondary:hover {
  color: #181818 !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;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.float-right,
.osf-sorting .display-mode {
  float: left !important;
}

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #313131;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  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-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-left: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-right: 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: #e68b0c;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  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 {
  left: 0;
  right: auto;
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 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-right: 15px;
  padding-left: 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;
  right: 0;
  left: 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(0px);
}
.otf-dropdown.popup {
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.2s ease;
  margin-right: 0 !important;
}
.otf-dropdown.popup > div {
  position: absolute;
  top: 25%;
  transition: all 0.6s ease 0.2s;
  right: 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;
  left: 30px;
  display: none;
}
[data-search-toggle="close"]:before {
  font-size: 20px;
}

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

.over-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #313131;
}

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

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

h3,
.h3 {
  font-size: 1.75rem;
}

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

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  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;
}

.list-unstyled,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children,
.single-case_study .information ul {
  padding-right: 0;
  list-style: none;
}

.list-inline,
article.type-post .post-categories,
.list-account,
.opal-custom-menu-inline .widget ul {
  padding-right: 0;
  list-style: none;
}

.list-inline-item,
article.type-post .post-categories li,
.opal-custom-menu-inline .widget ul li {
  display: inline-block;
}
.list-inline-item:not(:last-child),
article.type-post .post-categories li:not(:last-child),
.opal-custom-menu-inline .widget ul li:not(:last-child) {
  margin-left: 5px;
}

.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-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.site-footer .widget.widget_recent_entries li:last-child,
table.cart:not(.wishlist_table) .quantity input,
.single-product div.product form.cart .quantity input {
  border: 0px solid;
}

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

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

.b-so-1,
fieldset,
select,
.opal-checkbox .icon-check,
.opal-radio .icon-check,
.box-border,
.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body,
.custom-header .my-account-links-menu .sub-menu,
.vertical-menu-dropdown,
.opal-pagination-3 .page-numbers:not(ul),
.opal-pagination-6 .page-numbers:not(ul),
.opal-pagination-8 .page-numbers.current:not(ul),
.opal-comment-1 .comment_container,
.opal-comment-1 .comment-body,
.bottom-to-top .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after,
.popup .search-form-wapper:after,
.filter-close:after,
table.cart:not(.wishlist_table) .quantity,
.woocommerce-loop-product__gallery .gallery_item,
.opal-label-sale-square li.product .onsale,
.osf-sorting .display-mode button,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product div.product form.cart .quantity,
.single-product div.product table.variations select,
.single-product .tawcvs-swatches .swatch.swatch-label,
.single-product.woocommerce-single-style-1 div.product table.variations select,
.widget .woof_list_checkbox input[type="checkbox"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:before,
.widget_product_categories ul li a:before,
.widget_rating_filter ul li a:before,
.woocommerce-widget-layered-nav ul li a:before,
.widget_product_brands ul li a:before,
.osf-active-filters li a,
.woocommerce-product-list.skin-border-box li .inner,
.otf-product-recently-content li .product-thumbnail img {
  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,
.site-header-mobile .col:first-child,
.site-header-mobile body #secondary:first-child,
body .site-header-mobile #secondary:first-child,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section:first-child,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section:first-child,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container: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 .columns-5 ul.products li.product:first-child,
.columns-5 ul.products .site-header-mobile li.product:first-child,
.site-header-mobile .columns-5 ul.products > li:first-child,
.columns-5 .site-header-mobile ul.products > li:first-child,
.site-header-mobile .woocommerce-product-list.boxed:first-child,
.site-header-mobile .woocommerce-product-list.skin-border-box li .inner:first-child,
.woocommerce-product-list.skin-border-box li .site-header-mobile .inner:first-child,
.site-header-mobile .woocommerce-product-list.skin-line-right li .inner:first-child,
.woocommerce-product-list.skin-line-right li .site-header-mobile .inner:first-child {
  border-right: 0px solid;
}

.bl-do-0 {
  border-right: 0px dotted;
}

.bl-da-0 {
  border-right: 0px dashed;
}

.bl-so-1,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li:first-child,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a:before,
.site-header-mobile .col,
.site-header-mobile body #secondary,
body .site-header-mobile #secondary,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,
.site-header-mobile .columns-5 ul.products li.product,
.columns-5 ul.products .site-header-mobile li.product,
.site-header-mobile .columns-5 ul.products > li,
.columns-5 .site-header-mobile ul.products > li,
.site-header-mobile .woocommerce-product-list.boxed,
.site-header-mobile .woocommerce-product-list.skin-border-box li .inner,
.woocommerce-product-list.skin-border-box li .site-header-mobile .inner,
.site-header-mobile .woocommerce-product-list.skin-line-right li .inner,
.woocommerce-product-list.skin-line-right li .site-header-mobile .inner,
table.cart:not(.wishlist_table) .quantity input[type="number"],
.osf-active-filters .clear-all {
  border-right: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

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

.br-so-0 {
  border-left: 0px solid;
}

.br-do-0 {
  border-left: 0px dotted;
}

.br-da-0 {
  border-left: 0px dashed;
}

.br-so-1,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before,
table.cart:not(.wishlist_table) .quantity input[type="number"],
.woocommerce-product-list.skin-line-right li .inner,
.osf-product-deal .woocommerce-product-list .opal-countdown .day {
  border-left: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

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

.bt-so-0,
.otf-vertical-menu .navbar-nav > li:first-child {
  border-top: 0px solid;
}

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

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

.bt-so-1,
.main-navigation > div > ul,
.mainmenu-container > div > ul,
.my-account-links-menu .sub-menu li,
.otf-vertical-menu .navbar-nav > li,
.opal-pagination-8 .page-numbers:not(ul),
.author-wrapper .author-avatar:before,
.site-footer .widget_rss ul li,
.widget_rss ul li,
.ywsfd-wrapper,
.woocommerce-product-list.skin-line-bottom li .inner,
.osf-product-deal .woocommerce-product-list .time {
  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,
.widget ul li:last-child,
.single-case_study .information li:last-child,
#secondary .elementor-nav-menu--layout-vertical ul li:last-child,
#secondary .elementor-widget-wp-widget-categories li:last-child {
  border-bottom: 0px solid;
}

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

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

.bb-so-1,
tr,
.mainmenu-container li li,
.home .site-header .header-content,
.opal-header-skin-dark .top-bar,
.blog article.type-post,
.blog article.type-page,
.archive article.type-post,
.archive article.type-page,
.search article.type-post,
.search article.type-page,
.search .page-title,
.error404 .go-back,
.site-footer .widget.widget_recent_entries li,
.opal-comment-3 .comment_container,
.opal-comment-3 .comment-body,
.opal-comment-4 article.comment-body,
.widget_search .input-group,
.site-content .wp-playlist-light .wp-playlist-item,
.site-content .wp-playlist-dark .wp-playlist-item,
.column-item .study-case-inner .entry-category a,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header .elementor-image-box-description,
.single-case_study .entry-header,
.single-case_study .information li,
.price del:before,
.filter-close,
#payment .payment_methods li,
ul.order_details li,
li.product.osf-product-list:after,
.single-product #reviews .commentlist li .comment_container,
.widget .woof_container,
#secondary section.widget {
  border-bottom: 1px solid;
}

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

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

.bb-so-2,
thead th,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev,
.owl-theme .products.nav-style-4 .owl-nav .owl-next,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next {
  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 ===== */
.typo-heading,
.author-wrapper .author-name,
.post-navigation .nav-subtitle,
.post-navigation .nav-title,
h2.widget-title,
h2.widgettitle,
#secondary .elementor-widget-container h5:first-of-type,
.osf-product-deal .woocommerce-product-list .opal-countdown {
  max-width: 100%;
}

/* ===== 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,
li.product.osf-product-list .price del h1,
.fw-3 h2,
li.product.osf-product-list .price del h2,
.fw-3 h3,
li.product.osf-product-list .price del h3,
.fw-3 h4,
li.product.osf-product-list .price del h4,
.fw-3 h5,
li.product.osf-product-list .price del h5,
.fw-3 h6,
li.product.osf-product-list .price del h6 {
  font-weight: 300;
}

.fw-4 h1,
.main-navigation .text-label h1,
.mainmenu-container .text-label h1,
.osf-product-deal .woocommerce-product-list .opal-countdown h1,
.product-style-1 li.product:not(.osf-product-list) h2 h1,
.product-style-1 li.product:not(.osf-product-list) h3 h1,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h1,
.fw-4 h2,
.main-navigation .text-label h2,
.mainmenu-container .text-label h2,
.osf-product-deal .woocommerce-product-list .opal-countdown h2,
.product-style-1 li.product:not(.osf-product-list) h2 h2,
.product-style-1 li.product:not(.osf-product-list) h3 h2,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h2,
.fw-4 h3,
.main-navigation .text-label h3,
.mainmenu-container .text-label h3,
.osf-product-deal .woocommerce-product-list .opal-countdown h3,
.product-style-1 li.product:not(.osf-product-list) h2 h3,
.product-style-1 li.product:not(.osf-product-list) h3 h3,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h3,
.fw-4 h4,
.main-navigation .text-label h4,
.mainmenu-container .text-label h4,
.osf-product-deal .woocommerce-product-list .opal-countdown h4,
.product-style-1 li.product:not(.osf-product-list) h2 h4,
.product-style-1 li.product:not(.osf-product-list) h3 h4,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h4,
.fw-4 h5,
.main-navigation .text-label h5,
.mainmenu-container .text-label h5,
.osf-product-deal .woocommerce-product-list .opal-countdown h5,
.product-style-1 li.product:not(.osf-product-list) h2 h5,
.product-style-1 li.product:not(.osf-product-list) h3 h5,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h5,
.fw-4 h6,
.main-navigation .text-label h6,
.mainmenu-container .text-label h6,
.osf-product-deal .woocommerce-product-list .opal-countdown h6,
.product-style-1 li.product:not(.osf-product-list) h2 h6,
.product-style-1 li.product:not(.osf-product-list) h3 h6,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title h6 {
  font-weight: 400;
}

.fw-5 h1,
.vertical-navigation .menu-open-label h1,
table.cart:not(.wishlist_table) .product-name a h1,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h1,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h1,
.fw-5 h2,
.vertical-navigation .menu-open-label h2,
table.cart:not(.wishlist_table) .product-name a h2,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h2,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h2,
.fw-5 h3,
.vertical-navigation .menu-open-label h3,
table.cart:not(.wishlist_table) .product-name a h3,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h3,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h3,
.fw-5 h4,
.vertical-navigation .menu-open-label h4,
table.cart:not(.wishlist_table) .product-name a h4,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h4,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h4,
.fw-5 h5,
.vertical-navigation .menu-open-label h5,
table.cart:not(.wishlist_table) .product-name a h5,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h5,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h5,
.fw-5 h6,
.vertical-navigation .menu-open-label h6,
table.cart:not(.wishlist_table) .product-name a h6,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount h6,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount h6 {
  font-weight: 500;
}

.fw-6 h1,
.list-feature-box h1,
li.product.osf-product-list .woocommerce-loop-product__title h1,
li.product.osf-product-list .price h1,
.fw-6 h2,
.list-feature-box h2,
li.product.osf-product-list .woocommerce-loop-product__title h2,
li.product.osf-product-list .price h2,
.fw-6 h3,
.list-feature-box h3,
li.product.osf-product-list .woocommerce-loop-product__title h3,
li.product.osf-product-list .price h3,
.fw-6 h4,
.list-feature-box h4,
li.product.osf-product-list .woocommerce-loop-product__title h4,
li.product.osf-product-list .price h4,
.fw-6 h5,
.list-feature-box h5,
li.product.osf-product-list .woocommerce-loop-product__title h5,
li.product.osf-product-list .price h5,
.fw-6 h6,
.list-feature-box h6,
li.product.osf-product-list .woocommerce-loop-product__title h6,
li.product.osf-product-list .price h6 {
  font-weight: 600;
}

.fw-7 h1,
.site-header-account .login-form-title h1,
.fw-7 h2,
.site-header-account .login-form-title h2,
.fw-7 h3,
.site-header-account .login-form-title h3,
.fw-7 h4,
.site-header-account .login-form-title h4,
.fw-7 h5,
.site-header-account .login-form-title h5,
.fw-7 h6,
.site-header-account .login-form-title 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,
li.product.osf-product-list .price del {
  font-weight: 300 !important;
}

.fw-4,
.main-navigation .text-label,
.mainmenu-container .text-label,
.osf-product-deal .woocommerce-product-list .opal-countdown,
.product-style-1 li.product:not(.osf-product-list) h2,
.product-style-1 li.product:not(.osf-product-list) h3,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title {
  font-weight: 400 !important;
}

.fw-5,
.vertical-navigation .menu-open-label,
table.cart:not(.wishlist_table) .product-name a,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
  font-weight: 500 !important;
}

.fw-6,
.list-feature-box,
li.product.osf-product-list .woocommerce-loop-product__title,
li.product.osf-product-list .price {
  font-weight: 600 !important;
}

.fw-7,
.site-header-account .login-form-title {
  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.875rem 1.25rem;
  font-size: 1rem;
  line-height: 1.714;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f8c379;
  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.464rem + 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.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  line-height: 1.714;
}

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

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

.col-form-legend {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0;
  line-height: 1.714;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.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-sm > div.input-group-btn > a.form-control-plaintext,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.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,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.form-control-plaintext,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.form-control-plaintext {
  padding-left: 0;
  padding-right: 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 .entry-summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm: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]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 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 .entry-summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg: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]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.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-right: 1.25rem;
  margin-bottom: 0;
}

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

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

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

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

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

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

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

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

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

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

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-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 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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-right: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-left: 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:focus,
.input-group .form-control:active,
.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.875rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.714;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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 .entry-summary .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.input-group-addon {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 .entry-summary .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.input-group-addon {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 1em;
  white-space: nowrap;
}
.input-group-btn > .btn,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a,
.single-product div.product .entry-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 > a + .btn,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a + .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 + a,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn > .btn + a,
.single-product div.product .entry-summary .shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a {
  margin-right: -1px;
}
.input-group-btn > .btn:focus,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:focus,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a:focus,
.input-group-btn > .btn:active,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:active,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn > a:active,
.input-group-btn > .btn:hover,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:hover,
.single-product div.product .entry-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 > a + .btn,
.single-product div.product .entry-summary .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 > .btn + a,
.shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + a,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > .btn + a,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + a {
  margin-right: 0;
}

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

/* ===== End Boostrap ===== */
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text,
.otf-vertical-menu .navbar-nav li .text-label,
.opal-pagination-6 .prev.page-numbers .fa,
.opal-pagination-6 .next.page-numbers .fa,
.custom-logo-link + .site-branding-text,
.widget .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .gallery-caption,
#order_review_heading,
.shop-action .yith-wcwl-add-to-wishlist > div span,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span {
  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. */
}
.screen-reader-text:focus,
.otf-vertical-menu .navbar-nav li .text-label:focus,
.opal-pagination-6 .prev.page-numbers .fa:focus,
.opal-pagination-6 .next.page-numbers .fa:focus,
.custom-logo-link + .site-branding-text:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
#order_review_heading:focus,
.shop-action .yith-wcwl-add-to-wishlist > div span:focus,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span:focus {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  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;
  right: 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: right;
  margin-left: 1.5em;
}

.alignright {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clearfix::after,
#yith-quick-view-modal #yith-quick-view-content .product div.product::after {
  display: block;
  clear: both;
  content: "";
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-footer:before,
.entry-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before,
.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before,
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.pagination:before,
.woocommerce-pagination:before,
.pagination:after,
.woocommerce-pagination:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-author:before,
.comment-author:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.widget-area:before,
.widget-area:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.widget:before,
.widget:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.woocommerce-pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #313131;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.714;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  color: #313131;
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  color: #313131;
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  color: #313131;
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  color: #313131;
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  color: #313131;
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

select {
  background: transparent;
}

blockquote {
  line-height: 1.7;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 1rem;
  font-size: 1rem;
  border-right: 0.1rem solid #fd7e14;
}
blockquote cite {
  display: block;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: #e1e1e1;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  cursor: help;
}

mark,
ins {
  background-color: #e1e1e1;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  background-color: #fff;
  position: relative;
  z-index: 3;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
.page-title-bar .wrap {
  min-height: 100px;
}
@media (max-width: 768px) {
  .page-title-bar .wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-title-bar .wrap .page-title {
  margin: 0;
  padding: 0;
}
.home .page-title-bar {
  display: none;
}

.page-header .page-title {
  margin-top: 1em;
}

.page-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 3px;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-group {
  box-shadow: none;
  line-height: 1.714;
  margin-bottom: 1rem;
}
.form-group.form-button {
  margin-bottom: 0;
}
.form-group .form-row label {
  font-weight: 400;
}
.form-group .form-row label + label {
  margin-right: 15px;
}

.form-control {
  box-shadow: none;
  border-color: #ebebeb;
}

label {
  color: #f1f1f1;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

fieldset {
  margin-bottom: 1em;
}
fieldset legend {
  font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  font-size: 0.875rem;
  border-color: #ebebeb;
  border-style: solid;
  display: block;
  width: 100%;
  border-width: 1px;
  padding: 0.875rem 1.25rem;
}

textarea {
  font-size: 0.875rem;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #e1e1e1;
  padding: 0.875rem 1.25rem;
  width: 100%;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
textarea::placeholder {
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

input {
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
input::placeholder {
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus {
  border-color: #e68b0c;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="range"]:focus::placeholder,
input[type="date"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]:focus::placeholder,
input[type="color"]:focus::placeholder {
  color: transparent;
}

textarea:focus {
  color: #313131;
  border-color: #e68b0c;
}
textarea:focus::placeholder {
  color: transparent;
}

select {
  height: 3em;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-left: 0.5em;
}

.wpcf7 .wpcf7-form .wpcf7-form-control,
.wpcf7 .wpcf7-form .ajax-loader {
  margin-bottom: 2rem;
}

.wpcf7 .wpcf7-form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form span.wpcf7-list-item label > span {
  display: inline-block;
  margin-top: 0;
}

.wpcf7 .wpcf7-form label > span {
  display: block;
}

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

.wpcf7 .wpcf7-form .input-group {
  margin-bottom: 1rem;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder {
  color: #313131;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
  color: #313131;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #313131;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/* Checkbox */
.opal-checkbox {
  position: relative;
}
.opal-checkbox .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: transparent;
}
.opal-checkbox .icon-check:after {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  top: -2px;
  right: 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;
  right: 0;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-checkbox input[type="checkbox"]:checked + .icon-check + span {
  color: #313131;
}

/* Rdiobox */
.opal-radio {
  position: relative;
}
.opal-radio .icon-check {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: transparent;
}
.opal-radio .icon-check:after {
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  top: 0px;
  right: 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;
  right: 0;
}
.opal-radio input[type="radio"]:checked + .icon-check:after {
  opacity: 1;
}
.opal-radio input[type="radio"]:checked + .icon-check + span {
  color: #313131;
}

.otf-input-group {
  display: flex;
}
.otf-input-group button,
.otf-input-group input[type="submit"] {
  margin-right: -1px;
}
.otf-input-group button {
  border-width: 1px;
}

/*--------------------------------------------------------------
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;
}

.box-border,
.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body {
  background-color: #fff;
  padding: 30px;
}

.box-shadow,
.opal-post-navigation-3 .post-navigation .nav-links,
.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body,
.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body,
.opal-comment-6 .comment_container,
.opal-comment-6 .comment-body {
  background-color: #fff;
  padding: 30px;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.list-unstyled,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children,
.single-case_study .information ul {
  padding-right: 0;
  list-style: none;
}

.list-inline,
article.type-post .post-categories,
.list-account,
.opal-custom-menu-inline .widget ul {
  padding-right: 0;
  list-style: none;
}

.list-inline-item,
article.type-post .post-categories li,
.opal-custom-menu-inline .widget ul li {
  display: inline-block;
}
.list-inline-item:not(:last-child),
article.type-post .post-categories li:not(:last-child),
.opal-custom-menu-inline .widget ul li:not(:last-child) {
  margin-left: 5px;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
}

thead th {
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
}

td {
  padding: 0.4em;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #e1e1e1;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #222;
  text-decoration: none;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  margin-bottom: 0;
}
.post-thumbnail.embed-responsive,
article.type-post p > iframe.post-thumbnail {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

.effect-thumbnail:hover .post-thumbnail a:before,
.column-item.case_study-style-2 .study-case-inner: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,
.column-item.case_study-style-2 .study-case-inner:hover .post-thumbnail img,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail img {
  -webkit-filter: grayscale(0);
  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,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail {
  position: relative;
}
.effect-thumbnail .post-thumbnail a,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a {
  background-image: linear-gradient(right, #e68b0c, #c6d3e3);
  background-image: -webkit-linear-gradient(right, #e68b0c, #c6d3e3);
  background-image: -o-linear-gradient(right, #e68b0c, #c6d3e3);
  background-image: -moz-linear-gradient(right, #e68b0c, #c6d3e3);
  background-image: -webkit-linear-gradient(right, #e68b0c, #c6d3e3);
}
.effect-thumbnail .post-thumbnail a:before,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.effect-thumbnail .post-thumbnail img,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail img,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail img {
  -webkit-filter: grayscale(100%);
  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);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.effect-thumbnail-v2:hover .entry-header,
.column-item.case_study-style-1 .study-case-inner:hover .entry-header,
.column-item.case_study-style-2 .study-case-inner:hover .entry-header,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .entry-header {
  border-bottom: 4px solid #313131;
}

.effect-thumbnail-v2 .entry-header,
.column-item.case_study-style-1 .study-case-inner .entry-header,
.column-item.case_study-style-2 .study-case-inner .entry-header,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}

.effect-thumbnail-v3:hover .post-thumbnail img,
.column-item.case_study-style-3 .study-case-inner:hover .post-thumbnail img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.effect-thumbnail-v3 .post-thumbnail,
.column-item.case_study-style-3 .study-case-inner .post-thumbnail {
  overflow: hidden;
}
.effect-thumbnail-v3 .post-thumbnail img,
.column-item.case_study-style-3 .study-case-inner .post-thumbnail img {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.effect-thumbnail-v4,
.column-item.case_study-style-2 .study-case-inner,
.elementor-widget-opal-box-overview {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.effect-thumbnail-v4:hover,
.column-item.case_study-style-2 .study-case-inner:hover,
.elementor-widget-opal-box-overview:hover {
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
}
.main-navigation .top-menu > li > a {
  padding: 0.75em 1.25em;
}
.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}
.main-navigation .text-label {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  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;
  right: 7px;
}
.main-navigation.d-block,
.post-thumbnail a.main-navigation,
.post-thumbnail img.main-navigation,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a.main-navigation,
.effect-thumbnail .post-thumbnail a.main-navigation:before,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail a.main-navigation:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a.main-navigation:before,
.column-item.case_study-style-2 .study-case-inner .post-thumbnail img.main-navigation,
.mainmenu-container .sub-menu-inner ul.menu li.main-navigation,
.site-header .opal-custom-menu-inline .widget_nav_menu a.main-navigation,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a.main-navigation,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a.main-navigation,
.opal-post-navigation-2 .post-navigation .nav-links .main-navigation.nav-title,
.site-header-account.style-both .account-label span.main-navigation,
.column-item .post-inner .post-thumbnail a.main-navigation,
.column-item .post-inner .post-thumbnail img.main-navigation,
.column-item .services-inner .post-thumbnail a.main-navigation,
.column-item .services-inner .post-thumbnail img.main-navigation,
table.shop_table_responsive tr td.download-actions .main-navigation.button,
.wc-proceed-to-checkout .main-navigation.button,
.main-navigation.woocommerce-form__label-for-checkbox,
.form-row label.main-navigation,
.demo_store a.main-navigation,
.main-navigation.site-search,
.main-navigation.filter-close,
#payment .payment_methods > .wc_payment_method > label.main-navigation,
#payment .terms label.main-navigation,
#respond .main-navigation#cancel-comment-reply-link:before,
a.main-navigation.remove,
.woocommerce-breadcrumb .main-navigation.breadcrumb-separator:after,
ul.main-navigation.order_details:before,
ul.main-navigation.order_details:after,
ul.order_details li strong.main-navigation,
.shop-action .yith-wcwl-add-to-wishlist > div > a.main-navigation,
.shop-action .yith-wcwl-add-button .main-navigation.add_to_wishlist,
.shop-action .main-navigation.compare,
.shop-action .main-navigation.yith-wcqv-button,
.main-navigation.icon-cart,
ul.products li.product .main-navigation.woocommerce-LoopProduct-link,
ul.products li.product img.main-navigation,
#reviews .commentlist li p.meta time.main-navigation,
#reviews .comment-form-rating label.main-navigation,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a.main-navigation,
.single-product div.product .entry-summary .yith-wcwl-add-button .main-navigation.add_to_wishlist,
.single-product div.product .woocommerce-product-gallery .main-navigation.woocommerce-product-gallery__trigger,
.single-product div.product .images .main-navigation.woocommerce-main-image,
.single-product div.product .images .thumbnails a.main-navigation.zoom,
.single-product div.product .single_variation .main-navigation.price,
.single-product div.product .product_meta .main-navigation.sku_wrapper,
.single-product div.product .product_meta .main-navigation.posted_in,
.single-product div.product .product_meta .main-navigation.tagged_as,
.woocommerce-tabs ul.main-navigation.tabs,
.woocommerce-tabs ul.tabs li a.main-navigation,
.widget_shopping_cart .buttons .main-navigation.button,
.product-style-1 li.product:not(.osf-product-list) .main-navigation.price {
  width: 100%;
}

.mainmenu-container {
  clear: both;
}
.mainmenu-container ul {
  background-color: #fff;
  list-style: none;
  padding: 0 1.5em;
}
.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: 14px;
  font-size: 0.875rem;
  line-height: 2.5;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
.mainmenu-container li {
  position: relative;
}
.mainmenu-container li li {
  border: 0;
}
.mainmenu-container li li:last-child {
  border: 0;
}
.mainmenu-container .menu-item > a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.mainmenu-container li li.focus > a,
.mainmenu-container li li:focus > a,
.mainmenu-container li li:hover > a {
  color: #000;
}
.mainmenu-container li li.current_page_item a:hover,
.mainmenu-container li li.current-menu-item a:hover,
.mainmenu-container li li.current_page_item a:focus,
.mainmenu-container li li.current-menu-item a:focus {
  color: #000;
}
.mainmenu-container > div > ul {
  padding: 0.75em 1.695em;
}
.mainmenu-container .sub-menu-inner ul.menu {
  background-color: transparent;
  display: block;
  position: static;
  border: none;
  min-width: unset;
  opacity: 1;
  visibility: visible;
}
.mainmenu-container .sub-menu-inner ul.menu a {
  padding: 0;
  text-transform: none;
}
.mainmenu-container .sub-menu-inner ul.menu li {
  border: 0;
}
.mainmenu-container .text-label {
  font-size: 11px;
  font-size: 0.6875rem;
  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;
  right: 7px;
}

.site-header .main-navigation ul ul {
  min-width: 280px;
}

.site-header .mainmenu-container .sub-menu-inner ul.menu {
  border: none;
}

.site-header .mainmenu-container .top-menu > li {
  margin-left: 38px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .mainmenu-container .top-menu > li {
    margin-left: 25px;
  }
}
.site-header .mainmenu-container .top-menu > li > a {
  padding: 1em 0;
  font-weight: 500;
}

.site-header .mainmenu-container .sub-menu:not(.megamenu) {
  padding: 15px;
}

.site-header .mainmenu-container ul li.aligned-justify ul.megamenu {
  right: 50%;
  transform: translateX(50%);
}

.site-header .sub-menu-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.site-header .sub-menu-inner .widget_recent_entries ul {
  min-width: auto;
  position: static;
  opacity: 1;
  visibility: visible;
  border: none !important;
  box-shadow: none;
}
.site-header .sub-menu-inner .widget_recent_entries ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.site-header .sub-menu-inner .widget_recent_entries ul li div,
.site-header .sub-menu-inner .widget_recent_entries ul li span,
.site-header .sub-menu-inner .widget_recent_entries ul li a {
  padding: 0;
  line-height: 1.2;
}
.site-header .sub-menu-inner .widget_recent_entries ul li span {
  margin-top: 10px;
}
.site-header .sub-menu-inner .widget_recent_entries ul li:first-child {
  border: none;
  padding-top: 10px;
}

.site-header ul .sub-menu-inner:hover .widget_recent_entries ul {
  pointer-events: auto;
}

.sub-menu .text-label {
  position: static;
  transform: translateY(-80%);
}
.sub-menu .text-label:before {
  display: none;
}

.sub-menu-inner .vc_custom_heading {
  line-height: 1.4;
}

.sub-menu-inner .vc_custom_heading h2,
.sub-menu-inner .widget-title,
.sub-menu-inner .widgettitle {
  font-size: 16px;
  font-size: 1rem;
}

.sub-menu-inner .widget ul {
  box-shadow: none;
}

.sub-menu-inner .widget ul li:last-child {
  border-top: none;
  border-bottom: none;
  margin-top: 0;
}

.sub-menu-inner .widget ul li ul {
  position: absolute;
}

.sub-menu-inner .widget ul li li {
  padding: 0.5em 1.25em;
}

.sub-menu-inner .widget a {
  color: #000;
}

.sub-menu-inner .text-label {
  position: static;
  transform: translateY(-80%);
}
.sub-menu-inner .text-label:before {
  display: none;
}

.sub-menu-inner > div:not(.vc_clearfix) {
  background-position: bottom left;
  background-repeat: no-repeat;
}

.sub-menu-inner .vc_column_container .vc_column-inner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.sub-menu-inner .vc_column_container .vc_column-inner .vc_column-inner {
  margin-top: 0;
  margin-bottom: 0;
}

.sub-menu-inner .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding: 0;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.main-navigation ul {
  display: none;
}

.main-navigation.toggled-on > div > ul {
  display: block;
}

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  outline: none !important;
  padding: 0.7em;
  text-shadow: none;
  position: relative;
  z-index: 100;
  border: 2px solid #666;
}
.menu-toggle i {
  padding-left: 5px;
  font-weight: bold;
}

/* Display the menu toggle when JavaScript is available. */
.menu-toggle,
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: thin solid;
}

.menu-toggle .icon,
.menu-toggle .fa {
  margin-left: 0.5em;
  top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:hover {
  background-color: transparent;
  color: #222;
}
.dropdown-toggle:focus {
  background-color: transparent;
  color: #222;
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon,
.dropdown-toggle.toggled-on .fa {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/* Social Menu */
.social-navigation {
  font-size: 14px;
  font-size: 0.875rem;
}
.social-navigation ul {
  list-style: none;
}
.social-navigation li {
  display: inline;
}
.social-navigation li:first-child {
  margin-right: 0;
}
.social-navigation a {
  display: inline-block;
  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%;
  left: -1px;
  min-width: 200px;
  background-color: #ddd;
  visibility: hidden;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.my-account-links-menu .sub-menu li {
  float: none !important;
}
.my-account-links-menu .sub-menu li:first-child {
  border-right: none;
}
.my-account-links-menu .sub-menu li a {
  border: none;
}

.custom-header .my-account-links-menu > li:first-child > a {
  font-size: 0px;
  font-size: 0rem;
  display: block;
}
.custom-header .my-account-links-menu > li:first-child > a:before {
  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;
  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;
}

.opal-header-skin-dark .my-account-links-menu .sub-menu,
.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu {
  background-color: #222;
}
.opal-header-skin-dark .my-account-links-menu .sub-menu li a,
.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li a {
  border: none;
}

.vertical-navigation {
  position: relative;
  width: 100%;
}
.vertical-navigation .menu-open-label {
  padding: 1em 25px;
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.vertical-navigation .menu-open-label i,
.vertical-navigation .menu-open-label img {
  margin-left: 15px;
}
.vertical-navigation .arrow-opener {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -16px;
}
.vertical-navigation .arrow-opener:before {
  content: "\e1aa";
  font-family: "web-mob" !important;
  font-style: normal !important;
  font-weight: normal !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, right 0.25s ease;
}

.otf-vertical-menu .sub-menu {
  position: absolute;
  top: 0;
  right: calc(100% + 15px);
  left: auto;
  z-index: 99999;
  min-width: 250px;
  list-style: none;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden !important;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, right 0.25s ease;
}

.otf-vertical-menu .navbar-nav {
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  list-style: none;
}
.otf-vertical-menu .navbar-nav li:hover > .sub-menu,
.otf-vertical-menu .navbar-nav li:focus > .sub-menu {
  right: 100%;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible !important;
  pointer-events: visible;
}
.otf-vertical-menu .navbar-nav li a span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 20px;
  padding: 0;
  vertical-align: middle;
}
.otf-vertical-menu .navbar-nav li a span.icon {
  top: 0.1em;
  color: #e0e2e6;
}
.otf-vertical-menu .navbar-nav > li {
  position: static;
}
.otf-vertical-menu .navbar-nav > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 9px 25px;
  font-size: 14px;
  font-size: 0.875rem;
  height: 52px;
  line-height: 1.2;
  font-weight: 400;
}
.otf-vertical-menu .navbar-nav > li > a > i {
  position: absolute;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
  top: 0;
  bottom: 0;
}

.otf-vertical-menu .sub-menu {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  z-index: 99999;
  min-width: 250px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

body:not(.opal-header-layout-sideHeader) .search_nav {
  right: -999em !important;
}
body:not(.opal-header-layout-sideHeader) .search_nav.active {
  right: auto !important;
  left: 0 !important;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.navigation-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.navigation-logo .site-branding {
  padding: 0 1em;
}

.navigation-has-logo {
  display: block;
}
.navigation-has-logo .mainmenu-container {
  position: relative;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  opacity: 0;
  text-align: center;
}
.navigation-has-logo.menu-calculated .mainmenu-container {
  opacity: 1;
}
.navigation-has-logo.d-inline-block,
audio.navigation-has-logo,
video.navigation-has-logo,
progress.navigation-has-logo,
canvas.navigation-has-logo,
.main-navigation .navigation-has-logo.text-label,
.mainmenu-container .navigation-has-logo.text-label,
.otf-vertical-menu .navbar-nav li a span.navigation-has-logo,
.opal-menu-canvas .otf_widget_account i.navigation-has-logo,
.navigation-has-logo.page-numbers:not(ul),
.navigation-has-logo.prev.page-numbers,
.navigation-has-logo.next.page-numbers,
.opal-pagination-1 .ore-pagination ul.navigation-has-logo.page-numbers,
.opal-pagination-1 .ore-pagination ul.page-numbers li.navigation-has-logo,
.woocommerce-pagination ul.navigation-has-logo.page-numbers,
.woocommerce-pagination ul.page-numbers li.navigation-has-logo,
.navigation-has-logo.custom-logo-link,
body:not(.title-tagline-hidden) .navigation-has-logo.site-branding-text,
.navigation-has-logo.navigation-button,
.ezboozt-panel .recent-posts .entry-header .navigation-has-logo.edit-link,
.navigation-has-logo.more-link,
.blog .entry-meta a.navigation-has-logo.post-edit-link,
.archive .entry-meta a.navigation-has-logo.post-edit-link,
.search .entry-meta a.navigation-has-logo.post-edit-link,
.comment-form-cookies-consent label.navigation-has-logo,
.page-links .navigation-has-logo.page-number,
.page-links a.navigation-has-logo,
.post-navigation .nav-links .navigation-has-logo.nav-title-icon-wrapper,
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-previous .navigation-has-logo.nav-subtitle:before,
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-next .navigation-has-logo.nav-subtitle:after,
.site-header-account.style-both .navigation-has-logo.icon,
.site-header-account.style-both .navigation-has-logo.account-label,
.opal-comment-3 .navigation-has-logo.comment-reply-link,
.widget .tagcloud a.navigation-has-logo,
.widget.widget_tag_cloud a.navigation-has-logo,
.wp_widget_tag_cloud a.navigation-has-logo,
.list-account li.navigation-has-logo,
.opal-custom-menu-inline .widget_nav_menu ul.menu > li.navigation-has-logo,
.modal-user .opal-loader-inner label.navigation-has-logo,
.navigation-has-logo[class*="before-title"]:before,
.navigation-has-logo[class*="after-title"]:after,
.column-item .study-case-inner .entry-category a.navigation-has-logo,
.single-case_study .information li .navigation-has-logo.meta-label,
.navigation-has-logo.elementor-video-popup,
.osf-sorting .navigation-has-logo.woocommerce-ordering,
.osf-sorting .navigation-has-logo.display-mode,
.woocommerce-tabs ul.tabs li.navigation-has-logo,
.widget .woof_list_checkbox input[type="checkbox"] + label.navigation-has-logo:before,
.widget .woof_list_radio input[type="radio"] + label.navigation-has-logo:before {
  position: relative;
}

.main-navigation a {
  font-size: 1em;
}
.main-navigation a.fa:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.main-navigation li li {
  border: none;
}

.main-navigation ul ul {
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  border: 0;
}

/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/
.opal-wrapper {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

#page {
  z-index: 101;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.opal-canvas-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.opal-canvas-open .opal-overlay {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.opal-canvas-open #page {
  z-index: 99;
}

.opal-menu-canvas {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  overflow-y: auto;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.opal-menu-canvas a {
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5em 0;
}
.opal-menu-canvas a i {
  display: none;
}
.opal-menu-canvas ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.opal-menu-canvas li.menu-item-has-children {
  position: relative;
}
.opal-menu-canvas li.menu-item-has-children.menu-open {
  background-color: #fafafa;
  transition: all ease 0.5s;
}
.opal-menu-canvas li.menu-item-has-children.menu-open > ul.sub-menu {
  max-height: 9999px;
  transition: max-height 0.5s ease-in;
}
.opal-menu-canvas li.menu-item-has-children.menu-open > .dropdown-toggle {
  transform: rotate(-180deg);
}
.opal-menu-canvas li {
  display: list-item;
}
.opal-menu-canvas ul {
  width: 100%;
}
.opal-menu-canvas .widget {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.opal-menu-canvas .widget .widget-title {
  margin-top: 1.5em;
}
.opal-menu-canvas .widget ul li {
  padding-right: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.opal-menu-canvas .widget ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
}
.opal-menu-canvas .widget ul li li {
  margin-right: 0;
  margin-left: 0;
}
.opal-menu-canvas cross-sells .dropdown-toggle {
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: inherit;
  font-size: inherit;
  box-shadow: none;
  outline: none;
}
.opal-menu-canvas .sub-menu-inner .menu {
  padding: 0;
}
.opal-menu-canvas .sub-menu-inner .menu > li {
  padding-right: 0;
  padding-left: 0;
}
.opal-menu-canvas .sub-menu-inner .menu > li > a {
  font-size: 12px;
  font-size: 0.75rem;
}
.opal-menu-canvas .sub-menu-inner .vc_custom_heading,
.opal-menu-canvas .sub-menu-inner .widget-title,
.opal-menu-canvas .sub-menu-inner .widgettitle {
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.opal-menu-canvas .sub-menu-inner div {
  display: block;
}
.opal-menu-canvas .sub-menu-inner > div {
  padding-bottom: 0;
}
.opal-menu-canvas .sub-menu-inner .vc_row {
  background-image: none !important;
  padding: 0 !important;
}
.opal-menu-canvas .sub-menu-inner .vc_row .vc_row {
  margin: 0;
}
.opal-menu-canvas .sub-menu-inner .vc_column_container {
  border: none;
}
.opal-menu-canvas .sub-menu-inner .vc_column_container .vc_column-inner {
  padding: 0;
  margin: 0;
}
.opal-menu-canvas .sub-menu-inner .vc_empty_space {
  display: none;
}
.opal-menu-canvas .megamenu {
  width: 100% !important;
}
.opal-menu-canvas .text-label {
  display: none;
}

.opal-canvas-dark .opal-menu-canvas {
  background-color: #222;
}
.opal-canvas-dark .opal-menu-canvas mark,
.opal-canvas-dark .opal-menu-canvas pre,
.opal-canvas-dark .opal-menu-canvas ins {
  background: transparent;
}
.opal-canvas-dark .opal-menu-canvas ul {
  background-color: #222;
}
@media (max-width: 767px) {
  .opal-canvas-dark .opal-menu-canvas ul ul {
    background-color: transparent;
  }
}
.opal-canvas-dark .opal-menu-canvas li li:hover {
  background-color: transparent;
}
.opal-canvas-dark .opal-menu-canvas li.menu-item-has-children.menu-open {
  background-color: #000;
}
.opal-canvas-dark .opal-menu-canvas li.menu-item-has-children.menu-open ul {
  background-color: #000;
}

.opal-menu-canvas .menu-toggle,
.opal-menu-canvas .dropdown-toggle {
  display: block;
}

.opal-menu-canvas.main-navigation .menu-item-has-children > a > .fa {
  display: none;
}

.opal-menu-canvas .dropdown-toggle:after {
  display: none;
}

.menu-canvas-default .menu-item-cart {
  display: none !important;
}

.menu-canvas-default .sub-menu {
  background: transparent;
}

/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  line-height: 3em;
  height: 3em;
  width: 3em;
}
.page-numbers:not(ul).current {
  color: #000;
  background-color: #ddd;
}
.page-numbers:not(ul).current .screen-reader-text,
.page-numbers:not(ul).current .otf-vertical-menu .navbar-nav li .text-label,
.otf-vertical-menu .navbar-nav li .page-numbers:not(ul).current .text-label,
.page-numbers:not(ul).current .opal-pagination-6 .prev.page-numbers .fa,
.opal-pagination-6 .prev.page-numbers .page-numbers:not(ul).current .fa,
.page-numbers:not(ul).current .opal-pagination-6 .next.page-numbers .fa,
.opal-pagination-6 .next.page-numbers .page-numbers:not(ul).current .fa,
.page-numbers:not(ul).current .custom-logo-link + .site-branding-text,
.page-numbers:not(ul).current .widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .widget .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .elementor-element .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current .single .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,
.page-numbers:not(ul).current #order_review_heading,
.page-numbers:not(ul).current .shop-action .yith-wcwl-add-to-wishlist > div span,
.shop-action .yith-wcwl-add-to-wishlist > div .page-numbers:not(ul).current span,
.page-numbers:not(ul).current .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .page-numbers:not(ul).current span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.elementor-pagination .prev.page-numbers,
.elementor-pagination .next.page-numbers {
  width: auto;
  height: auto;
}

.pagination,
.woocommerce-pagination,
.comments-pagination {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 2em 0 3em;
}
.pagination .icon,
.woocommerce-pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.comments-pagination {
  border: 0;
}

.opal-pagination-1 .ore-pagination {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 10px;
  font-size: 0.625rem;
}

.opal-pagination-2 .page-numbers:not(ul) {
  background-color: #e1e1e1;
}
.opal-pagination-2 .page-numbers:not(ul).current {
  color: #fff;
  background-color: #000;
}
.opal-pagination-2 .page-numbers:not(ul):hover {
  background-color: #000;
  color: #fff;
}

.opal-pagination-3 a.page-numbers:hover {
  background-color: #000;
  color: #fff;
}

.opal-pagination-4 .page-numbers:not(ul).current {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
}

.opal-pagination-4 .page-numbers:not(ul):hover {
  text-decoration: underline;
}

.opal-pagination-5 .page-numbers:not(ul) {
  background-color: #e1e1e1;
}
.opal-pagination-5 .page-numbers:not(ul).current {
  background-color: #000;
  color: #fff;
}
.opal-pagination-5 .page-numbers:not(ul).dots {
  background-color: transparent;
}

.opal-pagination-5 .prev.page-numbers,
.opal-pagination-5 .next.page-numbers {
  background-color: transparent;
}

.opal-pagination-6 .page-numbers:not(ul) {
  border-color: #ebebeb;
  margin-left: 2px;
  margin-right: 2px;
  color: #bcbcbc;
  width: 3.8em;
  height: 3.2em;
  line-height: 3.2em;
  font-weight: 700;
}
.opal-pagination-6 .page-numbers:not(ul).current {
  color: #000;
  background: #fff;
  border-color: #000;
  box-shadow: 0 0 0px 1px #000 inset;
}
.opal-pagination-6 .page-numbers:not(ul):hover {
  color: #000;
  background: #fff;
  border-color: #000;
  box-shadow: 0 0 0px 1px #000 inset;
}

.opal-pagination-6 .prev.page-numbers,
.opal-pagination-6 .next.page-numbers {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #000;
  text-indent: unset;
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}
.opal-pagination-6 .prev.page-numbers:after,
.opal-pagination-6 .next.page-numbers:after {
  content: none;
}
.opal-pagination-6 .prev.page-numbers .screen-reader-text,
.opal-pagination-6 .prev.page-numbers .otf-vertical-menu .navbar-nav li .text-label,
.otf-vertical-menu .navbar-nav li .opal-pagination-6 .prev.page-numbers .text-label,
.opal-pagination-6 .prev.page-numbers .fa,
.opal-pagination-6 .prev.page-numbers .custom-logo-link + .site-branding-text,
.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers .single .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,
.opal-pagination-6 .prev.page-numbers #order_review_heading,
.opal-pagination-6 .prev.page-numbers .shop-action .yith-wcwl-add-to-wishlist > div span,
.shop-action .yith-wcwl-add-to-wishlist > div .opal-pagination-6 .prev.page-numbers span,
.opal-pagination-6 .prev.page-numbers .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .opal-pagination-6 .prev.page-numbers span,
.opal-pagination-6 .next.page-numbers .screen-reader-text,
.opal-pagination-6 .next.page-numbers .otf-vertical-menu .navbar-nav li .text-label,
.otf-vertical-menu .navbar-nav li .opal-pagination-6 .next.page-numbers .text-label,
.opal-pagination-6 .next.page-numbers .fa,
.opal-pagination-6 .next.page-numbers .custom-logo-link + .site-branding-text,
.opal-pagination-6 .next.page-numbers .widget .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .single .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .widget .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .single .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .widget .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .single .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .widget .gallery-columns-9 .gallery-caption,
.widget .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers .single .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,
.opal-pagination-6 .next.page-numbers #order_review_heading,
.opal-pagination-6 .next.page-numbers .shop-action .yith-wcwl-add-to-wishlist > div span,
.shop-action .yith-wcwl-add-to-wishlist > div .opal-pagination-6 .next.page-numbers span,
.opal-pagination-6 .next.page-numbers .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .opal-pagination-6 .next.page-numbers span {
  position: static !important;
  text-transform: uppercase;
  clip: unset;
}

.opal-pagination-6 nav.navigation.pagination,
.opal-pagination-6 nav.navigation.woocommerce-pagination {
  text-align: right;
}

.opal-pagination-7 .pagination,
.opal-pagination-7 .woocommerce-pagination,
.opal-pagination-7 .comments-pagination {
  border-top-width: 3px;
}

.opal-pagination-7 .page-numbers:not(ul) {
  position: relative;
}
.opal-pagination-7 .page-numbers:not(ul):before {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  top: -3px;
  right: 50%;
  left: 50%;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
}
.opal-pagination-7 .page-numbers:not(ul):hover:before {
  right: 0;
  left: 0;
}
.opal-pagination-7 .page-numbers:not(ul).current {
  background-color: transparent;
}
.opal-pagination-7 .page-numbers:not(ul).current:before {
  left: 0;
  right: 0;
}

.opal-pagination-8 .page-numbers:not(ul) {
  background-color: #f3f3f3;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  background-repeat: repeat-x;
}
.opal-pagination-8 .page-numbers:not(ul).current {
  background-image: linear-gradient(to bottom, #e3e3e3 0%, #555 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75) inset;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75) inset;
}

.opal-pagination-8 a.page-numbers:hover,
.opal-pagination-8 a.page-numbers:focus {
  background-image: none;
  background-color: #fff;
}

.woocommerce-pagination {
  text-align: right;
  margin-top: 30px;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  /* 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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  /* 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/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background-color: #fff;
}
@media (max-width: 767px) {
  body #secondary {
    margin-top: 60px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body .primary {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary {
  padding-left: 15px;
  padding-right: 15px;
}
body.opal-layout-boxed #page {
  background: #fff;
}

/*--------------------------------------------------------------
Side Header PHP Render
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader.logged-in .site-header {
    padding-top: 30px;
  }
  body.opal-header-layout-sideHeader .site-header {
    height: 100%;
    position: fixed;
    z-index: 3000;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    top: 0;
    overflow: initial;
    display: flex;
    flex-direction: column;
  }
  body.opal-header-layout-sideHeader .site-header .container,
  body.opal-header-layout-sideHeader .site-header #content,
  body.opal-header-layout-sideHeader .site-header .opal-canvas-filter.top,
  body.opal-header-layout-sideHeader .site-header .otf-product-recently-content .widget_recently_viewed_products,
  .otf-product-recently-content body.opal-header-layout-sideHeader .site-header .widget_recently_viewed_products {
    display: block;
  }
  body.opal-header-layout-sideHeader .site-header .vc_column-inner {
    padding: 0;
  }
  body.opal-header-layout-sideHeader .site-header .custom-header {
    padding: 0;
    display: block;
    box-shadow: none;
  }
  body.opal-header-layout-sideHeader .site-header .custom-header .site-branding {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 1em;
  }
  body.opal-header-layout-sideHeader .site-header .custom-header .site-branding a {
    padding: 0;
  }
  body.opal-header-layout-sideHeader .site-header .custom-header .header-main-content {
    display: block;
  }
  body.opal-header-layout-sideHeader .site-header .top-bar {
    order: 3;
    text-align: center;
  }
  body.opal-header-layout-sideHeader .site-header .top-bar .social-navigation {
    margin: 0 auto;
  }
  body.opal-header-layout-sideHeader .site-header .submenu-fullwidth .sub-menu-inner {
    max-width: 100%;
  }
  body.opal-header-layout-sideHeader .site-header .submenu-fullwidth .sub-menu-inner .vc_row {
    position: static !important;
    width: 100% !important;
  }
  body.opal-header-layout-sideHeader .site-header .site-header > div > .vc_row[data-vc-full-width],
  body.opal-header-layout-sideHeader .site-header .site-header > div > section[data-vc-full-width] {
    width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.opal-header-layout-sideHeader .main-navigation {
    width: 100%;
    display: block;
  }
  body.opal-header-layout-sideHeader .main-navigation ul.menu {
    display: block;
  }
  body.opal-header-layout-sideHeader .main-navigation ul.menu > li {
    display: block;
  }
  body.opal-header-layout-sideHeader .main-navigation .top-menu > li {
    border-top: 1px solid rgba(225, 225, 225, 0.1);
  }
  body.opal-header-layout-sideHeader .main-navigation .top-menu > li:first-child {
    border: none;
  }
  body.opal-header-layout-sideHeader .main-navigation .top-menu > li:first-child > a {
    padding: 1em;
  }
  body.opal-header-layout-sideHeader .main-navigation .top-menu > li > a {
    padding: 1em;
    text-align: center;
  }
  body.opal-header-layout-sideHeader .main-navigation .sub-menu {
    visibility: hidden;
    top: 0 !important;
    min-width: 280px;
  }
  body.opal-header-layout-sideHeader .main-navigation li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
  }
  body.opal-header-layout-sideHeader .main-navigation li.menu-item-has-children:after,
  body.opal-header-layout-sideHeader .main-navigation li.menu-item-has-children:before {
    display: none !important;
  }
  body.opal-header-layout-sideHeader .main-navigation .submenu-fullwidth {
    width: calc(100vw - 100% - 17px) !important;
  }
  body.opal-header-layout-sideHeader .custom-logo-link {
    padding: 0;
  }
  body.opal-header-layout-sideHeader .shopping_cart,
  body.opal-header-layout-sideHeader .search_nav,
  body.opal-header-layout-sideHeader .dropdown-menu {
    top: 0;
    visibility: hidden;
    right: 100%;
  }
  body.opal-header-layout-sideHeader .shopping_cart.active,
  body.opal-header-layout-sideHeader .search_nav.active,
  body.opal-header-layout-sideHeader .dropdown-menu.active {
    visibility: visible;
  }
  body.opal-header-layout-sideHeader .site-header-cart {
    position: static;
  }
  body.opal-header-layout-sideHeader .site-header-cart.active .shopping_cart {
    visibility: visible;
  }
  body.opal-header-layout-sideHeader .site-header-search .otf-dropdown {
    top: 0;
    right: 100%;
  }
  body.opal-header-layout-sideHeader .group-box {
    display: block;
  }
  body.opal-header-layout-sideHeader .site-header-my-account {
    display: block;
    text-align: center;
  }
  body.opal-header-layout-sideHeader .site-header-my-account .my-account-links-menu {
    border-top: 1px solid #eaeaea;
  }
  body.opal-header-layout-sideHeader .site-header-my-account .my-account-links-menu > li > a:before {
    padding: 1em;
  }
  body.opal-header-layout-sideHeader .site-header-my-account .my-account-links-menu li:hover .sub-menu {
    top: 0;
  }
  body.opal-header-layout-sideHeader.opal-header-skin-dark .main-navigation li {
    border-color: #313131;
  }
  body.opal-header-layout-sideHeader.opal-side-header-left .main-navigation li.menu-item-has-children > .sub-menu,
  body.opal-header-layout-sideHeader.opal-side-header-left .my-account-links-menu li.menu-item-has-children > .sub-menu {
    right: calc(100% + 15px) !important;
    transition: opacity 0.25s ease, visibility 0.25s ease, right 0.25s ease;
  }
  body.opal-header-layout-sideHeader.opal-side-header-left .main-navigation li.menu-item-has-children:hover > .sub-menu,
  body.opal-header-layout-sideHeader.opal-side-header-left .my-account-links-menu li.menu-item-has-children:hover > .sub-menu {
    right: 100% !important;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header {
    border-right: 1px solid #ddd;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .main-navigation li.menu-item-has-children > .sub-menu,
  body.opal-header-layout-sideHeader.opal-side-header-right .my-account-links-menu li.menu-item-has-children > .sub-menu {
    left: calc(100% + 15px) !important;
    right: inherit !important;
    transition: opacity 0.25s ease, visibility 0.25s ease, left 0.25s ease;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .main-navigation li.menu-item-has-children:hover > .sub-menu,
  body.opal-header-layout-sideHeader.opal-side-header-right .my-account-links-menu li.menu-item-has-children:hover > .sub-menu {
    left: 100% !important;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-cart .shopping_cart,
  body.opal-header-layout-sideHeader.opal-side-header-right .search_nav,
  body.opal-header-layout-sideHeader.opal-side-header-right .dropdown-menu {
    right: auto;
    left: 100%;
  }
  body.opal-header-layout-sideHeader .site-header {
    width: 300px;
  }
  body.opal-header-layout-sideHeader.opal-side-header-left .site-header {
    right: 0;
  }
  body.opal-header-layout-sideHeader.opal-side-header-left #page > :not(.site-header) {
    margin-right: 300px;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header {
    left: 0;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right #page > :not(.site-header) {
    margin-left: 300px;
  }
}

/*--------------------------------------------------------------
End Side Header PHP Render
--------------------------------------------------------------*/
#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%;
}

body.archive #primary,
.blog #primary {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .opal-container-full .container,
  .opal-container-full #content,
  .opal-container-full .opal-canvas-filter.top,
  .opal-container-full .otf-product-recently-content .widget_recently_viewed_products,
  .otf-product-recently-content .opal-container-full .widget_recently_viewed_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 {
  position: relative;
}

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.site-header .container,
.site-header #content,
.site-header .opal-canvas-filter.top,
.site-header .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .site-header .widget_recently_viewed_products {
  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,
.site-header th .wpb_wrapper,
.site-header .mainmenu-container ul .wpb_wrapper,
.mainmenu-container .site-header ul .wpb_wrapper,
.site-header .mainmenu-container li .wpb_wrapper,
.mainmenu-container .site-header li .wpb_wrapper,
.site-header .my-account-links-menu .sub-menu li a .wpb_wrapper,
.my-account-links-menu .sub-menu li .site-header a .wpb_wrapper,
.site-header .opal-comment-form-2 .comment-form .form-submit .wpb_wrapper,
.opal-comment-form-2 .comment-form .site-header .form-submit .wpb_wrapper,
.site-header .opal-comment-form-3 .comment-form .form-submit .wpb_wrapper,
.opal-comment-form-3 .comment-form .site-header .form-submit .wpb_wrapper,
.site-header .opal-comment-form-4 .comment-form .form-submit .wpb_wrapper,
.opal-comment-form-4 .comment-form .site-header .form-submit .wpb_wrapper,
.site-header .gallery-caption .wpb_wrapper,
.site-header .owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .entry-gallery .nav-style-4.gallery .owl-nav .owl-prev .wpb_wrapper,
.entry-gallery .nav-style-4.gallery .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev .wpb_wrapper,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev .wpb_wrapper,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .owl-theme .products.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,
.owl-theme .products.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper,
.site-header .entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper {
  justify-content: flex-start;
}
.site-header .text-right .wpb_wrapper,
.site-header .form-submit .wpb_wrapper,
.site-header .owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next .wpb_wrapper,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next .wpb_wrapper,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .entry-gallery .nav-style-4.gallery .owl-nav .owl-next .wpb_wrapper,
.entry-gallery .nav-style-4.gallery .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next .wpb_wrapper,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next .wpb_wrapper,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .owl-theme .products.nav-style-4 .owl-nav .owl-next .wpb_wrapper,
.owl-theme .products.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next .wpb_wrapper,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,
.site-header .osf-sorting .display-mode .wpb_wrapper,
.osf-sorting .site-header .display-mode .wpb_wrapper {
  justify-content: flex-end;
}
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu ul {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.16);
}
.site-header .opal-custom-menu-inline .widget_nav_menu a {
  line-height: 44px;
}
.site-header .header-content .custom-header {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .site-header .header-content .custom-header .header-main-content {
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-header .header-content .custom-header .header-main-content {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .site-header .header-content .custom-header .header-main-content {
    flex-wrap: wrap;
  }
}
.site-header .header-content .site-branding {
  padding-left: 30px;
}
@media (min-width: 1441px) {
  .site-header .header-content .site-branding {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-header .header-content .site-branding {
    max-width: 45%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .site-header .header-content .site-branding {
    margin-left: auto;
    max-width: 70%;
  }
}
@media (min-width: 1441px) {
  .site-header .header-content .navigation-top {
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-header .header-content .navigation-top {
    width: 100%;
    order: 12;
    padding-top: 30px;
    text-align: center;
  }
}
.site-header .header-group {
  display: flex;
  margin-right: auto;
  align-items: center;
}
@media (min-width: 1441px) {
  .site-header .header-group {
    width: 25%;
    justify-content: flex-end;
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .site-header .header-group {
    padding-top: 20px;
    width: 100%;
  }
  .site-header .header-group .site-header-account,
  .site-header .header-group .site-header-cart {
    display: none;
  }
}
.site-header .header-group > * {
  margin-left: 35px;
}
.site-header .header-group > *.search-form {
  min-width: 112px;
}
@media (max-width: 767px) {
  .site-header .header-group > *.search-form {
    margin-left: 0;
    width: 100%;
    display: none;
  }
}
.site-header .header-group > *.search-form .input-group-btn {
  order: -1;
  padding-left: 10px;
}
.site-header .header-group > *:last-child,
.site-header .header-group > *.site-header-cart {
  margin-left: 0;
}
.site-header .header-group .search-field {
  padding: 0 0 0 5px;
  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:hover,
.site-header .header-group .search-field:focus {
  border-bottom-color: #313131;
}
.site-header .header-group .search-submit {
  padding: 0;
  font-size: 14px;
  background: transparent;
  color: #222;
  border: 0;
}

.otf-flex-item {
  flex: 1 0 auto;
}

/* Site branding */
.site-branding {
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
  display: inline-block;
}
.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-branding a:hover,
.site-branding a:focus {
  opacity: 0.7;
}

.site-title {
  clear: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-title a {
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}

.site-description {
  font-size: 13px;
  font-size: 0.8125rem;
}

.custom-logo-link {
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: block;
  max-height: 80px;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
  opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
  vertical-align: middle;
}

.custom-header {
  position: relative;
  z-index: 1;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-main-content {
  position: relative;
}
@media (min-width: 1401px) {
  .header-main-content {
    align-items: flex-start;
  }
}

/* Header Dark Skin */
.opal-header-skin-dark .top-bar {
  background-color: #222;
}
.opal-header-skin-dark .top-bar a:hover {
  color: #313131;
}
.opal-header-skin-dark .top-bar .social-navigation a {
  background-color: #222;
}
.opal-header-skin-dark .top-bar .social-navigation a:hover {
  background-color: #313131;
}

.opal-header-skin-dark .site-title a:hover,
.opal-header-skin-dark .site-branding a:hover {
  color: #313131;
}

.opal-header-skin-dark .menu-toggle {
  color: #fff;
}

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

body.opal-header-absolute .is-sticky .opal-element-sticky {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px !important;
  border: none;
}

body.opal-header-absolute .opal-element-sticky {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: padding 0.35s linear;
}

body.opal-header-absolute .container-fluid .opal-header-sticky,
body.opal-header-absolute .single-product.osf_woocommerce_single_product_style_full #content .opal-header-sticky,
.single-product.osf_woocommerce_single_product_style_full body.opal-header-absolute #content .opal-header-sticky,
body.opal-header-absolute .single-product.woocommerce-single-style-1 .page-title-bar .container .opal-header-sticky,
.single-product.woocommerce-single-style-1 .page-title-bar body.opal-header-absolute .container .opal-header-sticky,
body.opal-header-absolute .single-product.woocommerce-single-style-1 .page-title-bar #content .opal-header-sticky,
.single-product.woocommerce-single-style-1 .page-title-bar body.opal-header-absolute #content .opal-header-sticky,
body.opal-header-absolute .single-product.woocommerce-single-style-1 .page-title-bar .opal-canvas-filter.top .opal-header-sticky,
.single-product.woocommerce-single-style-1 .page-title-bar body.opal-header-absolute .opal-canvas-filter.top .opal-header-sticky,
body.opal-header-absolute .single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content .widget_recently_viewed_products .opal-header-sticky,
.single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content body.opal-header-absolute .widget_recently_viewed_products .opal-header-sticky,
body.opal-header-absolute .otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar .widget_recently_viewed_products .opal-header-sticky,
.otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar body.opal-header-absolute .widget_recently_viewed_products .opal-header-sticky {
  margin-right: -15px;
  margin-left: -15px;
}

.list-account li {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}
.list-account li a {
  padding: 0 12px;
}

.list-account i {
  margin-left: 10px;
}

.search-button,
.site-header-account {
  vertical-align: middle;
}
.search-button .icon,
.site-header-account .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  margin: 0;
}
.search-button .icon:before,
.site-header-account .icon:before {
  vertical-align: middle;
  font-size: 30px;
  font-size: 1.875rem;
  width: 45px;
  height: 40px;
  line-height: 36px;
  display: block;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.ezboozt-panel {
  position: relative;
}

.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  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 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  right: 0;
  left: 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 */
.ezboozt-front-page .panel-content .recent-posts article {
  border: 0;
  color: #313131;
  margin-bottom: 3em;
}

.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;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 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-left: 15px;
  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;
  content: "\f08d";
}

.post:not(.sticky) .icon-thumb-tack {
  display: none;
}

.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  right: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}

.column-item .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
}

.entry-header .entry-title {
  margin-bottom: 0.5em;
}

.entry-title a {
  color: #e68b0c;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 0.25em;
}

.updated:not(.published) {
  display: none;
}

.more-link:after {
  font-family: FontAwesome;
  content: "\f178";
  font-weight: 500;
}

/* Aligned blockquotes */
.entry-content ul,
.entry-content ol {
  padding-right: 1.3em;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* Blog landing, search, archives */
article.type-post {
  background-color: #fff;
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 50px;
}
article.type-post .entry-content {
  padding: 0 0 15px;
}
article.type-post .entry-content > p {
  line-height: 1.8;
}
article.type-post .entry-content .more-link {
  display: block;
  width: max-content;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
}
article.type-post .entry-summary {
  padding: 0 20px 15px;
}
article.type-post .entry-header {
  display: flex;
}
article.type-post .entry-title {
  order: 1;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 15px 0 20px;
  text-transform: uppercase;
  font-weight: 700;
}
article.type-post .post-categories li {
  padding: 3px 10px 3px 0;
}
article.type-post .post-categories li:last-child a {
  border-left: 0;
  padding-left: 0;
}
article.type-post .post-categories li:first-child {
  padding-right: 0;
}
article.type-post .post-categories a {
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 1px solid;
  line-height: 1;
  padding-left: 17px;
  display: inline-block;
}
article.type-post .entry-video,
article.type-post .entry-gallery {
  margin-bottom: 15px;
}
article.type-post .post-thumbnail {
  margin-bottom: 30px;
}

body.archive .site-content {
  padding-top: 40px;
  padding-bottom: 100px;
}

body.single-post article {
  overflow: hidden;
}
body.single-post article .entry-header {
  order: -1;
  text-align: center;
}
body.single-post article .entry-header a[rel="category"] {
  display: inline-block;
  font-size: 12px;
}
body.single-post article .post-thumbnail + .entry-header {
  padding-bottom: 35px;
}
body.single-post article .post-categories {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
body.single-post article .post-categories a {
  background: transparent;
  text-transform: uppercase;
}
body.single-post article .post-categories a:hover {
  text-decoration: underline;
}
body.single-post article .site-content {
  padding-bottom: 40px;
}
body.single-post article .entry-footer {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
body.single-post article .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 55px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  body.single-post article .entry-meta {
    padding-bottom: 35px;
  }
}
body.single-post article .entry-meta:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  border-bottom: 1px solid #ebebeb;
}
body.single-post article .entry-meta .pbr-social-share {
  text-transform: uppercase;
}
body.single-post article .entry-meta .entry-meta-inner {
  color: #8d8d8d;
}
body.single-post article .entry-meta .entry-meta-inner .author {
  color: #313131;
}
body.single-post article .entry-meta .entry-meta-inner .posted-on a {
  color: #8d8d8d;
}
body.single-post article .entry-title {
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: initial;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  body.single-post article .entry-title {
    font-size: 24px;
  }
}
body.single-post article .entry-content {
  margin-top: 40px;
}

body.single-post article.type-post .entry-content {
  padding-right: 0;
  padding-left: 0;
}

body.single-post article.type-post .entry-header {
  padding-right: 0;
  padding-left: 0;
}

body.single-post article.type-post .entry-footer .tags-links,
body.single-post article.type-post .entry-footer .edit-link,
body.single-post article.type-post .entry-footer .cat-links {
  padding-right: 0;
}

body.single-post article.type-post .post-inner {
  display: flex;
  flex-direction: column;
}

body.single-post .navigation {
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  padding: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #ebebeb;
}
body.single-post .navigation > div {
  -ms-flex: 1;
  flex: 1;
}
body.single-post .navigation .nav-link {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
body.single-post .navigation .nav-link + a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999em;
  text-align: right;
  overflow: hidden;
  z-index: 2;
}
body.single-post .navigation .next-nav {
  position: relative;
  padding: 55px 20px;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
}
body.single-post .navigation .next-nav .thumbnail-nav {
  margin-right: 40px;
}
body.single-post .navigation .next-nav:hover {
  background: #f7f7f7;
}
body.single-post .navigation .previous-nav {
  position: relative;
  padding: 55px 20px;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.single-post .navigation .previous-nav .thumbnail-nav {
  margin-left: 40px;
}
body.single-post .navigation .previous-nav:hover {
  background: #f7f7f7;
}

body.single-post.opal-single-post-style article .post-thumbnail img {
  width: 100%;
}

body.single-post.opal-single-post-style article .post-inner {
  display: flex;
  flex-direction: column;
}

body.single-post.opal-single-post-style article .entry-title {
  color: #222;
}

body.single-post.opal-single-post-style article .entry-meta,
body.single-post.opal-single-post-style article .entry-header,
body.single-post.opal-single-post-style article .entry-content,
body.single-post.opal-single-post-style article .entry-footer,
body.single-post.opal-single-post-style article .comments-area {
  margin-right: auto;
  margin-left: auto;
}

body.single-post.opal-single-post-style #comments {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

body.single-post.opal-single-post-style .navigation {
  margin-top: 45px;
  padding: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #ebebeb;
}
body.single-post.opal-single-post-style .navigation .previous-nav,
body.single-post.opal-single-post-style .navigation .next-nav {
  padding: 55px 20px;
}
body.single-post.opal-single-post-style .navigation .nav-link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
body.single-post.opal-single-post-style .navigation .nav-title {
  margin-bottom: 10px;
}

body.single-post.opal-comment-form-2 .comment-respond .comment-reply-title,
body.single-post.opal-comment-form-3 .comment-respond .comment-reply-title,
body.single-post.opal-comment-form-3 .comment-respond .comment-reply-title {
  font-size: 20px;
  font-size: 1.25rem;
}

body.single-post .page-title-bar,
body.blog .page-title-bar {
  border-bottom: 1px solid #e1e1e1;
}

.related-heading {
  margin-top: 90px;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.related-posts {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
.related-posts .entry-content {
  display: none;
}
.related-posts .post-inner .entry-header {
  display: flex;
  flex-direction: column;
}
.related-posts .post-inner .entry-header .entry-title {
  order: -1;
  margin-bottom: 10px;
  text-transform: initial;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.related-posts .post-inner .entry-header .meta {
  font-size: 12px;
  color: #8d8d8d;
}
.related-posts .post-inner .entry-header .meta .posted-on a {
  color: #8d8d8d;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link {
  color: #222;
  margin-right: 1em;
  white-space: nowrap;
}

.search .entry-meta a.post-edit-link {
  color: #222;
  margin-right: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  white-space: nowrap;
}

.search #primary .search-form {
  margin: 30px auto 100px;
}

.taxonomy-description {
  font-size: 13px;
  font-size: 0.8125rem;
}

.comment-form-cookies-consent {
  padding-right: 15px;
}

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
}

/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.single-featured-image-header img {
  display: block;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1em 0 0;
}
.page-links .page-number {
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1;
  margin: 3px;
  border-radius: 3px;
}
.page-links a:not(:hover) .page-number {
  color: #222;
  background: transparent;
}

/* Entry footer */
.entry-footer {
  padding: 1em 0;
}
.entry-footer .cat-tags-links {
  margin-left: auto;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 13px;
  font-weight: 400;
  padding-right: 2.5em;
  position: relative;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .cat-links a {
  color: #313131;
}
.entry-footer .tags-links a {
  line-height: 32px;
  padding: 7px 20px 7px;
  background: #f7f7f7;
}
.entry-footer .tags-links a:hover {
  text-decoration: none;
  color: #fff;
  background: #313131;
}
.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #000;
  right: 0;
  margin-left: 0.5em;
  position: absolute;
  top: 2px;
}
.entry-footer .edit-link {
  display: inline-block;
  padding-right: 30px;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #313131;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  right: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post social */
.pbr-social-share a:hover {
  text-transform: none;
}

/* Post Author*/
.author-wrapper .author-avatar {
  position: relative;
}
.author-wrapper .author-avatar img {
  position: relative;
  z-index: 2;
  max-width: 70px;
}
.author-wrapper .author-avatar:before {
  content: "";
  top: 50%;
  right: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  min-height: 2px;
}

.author-wrapper .author-name {
  font-size: 20px;
  font-size: 1.25rem;
}
.author-wrapper .author-name .a-name {
  text-transform: capitalize;
}

/* Post Navigation */
.post-navigation {
  margin: 3em 0;
}
.post-navigation .nav-subtitle {
  background-color: transparent;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}
.post-navigation .nav-title {
  color: #313131;
}
.post-navigation .nav-links {
  display: flex;
  position: relative;
}
.post-navigation .nav-links .nav-title-icon-wrapper {
  width: 2em;
}

@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.opal-post-navigation-2 .post-navigation .nav-links .nav-title-icon-wrapper {
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.opal-post-navigation-2 .post-navigation .nav-links .nav-previous {
  position: relative;
  width: 50%;
  background: #f6f7fa;
  margin-left: 5px;
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a {
  padding-right: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a {
    padding-right: 70px;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before {
  position: absolute;
  content: "\f104";
  height: 100%;
  right: 0;
  top: 0;
  width: 100px;
  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;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c8ca;
  border-color: #e7e8ef;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before {
    font-size: 30px;
    width: 70px;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle {
  padding-right: 30px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title,
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle {
    text-decoration: underline;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title-icon-wrapper {
  right: 0;
}

.opal-post-navigation-2 .post-navigation .nav-links .nav-next {
  position: relative;
  width: 50%;
  text-align: left;
  background: #f6f7fa;
  margin-right: 5px;
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a {
  padding-left: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next a {
    padding-left: 70px;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a:before {
  position: absolute;
  content: "\f105";
  height: 100%;
  left: 0;
  top: 0;
  width: 100px;
  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;
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c7c8ca;
  border-color: #e7e8ef;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next a:before {
    font-size: 30px;
    width: 70px;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle {
  padding-left: 30px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title,
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle {
    text-decoration: underline;
  }
}
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title-icon-wrapper {
  left: 0;
}

.opal-post-navigation-2 .post-navigation .nav-links .nav-title {
  position: initial;
}
@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation .nav-links .nav-title {
    display: none;
  }
}

.opal-post-navigation-3 .post-navigation .nav-links:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.opal-post-navigation-3 .post-navigation .nav-links a:hover {
  text-decoration: underline;
}

.opal-post-navigation-3 .post-navigation .nav-links .nav-title-icon-wrapper {
  display: none;
}

.opal-post-navigation-4 .post-navigation .nav-links > div {
  width: calc(50% - 15px);
  border: 1px solid;
  background-color: #fff;
}
.opal-post-navigation-4 .post-navigation .nav-links > div a > span {
  display: block;
}
.opal-post-navigation-4 .post-navigation .nav-links > div .nav-subtitle {
  border-bottom: 1px solid;
}
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-previous .nav-subtitle:before {
  content: "\f104";
  font-family: FontAwesome;
  width: 20px;
  font-size: 16px;
  font-size: 1rem;
}
.opal-post-navigation-4 .post-navigation .nav-links > div.nav-next .nav-subtitle:after {
  content: "\f105";
  font-family: FontAwesome;
  width: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.opal-post-navigation-4 .post-navigation .nav-links .nav-title-icon-wrapper {
  display: none;
}

.page article.type-post .entry-header .edit-link {
  position: static;
  display: block;
}

.blog article.type-post,
.blog article.type-page,
.archive article.type-post,
.archive article.type-page,
.search article.type-post,
.search article.type-page {
  margin-bottom: 50px;
}
.blog article.type-post:last-of-type,
.blog article.type-page:last-of-type,
.archive article.type-post:last-of-type,
.archive article.type-page:last-of-type,
.search article.type-post:last-of-type,
.search article.type-page:last-of-type {
  border: none;
}
.blog article.type-post .post-categories,
.blog article.type-page .post-categories,
.archive article.type-post .post-categories,
.archive article.type-page .post-categories,
.search article.type-post .post-categories,
.search article.type-page .post-categories {
  display: none;
}
.blog article.type-post .entry-meta,
.blog article.type-page .entry-meta,
.archive article.type-post .entry-meta,
.archive article.type-page .entry-meta,
.search article.type-post .entry-meta,
.search article.type-page .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
}
.blog article.type-post .entry-summary,
.blog article.type-page .entry-summary,
.archive article.type-post .entry-summary,
.archive article.type-page .entry-summary,
.search article.type-post .entry-summary,
.search article.type-page .entry-summary {
  padding-bottom: 20px;
}
.blog article.type-post .more-link,
.blog article.type-page .more-link,
.archive article.type-post .more-link,
.archive article.type-page .more-link,
.search article.type-post .more-link,
.search article.type-page .more-link {
  font-weight: 700;
}
.blog article.type-post .entry-title a,
.blog article.type-page .entry-title a,
.archive article.type-post .entry-title a,
.archive article.type-page .entry-title a,
.search article.type-post .entry-title a,
.search article.type-page .entry-title a {
  border-bottom: 1px solid;
}
.blog article.type-post .entry-title a:not(:hover),
.blog article.type-page .entry-title a:not(:hover),
.archive article.type-post .entry-title a:not(:hover),
.archive article.type-page .entry-title a:not(:hover),
.search article.type-post .entry-title a:not(:hover),
.search article.type-page .entry-title a:not(:hover) {
  border-color: transparent;
}

article.type-page + .comments-area {
  margin-top: 5em;
}

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-meta a {
  text-transform: uppercase;
}
.entry-meta a:hover {
  text-decoration: underline;
}

.entry-meta-inner > span + span {
  position: relative;
  padding-right: 20px;
}
.entry-meta-inner > span + span:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 6px;
  height: 1px;
  background-color: #212121;
}

.post-categories {
  display: none;
}

.search article.type-post .entry-header,
.search article.type-post .entry-summary,
.search article.type-post .entry-content {
  padding-right: 0;
  padding-left: 0;
}

article.content-style-1 .entry-header {
  padding-right: 0;
  padding-left: 0;
}

article.content-style-2 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
article.content-style-2 .entry-header {
  padding: 0;
}

@media (min-width: 768px) {
  .opal-default-content-layout-2cr #secondary .inner {
    padding-right: 50px;
  }
}

.opal-container-full.page article .entry-meta,
.opal-container-full.page article .entry-header,
.opal-container-full.page article .entry-content,
.opal-container-full.page article .entry-footer,
.opal-container-full.page article .comments-area,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-meta,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-header,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-content,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-footer,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .comments-area {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .opal-container-full.page article .entry-meta,
  .opal-container-full.page article .entry-header,
  .opal-container-full.page article .entry-content,
  .opal-container-full.page article .entry-footer,
  .opal-container-full.page article .comments-area,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-meta,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-header,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-content,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .entry-footer,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) article .comments-area {
    max-width: 75%;
  }
}

.opal-container-full.page #comments,
.opal-container-full.single-post:not(.opal-default-content-layout-2cr) #comments {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .opal-container-full.page #comments,
  .opal-container-full.single-post:not(.opal-default-content-layout-2cr) #comments {
    max-width: 75%;
  }
}

.opal-container-full.single-post article .entry-meta {
  justify-content: center;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}

.page .edit-link {
  display: inline-block;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  top: 0;
  left: 0;
}

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.search .content-area {
  width: 100%;
}

.search .page-title {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.page:not(.home) #content {
  padding-bottom: 1.5em;
}

/* 404 page */
.error404 h1 {
  color: #222;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .error404 h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.error404 .error-title {
  color: #222;
  font-size: 30px;
  font-size: 1.875rem;
  padding: 0.9em 0 0.3em;
}
@media (max-width: 991px) {
  .error404 .error-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.error404 .error-text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
}

.error404 .go-back {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
}

.error404 .page-content {
  padding-bottom: 3em;
  padding-top: 4.3em;
}
@media (max-width: 991px) {
  .error404 .page-content {
    padding-bottom: 2em;
    padding-top: 2em;
  }
}

.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  z-index: 2;
}
.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em;
}
@media (max-width: 991px) {
  .site-footer .social-navigation {
    text-align: right;
  }
}
.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.widget_recent_entries li {
  padding-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.site-footer .widget_rss ul li {
  padding: 2.125em 0;
}
.site-footer .widget_rss ul li:first-child {
  border: none;
}
@media (max-width: 991px) {
  .site-footer .b-sm-none {
    border: none !important;
  }
}
.site-footer .vc_custom_heading > * {
  color: inherit;
  font-size: inherit;
  margin-bottom: 0;
  font-weight: 600;
}
.site-footer .underline-title .vc_custom_heading,
.site-footer .underline-title .widget-title,
.site-footer .underline-title .widgettitle {
  position: relative;
}
.site-footer .underline-title .vc_custom_heading:before,
.site-footer .underline-title .widget-title:before,
.site-footer .underline-title .widgettitle:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
}

/* Site info */
.site-info {
  font-size: 14px;
  font-size: 0.875rem;
}
.site-info .sep {
  display: block;
  visibility: hidden;
  height: 0;
}

/* Footer Dark skin */
.opal-footer-skin-dark .site-footer h2.widget-title,
.opal-footer-skin-dark .site-footer .vc_custom_heading,
.opal-footer-skin-dark .site-footer .widgettitle,
.opal-footer-skin-dark .site-footer a {
  color: #fff;
}

.opal-footer-skin-dark .site-footer .social-navigation li a {
  color: #fff;
}
.opal-footer-skin-dark .site-footer .social-navigation li a:hover {
  background-color: #000;
}

.opal-footer-skin-dark .site-footer .widget li a:hover {
  color: #fff;
}

.scrollup {
  font-size: 10px;
}
.scrollup .icon {
  font-size: 30px;
  font-size: 1.875rem;
  height: auto;
  line-height: 24px;
}

/*--------------------------------------------------------------
13.7 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb i {
  padding: 0 10px;
}

.breadcrumb a:after {
  content: "/";
  padding: 0 10px;
  display: inline-block;
  display: none;
}

.breadcrumb span.fa {
  font-size: 6px;
  font-size: 0.375rem;
  margin: 0 10px;
}

.breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
}

/*--------------------------------------------------------------
13.8 header-mobile
--------------------------------------------------------------*/
.site-header-mobile .icon-mobile,
.site-header-mobile .search-dropdown,
.site-header-mobile .menu-toggle {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  text-align: center;
  display: block;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 480px) {
  .site-header-mobile .icon-mobile,
  .site-header-mobile .search-dropdown,
  .site-header-mobile .menu-toggle {
    height: 60px;
    line-height: 60px;
  }
}
.site-header-mobile .icon-mobile i,
.site-header-mobile .search-dropdown i,
.site-header-mobile .menu-toggle i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}

.site-header-mobile .custom-logo-link {
  padding: 0.5rem 0;
}

@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 {
  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 .title,
.site-header-mobile .site-header-cart .header-button .amount,
.site-header-mobile .site-header-cart .header-button .count-text {
  display: none;
}
.site-header-mobile .site-header-cart .header-button .count {
  right: inherit;
  left: 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%;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.site-header-mobile form[class*="search"] .input-group-btn {
  left: 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;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  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;
  left: 0;
  transform: translateX(0);
}
.site-header-mobile form[class*="search"] input[type="search"] + .dgwt-wcas-preloader.dgwt-wcas-close {
  pointer-events: auto;
  left: 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 {
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  top: 0;
  left: 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;
}

.opal-header-skin-custom .site-header .site-header-mobile .icon-mobile i,
.opal-header-skin-custom .site-header .site-header-mobile .search-dropdown i,
.opal-header-skin-custom .site-header .site-header-mobile .menu-toggle i,
.opal-header-skin-custom .site-header .site-header-mobile div.dgwt-wcas-preloader:before,
.opal-header-skin-custom .site-header .site-header-mobile div,
.opal-header-skin-custom .site-header .site-header-mobile input {
  color: inherit;
}

/*--------------------------------------------------------------
13.9 header-sticky
--------------------------------------------------------------*/
#opal-header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
  background: #fff;
  transform: translateY(-100%);
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
#opal-header-sticky.sticky-show {
  transform: translateY(0);
  visibility: visible;
  z-index: 9999;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  #opal-header-sticky .container .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  #opal-header-sticky #content .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  #opal-header-sticky .opal-canvas-filter.top .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  #opal-header-sticky .otf-product-recently-content .widget_recently_viewed_products .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .otf-product-recently-content #opal-header-sticky .widget_recently_viewed_products .top-menu > li:not(.menu-item-search):not(.menu-item-cart) {
    display: none;
  }
}
@media (max-width: 991px) {
  #opal-header-sticky > .container-fluid .main-navigation .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .single-product.osf_woocommerce_single_product_style_full #opal-header-sticky > #content .main-navigation .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > .container .main-navigation .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > #content .main-navigation .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > .opal-canvas-filter.top .main-navigation .top-menu > li:not(.menu-item-search):not(.menu-item-cart),
  .single-product.woocommerce-single-style-1
    .page-title-bar
    .otf-product-recently-content
    #opal-header-sticky
    > .widget_recently_viewed_products
    .main-navigation
    .top-menu
    > li:not(.menu-item-search):not(.menu-item-cart),
  .otf-product-recently-content
    .single-product.woocommerce-single-style-1
    .page-title-bar
    #opal-header-sticky
    > .widget_recently_viewed_products
    .main-navigation
    .top-menu
    > li:not(.menu-item-search):not(.menu-item-cart) {
    display: none;
  }
}
@media (min-width: 992px) {
  #opal-header-sticky > .container-fluid > div,
  .single-product.osf_woocommerce_single_product_style_full #opal-header-sticky > #content > div,
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > .container > div,
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > #content > div,
  .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > .opal-canvas-filter.top > div,
  .single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content #opal-header-sticky > .widget_recently_viewed_products > div,
  .otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar #opal-header-sticky > .widget_recently_viewed_products > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  #opal-header-sticky .sticky-navigation {
    display: none;
  }
}

body.admin-bar #opal-header-sticky {
  top: 0px;
}
@media (min-width: 783px) {
  body.admin-bar #opal-header-sticky {
    top: 32px;
  }
}
@media (max-width: 782px) and (min-width: 601px) {
  body.admin-bar #opal-header-sticky {
    top: 46px;
  }
}

/*--------------------------------------------------------------
13.10 header-sticky
--------------------------------------------------------------*/
.site-header-account {
  position: relative;
}
.site-header-account.style-both .icon {
  vertical-align: bottom;
}
.site-header-account.style-both .account-label {
  padding-right: 10px;
  vertical-align: bottom;
}
.site-header-account.style-both .account-label span {
  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: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #313131;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header-account > a span {
  font-size: 14px;
  margin-left: 0.5rem;
}
.site-header-account .login-form-head {
  padding: 20px 30px;
  border-bottom: 1px solid #ebebeb;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
}
.site-header-account .account-dropdown {
  text-align: right;
  left: 0;
  top: 100%;
  position: absolute;
  opacity: 0;
  z-index: 99;
  pointer-events: auto;
  visibility: hidden;
  color: #000;
  padding-top: 15px;
}
.site-header-account .account-dropdown.right {
  right: 0;
  left: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  right: 20px;
  left: unset;
}
.site-header-account .account-dropdown.justify {
  left: 50%;
  transform: translateX(-50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.site-header-account .account-dropdown a.register-link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #b6b7b6;
  letter-spacing: -0.5px;
}
.site-header-account .account-dropdown a.lostpass-link {
  color: #000;
  letter-spacing: -0.5px;
}
.site-header-account .account-dropdown label {
  color: #b6b7b6;
  margin-bottom: 0.2rem;
}
.site-header-account .account-dropdown input,
.site-header-account .account-dropdown button {
  padding: 5px 15px !important;
}
.site-header-account .account-dropdown button {
  text-transform: uppercase !important;
}
.site-header-account .account-dropdown ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.site-header-account .account-dropdown ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.site-header-account .account-dropdown :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.site-header-account .account-dropdown :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.site-header-account .account-dropdown .required {
  color: #e68b0c;
}
.site-header-account .account-dropdown p {
  margin-bottom: 0.5rem;
}
.site-header-account .account-dropdown .opal-login-form-ajax {
  padding: 25px 30px 30px;
}
.site-header-account .account-dropdown .account-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.site-header-account .account-dropdown .account-inner {
  width: 300px;
  padding: 0;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
}
.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: #000000;
}
.site-header-account .account-dropdown .woocommerce-error {
  margin-bottom: 0;
  margin-top: 1.5rem;
  margin-right: 30px;
  margin-left: 30px;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin-bottom: 0;
  padding: 20px;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: right;
  line-height: 28px;
  font-size: 13px;
}
.site-header-account:hover .account-dropdown {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.opal-login-form-ajax.loading:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-right-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 30px auto;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin: -15px auto 0;
  right: 0;
  left: 0;
}

.opal-login-form-ajax.loading:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin: -25px auto 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.opal-header-skin-custom .site-header .site-header-account {
  text-align: right;
}
.opal-header-skin-custom .site-header .site-header-account .account-links-menu,
.opal-header-skin-custom .site-header .site-header-account .account-dashboard {
  text-align: right;
}

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown {
    top: 0;
    right: 100%;
    left: unset;
  }
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown.right,
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown.justify {
    top: 0;
    left: 100%;
    right: unset;
    transform: translateX(0);
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown {
    top: 0;
    left: 100%;
    right: unset;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.right,
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.justify {
    top: 0;
    right: 100%;
    left: unset;
    transform: translateX(0);
  }
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.comment-list,
#reviews .commentlist {
  position: relative;
}
.comment-list .children,
#reviews .commentlist .children {
  margin-right: 4em !important;
}
.comment-list li:before,
#reviews .commentlist li:before {
  display: none;
}

.comment-respond {
  margin-bottom: 2em;
}

.comment_container,
.comment-body {
  font-size: 14px;
  font-size: 0.875rem;
}
.comment_container .avatar,
.comment-body .avatar {
  height: 50px;
  right: -65px;
  position: absolute;
  width: 50px;
}
.comment_container .says,
.comment-body .says {
  display: none;
}

.comment_container,
article.comment-body {
  margin-bottom: 3em;
}

.comment-content > ul,
.comment-content > ol {
  padding-right: 1.35em;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.comment-meta {
  margin-bottom: 1.5em;
  margin-right: 65px;
}

.comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-right: 1em;
}
.comment-metadata a:hover {
  text-decoration: underline;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  right: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.no-comments,
.comment-awaiting-moderation {
  font-size: 14px;
  font-size: 0.875rem;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.opal-comment-1 .comment_container,
.opal-comment-1 .comment-body {
  padding: 30px;
}

.opal-comment-1 .comment-body + .comment-respond {
  margin-top: -2em;
  padding: 30px;
  margin-right: 4em;
  background: #f0f0f0;
  position: relative;
}
.opal-comment-1 .comment-body + .comment-respond:before {
  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;
  content: "\f112";
  position: absolute;
  transform: rotate(-180deg);
  top: 0;
  left: calc(100% + 15px);
  font-size: 24px;
}

.opal-comment-1 .comment-list .children,
.opal-comment-1 #reviews .commentlist .children,
#reviews .opal-comment-1 .commentlist .children {
  padding-right: 0;
}

.opal-comment-2 .comment-meta,
.opal-comment-2 .comment-content {
  margin-right: 85px;
}

.opal-comment-2 .commnent-list .children {
  margin-right: 6em !important;
}

.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body {
  position: relative;
}
.opal-comment-2 .comment_container:before,
.opal-comment-2 .comment-body:before {
  content: "";
  position: absolute;
  right: 95px;
  top: 30px;
  width: 1px;
  height: calc(100% - 60px);
}
.opal-comment-2 .comment_container .reply,
.opal-comment-2 .comment-body .reply {
  margin-right: 85px;
}

.opal-comment-2 #comments .avatar {
  right: -85px;
}

.opal-comment-3 .comment-content {
  margin-right: 65px;
}

.opal-comment-3 .comment_container,
.opal-comment-3 .comment-body {
  background-color: transparent;
}

.opal-comment-3 .comment-reply-link {
  border: 1px solid;
}

.opal-comment-3 #comments .avatar {
  border: 3px solid;
}

.opal-comment-4 .comment-content {
  margin-right: 65px;
}

.opal-comment-4 .comment_container,
.opal-comment-4 .comment-body {
  position: relative;
  padding: 20px;
  margin-bottom: 10px;
  background: #f6f7fa;
}
.opal-comment-4 .comment_container .reply,
.opal-comment-4 .comment-body .reply {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.opal-comment-4 article.comment-body {
  background-color: transparent;
}

.opal-comment-4 #comments time {
  position: relative;
  padding-right: 20px;
}
.opal-comment-4 #comments time:before {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  content: "\f274";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  top: 0;
}

.opal-comment-5 .comment-meta {
  margin-right: 15px;
}

.opal-comment-5 .comment-reply-link {
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body {
  position: relative;
}

.opal-comment-5 #comments .avatar {
  border: 2px solid;
}

.opal-comment-6 .commnent-list .children {
  margin-right: 6em !important;
}

.opal-comment-6 .comment-reply-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.opal-comment-6 .comment-list .children,
.opal-comment-6 #reviews .commentlist .children,
#reviews .opal-comment-6 .commentlist .children {
  position: relative;
}
.opal-comment-6 .comment-list .children:before,
.opal-comment-6 #reviews .commentlist .children:before,
#reviews .opal-comment-6 .commentlist .children:before {
  position: absolute;
  content: "\f112";
  font-family: FontAwesome;
  top: 0;
  right: -60px;
  font-size: 40px;
  font-size: 2.5rem;
  transform: rotate(180deg);
}

.opal-comment-7 .comment-list,
.opal-comment-7 #reviews .commentlist,
#reviews .opal-comment-7 .commentlist {
  padding-right: 4.5em !important;
}
.opal-comment-7 .comment-list .children,
.opal-comment-7 #reviews .commentlist .children,
#reviews .opal-comment-7 .commentlist .children {
  margin-right: 4em !important;
}
.opal-comment-7 .comment-list .reply,
.opal-comment-7 #reviews .commentlist .reply,
#reviews .opal-comment-7 .commentlist .reply {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 35px;
}

.opal-comment-7 .comment-reply-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.opal-comment-7 .comment-reply-link:before {
  position: absolute;
  content: "\f112";
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 1.25rem;
  top: 0;
}

.opal-comment-7 #comments .avatar {
  border: 2px solid;
  right: -95px;
  margin-top: -1rem;
}

.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body {
  position: relative;
}
.opal-comment-7 .comment_container:before,
.opal-comment-7 .comment-body:before {
  width: 16px;
  height: 16px;
  position: absolute;
  right: -8px;
  top: 15px;
  border: 1px solid;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
}

/**
Comment Form
 */
.comment-reply-title {
  font-size: 28px;
  font-size: 1.75rem;
}

.comment-form label {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.comment-form .required {
  color: red;
}

.comment-form a {
  text-decoration: underline;
}

.opal-comment-form-2 .comment-respond .comment-reply-title,
.opal-comment-form-3 .comment-respond .comment-reply-title {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
.opal-comment-form-2 .comment-respond .comment-reply-title:before,
.opal-comment-form-3 .comment-respond .comment-reply-title:before {
  content: "\f0e5";
  font-family: FontAwesome;
}

.opal-comment-form-2 .comment-notes,
.opal-comment-form-3 .comment-notes {
  text-align: center;
}

.opal-comment-form-2 .logged-in-as,
.opal-comment-form-3 .logged-in-as {
  text-align: center;
}

.opal-comment-form-2 .comment-form,
.opal-comment-form-3 .comment-form {
  display: flex;
}
.opal-comment-form-2 .comment-form input[type="text"],
.opal-comment-form-3 .comment-form input[type="text"],
.opal-comment-form-2 .comment-form input[type="email"],
.opal-comment-form-3 .comment-form input[type="email"],
.opal-comment-form-2 .comment-form input[type="url"],
.opal-comment-form-3 .comment-form input[type="url"],
.opal-comment-form-2 .comment-form input[type="password"],
.opal-comment-form-3 .comment-form input[type="password"],
.opal-comment-form-2 .comment-form input[type="search"],
.opal-comment-form-3 .comment-form input[type="search"],
.opal-comment-form-2 .comment-form input[type="number"],
.opal-comment-form-3 .comment-form input[type="number"],
.opal-comment-form-2 .comment-form input[type="tel"],
.opal-comment-form-3 .comment-form input[type="tel"],
.opal-comment-form-2 .comment-form input[type="range"],
.opal-comment-form-3 .comment-form input[type="range"],
.opal-comment-form-2 .comment-form input[type="date"],
.opal-comment-form-3 .comment-form input[type="date"],
.opal-comment-form-2 .comment-form input[type="month"],
.opal-comment-form-3 .comment-form input[type="month"],
.opal-comment-form-2 .comment-form input[type="week"],
.opal-comment-form-3 .comment-form input[type="week"],
.opal-comment-form-2 .comment-form input[type="time"],
.opal-comment-form-3 .comment-form input[type="time"],
.opal-comment-form-2 .comment-form input[type="datetime"],
.opal-comment-form-3 .comment-form input[type="datetime"],
.opal-comment-form-2 .comment-form input[type="datetime-local"],
.opal-comment-form-3 .comment-form input[type="datetime-local"],
.opal-comment-form-2 .comment-form input[type="color"],
.opal-comment-form-3 .comment-form input[type="color"],
.opal-comment-form-2 .comment-form textarea,
.opal-comment-form-3 .comment-form textarea {
  border-color: #ebebeb;
}
.opal-comment-form-2 .comment-form input[type="submit"],
.opal-comment-form-3 .comment-form input[type="submit"] {
  color: #313131;
  background: #f7f7f7;
  border-color: #f7f7f7;
  width: 100%;
}
.opal-comment-form-2 .comment-form input[type="submit"]:hover,
.opal-comment-form-3 .comment-form input[type="submit"]:hover,
.opal-comment-form-2 .comment-form input[type="submit"]:active,
.opal-comment-form-3 .comment-form input[type="submit"]:active,
.opal-comment-form-2 .comment-form input[type="submit"]:focus,
.opal-comment-form-3 .comment-form input[type="submit"]:focus {
  background: #313131;
  color: #fff;
}

.opal-comment-form-3 .comment-form .comment-notes,
.opal-comment-form-3 .comment-form .comment-form-author,
.opal-comment-form-3 .comment-form .comment-form-email,
.opal-comment-form-3 .comment-form .comment-form-url {
  order: -1;
}

.opal-comment-form-4 .comment-form .comment-notes,
.opal-comment-form-4 .comment-form .comment-form-author,
.opal-comment-form-4 .comment-form .comment-form-email,
.opal-comment-form-4 .comment-form .comment-form-url {
  order: -1;
}

.opal-comment-form-5 .comment-form {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: 100% 100% 100% 100%;
  grid-template-areas: "header header" "left right" "left right1" "left1 right2";
  grid-gap: 30px;
  margin-bottom: 30px;
}
.opal-comment-form-5 .comment-form .logged-in-as,
.opal-comment-form-5 .comment-form .comment-notes {
  grid-area: header;
}
.opal-comment-form-5 .comment-form .comment-form-author {
  grid-area: right;
}
.opal-comment-form-5 .comment-form .comment-form-email {
  grid-area: right1;
}
.opal-comment-form-5 .comment-form .comment-form-url {
  grid-area: right2;
}
.opal-comment-form-5 .comment-form .comment-form-comment {
  grid-area: left;
}
.opal-comment-form-5 .comment-form .comment-form-comment textarea {
  max-height: 160px;
}
.opal-comment-form-5 .comment-form .form-submit {
  grid-area: left1;
  display: flex;
}
.opal-comment-form-5 .comment-form .form-submit .submit {
  width: 100%;
}

.opal-comment-form-6 .comment-form {
  display: flex;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget_recent_entries ul,
#secondary .widget_pages ul,
#secondary .widget_categories ul,
#secondary .widget_archive ul,
#secondary .widget_recent_comments ul,
#secondary .widget_nav_menu ul,
#secondary .widget_links ul,
#secondary .widget_product_categories ul,
#secondary .widget_layered_nav ul,
#secondary .widget_layered_nav_filters ul {
  margin: 0;
}
#secondary .widget_recent_entries ul li,
#secondary .widget_pages ul li,
#secondary .widget_categories ul li,
#secondary .widget_archive ul li,
#secondary .widget_recent_comments ul li,
#secondary .widget_nav_menu ul li,
#secondary .widget_links ul li,
#secondary .widget_product_categories ul li,
#secondary .widget_layered_nav ul li,
#secondary .widget_layered_nav_filters ul li {
  position: relative;
}

#secondary .widget_product_categories ul li {
  position: relative;
}
#secondary .widget_product_categories ul li.current-cat > a {
  color: #e68b0c;
}
#secondary .widget_product_categories ul li.current-cat > a:before {
  border-color: #e68b0c;
  background-color: #e68b0c;
}
#secondary .widget_product_categories ul li i {
  position: absolute;
  left: 0;
  top: 0.7rem;
  line-height: inherit;
  font-size: 10px;
  font-size: 0.625rem;
  cursor: pointer;
}
#secondary .widget_product_categories ul li ul.children {
  margin-left: -20px;
  padding-top: 0.5rem;
  display: none;
}

.widget-area h2.widget-title,
.widget-area h2.widgettitle {
  margin-bottom: 0.7em;
  padding-bottom: 1em;
  margin-top: 30px;
}

h2.widget-title,
h2.widgettitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 2rem;
}
h2.widget-title:after,
h2.widgettitle:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #313131;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.widget-title a {
  color: inherit;
}

/* widget forms */
.widget ul {
  list-style: none;
}
.widget ul li {
  padding: 2px 0;
}
.widget ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  position: relative;
}
.widget ul li li {
  border: 0;
}

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

/* 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 {
  float: left;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* Recent Posts widget */
.widget_recent_entries li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries img {
  margin-left: 20px;
  max-width: 100px;
  display: block;
  margin-bottom: 25px;
}

.widget_recent_entries a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.widget_recent_entries .post-content {
  padding-bottom: 10px;
}
.widget_recent_entries .post-content a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  text-transform: uppercase;
  line-height: 1;
}

.widget_recent_entries .title-post {
  display: flex;
  flex-direction: column;
}

/* Widget Search*/
.widget_search input[type="search"] {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: #fff;
}
.widget_search input[type="search"]:hover,
.widget_search input[type="search"]:focus {
  background: transparent;
}

.widget_search button[type="submit"] {
  background: #fff;
  border: 0;
  padding: 0;
  color: #313131;
  font-size: 18px;
  font-size: 1.125rem;
}
.widget_search button[type="submit"]:hover,
.widget_search button[type="submit"]:focus {
  color: #e68b0c;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.125rem;
}

.none-border .search-form input[type="text"] {
  border: none;
}

.bottom-to-top .search-form-wapper,
.top-to-bottom .search-form-wapper,
.popup .search-form-wapper {
  position: relative;
  max-width: 100%;
}
.bottom-to-top .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,
.popup .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,
  .top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
  .popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    font-size: 24px;
    padding-left: 50px;
  }
}
.bottom-to-top .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,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
  color: inherit;
  opacity: 1;
}
.bottom-to-top .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after,
.popup .search-form-wapper:after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 3;
}
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader {
  display: none;
}

.bottom-to-top .container,
.bottom-to-top #content,
.bottom-to-top .opal-canvas-filter.top,
.bottom-to-top .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .bottom-to-top .widget_recently_viewed_products,
.top-to-bottom .container,
.top-to-bottom #content,
.top-to-bottom .opal-canvas-filter.top,
.top-to-bottom .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .top-to-bottom .widget_recently_viewed_products,
.popup .container,
.popup #content,
.popup .opal-canvas-filter.top,
.popup .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .popup .widget_recently_viewed_products {
  padding-top: 0;
  padding-bottom: 0;
}

.bottom-to-top [data-search-toggle="close"],
.top-to-bottom [data-search-toggle="close"],
.popup [data-search-toggle="close"] {
  display: block;
  top: 25px;
  left: 60px;
  z-index: 3;
}
@media (max-width: 991px) {
  .bottom-to-top [data-search-toggle="close"],
  .top-to-bottom [data-search-toggle="close"],
  .popup [data-search-toggle="close"] {
    top: 15px;
    left: 20px;
  }
}
.bottom-to-top [data-search-toggle="close"]:before,
.top-to-bottom [data-search-toggle="close"]:before,
.popup [data-search-toggle="close"]:before {
  font-size: 24px;
}

.bottom-to-top .search-form input[type="search"],
.top-to-bottom .search-form input[type="search"],
.popup .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"],
  .top-to-bottom .search-form input[type="search"],
  .popup .search-form input[type="search"] {
    font-size: 24px;
  }
}

.bottom-to-top .search-submit,
.top-to-bottom .search-submit,
.popup .search-submit {
  display: none;
}

.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp {
  border-top: none;
}

/* Tag cloud widget */
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}
.tagcloud:before,
.tagcloud:after,
.widget_tag_cloud:before,
.widget_tag_cloud:after,
.wp_widget_tag_cloud:before,
.wp_widget_tag_cloud:after {
  content: "";
  display: table;
  clear: both;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a {
  color: #313131;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 5px 0 0 5px !important;
  padding: 7px 22px !important;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  width: auto;
  word-wrap: break-word;
  text-transform: uppercase !important;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp_widget_tag_cloud a {
  color: #313131;
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: right;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 5px 0 0 5px !important;
  padding: 7px 22px !important;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  width: auto;
  word-wrap: break-word;
  text-transform: uppercase !important;
  z-index: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
  color: #fff !important;
  background-color: #313131;
  box-shadow: none;
  text-decoration: none;
}

.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus {
  color: #fff !important;
  background-color: #313131;
  box-shadow: none;
  text-decoration: none;
}

.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  color: #fff !important;
  background-color: #313131;
  box-shadow: none;
  text-decoration: none;
}

/* Calendar widget */
.widget_calendar tfoot td {
  border: 0;
}

/* Account widget */
.list-account {
  vertical-align: middle;
}

.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_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: right;
}
.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;
  right: 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 {
  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;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption,
.gallery-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider {
  background: transparent;
  border: 0;
}
.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 {
  color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #313131;
}
.site-content .wp-playlist-light .wp-playlist-item {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  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:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
  color: #fff;
}
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

.site-content .wp-playlist-dark {
  background-color: #222;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #313131;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #313131;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  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:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
  color: #222;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.entry-gallery .gallery-item {
  float: right;
}

.entry-gallery .gallery a {
  display: block;
}

.entry-gallery .gallery.owl-loaded .owl-nav [class*="owl"] {
  font-size: 0px;
  font-size: 0rem;
  width: 40px;
  height: 40px;
  line-height: 32px;
}
.entry-gallery .gallery.owl-loaded .owl-nav [class*="owl"]:before {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "FontAwesome";
}

.entry-gallery .gallery.owl-loaded .owl-nav .owl-next:before {
  content: "\f054";
}

.entry-gallery .gallery.owl-loaded .owl-nav .owl-prev:before {
  content: "\f053";
}

.widget .gallery,
.elementor-element .gallery,
.single .gallery {
  margin-right: -10px;
  margin-left: -10px;
}

.widget .gallery-item,
.elementor-element .gallery-item,
.single .gallery-item {
  vertical-align: top;
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.widget .gallery-columns-5 .gallery-item,
.elementor-element .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%;
}

.widget .gallery-columns-7 .gallery-item,
.elementor-element .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.widget .gallery-columns-8 .gallery-item,
.elementor-element .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.widget .gallery-columns-9 .gallery-item,
.elementor-element .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.gallery-item a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: block;
}
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  padding: 0 0 0 10px;
}

/*--------------------------------------------------------------
16.2 Instagram
--------------------------------------------------------------*/
.instagram-widget .instagram-picture {
  padding: 0 !important;
}
.instagram-widget .instagram-picture img {
  display: block;
}
.instagram-widget .instagram-picture:hover .hover-mask {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.instagram-widget .instagram-picture:hover .wrapp-picture:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .instagram-widget .instagram-picture {
    width: 50%;
  }
}

.instagram-widget .instagram-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media (max-width: 1199px) {
  .instagram-widget .instagram-content {
    position: static;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}

.instagram-widget .instagram-content-inner {
  z-index: 5;
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 380px;
  width: 100%;
  padding: 30px;
}

.instagram-widget .wrapp-picture {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
  backface-visibility: hidden;
  perspective: 800px;
}
.instagram-widget .wrapp-picture a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
}
.instagram-widget .wrapp-picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.instagram-widget .hover-mask {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
}

.instagram-widget .instagram-likes,
.instagram-widget .instagram-comments {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  color: white;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1;
  padding-right: 5px;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instagram-widget .instagram-likes:before,
.instagram-widget .instagram-likes .icon,
.instagram-widget .instagram-comments:before,
.instagram-widget .instagram-comments .icon {
  display: inline-block;
  margin-left: 5px;
}

.instagram-widget .instagram-likes {
  text-align: right;
}

.instagram-widget .instagram-comments {
  text-align: left;
}
.instagram-widget .instagram-comments:before {
  font-size: 18px;
}

.instagram-widget .instagram-createdtime {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.instagram-widget .instagram-description {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: flex;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    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 {
  color: #fff;
}
.modal-user .opal-tabs > nav li.tab-current a {
  color: #000;
}

.modal-user .btn-modal-close {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  z-index: 1000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #313131;
  display: flex;
}

.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
  position: absolute;
  background: rgba(227, 227, 227, 0.3);
  content: "";
  display: block;
  top: 0;
  right: 0;
  z-index: 900;
}

.modal-user.loading a,
.modal-user.loading button,
.modal-user.loading input,
.modal-user.loading label,
.modal-user.loading checkbox,
.modal-user.loading select {
  pointer-events: none;
}

.modal-user.loading .opal-loader {
  display: block;
}

.modal-user .opal-loader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
}

.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px;
}
.modal-user .opal-loader-inner label {
  font-size: 20px;
  font-size: 1.25rem;
  opacity: 0;
  color: #e68b0c;
}
.modal-user .opal-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}
.modal-user .opal-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(-300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Colors
--------------------------------------------------------------*/
/* ===== Start Color: silver1 ===== */
.screen-reader-text:focus,
.otf-vertical-menu .navbar-nav li .text-label:focus,
.opal-pagination-6 .prev.page-numbers .fa:focus,
.opal-pagination-6 .next.page-numbers .fa:focus,
.custom-logo-link + .site-branding-text:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
#order_review_heading:focus,
.shop-action .yith-wcwl-add-to-wishlist > div span:focus,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span:focus {
  background-color: #f1f1f1;
}

/* ===== End Color: silver1 ===== */
/* ===== Start Color: silver1 - Hover ===== */
/* ===== End Color: silver1 - Hover ===== */
/* ===== Start Color: silver2 ===== */
.form-group,
.opal-pagination-3 .page-numbers:not(ul),
.single-featured-image-header,
.opal-comment-3 .comment-reply-link,
.site-content .wp-playlist-light,
.bc,
select,
.box-border,
.opal-comment-7 .comment_container,
.opal-comment-7 .comment-body,
.mainmenu-container li li,
.vertical-menu-dropdown,
.otf-vertical-menu .navbar-nav > li,
.opal-pagination-1 .ore-pagination,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li:first-child,
.home .site-header .header-content,
.author-wrapper .author-avatar:before,
.blog article.type-post,
.blog article.type-page,
.archive article.type-post,
.archive article.type-page,
.search article.type-post,
.search article.type-page,
.site-footer .widget.widget_recent_entries li,
.site-footer .widget_rss ul li,
.site-header-mobile .col,
.site-header-mobile body #secondary,
body .site-header-mobile #secondary,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,
.site-header-mobile .columns-5 ul.products li.product,
.columns-5 ul.products .site-header-mobile li.product,
.site-header-mobile .columns-5 ul.products > li,
.columns-5 .site-header-mobile ul.products > li,
.site-header-mobile .woocommerce-product-list.boxed,
.site-header-mobile form[class*="search"] input[type="search"],
.opal-comment-1 .comment_container,
.opal-comment-1 .comment-body,
.opal-comment-3 .comment_container,
.opal-comment-3 .comment-body,
.opal-comment-4 article.comment-body,
.widget_rss ul li,
.widget_search .input-group,
.bottom-to-top .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after,
.popup .search-form-wapper:after,
.opal-canvas-filter.top.canvas-filter-open,
.filter-close,
.woocommerce-loop-product__gallery .gallery_item,
li.product.osf-product-list:after,
.osf-sorting .woocommerce-ordering select,
.osf-sorting .display-mode button,
.osf-sorting .display-mode button.active,
.osf-sorting .display-mode button:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product div.product table.variations select,
.single-product.woocommerce-single-style-1 div.product table.variations select,
.widget .woof_products_top_panel,
.widget .woof_color_term,
.widget .woof_container,
.osf-active-filters li a,
.osf-active-filters .clear-all,
.woocommerce-product-list.skin-line-bottom li .inner,
.woocommerce-product-list.skin-border-box li .inner,
.woocommerce-product-list.skin-line-right li .inner,
.osf-product-deal .woocommerce-product-list .time,
.otf-product-recently-content li .product-thumbnail img,
.column-item .study-case-inner .entry-category a,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header .elementor-image-box-description {
  border-color: #e1e1e1;
}

.main-navigation > div > ul,
.mainmenu-container > div > ul {
  border-top-color: #e1e1e1;
}

tr,
.site-content .wp-playlist-light .wp-playlist-item,
#payment .payment_methods li {
  border-bottom-color: #e1e1e1;
}

/* ===== End Color: silver2 ===== */
/* ===== Start Color: silver2 - Hover ===== */
/* ===== End Color: silver2 - Hover ===== */
/* ===== Start Color: silver3 ===== */
.opal-header-skin-dark #opal-header-sticky .main-navigation .top-menu > li > a,
.opal-header-sticky-skin-dark #opal-header-sticky .main-navigation .top-menu > li > a,
.opal-canvas-dark .opal-menu-canvas,
.opal-canvas-dark .opal-menu-canvas a,
.opal-canvas-dark .opal-menu-canvas li li:hover a,
.opal-canvas-dark .opal-menu-canvas .dropdown-toggle,
.opal-canvas-dark .opal-menu-canvas .sub-menu-inner .widget a,
.opal-canvas-dark .opal-menu-canvas .vc_custom_heading,
.opal-canvas-dark .opal-menu-canvas .widget-title,
.opal-canvas-dark .opal-menu-canvas .widgettitle,
.opal-header-skin-dark .top-bar,
.opal-header-skin-dark .top-bar a,
.opal-header-skin-dark .site-header,
.opal-header-skin-dark .site-header a:not(.vc_btn3),
.opal-header-skin-dark .site-title,
.opal-header-skin-dark .site-branding,
.opal-header-skin-dark .site-title a,
.opal-header-skin-dark .site-branding a,
.opal-header-skin-dark .header-button .amount,
.opal-header-sticky-skin-dark #opal-header-sticky,
.opal-header-sticky-skin-dark #opal-header-sticky a:not(.vc_btn3),
.opal-header-sticky-skin-dark #opal-header-sticky .header-button .title,
.opal-header-sticky-skin-dark #opal-header-sticky .header-button .amount,
.opal-header-sticky-skin-dark #opal-header-sticky .header-button .count-text,
.opal-comment-6 .comment-list .children:before,
.opal-comment-6 #reviews .commentlist .children:before,
#reviews .opal-comment-6 .commentlist .children:before,
.opal-comment-7 .comment-reply-link:before {
  color: #ddd;
}

.opal-post-navigation-4 .post-navigation .nav-links > div,
.opal-post-navigation-4 .post-navigation .nav-links > div .nav-subtitle,
.opal-comment-7 .comment_container:before,
.opal-comment-7 .comment-body:before,
table.cart:not(.wishlist_table) .quantity,
table.cart:not(.wishlist_table) .quantity input[type="number"],
.single-product div.product form.cart .quantity,
.ywsfd-wrapper {
  border-color: #ddd;
}

/* ===== End Color: silver3 ===== */
/* ===== Start Color: silver3 - Hover ===== */
/* ===== End Color: silver3 - Hover ===== */
.opal-comment-3 #comments .avatar,
.opal-comment-5 #comments .avatar,
.opal-comment-7 #comments .avatar {
  box-shadow: 0 3px 5px #ddd;
}

.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),
.box-shadow,
.opal-post-navigation-3 .post-navigation .nav-links,
.opal-comment-2 .comment_container,
.opal-comment-2 .comment-body,
.opal-comment-5 .comment_container,
.opal-comment-5 .comment-body,
.opal-comment-6 .comment_container,
.opal-comment-6 .comment-body,
.b-shadow-2 {
  box-shadow: 0 0px 4px #ddd;
}

.b-shadow {
  box-shadow: 0 0 15px #ddd;
}

/* ===== Start Color: silver6 ===== */
/* ===== End Color: silver6 ===== */
/* ===== Start Color: silver6 - Hover ===== */
/* ===== End Color: silver6 - Hover ===== */
/* ===== Start Color: blue1 ===== */
/* ===== End Color: blue1 ===== */
/* ===== Start Color: blue1 - Hover ===== */
/* ===== End Color: blue1 - Hover ===== */
/* ===== Start Color: blue2 ===== */
.screen-reader-text:focus,
.otf-vertical-menu .navbar-nav li .text-label:focus,
.opal-pagination-6 .prev.page-numbers .fa:focus,
.opal-pagination-6 .next.page-numbers .fa:focus,
.custom-logo-link + .site-branding-text:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
#order_review_heading:focus,
.shop-action .yith-wcwl-add-to-wishlist > div span:focus,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div span:focus {
  color: #21759b;
}

/* ===== End Color: blue2 ===== */
/* ===== Start Color: blue2 - Hover ===== */
/* ===== End Color: blue2 - Hover ===== */
/* ===== Start Color: blue3 ===== */
/* ===== End Color: blue3 ===== */
/* ===== Start Color: blue3 - Hover ===== */
/* ===== End Color: blue3 - Hover ===== */
/* ===== Start Color: blue4 ===== */
/* ===== End Color: blue4 ===== */
/* ===== Start Color: blue4 - Hover ===== */
/* ===== End Color: blue4 - Hover ===== */
/* ===== Start Color: blue5 ===== */
/* ===== End Color: blue5 ===== */
/* ===== Start Color: blue5 - Hover ===== */
/* ===== End Color: blue5 - Hover ===== */
/* ===== Start Color: blue6 ===== */
/* ===== End Color: blue6 ===== */
/* ===== Start Color: blue6 - Hover ===== */
/* ===== End Color: blue6 - Hover ===== */
/* ===== Start Color: blue7 ===== */
/* ===== End Color: blue7 ===== */
/* ===== Start Color: blue7 - Hover ===== */
/* ===== End Color: blue7 - Hover ===== */
/* ===== Start Color: black1 ===== */
.otf-vertical-menu .navbar-nav > li > a,
.main-navigation .menu-item > a {
  color: #000;
}

.opal-pagination-3 a.page-numbers:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev,
.owl-theme .products.nav-style-4 .owl-nav .owl-next,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next {
  border-color: #000;
}

/* ===== End Color: black1 ===== */
/* ===== Start Color: black1 - Hover ===== */
/* ===== End Color: black1 - Hover ===== */
/* ===== Start Color: black2 ===== */
.breadcrumb li.current,
.breadcrumb span:last-child span,
.select-selected:before,
.select-selected:after {
  color: #222;
}

/* ===== End Color: black2 ===== */
/* ===== Start Color: black2 - Hover ===== */
/* ===== End Color: black2 - Hover ===== */
/* ===== Start Color: black3 ===== */
.opal-header-skin-dark .my-account-links-menu .sub-menu li,
.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li,
.opal-canvas-dark .opal-menu-canvas ul > li,
.opal-header-skin-dark .top-bar .social-navigation a,
.opal-header-skin-dark .top-bar ul li a,
.opal-footer-skin-dark .site-footer .widget .tagcloud a,
.opal-footer-skin-dark .site-footer .widget.widget_tag_cloud a,
.site-content .wp-playlist-dark,
.widget .woof_list_checkbox input[type="checkbox"] + label:hover:before,
.widget .woof_list_checkbox input[type="checkbox"]:checked + label:before,
.widget .woof_list_radio input[type="radio"] + label:hover:before,
.widget .woof_list_radio input[type="radio"]:checked + label:before {
  border-color: #313131;
}

.opal-footer-skin-dark .site-footer,
.opal-footer-skin-dark .site-footer .widget ul li {
  border-top-color: #313131;
}

.opal-header-skin-dark .top-bar,
.opal-footer-skin-dark .site-footer .widget ul li {
  border-bottom-color: #313131;
}

.opal-header-skin-dark .top-bar ul li:first-child {
  border-right-color: #313131;
}

/* ===== End Color: black3 ===== */
/* ===== Start Color: black3 - Hover ===== */
/* ===== End Color: black3 - Hover ===== */
/* ===== Start Color: black4 ===== */
.opal-header-skin-dark .site-header,
.opal-header-sticky-skin-dark #opal-header-sticky,
.opal-footer-skin-dark .site-footer .social-navigation li a {
  background-color: #262626;
}

/* ===== End Color: black4 ===== */
/* ===== Start Color: black4 - Hover ===== */
/* ===== End Color: black4 - Hover ===== */
/* ===== Start Color: black5 ===== */
.opal-footer-skin-dark .site-footer {
  background-color: #363636;
}

/* ===== End Color: black5 ===== */
/* ===== Start Color: black5 - Hover ===== */
/* ===== End Color: black5 - Hover ===== */
/* ===== Start Color: red1 ===== */
.main-navigation .text-label.text-hot,
.mainmenu-container .text-label.text-hot {
  background-color: #ff4a5d;
}

.main-navigation .text-label.text-hot:before,
.mainmenu-container .text-label.text-hot:before {
  border-top-color: #ff4a5d;
}

/* ===== End Color: red1 ===== */
/* ===== Start Color: red1 - Hover ===== */
/* ===== End Color: red1 - Hover ===== */
/* ===== Start Color: one-black1 ===== */
/* ===== End Color: one-black1 ===== */
/* ===== Start Color: one-black1 - Hover ===== */
/* ===== End Color: one-black1 - Hover ===== */
.b-shadow-3 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) inset;
}

/* ===== Start Color: two-black1 ===== */
.my-account-links-menu .sub-menu li,
.custom-header .my-account-links-menu .sub-menu {
  border-color: rgba(0, 0, 0, 0.2);
}

/* ===== End Color: two-black1 ===== */
/* ===== Start Color: two-black1 - Hover ===== */
/* ===== End Color: two-black1 - Hover ===== */
.column-item.case_study-style-1 .study-case-inner:hover .entry-header,
.column-item.case_study-style-2 .study-case-inner:hover .post-thumbnail {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

/* ===== Start Color: three-black1 ===== */
/* ===== End Color: three-black1 ===== */
/* ===== Start Color: three-black1 - Hover ===== */
/* ===== End Color: three-black1 - Hover ===== */
.column-item .study-case-inner .post-thumbnail,
.column-item.case_study-style-1 .study-case-inner .entry-header,
.column-item .post-inner .post-thumbnail a {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

/* ===== Start Color: four-black1 ===== */
/* ===== End Color: four-black1 ===== */
/* ===== Start Color: four-black1 - Hover ===== */
/* ===== End Color: four-black1 - Hover ===== */
/* ===== Start Color: eight-black1 ===== */
/* ===== End Color: eight-black1 ===== */
/* ===== Start Color: eight-black1 - Hover ===== */
/* ===== End Color: eight-black1 - Hover ===== */
/* ===== Start Color: gray1 ===== */
.sub-menu-inner .widget a:hover,
.opal-canvas-dark .opal-menu-canvas ul > li:hover > .dropdown-toggle,
.opal-pagination-8 .page-numbers:not(ul),
.comment-metadata,
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist,
ul.products li.product.osf-product-list .price del {
  color: #e3e3e3;
}

.opal-pagination-8 .page-numbers.current:not(ul),
.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus,
.out-of-stock {
  background-color: #e3e3e3;
}

.opal-pagination-8 .page-numbers.current:not(ul),
.single-case_study .entry-header {
  border-color: #e3e3e3;
}

abbr[title] {
  border-bottom-color: #e3e3e3;
}

/* ===== End Color: gray1 ===== */
/* ===== Start Color: gray1 - Hover ===== */
/* ===== End Color: gray1 - Hover ===== */
.modal-content {
  box-shadow: 0 15px 40px #e3e3e3;
}

/* ===== Start Color: gray2 ===== */
.opal-footer-skin-dark .site-footer,
.opal-footer-skin-dark .site-footer a:hover,
.opal-footer-skin-dark .site-footer .widget .tagcloud a span,
.opal-footer-skin-dark .site-footer .widget.widget_tag_cloud a span,
.scrollup .icon {
  color: #bbb;
}

hr {
  background-color: #bbb;
}

fieldset {
  border-color: #bbb;
}

thead th {
  border-bottom-color: #bbb;
}

/* ===== End Color: gray2 ===== */
/* ===== Start Color: gray2 - Hover ===== */
/* ===== End Color: gray2 - Hover ===== */
/* ===== Start Color: gray3 ===== */
blockquote,
.site-description,
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright,
.taxonomy-description,
.site-info a,
.comment-metadata a,
.no-comments,
.comment-awaiting-moderation,
.widget_rss .rss-date,
.widget_rss li cite,
.wp-caption,
.gallery-caption {
  color: #666;
}

abbr,
acronym {
  border-bottom-color: #666;
}

/* ===== End Color: gray3 ===== */
/* ===== Start Color: gray3 - Hover ===== */
/* ===== End Color: gray3 - Hover ===== */
/* ===== Start Color: gray4 ===== */
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  background-color: #aaa;
}

/* ===== End Color: gray4 ===== */
/* ===== Start Color: gray4 - Hover ===== */
/* ===== End Color: gray4 - Hover ===== */
/* ===== Start Color: gray5 ===== */
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom-color: #555;
}

/* ===== End Color: gray5 ===== */
/* ===== Start Color: gray5 - Hover ===== */
/* ===== End Color: gray5 - Hover ===== */
/* ===== Start Color: gray6 ===== */
/* ===== End Color: gray6 ===== */
/* ===== Start Color: gray6 - Hover ===== */
/* ===== End Color: gray6 - Hover ===== */
/* ===== Start Color: gray7 ===== */
.page-numbers:not(ul),
.page-numbers:not(ul):hover,
.site-header .opal-custom-menu-inline .widget_nav_menu a,
.opal-footer-skin-dark .site-footer .widget li a {
  color: #999;
}

/* ===== End Color: gray7 ===== */
/* ===== Start Color: gray7 - Hover ===== */
.site-header .opal-custom-menu-inline .widget_nav_menu a:hover {
  color: #737373;
}

/* ===== End Color: gray7 - Hover ===== */
/* ===== Start Color: gray8 ===== */
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"]:before,
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"]:before,
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:before,
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"]:before,
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"]:before,
.osf-sorting .display-mode button {
  color: #e5e5e5;
}

.opal-comment-2 .comment_container:before,
.opal-comment-2 .comment-body:before {
  background-color: #e5e5e5;
}

.mainmenu-container ul ul,
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"],
.widget .woof_list_checkbox input[type="checkbox"] + label:before,
.widget .woof_list_radio input[type="radio"] + label:before {
  border-color: #e5e5e5;
}

/* ===== End Color: gray8 ===== */
/* ===== Start Color: gray8 - Hover ===== */
/* ===== End Color: gray8 - Hover ===== */
/* ===== Start Color: gray9 ===== */
.opal-checkbox .icon-check,
.opal-radio .icon-check {
  border-color: #e1e1e1;
}

/* ===== End Color: gray9 ===== */
/* ===== Start Color: gray9 - Hover ===== */
/* ===== End Color: gray9 - Hover ===== */
/* ===== Start Color: gray10 ===== */
.style-3 .mc4wp-form-fields p:first-child:after {
  color: #b8b8b8;
}

/* ===== End Color: gray10 ===== */
/* ===== Start Color: gray10 - Hover ===== */
/* ===== End Color: gray10 - Hover ===== */
/* ===== Start Color: gray11 ===== */
.mainmenu-container .menu-item-has-children > a > i,
.mainmenu-container .page_item_has_children > a > i {
  color: #e0e2e6;
}

.single-case_study .information li {
  border-color: #e0e2e6;
}

/* ===== End Color: gray11 ===== */
/* ===== Start Color: gray11 - Hover ===== */
/* ===== End Color: gray11 - Hover ===== */
/* ===== Start Color: gray12 ===== */
.post-navigation .nav-subtitle,
.column-item .study-case-inner .entry-category a,
.single-case_study .entry-meta,
.single-case_study .entry-meta a,
.elementor-widget.elementor-widget-wp-widget-recent-posts .post-date {
  color: #b6b7b6;
}

/* ===== End Color: gray12 ===== */
/* ===== Start Color: gray12 - Hover ===== */
/* ===== End Color: gray12 - Hover ===== */
/* ===== Start Color: gray13 ===== */
/* ===== End Color: gray13 ===== */
/* ===== Start Color: gray13 - Hover ===== */
/* ===== End Color: gray13 - Hover ===== */
/* ===== Start Color: white1 ===== */
.mainmenu-container .text-label,
.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu a,
.column-item.case_study-style-2 .study-case-inner .entry-category a,
.column-item.case_study-style-2 .study-case-inner .entry-category a:hover,
.column-item.case_study-style-2 .study-case-inner .entry-title a {
  color: #fff;
}

.before-title-white:before,
.elementor-progress-outside .elementor-progress-bar:after {
  background-color: #fff;
}

.opal-comment-3 #comments .avatar,
.opal-comment-5 #comments .avatar,
.opal-comment-7 #comments .avatar,
.bc-light {
  border-color: #fff;
}

.opal-pagination-8 .page-numbers:not(ul) {
  border-top-color: #fff;
}

/* ===== End Color: white1 ===== */
/* ===== Start Color: white1 - Hover ===== */
.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu a:hover {
  color: #d9d9d9;
}

/* ===== End Color: white1 - Hover ===== */
/* ===== Start Color: white2 ===== */
/* ===== End Color: white2 ===== */
/* ===== Start Color: white2 - Hover ===== */
/* ===== End Color: white2 - Hover ===== */
/* ===== Start Color: white3 ===== */
/* ===== End Color: white3 ===== */
/* ===== Start Color: white3 - Hover ===== */
/* ===== End Color: white3 - Hover ===== */
/* ===== Start Color: white4 ===== */
/* ===== End Color: white4 ===== */
/* ===== Start Color: white4 - Hover ===== */
/* ===== End Color: white4 - Hover ===== */
/* ===== Start Color: two-white1 ===== */
.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.colors-scheme-light.top-bar ul li,
.colors-scheme-light.top-bar ul li:first-child,
.opal-footer-skin-dark .site-footer .bc,
.opal-footer-skin-dark .site-footer select,
.opal-footer-skin-dark .site-footer .box-border,
.opal-footer-skin-dark .site-footer .opal-comment-7 .comment_container,
.opal-comment-7 .opal-footer-skin-dark .site-footer .comment_container,
.opal-footer-skin-dark .site-footer .opal-comment-7 .comment-body,
.opal-comment-7 .opal-footer-skin-dark .site-footer .comment-body,
.opal-footer-skin-dark .site-footer .mainmenu-container li li,
.mainmenu-container li .opal-footer-skin-dark .site-footer li,
.opal-footer-skin-dark .site-footer .vertical-menu-dropdown,
.opal-footer-skin-dark .site-footer .otf-vertical-menu .navbar-nav > li,
.otf-vertical-menu .opal-footer-skin-dark .site-footer .navbar-nav > li,
.opal-footer-skin-dark .site-footer .opal-pagination-1 .ore-pagination,
.opal-pagination-1 .opal-footer-skin-dark .site-footer .ore-pagination,
.opal-footer-skin-dark .site-footer .site-header .opal-custom-menu-inline .widget_nav_menu ul.menu > li,
.site-header .opal-custom-menu-inline .widget_nav_menu .opal-footer-skin-dark .site-footer ul.menu > li,
.opal-footer-skin-dark .site-footer .home .site-header .header-content,
.home .site-header .opal-footer-skin-dark .site-footer .header-content,
.opal-footer-skin-dark .site-footer .author-wrapper .author-avatar:before,
.author-wrapper .opal-footer-skin-dark .site-footer .author-avatar:before,
.opal-footer-skin-dark .site-footer .blog article.type-post,
.blog .opal-footer-skin-dark .site-footer article.type-post,
.opal-footer-skin-dark .site-footer .blog article.type-page,
.blog .opal-footer-skin-dark .site-footer article.type-page,
.opal-footer-skin-dark .site-footer .archive article.type-post,
.archive .opal-footer-skin-dark .site-footer article.type-post,
.opal-footer-skin-dark .site-footer .archive article.type-page,
.archive .opal-footer-skin-dark .site-footer article.type-page,
.opal-footer-skin-dark .site-footer .search article.type-post,
.search .opal-footer-skin-dark .site-footer article.type-post,
.opal-footer-skin-dark .site-footer .search article.type-page,
.search .opal-footer-skin-dark .site-footer article.type-page,
.opal-footer-skin-dark .site-footer .widget.widget_recent_entries li,
.opal-footer-skin-dark .site-footer .site-header-mobile .col,
.site-header-mobile .opal-footer-skin-dark .site-footer .col,
.opal-footer-skin-dark .site-footer .site-header-mobile body #secondary,
.site-header-mobile body .opal-footer-skin-dark .site-footer #secondary,
.opal-footer-skin-dark .site-footer body .site-header-mobile #secondary,
body .site-header-mobile .opal-footer-skin-dark .site-footer #secondary,
.opal-footer-skin-dark .site-footer .site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap .opal-footer-skin-dark .site-footer section,
.opal-footer-skin-dark .site-footer .opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,
.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile .opal-footer-skin-dark .site-footer section,
.opal-footer-skin-dark .site-footer .site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,
.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .opal-footer-skin-dark .site-footer .woof_container,
.opal-footer-skin-dark .site-footer .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .opal-footer-skin-dark .site-footer .woof_container,
.opal-footer-skin-dark .site-footer .site-header-mobile .columns-5 ul.products li.product,
.site-header-mobile .columns-5 ul.products .opal-footer-skin-dark .site-footer li.product,
.opal-footer-skin-dark .site-footer .columns-5 ul.products .site-header-mobile li.product,
.columns-5 ul.products .site-header-mobile .opal-footer-skin-dark .site-footer li.product,
.opal-footer-skin-dark .site-footer .site-header-mobile .columns-5 ul.products > li,
.site-header-mobile .columns-5 .opal-footer-skin-dark .site-footer ul.products > li,
.opal-footer-skin-dark .site-footer .columns-5 .site-header-mobile ul.products > li,
.columns-5 .site-header-mobile .opal-footer-skin-dark .site-footer ul.products > li,
.opal-footer-skin-dark .site-footer .site-header-mobile .woocommerce-product-list.boxed,
.site-header-mobile .opal-footer-skin-dark .site-footer .woocommerce-product-list.boxed,
.opal-footer-skin-dark .site-footer .site-header-mobile form[class*="search"] input[type="search"],
.site-header-mobile form[class*="search"] .opal-footer-skin-dark .site-footer input[type="search"],
.opal-footer-skin-dark .site-footer .opal-comment-1 .comment_container,
.opal-comment-1 .opal-footer-skin-dark .site-footer .comment_container,
.opal-footer-skin-dark .site-footer .opal-comment-1 .comment-body,
.opal-comment-1 .opal-footer-skin-dark .site-footer .comment-body,
.opal-footer-skin-dark .site-footer .opal-comment-3 .comment_container,
.opal-comment-3 .opal-footer-skin-dark .site-footer .comment_container,
.opal-footer-skin-dark .site-footer .opal-comment-3 .comment-body,
.opal-comment-3 .opal-footer-skin-dark .site-footer .comment-body,
.opal-footer-skin-dark .site-footer .opal-comment-4 article.comment-body,
.opal-comment-4 .opal-footer-skin-dark .site-footer article.comment-body,
.opal-footer-skin-dark .site-footer .widget_rss ul li,
.widget_rss ul .opal-footer-skin-dark .site-footer li,
.opal-footer-skin-dark .site-footer .widget_search .input-group,
.widget_search .opal-footer-skin-dark .site-footer .input-group,
.opal-footer-skin-dark .site-footer .bottom-to-top .search-form-wapper:after,
.bottom-to-top .opal-footer-skin-dark .site-footer .search-form-wapper:after,
.opal-footer-skin-dark .site-footer .top-to-bottom .search-form-wapper:after,
.top-to-bottom .opal-footer-skin-dark .site-footer .search-form-wapper:after,
.opal-footer-skin-dark .site-footer .popup .search-form-wapper:after,
.popup .opal-footer-skin-dark .site-footer .search-form-wapper:after,
.opal-footer-skin-dark .site-footer .opal-canvas-filter.top.canvas-filter-open,
.opal-footer-skin-dark .site-footer .filter-close,
.opal-footer-skin-dark .site-footer .woocommerce-loop-product__gallery .gallery_item,
.woocommerce-loop-product__gallery .opal-footer-skin-dark .site-footer .gallery_item,
.opal-footer-skin-dark .site-footer li.product.osf-product-list:after,
.opal-footer-skin-dark .site-footer .osf-sorting .woocommerce-ordering select,
.osf-sorting .woocommerce-ordering .opal-footer-skin-dark .site-footer select,
.opal-footer-skin-dark .site-footer .osf-sorting .display-mode button,
.osf-sorting .display-mode .opal-footer-skin-dark .site-footer button,
.opal-footer-skin-dark .site-footer .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li .opal-footer-skin-dark .site-footer img,
.opal-footer-skin-dark .site-footer .single-product div.product table.variations select,
.single-product div.product table.variations .opal-footer-skin-dark .site-footer select,
.opal-footer-skin-dark .site-footer .widget .woof_products_top_panel,
.widget .opal-footer-skin-dark .site-footer .woof_products_top_panel,
.opal-footer-skin-dark .site-footer .widget .woof_color_term,
.widget .opal-footer-skin-dark .site-footer .woof_color_term,
.opal-footer-skin-dark .site-footer .widget .woof_container,
.widget .opal-footer-skin-dark .site-footer .woof_container,
.opal-footer-skin-dark .site-footer .osf-active-filters li a,
.osf-active-filters li .opal-footer-skin-dark .site-footer a,
.opal-footer-skin-dark .site-footer .osf-active-filters .clear-all,
.osf-active-filters .opal-footer-skin-dark .site-footer .clear-all,
.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-line-bottom li .inner,
.woocommerce-product-list.skin-line-bottom li .opal-footer-skin-dark .site-footer .inner,
.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-border-box li .inner,
.woocommerce-product-list.skin-border-box li .opal-footer-skin-dark .site-footer .inner,
.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-line-right li .inner,
.woocommerce-product-list.skin-line-right li .opal-footer-skin-dark .site-footer .inner,
.opal-footer-skin-dark .site-footer .osf-product-deal .woocommerce-product-list .time,
.osf-product-deal .woocommerce-product-list .opal-footer-skin-dark .site-footer .time,
.opal-footer-skin-dark .site-footer .otf-product-recently-content li .product-thumbnail img,
.otf-product-recently-content li .product-thumbnail .opal-footer-skin-dark .site-footer img {
  border-color: rgba(255, 255, 255, 0.2);
}

/* ===== End Color: two-white1 ===== */
/* ===== Start Color: two-white1 - Hover ===== */
/* ===== End Color: two-white1 - Hover ===== */
/* ===== Start Color: green1 ===== */
.main-navigation .text-label.text-new,
.mainmenu-container .text-label.text-new {
  background-color: #00c484;
}

.main-navigation .text-label.text-new:before,
.mainmenu-container .text-label.text-new:before {
  border-top-color: #00c484;
}

/* ===== End Color: green1 ===== */
/* ===== Start Color: green1 - Hover ===== */
/* ===== End Color: green1 - Hover ===== */
/* ===== Start Color: green2 ===== */
/* ===== End Color: green2 ===== */
/* ===== Start Color: green2 - Hover ===== */
/* ===== End Color: green2 - Hover ===== */
/* ===== Start Color: orange1 ===== */
/* ===== End Color: orange1 ===== */
/* ===== Start Color: orange1 - Hover ===== */
/* ===== End Color: orange1 - Hover ===== */
/* ===== Start Color: yellow1 ===== */
.main-navigation .text-label.text-featured,
.mainmenu-container .text-label.text-featured {
  background-color: #fabd47;
}

.main-navigation .text-label.text-featured:before,
.mainmenu-container .text-label.text-featured:before {
  border-top-color: #fabd47;
}

/* ===== End Color: yellow1 ===== */
/* ===== Start Color: yellow1 - Hover ===== */
/* ===== End Color: yellow1 - Hover ===== */
/* ===== Start Color: purple1 ===== */
/* ===== End Color: purple1 ===== */
/* ===== Start Color: purple1 - Hover ===== */
/* ===== End Color: purple1 - Hover ===== */
/* ===== Start Color: purple2 ===== */
/* ===== End Color: purple2 ===== */
/* ===== Start Color: purple2 - Hover ===== */
/* ===== End Color: purple2 - Hover ===== */
/* ===== Start Color: purple3 ===== */
/* ===== End Color: purple3 ===== */
/* ===== Start Color: purple3 - Hover ===== */
/* ===== End Color: purple3 - Hover ===== */
/* ===== Start Color: transparent ===== */
.checkout_coupon .form-row-last input,
.checkout_coupon .form-row-last button,
.checkout_coupon .form-row-last input:hover,
.checkout_coupon .form-row-last button:hover {
  color: transparent;
}

.sub-menu-inner ul.menu {
  background-color: transparent;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus,
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: transparent;
}

/* ===== End Color: transparent ===== */
/* ===== Start Color: transparent - Hover ===== */
/* ===== End Color: transparent - Hover ===== */
/* ===== Start Color: primary ===== */
.btn-link,
.button-link,
.more-link,
.mainmenu-container .menu > li.current-menu-item > a,
.mainmenu-container ul ul .menu-item > a:hover,
.mainmenu-container ul ul .menu-item > a:active,
.mainmenu-container ul ul .menu-item > a:focus,
.mainmenu-container li.current-menu-parent > a,
.mainmenu-container .menu-item > a:hover,
.opal-header-skin-dark #opal-header-sticky .main-navigation .top-menu > li > a:hover,
.opal-header-sticky-skin-dark #opal-header-sticky .main-navigation .top-menu > li > a:hover,
.opal-header-skin-custom .site-header a:not(.vc_btn3):hover,
.opal-header-skin-custom .site-header a:not(.vc_btn3):active,
.opal-header-skin-custom .site-header a:not(.vc_btn3):focus,
.opal-header-skin-custom .site-header .main-navigation .top-menu > li > a:hover,
.opal-header-skin-custom .site-header .main-navigation .top-menu > li > a:active,
.opal-header-skin-custom .site-header .main-navigation .top-menu > li > a:focus,
.opal-header-sticky-skin-custom #opal-header-sticky a:not(.vc_btn3):hover,
.opal-header-sticky-skin-custom #opal-header-sticky a:not(.vc_btn3):active,
.opal-header-sticky-skin-custom #opal-header-sticky a:not(.vc_btn3):focus,
.opal-header-sticky-skin-custom #opal-header-sticky .main-navigation .top-menu > li > a:hover,
.opal-header-sticky-skin-custom #opal-header-sticky .main-navigation .top-menu > li > a:active,
.opal-header-sticky-skin-custom #opal-header-sticky .main-navigation .top-menu > li > a:focus,
.opal-menu-canvas .current-menu-item > a,
.opal-header-skin-dark .site-header a:not(.vc_btn3):hover,
.opal-header-skin-dark .site-header a:not(.vc_btn3):active,
.opal-header-skin-dark .site-header a:not(.vc_btn3):focus,
.opal-header-sticky-skin-dark #opal-header-sticky a:not(.vc_btn3):hover,
.opal-header-sticky-skin-dark #opal-header-sticky a:not(.vc_btn3):active,
.opal-header-sticky-skin-dark #opal-header-sticky a:not(.vc_btn3):focus,
.column-item .entry-header .entry-title a,
.entry-meta a:hover,
.breadcrumb a:hover,
.button-outline-primary,
.c-primary,
.opal-header-skin-custom .site-header-account .account-dropdown a.lostpass-link,
.opal-header-skin-custom .site-header-account .account-dropdown a.register-link,
.opal-header-skin-custom .site-header-account .account-links-menu li a:hover,
.opal-header-skin-custom .site-header-account .account-dashboard li a:hover,
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-dropdown a.lostpass-link,
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-dropdown a.register-link,
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-links-menu li a:hover,
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-dashboard li a:hover,
.main-navigation .menu-item > a:hover,
.site-header .header-group .search-submit:hover,
.navigation-button .menu-toggle:hover,
.navigation-button .menu-toggle:focus,
body.single-post.opal-single-post-style .navigation .nav-link a:hover,
.pbr-social-share h6,
.pbr-social-share a:hover,
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:hover:before,
.opal-post-navigation-2 .post-navigation .nav-links .nav-next a:hover:before,
.blog article.type-post .more-link,
.blog article.type-page .more-link,
.archive article.type-post .more-link,
.archive article.type-page .more-link,
.search article.type-post .more-link,
.search article.type-page .more-link,
.search .entry-header a:hover,
.page .entry-header .entry-title,
.error404 .go-back:hover,
.scrollup:hover .icon,
.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover,
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover,
.opal-header-skin-custom .site-header .site-header-account .account-dropdown a:not(.vc_btn3),
.opal-header-skin-custom .site-header .site-header-account .account-links-menu li a:hover,
.opal-header-skin-custom .site-header .site-header-account .account-dashboard li a:hover,
.opal-comment-4 .comment-content h1,
.opal-comment-4 .comment-content h2,
.opal-comment-4 .comment-content h3,
.opal-comment-4 .comment-content h4,
.opal-comment-4 .comment-content h5,
.opal-comment-4 .comment-content h6,
.comment-form a:hover,
.opal-custom-menu-inline .widget ul li a:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:hover,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:hover,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev:hover,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev:hover,
.owl-theme .products.nav-style-4 .owl-nav .owl-next:hover,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next:hover,
.column-item .post-inner .entry-category a,
.column-item .post-inner .link-more a,
#secondary .elementor-widget-container h5:first-of-type,
.opal-currency_switcher .list-currency button[type="submit"]:hover,
.opal-currency_switcher .list-currency li.active button[type="submit"],
ul.products li.product.osf-product-list .price,
ul.products li.product .posfed_in a:hover,
.select-items div:hover,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:hover,
.button-wrapper #chart-button,
.widget_product_categories ul li a:hover,
.widget_rating_filter ul li a:hover,
.woocommerce-widget-layered-nav ul li a:hover,
.widget_product_brands ul li a:hover,
.widget_product_categories ul li.chosen a,
.widget_rating_filter ul li.chosen a,
.woocommerce-widget-layered-nav ul li.chosen a,
.widget_product_brands ul li.chosen a,
.product_list_widget a:hover,
.product_list_widget a:active,
.product_list_widget a:focus,
.woocommerce-product-list a:hover,
.woocommerce-product-list a:active,
.woocommerce-product-list a:focus,
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*="owl"]:hover:before,
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"]:hover:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover:before,
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"]:hover:before,
.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*="owl"]:hover:before,
.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .nav-style-3.gallery .owl-nav [class*="owl"]:hover:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:hover:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:hover:before,
.owl-theme .products.nav-style-3 .owl-nav [class*="owl"]:hover:before,
.entry-gallery .gallery .products.nav-style-3 .owl-nav [class*="owl"]:hover:before,
.column-item .study-case-inner .entry-category a:hover,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header a,
body.single-osf_service .entry-title,
.single-case_study .entry-title,
.single-case_study .entry-meta a:hover,
.single-case_study .information h4,
.single-case_study .information li a:hover,
.single-case_study .information li .meta-label,
#secondary .elementor-widget-wp-widget-recent-posts a,
.site-header-cart .widget_shopping_cart p.buttons .button,
.site-header-cart .shopping_cart_nav p.buttons .button,
.site-header-cart .widget_shopping_cart p.buttons a.button.checkout,
.site-header-cart .shopping_cart_nav p.buttons a.button.checkout,
.woocommerce-MyAccount-navigation ul li.is-active a,
.product-style-1 li.product:not(.osf-product-list) a[class*="product_type_"]:hover,
.product-style-1 li.product:not(.osf-product-list) a.loading[class*="product_type_"] {
  color: #e68b0c;
}

.page-links .page-number,
section.widget_price_filter .ui-slider .ui-slider-range,
.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle,
.bg-primary,
[class*="after-title"]:after,
.before-title-primary:before,
.elementor-widget-divider .elementor-divider-separator:before,
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-image:before,
.wc-proceed-to-checkout .button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.site-header-cart .widget_shopping_cart_content,
.notification-added-to-cart .ns-content,
#payment .place-order .button:hover,
.opal-label-sale-circle li.product .onsale:before,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.handheld-footer-bar .cart .footer-cart-contents .count {
  background-color: #e68b0c;
}

.form-control:focus,
.error404 .go-back,
.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-outline-primary,
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle,
.b-primary,
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"]:hover,
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"]:hover,
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover,
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"]:hover,
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"]:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:hover,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:hover,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev:hover,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev:hover,
.owl-theme .products.nav-style-4 .owl-nav .owl-next:hover,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next:hover,
.elementor-widget-opal-portfolio .elementor-portfolio__filter.elementor-active,
.elementor-widget-opal-portfolio .elementor-portfolio__filter:hover,
.wc-proceed-to-checkout .button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
#payment .place-order .button:hover,
.gallery-nav-next:hover:after,
.gallery-nav-prev:hover:after,
.woocommerce-loop-product__gallery .gallery_item.active,
.woocommerce-loop-product__gallery .gallery_item:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.osf-product-deal .woocommerce-product-list .opal-countdown .day,
.otf-product-recently-content li:hover .product-thumbnail img {
  border-color: #e68b0c;
}

/* ===== End Color: primary ===== */
/* ===== Start Color: primary - Hover ===== */
.btn-link:focus,
.btn-link:hover,
.button-link:focus,
.more-link:focus,
.button-link:hover,
.more-link:hover,
a:hover,
a:active {
  color: #9d5f08;
}

.button-primary:hover,
.entry-footer .edit-link a.post-edit-link:hover,
.page .edit-link a.post-edit-link:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-primary:active,
.entry-footer .edit-link a.post-edit-link:active,
.page .edit-link a.post-edit-link:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-primary.active,
.entry-footer .edit-link a.active.post-edit-link,
.page .edit-link a.active.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle,
.entry-footer .edit-link .show > a.dropdown-toggle.post-edit-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show > .dropdown-toggle.button {
  background-color: #9d5f08;
}

.button-primary:hover,
.entry-footer .edit-link a.post-edit-link:hover,
.page .edit-link a.post-edit-link:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-primary:active,
.entry-footer .edit-link a.post-edit-link:active,
.page .edit-link a.post-edit-link:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-primary.active,
.entry-footer .edit-link a.active.post-edit-link,
.page .edit-link a.active.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle,
.entry-footer .edit-link .show > a.dropdown-toggle.post-edit-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show > .dropdown-toggle.button {
  border-color: #9d5f08;
}

/* ===== End Color: primary - Hover ===== */
/* ===== Start Color: secondary ===== */
article.type-post .entry-content .more-link,
.button-outline-secondary,
.c-secondary,
.author-wrapper .author-name h6,
.list-feature-box > li:before,
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header a:hover,
.column-item .services-inner .more-link,
article.type-osf_service .more-link,
.single-case_study .information li a {
  color: #313131;
}

.site-footer .underline-title .vc_custom_heading:before,
.site-footer .underline-title .widget-title:before,
.site-footer .underline-title .widgettitle:before,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button,
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle,
.bg-secondary,
.before-title-secondary:before,
#secondary .elementor-nav-menu a:before,
.e--pointer-dot a:before,
#secondary .elementor-widget-wp-widget-categories a:before {
  background-color: #313131;
}

.secondary-border .search-form input[type="text"],
.secondary-border .search-form input[type="text"]:focus,
.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button,
.button-outline-secondary,
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle,
.b-secondary {
  border-color: #313131;
}

/* ===== End Color: secondary ===== */
/* ===== Start Color: secondary - Hover ===== */
.button-secondary:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
button:hover[type="submit"],
.secondary-button .search-submit:hover,
.wc-proceed-to-checkout .button:hover,
.button-secondary:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
button:active[type="submit"],
.secondary-button .search-submit:active,
.wc-proceed-to-checkout .button:active,
.button-secondary.active,
input.active[type="button"],
input.active[type="submit"],
input.active[type="reset"],
button.active[type="submit"],
.secondary-button .active.search-submit,
.wc-proceed-to-checkout .active.button,
.show > .button-secondary.dropdown-toggle,
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="reset"],
.show > button.dropdown-toggle[type="submit"],
.secondary-button .show > .dropdown-toggle.search-submit,
.wc-proceed-to-checkout .show > .dropdown-toggle.button {
  background-color: #0b0b0b;
}

.button-secondary:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
button:hover[type="submit"],
.secondary-button .search-submit:hover,
.wc-proceed-to-checkout .button:hover,
.button-secondary:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
button:active[type="submit"],
.secondary-button .search-submit:active,
.wc-proceed-to-checkout .button:active,
.button-secondary.active,
input.active[type="button"],
input.active[type="submit"],
input.active[type="reset"],
button.active[type="submit"],
.secondary-button .active.search-submit,
.wc-proceed-to-checkout .active.button,
.show > .button-secondary.dropdown-toggle,
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="reset"],
.show > button.dropdown-toggle[type="submit"],
.secondary-button .show > .dropdown-toggle.search-submit,
.wc-proceed-to-checkout .show > .dropdown-toggle.button {
  border-color: #0b0b0b;
}

/* ===== End Color: secondary - Hover ===== */
/* ===== Start Color: brand-success ===== */
/* ===== End Color: brand-success ===== */
/* ===== Start Color: brand-success - Hover ===== */
/* ===== End Color: brand-success - Hover ===== */
/* ===== Start Color: brand-danger ===== */
/* ===== End Color: brand-danger ===== */
/* ===== Start Color: brand-danger - Hover ===== */
/* ===== End Color: brand-danger - Hover ===== */
/* ===== Start Color: body ===== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.mainmenu-container ul ul .menu-item > a,
.mainmenu-container li a span,
.opal-header-skin-custom .site-header .sub-menu a:not(.vc_btn3),
.opal-header-skin-custom .site-header .sub-menu-inner a:not(.vc_btn3),
.opal-header-skin-custom .site-header-account .account-links-menu li a,
.opal-header-skin-custom .site-header-account .account-dashboard li a,
.opal-header-sticky-skin-custom #opal-header-sticky .sub-menu-inner a:not(.vc_btn3),
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-links-menu li a,
.opal-header-sticky-skin-custom #opal-header-sticky .site-header-account .account-dashboard li a,
.opal-header-skin-dark .site-header .sub-menu-inner a:not(.vc_btn3),
.opal-header-sticky-skin-dark #opal-header-sticky .sub-menu-inner a:not(.vc_btn3),
.breadcrumb a,
.breadcrumb span,
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a,
.opal-header-skin-custom .site-header .site-header-account .account-links-menu li a,
.opal-header-skin-custom .site-header .site-header-account .account-dashboard li a,
.widget a,
.opal-custom-menu-inline .widget_nav_menu li ul a,
.c-body,
.entry-meta a,
.entry-footer .tags-links a,
.pbr-social-share a,
.blog article.type-post .more-link:hover,
.blog article.type-page .more-link:hover,
.archive article.type-post .more-link:hover,
.archive article.type-page .more-link:hover,
.search article.type-post .more-link:hover,
.search article.type-page .more-link:hover,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev,
.owl-theme .products.nav-style-4 .owl-nav .owl-next,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next,
.mc4wp-form .widget-title p .c-body,
.mc4wp-form .widget-title p .entry-meta a,
.entry-meta .mc4wp-form .widget-title p a,
.mc4wp-form .widget-title p .entry-footer .tags-links a,
.entry-footer .tags-links .mc4wp-form .widget-title p a,
.mc4wp-form .widget-title p .pbr-social-share a,
.pbr-social-share .mc4wp-form .widget-title p a,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.opal-currency_switcher .list-currency button[type="submit"],
.select-selected,
.select-items div,
.widget .woof_list_label li .woof_label_term,
.opal-style-1.search-form-wapper .search-submit span,
.opal-style-1.search-form-wapper .search-submit span:before,
.product-style-1 li.product:not(.osf-product-list) h2 a,
.product-style-1 li.product:not(.osf-product-list) h3 a,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title a,
.product-style-1 li.product:not(.osf-product-list) h2 a:hover,
.product-style-1 li.product:not(.osf-product-list) h3 a:hover,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title a:hover,
.product-style-1 li.product:not(.osf-product-list) a[class*="product_type_"] {
  color: #313131;
}

/* ===== End Color: body ===== */
/* ===== Start Color: body - Hover ===== */
/* ===== End Color: body - Hover ===== */
/* ===== Start Color: heading ===== */
h2.widget-title,
h2.widgettitle,
.c-heading,
.form-group .form-row label,
fieldset legend,
.vertical-navigation .menu-open-label,
article.type-post .entry-header a,
.author-wrapper .author-name,
.post-navigation .nav-title,
.search .entry-header a,
.site-header-account .login-form-title,
.comments-title,
table.shop_table_responsive tbody th,
.filter-toggle,
.filter-close,
table.cart:not(.wishlist_table) th,
table.cart:not(.wishlist_table) .product-name a,
table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,
.checkout_coupon .form-row-last:before,
#payment .payment_methods > .wc_payment_method > label,
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
table.woocommerce-checkout-review-order-table .product-name,
.woocommerce-billing-fields > h3,
.cart th,
.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,
.osf-sorting .display-mode button.active,
.osf-sorting .display-mode button:hover,
.woocommerce-Tabs-panel table.shop_attributes th,
#osf-accordion-container table.shop_attributes th,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],
.widget .woof_list_checkbox input[type="checkbox"] + label:after,
.widget .woof_list_checkbox input[type="checkbox"]:checked + label,
.widget .woof_list_radio input[type="radio"]:checked + label {
  color: #313131;
}

/* ===== End Color: heading ===== */
/* ===== Start Color: heading - Hover ===== */
/* ===== End Color: heading - Hover ===== */
/* ===== Start Color: addtocart ===== */
/* ===== End Color: addtocart ===== */
/* ===== Start Color: addtocart - Hover ===== */
/* ===== End Color: addtocart - Hover ===== */
/* ===== Start Color: bg-addtocart ===== */
/* ===== End Color: bg-addtocart ===== */
/* ===== Start Color: bg-addtocart - Hover ===== */
/* ===== End Color: bg-addtocart - Hover ===== */
/* ===== Start Color: wishlist ===== */
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:before {
  color: #222;
}

/* ===== End Color: wishlist ===== */
/* ===== Start Color: wishlist - Hover ===== */
/* ===== End Color: wishlist - Hover ===== */
/* ===== Start Color: bg-wishlist ===== */
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
  background-color: #fff;
}

/* ===== End Color: bg-wishlist ===== */
/* ===== Start Color: bg-wishlist - Hover ===== */
/* ===== End Color: bg-wishlist - Hover ===== */
/* ===== Start Color: compare ===== */
.shop-action .compare:before,
.single-product div.product .entry-summary .compare:before {
  color: #222;
}

/* ===== End Color: compare ===== */
/* ===== Start Color: compare - Hover ===== */
/* ===== End Color: compare - Hover ===== */
/* ===== Start Color: bg-compare ===== */
.shop-action .compare,
.single-product div.product .entry-summary .compare {
  background-color: #fff;
}

/* ===== End Color: bg-compare ===== */
/* ===== Start Color: bg-compare - Hover ===== */
/* ===== End Color: bg-compare - Hover ===== */
/* ===== Start Color: qickview ===== */
.shop-action .yith-wcqv-button:before {
  color: #222;
}

/* ===== End Color: qickview ===== */
/* ===== Start Color: qickview - Hover ===== */
/* ===== End Color: qickview - Hover ===== */
/* ===== Start Color: bg-qickview ===== */
.shop-action .yith-wcqv-button {
  background-color: #fff;
}

/* ===== End Color: bg-qickview ===== */
/* ===== Start Color: bg-qickview - Hover ===== */
/* ===== End Color: bg-qickview - Hover ===== */
/* ===== Start Color: silver4 ===== */
.single-case_study .information {
  background-color: #f7f7f7;
}

/* ===== End Color: silver4 ===== */
/* ===== Start Color: silver4 - Hover ===== */
/* ===== End Color: silver4 - Hover ===== */
/* ===== Start Color: Button Primary ===== */
.button-primary,
.entry-footer .edit-link a.post-edit-link,
.page .edit-link a.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button {
  background-color: #e68b0c;
  border-color: #e68b0c;
}

/* ===== End Color: Button Primary ===== */
/* ===== Start Color: Button Primary Hover ===== */
.button-primary:hover,
.entry-footer .edit-link a.post-edit-link:hover,
.page .edit-link a.post-edit-link:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-primary:active,
.entry-footer .edit-link a.post-edit-link:active,
.page .edit-link a.post-edit-link:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-primary.active,
.entry-footer .edit-link a.active.post-edit-link,
.page .edit-link a.active.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle,
.entry-footer .edit-link .show > a.dropdown-toggle.post-edit-link,
.page .edit-link .show > a.dropdown-toggle.post-edit-link,
.woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show > .dropdown-toggle.button {
  background-color: #9d5f08;
  border-color: #9d5f08;
}

/* ===== End Color: Button Primary Hover ===== */
/* ===== Start Color: Button Primary Outline ===== */

.button-outline-primary {
  color: #e68b0c;
  border-color: #e68b0c;
}

/* ===== End Color: Button Primary Outline ===== */
/* ===== Start Color: Button Primary Outline Hover ===== */
.button-outline-primary:hover,
.button-outline-primary:active,
.button-outline-primary.active,
.show > .button-outline-primary.dropdown-toggle {
  background-color: #e68b0c;
  border-color: #e68b0c;
  color: #fff;
}

/* ===== End Color: Button Primary Outline Hover ===== */
/* ===== Start Color: Button Secondary ===== */

.button-secondary,
input[type="button"],
input[type="submit"],
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
button[type="submit"],
.secondary-button .search-submit,
.wc-proceed-to-checkout .button {
  background-color: #313131;
  border-color: #313131;
}

/* ===== End Color: Button Secondary ===== */
/* ===== Start Color: Button Secondary Outline ===== */

.button-outline-secondary {
  color: #313131;
  border-color: #313131;
}

/* ===== End Color: Button Secondary Outline ===== */
/* ===== Start Color: Button Secondary Outline Hover ===== */
.button-outline-secondary:hover,
.button-outline-secondary:active,
.button-outline-secondary.active,
.show > .button-outline-secondary.dropdown-toggle {
  background-color: #313131;
  border-color: #313131;
  color: #fff;
}

/* ===== End Color: Button Secondary Outline Hover ===== */
/* ===== Start Color: Button Secondary Hover ===== */
.button-secondary:hover,
input:hover[type="button"],
input:hover[type="submit"],
input:hover[type="reset"],
button:hover[type="submit"],
.secondary-button .search-submit:hover,
.wc-proceed-to-checkout .button:hover,
.button-secondary:active,
input:active[type="button"],
input:active[type="submit"],
input:active[type="reset"],
button:active[type="submit"],
.secondary-button .search-submit:active,
.wc-proceed-to-checkout .button:active,
.button-secondary.active,
input.active[type="button"],
input.active[type="submit"],
input.active[type="reset"],
button.active[type="submit"],
.secondary-button .active.search-submit,
.wc-proceed-to-checkout .active.button,
.show > .button-secondary.dropdown-toggle,
.show > input.dropdown-toggle[type="button"],
.show > input.dropdown-toggle[type="submit"],
.show > input.dropdown-toggle[type="reset"],
.show > button.dropdown-toggle[type="submit"],
.secondary-button .show > .dropdown-toggle.search-submit,
.wc-proceed-to-checkout .show > .dropdown-toggle.button {
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

/* ===== End Color: Button Secondary Hover ===== */
/*--------------------------------------------------------------
19.1 Colors Schema Light
--------------------------------------------------------------*/
.colors-scheme-light {
  color: rgba(255, 255, 255, 0.8);
}
.colors-scheme-light .widget-title,
.colors-scheme-light .widgettitle,
.colors-scheme-light h1,
.colors-scheme-light h2,
.colors-scheme-light h3,
.colors-scheme-light h4,
.colors-scheme-light h5,
.colors-scheme-light h6,
.colors-scheme-light .h1,
.colors-scheme-light .h2,
.colors-scheme-light .h3,
.colors-scheme-light .h4,
.colors-scheme-light .h5,
.colors-scheme-light .h6,
.colors-scheme-light label,
.colors-scheme-light a,
.colors-scheme-light .top-menu > li > a,
.colors-scheme-light .vc_custom_heading > * {
  color: #fff;
}
.colors-scheme-light .sub-menu-inner {
  color: initial;
}
.colors-scheme-light .sub-menu-inner .widget-title,
.colors-scheme-light .sub-menu-inner .widgettitle,
.colors-scheme-light .sub-menu-inner h1,
.colors-scheme-light .sub-menu-inner h2,
.colors-scheme-light .sub-menu-inner h3,
.colors-scheme-light .sub-menu-inner h4,
.colors-scheme-light .sub-menu-inner h5,
.colors-scheme-light .sub-menu-inner h6,
.colors-scheme-light .sub-menu-inner .h1,
.colors-scheme-light .sub-menu-inner .h2,
.colors-scheme-light .sub-menu-inner .h3,
.colors-scheme-light .sub-menu-inner .h4,
.colors-scheme-light .sub-menu-inner .h5,
.colors-scheme-light .sub-menu-inner .h6,
.colors-scheme-light .sub-menu-inner label,
.colors-scheme-light .sub-menu-inner a {
  color: initial;
}

.sub-menu-inner .colors-scheme-light ul > li.menu-item > a {
  color: #e0e2e6;
}

.site-footer .colors-scheme-light {
  color: #e0e2e6;
}
.site-footer .colors-scheme-light a {
  color: #e0e2e6;
}
.site-footer .colors-scheme-light a:hover {
  color: #fff;
}
.site-footer .colors-scheme-light .widget_recent_entries a {
  color: #fff;
}
.site-footer .colors-scheme-light .widget.widget_recent_entries li {
  border-color: rgba(235, 235, 235, 0.1);
}

/*--------------------------------------------------------------
19.2 Colors custom-class
--------------------------------------------------------------*/
[class*="before-title"]:before {
  content: "";
  width: 30px;
  height: 2px;
  vertical-align: middle;
  margin-left: 0.8em;
}

[class*="after-title"]:after {
  content: "";
  width: 30px;
  height: 2px;
  margin-right: 0.8em;
  vertical-align: middle;
}

.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%;
  right: 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: -moz-linear-gradient(-45deg, #0160b4 0%, #5b2c8c 75%);
  background-image: -webkit-linear-gradient(-45deg, #0160b4 0%, #5b2c8c 75%);
  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: -moz-linear-gradient(-45deg, #0160b4 0%, #5b2c8c 100%) !important;
    background-image: -webkit-linear-gradient(-45deg, #0160b4 0%, #5b2c8c 100%) !important;
    background-image: -ms-linear-gradient(-45deg, #0160b4 0%, #5b2c8c 100%) !important;
  }
}

.theme-shadow {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
}

.list-feature-box > li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inherit;
  line-height: 1.5;
}
.list-feature-box > li:before {
  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;
  content: "\f00c";
  width: 22px;
  height: 22px;
  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-right: 0;
  }
}

@media screen and (min-width: 30em) {
  /* Typography */
  /* Fix image alignment */
  img.alignleft {
    float: right;
    margin-left: 1.5em;
  }
  img.alignright {
    float: left;
    margin-right: 1.5em;
  }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em;
  }
  .page-one-column .panel-content .wrap {
    max-width: 740px;
  }
  .panel-content .entry-header {
    margin-bottom: 4.5em;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 0;
  }
  /* Blog Index, Archive, Search */
  /* Gallery Columns */
}

@media screen and (min-width: 48em) {
  /* Typography */
  .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 */
  .menu-toggle,
  .dropdown-toggle {
    display: none;
  }
  .site-header .main-navigation ul {
    display: block;
  }
  .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;
    right: 0;
    padding: 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 {
    right: 100%;
    left: auto;
  }
  .site-header .main-navigation ul ul li:hover > ul,
  .site-header .main-navigation ul ul li.focus > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .site-header .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .site-header .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .site-header .main-navigation ul li:hover > ul,
  .site-header .main-navigation ul li.focus > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    left: auto;
    pointer-events: visible;
  }
  .site-header .main-navigation ul li:hover > ul .sub-menu-inner ul.menu,
  .site-header .main-navigation ul li.focus > ul .sub-menu-inner ul.menu {
    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;
    right: 5px;
    position: relative;
    top: -1px;
  }
  .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;
    right: auto;
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
  }
  .site-header .main-navigation ul ul ul {
    right: -999em;
    top: 15px;
  }
  .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:before,
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
  .site-header .main-navigation ul ul li.menu-item-has-children:hover:after {
    display: none;
  }
  .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: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:hover:after {
    display: none;
  }
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    left: 0;
    color: #fff;
    top: 2em;
  }
  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* 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%;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  /* Posts */
  .comments-pagination {
    clear: both;
  }
  .post-navigation {
    clear: both;
  }
  .post-navigation .nav-previous {
    width: 50%;
  }
  .post-navigation .nav-next {
    text-align: left;
    width: 50%;
  }
  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    right: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  /* Post formats */
  .format-quote blockquote .icon {
    right: -1.5em;
  }
  /* Pages */
  .site-content {
    padding: 3.75em 0 0;
  }
  .page:not(.home) #content {
    padding-bottom: 3.25em;
  }
  /* 404 page */
  /* Comments */
  ol.children .children {
    padding-right: 2em;
  }
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative;
  }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 30px;
  }
  /* Footer */
  .site-footer {
    line-height: 1.6;
  }
  .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;
    right: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  /* Comments */
  .comment-body {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
20.1 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  #topbar,
  #page-title-bar,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .navigation.woocommerce-pagination,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    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;
  }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.ezboozt-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */
  .wrap {
    padding-right: 5% !important;
    padding-left: 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 */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  a,
  .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  h2,
  h5,
  blockquote,
  .site-description {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-meta {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .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 OWL Carousel ===== */
/*
 *  Owl Carousel - Core
 */
.owl-carousel,
.entry-gallery .gallery,
.woocommerce .woocommerce-carousel ul.products,
.woocommerce-product-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,
.entry-gallery .gallery .owl-stage,
.woocommerce .woocommerce-carousel ul.products .owl-stage,
.woocommerce-product-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,
.entry-gallery .gallery .owl-stage:after,
.woocommerce .woocommerce-carousel ul.products .owl-stage:after,
.woocommerce-product-carousel ul.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer,
.entry-gallery .gallery .owl-stage-outer,
.woocommerce .woocommerce-carousel ul.products .owl-stage-outer,
.woocommerce-product-carousel ul.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.entry-gallery .gallery .owl-wrapper,
.woocommerce .woocommerce-carousel ul.products .owl-wrapper,
.woocommerce-product-carousel ul.products .owl-wrapper,
.owl-carousel .owl-item,
.entry-gallery .gallery .owl-item,
.woocommerce .woocommerce-carousel ul.products .owl-item,
.woocommerce-product-carousel ul.products .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.entry-gallery .gallery .owl-item,
.woocommerce .woocommerce-carousel ul.products .owl-item,
.woocommerce-product-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-nav.disabled,
.entry-gallery .gallery .owl-nav.disabled,
.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled,
.woocommerce-product-carousel ul.products .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.entry-gallery .gallery .owl-dots.disabled,
.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,
.woocommerce-product-carousel ul.products .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.entry-gallery .gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.products .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.entry-gallery .gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.products .owl-nav .owl-next,
.owl-carousel .owl-dot,
.entry-gallery .gallery .owl-dot,
.woocommerce .woocommerce-carousel ul.products .owl-dot,
.woocommerce-product-carousel ul.products .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded,
.entry-gallery .owl-loaded.gallery,
.woocommerce .woocommerce-carousel ul.owl-loaded.products,
.woocommerce-product-carousel ul.owl-loaded.products {
  display: block;
}
.owl-carousel + .owl-carousel-thumbnail,
.entry-gallery .gallery + .owl-carousel-thumbnail,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail {
  margin-top: 10px;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item,
.entry-gallery .gallery + .owl-carousel-thumbnail .owl-item .item,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item,
.woocommerce-product-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,
.entry-gallery .gallery + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover,
.entry-gallery .gallery + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover {
  opacity: 1;
}
.owl-carousel.owl-loading,
.entry-gallery .owl-loading.gallery,
.woocommerce .woocommerce-carousel ul.owl-loading.products,
.woocommerce-product-carousel ul.owl-loading.products {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden,
.entry-gallery .owl-hidden.gallery,
.woocommerce .woocommerce-carousel ul.owl-hidden.products,
.woocommerce-product-carousel ul.owl-hidden.products {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item,
.entry-gallery .owl-refresh.gallery .owl-item,
.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item,
.woocommerce-product-carousel ul.owl-refresh.products .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item,
.entry-gallery .owl-drag.gallery .owl-item,
.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item,
.woocommerce-product-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,
.entry-gallery .owl-grab.gallery,
.woocommerce .woocommerce-carousel ul.owl-grab.products,
.woocommerce-product-carousel ul.owl-grab.products {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl,
.entry-gallery .owl-rtl.gallery,
.woocommerce .woocommerce-carousel ul.owl-rtl.products,
.woocommerce-product-carousel ul.owl-rtl.products {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item,
.entry-gallery .owl-rtl.gallery .owl-item,
.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item,
.woocommerce-product-carousel ul.owl-rtl.products .owl-item {
  float: right;
}

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

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

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

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

.owl-carousel .owl-video-play-icon,
.entry-gallery .gallery .owl-video-play-icon,
.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon,
.woocommerce-product-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("../images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

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

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

.owl-carousel .owl-video-tn,
.entry-gallery .gallery .owl-video-tn,
.woocommerce .woocommerce-carousel ul.products .owl-video-tn,
.woocommerce-product-carousel ul.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame,
.entry-gallery .gallery .owl-video-frame,
.woocommerce .woocommerce-carousel ul.products .owl-video-frame,
.woocommerce-product-carousel ul.products .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.woocommerce-carousel .owl-nav,
.entry-gallery .woocommerce-carousel.gallery .owl-nav,
.owl-theme.owl-carousel .owl-nav,
.entry-gallery .gallery .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-nav,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-nav,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-nav,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-nav,
.owl-theme .products .owl-nav,
.entry-gallery .gallery .products .owl-nav {
  /* 		margin-top: 10px; */
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"],
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"],
.owl-theme.owl-carousel .owl-nav [class*="owl-"],
.entry-gallery .gallery .owl-nav [class*="owl-"],
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"],
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"],
.owl-theme .products .owl-nav [class*="owl-"],
.entry-gallery .gallery .products .owl-nav [class*="owl-"] {
  color: #e6e6e6;
  margin: 0px;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"]:before,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"]:before,
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:before,
.entry-gallery .gallery .owl-nav [class*="owl-"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:before,
.owl-theme .products .owl-nav [class*="owl-"]:before,
.entry-gallery .gallery .products .owl-nav [class*="owl-"]:before {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "FontAwesome";
  display: block;
  color: #e6e6e6;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"].owl-next,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"].owl-next,
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next,
.entry-gallery .gallery .owl-nav [class*="owl-"].owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next,
.owl-theme .products .owl-nav [class*="owl-"].owl-next,
.entry-gallery .gallery .products .owl-nav [class*="owl-"].owl-next {
  left: 15px;
  opacity: 0;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"].owl-next:before,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"].owl-next:before,
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-next:before,
.entry-gallery .gallery .owl-nav [class*="owl-"].owl-next:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-next:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-next:before,
.entry-gallery .gallery .products .owl-nav [class*="owl-"].owl-next:before {
  text-align: center;
  display: block;
  content: "\f054";
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"].owl-prev,
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .gallery .owl-nav [class*="owl-"].owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .gallery .products .owl-nav [class*="owl-"].owl-prev {
  right: 15px;
  opacity: 0;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"].owl-prev:before,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"].owl-prev:before,
.owl-theme.owl-carousel .owl-nav [class*="owl-"].owl-prev:before,
.entry-gallery .gallery .owl-nav [class*="owl-"].owl-prev:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"].owl-prev:before,
.owl-theme .products .owl-nav [class*="owl-"].owl-prev:before,
.entry-gallery .gallery .products .owl-nav [class*="owl-"].owl-prev:before {
  text-align: center;
  display: block;
  content: "\f053";
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"]:hover,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"]:hover,
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover,
.entry-gallery .gallery .owl-nav [class*="owl-"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover,
.owl-theme .products .owl-nav [class*="owl-"]:hover,
.entry-gallery .gallery .products .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  text-decoration: none;
}
.owl-theme.woocommerce-carousel .owl-nav [class*="owl-"]:hover:before,
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl-"]:hover:before,
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover:before,
.entry-gallery .gallery .owl-nav [class*="owl-"]:hover:before,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover:before,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*="owl-"]:hover:before,
.owl-theme .products .owl-nav [class*="owl-"]:hover:before,
.entry-gallery .gallery .products .owl-nav [class*="owl-"]:hover:before {
  color: #fff;
}
.owl-theme.woocommerce-carousel .owl-nav .disabled,
.entry-gallery .woocommerce-carousel.gallery .owl-nav .disabled,
.owl-theme.owl-carousel .owl-nav .disabled,
.entry-gallery .gallery .owl-nav .disabled,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav .disabled,
.woocommerce-product-carousel ul.owl-theme.products .owl-nav .disabled,
.owl-theme .products .owl-nav .disabled,
.entry-gallery .gallery .products .owl-nav .disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.owl-theme.woocommerce-carousel:hover .owl-nav [class*="owl-"].owl-next,
.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*="owl-"].owl-next,
.owl-theme.woocommerce-carousel:hover .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*="owl-"].owl-prev,
.owl-theme.owl-carousel:hover .owl-nav [class*="owl-"].owl-next,
.entry-gallery .gallery:hover .owl-nav [class*="owl-"].owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*="owl-"].owl-next,
.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*="owl-"].owl-next,
.owl-theme.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .gallery:hover .owl-nav [class*="owl-"].owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*="owl-"].owl-prev,
.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*="owl-"].owl-prev,
.owl-theme .products:hover .owl-nav [class*="owl-"].owl-next,
.entry-gallery .gallery .products:hover .owl-nav [class*="owl-"].owl-next,
.owl-theme .products:hover .owl-nav [class*="owl-"].owl-prev,
.entry-gallery .gallery .products:hover .owl-nav [class*="owl-"].owl-prev {
  opacity: 1;
}

.owl-theme.woocommerce-carousel .products,
.entry-gallery .woocommerce-carousel.gallery .products,
.owl-theme.owl-carousel .products,
.entry-gallery .gallery .products,
.woocommerce .woocommerce-carousel ul.owl-theme.products .products,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .products,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .products,
.woocommerce-product-carousel ul.owl-theme.products .products,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .products,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .products,
.owl-theme .products .products,
.entry-gallery .gallery .products .products {
  position: static;
}

.owl-theme.woocommerce-carousel .owl-dots,
.entry-gallery .woocommerce-carousel.gallery .owl-dots,
.owl-theme.owl-carousel .owl-dots,
.entry-gallery .gallery .owl-dots,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,
.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,
.owl-theme .products .owl-dots,
.entry-gallery .gallery .products .owl-dots {
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.woocommerce-carousel .owl-dots .owl-dot,
.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot,
.owl-theme.owl-carousel .owl-dots .owl-dot,
.entry-gallery .gallery .owl-dots .owl-dot,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,
.owl-theme .products .owl-dots .owl-dot,
.entry-gallery .gallery .products .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #eee;
  width: 10px;
  height: 10px;
  text-align: center;
  margin: 0 5px;
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
}
.owl-theme.woocommerce-carousel .owl-dots .owl-dot:hover,
.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot:hover,
.owl-theme.woocommerce-carousel .owl-dots .owl-dot.active,
.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot.active,
.owl-theme.owl-carousel .owl-dots .owl-dot:hover,
.entry-gallery .gallery .owl-dots .owl-dot:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot:hover,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot:hover,
.owl-theme.owl-carousel .owl-dots .owl-dot.active,
.entry-gallery .gallery .owl-dots .owl-dot.active,
.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot.active,
.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot.active,
.owl-theme .products .owl-dots .owl-dot:hover,
.entry-gallery .gallery .products .owl-dots .owl-dot:hover,
.owl-theme .products .owl-dots .owl-dot.active,
.entry-gallery .gallery .products .owl-dots .owl-dot.active {
  background-color: #e68b0c;
}

.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav,
.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav,
.owl-theme.owl-carousel.nav-position-top-right .owl-nav,
.entry-gallery .nav-position-top-right.gallery .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav,
.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav,
.owl-theme .products.nav-position-top-right .owl-nav,
.entry-gallery .gallery .products.nav-position-top-right .owl-nav {
  position: absolute;
  top: -90px;
  left: 0;
}
.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav [class*="owl-"],
.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav [class*="owl-"],
.owl-theme.owl-carousel.nav-position-top-right .owl-nav [class*="owl-"],
.entry-gallery .nav-position-top-right.gallery .owl-nav [class*="owl-"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*="owl-"],
.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*="owl-"],
.owl-theme .products.nav-position-top-right .owl-nav [class*="owl-"],
.entry-gallery .gallery .products.nav-position-top-right .owl-nav [class*="owl-"] {
  position: static;
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav,
.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav,
.owl-theme.owl-carousel.nav-position-top-center .owl-nav,
.entry-gallery .nav-position-top-center.gallery .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav,
.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav,
.owl-theme .products.nav-position-top-center .owl-nav,
.entry-gallery .gallery .products.nav-position-top-center .owl-nav {
  position: absolute;
  right: 50%;
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  top: -90px;
}
.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav [class*="owl-"],
.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav [class*="owl-"],
.owl-theme.owl-carousel.nav-position-top-center .owl-nav [class*="owl-"],
.entry-gallery .nav-position-top-center.gallery .owl-nav [class*="owl-"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*="owl-"],
.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*="owl-"],
.owl-theme .products.nav-position-top-center .owl-nav [class*="owl-"],
.entry-gallery .gallery .products.nav-position-top-center .owl-nav [class*="owl-"] {
  position: static;
  -ms-transform: translate(0, woocommerce-carousel0);
  -o-transform: translate(0, woocommerce-carousel0);
  -moz-transform: translate(0, woocommerce-carousel0);
  -webkit-transform: translate(0, woocommerce-carousel0);
  transform: translate(0, woocommerce-carousel0);
}

.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav [class*="owl-"],
.entry-gallery .woocommerce-carousel.nav-position-bottom-center.gallery .owl-nav [class*="owl-"],
.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav [class*="owl-"],
.entry-gallery .nav-position-bottom-center.gallery .owl-nav [class*="owl-"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*="owl-"],
.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*="owl-"],
.owl-theme .products.nav-position-bottom-center .owl-nav [class*="owl-"],
.entry-gallery .gallery .products.nav-position-bottom-center .owl-nav [class*="owl-"] {
  position: static;
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav,
.owl-theme.owl-carousel.nav-style-2 .owl-nav,
.entry-gallery .nav-style-2.gallery .owl-nav,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav,
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-2.products.gallery .owl-nav,
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-2.products.gallery .owl-nav,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav,
.woocommerce-product-carousel .entry-gallery ul.nav-style-2.products.gallery .owl-nav,
.entry-gallery .woocommerce-product-carousel ul.nav-style-2.products.gallery .owl-nav,
.owl-theme .products.nav-style-2 .owl-nav,
.entry-gallery .gallery .products.nav-style-2 .owl-nav {
  margin: 0 -4px;
}
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"],
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"] {
  width: 30px !important;
  height: 30px !important;
  line-height: 20px !important;
  padding: 0;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
}
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"]:before,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*="owl"]:before,
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"]:before,
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:before,
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"]:before,
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"]:before {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: 24px !important;
  font-size: 1.5rem !important;
  font-family: "web-mob" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*="owl"]:hover,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*="owl"]:hover,
.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*="owl"]:hover,
.entry-gallery .nav-style-2.gallery .owl-nav [class*="owl"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*="owl"]:hover,
.owl-theme .products.nav-style-2 .owl-nav [class*="owl"]:hover,
.entry-gallery .gallery .products.nav-style-2 .owl-nav [class*="owl"]:hover {
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
}
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav .owl-next:before,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav .owl-next:before,
.owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.entry-gallery .nav-style-2.gallery .owl-nav .owl-next:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-next:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-next:before,
.owl-theme .products.nav-style-2 .owl-nav .owl-next:before,
.entry-gallery .gallery .products.nav-style-2 .owl-nav .owl-next:before {
  content: "\e4ce" !important;
}
.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav .owl-prev:before,
.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav .owl-prev:before,
.owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,
.entry-gallery .nav-style-2.gallery .owl-nav .owl-prev:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-prev:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-prev:before,
.owl-theme .products.nav-style-2 .owl-nav .owl-prev:before,
.entry-gallery .gallery .products.nav-style-2 .owl-nav .owl-prev:before {
  content: "\e4cb" !important;
}

.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*="owl"],
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*="owl"],
.entry-gallery .nav-style-3.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"],
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"],
.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"],
.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"],
.owl-theme .products.nav-style-3 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-3 .owl-nav [class*="owl"] {
  background: transparent;
}
.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*="owl"]:before,
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*="owl"]:before,
.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*="owl"]:before,
.entry-gallery .nav-style-3.gallery .owl-nav [class*="owl"]:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:before,
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:before,
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:before,
.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:before,
.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:before,
.owl-theme .products.nav-style-3 .owl-nav [class*="owl"]:before,
.entry-gallery .gallery .products.nav-style-3 .owl-nav [class*="owl"]:before {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
}
.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*="owl"]:hover,
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*="owl"]:hover,
.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*="owl"]:hover,
.entry-gallery .nav-style-3.gallery .owl-nav [class*="owl"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:hover,
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:hover,
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*="owl"]:hover,
.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:hover,
.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*="owl"]:hover,
.owl-theme .products.nav-style-3 .owl-nav [class*="owl"]:hover,
.entry-gallery .gallery .products.nav-style-3 .owl-nav [class*="owl"]:hover {
  background-color: transparent;
}

.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-next:before,
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav .owl-next:before,
.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-next:before,
.entry-gallery .nav-style-3.gallery .owl-nav .owl-next:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before,
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-next:before,
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav .owl-next:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before,
.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-next:before,
.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav .owl-next:before,
.owl-theme .products.nav-style-3 .owl-nav .owl-next:before,
.entry-gallery .gallery .products.nav-style-3 .owl-nav .owl-next:before {
  content: "\e1d8" !important;
}

.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-prev:before,
.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav .owl-prev:before,
.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,
.entry-gallery .nav-style-3.gallery .owl-nav .owl-prev:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before,
.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,
.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before,
.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,
.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,
.owl-theme .products.nav-style-3 .owl-nav .owl-prev:before,
.entry-gallery .gallery .products.nav-style-3 .owl-nav .owl-prev:before {
  content: "\e1d9" !important;
}

.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav [class*="owl"],
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav [class*="owl"],
.owl-theme.owl-carousel.nav-style-4 .owl-nav [class*="owl"],
.entry-gallery .nav-style-4.gallery .owl-nav [class*="owl"],
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*="owl"],
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*="owl"],
.owl-theme .products.nav-style-4 .owl-nav [class*="owl"],
.entry-gallery .gallery .products.nav-style-4 .owl-nav [class*="owl"] {
  background: transparent;
}
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav [class*="owl"]:hover,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav [class*="owl"]:hover,
.owl-theme.owl-carousel.nav-style-4 .owl-nav [class*="owl"]:hover,
.entry-gallery .nav-style-4.gallery .owl-nav [class*="owl"]:hover,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*="owl"]:hover,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*="owl"]:hover,
.owl-theme .products.nav-style-4 .owl-nav [class*="owl"]:hover,
.entry-gallery .gallery .products.nav-style-4 .owl-nav [class*="owl"]:hover {
  background-color: transparent;
}

.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev,
.owl-theme .products.nav-style-4 .owl-nav .owl-next,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next {
  font-size: 13px;
  font-size: 0.8125rem;
  min-width: 80px;
  line-height: 2;
  letter-spacing: 0.2em;
}
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:before,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev:before,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:after,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev:after,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:before,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next:before,
.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:after,
.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next:after,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:before,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:before,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:after,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:after,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:after,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:after,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:before,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:before,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:before,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:before,
.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:after,
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:after,
.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:after,
.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:after,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev:before,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev:before,
.owl-theme .products.nav-style-4 .owl-nav .owl-prev:after,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-prev:after,
.owl-theme .products.nav-style-4 .owl-nav .owl-next:before,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next:before,
.owl-theme .products.nav-style-4 .owl-nav .owl-next:after,
.entry-gallery .gallery .products.nav-style-4 .owl-nav .owl-next:after {
  display: none;
}

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

.woocommerce .woocommerce-carousel ul.products {
  position: static;
}

.woocommerce-product-carousel ul.products {
  position: static;
}

/* ===== End OWL Carousel ===== */
/* ===== Start Elementor ===== */
/* inject:scss */
@media (max-width: 991px) {
  .elementor-brand-item .elementor-brand-image {
    margin-bottom: 40px;
  }
}

.elementor-brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.elementor-brand-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.elementor-bg-transform .elementor-bg {
  will-change: transform;
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-right .elementor-bg {
  -webkit-transform: scale(1.2) translateX(8%);
  -ms-transform: scale(1.2) translateX(8%);
  transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateX(-8%);
  -ms-transform: scale(1.2) translateX(-8%);
  transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-up .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-up:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down .elementor-bg {
  -webkit-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
  -webkit-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}

.elementor-widget-call-to-action .elementor-widget-container {
  overflow: hidden;
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta--skin-classic .elementor-cta {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item {
  color: #55595c;
  border-color: #55595c;
}
.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__content-item {
  color: #fff;
  border-color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
  color: white;
  border-color: white;
}

.elementor-cta--layout-image-above .elementor-cta {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__button.elementor-button {
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
  border: solid 2px white;
  background: transparent;
}
.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}

.elementor-cta__title {
  font-size: 23px;
}

.elementor-cta__content {
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  width: 100%;
  margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}

@media (min-width: 1025px) {
  .elementor-cta--desktop-layout-image-above .elementor-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta,
  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta__content,
  .elementor-cta--desktop-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--desktop-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta,
  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__content,
  .elementor-cta--tablet-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta,
  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
  .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__content,
  .elementor-cta--mobile-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.elementor-ribbon {
  position: absolute;
  z-index: 2;
  top: 0;
  right: auto;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}

.elementor-ribbon-inner {
  text-align: center;
  right: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(50%) translateX(-35px) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(50%) translateX(-35px) rotate(45deg);
  transform: translateY(-50%) translateX(50%) translateX(-35px) rotate(45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}

.elementor-ribbon.elementor-ribbon-left {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 0;
  left: auto;
}

.elementor-ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: auto;
  left: 0;
}

.column-item .study-case-inner {
  position: relative;
  margin-bottom: 40px;
}
.column-item .study-case-inner .entry-category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 10px;
}
.column-item .study-case-inner .link-more {
  display: none;
}

.column-item.case_study-style-1 .study-case-inner {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column-item.case_study-style-1 .study-case-inner {
    margin-bottom: 40px;
  }
}
.column-item.case_study-style-1 .study-case-inner:hover .entry-header {
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.column-item.case_study-style-1 .study-case-inner .post-thumbnail {
  box-shadow: none;
}
.column-item.case_study-style-1 .study-case-inner .entry-header {
  background: #fff;
  position: absolute;
  bottom: -40px;
  right: 7.1875rem;
  left: 7.1875rem;
  padding: 1.5625rem 1rem;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .column-item.case_study-style-1 .study-case-inner .entry-header {
    position: static;
  }
}

.column-item.case_study-style-2 .study-case-inner .entry-header {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 0 40px 35px;
}
@media (max-width: 1199px) {
  .column-item.case_study-style-2 .study-case-inner .entry-header {
    padding: 0 15px 15px;
  }
}

.column-item.case_study-style-3 .study-case-inner > * {
  width: 50%;
}

@media (max-width: 991px) {
  .column-item.case_study-style-3 .study-case-inner {
    display: block;
    margin-bottom: 40px;
  }
  .column-item.case_study-style-3 .study-case-inner > * {
    width: 100%;
  }
}

.column-item.case_study-style-3 .study-case-inner .post-thumbnail {
  box-shadow: none;
}

.column-item.case_study-style-3 .study-case-inner .entry-header {
  background: #fff;
  padding: 0 5.625em;
}
@media (max-width: 1199px) {
  .column-item.case_study-style-3 .study-case-inner .entry-header {
    padding: 30px;
  }
}

.column-item.case_study-style-3 .study-case-inner .entry-title {
  margin-bottom: 23px;
}

.elementor-widget-opal-countdown.elementor-countdown--label-block .elementor-countdown-label {
  display: block;
  text-align: center;
}

.elementor-widget-opal-countdown .elementor-opal-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}

.elementor-widget-opal-countdown .elementor-countdown-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.elementor-widget-counter.elementor-position-top .elementor-icon-counter {
  text-align: center;
}

.elementor-widget-counter.elementor-position-left .elementor-counter,
.elementor-widget-counter.elementor-position-right .elementor-counter {
  display: flex;
  align-items: center;
}
.elementor-widget-counter.elementor-position-left .elementor-counter .elementor-counter-number-prefix,
.elementor-widget-counter.elementor-position-left .elementor-counter .elementor-counter-number-suffix,
.elementor-widget-counter.elementor-position-right .elementor-counter .elementor-counter-number-prefix,
.elementor-widget-counter.elementor-position-right .elementor-counter .elementor-counter-number-suffix {
  flex-grow: 0;
}

.elementor-widget-counter.elementor-position-left .elementor-counter {
  justify-content: flex-start;
}
.elementor-widget-counter.elementor-position-left .elementor-counter .elementor-counter-title {
  text-align: right;
}

.elementor-widget-counter.elementor-position-left .elementor-icon-counter {
  margin-left: 10px;
}

.elementor-widget-counter.elementor-position-right .elementor-icon-counter {
  order: 2;
  margin-right: 10px;
}

.elementor-widget-counter.elementor-position-right .elementor-counter {
  justify-content: flex-end;
}
.elementor-widget-counter.elementor-position-right .elementor-counter .elementor-counter-title {
  text-align: left;
}

.elementor-widget-divider.divider-has-underline-yes .elementor-divider-separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-center .elementor-divider-separator:before {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-right .elementor-divider-separator:before {
  right: auto;
  left: 0;
}

.elementor-widget-divider .elementor-divider-separator {
  position: relative;
}
.elementor-widget-divider .elementor-divider-separator:before {
  width: 30px;
  height: 1px;
}

.elementor-flip-box {
  height: 280px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (max-device-width: 1024px) {
  .elementor-flip-box {
    cursor: pointer;
  }
}

.elementor-flip-box__front {
  background-color: #1abc9c;
}

.elementor-flip-box__back {
  background-color: #4054b2;
  display: block;
}

.elementor-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.elementor-flip-box__layer__overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  padding: 35px;
}

.elementor-flip-box__layer__title {
  font-size: 21px;
}

.elementor-flip-box__layer__description {
  font-size: 14px;
  color: #fff;
}

.elementor-flip-box__layer__title {
  color: #fff;
}

.elementor-flip-box__layer__description:not(:last-child) {
  margin: 0 0 20px 0;
  padding: 0;
}

.elementor-flip-box__layer__title {
  line-height: 1;
  font-weight: 600;
}
.elementor-flip-box__layer__title:not(:last-child) {
  margin: 0 0 20px 0;
  padding: 0;
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
  color: #fff;
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
  border-color: #fff;
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
  background-color: rgba(0, 0, 0, 0.5);
}

.elementor-flip-box__button.elementor-button {
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
  border: solid 2px white;
  color: white;
  background: transparent;
}
.elementor-flip-box__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}

.elementor-flip-box__image {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.elementor-flip-box__image img {
  width: 50%;
}

.elementor-flip-box .elementor-icon-wrapper {
  margin-bottom: 20px;
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
  -webkit-transform: translateZ(90px) scale(0.91);
  transform: translateZ(90px) scale(0.91);
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0.1px);
  transform: translateZ(0.1px);
}

.elementor-flip-box--effect-flip .elementor-flip-box {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
  -webkit-transform: rotateX(0) rotateY(180deg);
  transform: rotateX(0) rotateY(180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: rotateX(0) rotateY(-180deg);
  transform: rotateX(0) rotateY(-180deg);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
  -webkit-transform: rotateX(180deg) rotateY(0);
  transform: rotateX(180deg) rotateY(0);
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: rotateX(-180deg) rotateY(0);
  transform: rotateX(-180deg) rotateY(0);
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-slide .elementor-flip-box,
.elementor-flip-box--effect-push .elementor-flip-box {
  overflow: hidden;
}

.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back {
  -webkit-transform: translateX(100%) translateY(0);
  -ms-transform: translateX(100%) translateY(0);
  transform: translateX(100%) translateY(0);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back {
  -webkit-transform: translateX(-100%) translateY(0);
  -ms-transform: translateX(-100%) translateY(0);
  transform: translateX(-100%) translateY(0);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back {
  -webkit-transform: translateX(0) translateY(100%);
  -ms-transform: translateX(0) translateY(100%);
  transform: translateX(0) translateY(100%);
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back {
  -webkit-transform: translateX(0) translateY(-100%);
  -ms-transform: translateX(0) translateY(-100%);
  transform: translateX(0) translateY(-100%);
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
  -webkit-transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  transition: opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  transition: transform 0.7s, opacity 0.35s, width 0.1ms, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 1;
  width: 100%;
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
  width: 0;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
  transition: opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
  -o-transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s, -webkit-transform 0.8s;
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  transition: opacity 0.5s 0.2s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s 0.2s;
  transition: transform 0.7s, opacity 0.5s 0.2s;
  transition: transform 0.7s, opacity 0.5s 0.2s, -webkit-transform 0.7s;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.5s;
  transition: transform 0.7s, opacity 0.5s;
  transition: transform 0.7s, opacity 0.5s, -webkit-transform 0.7s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
  opacity: 0;
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
  opacity: 1;
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
  display: none;
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .contactform-content,
.mfp-zoom-in .mailchimp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .contactform-content,
.mfp-zoom-in.mfp-ready .mailchimp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .contactform-content,
.mfp-zoom-in.mfp-removing .mailchimp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-in input[type="text"],
.mfp-zoom-in input[type="email"],
.mfp-zoom-in input[type="url"],
.mfp-zoom-in input[type="password"],
.mfp-zoom-in input[type="search"],
.mfp-zoom-in input[type="number"],
.mfp-zoom-in input[type="tel"],
.mfp-zoom-in input[type="range"],
.mfp-zoom-in input[type="date"],
.mfp-zoom-in input[type="month"],
.mfp-zoom-in input[type="week"],
.mfp-zoom-in input[type="time"],
.mfp-zoom-in input[type="datetime"],
.mfp-zoom-in input[type="datetime-local"],
.mfp-zoom-in input[type="color"] {
  border: 0;
}
.mfp-zoom-in button[type="submit"] {
  background: #fff;
  border: 0;
  color: #313131;
  line-height: normal;
}
.mfp-zoom-in .wpcf7-form .wpcf7-form-control {
  margin-bottom: 0;
}

.widget.widget_mc4wp_form_widget {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mc4wp-form .widget-title p {
  font-size: 16px;
}

.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields .input-group {
  border-bottom: 1px solid #222;
}
.mc4wp-form-fields input[type="email"] {
  border: 0;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
}
.mc4wp-form-fields input[type="submit"],
.mc4wp-form-fields button[type="submit"] {
  background: transparent;
  border: 0;
  height: 100%;
  color: #313131;
  padding-right: 0;
  padding-left: 0;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields button[type="submit"]:hover {
  background: transparent;
  color: #e68b0c !important;
}
.mc4wp-form-fields input[type="submit"] .lable,
.mc4wp-form-fields button[type="submit"] .lable {
  display: none;
}
.mc4wp-form-fields input[type="submit"] .icon,
.mc4wp-form-fields button[type="submit"] .icon {
  position: relative;
  top: 3px;
}
.mc4wp-form-fields input[type="submit"] .fa,
.mc4wp-form-fields button[type="submit"] .fa {
  font-size: 18px;
  display: block;
}
.mc4wp-form-fields ::-webkit-input-placeholder {
  color: #313131;
}
.mc4wp-form-fields ::-moz-placeholder {
  color: #313131;
}
.mc4wp-form-fields :-ms-input-placeholder {
  color: #313131;
}
.mc4wp-form-fields :-moz-placeholder {
  color: #313131;
}
.style2 .mc4wp-form-fields .input-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.style2 .mc4wp-form-fields input[type="submit"],
.style2 .mc4wp-form-fields button[type="submit"] {
  color: #fff;
}
.style2 .mc4wp-form-fields ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.style2 .mc4wp-form-fields ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.style2 .mc4wp-form-fields :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.style2 .mc4wp-form-fields :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.style-1 .mc4wp-form-fields input[type="email"] {
  border-color: #b8b8b8;
  border-left: 0;
}

.style-1 .mc4wp-form-fields input[type="submit"],
.style-1 .mc4wp-form-fields button[type="submit"] {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.style-1 .mc4wp-form-fields input[type="submit"] .lable,
.style-1 .mc4wp-form-fields button[type="submit"] .lable {
  display: block;
  color: #000;
  font-weight: 600;
}
.style-1 .mc4wp-form-fields input[type="submit"] .icon,
.style-1 .mc4wp-form-fields button[type="submit"] .icon {
  display: none;
}

.style-2 .mc4wp-form-fields input[type="submit"],
.style-2 .mc4wp-form-fields button[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: transparent;
  padding-left: 1.5em;
  z-index: 99;
}

.style-2 .mc4wp-form-fields input:-webkit-autofill + .input-group-btn input[type="submit"] .icon,
.style-2 .mc4wp-form-fields input:-webkit-autofill + .input-group-btn button[type="submit"] .icon,
.style-2 .mc4wp-form-fields input:autofill + .input-group-btn input[type="submit"] .icon,
.style-2 .mc4wp-form-fields input:autofill + .input-group-btn button[type="submit"] .icon {
  color: #000;
}

.style-3 .mc4wp-form-fields {
  display: flex;
}
.style-3 .mc4wp-form-fields p {
  position: relative;
}
.style-3 .mc4wp-form-fields p:first-child {
  padding-left: 10px;
}
.style-3 .mc4wp-form-fields p:first-child:after {
  font-family: FontAwesome;
  content: "\f003";
  position: absolute;
  left: 25px;
  top: 10px;
}

.style-3 .mc4wp-form-fields .input-group {
  flex-direction: column;
}

.style-3 .mc4wp-form-fields input {
  width: 100%;
  border-radius: inherit !important;
}

.style-3 .mc4wp-form-fields input[type="submit"],
.style-3 .mc4wp-form-fields button[type="submit"] {
  margin-top: 20px;
  margin-right: 0 !important;
  border-radius: inherit;
}
.style-3 .mc4wp-form-fields input[type="submit"] .lable,
.style-3 .mc4wp-form-fields button[type="submit"] .lable {
  display: block;
}
.style-3 .mc4wp-form-fields input[type="submit"] .icon,
.style-3 .mc4wp-form-fields button[type="submit"] .icon {
  display: none;
}

.colors-scheme-light .mc4wp-form-fields input[type="email"] {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5) !important;
}
.colors-scheme-light .mc4wp-form-fields input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

.elementor-widget-opal-button-contact7.elementor-align-left {
  text-align: right;
}

.elementor-widget-opal-button-contact7.elementor-align-center {
  text-align: center;
}

.elementor-widget-opal-button-contact7.elementor-align-right {
  text-align: left;
}

.elementor-widget-image-box .elementor-image-box-title {
  padding-top: 0;
}

.elementor-widget-image-box .elementor-image-box-img {
  position: relative;
}
.elementor-widget-image-box .elementor-image-box-img svg {
  display: block;
  margin: 0 auto;
}
.elementor-widget-image-box .elementor-image-box-img.testabc:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #aba5a5;
  border-radius: 100%;
  transform: scale(1.4);
}

[data-elementor-columns].no-gutter {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}
[data-elementor-columns].no-gutter .column-item {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.column-item.portfolio-entries {
  margin-bottom: 30px;
}

[data-elementor-columns="5"] .column-item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  [data-elementor-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

[data-elementor-columns-tablet="5"] .column-item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  [data-elementor-columns-tablet="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

[data-elementor-columns-mobile="5"] .column-item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  [data-elementor-columns-mobile="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.opal-content-layout-2cr .site-content section.elementor-section-stretched,
.opal-content-layout-2cl .site-content section.elementor-section-stretched {
  max-width: 100%;
  right: auto !important;
}

@media (min-width: 576px) {
  [data-opal-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.elementor-nav-menu--main .elementor-nav-menu a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a:hover,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted {
  padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #55595c;
  color: #a1a6a9;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  right: 50%;
  margin-right: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #494c4f transparent;
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  right: 50%;
  margin-right: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #494c4f transparent;
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #494c4f transparent transparent transparent;
}

.elementor-nav-menu--layout-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  white-space: nowrap;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
  margin-right: auto;
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.elementor-nav-menu__align-left .elementor-nav-menu {
  margin-left: auto;
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.elementor-nav-menu__align-center .elementor-nav-menu {
  margin-right: auto;
  margin-left: auto;
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  width: 100%;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget-opal-nav-menu .elementor-widget-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-nav-menu {
  position: relative;
  z-index: 2;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.elementor-nav-menu:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.elementor-nav-menu ul,
.elementor-nav-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.elementor-nav-menu ul {
  display: none;
}
.elementor-nav-menu ul ul a {
  border-right: 16px solid transparent;
}
.elementor-nav-menu ul ul a:hover,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:active {
  border-right: 16px solid transparent;
}
.elementor-nav-menu ul ul ul a {
  border-right: 24px solid transparent;
}
.elementor-nav-menu ul ul ul a:hover,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:active {
  border-right: 24px solid transparent;
}
.elementor-nav-menu ul ul ul ul a {
  border-right: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:active {
  border-right: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a {
  border-right: 40px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:active {
  border-right: 40px solid transparent;
}
.elementor-nav-menu li,
.elementor-nav-menu a {
  position: relative;
}
.elementor-nav-menu li {
  border-width: 0;
}
.elementor-nav-menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  line-height: 20px;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu a:focus {
  padding: 10px 20px;
  line-height: 20px;
}
.elementor-nav-menu a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu a.disabled {
  cursor: not-allowed;
  color: #a1a6a9;
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
  padding-left: 20px;
}
.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
  display: none;
}

.elementor-nav-menu--indicator-plus:before {
  font-family: "Open Sans", sans-serif;
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow {
  font-size: 10px;
}
.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow:before {
  content: "";
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow:before {
  content: "";
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow:before {
  content: "";
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow:before {
  content: "+";
}

.elementor-nav-menu .sub-arrow {
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 1;
  padding-right: 10px;
}

.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item.highlighted {
  background-color: #55595c;
  color: #fff;
}

.elementor-sub-item:hover,
.elementor-sub-item:focus,
.elementor-sub-item.highlighted {
  background-color: #55595c;
  color: #fff;
}

.elementor-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #494c4f;
}
.elementor-menu-toggle i:before {
  content: "\e804";
}
.elementor-menu-toggle.elementor-active i:before {
  content: "\e909";
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: 0.85em;
}

.elementor-nav-menu--dropdown a {
  color: #494c4f;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.elementor-nav-menu--dropdown a.current {
  background: #373a3c;
  color: #fff;
}
.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a {
  text-shadow: none;
  border-right: 8px solid transparent;
}
ul.elementor-nav-menu--dropdown a:hover,
ul.elementor-nav-menu--dropdown a:focus {
  text-shadow: none;
  border-right: 8px solid transparent;
}

.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}

.elementor-widget-opal-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
  display: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
  display: none;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9998;
}

@media (min-width: 768px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
    display: none;
  }
}

@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
    display: none;
  }
}

@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }
}

@media (max-width: 767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none;
  }
}

.elementor-nav-menu--divider > ul > li:after {
  position: absolute;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  color: transparent;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.elementor-nav-menu--divider > ul > li:last-child:after {
  display: none;
}

#secondary .elementor-nav-menu a:before,
.e--pointer-dot a:before {
  content: "";
  width: 0;
  height: 7px;
  margin: 0;
  position: static;
}

#secondary .elementor-nav-menu a.elementor-item-active:before,
#secondary .elementor-nav-menu a:hover:before,
.e--pointer-dot a.elementor-item-active:before,
.e--pointer-dot a:hover:before {
  width: 7px;
  margin-left: 10px;
}

.elementor-nav-menu--main .elementor-nav-menu > li.current-menu-parent > a {
  color: #e68b0c !important;
}

.elementor-nav-menu--main .elementor-nav-menu a.elementor-sub-item.elementor-item-active {
  background-color: #f7f8fa;
  color: #e68b0c !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
  padding: 20px 0;
}

.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:focus,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:hover {
  border-right: 0;
  border-left: 0;
}

.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail .elementor-image-box-title {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 0 40px 35px;
}

.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header {
  padding: 25px 40px 20px;
  margin-bottom: 0;
}
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header .elementor-image-box-description {
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header a {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header a:after {
  content: "\f178";
  font: normal normal normal 10px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.elementor-widget-opal-metadata ul li {
  list-style: none;
  font-size: 11px;
  color: #010101;
}
.elementor-widget-opal-metadata ul li .value {
  font-size: 14px;
  color: #666;
}

.elementor-widget-opal-metadata ul.vertical li {
  padding: 7px 0px;
  border-bottom: solid 1px #e9ecef;
}
.elementor-widget-opal-metadata ul.vertical li:last-child {
  border-bottom: none;
}

.elementor-widget-opal-metadata ul.horizontal {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .elementor-widget-opal-metadata ul.horizontal {
    display: block;
  }
}
.elementor-widget-opal-metadata ul.horizontal li {
  clear: both;
  width: 100%;
  padding: 10px 0px 10px 40px;
}
@media (max-width: 767px) {
  .elementor-widget-opal-metadata ul.horizontal li {
    padding: 10px 0px;
  }
}
.elementor-widget-opal-metadata ul.horizontal li * {
  display: inline-block;
  padding: 10px 0px;
}
.elementor-widget-opal-metadata ul.horizontal li span:last-child {
  display: block;
  border-top: 1px solid #e9ecef;
}

.elementor-widget-opal-portfolio .elementor-portfolio__filter {
  border: 2px solid transparent;
  border-radius: 999px;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.elementor-widget-opal-portfolio .elementor-button {
  cursor: pointer;
}

.elementor-widget-opal-portfolio .elementor-button-text:after {
  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;
  content: "\f178";
  padding-right: 10px;
}

.elementor-portfolio__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px;
}

.loading .elementor-widget-opal-portfolio .row:after,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cl #content .wrap:after,
body.opal-content-layout-2cl #content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cr #content .wrap:after,
body.opal-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio [data-opal-columns]:after,
.loading .elementor-widget-opal-portfolio body.archive .site-content .wrap:after,
body.archive .site-content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio .blog .site-content .wrap:after,
.blog .site-content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio .opal-archive-style-4.blog .site-main:after,
.opal-archive-style-4.blog .loading .elementor-widget-opal-portfolio .site-main:after,
.loading .elementor-widget-opal-portfolio .opal-archive-style-4.archive .site-main:after,
.opal-archive-style-4.archive .loading .elementor-widget-opal-portfolio .site-main:after,
.loading .elementor-widget-opal-portfolio .opal-default-content-layout-2cr .site-content .wrap:after,
.opal-default-content-layout-2cr .site-content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio .site-footer .widget-area:after,
.site-footer .loading .elementor-widget-opal-portfolio .widget-area:after,
.loading .elementor-widget-opal-portfolio .opal-comment-form-2 .comment-form:after,
.opal-comment-form-2 .loading .elementor-widget-opal-portfolio .comment-form:after,
.loading .elementor-widget-opal-portfolio .opal-comment-form-3 .comment-form:after,
.opal-comment-form-3 .loading .elementor-widget-opal-portfolio .comment-form:after,
.loading .elementor-widget-opal-portfolio .opal-comment-form-4 .comment-form:after,
.opal-comment-form-4 .loading .elementor-widget-opal-portfolio .comment-form:after,
.loading .elementor-widget-opal-portfolio .opal-comment-form-6 .comment-form:after,
.opal-comment-form-6 .loading .elementor-widget-opal-portfolio .comment-form:after,
.loading .elementor-widget-opal-portfolio .widget .gallery:after,
.widget .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .elementor-element .gallery:after,
.elementor-element .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .single .gallery:after,
.single .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .list-feature-box:after,
.loading .elementor-widget-opal-portfolio [data-elementor-columns]:after,
.loading .elementor-widget-opal-portfolio form.track_order:after,
.loading .elementor-widget-opal-portfolio .opal-canvas-filter.top .opal-canvas-filter-wrap:after,
.opal-canvas-filter.top .loading .elementor-widget-opal-portfolio .opal-canvas-filter-wrap:after,
.loading .elementor-widget-opal-portfolio .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone:after,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .loading .elementor-widget-opal-portfolio .woof_redraw_zone:after,
.loading .elementor-widget-opal-portfolio .woocommerce-cart .woocommerce:after,
.woocommerce-cart .loading .elementor-widget-opal-portfolio .woocommerce:after,
.loading .elementor-widget-opal-portfolio .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:after,
.woocommerce-billing-fields .loading .elementor-widget-opal-portfolio .woocommerce-billing-fields__field-wrapper:after,
.loading .elementor-widget-opal-portfolio .woocommerce-MyAccount-content form[class^="woocommerce-"]:after,
.woocommerce-MyAccount-content .loading .elementor-widget-opal-portfolio form[class^="woocommerce-"]:after,
.loading .elementor-widget-opal-portfolio .woocommerce-columns--addresses:after,
.loading .elementor-widget-opal-portfolio .woocommerce-account .entry-content > .woocommerce:after,
.woocommerce-account .loading .elementor-widget-opal-portfolio .entry-content > .woocommerce:after,
.loading .elementor-widget-opal-portfolio .woocommerce-account .entry-content > .woocommerce .u-columns.woocommerce-Addresses:after,
.woocommerce-account .entry-content > .woocommerce .loading .elementor-widget-opal-portfolio .u-columns.woocommerce-Addresses:after,
.loading .elementor-widget-opal-portfolio .woocommerce-Addresses:after,
.loading .elementor-widget-opal-portfolio .woocommerce-address-fields__field-wrapper:after,
.loading .elementor-widget-opal-portfolio ul.products:after,
.loading .elementor-widget-opal-portfolio .osf-sorting:after,
.loading .elementor-widget-opal-portfolio .single-product div.product:after,
.single-product .loading .elementor-widget-opal-portfolio div.product:after,
.loading .elementor-widget-opal-portfolio .single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after,
.single-product div.product .woocommerce-product-gallery .loading .elementor-widget-opal-portfolio .flex-control-thumbs:after,
.loading .elementor-widget-opal-portfolio .single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper:after,
.single-product.woocommerce-single-style-1 div.product .images .loading .elementor-widget-opal-portfolio .woocommerce-product-gallery__wrapper:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-right-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 30px auto;
  right: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 99;
}

.loading .elementor-widget-opal-portfolio .row:before,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cl #content .wrap:before,
body.opal-content-layout-2cl #content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cr #content .wrap:before,
body.opal-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio [data-opal-columns]:before,
.loading .elementor-widget-opal-portfolio body.archive .site-content .wrap:before,
body.archive .site-content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio .blog .site-content .wrap:before,
.blog .site-content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio .opal-archive-style-4.blog .site-main:before,
.opal-archive-style-4.blog .loading .elementor-widget-opal-portfolio .site-main:before,
.loading .elementor-widget-opal-portfolio .opal-archive-style-4.archive .site-main:before,
.opal-archive-style-4.archive .loading .elementor-widget-opal-portfolio .site-main:before,
.loading .elementor-widget-opal-portfolio .opal-default-content-layout-2cr .site-content .wrap:before,
.opal-default-content-layout-2cr .site-content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio .site-footer .widget-area:before,
.site-footer .loading .elementor-widget-opal-portfolio .widget-area:before,
.loading .elementor-widget-opal-portfolio .opal-comment-form-2 .comment-form:before,
.opal-comment-form-2 .loading .elementor-widget-opal-portfolio .comment-form:before,
.loading .elementor-widget-opal-portfolio .opal-comment-form-3 .comment-form:before,
.opal-comment-form-3 .loading .elementor-widget-opal-portfolio .comment-form:before,
.loading .elementor-widget-opal-portfolio .opal-comment-form-4 .comment-form:before,
.opal-comment-form-4 .loading .elementor-widget-opal-portfolio .comment-form:before,
.loading .elementor-widget-opal-portfolio .opal-comment-form-6 .comment-form:before,
.opal-comment-form-6 .loading .elementor-widget-opal-portfolio .comment-form:before,
.loading .elementor-widget-opal-portfolio .widget .gallery:before,
.widget .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .elementor-element .gallery:before,
.elementor-element .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .single .gallery:before,
.single .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .list-feature-box:before,
.loading .elementor-widget-opal-portfolio [data-elementor-columns]:before,
.loading .elementor-widget-opal-portfolio form.track_order:before,
.loading .elementor-widget-opal-portfolio .opal-canvas-filter.top .opal-canvas-filter-wrap:before,
.opal-canvas-filter.top .loading .elementor-widget-opal-portfolio .opal-canvas-filter-wrap:before,
.loading .elementor-widget-opal-portfolio .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone:before,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .loading .elementor-widget-opal-portfolio .woof_redraw_zone:before,
.loading .elementor-widget-opal-portfolio .woocommerce-cart .woocommerce:before,
.woocommerce-cart .loading .elementor-widget-opal-portfolio .woocommerce:before,
.loading .elementor-widget-opal-portfolio .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:before,
.woocommerce-billing-fields .loading .elementor-widget-opal-portfolio .woocommerce-billing-fields__field-wrapper:before,
.loading .elementor-widget-opal-portfolio .woocommerce-MyAccount-content form[class^="woocommerce-"]:before,
.woocommerce-MyAccount-content .loading .elementor-widget-opal-portfolio form[class^="woocommerce-"]:before,
.loading .elementor-widget-opal-portfolio .woocommerce-columns--addresses:before,
.loading .elementor-widget-opal-portfolio .woocommerce-account .entry-content > .woocommerce:before,
.woocommerce-account .loading .elementor-widget-opal-portfolio .entry-content > .woocommerce:before,
.loading .elementor-widget-opal-portfolio .woocommerce-account .entry-content > .woocommerce .u-columns.woocommerce-Addresses:before,
.woocommerce-account .entry-content > .woocommerce .loading .elementor-widget-opal-portfolio .u-columns.woocommerce-Addresses:before,
.loading .elementor-widget-opal-portfolio .woocommerce-Addresses:before,
.loading .elementor-widget-opal-portfolio .woocommerce-address-fields__field-wrapper:before,
.loading .elementor-widget-opal-portfolio ul.products:before,
.loading .elementor-widget-opal-portfolio .osf-sorting:before,
.loading .elementor-widget-opal-portfolio .single-product div.product:before,
.single-product .loading .elementor-widget-opal-portfolio div.product:before,
.loading .elementor-widget-opal-portfolio .single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before,
.single-product div.product .woocommerce-product-gallery .loading .elementor-widget-opal-portfolio .flex-control-thumbs:before,
.loading .elementor-widget-opal-portfolio .single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper:before,
.single-product.woocommerce-single-style-1 div.product .images .loading .elementor-widget-opal-portfolio .woocommerce-product-gallery__wrapper:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: calc(50% - 25px);
  top: calc(50% + 15px);
  z-index: 99;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.elementor-editor-active .elementor-widget-opal-portfolio .isotope-grid {
  height: auto !important;
}

.elementor-editor-active .elementor-widget-opal-portfolio .elementor-button {
  pointer-events: none;
}

.elementor-filter-left .elementor-portfolio__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-portfolio__filters {
  justify-content: flex-end;
}

article.type-portfolio {
  text-align: center;
  position: relative;
}
article.type-portfolio:hover .post-thumbnail:after {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
article.type-portfolio .post-thumbnail {
  position: relative;
}
article.type-portfolio .post-thumbnail:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
article.type-portfolio .portfolio-content {
  padding-top: 24px;
}
article.type-portfolio .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin: 0;
}
article.type-portfolio .entry-title a {
  color: #000;
}
article.type-portfolio .portfolio-category a {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  display: inline-block;
  color: #313131;
  text-transform: uppercase;
}
article.type-portfolio .portfolio-des {
  font-size: 11px;
  font-size: 0.6875rem;
}

.elementor-portfolio-style-overlay,
.row.overlay,
body.opal-content-layout-2cl #content .overlay.wrap,
body.opal-content-layout-2cr #content .overlay.wrap,
.overlay[data-opal-columns],
body.archive .site-content .overlay.wrap,
.blog .site-content .overlay.wrap,
.opal-archive-style-4.blog .overlay.site-main,
.opal-archive-style-4.archive .overlay.site-main,
.opal-default-content-layout-2cr .site-content .overlay.wrap,
.site-footer .overlay.widget-area,
.opal-comment-form-2 .overlay.comment-form,
.opal-comment-form-3 .overlay.comment-form,
.opal-comment-form-4 .overlay.comment-form,
.opal-comment-form-6 .overlay.comment-form,
.widget .overlay.gallery,
.elementor-element .overlay.gallery,
.single .overlay.gallery,
.overlay.list-feature-box,
.overlay[data-elementor-columns],
form.overlay.track_order,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone,
.woocommerce-cart .overlay.woocommerce,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"],
.overlay.woocommerce-columns--addresses,
.woocommerce-account .entry-content > .overlay.woocommerce,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses,
.overlay.woocommerce-Addresses,
.overlay.woocommerce-address-fields__field-wrapper,
ul.overlay.products,
.overlay.osf-sorting,
.single-product div.overlay.product,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper {
  position: relative;
}
.elementor-portfolio-style-overlay .portfolio-content,
.row.overlay .portfolio-content,
body.opal-content-layout-2cl #content .overlay.wrap .portfolio-content,
body.opal-content-layout-2cr #content .overlay.wrap .portfolio-content,
.overlay[data-opal-columns] .portfolio-content,
body.archive .site-content .overlay.wrap .portfolio-content,
.blog .site-content .overlay.wrap .portfolio-content,
.opal-archive-style-4.blog .overlay.site-main .portfolio-content,
.opal-archive-style-4.archive .overlay.site-main .portfolio-content,
.opal-default-content-layout-2cr .site-content .overlay.wrap .portfolio-content,
.site-footer .overlay.widget-area .portfolio-content,
.opal-comment-form-2 .overlay.comment-form .portfolio-content,
.opal-comment-form-3 .overlay.comment-form .portfolio-content,
.opal-comment-form-4 .overlay.comment-form .portfolio-content,
.opal-comment-form-6 .overlay.comment-form .portfolio-content,
.widget .overlay.gallery .portfolio-content,
.elementor-element .overlay.gallery .portfolio-content,
.single .overlay.gallery .portfolio-content,
.overlay.list-feature-box .portfolio-content,
.overlay[data-elementor-columns] .portfolio-content,
form.overlay.track_order .portfolio-content,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .portfolio-content,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .portfolio-content,
.woocommerce-cart .overlay.woocommerce .portfolio-content,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .portfolio-content,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .portfolio-content,
.overlay.woocommerce-columns--addresses .portfolio-content,
.woocommerce-account .entry-content > .overlay.woocommerce .portfolio-content,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .portfolio-content,
.overlay.woocommerce-Addresses .portfolio-content,
.overlay.woocommerce-address-fields__field-wrapper .portfolio-content,
ul.overlay.products .portfolio-content,
.overlay.osf-sorting .portfolio-content,
.single-product div.overlay.product .portfolio-content,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .portfolio-content,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .portfolio-content {
  background: #fff;
  margin: 0;
  padding: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.elementor-portfolio-style-overlay .entry-title,
.elementor-portfolio-style-overlay .portfolio-category,
.row.overlay .entry-title,
body.opal-content-layout-2cl #content .overlay.wrap .entry-title,
body.opal-content-layout-2cr #content .overlay.wrap .entry-title,
.overlay[data-opal-columns] .entry-title,
body.archive .site-content .overlay.wrap .entry-title,
.blog .site-content .overlay.wrap .entry-title,
.opal-archive-style-4.blog .overlay.site-main .entry-title,
.opal-archive-style-4.archive .overlay.site-main .entry-title,
.opal-default-content-layout-2cr .site-content .overlay.wrap .entry-title,
.site-footer .overlay.widget-area .entry-title,
.opal-comment-form-2 .overlay.comment-form .entry-title,
.opal-comment-form-3 .overlay.comment-form .entry-title,
.opal-comment-form-4 .overlay.comment-form .entry-title,
.opal-comment-form-6 .overlay.comment-form .entry-title,
.widget .overlay.gallery .entry-title,
.elementor-element .overlay.gallery .entry-title,
.single .overlay.gallery .entry-title,
.overlay.list-feature-box .entry-title,
.overlay[data-elementor-columns] .entry-title,
form.overlay.track_order .entry-title,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .entry-title,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .entry-title,
.woocommerce-cart .overlay.woocommerce .entry-title,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .entry-title,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .entry-title,
.overlay.woocommerce-columns--addresses .entry-title,
.woocommerce-account .entry-content > .overlay.woocommerce .entry-title,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .entry-title,
.overlay.woocommerce-Addresses .entry-title,
.overlay.woocommerce-address-fields__field-wrapper .entry-title,
ul.overlay.products .entry-title,
.overlay.osf-sorting .entry-title,
.single-product div.overlay.product .entry-title,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .entry-title,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .entry-title,
.row.overlay .portfolio-category,
body.opal-content-layout-2cl #content .overlay.wrap .portfolio-category,
body.opal-content-layout-2cr #content .overlay.wrap .portfolio-category,
.overlay[data-opal-columns] .portfolio-category,
body.archive .site-content .overlay.wrap .portfolio-category,
.blog .site-content .overlay.wrap .portfolio-category,
.opal-archive-style-4.blog .overlay.site-main .portfolio-category,
.opal-archive-style-4.archive .overlay.site-main .portfolio-category,
.opal-default-content-layout-2cr .site-content .overlay.wrap .portfolio-category,
.site-footer .overlay.widget-area .portfolio-category,
.opal-comment-form-2 .overlay.comment-form .portfolio-category,
.opal-comment-form-3 .overlay.comment-form .portfolio-category,
.opal-comment-form-4 .overlay.comment-form .portfolio-category,
.opal-comment-form-6 .overlay.comment-form .portfolio-category,
.widget .overlay.gallery .portfolio-category,
.elementor-element .overlay.gallery .portfolio-category,
.single .overlay.gallery .portfolio-category,
.overlay.list-feature-box .portfolio-category,
.overlay[data-elementor-columns] .portfolio-category,
form.overlay.track_order .portfolio-category,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .portfolio-category,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .portfolio-category,
.woocommerce-cart .overlay.woocommerce .portfolio-category,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .portfolio-category,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .portfolio-category,
.overlay.woocommerce-columns--addresses .portfolio-category,
.woocommerce-account .entry-content > .overlay.woocommerce .portfolio-category,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .portfolio-category,
.overlay.woocommerce-Addresses .portfolio-category,
.overlay.woocommerce-address-fields__field-wrapper .portfolio-category,
ul.overlay.products .portfolio-category,
.overlay.osf-sorting .portfolio-category,
.single-product div.overlay.product .portfolio-category,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .portfolio-category,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .portfolio-category {
  overflow: hidden;
}
.elementor-portfolio-style-overlay .entry-title a,
.elementor-portfolio-style-overlay .portfolio-category a,
.row.overlay .entry-title a,
body.opal-content-layout-2cl #content .overlay.wrap .entry-title a,
body.opal-content-layout-2cr #content .overlay.wrap .entry-title a,
.overlay[data-opal-columns] .entry-title a,
body.archive .site-content .overlay.wrap .entry-title a,
.blog .site-content .overlay.wrap .entry-title a,
.opal-archive-style-4.blog .overlay.site-main .entry-title a,
.opal-archive-style-4.archive .overlay.site-main .entry-title a,
.opal-default-content-layout-2cr .site-content .overlay.wrap .entry-title a,
.site-footer .overlay.widget-area .entry-title a,
.opal-comment-form-2 .overlay.comment-form .entry-title a,
.opal-comment-form-3 .overlay.comment-form .entry-title a,
.opal-comment-form-4 .overlay.comment-form .entry-title a,
.opal-comment-form-6 .overlay.comment-form .entry-title a,
.widget .overlay.gallery .entry-title a,
.elementor-element .overlay.gallery .entry-title a,
.single .overlay.gallery .entry-title a,
.overlay.list-feature-box .entry-title a,
.overlay[data-elementor-columns] .entry-title a,
form.overlay.track_order .entry-title a,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .entry-title a,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .entry-title a,
.woocommerce-cart .overlay.woocommerce .entry-title a,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .entry-title a,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .entry-title a,
.overlay.woocommerce-columns--addresses .entry-title a,
.woocommerce-account .entry-content > .overlay.woocommerce .entry-title a,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .entry-title a,
.overlay.woocommerce-Addresses .entry-title a,
.overlay.woocommerce-address-fields__field-wrapper .entry-title a,
ul.overlay.products .entry-title a,
.overlay.osf-sorting .entry-title a,
.single-product div.overlay.product .entry-title a,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .entry-title a,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .entry-title a,
.row.overlay .portfolio-category a,
body.opal-content-layout-2cl #content .overlay.wrap .portfolio-category a,
body.opal-content-layout-2cr #content .overlay.wrap .portfolio-category a,
.overlay[data-opal-columns] .portfolio-category a,
body.archive .site-content .overlay.wrap .portfolio-category a,
.blog .site-content .overlay.wrap .portfolio-category a,
.opal-archive-style-4.blog .overlay.site-main .portfolio-category a,
.opal-archive-style-4.archive .overlay.site-main .portfolio-category a,
.opal-default-content-layout-2cr .site-content .overlay.wrap .portfolio-category a,
.site-footer .overlay.widget-area .portfolio-category a,
.opal-comment-form-2 .overlay.comment-form .portfolio-category a,
.opal-comment-form-3 .overlay.comment-form .portfolio-category a,
.opal-comment-form-4 .overlay.comment-form .portfolio-category a,
.opal-comment-form-6 .overlay.comment-form .portfolio-category a,
.widget .overlay.gallery .portfolio-category a,
.elementor-element .overlay.gallery .portfolio-category a,
.single .overlay.gallery .portfolio-category a,
.overlay.list-feature-box .portfolio-category a,
.overlay[data-elementor-columns] .portfolio-category a,
form.overlay.track_order .portfolio-category a,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .portfolio-category a,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .portfolio-category a,
.woocommerce-cart .overlay.woocommerce .portfolio-category a,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .portfolio-category a,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .portfolio-category a,
.overlay.woocommerce-columns--addresses .portfolio-category a,
.woocommerce-account .entry-content > .overlay.woocommerce .portfolio-category a,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .portfolio-category a,
.overlay.woocommerce-Addresses .portfolio-category a,
.overlay.woocommerce-address-fields__field-wrapper .portfolio-category a,
ul.overlay.products .portfolio-category a,
.overlay.osf-sorting .portfolio-category a,
.single-product div.overlay.product .portfolio-category a,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .portfolio-category a,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .portfolio-category a {
  display: inline-block;
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -ms-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -webkit-transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 1s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.elementor-portfolio-style-overlay .portfolio-category a,
.row.overlay .portfolio-category a,
body.opal-content-layout-2cl #content .overlay.wrap .portfolio-category a,
body.opal-content-layout-2cr #content .overlay.wrap .portfolio-category a,
.overlay[data-opal-columns] .portfolio-category a,
body.archive .site-content .overlay.wrap .portfolio-category a,
.blog .site-content .overlay.wrap .portfolio-category a,
.opal-archive-style-4.blog .overlay.site-main .portfolio-category a,
.opal-archive-style-4.archive .overlay.site-main .portfolio-category a,
.opal-default-content-layout-2cr .site-content .overlay.wrap .portfolio-category a,
.site-footer .overlay.widget-area .portfolio-category a,
.opal-comment-form-2 .overlay.comment-form .portfolio-category a,
.opal-comment-form-3 .overlay.comment-form .portfolio-category a,
.opal-comment-form-4 .overlay.comment-form .portfolio-category a,
.opal-comment-form-6 .overlay.comment-form .portfolio-category a,
.widget .overlay.gallery .portfolio-category a,
.elementor-element .overlay.gallery .portfolio-category a,
.single .overlay.gallery .portfolio-category a,
.overlay.list-feature-box .portfolio-category a,
.overlay[data-elementor-columns] .portfolio-category a,
form.overlay.track_order .portfolio-category a,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap .portfolio-category a,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone .portfolio-category a,
.woocommerce-cart .overlay.woocommerce .portfolio-category a,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper .portfolio-category a,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] .portfolio-category a,
.overlay.woocommerce-columns--addresses .portfolio-category a,
.woocommerce-account .entry-content > .overlay.woocommerce .portfolio-category a,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses .portfolio-category a,
.overlay.woocommerce-Addresses .portfolio-category a,
.overlay.woocommerce-address-fields__field-wrapper .portfolio-category a,
ul.overlay.products .portfolio-category a,
.overlay.osf-sorting .portfolio-category a,
.single-product div.overlay.product .portfolio-category a,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs .portfolio-category a,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper .portfolio-category a {
  transition-delay: 0.2s;
}
.elementor-portfolio-style-overlay article.type-portfolio:hover .portfolio-content,
.row.overlay article.type-portfolio:hover .portfolio-content,
body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio:hover .portfolio-content,
body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio:hover .portfolio-content,
.overlay[data-opal-columns] article.type-portfolio:hover .portfolio-content,
body.archive .site-content .overlay.wrap article.type-portfolio:hover .portfolio-content,
.blog .site-content .overlay.wrap article.type-portfolio:hover .portfolio-content,
.opal-archive-style-4.blog .overlay.site-main article.type-portfolio:hover .portfolio-content,
.opal-archive-style-4.archive .overlay.site-main article.type-portfolio:hover .portfolio-content,
.opal-default-content-layout-2cr .site-content .overlay.wrap article.type-portfolio:hover .portfolio-content,
.site-footer .overlay.widget-area article.type-portfolio:hover .portfolio-content,
.opal-comment-form-2 .overlay.comment-form article.type-portfolio:hover .portfolio-content,
.opal-comment-form-3 .overlay.comment-form article.type-portfolio:hover .portfolio-content,
.opal-comment-form-4 .overlay.comment-form article.type-portfolio:hover .portfolio-content,
.opal-comment-form-6 .overlay.comment-form article.type-portfolio:hover .portfolio-content,
.widget .overlay.gallery article.type-portfolio:hover .portfolio-content,
.elementor-element .overlay.gallery article.type-portfolio:hover .portfolio-content,
.single .overlay.gallery article.type-portfolio:hover .portfolio-content,
.overlay.list-feature-box article.type-portfolio:hover .portfolio-content,
.overlay[data-elementor-columns] article.type-portfolio:hover .portfolio-content,
form.overlay.track_order article.type-portfolio:hover .portfolio-content,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio:hover .portfolio-content,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio:hover .portfolio-content,
.woocommerce-cart .overlay.woocommerce article.type-portfolio:hover .portfolio-content,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio:hover .portfolio-content,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio:hover .portfolio-content,
.overlay.woocommerce-columns--addresses article.type-portfolio:hover .portfolio-content,
.woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio:hover .portfolio-content,
.overlay.woocommerce-Addresses article.type-portfolio:hover .portfolio-content,
.overlay.woocommerce-address-fields__field-wrapper article.type-portfolio:hover .portfolio-content,
ul.overlay.products article.type-portfolio:hover .portfolio-content,
.overlay.osf-sorting article.type-portfolio:hover .portfolio-content,
.single-product div.overlay.product article.type-portfolio:hover .portfolio-content,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio:hover .portfolio-content,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio:hover .portfolio-content {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-portfolio-style-overlay article.type-portfolio:hover .entry-title,
.elementor-portfolio-style-overlay article.type-portfolio:hover .portfolio-category,
.row.overlay article.type-portfolio:hover .entry-title,
body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio:hover .entry-title,
body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio:hover .entry-title,
.overlay[data-opal-columns] article.type-portfolio:hover .entry-title,
body.archive .site-content .overlay.wrap article.type-portfolio:hover .entry-title,
.blog .site-content .overlay.wrap article.type-portfolio:hover .entry-title,
.opal-archive-style-4.blog .overlay.site-main article.type-portfolio:hover .entry-title,
.opal-archive-style-4.archive .overlay.site-main article.type-portfolio:hover .entry-title,
.opal-default-content-layout-2cr .site-content .overlay.wrap article.type-portfolio:hover .entry-title,
.site-footer .overlay.widget-area article.type-portfolio:hover .entry-title,
.opal-comment-form-2 .overlay.comment-form article.type-portfolio:hover .entry-title,
.opal-comment-form-3 .overlay.comment-form article.type-portfolio:hover .entry-title,
.opal-comment-form-4 .overlay.comment-form article.type-portfolio:hover .entry-title,
.opal-comment-form-6 .overlay.comment-form article.type-portfolio:hover .entry-title,
.widget .overlay.gallery article.type-portfolio:hover .entry-title,
.elementor-element .overlay.gallery article.type-portfolio:hover .entry-title,
.single .overlay.gallery article.type-portfolio:hover .entry-title,
.overlay.list-feature-box article.type-portfolio:hover .entry-title,
.overlay[data-elementor-columns] article.type-portfolio:hover .entry-title,
form.overlay.track_order article.type-portfolio:hover .entry-title,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio:hover .entry-title,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio:hover .entry-title,
.woocommerce-cart .overlay.woocommerce article.type-portfolio:hover .entry-title,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio:hover .entry-title,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio:hover .entry-title,
.overlay.woocommerce-columns--addresses article.type-portfolio:hover .entry-title,
.woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio:hover .entry-title,
.overlay.woocommerce-Addresses article.type-portfolio:hover .entry-title,
.overlay.woocommerce-address-fields__field-wrapper article.type-portfolio:hover .entry-title,
ul.overlay.products article.type-portfolio:hover .entry-title,
.overlay.osf-sorting article.type-portfolio:hover .entry-title,
.single-product div.overlay.product article.type-portfolio:hover .entry-title,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio:hover .entry-title,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio:hover .entry-title,
.row.overlay article.type-portfolio:hover .portfolio-category,
body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio:hover .portfolio-category,
body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio:hover .portfolio-category,
.overlay[data-opal-columns] article.type-portfolio:hover .portfolio-category,
body.archive .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category,
.blog .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category,
.opal-archive-style-4.blog .overlay.site-main article.type-portfolio:hover .portfolio-category,
.opal-archive-style-4.archive .overlay.site-main article.type-portfolio:hover .portfolio-category,
.opal-default-content-layout-2cr .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category,
.site-footer .overlay.widget-area article.type-portfolio:hover .portfolio-category,
.opal-comment-form-2 .overlay.comment-form article.type-portfolio:hover .portfolio-category,
.opal-comment-form-3 .overlay.comment-form article.type-portfolio:hover .portfolio-category,
.opal-comment-form-4 .overlay.comment-form article.type-portfolio:hover .portfolio-category,
.opal-comment-form-6 .overlay.comment-form article.type-portfolio:hover .portfolio-category,
.widget .overlay.gallery article.type-portfolio:hover .portfolio-category,
.elementor-element .overlay.gallery article.type-portfolio:hover .portfolio-category,
.single .overlay.gallery article.type-portfolio:hover .portfolio-category,
.overlay.list-feature-box article.type-portfolio:hover .portfolio-category,
.overlay[data-elementor-columns] article.type-portfolio:hover .portfolio-category,
form.overlay.track_order article.type-portfolio:hover .portfolio-category,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio:hover .portfolio-category,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio:hover .portfolio-category,
.woocommerce-cart .overlay.woocommerce article.type-portfolio:hover .portfolio-category,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio:hover .portfolio-category,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio:hover .portfolio-category,
.overlay.woocommerce-columns--addresses article.type-portfolio:hover .portfolio-category,
.woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio:hover .portfolio-category,
.overlay.woocommerce-Addresses article.type-portfolio:hover .portfolio-category,
.overlay.woocommerce-address-fields__field-wrapper article.type-portfolio:hover .portfolio-category,
ul.overlay.products article.type-portfolio:hover .portfolio-category,
.overlay.osf-sorting article.type-portfolio:hover .portfolio-category,
.single-product div.overlay.product article.type-portfolio:hover .portfolio-category,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio:hover .portfolio-category,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio:hover .portfolio-category {
  overflow: hidden;
}
.elementor-portfolio-style-overlay article.type-portfolio:hover .entry-title a,
.elementor-portfolio-style-overlay article.type-portfolio:hover .portfolio-category a,
.row.overlay article.type-portfolio:hover .entry-title a,
body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio:hover .entry-title a,
body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio:hover .entry-title a,
.overlay[data-opal-columns] article.type-portfolio:hover .entry-title a,
body.archive .site-content .overlay.wrap article.type-portfolio:hover .entry-title a,
.blog .site-content .overlay.wrap article.type-portfolio:hover .entry-title a,
.opal-archive-style-4.blog .overlay.site-main article.type-portfolio:hover .entry-title a,
.opal-archive-style-4.archive .overlay.site-main article.type-portfolio:hover .entry-title a,
.opal-default-content-layout-2cr .site-content .overlay.wrap article.type-portfolio:hover .entry-title a,
.site-footer .overlay.widget-area article.type-portfolio:hover .entry-title a,
.opal-comment-form-2 .overlay.comment-form article.type-portfolio:hover .entry-title a,
.opal-comment-form-3 .overlay.comment-form article.type-portfolio:hover .entry-title a,
.opal-comment-form-4 .overlay.comment-form article.type-portfolio:hover .entry-title a,
.opal-comment-form-6 .overlay.comment-form article.type-portfolio:hover .entry-title a,
.widget .overlay.gallery article.type-portfolio:hover .entry-title a,
.elementor-element .overlay.gallery article.type-portfolio:hover .entry-title a,
.single .overlay.gallery article.type-portfolio:hover .entry-title a,
.overlay.list-feature-box article.type-portfolio:hover .entry-title a,
.overlay[data-elementor-columns] article.type-portfolio:hover .entry-title a,
form.overlay.track_order article.type-portfolio:hover .entry-title a,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio:hover .entry-title a,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio:hover .entry-title a,
.woocommerce-cart .overlay.woocommerce article.type-portfolio:hover .entry-title a,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio:hover .entry-title a,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio:hover .entry-title a,
.overlay.woocommerce-columns--addresses article.type-portfolio:hover .entry-title a,
.woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio:hover .entry-title a,
.overlay.woocommerce-Addresses article.type-portfolio:hover .entry-title a,
.overlay.woocommerce-address-fields__field-wrapper article.type-portfolio:hover .entry-title a,
ul.overlay.products article.type-portfolio:hover .entry-title a,
.overlay.osf-sorting article.type-portfolio:hover .entry-title a,
.single-product div.overlay.product article.type-portfolio:hover .entry-title a,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio:hover .entry-title a,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio:hover .entry-title a,
.row.overlay article.type-portfolio:hover .portfolio-category a,
body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio:hover .portfolio-category a,
body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio:hover .portfolio-category a,
.overlay[data-opal-columns] article.type-portfolio:hover .portfolio-category a,
body.archive .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category a,
.blog .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category a,
.opal-archive-style-4.blog .overlay.site-main article.type-portfolio:hover .portfolio-category a,
.opal-archive-style-4.archive .overlay.site-main article.type-portfolio:hover .portfolio-category a,
.opal-default-content-layout-2cr .site-content .overlay.wrap article.type-portfolio:hover .portfolio-category a,
.site-footer .overlay.widget-area article.type-portfolio:hover .portfolio-category a,
.opal-comment-form-2 .overlay.comment-form article.type-portfolio:hover .portfolio-category a,
.opal-comment-form-3 .overlay.comment-form article.type-portfolio:hover .portfolio-category a,
.opal-comment-form-4 .overlay.comment-form article.type-portfolio:hover .portfolio-category a,
.opal-comment-form-6 .overlay.comment-form article.type-portfolio:hover .portfolio-category a,
.widget .overlay.gallery article.type-portfolio:hover .portfolio-category a,
.elementor-element .overlay.gallery article.type-portfolio:hover .portfolio-category a,
.single .overlay.gallery article.type-portfolio:hover .portfolio-category a,
.overlay.list-feature-box article.type-portfolio:hover .portfolio-category a,
.overlay[data-elementor-columns] article.type-portfolio:hover .portfolio-category a,
form.overlay.track_order article.type-portfolio:hover .portfolio-category a,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio:hover .portfolio-category a,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio:hover .portfolio-category a,
.woocommerce-cart .overlay.woocommerce article.type-portfolio:hover .portfolio-category a,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio:hover .portfolio-category a,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio:hover .portfolio-category a,
.overlay.woocommerce-columns--addresses article.type-portfolio:hover .portfolio-category a,
.woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio:hover .portfolio-category a,
.overlay.woocommerce-Addresses article.type-portfolio:hover .portfolio-category a,
.overlay.woocommerce-address-fields__field-wrapper article.type-portfolio:hover .portfolio-category a,
ul.overlay.products article.type-portfolio:hover .portfolio-category a,
.overlay.osf-sorting article.type-portfolio:hover .portfolio-category a,
.single-product div.overlay.product article.type-portfolio:hover .portfolio-category a,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio:hover .portfolio-category a,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio:hover .portfolio-category a {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.row.default article.type-portfolio,
body.opal-content-layout-2cl #content .default.wrap article.type-portfolio,
body.opal-content-layout-2cr #content .default.wrap article.type-portfolio,
.default[data-opal-columns] article.type-portfolio,
body.archive .site-content .default.wrap article.type-portfolio,
.blog .site-content .default.wrap article.type-portfolio,
.opal-archive-style-4.blog .default.site-main article.type-portfolio,
.opal-archive-style-4.archive .default.site-main article.type-portfolio,
.opal-default-content-layout-2cr .site-content .default.wrap article.type-portfolio,
.site-footer .default.widget-area article.type-portfolio,
.opal-comment-form-2 .default.comment-form article.type-portfolio,
.opal-comment-form-3 .default.comment-form article.type-portfolio,
.opal-comment-form-4 .default.comment-form article.type-portfolio,
.opal-comment-form-6 .default.comment-form article.type-portfolio,
.widget .default.gallery article.type-portfolio,
.elementor-element .default.gallery article.type-portfolio,
.single .default.gallery article.type-portfolio,
.default.list-feature-box article.type-portfolio,
.default[data-elementor-columns] article.type-portfolio,
form.default.track_order article.type-portfolio,
.opal-canvas-filter.top .default.opal-canvas-filter-wrap article.type-portfolio,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .default.woof_redraw_zone article.type-portfolio,
.woocommerce-cart .default.woocommerce article.type-portfolio,
.woocommerce-billing-fields .default.woocommerce-billing-fields__field-wrapper article.type-portfolio,
.woocommerce-MyAccount-content form.default[class^="woocommerce-"] article.type-portfolio,
.default.woocommerce-columns--addresses article.type-portfolio,
.woocommerce-account .entry-content > .default.woocommerce article.type-portfolio,
.woocommerce-account .entry-content > .woocommerce .default.u-columns.woocommerce-Addresses article.type-portfolio,
.default.woocommerce-Addresses article.type-portfolio,
.default.woocommerce-address-fields__field-wrapper article.type-portfolio,
ul.default.products article.type-portfolio,
.default.osf-sorting article.type-portfolio,
.single-product div.default.product article.type-portfolio,
.single-product div.product .woocommerce-product-gallery .default.flex-control-thumbs article.type-portfolio,
.single-product.woocommerce-single-style-1 div.product .images .default.woocommerce-product-gallery__wrapper article.type-portfolio {
  margin-bottom: 40px;
}

.row.overlay,
body.opal-content-layout-2cl #content .overlay.wrap,
body.opal-content-layout-2cr #content .overlay.wrap,
.overlay[data-opal-columns],
body.archive .site-content .overlay.wrap,
.blog .site-content .overlay.wrap,
.opal-archive-style-4.blog .overlay.site-main,
.opal-archive-style-4.archive .overlay.site-main,
.opal-default-content-layout-2cr .site-content .overlay.wrap,
.site-footer .overlay.widget-area,
.opal-comment-form-2 .overlay.comment-form,
.opal-comment-form-3 .overlay.comment-form,
.opal-comment-form-4 .overlay.comment-form,
.opal-comment-form-6 .overlay.comment-form,
.widget .overlay.gallery,
.elementor-element .overlay.gallery,
.single .overlay.gallery,
.overlay.list-feature-box,
.overlay[data-elementor-columns],
form.overlay.track_order,
.opal-canvas-filter.top .overlay.opal-canvas-filter-wrap,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone,
.woocommerce-cart .overlay.woocommerce,
.woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper,
.woocommerce-MyAccount-content form.overlay[class^="woocommerce-"],
.overlay.woocommerce-columns--addresses,
.woocommerce-account .entry-content > .overlay.woocommerce,
.woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses,
.overlay.woocommerce-Addresses,
.overlay.woocommerce-address-fields__field-wrapper,
ul.overlay.products,
.overlay.osf-sorting,
.single-product div.overlay.product,
.single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs,
.single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper {
  padding: 0 15px;
}
body.archive .row.overlay article.type-portfolio,
body.archive body.opal-content-layout-2cl #content .overlay.wrap article.type-portfolio,
body.opal-content-layout-2cl #content body.archive .overlay.wrap article.type-portfolio,
body.archive body.opal-content-layout-2cr #content .overlay.wrap article.type-portfolio,
body.opal-content-layout-2cr #content body.archive .overlay.wrap article.type-portfolio,
body.archive .overlay[data-opal-columns] article.type-portfolio,
body.archive .site-content .overlay.wrap article.type-portfolio,
.blog .site-content body.archive .overlay.wrap article.type-portfolio,
body.archive .opal-archive-style-4.blog .overlay.site-main article.type-portfolio,
.opal-archive-style-4.blog body.archive .overlay.site-main article.type-portfolio,
body.archive .opal-archive-style-4.archive .overlay.site-main article.type-portfolio,
.opal-archive-style-4.archive body.archive .overlay.site-main article.type-portfolio,
.opal-default-content-layout-2cr .site-content body.archive .overlay.wrap article.type-portfolio,
body.archive .site-footer .overlay.widget-area article.type-portfolio,
.site-footer body.archive .overlay.widget-area article.type-portfolio,
body.archive .opal-comment-form-2 .overlay.comment-form article.type-portfolio,
.opal-comment-form-2 body.archive .overlay.comment-form article.type-portfolio,
body.archive .opal-comment-form-3 .overlay.comment-form article.type-portfolio,
.opal-comment-form-3 body.archive .overlay.comment-form article.type-portfolio,
body.archive .opal-comment-form-4 .overlay.comment-form article.type-portfolio,
.opal-comment-form-4 body.archive .overlay.comment-form article.type-portfolio,
body.archive .opal-comment-form-6 .overlay.comment-form article.type-portfolio,
.opal-comment-form-6 body.archive .overlay.comment-form article.type-portfolio,
body.archive .widget .overlay.gallery article.type-portfolio,
.widget body.archive .overlay.gallery article.type-portfolio,
body.archive .elementor-element .overlay.gallery article.type-portfolio,
.elementor-element body.archive .overlay.gallery article.type-portfolio,
body.archive .single .overlay.gallery article.type-portfolio,
.single body.archive .overlay.gallery article.type-portfolio,
body.archive .overlay.list-feature-box article.type-portfolio,
body.archive .overlay[data-elementor-columns] article.type-portfolio,
body.archive form.overlay.track_order article.type-portfolio,
body.archive .opal-canvas-filter.top .overlay.opal-canvas-filter-wrap article.type-portfolio,
.opal-canvas-filter.top body.archive .overlay.opal-canvas-filter-wrap article.type-portfolio,
body.archive .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .overlay.woof_redraw_zone article.type-portfolio,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget body.archive .overlay.woof_redraw_zone article.type-portfolio,
body.archive .woocommerce-cart .overlay.woocommerce article.type-portfolio,
.woocommerce-cart body.archive .overlay.woocommerce article.type-portfolio,
body.archive .woocommerce-billing-fields .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio,
.woocommerce-billing-fields body.archive .overlay.woocommerce-billing-fields__field-wrapper article.type-portfolio,
body.archive .woocommerce-MyAccount-content form.overlay[class^="woocommerce-"] article.type-portfolio,
.woocommerce-MyAccount-content body.archive form.overlay[class^="woocommerce-"] article.type-portfolio,
body.archive .overlay.woocommerce-columns--addresses article.type-portfolio,
body.archive .woocommerce-account .entry-content > .overlay.woocommerce article.type-portfolio,
.woocommerce-account body.archive .entry-content > .overlay.woocommerce article.type-portfolio,
body.archive .woocommerce-account .entry-content > .woocommerce .overlay.u-columns.woocommerce-Addresses article.type-portfolio,
.woocommerce-account .entry-content > .woocommerce body.archive .overlay.u-columns.woocommerce-Addresses article.type-portfolio,
body.archive .overlay.woocommerce-Addresses article.type-portfolio,
body.archive .overlay.woocommerce-address-fields__field-wrapper article.type-portfolio,
body.archive ul.overlay.products article.type-portfolio,
body.archive .overlay.osf-sorting article.type-portfolio,
body.archive .single-product div.overlay.product article.type-portfolio,
.single-product body.archive div.overlay.product article.type-portfolio,
body.archive .single-product div.product .woocommerce-product-gallery .overlay.flex-control-thumbs article.type-portfolio,
.single-product div.product .woocommerce-product-gallery body.archive .overlay.flex-control-thumbs article.type-portfolio,
body.archive .single-product.woocommerce-single-style-1 div.product .images .overlay.woocommerce-product-gallery__wrapper article.type-portfolio,
.single-product.woocommerce-single-style-1 div.product .images body.archive .overlay.woocommerce-product-gallery__wrapper article.type-portfolio {
  padding-right: 0;
  padding-left: 0;
  align-self: end;
}

.column-item {
  padding-right: 15px;
  padding-left: 15px;
}
.column-item .post-inner {
  position: relative;
  margin-bottom: 40px;
}
.column-item .post-inner .post-thumbnail {
  overflow: hidden;
}
.column-item .post-inner .post-thumbnail img {
  width: 100%;
  transform: scale(1);
  transition: all 1s;
}
.column-item .post-inner:hover .post-thumbnail img {
  transform: scale(1.1);
  transition: all 1s;
}
.column-item .post-inner:hover img {
  width: 100%;
}
.column-item .post-inner .entry-header {
  margin-top: 20px;
  font-size: 10px;
}
.column-item .post-inner .entry-header .byline .author,
.column-item .post-inner .entry-header .posted-on .entry-date {
  text-transform: uppercase;
}
.column-item .post-inner .entry-header .byline {
  position: relative;
  padding-right: 20px;
}
.column-item .post-inner .entry-header .byline:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 6px;
  height: 1px;
  background-color: #212121;
}
.column-item .post-inner .entry-category {
  font-size: 14px;
  font-size: 0.875rem;
}
.column-item .post-inner .entry-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 10px;
  line-height: 1.4;
  letter-spacing: 0;
}
.column-item .post-inner .entry-title a {
  color: #313131 !important;
  transition: none;
  border-bottom: 1px solid transparent;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column-item .post-inner .entry-title a:hover {
  border-color: #313131;
}
.column-item .post-inner .post-excerpt {
  font-size: 15px;
  font-size: 0.9375rem;
}
.column-item .post-inner .post-author {
  position: relative;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  padding-top: 44px;
}
.column-item .post-inner .post-author:before {
  position: absolute;
  content: "";
  background: #e68b0c;
  top: 22px;
  right: 0;
  width: 30px;
  height: 1px;
  z-index: 0;
}
.column-item .post-inner .link-more {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 20px;
}
.column-item .post-inner .link-more a {
  text-transform: uppercase;
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.column-item .post-inner .link-more a:hover {
  color: #313131;
}
.column-item .post-inner .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #888;
}
.column-item .post-inner .post-date span {
  margin-left: 5px;
}
.column-item.post-home-create * {
  font-weight: 400;
}
.column-item.post-home-create .post-inner {
  padding: 40px 30px;
  border: solid 1px #e9ecef;
}
.column-item.post-home-create .post-inner .post-excerpt {
  line-height: 24px;
}
.column-item.post-style-1 {
  width: 100%;
}
.blog .column-item.post-style-1 .post-inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.blog .column-item.post-style-1 .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog .column-item.post-style-1 .entry-content {
  color: #6c6c6c;
}
.column-item.post-style-2 {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .column-item.post-style-2 {
    padding-left: 0;
  }
}
.column-item.post-style-2 .post-inner {
  padding: 40px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .column-item.post-style-2 .post-inner {
    display: block;
  }
}
.column-item.post-style-2 .post-inner .post-thumbnail {
  width: 33%;
}
.column-item.post-style-2 .post-inner .post-content {
  width: 67%;
  padding: 5px 30px;
}
.column-item.post-style-2 .post-inner .post-content .entry-title {
  margin: 3px 0 15px;
}
.column-item.post-style-2 .post-inner .post-content .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .column-item.post-style-2 .post-inner > * {
    width: 100%;
    padding: 0;
  }
}
.column-item.post-style-2 .entry-header {
  padding: 0;
  margin: 0;
}
.column-item.post-style-2:last-child .post-inner {
  border-bottom: none;
}
.blog .column-item.post-style-2 .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog .column-item.post-style-2 .link-more {
  display: none;
}
.blog .column-item.post-style-2 .entry-content {
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .column-item.post-style-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.column-item.post-style-3 .link-more {
  display: none;
}
.column-item.post-style-3:nth-child(3n + 1) {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog .column-item.post-style-3 .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog .column-item.post-style-3 .entry-content {
  color: #6c6c6c;
}

.elementor-widget-opal-price-table {
  overflow: hidden;
}
.elementor-widget-opal-price-table:hover .elementor-price-table__heading,
.elementor-widget-opal-price-table:hover .elementor-price-table__subheading,
.elementor-widget-opal-price-table:hover .elementor-price-table__period,
.elementor-widget-opal-price-table:hover .elementor-price-table__sub_period {
  color: #fff;
  opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  filter: alpha(opacity=70);
}
.elementor-widget-opal-price-table:hover .elementor-price-table__features-list,
.elementor-widget-opal-price-table:hover .elementor-price-table__price {
  color: #fff;
}
.elementor-widget-opal-price-table:hover .elementor-price-table__price {
  border-color: rgba(255, 255, 255, 0.3);
}
.elementor-widget-opal-price-table:hover .elementor-price-table__button {
  border-color: #e68b0c !important;
  background-color: transparent !important;
  color: #fff !important;
}
.elementor-widget-opal-price-table .elementor-price-table__price {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.elementor-widget-opal-price-table .elementor-price-table__features-list {
  list-style: none;
  margin-bottom: 0;
}
.elementor-widget-opal-price-table .elementor-price-table__features-list li {
  margin-bottom: 25px;
}
.elementor-widget-opal-price-table .elementor-price-table__feature-inner {
  position: relative;
  padding-right: 30px;
}
.elementor-widget-opal-price-table .elementor-price-table__feature-inner i {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.elementor-widget-opal-price-table .elementor-price-table__button {
  display: block;
}
.elementor-widget-opal-price-table .elementor-price-table__period {
  margin-bottom: 18px;
}
.elementor-widget-opal-price-table .elementor-price-table__heading {
  margin-bottom: 5px;
}
.elementor-widget-opal-price-table .elementor-price-table__ribbon {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.elementor-widget-opal-price-table .elementor-price-table__ribbon.elementor-ribbon-right .elementor-price-table__ribbon-inner {
  transform: translateY(-50%) translateX(-50%) translateX(50px) rotate(-45deg) !important;
}

.elementor-html .product-img-wrap + img {
  display: none !important;
}

.elementor-html .site-content-contain {
  z-index: 100;
}

.elementor-html .product-image.no-gallery {
  display: none !important;
}

.elementor-progress-bar {
  height: 100%;
}

.elementor-progress-outside .elementor-progress-percentage {
  float: left;
  padding-left: 0;
}

.elementor-progress-outside .elementor-progress-bar {
  position: relative;
}
.elementor-progress-outside .elementor-progress-bar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #e68b0c;
}

.elementor-search-form input[type="search"],
.elementor-search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
}

.elementor-search-form input[type="search"]:focus,
.elementor-search-form button:focus {
  outline: 0;
  color: inherit;
}

.elementor-search-form button {
  background-color: #818a91;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
}

.elementor-search-form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: #eceeef;
}

.elementor-search-form__input {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #55595c;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.elementor-search-form__input::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}

.elementor-search-form__input:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}

.elementor-search-form__input::-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}

.elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}

.elementor-search-form__submit {
  color: #fff;
  -webkit-transition: color 0.2s, background 0.2s;
  -o-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s;
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #55595c;
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type="search"].elementor-search-form__input {
  font-size: 50px;
  text-align: center;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
  line-height: 1.5;
  color: #fff;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: #494c4f;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
  position: relative;
  display: block;
  border: solid 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 0.55em;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0, 0, 0, 0.8);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
  display: none;
}

.column-item .services-inner {
  position: relative;
  margin-bottom: 60px;
}
.column-item .services-inner .entry-title {
  margin-top: 1.875rem;
  margin-bottom: 13px;
}
.column-item .services-inner .more-link {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

body.single-osf_service .site-content {
  margin-top: 60px;
  margin-bottom: 100px;
}

body.single-osf_service .entry-title {
  font-size: 1.875rem;
  line-height: 2.6875rem;
  margin: 2rem 0 1rem;
}

article.type-osf_service {
  padding: 0 15px;
}
article.type-osf_service .post-inner {
  margin-bottom: 60px;
}
article.type-osf_service .entry-title {
  margin-top: 1.875rem;
  margin-bottom: 13px;
}
article.type-osf_service .more-link {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.single-case_study .site-content {
  margin-top: 60px;
  margin-bottom: 100px;
}

.single-case_study .entry-content ul {
  padding-right: 1.5em;
}

.single-case_study .entry-header {
  padding: 1.5625rem 0;
  margin-bottom: 2rem;
}

.single-case_study .entry-title {
  font-size: 2.25rem;
  margin-bottom: 0.375rem;
  line-height: 3rem;
}

.single-case_study .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
}
.single-case_study .entry-meta i {
  margin-left: 5px;
}
.single-case_study .entry-meta i:not(:first-child) {
  margin-right: 10px;
}

.single-case_study .information {
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .single-case_study .information {
    margin-top: 60px;
  }
}
.single-case_study .information h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
}
.single-case_study .information ul {
  padding-bottom: 1.375rem;
  border-bottom: 4px solid #b6b7b6;
}
.single-case_study .information li .meta-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 700;
  min-width: 110px;
  padding-left: 0.625rem;
}

.elementor-widget-tabs .elementor-widget-container .elementor-tabs-wrapper .elementor-tab-title {
  margin-left: 40px;
}

.elementor-widget-tabs .elementor-widget-container .elementor-tab-title {
  border: 0;
}

.elementor-widget-tabs.opal-tab-title-align-center .elementor-tabs-wrapper .elementor-tab-title {
  margin-right: 20px;
  margin-left: 20px;
}

.elementor-widget-tabs.opal-tab-title-align-right .elementor-tabs-wrapper .elementor-tab-title {
  margin-right: 40px;
  margin-left: 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
  border-bottom: 1px solid #e1e1e1;
  overflow: visible;
}
@media (max-width: 767px) {
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper {
    display: block;
  }
  .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-wrapper .elementor-tab-title {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
  content: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:hover:before {
  width: 100%;
  right: 0;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  border: 0;
  right: 50%;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #e68b0c;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active.elementor-active:before {
  width: 100%;
  right: 0;
}

.elementor-teams-wrapper {
  position: relative;
}
.elementor-teams-wrapper:hover .socials a {
  transform: scale(1) skew(0);
}
.elementor-teams-wrapper .elementor-team-socials {
  position: absolute;
  top: 20px;
  left: 20px;
}
.elementor-teams-wrapper .socials {
  margin: 0;
  padding: 0;
  list-style: none;
}
.elementor-teams-wrapper .socials a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  color: #e68b0c;
  border-radius: 100%;
  display: block;
  margin: 5px;
  transform: scale(0) skew(45deg);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-teams-wrapper .elementor-team-image {
  margin-bottom: 1.3rem;
}
.elementor-teams-wrapper .elementor-team-image a,
.elementor-teams-wrapper .elementor-team-image img {
  display: block;
}

.elementor-widget-opal-testimonials .owl-theme.owl-carousel .owl-dots,
.elementor-widget-opal-testimonials .entry-gallery .gallery .owl-dots,
.entry-gallery .elementor-widget-opal-testimonials .gallery .owl-dots,
.elementor-widget-opal-testimonials .woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,
.woocommerce .woocommerce-carousel .elementor-widget-opal-testimonials ul.owl-theme.products .owl-dots,
.elementor-widget-opal-testimonials .woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .elementor-widget-opal-testimonials ul.owl-theme.products .owl-dots {
  text-align: right;
  padding: 0 15px;
}

.elementor-widget-opal-testimonials .column-item {
  margin-bottom: 2rem;
}

.elementor-widget-opal-testimonials .elementor-testimonial-meta-inner {
  display: block;
}

.elementor-widget-opal-testimonials .elementor-testimonial-image {
  display: flex;
}
.elementor-widget-opal-testimonials .elementor-testimonial-image img {
  margin-bottom: 3rem;
}

.elementor-widget-opal-testimonials .elementor-testimonial-content {
  margin-bottom: 3.5rem;
  text-align: right;
}

.elementor-widget-opal-testimonials .elementor-testimonial-job {
  display: inline-block;
  margin-top: 10px;
}
.elementor-widget-opal-testimonials .elementor-testimonial-job:before {
  content: "";
  width: 74px;
  height: 11px;
  background: url("assets/images/star.png") no-repeat;
  display: inline-block;
  margin-left: 3px;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper:before {
  content: "“";
  font-size: 100px;
  display: block;
  color: #ffce61;
  line-height: 100px;
  vertical-align: middle;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-center .elementor-testimonial-image {
  justify-content: center;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-center .elementor-testimonial-content {
  text-align: center;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-center .elementor-testimonial-details {
  justify-content: center;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-center .owl-dots {
  text-align: center;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-center .owl-dots .owl-dot {
  margin-right: 10px;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-image {
  justify-content: flex-end;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-content {
  text-align: left;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-details {
  justify-content: flex-end;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-right .owl-dots {
  text-align: left;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.elementor-testimonial-text-align-right .owl-dots .owl-dot {
  margin-right: 10px;
  margin-left: 0;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3.elementor-testimonial-text-align-center .elementor-testimonial-image {
  justify-content: center;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3.elementor-testimonial-text-align-center .elementor-testimonial-image:before {
  left: 0;
  margin: auto;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3.elementor-testimonial-text-align-right .elementor-testimonial-image {
  justify-content: flex-end;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3.elementor-testimonial-text-align-right .elementor-testimonial-image:before {
  left: 0;
  right: auto;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-content {
  margin-bottom: 2.5rem;
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-image {
  padding-top: 2rem;
  margin-bottom: 1.3rem;
  position: relative;
  display: flex;
}
.elementor-widget-opal-testimonials .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2rem;
  height: 1px;
}

.elementor-text-editor ul {
  margin-right: 1em;
}

.elementor-text_carousel-wrapper .row,
.elementor-text_carousel-wrapper body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper [data-opal-columns],
.elementor-text_carousel-wrapper body.archive .site-content .wrap,
body.archive .site-content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper .blog .site-content .wrap,
.blog .site-content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper .opal-archive-style-4.blog .site-main,
.opal-archive-style-4.blog .elementor-text_carousel-wrapper .site-main,
.elementor-text_carousel-wrapper .opal-archive-style-4.archive .site-main,
.opal-archive-style-4.archive .elementor-text_carousel-wrapper .site-main,
.elementor-text_carousel-wrapper .opal-default-content-layout-2cr .site-content .wrap,
.opal-default-content-layout-2cr .site-content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper .site-footer .widget-area,
.site-footer .elementor-text_carousel-wrapper .widget-area,
.elementor-text_carousel-wrapper .opal-comment-form-2 .comment-form,
.opal-comment-form-2 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-3 .comment-form,
.opal-comment-form-3 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-4 .comment-form,
.opal-comment-form-4 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .opal-comment-form-6 .comment-form,
.opal-comment-form-6 .elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .widget .gallery,
.widget .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .elementor-element .gallery,
.elementor-element .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .single .gallery,
.single .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .list-feature-box,
.elementor-text_carousel-wrapper [data-elementor-columns],
.elementor-text_carousel-wrapper form.track_order,
.elementor-text_carousel-wrapper .opal-canvas-filter.top .opal-canvas-filter-wrap,
.opal-canvas-filter.top .elementor-text_carousel-wrapper .opal-canvas-filter-wrap,
.elementor-text_carousel-wrapper .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .elementor-text_carousel-wrapper .woof_redraw_zone,
.elementor-text_carousel-wrapper .woocommerce-cart .woocommerce,
.woocommerce-cart .elementor-text_carousel-wrapper .woocommerce,
.elementor-text_carousel-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .elementor-text_carousel-wrapper .woocommerce-billing-fields__field-wrapper,
.elementor-text_carousel-wrapper .woocommerce-MyAccount-content form[class^="woocommerce-"],
.woocommerce-MyAccount-content .elementor-text_carousel-wrapper form[class^="woocommerce-"],
.elementor-text_carousel-wrapper .woocommerce-columns--addresses,
.elementor-text_carousel-wrapper .woocommerce-account .entry-content > .woocommerce,
.woocommerce-account .elementor-text_carousel-wrapper .entry-content > .woocommerce,
.elementor-text_carousel-wrapper .woocommerce-account .entry-content > .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-account .entry-content > .woocommerce .elementor-text_carousel-wrapper .u-columns.woocommerce-Addresses,
.elementor-text_carousel-wrapper .woocommerce-Addresses,
.elementor-text_carousel-wrapper .woocommerce-address-fields__field-wrapper,
.elementor-text_carousel-wrapper ul.products,
.elementor-text_carousel-wrapper .osf-sorting,
.elementor-text_carousel-wrapper .single-product div.product,
.single-product .elementor-text_carousel-wrapper div.product,
.elementor-text_carousel-wrapper .single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
.single-product div.product .woocommerce-product-gallery .elementor-text_carousel-wrapper .flex-control-thumbs,
.elementor-text_carousel-wrapper .single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper,
.single-product.woocommerce-single-style-1 div.product .images .elementor-text_carousel-wrapper .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.elementor-widget-opal-text_carousel .owl-carousel .elementor-heading-title,
.elementor-widget-opal-text_carousel .entry-gallery .gallery .elementor-heading-title,
.entry-gallery .elementor-widget-opal-text_carousel .gallery .elementor-heading-title,
.elementor-widget-opal-text_carousel .woocommerce .woocommerce-carousel ul.products .elementor-heading-title,
.woocommerce .woocommerce-carousel .elementor-widget-opal-text_carousel ul.products .elementor-heading-title,
.elementor-widget-opal-text_carousel .woocommerce-product-carousel ul.products .elementor-heading-title,
.woocommerce-product-carousel .elementor-widget-opal-text_carousel ul.products .elementor-heading-title {
  margin-bottom: 0px;
}

.elementor-widget-opal-text_carousel .owl-carousel .elementor-content,
.elementor-widget-opal-text_carousel .entry-gallery .gallery .elementor-content,
.entry-gallery .elementor-widget-opal-text_carousel .gallery .elementor-content,
.elementor-widget-opal-text_carousel .woocommerce .woocommerce-carousel ul.products .elementor-content,
.woocommerce .woocommerce-carousel .elementor-widget-opal-text_carousel ul.products .elementor-content,
.elementor-widget-opal-text_carousel .woocommerce-product-carousel ul.products .elementor-content,
.woocommerce-product-carousel .elementor-widget-opal-text_carousel ul.products .elementor-content {
  padding-top: 10px;
}

.elementor-toggle-item:last-child .elementor-tab-title {
  border: 0;
}

.elementor-video-popup {
  position: relative;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-popup:after {
  position: absolute;
  content: "";
  top: -40px;
  right: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  background-color: rgba(230, 139, 12, 0.2);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-popup i {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #e68b0c;
  width: 100px;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-popup:hover:after {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-widget ul.menu {
  margin: 0;
  list-style: none;
}
.elementor-widget ul.menu ul {
  list-style: none;
}

.elementor-widget.elementor-widget-wp-widget-recent-posts {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
}
.elementor-widget.elementor-widget-wp-widget-recent-posts ul {
  margin: 0;
  list-style: none;
}
.elementor-widget.elementor-widget-wp-widget-recent-posts a {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.elementor-widget.elementor-widget-wp-widget-recent-posts .post-content {
  display: flex;
  flex-direction: column-reverse;
}

.elementor-widget .elementor-text-editor p:last-child {
  margin-bottom: 0;
}

#secondary .elementor-widget-container h5:first-of-type {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#secondary .elementor-widget-wp-widget-recent-posts {
  font-size: 16px;
  font-size: 1rem;
}
#secondary .elementor-widget-wp-widget-recent-posts a {
  font-weight: 400;
}
#secondary .elementor-widget-wp-widget-recent-posts li {
  border-color: #e0e2e6;
}

#secondary .elementor-nav-menu--layout-vertical ul li {
  padding-bottom: 0;
  padding-top: 0;
  border-color: rgba(255, 255, 255, 0.2);
}

#secondary .elementor-widget-wp-widget-categories .elementor-widget-container h5:first-of-type {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  line-height: 40px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}

#secondary .elementor-widget-wp-widget-categories li {
  border-color: rgba(255, 255, 255, 0.2);
}

#secondary .elementor-widget-wp-widget-categories a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #b3bdd1;
  display: block;
  letter-spacing: -0.5px;
}
#secondary .elementor-widget-wp-widget-categories a:before {
  content: "";
  width: 0;
  height: 7px;
  margin: 0;
  display: inline-block;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#secondary .elementor-widget-wp-widget-categories a.elementor-item-active,
#secondary .elementor-widget-wp-widget-categories a:hover {
  color: #fff;
}
#secondary .elementor-widget-wp-widget-categories a.elementor-item-active:before,
#secondary .elementor-widget-wp-widget-categories a:hover:before {
  width: 7px;
  margin-left: 10px;
}

.elementor-widget-social-icons .elementor-social-icons-wrapper {
  line-height: inherit;
  font-size: inherit;
}

.elementor-widget-opal-header-group .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.elementor-widget-opal-header-group .account {
  margin: 0 0 0 40px;
}
@media (max-width: 991px) {
  .elementor-widget-opal-header-group .account {
    margin: 0 0 0 30px;
  }
}

.elementor-widget-opal-header-group input[type="search"] {
  width: 90px;
}

.elementor-widget-opal-header-group .search-form {
  margin-top: 3px;
}

/* endinject */
/* ===== End Elementor ===== */
/* ===== Start Woocommerce ===== */
/* inject:scss */
.osf-woocommerce-ajaxload .loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-right-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 30px auto;
}

@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.price del {
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.price del:before {
  content: "";
  position: absolute;
  top: 55%;
  right: -2px;
  left: -2px;
  transform: rotate(6deg);
  display: block;
}
.price del + ins {
  margin-right: 0.327em;
}

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

.site-header-cart {
  list-style-type: none;
  margin-right: 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-left: 1em;
}

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none;
}
.site-search .widget_product_search input[type="text"],
.site-search .widget_product_search input[type="search"] {
  padding: 1em 1.41575em;
  line-height: 1;
}
.site-search .widget_product_search form:before {
  top: 1.15em;
  right: 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 thead {
  display: none;
}

table.shop_table_responsive tbody th {
  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: right;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: right;
}
table.shop_table_responsive tr td.product-remove:before {
  display: none;
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  text-align: center;
}

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: left;
}
table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none;
}

.stock:empty:before {
  display: none;
}

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

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

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

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

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

.wc-proceed-to-checkout {
  margin-bottom: 1.618em;
}
.wc-proceed-to-checkout:before,
.wc-proceed-to-checkout:after {
  content: "";
  display: table;
}
.wc-proceed-to-checkout:after {
  clear: both;
}
.wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}

.woocommerce-shipping-calculator {
  margin: 0;
}
.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-right: 0;
}
ul#shipping_method li {
  margin-bottom: 0.23608em;
}
ul#shipping_method li:last-child {
  margin-bottom: 0;
}
ul#shipping_method input {
  margin-left: 0.33423em;
}

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

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

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

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

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

.form-row .button {
  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-left: 0 !important;
}

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

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

.demo_store {
  position: fixed;
  right: 0;
  bottom: 69px;
  left: 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;
}
.demo_store a:hover {
  text-decoration: none;
}

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

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

.onsale {
  color: #666;
  padding: 5px;
  line-height: 1.2;
  display: inline-block;
  position: absolute;
  z-index: 100;
  right: 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-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.related,
.upsells {
  margin-top: 30px;
}
.related > h2:first-child,
.upsells > h2:first-child {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2.2em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-message,
.woocommerce-notice,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.61792em;
  background-color: #0f834d;
  margin-right: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-right: 0.61805em solid rgba(0, 0, 0, 0.15);
}
.woocommerce-message:before,
.woocommerce-notice:before,
.woocommerce-message:after,
.woocommerce-notice:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
  content: "";
  display: table;
}
.woocommerce-message:after,
.woocommerce-notice:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  clear: both;
}
.woocommerce-message a,
.woocommerce-notice a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-notice a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message a.button:hover,
.woocommerce-notice a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-message .button,
.woocommerce-notice .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  float: left;
  padding: 0;
  background: none;
  color: #fff;
  box-shadow: none;
  line-height: 1.618;
  padding-right: 1em;
  border-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255, 255, 255, 0.25) !important;
  border-radius: 0;
}
@media (max-width: 480px) {
  .woocommerce-message .button,
  .woocommerce-notice .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    padding-right: 0;
    border-right-width: 0;
    float: inherit;
    display: block;
  }
}
.woocommerce-message .button:hover,
.woocommerce-notice .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
}
.woocommerce-message pre,
.woocommerce-notice pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-notice:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error: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-right: 0;
  list-style: none;
}
.wc-item-meta li:before,
.wc-item-meta li:after {
  content: "";
  display: table;
}
.wc-item-meta li:after {
  clear: both;
}
.wc-item-meta li strong,
.wc-item-meta li p {
  display: inline-block;
}

.demo_store {
  bottom: 0;
}
.demo_store a {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  display: inline-block;
  margin: -1em 0 -1em -1.41575em;
  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: left;
  }
  table.shop_table_responsive tr td:first-child {
    padding-right: 0.4em;
  }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: right;
  }
}

/**
 * Header Elements
 */
.site-header-cart {
  position: relative;
}
.site-header-cart .shopping_cart {
  position: absolute;
  top: 100%;
  z-index: 999999;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  list-style: none;
}
.site-header-cart .widget_shopping_cart {
  width: auto;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
  min-width: 320px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  text-align: right;
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
  display: none;
  right: 0;
}
.site-header-cart .widget_shopping_cart,
.site-header-cart .shopping_cart_nav {
  padding: 0 !important;
}
.site-header-cart .widget_shopping_cart h2.widgettitle,
.site-header-cart .shopping_cart_nav h2.widgettitle {
  display: none;
}
.site-header-cart .widget_shopping_cart .product_list_widget li,
.site-header-cart .shopping_cart_nav .product_list_widget li {
  width: 100%;
  border-width: 0 0 1px 0;
  padding: 1.4em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-header-cart .widget_shopping_cart .product_list_widget li a,
.site-header-cart .shopping_cart_nav .product_list_widget li a {
  font-size: 1rem;
  color: #fafafa !important;
  font-weight: 500 !important;
  height: auto;
  line-height: 1.4;
  padding: 0 !important;
  border: none;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove,
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove {
  position: relative;
  float: left;
  top: 0.2em;
  z-index: 999;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before,
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before {
  text-align: left;
  color: #fff;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a:hover,
.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,
.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,
.site-header-cart .shopping_cart_nav .product_list_widget li a:focus {
  background-color: transparent;
  color: #fff !important;
  opacity: 0.8;
}
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity {
  color: #fff;
  opacity: 0.8;
  font-size: 0.875rem;
}
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount {
  color: #fff;
}
.site-header-cart .widget_shopping_cart p.total,
.site-header-cart .shopping_cart_nav p.total {
  color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1.41575em;
  padding-left: 1.41575em;
  text-align: center;
  margin-bottom: 0;
  border: none;
}
.site-header-cart .widget_shopping_cart p.total strong,
.site-header-cart .shopping_cart_nav p.total strong {
  vertical-align: middle;
}
.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount,
.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount {
  font-size: 1.5rem;
  vertical-align: middle;
  padding-right: 0.5rem;
  font-weight: 500;
}
.site-header-cart .widget_shopping_cart p.buttons,
.site-header-cart .shopping_cart_nav p.buttons {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-top: 0;
}
.site-header-cart .widget_shopping_cart p.buttons .button,
.site-header-cart .shopping_cart_nav p.buttons .button {
  display: block;
  height: auto;
  background-color: white;
  text-align: center;
  border: none !important;
  border-color: transparent;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 0.875rem 1.25rem;
}
.site-header-cart .widget_shopping_cart p.buttons .button:after,
.site-header-cart .shopping_cart_nav p.buttons .button:after {
  display: none;
}
.site-header-cart .widget_shopping_cart p.buttons .button:hover,
.site-header-cart .shopping_cart_nav p.buttons .button:hover {
  opacity: 0.7;
}
.site-header-cart .widget_shopping_cart p.buttons .button:active,
.site-header-cart .widget_shopping_cart p.buttons .button:focus,
.site-header-cart .shopping_cart_nav p.buttons .button:active,
.site-header-cart .shopping_cart_nav p.buttons .button:focus {
  outline: none;
}
.site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout),
.site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout) {
  text-align: center;
  margin-bottom: 10px;
}
.site-header-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  color: #fff;
}
.site-header-cart .widget_shopping_cart_content {
  min-width: 320px;
}
.site-header-cart .widget_shopping_cart_content .product_list_widget {
  background-color: transparent !important;
  border: none;
}
.site-header-cart .widget_shopping_cart p.total,
.site-header-cart .widget_shopping_cart p.buttons,
.site-header-cart .widget_shopping_cart li,
.site-header-cart .shopping_cart_nav p.total,
.site-header-cart .shopping_cart_nav p.buttons,
.site-header-cart .shopping_cart_nav li {
  padding-right: 1.41575em;
  padding-left: 1.41575em;
}
.site-header-cart .shopping_cart_nav > li {
  padding: 0;
}

.header-button {
  white-space: nowrap;
  font-size: 13px;
  font-size: 0.8125rem;
}
.header-button i {
  font-size: 14px;
  margin-left: 0.3rem;
}
.header-button .amount {
  padding-right: 10px;
  display: none;
  font-weight: 500;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .header-button .amount {
    display: none;
  }
}
.header-button .count-text {
  display: none;
}
.header-button .title {
  text-transform: uppercase;
  white-space: nowrap;
  color: #313131;
  font-weight: 700;
  letter-spacing: 2px;
}
.header-button .count {
  background-color: transparent;
  color: #313131;
  opacity: 1;
  font-weight: 700;
}
.header-button:hover,
.header-button:focus {
  outline: none;
}

.site-header-cart.style-2 .header-button .title,
.site-header-cart.style-2 .header-button .count-text,
.site-header-cart.style-2 .header-button .amount {
  display: none;
}

.colors-scheme-light .header-button .title,
.colors-scheme-light .header-button .amount {
  color: #fff;
}

.menu-item-cart .header-button {
  margin-right: 1.25em;
  padding: 0.9em 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 {
  left: 0;
  border: none;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

@media (max-width: 1199px) {
  .opal-header-layout-sideHeader .shopping_cart {
    left: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .opal-header-layout-sideHeader .active .shopping_cart {
    right: unset;
    left: 0;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
  .opal-header-layout-sideHeader .site-header .site-header-cart .header-button .title,
  .opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount {
    display: none;
  }
}

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

.main-navigation .shopping_cart_nav .product_list_widget {
  position: static;
  border-left: 0;
  border-right: 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 .title,
  body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount {
    display: none;
  }
  body.opal-header-layout-sideHeader .site-header .site-header-cart:hover .widget_shopping_cart,
  body.opal-header-layout-sideHeader .site-header .site-header-cart:focus .widget_shopping_cart {
    right: 100%;
    top: 0;
    left: inherit;
  }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:hover .widget_shopping_cart,
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:focus .widget_shopping_cart {
    left: 100%;
    top: 0;
    right: 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-header-desktop .menu-item-search > a {
  line-height: initial;
  outline: none;
}
.site-header-desktop .menu-item-search > a i {
  color: inherit;
}
.site-header-desktop .menu-item-search > a:before {
  font-family: "web-mob";
  line-height: 1;
  content: "\e209";
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: text-bottom;
}

.site-header-desktop .menu-item-search .sub-menu {
  padding: 0.75em 1.25em;
}

.site-header-desktop .menu-item-search .woocommerce-product-search {
  display: flex;
}
.site-header-desktop .menu-item-search .woocommerce-product-search input {
  padding: 0.2em 0.5em;
}
.site-header-desktop .menu-item-search .woocommerce-product-search input[type="submit"] {
  padding: 0.2em 1em;
}

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

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

#order_review .shop_table {
  margin-bottom: 2.61792em;
}

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

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

form.track_order {
  align-items: flex-end;
  color: #fff;
}
@media (min-width: 1200px) {
  form.track_order p:first-of-type {
    padding-right: 140px;
    padding-left: 140px;
    text-align: center;
  }
}
form.track_order p:last-of-type input[type="submit"] {
  width: 100%;
  line-height: inherit;
}
form.track_order label {
  color: #fff;
}

/**
 * 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:before,
.woocommerce-tabs:after {
  content: "";
  display: table;
}
.woocommerce-tabs:after {
  clear: both;
}
.woocommerce-tabs ul.tabs li.active:after {
  left: 1em;
}
.woocommerce-tabs .panel {
  margin-top: 0;
}

.notification-added-to-cart {
  position: fixed;
  z-index: 99999;
  top: 200px;
  left: 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: 0px;
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  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 90px 0 30px;
  height: 70px;
  -webkit-animation-name: animSlide;
  animation-name: animSlide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-animation-delay: 0.5s;
  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;
}

@-webkit-keyframes animSlide {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes animSlide {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.opal-canvas-filter {
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 40px;
}
.opal-canvas-filter section {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .opal-canvas-filter section {
    padding-right: 35px;
    padding-left: 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: #000000;
}
.opal-canvas-filter.left {
  top: 0;
  right: 0;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.opal-canvas-filter.right {
  top: 0;
  left: 0;
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.opal-canvas-filter.right .filter-close {
  text-align: right;
}
.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: #000000;
  }
}
.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: #000000;
  }
}
.opal-canvas-filter.top.canvas-filter-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  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;
  left: 0;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 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-weight: bold;
  text-transform: uppercase;
}
.filter-toggle .filter-icon {
  width: 14px;
  border: 1px solid #313131;
  margin-bottom: 3px;
  margin-left: 15px;
  position: relative;
  display: inline-block;
  transition: all ease 0.3s;
}
.filter-toggle .filter-icon:before {
  right: -1px;
  top: -1px;
  content: "";
  position: absolute;
  width: 14px;
  border: 1px solid #313131;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
.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;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .filter-close {
    margin-right: 35px;
    margin-left: 35px;
  }
}
.filter-close:after {
  content: "";
  width: 10px;
  border-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 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"],
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*="owl"],
.owl-theme.woocommerce-product-carousel .owl-nav [class*="owl"],
.entry-gallery .woocommerce-product-carousel.gallery .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 .plus,
table.cart:not(.wishlist_table) .product-quantity .minus {
  display: none;
}
table.cart:not(.wishlist_table) .product-thumbnail img {
  margin: 0 auto;
  max-width: 3.70633em;
  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) td.product-remove {
  padding: 0;
  border-top: 1.618em solid;
  position: relative;
}
table.cart:not(.wishlist_table) td.product-remove:before,
table.cart:not(.wishlist_table) td.product-remove:after {
  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;
  left: -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.product-subtotal {
  padding-bottom: 0.875em;
}
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: 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 {
  padding-right: 15px;
}

table.cart:not(.wishlist_table) th,
table.cart:not(.wishlist_table) td {
  padding: 1.618em 0 1.618em 1.41575em;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) th,
  table.cart:not(.wishlist_table) td {
    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;
  left: auto;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.product-remove a.remove {
    position: absolute;
    left: 0;
  }
}

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

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

table.cart:not(.wishlist_table) .quantity {
  width: 145px;
  width: max-content;
}
table.cart:not(.wishlist_table) .quantity input[type="button"] {
  background-color: transparent;
  color: #000;
  padding: 0.5rem 1.1rem;
  height: 100%;
}
table.cart:not(.wishlist_table) .quantity input[type="button"]:hover,
table.cart:not(.wishlist_table) .quantity input[type="button"]:focus,
table.cart:not(.wishlist_table) .quantity input[type="button"]:active {
  box-shadow: none;
  outline: none;
}
table.cart:not(.wishlist_table) .quantity input[type="number"] {
  padding: 0.5rem 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  table.cart:not(.wishlist_table) .quantity {
    margin-left: 0;
    margin-right: auto;
  }
}

table.cart:not(.wishlist_table) td.actions {
  text-align: left;
}
table.cart:not(.wishlist_table) td.actions label {
  display: none;
}
table.cart:not(.wishlist_table) td.actions .coupon {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  display: inline-block;
  float: right;
}
@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 {
  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;
  content: "\f178";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  padding-left: 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;
  left: 0;
  width: 70px;
  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-right: 5px;
  }
}

.cart-collaterals {
  margin-bottom: 40px;
}
.cart-collaterals:before,
.cart-collaterals:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 100% 10px, 40px 40px;
  background-image: radial-gradient(closest-side, transparent 9px, #fafafa 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: 1.618em;
}
.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
  margin-left: 0 !important;
}
.cart-collaterals .cart_totals {
  width: 100%;
  padding: 40px;
  background-color: #fafafa;
}
@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;
}
.cart-collaterals .cart_totals td {
  padding: 1.5em 0;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  margin: 0;
  clear: left;
}
.cart-collaterals .cart_totals small.includes_tax {
  display: block;
}
.cart-collaterals .shipping_calculator {
  clear: left;
}

/**
 * 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-login {
  width: 550px;
  max-width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce-form-login label {
  font-weight: 500;
}

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

.checkout_coupon {
  position: relative;
  margin-bottom: 2.61792em;
  width: 510px;
  max-width: 100%;
}
.checkout_coupon .form-row-first input {
  padding-left: 70px;
  background-color: transparent;
}
.checkout_coupon .form-row-last {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 60px;
}
.checkout_coupon .form-row-last:before {
  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;
  content: "\f178";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
}
.checkout_coupon .form-row-last input,
.checkout_coupon .form-row-last button {
  background-color: transparent;
  width: 70px;
  height: 100%;
  border: none;
}
.checkout_coupon .form-row-last input:hover,
.checkout_coupon .form-row-last button:hover {
  background-color: transparent;
}

form.checkout {
  position: static !important;
  /* 1 */
}
form.checkout:before,
form.checkout:after {
  content: "";
  display: table;
}
form.checkout:after {
  clear: both;
}
form.checkout > .blockUI {
  position: fixed !important;
  /* 1 */
}

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

#payment:after {
  clear: both;
}

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

#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important;
}
#payment .payment_methods > .wc_payment_method > label {
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
}
#payment .payment_methods li {
  list-style: none !important;
  margin-right: 0;
  position: relative;
}
#payment .payment_methods li img {
  float: left;
  border: 0;
  padding: 0;
  max-height: 2.29068em;
}
#payment .payment_methods li a {
  text-decoration: underline;
}
#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: 1.41575em;
  background: #fafafa;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-right: 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-left: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: left;
}
#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-left: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-right: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: left 0.61805em center;
  background-size: 31px 20px;
  background-image: url(../../../assets/images/credit-cards/unknown.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(../../../assets/images/credit-cards/visa.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(../../../assets/images/credit-cards/mastercard.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(../../../assets/images/credit-cards/laser.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(../../../assets/images/credit-cards/diners.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(../../../assets/images/credit-cards/maestro.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(../../../assets/images/credit-cards/jcb.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(../../../assets/images/credit-cards/amex.svg);
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(../../../assets/images/credit-cards/discover.svg);
}

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em;
}
#payment .terms label {
  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%;
  margin-top: 2.61792em;
}
#payment .place-order .button {
  font-size: 1em;
  width: 100%;
  white-space: pre-wrap;
}

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

table.woocommerce-checkout-review-order-table th {
  padding: 0.8em;
}

table.woocommerce-checkout-review-order-table td {
  padding: 0.8em;
}

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

table.woocommerce-checkout-review-order-table .product-total {
  text-align: left;
  font-weight: bold;
}

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

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

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

.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: bold;
  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: normal;
}
.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:before,
.col2-set .woocommerce-billing-fields:after {
  content: "";
  display: table;
}

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

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

.woocommerce-billing-fields label {
  margin-top: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

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

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: inherit;
  font-weight: normal;
  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-left: 15px;
  margin-right: 15px;
}

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

#order_review_heading,
#order_review {
  clear: left;
}

#order_review {
  transition: box-shadow ease 0.4s;
  position: relative;
}

#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: #e5e5e5;
  border-radius: 0;
  padding: 14px 10px;
  height: 53px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px;
  left: 8px;
}

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

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

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

/**
 * COMPARE
 */
#colorbox {
  overflow: visible;
}

#cboxWrapper {
  overflow: visible;
}

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

.opal-currency_switcher li ul {
  position: absolute;
  right: 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: 0px !important;
}

.opal-currency_switcher .list-currency {
  box-shadow: 0px 1px 16px 0px 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: 12px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}

.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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-bottom: 0.75em;
}
.opal-woocommerce-deal .countdown-times {
  color: #222;
  display: flex;
  justify-content: center;
}
.opal-woocommerce-deal .countdown-times > div {
  padding-right: 25px;
  padding-left: 25px;
}
.opal-woocommerce-deal .countdown-times > div b {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
}
.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 {
  left: 0;
  top: 10px;
  position: absolute;
  content: ":";
  line-height: 1;
  font-size: 24px;
}

#comments {
  margin-top: 60px;
}
#comments .commentlist .bypostauthor > .comment-body cite:after {
  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;
  content: "\f0f6";
}
#comments .commentlist .reply a:after {
  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;
  content: "\f112";
  margin-right: 0.54079em;
}
#comments .commentlist .reply a.comment-edit-link:after {
  content: "\f040";
}

#respond #cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 12px;
  opacity: 0.4;
  display: block;
  margin-top: 10px;
}
#respond #cancel-comment-reply-link:hover {
  opacity: 1;
}
#respond #cancel-comment-reply-link:before {
  margin-left: 3px;
  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;
  content: "\f057";
}

.comment-form-comment label {
  font-weight: 700;
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading,
.added_to_cart.loading {
  position: relative;
}
button.loading:before,
input[type="button"].loading:before,
input[type="reset"].loading:before,
input[type="submit"].loading:before,
.button.loading:before,
.added_to_cart.loading:before {
  opacity: 0;
}
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after,
.added_to_cart.loading:after {
  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;
  content: "\f110";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -10px;
  margin-top: -10px;
}

.single-product .pswp__button {
  background-color: transparent;
}

.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 {
  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;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.stock:before {
  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-left: 0.54079em;
}

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

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

a.reset_variations:before {
  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;
  content: "\f021";
  margin-left: 0.54079em;
}

.woocommerce-breadcrumb a:first-of-type:before {
  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;
  content: "\f015";
  margin-left: 0.54079em;
}

a.remove {
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative;
}
a.remove:before {
  content: "\f057";
  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;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #e2401c;
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

.woocommerce-shipping-calculator > p:first-child a:before {
  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;
  content: "\f0d1";
  margin-left: 0.33423em;
}

.blockUI:before {
  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;
  content: "\f110";
  animation: fa-spin 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -15px;
  margin-top: -15px;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}
.woocommerce-pagination .next:after,
.woocommerce-pagination .prev:after {
  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;
  content: "\f0d9";
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1em;
  height: 1em;
  transform: translateX(50%) translateY(-50%);
  line-height: 1;
}

.woocommerce-pagination .next:after {
  content: "\f0da";
}

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  padding: 0 6.85353em;
}
.woocommerce-breadcrumb .breadcrumb-separator:after {
  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;
  content: "\f105";
  font-size: 0.875em;
  text-indent: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1em;
  height: 1em;
  transform: translateX(50%) translateY(-50%);
  text-align: center;
  opacity: 0.25;
}

#payment .payment_methods > .wc_payment_method > label:before {
  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;
  content: "\f10c";
  margin-left: 0.54079em;
  transition: color, ease, 0.2s;
}

#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 {
  content: "\f192";
}

.woocommerce-password-strength:after {
  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;
  content: "\f119";
  margin-right: 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 {
  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;
  content: "\f0f6";
  line-height: 1.618;
  margin-right: 0.54079em;
  width: 1.41575em;
  text-align: left;
  float: left;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.my_account_orders .button.view:after {
  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;
  content: "\f06e";
  margin-right: 0.54079em;
}

p.order-again .button:after {
  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;
  content: "\f021";
  margin-right: 0.54079em;
}

.woocommerce-MyAccount-downloads .button:after {
  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;
  content: "\f0ed";
  margin-right: 0.54079em;
}

.demo_store:before {
  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-left: 0.54079em;
  content: "\f05a";
}

.wc-forward:after,
.woocommerce-Button--next:after {
  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;
  content: "\f178";
  margin-right: 0.54079em;
}

.woocommerce-Button--previous:before {
  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;
  content: "\f177";
  margin-left: 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 {
  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;
  content: "\f058";
  color: #0f834d;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.41575em;
  height: 1.41575em;
  text-indent: 0;
  text-align: center;
  line-height: 1.618em;
}

/**
 * Composite Products
 */
.single-product div.product .component_selections .clear_component_options:before {
  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;
  content: "\f021";
  margin-left: 0.54079em;
}

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

/**
 * Quick view
 */
.quick-view-button:before {
  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;
  content: "\f06e";
  margin-left: 0.61805em;
}

/**
 * Ship multiple addresses
 */
.woocommerce-page .ship_address .gift-form label:after,
.woocommerce-page .no_shipping_address .gift-form label:after {
  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;
  content: "\f06b";
  margin-right: 0.54079em;
}

.woocommerce-page .ship_address .modify-address-button:before,
.woocommerce-page .no_shipping_address .modify-address-button:before {
  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;
  content: "\f044";
  margin-left: 0.54079em;
}

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

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

/**
 * Variation Swatches
 */
a#variations_clear:before {
  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;
  content: "\f021";
  margin-left: 0.54079em;
}

/**
 * Wishlists
 */
.wl-add-link:before {
  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;
  content: "\f004";
  margin-left: 0.54079em;
}

.button.wl-create-new:before {
  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;
  content: "\f067";
  margin-left: 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 #customer_login 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-left: 15px;
  margin-right: 15px;
}

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

form.woocommerce-form-login {
  background-color: #fafafa;
  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-right: 1em;
}

.woocommerce-MyAccount-navigation ul {
  margin-right: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: bold;
}

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.70633em 0;
  padding: 0;
  background: #e1e1e1;
}
ul.order_details:before,
ul.order_details:after {
  content: "";
  display: table;
}
ul.order_details:after {
  clear: both;
}
ul.order_details:before,
ul.order_details:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 0;
  width: 100%;
  height: 16px;
  background-size: 0px 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-left: 0.236em;
}

.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-address-fields__field-wrapper .form-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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: right;
}
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
  float: left;
}

.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-right: 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;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

li.product {
  box-sizing: border-box;
  text-align: center;
}
li.product .added_to_cart.wc-forward {
  display: none;
}
li.product .onsale {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  top: 15px;
  right: 15px;
  left: unset;
}
li.product .out-of-stock {
  position: absolute;
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
  padding: 15px 25px;
  background: #fff;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  left: unset;
}
li.product .out-of-stock + .product-img-wrap {
  opacity: 0.5;
}
li.product .out-of-stock + .product-img-wrap + .product-caption {
  display: none;
}
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-left: 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-direction-nav,
li.product .flex-control-nav {
  display: none;
}
li.product:hover .gallery-nav-next {
  left: 13px;
  opacity: 1;
}
li.product:hover .gallery-nav-prev {
  right: 13px;
  opacity: 1;
}

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

.product-img-wrap {
  overflow: hidden;
}
.product-img-wrap:not(.flexslider-loaded) .product-image {
  display: none !important;
}
.product-img-wrap:not(.flexslider-loaded) .product-img-fixed .product-image {
  display: block !important;
}
.product-img-wrap.flexslider-loaded .product-img-fixed .product-image {
  display: none !important;
}

.gallery-nav {
  display: none;
}
.gallery-nav-next,
.gallery-nav-prev {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 99;
  cursor: pointer;
  transition: all ease 0.35s;
  opacity: 0;
}
.gallery-nav-next:after,
.gallery-nav-prev:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #b6b6b6;
  display: block;
  transform: rotate(-45deg);
}
.gallery-nav-next {
  left: 33px;
}
.gallery-nav-next:after {
  border-width: 1px 0 0 1px;
}
@media (max-width: 767px) {
  .gallery-nav-next {
    left: 13px;
    opacity: 1;
  }
}
.gallery-nav-prev {
  right: 33px;
}
.gallery-nav-prev:after {
  border-width: 0 1px 1px 0;
}
@media (max-width: 767px) {
  .gallery-nav-prev {
    right: 13px;
    opacity: 1;
  }
}

.woocommerce-loop-product__gallery {
  display: flex;
  justify-content: center;
  position: absolute;
  padding-top: 24px;
  width: 100%;
  opacity: 0;
  transition: all ease 0.35s;
  bottom: -7px;
  z-index: 3;
}
.woocommerce-loop-product__gallery:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(50%);
  display: inline-block;
  position: absolute;
  top: 0;
  transition: all ease 0.35s;
}
.woocommerce-loop-product__gallery .gallery_item {
  transform: scale(0);
  display: inline-block;
  max-width: 26px;
  margin: 0 3px;
  opacity: 0.9;
  cursor: pointer;
  transition: all ease 0.35s;
  z-index: 2;
}
.woocommerce-loop-product__gallery .gallery_item img {
  width: 24px;
  height: 30px;
  object-fit: fill;
  display: block;
}
.woocommerce-loop-product__gallery .gallery_item.active,
.woocommerce-loop-product__gallery .gallery_item:hover {
  opacity: 1;
}
.woocommerce-loop-product__gallery .gallery_item.active {
  pointer-events: none;
}

.shop-action {
  transition: all 0.35s ease;
  justify-content: center;
}
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist > div > a,
.shop-action .compare {
  width: 62px;
  height: 53px;
  position: relative;
  white-space: nowrap;
  text-indent: -999em;
  border: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action .compare:before {
  color: #313131;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  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;
  text-indent: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.shop-action .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.shop-action .yith-wcwl-add-to-wishlist > div {
  position: relative;
  height: 100%;
}
.shop-action .yith-wcwl-add-to-wishlist > div > a {
  border-radius: 0px;
  white-space: nowrap;
}
.shop-action .yith-wcwl-add-to-wishlist > div > a:before {
  content: "\f004";
}
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover {
  background: #000;
  border-color: #000;
}
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before {
  color: #fff;
}
.shop-action .yith-wcwl-add-to-wishlist > div img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.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%;
  right: 50%;
  transform: translate(50%, -50%);
}
.shop-action .compare:before {
  content: "\f080";
}
.shop-action .compare:hover {
  border-color: #000;
  background: #000;
}
.shop-action .compare:hover:before {
  color: #fff;
}
.shop-action .yith-wcqv-button:before {
  content: "\f00e";
}
.shop-action .yith-wcqv-button:hover {
  border-color: #000;
  background: #000;
}
.shop-action .yith-wcqv-button:hover:before {
  color: #fff;
}

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

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

[class*="product-style-"] li.product .shop-action .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse a:before {
  color: #ff4a5d;
}

.product-block {
  position: relative;
}

.opal-label-sale-square li.product .onsale {
  background-color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  padding: 0 6px;
  border-radius: 2px;
  border-color: #fff;
}

.opal-label-sale-rounded li.product .out-of-stock {
  padding: 0 6px;
  border-radius: 1rem;
}

.opal-label-sale-rounded li.product .onsale {
  padding: 0 6px;
  border-radius: 1rem;
}

.opal-label-sale-circle li.product .onsale {
  top: 7%;
  right: 5%;
  left: inherit;
  padding: 7px;
  font-weight: 600;
  background-color: transparent !important;
}
.opal-label-sale-circle li.product .onsale:before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  right: 50%;
  margin-right: -50%;
  margin-top: -50%;
}

.opal-label-sale-rotate li.product .onsale {
  font-size: 12px;
  padding: 3px 4px;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: left;
}
.opal-label-sale-rotate li.product .onsale:before {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #000;
  z-index: -1;
}

.opal-label-sale-rotate li.product.osf-product-list {
  overflow: hidden;
}
.opal-label-sale-rotate li.product.osf-product-list .onsale {
  left: unset;
  right: 0;
  transform: rotate(45deg);
  transform-origin: left;
}

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-img-wrap {
    max-width: 300px;
    float: right;
  }
}
@media (min-width: 992px) {
  li.product.osf-product-list .product-block > .product-image {
    max-width: 300px;
    float: right;
  }
}
li.product.osf-product-list .caption {
  text-align: right;
  width: 100%;
}
@media (min-width: 992px) {
  li.product.osf-product-list .caption {
    width: calc(100% - 300px);
    padding-right: 30px;
    float: left;
  }
}
li.product.osf-product-list .star-rating {
  margin-right: 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 > * {
  margin-left: 10px;
}
li.product.osf-product-list .shop-action > *.clear {
  margin: 0;
}
li.product.osf-product-list .shop-action a[class*="product_type_"] {
  flex: unset;
}
li.product.osf-product-list .woocommerce-loop-product__title {
  font-size: 24px;
  font-size: 1.5rem;
}
li.product.osf-product-list .price {
  font-size: 24px;
  font-size: 1.5rem;
}
li.product.osf-product-list .price del {
  font-size: 20px;
  font-size: 1.25rem;
}
li.product.osf-product-list .excerpt {
  font-size: 0.875em;
  margin-bottom: 1.5rem;
}
li.product.osf-product-list .excerpt ul {
  padding-right: 20px;
}

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
}
ul.products li.product .price {
  color: #222;
}
ul.products li.product .price ins {
  background-color: transparent;
}
ul.products li.product .price del {
  margin-left: 10px;
  color: #666;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
}
ul.products li.product img {
  margin: 0 auto;
  width: 100%;
}
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title {
  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 ins .amount {
  color: #222;
}
ul.products li.product .posfed_in {
  display: block;
}
ul.products li.product .posfed_in a {
  color: #e0e2e6;
}
ul.products + .woocommerce-result-count {
  margin-bottom: -1em;
  text-align: left;
}

li.product .product-transition {
  margin-bottom: 0.8em;
}

li.product .star-rating {
  font-size: 0.875em;
  margin: 0 auto 0.54079em;
}

[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-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.columns-5 ul.products li.product,
.columns-5 ul.products > li {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 991px) {
  .columns-5 ul.products li.product,
  .columns-5 ul.products > li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 767px) {
  .columns-5 ul.products li.product,
  .columns-5 ul.products > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .columns-5 ul.products li.product,
  .columns-5 ul.products > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce .woocommerce-carousel ul.products li.product {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-product-carousel {
  width: 100%;
  position: relative;
}

.osf-sorting {
  margin-bottom: 2rem;
}
.osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
  margin-right: auto;
}
@media (min-width: 768px) {
  .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count + .woocommerce-ordering {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
    display: none;
  }
}
@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;
  }
}
@media (max-width: 991px) {
  .osf-sorting .woocommerce-ordering {
    margin-right: auto;
    margin-left: auto;
  }
}
.osf-sorting .woocommerce-ordering select {
  height: 2.5em;
}
.osf-sorting .display-mode {
  min-width: 74px;
}
@media (max-width: 768px) {
  .osf-sorting .display-mode {
    margin-left: auto;
  }
}
.osf-sorting .display-mode button {
  background-color: #fff;
  line-height: 1;
  font-size: inherit;
  height: 2.5em;
  width: 2.5em;
  -webkit-appearance: none;
}
.osf-sorting .display-mode button + button {
  margin-right: -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 {
  font-size: 15px;
  font-size: 0.9375rem;
}

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

/*style the arrow inside the select element:*/
.select-selected:before {
  margin-left: 10px;
  vertical-align: middle;
}

.select-selected:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  margin-right: 5.5rem;
  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: 10px 0;
  border: 1px solid transparent;
  border: 0;
  border-bottom: 1px solid #e9ecef;
  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;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
  margin-top: -1px;
  border: 1px solid #e1e1e1;
}

/*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 {
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
@media (min-width: 992px) {
  #yith-quick-view-modal.open .yith-wcqv-main {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
#yith-quick-view-modal #yith-quick-view-content .product {
  height: 100%;
}
#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;
  z-index: 10;
}
#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 {
    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%;
  height: 100%;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  #yith-quick-view-modal #yith-quick-view-content div.summary {
    width: 100%;
    height: auto;
  }
}
#yith-quick-view-modal #yith-quick-view-close {
  color: #313131;
  border: 0;
  font-weight: 700;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
  width: auto;
  height: auto;
  top: 12px;
  left: 30px;
  z-index: 9999;
}
@media (max-width: 991px) {
  #yith-quick-view-modal #yith-quick-view-close {
    right: 30px;
    left: auto;
  }
}
#yith-quick-view-modal ::-webkit-scrollbar {
  width: 5px;
}
#yith-quick-view-modal ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
#yith-quick-view-modal ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e68b0c;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
#yith-quick-view-modal ::-webkit-scrollbar-thumb:window-inactive {
  background: #e68b0c;
}

/**
 * Reviews
 */
#reviews {
  outline: none;
}
#reviews #comments {
  margin-top: 0;
  padding-top: 0;
}
#reviews .comment-reply-title {
  display: none;
}
#reviews .commentlist {
  list-style: none;
  margin-right: 0;
  padding-right: 0px !important;
}
#reviews .commentlist li {
  margin-bottom: 2.61792em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li:before,
#reviews .commentlist li:after {
  content: "";
  display: table;
}
#reviews .commentlist li:after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
}
#reviews .commentlist li .comment_container:before,
#reviews .commentlist li .comment_container:after {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container:after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
  float: left;
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
  margin-bottom: 15px;
}
#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 .meta {
  order: -1;
}
#reviews .commentlist li .comment-text .meta * {
  font-size: 12px;
  font-size: 0.75rem;
  color: #222;
  line-height: 24px;
}
#reviews .commentlist li .comment-text .meta strong {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}
#reviews .commentlist li .avatar {
  height: auto;
}
.opal-comment-1 #reviews .commentlist li .avatar,
.opal-comment-3 #reviews .commentlist li .avatar,
.opal-comment-6 #reviews .commentlist li .avatar {
  right: 0;
}
#reviews .commentlist li p.meta {
  margin-bottom: 0.625em;
}
#reviews .commentlist li p.meta strong {
  line-height: 1;
  margin-bottom: 5px;
}
#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 {
  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 {
  font-size: 18px;
  font-size: 1.125rem;
}
#reviews .comment-form-author,
#reviews .comment-form-email {
  width: 100%;
}
#reviews .comment-form-email {
  margin-left: 0;
}

.woocommerce-Tabs-panel table.shop_attributes,
#osf-accordion-container table.shop_attributes {
  border: 1px solid #e9ecef;
}
.woocommerce-Tabs-panel table.shop_attributes th,
.woocommerce-Tabs-panel table.shop_attributes td,
#osf-accordion-container table.shop_attributes th,
#osf-accordion-container table.shop_attributes td {
  border: 1px solid #e9ecef;
  padding: 10px 20px;
}
.woocommerce-Tabs-panel table.shop_attributes th p,
.woocommerce-Tabs-panel table.shop_attributes td p,
#osf-accordion-container table.shop_attributes th p,
#osf-accordion-container table.shop_attributes td p {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel table.shop_attributes th,
#osf-accordion-container table.shop_attributes th {
  background-color: #f4f4f4;
  width: 150px;
}

/**
 * Single Product
 */
.site-main > .product > .onsale {
  position: absolute;
  z-index: 10;
}

.single-product .pswp__button {
  background-color: transparent;
}

.single-product div.product {
  position: relative;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .single-product div.product .entry-summary .inner {
    padding-right: 30px;
  }
}
.single-product div.product .entry-summary .inner span.fa {
  font-size: 6px;
  font-size: 0.375rem;
  margin: 0 7px;
  vertical-align: middle;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a,
.single-product div.product .entry-summary .compare {
  width: 62px;
  height: 100%;
  position: relative;
  white-space: nowrap;
  text-indent: -999em;
  border: 1px solid #ebebeb;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:before,
.single-product div.product .entry-summary .compare:before {
  color: #313131;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  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;
  text-indent: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
  display: none;
  margin-top: 0px;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div {
  position: relative;
  height: 100%;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
  border-radius: 0px;
  white-space: nowrap;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:before {
  content: "\f004";
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover {
  background: #000;
  border-color: #000;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:hover:before {
  color: #fff;
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before,
.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse > a:before {
  color: #ff4a5d;
}
.single-product div.product .entry-summary .yith-wcwl-add-button {
  position: relative;
}
.single-product div.product .entry-summary .yith-wcwl-add-button img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.single-product div.product .entry-summary .compare {
  display: none;
}
.single-product div.product .entry-summary .compare:before {
  content: "\f080";
}
.single-product div.product .entry-summary .compare:hover {
  border-color: #000;
  background: #000;
}
.single-product div.product .entry-summary .compare:hover:before {
  color: #fff;
}
.single-product div.product .entry-summary form.cart {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
.single-product div.product .entry-summary form.cart.variations_form {
  flex-direction: column;
}
.single-product div.product .entry-summary form.cart.grouped_form {
  flex-wrap: wrap;
}
.single-product div.product .entry-summary form.cart .compare-button,
.single-product div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist {
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: 0;
}
.single-product div.product .entry-summary form.cart .compare,
.single-product div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.single-product div.product .entry-summary .woocommerce-tabs {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.single-product div.product .images {
  justify-content: space-between;
}
.single-product div.product .product_title {
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .single-product div.product .product_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .single-product div.product .product_title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.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;
  left: 25px;
  height: 2em;
  width: 2em;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery img {
  display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 10px;
  flex: 0 0 calc(100% - 123px);
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  flex: 0 0 93px;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  padding-right: 0;
  list-style: none;
  cursor: pointer;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
  transition: all, ease, 0.2s;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.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: 3.70633em;
}
.single-product div.product .images .woocommerce-main-image {
  margin-bottom: 1.618em;
}
.single-product div.product .images .thumbnails:before,
.single-product div.product .images .thumbnails:after {
  content: "";
  display: table;
}
.single-product div.product .images .thumbnails:after {
  clear: both;
}
.single-product div.product .images .thumbnails a.zoom {
  width: 22.05%;
  margin-left: 3.8%;
  float: right;
  margin-bottom: 1em;
}
.single-product div.product .images .thumbnails a.zoom.last {
  margin-left: 0;
}
.single-product div.product .images .thumbnails a.zoom.first {
  clear: both;
}
.single-product div.product form.cart:before,
.single-product div.product form.cart:after {
  content: "";
  display: table;
}
.single-product div.product form.cart:after {
  clear: both;
}
.single-product div.product form.cart .quantity {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  background: #f7f7f7;
  margin-left: 25px;
  width: 130px;
  flex: 1;
  max-width: 130px;
}
.single-product div.product form.cart .quantity input[type="button"] {
  background-color: transparent;
  padding: 0.5rem 0;
  width: 45%;
  color: #666;
  text-indent: -999px;
  position: absolute;
  left: 0;
}
.single-product div.product form.cart .quantity input[type="button"]:hover,
.single-product div.product form.cart .quantity input[type="button"]:focus,
.single-product div.product form.cart .quantity input[type="button"]:active {
  outline: none;
  box-shadow: none;
  color: #000;
}
.single-product div.product form.cart .quantity input[type="button"].minus {
  top: 50%;
  bottom: 0;
  z-index: 2;
}
.single-product div.product form.cart .quantity input[type="button"].plus {
  top: 0;
  bottom: 50%;
  z-index: 1;
}
.single-product div.product form.cart .quantity input[type="number"] {
  padding: 0.5rem 0;
  width: 55%;
  height: 100%;
  background-color: transparent;
  font-size: 22px;
  font-size: 1.375rem;
}
.single-product div.product form.cart .quantity:after,
.single-product div.product form.cart .quantity:before {
  width: 45%;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  font-family: "FontAwesome";
  pointer-events: none;
  color: #313131;
  font-size: 10px;
  line-height: 1;
}
.single-product div.product form.cart .quantity:before {
  content: "\f078";
  top: 50%;
  bottom: 80%;
}
.single-product div.product form.cart .quantity:after {
  content: "\f077";
  top: 30%;
  bottom: 50%;
  align-items: flex-end;
}
.single-product div.product .summary .price {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 1.3em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.single-product div.product .summary .price ins {
  background-color: transparent;
}
.single-product div.product .summary .price del {
  color: #777;
}
.single-product div.product table.variations {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.single-product div.product table.variations tr {
  padding-top: 15px;
  display: block;
}
.single-product div.product table.variations th,
.single-product div.product table.variations td {
  list-style: none;
  background-color: transparent;
  vertical-align: middle;
}
.single-product div.product table.variations select {
  height: 40px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  background: transparent;
}
.single-product div.product table.variations label {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  line-height: 40px;
  font-weight: 600;
}
.single-product div.product table.variations label:after {
  content: ":";
  padding-left: 5px;
}
.single-product div.product table.variations .value {
  width: 100%;
}
.single-product div.product table.variations .value select {
  padding: 0 10px;
}
.single-product div.product table.variations td.label,
.single-product div.product table.variations td.value {
  display: block;
}
.single-product div.product table.variations tr {
  border-bottom: 0;
  padding-top: 0;
}
.single-product div.product table.variations tr:first-child {
  padding-top: 15px;
}
.single-product div.product .single_variation .price {
  margin-bottom: 1em;
}
.single-product div.product .variations_button {
  padding-top: 1em;
}
.single-product div.product .variations_button:before,
.single-product div.product .variations_button:after {
  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: 1.618em;
  margin-top: -0.875em;
}
.single-product div.product .woocommerce-product-rating:before,
.single-product div.product .woocommerce-product-rating:after {
  content: "";
  display: table;
}
.single-product div.product .woocommerce-product-rating:after {
  clear: both;
}
.single-product div.product .woocommerce-product-rating a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #313131;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  margin-left: 0.61805em;
}
.single-product div.product .product_meta {
  line-height: 30px;
  margin-top: 20px;
  padding: 1em 0 1.5em;
}
.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  color: #222;
  font-weight: 700;
}
.single-product div.product .product_meta .sku_wrapper:last-child,
.single-product div.product .product_meta .posted_in:last-child,
.single-product div.product .product_meta .tagged_as:last-child {
  border-bottom: 0;
}
.single-product div.product .product_meta .sku_wrapper span,
.single-product div.product .product_meta .sku_wrapper a,
.single-product div.product .product_meta .posted_in span,
.single-product div.product .product_meta .posted_in a,
.single-product div.product .product_meta .tagged_as span,
.single-product div.product .product_meta .tagged_as a {
  color: #313131;
  font-weight: 400;
}
.single-product div.product .product_meta .sku_wrapper a:hover,
.single-product div.product .product_meta .posted_in a:hover,
.single-product div.product .product_meta .tagged_as a:hover {
  text-decoration: underline;
}
.single-product div.product .pbr-social-share {
  margin-top: 22px;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-product div.product .pbr-social-share a {
  font-size: 16px;
  font-size: 1rem;
  color: #888;
}
.single-product div.product .pbr-social-share a:hover {
  color: #222;
}

.single-product[class*="opal-comment-form"] .comment-form .comment-form-email,
.single-product[class*="opal-comment-form"] .comment-form .comment-form-author,
.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;
  color: #313131;
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.single-product[class*="opal-comment-form"] .comment-form .form-submit .submit:hover,
.single-product[class*="opal-comment-form"] .comment-form .form-submit .submit:active,
.single-product[class*="opal-comment-form"] .comment-form .form-submit .submit:focus {
  background: #313131;
  color: #fff;
}

.single-product[class*="product-style"] .stock.out-of-stock {
  position: static;
  background-color: transparent;
  text-align: center;
  border: 1px dashed;
  padding: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
  color: #313131;
}

.single-product .product-navigator #older-nav:after {
  content: url(./assets/images/left-arrow.png);
}

.single-product .product-navigator #newer-nav:before {
  content: url(./assets/images/right-arrow.png);
}

@media (max-width: 767px) {
  .single-product .product-navigator #newer-nav .outter-title {
    float: left;
  }
}

@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-right: 0;
  margin-bottom: 30px;
}
.woocommerce-tabs ul.tabs li {
  position: relative;
}
.woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-left: 30px;
}
.woocommerce-tabs ul.tabs li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
.woocommerce-tabs ul.tabs li a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 0;
  right: 0;
  height: 2px;
  background: #313131;
  transition: all ease 0.35s;
}
.woocommerce-tabs ul.tabs li a:hover:after {
  width: 100%;
}
.woocommerce-tabs .panel h2:first-of-type {
  font-size: 1.618em;
  margin-bottom: 1em;
  color: #000;
}
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.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;
  left: 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 button.disabled.single_add_to_cart_button[type="submit"] {
  background: #fff;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.075em;
  box-shadow: inset 0 0 0 1px #000;
  flex: 1;
}
.single-product .single_add_to_cart_button:hover,
.single-product button.disabled.single_add_to_cart_button[type="submit"]:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.single-product .woocommerce-product-details__short-description ul {
  padding-right: 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: #e1e1e1;
  padding-top: 24px;
}
.single-product table.group_table tr:last-child {
  border-bottom: 0;
}
.single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
  border-bottom: 0;
  padding-bottom: 23px;
}
.single-product table.group_table tr:first-child .woocommerce-grouped-product-image {
  padding-top: 30px;
}
.single-product table.group_table .woocommerce-grouped-product-image {
  border-bottom: 1px solid #fff;
}
.single-product table.group_table .woocommerce-grouped-product-image img {
  width: 70px;
}
.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__price {
  text-align: left;
  font-weight: 700;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price .amount {
  color: #222;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
  background: transparent;
  color: #222;
}
.single-product table.group_table .woocommerce-grouped-product-list-item__price p {
  margin-bottom: 0;
}
.single-product table.group_table .quantity {
  margin-left: 0 !important;
  margin-right: auto;
}

.single-product .tawcvs-swatches {
  display: inline-block;
  padding: 0;
}
.single-product .tawcvs-swatches .swatch {
  height: 35px;
  width: 60px;
  line-height: 35px;
  margin-left: 10px;
  margin-top: 10px;
}
.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 {
  right: calc(50% - 4px);
}
.single-product .tawcvs-swatches .swatch.swatch-label {
  background: #fff;
  color: #222;
  border-color: #eee;
  font-size: 16px;
  font-size: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
}
.single-product .tawcvs-swatches .swatch.swatch-label:hover {
  border-color: #222;
  background: #222;
  color: #fff;
}

.single-product a.reset_variations {
  position: absolute;
  bottom: calc(100% - 15px);
  right: 0;
  display: block;
  margin-right: 0;
  text-decoration: underline;
}
.single-product a.reset_variations:before {
  content: "\f00d";
}

.single-product .woocommerce-tabs .wc-tabs .active a {
  color: #222;
}
.single-product .woocommerce-tabs .wc-tabs .active a:after {
  width: 100%;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  max-width: 800px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .single-product .woocommerce-tabs#osf-accordion-container [data-control] {
    font-size: 1em;
  }
}

@media (min-width: 576px) {
  .single-product div.product .entry-summary {
    padding-right: 60px;
  }
}

.single-product div.product .variations_button {
  padding-top: 0;
}

.single-product .star-rating {
  line-height: 2;
}

.single-product .onsale {
  right: 35px;
  top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.4em 1em;
}

.single-product form.cart .quantity,
.single-product .single_add_to_cart_button {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .single-product.woocommerce-single-style-1 .page-title-bar .container,
  .single-product.woocommerce-single-style-1 .page-title-bar #content,
  .single-product.woocommerce-single-style-1 .page-title-bar .opal-canvas-filter.top,
  .single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content .widget_recently_viewed_products,
  .otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar .widget_recently_viewed_products {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media (min-width: 768px) {
  .single-product.woocommerce-single-style-1 .page-title-bar .container-fluid,
  .single-product.woocommerce-single-style-1 .page-title-bar .container,
  .single-product.woocommerce-single-style-1 .page-title-bar #content,
  .single-product.woocommerce-single-style-1 .page-title-bar .opal-canvas-filter.top,
  .single-product.woocommerce-single-style-1 .page-title-bar .otf-product-recently-content .widget_recently_viewed_products,
  .otf-product-recently-content .single-product.woocommerce-single-style-1 .page-title-bar .widget_recently_viewed_products {
    padding-right: 55px;
    padding-left: 55px;
  }
}

.single-product.woocommerce-single-style-1 div.product .entry-summary {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .single-product.woocommerce-single-style-1 div.product .entry-summary {
    padding-right: 0;
  }
}
.single-product.woocommerce-single-style-1 div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
  display: flex;
}

.single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  padding-bottom: 30px;
}
.single-product.woocommerce-single-style-1 div.product .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  display: block;
}

@media (max-width: 767px) {
  .single-product.woocommerce-single-style-1 div.product .images {
    margin-bottom: 0;
  }
}

.single-product.woocommerce-single-style-1 div.product table.variations td.label,
.single-product.woocommerce-single-style-1 div.product table.variations td.value {
  display: block;
}

.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.woocommerce-single-style-1 .single_add_to_cart_button {
  flex: 1;
}

.single-product.woocommerce-single-style-2 div.product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product.woocommerce-single-style-3 div.product .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 0 0 10px;
}
.single-product.woocommerce-single-style-2 div.product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product.woocommerce-single-style-3 div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  display: block;
}

.single-product #reviews .commentlist li .comment_container {
  box-shadow: none;
  border-color: #e9ecef;
}

.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: right;
  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:hover,
.remodal .remodal-close:focus {
  color: #fff;
}

/** Single Product Start : Style 1 */
.woocommerce-single-style-1 div.product a.reset_variations {
  display: inline-block;
  margin-top: 1.3em;
  line-height: 40px;
  padding-bottom: 0;
}

/** Single Product End : Style 1 */
/** Single Product Start : Style 2 */
.woocommerce-single-style-2 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  left: 15px;
}

.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs li {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-single-style-2 div.product > .onsale {
  right: 160px;
}

/** Single Product End : Style 2 */
/** Single Product Start : Style 3 */
.woocommerce-single-style-3 .product a.reset_variations {
  display: inline-block;
  margin-top: 1.3em;
  line-height: 40px;
  padding-bottom: 0;
}

.woocommerce-single-style-3 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  left: 140px;
}

.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs li {
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-single-style-3 div.product > .onsale {
  right: 30px;
}

/** Single Product End : Style 3 */
/** Single Product Start : Style 4 */
.woocommerce-single-style-4 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}

/** Single Product End : Style 4 */
/** Single Product Start : Style 5 */
/** Single Product End : Style 5 */
.osf-wrap-swatches {
  transition: all 0.35s ease-in-out;
}
.osf-wrap-swatches .swatch {
  cursor: pointer;
  position: relative;
  margin-left: 5px;
}
.osf-wrap-swatches .swatch-color {
  height: 15px;
  width: 15px;
  font-size: 0px;
  font-size: 0rem;
  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 {
  height: 20px;
  width: 20px;
  font-size: 0px;
  font-size: 0rem;
  display: inline-block;
  border-radius: 50%;
}
.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;
  right: 0;
  left: 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);
  right: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.product-swatch-loading .product-img-wrap:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.widget.WOOF_Widget,
.widget.widget-woof {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget .woof_products_top_panel {
  padding: 0 15px;
  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-right: 0 !important;
}

.widget .woof_list li {
  margin: -1px 0 0 0 !important;
  border: none;
}

.widget .woof_list_label li {
  border: none !important;
  position: relative;
}
.widget .woof_list_label li .woof_label_count {
  left: 0;
}
.widget .woof_list_label li .woof_label_term {
  width: auto;
  height: auto;
  border: none;
  line-height: 1.5;
  background: #e9ecef;
  border: none;
  font-size: 12px;
  padding: 6px 10px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.widget .woof_list_label li .woof_label_term:hover,
.widget .woof_list_label li .woof_label_term.checked {
  background-color: #000;
  color: #fff;
}

.widget ul.woof_list_color li {
  border: none !important;
  margin-left: 10px !important;
}

.widget .woof_list_checkbox input[type="checkbox"] {
  display: none;
}
.widget .woof_list_checkbox input[type="checkbox"] + label {
  padding-right: 30px;
  position: relative;
}
.widget .woof_list_checkbox input[type="checkbox"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.widget .woof_list_checkbox input[type="checkbox"] + label:after {
  content: "\f00c";
  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;
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  display: none;
}
.widget .woof_list_checkbox input[type="checkbox"]:checked + label {
  font-weight: bold;
}
.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-right: 30px;
  position: relative;
}
.widget .woof_list_radio input[type="radio"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.widget .woof_list_radio input[type="radio"] + label:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  background-color: #000;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: none;
}
.widget .woof_list_radio input[type="radio"]:checked + label {
  font-weight: bold;
}
.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-width: 1px;
  opacity: 0.5;
}
.widget .woof_color_term.checked {
  opacity: 1;
}

.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
 */
#secondary section.widget {
  border-color: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
}
#secondary section.widget a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #313131;
}
#secondary section.widget a:hover {
  color: #e68b0c;
}
#secondary section.widget .current-cat > a {
  color: #e68b0c;
}

.widget_product_categories ul,
.widget_rating_filter ul,
.woocommerce-widget-layered-nav ul,
.widget_product_brands ul {
  margin: 0;
  padding-left: 2rem;
}
.widget_product_categories ul li a,
.widget_rating_filter ul li a,
.woocommerce-widget-layered-nav ul li a,
.widget_product_brands ul li a {
  position: relative;
}
.widget_product_categories ul li a:before,
.widget_rating_filter ul li a:before,
.woocommerce-widget-layered-nav ul li a:before,
.widget_product_brands ul li a:before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border-color: #cdcdcd;
  display: none;
}
.widget_product_categories ul li a:hover:before,
.widget_rating_filter ul li a:hover:before,
.woocommerce-widget-layered-nav ul li a:hover:before,
.widget_product_brands ul li a:hover:before {
  border-color: #222;
}
.widget_product_categories ul li.chosen a:before,
.widget_rating_filter ul li.chosen a:before,
.woocommerce-widget-layered-nav ul li.chosen a:before,
.widget_product_brands ul li.chosen a:before {
  border-color: #222;
  background-color: #222;
}

.widget_product_brands input[type="text"] {
  margin-top: 18px;
  margin-bottom: 15px;
  display: none;
}

.osf-active-filters {
  margin-bottom: 2rem;
}
.osf-active-filters li {
  display: inline-block;
  margin-left: 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";
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  top: -6px;
  right: -6px;
}
.osf-active-filters li a:hover:before {
  color: #ff4a5d;
}
.osf-active-filters .widget_layered_nav_filters {
  display: inline-block;
  margin-right: 10px;
}
.osf-active-filters .osf_active_filters_label {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  display: none;
}
.osf-active-filters .clear-all {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 10px;
}
.osf-active-filters div + .osf_active_filters_label {
  display: inline-block;
  float: right;
  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:before {
  display: none;
}

.woocommerce-widget-layered-nav ul li a.osf-label-type:before,
.woocommerce-widget-layered-nav ul li a.osf-label-type:after {
  display: none;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  transform: rotate(45deg);
  width: 9px;
  height: 6px;
  border-style: solid;
  border-color: #fff !important;
  border-width: 0 1px 1px 0;
  display: block;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-label {
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
  color: #222;
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
  border-color: #e68b0c;
  background-color: #e68b0c;
  color: #fff !important;
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type:after {
  display: none;
}

.woocommerce-widget-layered-nav ul.two_columns {
  columns: 2;
}

.woocommerce-widget-layered-nav ul.inline {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-widget-layered-nav ul.inline li {
  margin: 5px 0 5px 10px;
  padding: 0;
}

.woocommerce-widget-layered-nav .osf-color-type .color-label {
  height: 40px;
  width: 40px;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce-widget-layered-nav .osf-color-type .color-name {
  line-height: 30px;
  display: none;
}

.woocommerce-widget-layered-nav .osf-color-type .color-count {
  color: #777;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-block;
  margin-right: auto;
  display: none;
}

.woocommerce-widget-layered-nav .osf-color-type:hover .color-label {
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
  color: #222;
}

.woocommerce-widget-layered-nav .osf-label-type {
  padding: 0 5px;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.woocommerce-widget-layered-nav .osf-label-type:hover {
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.product_list_widget,
.woocommerce-product-list {
  list-style: none;
  margin-right: 0;
}
.product_list_widget li,
.woocommerce-product-list li {
  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:before,
.product_list_widget li:after,
.woocommerce-product-list li:before,
.woocommerce-product-list li:after {
  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: 1em 0;
  display: flex;
  width: 100%;
}
.product_list_widget li img,
.woocommerce-product-list li img {
  width: 100%;
  float: right;
}
.product_list_widget li img.wp-post-image,
.woocommerce-product-list li img.wp-post-image {
  max-width: 4.2358em;
}
.product_list_widget li .product-thumbnail,
.woocommerce-product-list li .product-thumbnail {
  margin-left: 20px;
  max-width: 50%;
  width: auto;
}
.product_list_widget li .product-content,
.woocommerce-product-list li .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.5em 0;
}
.product_list_widget li .product-title,
.woocommerce-product-list li .product-title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}
.product_list_widget li .product-title + .product-price,
.woocommerce-product-list li .product-title + .product-price {
  margin-top: 0px;
}
.product_list_widget li .product-price,
.woocommerce-product-list li .product-price {
  margin-top: 0.875em;
}
.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 {
  margin-bottom: 10px;
}
.product_list_widget li .star-rating + .product-price,
.woocommerce-product-list li .star-rating + .product-price {
  margin-top: 0px;
}
.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-weight: 700;
  color: #ff4a5d;
}
.product_list_widget ins,
.woocommerce-product-list ins {
  background: transparent;
  float: right;
  margin-left: 10px;
}
.product_list_widget ins .amount,
.woocommerce-product-list ins .amount {
  color: #ff4a5d;
}
.product_list_widget del,
.woocommerce-product-list del {
  opacity: 0.4;
}
.product_list_widget del .amount,
.woocommerce-product-list del .amount {
  color: #000;
}

.woocommerce-product-list.boxed li {
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

.woocommerce-product-list.boxed .product-content {
  padding: 1.5em 0;
}

.woocommerce-product-list.boxed .product-excerpt {
  order: 5;
}

.woocommerce-product-list.boxed .star-rating {
  margin-top: 0.8em;
  margin-bottom: 0;
  order: 4;
}

.woocommerce-product-list.boxed .product-price {
  margin-top: 1em;
}

.woocommerce-product-list.skin-line-bottom li {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-product-list.skin-line-bottom li .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-product-list.skin-line-bottom .product-content {
  padding: 0;
  justify-content: space-between;
}
.woocommerce-product-list.skin-line-bottom .product-content > * {
  margin: 0;
}

.woocommerce-product-list.skin-border-box li {
  margin-bottom: 20px;
}

.woocommerce-product-list.skin-line-right .posted_in {
  order: -1;
  margin-bottom: 5px;
  margin-top: 10px;
}

.woocommerce-product-list.skin-line-right .product-content {
  padding-left: 10px;
}

.woocommerce-product-list.skin-line-right .product-price {
  margin-top: 0;
}

.woocommerce-product-list.skin-line-right li {
  padding: 20px 0 !important;
}
.woocommerce-product-list.skin-line-right li .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-product-list.skin-line-right li .inner {
    border: none;
  }
}

@media (max-width: 767px) {
  .woocommerce-product-list.big-typo li .inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .woocommerce-product-list.big-typo .product-thumbnail {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
}

.woocommerce-product-list.big-typo .product-title {
  margin-top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1em;
}

.woocommerce-product-list.big-typo .product-excerpt {
  margin-top: 1.7em;
  line-height: 30px;
}

.woocommerce-product-list.big-typo .product-content {
  padding: 1.5em 0 1.5em 30px;
}
@media (max-width: 767px) {
  .woocommerce-product-list.big-typo .product-content {
    padding: 1em 10px;
  }
}

.woocommerce-product-list li {
  border: none;
  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;
}

.columns-1 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

.columns-1 .woocommerce-product-list.skin-line-right li:nth-child(1n) .inner {
  border: none;
}

.columns-2 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

@media (min-width: 768px) {
  .columns-2 .woocommerce-product-list.skin-line-bottom li:nth-child(2) .inner {
    border: none;
  }
}

.columns-2 .woocommerce-product-list.skin-line-right li:nth-child(2n) .inner {
  border: none;
}

.columns-3 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

@media (min-width: 768px) {
  .columns-3 .woocommerce-product-list.skin-line-bottom li:nth-child(2) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-3 .woocommerce-product-list.skin-line-bottom li:nth-child(3) .inner {
    border: none;
  }
}

.columns-3 .woocommerce-product-list.skin-line-right li:nth-child(3n) .inner {
  border: none;
}

.columns-4 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

@media (min-width: 768px) {
  .columns-4 .woocommerce-product-list.skin-line-bottom li:nth-child(2) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-4 .woocommerce-product-list.skin-line-bottom li:nth-child(3) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-4 .woocommerce-product-list.skin-line-bottom li:nth-child(4) .inner {
    border: none;
  }
}

.columns-4 .woocommerce-product-list.skin-line-right li:nth-child(4n) .inner {
  border: none;
}

.columns-5 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

@media (min-width: 768px) {
  .columns-5 .woocommerce-product-list.skin-line-bottom li:nth-child(2) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-5 .woocommerce-product-list.skin-line-bottom li:nth-child(3) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-5 .woocommerce-product-list.skin-line-bottom li:nth-child(4) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-5 .woocommerce-product-list.skin-line-bottom li:nth-child(5) .inner {
    border: none;
  }
}

.columns-5 .woocommerce-product-list.skin-line-right li:nth-child(5n) .inner {
  border: none;
}

.columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(1) .inner {
  border: none;
}

@media (min-width: 768px) {
  .columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(2) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(3) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(4) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(5) .inner {
    border: none;
  }
}

@media (min-width: 768px) {
  .columns-6 .woocommerce-product-list.skin-line-bottom li:nth-child(6) .inner {
    border: none;
  }
}

.columns-6 .woocommerce-product-list.skin-line-right li:nth-child(6n) .inner {
  border: none;
}

.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-left: 15px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 0.6em;
  left: 0;
  opacity: 1;
}

.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  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: 12px;
  font-weight: 700;
  color: #b8b8b8;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount input[type="text"] {
  display: none;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  opacity: 1;
  top: -6px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-right: -14px;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  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;
  background: #2c2d33;
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-right-radius: 1em;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 2em;
}

.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  right: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  left: -1px;
}

.widget_product_search form input[type="submit"] {
  display: none;
}

.search-form-wapper .search-form,
.search-form-wapper .input-group,
.search-form-wapper .input-group-btn {
  border-radius: inherit !important;
}

.search-form-wapper .search-submit {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}

.search-form-wapper input[type="search"] {
  border-top-right-radius: inherit !important;
  border-bottom-right-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 input[type="search"] {
  border-radius: inherit !important;
  border: none;
}

.opal-style-1.search-form-wapper .search-submit {
  border-radius: inherit !important;
  background: transparent;
  padding-right: 25px;
  padding-left: 20px;
  border: none;
}

.opal-style-1.search-form-wapper.button_left .input-group-btn {
  right: 0;
  left: auto;
}

.opal-style-1.search-form-wapper.button_left input[type="search"] {
  padding-right: 55px;
  padding-left: 15px;
}

.opal-style-1.search-form-wapper.button_right .input-group-btn {
  left: 0;
  right: auto;
}

.opal-style-1.search-form-wapper.button_right input[type="search"] {
  padding-left: 55px;
  padding-right: 15px;
}

.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp,
.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  background-color: transparent;
}

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none;
}

#yith-quick-view-content.single-product div.product {
  padding-bottom: 0;
  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 {
  right: 35px;
  top: 55px;
}

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 15px;
}

.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-left: 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 .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: right;
  padding-left: 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;
}

.otf-product-recently-review {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .otf-product-recently-review {
    display: none;
  }
}
.otf-product-recently-review .otf-woocommerce-recently-viewed {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 17px 14px 45px;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0 0 0 75px;
  position: relative;
  background-color: #f4f5f5;
  cursor: pointer;
  z-index: 999;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed:after {
  content: "\f078";
  display: inline-block;
  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;
  position: absolute;
  left: 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;
  right: 0;
  left: 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-left: 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-right: -1.387rem;
  margin-left: -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 1.41575em;
  margin-right: -99em;
  margin-left: -99em;
  margin-bottom: 4.2358em;
}

@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-right: -2.618rem;
    margin-left: -2.618rem;
    padding-right: 2.618rem;
    padding-left: 2.618rem;
  }
}

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  right: 50%;
  margin: -25px -25px auto auto;
  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-right-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 30px auto;
  margin: 10px auto;
}

body.opal-filter-loading #content {
  opacity: 0.76;
}
body.opal-filter-loading #content * {
  pointer-events: none;
}

@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;
    right: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    background-color: #262626;
  }
  .handheld-footer-bar .columns-2 {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    min-height: 65px;
    color: #f3f3f3;
    position: relative;
  }
  .handheld-footer-bar .columns-2 li {
    flex: 1 1 0;
    text-align: center;
  }
  .handheld-footer-bar .columns-2 a {
    color: #f3f3f3;
  }
  .handheld-footer-bar .columns-2 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;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    cursor: pointer;
  }
  .handheld-footer-bar .columns-2:before {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    height: 65px;
    width: 1px;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    content: "";
  }
  .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: 0px;
    font-size: 34px;
  }
  .handheld-footer-bar .cart .footer-cart-contents {
    position: relative;
    display: inline-block;
    min-height: 15px;
  }
  .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;
    right: 18px;
    border-radius: 100%;
    border: 1px solid #262626;
    color: #262626;
  }
}

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product:not(.osf-product-list) {
  overflow: visible;
  margin-bottom: 0;
}
.product-style-1 li.product:not(.osf-product-list) .product-block {
  padding-bottom: 0;
  transition: all ease 0.35s;
}
.product-style-1 li.product:not(.osf-product-list) h2,
.product-style-1 li.product:not(.osf-product-list) h3,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 0.5em;
}
.product-style-1 li.product:not(.osf-product-list) h2 a,
.product-style-1 li.product:not(.osf-product-list) h3 a,
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title a {
  position: relative;
  border-bottom: 1px solid;
}
.product-style-1 li.product:not(.osf-product-list) h2 a:not(:hover),
.product-style-1 li.product:not(.osf-product-list) h3 a:not(:hover),
.product-style-1 li.product:not(.osf-product-list) .woocommerce-loop-product__title a:not(:hover) {
  border-color: transparent;
}
.product-style-1 li.product:not(.osf-product-list) .shop-action {
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.product-style-1 li.product:not(.osf-product-list) .shop-action .yith-wcqv-button,
.product-style-1 li.product:not(.osf-product-list) .shop-action .yith-wcwl-add-to-wishlist,
.product-style-1 li.product:not(.osf-product-list) .shop-action .compare-button {
  transform: translateX(-100%);
  transition: all ease 0.35s;
}
.product-style-1 li.product:not(.osf-product-list) .product-transition {
  margin-bottom: 0;
}
.product-style-1 li.product:not(.osf-product-list) .product-caption {
  top: 25px;
  left: 20px;
  width: 62px;
  opacity: 0;
  transition: all ease 0.35s;
}
.product-style-1 li.product:not(.osf-product-list) .price {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  transition: all ease 0.35s;
}
.product-style-1 li.product:not(.osf-product-list) a[class*="product_type_"] {
  font-size: 14px;
  line-height: 24px;
  transition: all ease 0.35s;
  font-weight: 700;
}
.product-style-1 li.product:not(.osf-product-list) .caption {
  padding-bottom: 35px;
  padding-top: 1.8em;
  transition: all ease 0.35s;
}
.product-style-1 li.product:not(.osf-product-list):hover {
  z-index: 9999;
}
.product-style-1 li.product:not(.osf-product-list):hover .woocommerce-loop-product__gallery {
  opacity: 1;
}
.product-style-1 li.product:not(.osf-product-list):hover .woocommerce-loop-product__gallery:before {
  transform: translateY(0);
}
.product-style-1 li.product:not(.osf-product-list):hover .woocommerce-loop-product__gallery .gallery_item {
  transform: scale(1);
}
.product-style-1 li.product:not(.osf-product-list):hover a[class*="product_type_"] {
  transform: translateY(-25px);
  display: inline-block;
}
.product-style-1 li.product:not(.osf-product-list):hover .price {
  transform: translateY(-25px);
  pointer-events: none;
}
.product-style-1 li.product:not(.osf-product-list):hover .product-caption {
  opacity: 1;
}
.product-style-1 li.product:not(.osf-product-list):hover .shop-action .yith-wcqv-button,
.product-style-1 li.product:not(.osf-product-list):hover .shop-action .yith-wcwl-add-to-wishlist,
.product-style-1 li.product:not(.osf-product-list):hover .shop-action .compare-button {
  transform: translateX(0);
}

.woocommerce-carousel .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce-carousel .product-block:before {
  content: none !important;
}

/** Product Animation End : Style 1 */
/* endinject */
/* ===== End Woocommerce ===== */

/*# sourceMappingURL=to.css.map */

.mp-menu {
  position: fixed;
  /* we can't use fixed here :( */
  top: 0;
  right: 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;
  text-align: left;
}

.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);
}