@charset "UTF-8";
/*
Theme Name: Mixmart
Theme URI: http://demo2.wpopal.com/mixmart/
Author: Opal Team
Author URI: https://www.wpopal.com/
Description: Mixmart is a handmade shop WordPress Woocommerce theme. You can use it to sell products furniture, clothes, handmade things. with Mixmart you will get a number of benefits like regular updates, quality guarantee. Come with 05+ homepages, showcased below for furniture and interior company, all of the layouts are different, creative, appealing and up-to-date.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: handmade, handcrafted goods, handmade shop, handmade store, handicraft, handcrafts, crafts, e-commerce, woocommerce, craftsman, craft products, elementor, responsive, design products, artisan
Text Domain: mixmart

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
    5.1 Page Title
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
   12.1 Off Canvas
   12.2 Pagination
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Modal
    17.1 Modal User
18.0 SVGs Fallbacks
19.0 Colors
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/


.main-navigation.navigation-dark .top-menu > li > a {
  color: #cccccc; }
  .main-navigation.navigation-dark .top-menu > li > a a:not(:hover) {
    color: #cccccc; }

@keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes opal-loading {
  100% {
    -webkit-transform: rotate(360deg); } }

/* ===== 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
 * -------------------------- */

.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-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

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

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .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;
  left: 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; }

[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, .title-with-icon:before, .owl-theme.owl-carousel .owl-nav [class*='owl-']:before,
.owl-theme .products .owl-nav [class*='owl-']:before, .elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before, .elementor-menu-toggle i:before, .elementor-menu-toggle.elementor-active i:before, .elementor-widget-opal-search-form .fa-search:before, .filter-toggle .filter-icon, .woocommerce-cart .cart-empty:before, .wishlist-empty:before, .woocommerce-MyAccount-navigation ul li a:before, .shop-action a[class*="product_type_"]:before, .shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before,
.shop-action .compare:before, .product-transition .yith-wcwl-add-to-wishlist > div > a:before, .single-product div.product .entry-summary .compare:before, .single-product .single_add_to_cart_button:before,
.single-product .single_add_to_cart_button.disabled[type="submit"]:before, .woocommerce-single-style-3.single-product .flex-direction-nav .flex-prev:before,
.woocommerce-single-style-3.single-product .flex-direction-nav .flex-next:before, .handheld-footer-bar .cart .footer-cart-contents:before, .handheld-footer-bar .my-account .my-accrount-footer:before, .handheld-footer-bar .search .search-footer:before {
  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-admin:before {
  content: ""; }

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

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

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

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

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

.opal-icon-cart:before, .shop-action a[class*="product_type_"]:before, .single-product .single_add_to_cart_button:before,
.single-product .single_add_to_cart_button.disabled[type="submit"]:before, .handheld-footer-bar .cart .footer-cart-contents:before {
  content: ""; }

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

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

.opal-icon-chevron-left:before, .owl-theme.owl-carousel .owl-nav .owl-prev[class*='owl-']:before,
.owl-theme .products .owl-nav .owl-prev[class*='owl-']:before, .woocommerce-single-style-3.single-product .flex-direction-nav .flex-prev:before {
  content: ""; }

.opal-icon-chevron-right:before, .owl-theme.owl-carousel .owl-nav .owl-next[class*='owl-']:before,
.owl-theme .products .owl-nav .owl-next[class*='owl-']:before, .elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before,
.woocommerce-single-style-3.single-product .flex-direction-nav .flex-next:before {
  content: ""; }

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

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

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

.opal-icon-close:before, .elementor-menu-toggle.elementor-active i:before, .filter-toggle.active .filter-icon:before {
  content: ""; }

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

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

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

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

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

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

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

.opal-icon-envelope:before {
  content: ""; }

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

.opal-icon-filter:before, .filter-toggle .filter-icon:before {
  content: ""; }

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

.opal-icon-hand-holding-usd:before {
  content: ""; }

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

.opal-icon-left-2:before {
  content: ""; }

.opal-icon-located:before {
  content: ""; }

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

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

.opal-icon-map-marked-alt:before {
  content: ""; }

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

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

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

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

.opal-icon-money-check-alt:before {
  content: ""; }

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

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

.opal-icon-no-favorites:before, .wishlist-empty:before {
  content: ""; }

.opal-icon-other:before {
  content: ""; }

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

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

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

.opal-icon-plane-departure:before {
  content: ""; }

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

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

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

.opal-icon-preview:before, .shop-action .yith-wcqv-button:before {
  content: ""; }

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

.opal-icon-quote:before {
  content: ""; }

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

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

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

.opal-icon-salad:before {
  content: ""; }

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

.opal-icon-search:before, .elementor-widget-opal-search-form .fa-search:before, .handheld-footer-bar .search .search-footer:before {
  content: ""; }

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

.opal-icon-share-alt:before {
  content: ""; }

.opal-icon-shipping-fast:before {
  content: ""; }

.opal-icon-shoes:before {
  content: ""; }

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

.opal-icon-shopping-basket:before {
  content: ""; }

.opal-icon-short:before {
  content: ""; }

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

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

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

.opal-icon-snapback:before {
  content: ""; }

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

.opal-icon-stream:before, .elementor-menu-toggle i:before {
  content: ""; }

.opal-icon-support-2:before {
  content: ""; }

.opal-icon-t-shirt:before {
  content: ""; }

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

.opal-icon-target:before {
  content: ""; }

.opal-icon-top:before {
  content: ""; }

.opal-icon-trophy-2:before {
  content: ""; }

.opal-icon-truck:before {
  content: ""; }

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

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

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

.opal-icon-website:before {
  content: ""; }

.opal-icon-wishlist-fill:before, .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, .product-transition .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before, .product-transition .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse a:before {
  content: ""; }

.opal-icon-wishlist:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:before, .product-transition .yith-wcwl-add-to-wishlist > div > a: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: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif;
  line-height: 1.875;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: hidden; }

article, aside, footer, header, nav, section {
  display: block; }

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] {
  border-bottom: 1px dotted;
  text-decoration: none;
  border-bottom-color: #eeeeee; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: 500; }

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

mark {
  color: #000;
  background-color: #eeeeee; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1.875;
  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 {
  border: 1px solid;
  border-color: #bbb;
  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%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template, [hidden] {
  display: none; }

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

/* ===== Start Boostrap ===== */
/* ===== Start Gutter: Column ===== */
.container, #content, ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .otf-product-recently-content .widget_recently_viewed_products, .container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

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

/* ===== End Grid: Container ===== */
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

/* ===== Start Grid: Row ===== */
.row, body.opal-default-content-layout-2cr #content .wrap, body.opal-content-layout-2cl #content .wrap, body.opal-content-layout-2cr #content .wrap, [data-opal-columns], .site-footer .widget-area, .comment-form, .widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery, [data-elementor-columns], .single-portfolio-summary .single-portfolio-summary-inner, .woocommerce-cart .woocommerce, .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-MyAccount-content form[class^="woocommerce-"], .woocommerce-columns--addresses, form.track_order, .woocommerce-account .woocommerce, .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-Addresses, .woocommerce-address-fields__field-wrapper, ul.products, .osf-sorting, .single-product div.product, .woocommerce-single-style-2.single-product div.product .images figure {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

/* ===== End Grid: Row ===== */
.no-gutters, .widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .widget .gallery > .col, .elementor-element .gallery > .col, .entry-gallery .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, .entry-gallery body .gallery > #secondary, body .entry-gallery .gallery > #secondary, .single body .gallery > #secondary, body .single .gallery > #secondary, body.opal-default-content-layout-2cr .no-gutters > #primary, .widget body.opal-default-content-layout-2cr .gallery > #primary, body.opal-default-content-layout-2cr .widget .gallery > #primary, .elementor-element body.opal-default-content-layout-2cr .gallery > #primary, body.opal-default-content-layout-2cr .elementor-element .gallery > #primary, .entry-gallery body.opal-default-content-layout-2cr .gallery > #primary, body.opal-default-content-layout-2cr .entry-gallery .gallery > #primary, .single body.opal-default-content-layout-2cr .gallery > #primary, body.opal-default-content-layout-2cr .single .gallery > #primary, body.opal-content-layout-2cl .no-gutters > #primary, .widget body.opal-content-layout-2cl .gallery > #primary, body.opal-content-layout-2cl .widget .gallery > #primary, .elementor-element body.opal-content-layout-2cl .gallery > #primary, body.opal-content-layout-2cl .elementor-element .gallery > #primary, .entry-gallery body.opal-content-layout-2cl .gallery > #primary, body.opal-content-layout-2cl .entry-gallery .gallery > #primary, .single body.opal-content-layout-2cl .gallery > #primary, body.opal-content-layout-2cl .single .gallery > #primary, body.opal-content-layout-2cr .no-gutters > #primary, .widget body.opal-content-layout-2cr .gallery > #primary, body.opal-content-layout-2cr .widget .gallery > #primary, .elementor-element body.opal-content-layout-2cr .gallery > #primary, body.opal-content-layout-2cr .elementor-element .gallery > #primary, .entry-gallery body.opal-content-layout-2cr .gallery > #primary, body.opal-content-layout-2cr .entry-gallery .gallery > #primary, .single body.opal-content-layout-2cr .gallery > #primary, body.opal-content-layout-2cr .single .gallery > #primary, form.track_order .no-gutters > p.form-row-first, .widget form.track_order .gallery > p.form-row-first, form.track_order .widget .gallery > p.form-row-first, .elementor-element form.track_order .gallery > p.form-row-first, form.track_order .elementor-element .gallery > p.form-row-first, .entry-gallery form.track_order .gallery > p.form-row-first, form.track_order .entry-gallery .gallery > p.form-row-first, .single form.track_order .gallery > p.form-row-first, form.track_order .single .gallery > p.form-row-first, form.track_order .no-gutters > p.form-row-last, .widget form.track_order .gallery > p.form-row-last, form.track_order .widget .gallery > p.form-row-last, .elementor-element form.track_order .gallery > p.form-row-last, form.track_order .elementor-element .gallery > p.form-row-last, .entry-gallery form.track_order .gallery > p.form-row-last, form.track_order .entry-gallery .gallery > p.form-row-last, .single form.track_order .gallery > p.form-row-last, form.track_order .single .gallery > p.form-row-last, .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, .entry-gallery .columns-5 ul.products .gallery > li.product, .columns-5 ul.products .entry-gallery .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,
  .entry-gallery .columns-5 ul.products.gallery > li, .columns-5 .entry-gallery ul.products.gallery > li,
  .single .columns-5 ul.products.gallery > li, .columns-5 .single ul.products.gallery > li,
  .no-gutters > [class*="col-"],
  .widget .gallery > [class*="col-"],
  .elementor-element .gallery > [class*="col-"],
  .entry-gallery .gallery > [class*="col-"],
  .single .gallery > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* ===== Start Grid: Column ===== */
.col-1, .col-2, [data-elementor-columns-mobile="6"] .column-item, .woocommerce.columns-mobile-6 ul.products li.product,
.woocommerce.columns-mobile-6 ul.products > li, .col-3, [data-elementor-columns-mobile="4"] .column-item, .woocommerce.columns-mobile-4 ul.products li.product,
.woocommerce.columns-mobile-4 ul.products > li, .col-4, [data-elementor-columns-mobile="3"] .column-item, .woocommerce.columns-mobile-3 ul.products li.product,
.woocommerce.columns-mobile-3 ul.products > li, .col-5, .col-6, [data-elementor-columns-mobile="2"] .column-item, .woocommerce.columns-mobile-2 ul.products li.product,
.woocommerce.columns-mobile-2 ul.products > li, .single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .related-posts .column-item, .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, .comment-form > *, .comment-form > .comment-form-rating, .widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item, [data-elementor-columns-mobile="1"] .column-item, .single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title, .single-portfolio-summary .single-portfolio-summary-meta, .single-portfolio-summary .single-portfolio-summary-content, .single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta, .single-product div.product .single-portfolio-summary.entry-summary .single-portfolio-summary-meta, .woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary .single-portfolio-summary-meta,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.single-product div.product .single-portfolio-summary.entry-summary .single-portfolio-summary-content,
.woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary .single-portfolio-summary-content, .elementor-single-product .single-product div.product .entry-summary, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .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'], .woocommerce-Addresses .woocommerce-Address, .columns-1 ul.products li.product,
.columns-1 ul.products > li, .woocommerce.columns-mobile-1 ul.products li.product,
.woocommerce.columns-mobile-1 ul.products > li, .col, body #secondary, body.opal-default-content-layout-2cr #primary, body.opal-content-layout-2cl #primary, body.opal-content-layout-2cr #primary, form.track_order p.form-row-first, form.track_order p.form-row-last, .columns-5 ul.products li.product,
.columns-5 ul.products > li,
.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,
.entry-gallery .gallery-columns-6 .gallery-item,
.single .gallery-columns-6 .gallery-item, .col-sm-5, .col-sm-6, [data-opal-columns="2"] .column-item, .opal-archive-style-2 .column-item,
.opal-archive-style-5 .column-item,
.opal-archive-style-4 .column-item,
.opal-archive-style-3 .column-item, .comment-form .comment-form-email,
.comment-form .comment-form-author, .widget .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.single .gallery-columns-2 .gallery-item, .widget .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.single .gallery-columns-3 .gallery-item, .widget .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.single .gallery-columns-4 .gallery-item, .elementor-timeline-view-vertical .timeline-thumbnail, .elementor-timeline-view-vertical .timeline-content, .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, .opal-archive-style-2.opal-content-layout-2cr .column-item,
.opal-archive-style-5.opal-content-layout-2cr .column-item,
.opal-archive-style-4.opal-content-layout-2cr .column-item,
.opal-archive-style-3.opal-content-layout-2cr .column-item, .entry-summary .comment-form .comment-form-email, .entry-summary .comment-form .comment-form-author, .comment-form .comment-form-url, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container, .cart-collaterals .cross-sells, .woocommerce-columns--addresses .woocommerce-column, .woocommerce-account .woocommerce .u-columns [class^="u-column"], .woocommerce-account .woocommerce-ResetPassword, .woocommerce-address-fields__field-wrapper .form-row, .woocommerce-product-carousel ul.products li.product, .osf-sorting .woocommerce-message, .osf-sorting .woocommerce-notice, .woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image, .woocommerce-single-style-7.single-product div.product .entry-summary, .woocommerce-single-style-7.single-product div.product .images, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, [data-elementor-columns-tablet="6"] .column-item, .woocommerce.columns-tablet-6 ul.products li.product,
.woocommerce.columns-tablet-6 ul.products > li, .col-md-3, [data-elementor-columns-tablet="4"] .column-item, .woocommerce.columns-tablet-4 ul.products li.product,
.woocommerce.columns-tablet-4 ul.products > li, .col-md-4, [data-elementor-columns-tablet="3"] .column-item, .woocommerce.columns-tablet-3 ul.products li.product,
.woocommerce.columns-tablet-3 ul.products > li, .woocommerce-single-style-3.single-product div.product .entry-summary, .col-md-5, .col-md-6, [data-elementor-columns-tablet="2"] .column-item, .woocommerce.columns-tablet-2 ul.products li.product,
.woocommerce.columns-tablet-2 ul.products > li, .woocommerce-single-style-6.single-product div.product .entry-summary, .woocommerce-single-style-6.single-product div.product .images, .col-md-7, .col-md-8, .woocommerce-single-style-3.single-product div.product .images, .col-md-9, .col-md-10, .col-md-11, .col-md-12, [data-elementor-columns-tablet="1"] .column-item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-ResetPassword.lost_reset_password, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce.columns-tablet-1 ul.products li.product,
.woocommerce.columns-tablet-1 ul.products > li, .single-product div.product .entry-summary, .single-product div.product .images, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart,
.woocommerce-single-style-4.single-product .site-main > .product .entry-summary, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-product-gallery, .woocommerce-single-style-5.single-product div.product .woocommerce-product-gallery, .woocommerce-single-style-5.single-product div.product .entry-summary, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, [data-elementor-columns="6"] .column-item, .woocommerce.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products > li, .col-lg-3, [data-elementor-columns="4"] .column-item, .woocommerce.columns-4 ul.products li.product,
.woocommerce.columns-4 ul.products > li, .col-lg-4, [data-elementor-columns="3"] .column-item, .woocommerce.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products > li, .woocommerce-single-style-2.single-product div.product .entry-summary, .col-lg-5, .col-lg-6, [data-elementor-columns="2"] .column-item, .woocommerce.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products > li, .col-lg-7, .col-lg-8, .woocommerce-single-style-2.single-product div.product .images, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, [data-elementor-columns="1"] .column-item, .cart-collaterals, .woocommerce.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products > li, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .woocommerce-single-style-5.single-product div.product .best-selling, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }

/* ===== End Grid: Column ===== */
.col, body #secondary, body.opal-default-content-layout-2cr #primary, body.opal-content-layout-2cl #primary, body.opal-content-layout-2cr #primary, form.track_order p.form-row-first, form.track_order p.form-row-last, .columns-5 ul.products li.product,
.columns-5 ul.products > li {
  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, .woocommerce.columns-mobile-6 ul.products li.product,
.woocommerce.columns-mobile-6 ul.products > li {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

.col-6, [data-elementor-columns-mobile="2"] .column-item, .woocommerce.columns-mobile-2 ul.products li.product,
.woocommerce.columns-mobile-2 ul.products > li, .single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .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, .related-posts .column-item, .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, .comment-form > *, .comment-form > .comment-form-rating, .widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item, [data-elementor-columns-mobile="1"] .column-item, .single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title, .single-portfolio-summary .single-portfolio-summary-meta, .single-portfolio-summary .single-portfolio-summary-content, .single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta, .single-product div.product .single-portfolio-summary.entry-summary .single-portfolio-summary-meta, .woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary .single-portfolio-summary-meta,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.single-product div.product .single-portfolio-summary.entry-summary .single-portfolio-summary-content,
.woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary .single-portfolio-summary-content, .elementor-single-product .single-product div.product .entry-summary, .woocommerce-cart .cart-empty, .woocommerce-cart .return-to-shop, .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'], .woocommerce-Addresses .woocommerce-Address, .columns-1 ul.products li.product,
.columns-1 ul.products > li, .woocommerce.columns-mobile-1 ul.products li.product,
.woocommerce.columns-mobile-1 ul.products > li {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1, [data-opal-columns="12"] .column-item {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2, [data-opal-columns="6"] .column-item, [data-elementor-columns-mobile="6"] .column-item, .columns-6 ul.products li.product,
  .columns-6 ul.products > li, .woocommerce.columns-mobile-6 ul.products li.product,
  .woocommerce.columns-mobile-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, .woocommerce.columns-mobile-4 ul.products li.product,
  .woocommerce.columns-mobile-4 ul.products > li {
    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,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item, [data-elementor-columns-mobile="3"] .column-item, .woocommerce.columns-mobile-3 ul.products li.product,
  .woocommerce.columns-mobile-3 ul.products > li {
    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, .opal-archive-style-2 .column-item,
  .opal-archive-style-5 .column-item,
  .opal-archive-style-4 .column-item,
  .opal-archive-style-3 .column-item, .related-posts .column-item, .comment-form .comment-form-email,
  .comment-form .comment-form-author, .widget .gallery-columns-2 .gallery-item,
  .elementor-element .gallery-columns-2 .gallery-item,
  .entry-gallery .gallery-columns-2 .gallery-item,
  .single .gallery-columns-2 .gallery-item, .widget .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .single .gallery-columns-3 .gallery-item, .widget .gallery-columns-4 .gallery-item,
  .elementor-element .gallery-columns-4 .gallery-item,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item, [data-elementor-columns-mobile="2"] .column-item, .elementor-timeline-view-vertical .timeline-thumbnail, .elementor-timeline-view-vertical .timeline-content, .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, .woocommerce.columns-mobile-2 ul.products li.product,
  .woocommerce.columns-mobile-2 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, .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-5.opal-content-layout-2cr .column-item,
  .opal-archive-style-4.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item, .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, .entry-summary .comment-form .comment-form-email, .entry-summary .comment-form .comment-form-author, .comment-form .comment-form-url, [data-elementor-columns-mobile="1"] .column-item, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container, .cart-collaterals .cross-sells, .woocommerce-columns--addresses .woocommerce-column, .woocommerce-account .woocommerce .u-columns [class^="u-column"], .woocommerce-account .woocommerce-ResetPassword, .woocommerce-address-fields__field-wrapper .form-row, .woocommerce.columns-mobile-1 ul.products li.product,
  .woocommerce.columns-mobile-1 ul.products > li, .woocommerce-product-carousel ul.products li.product, .osf-sorting .woocommerce-message, .osf-sorting .woocommerce-notice, .woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image, .woocommerce-single-style-7.single-product div.product .entry-summary, .woocommerce-single-style-7.single-product div.product .images {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2, .widget .gallery-columns-6 .gallery-item,
  .elementor-element .gallery-columns-6 .gallery-item,
  .entry-gallery .gallery-columns-6 .gallery-item,
  .single .gallery-columns-6 .gallery-item, [data-elementor-columns-tablet="6"] .column-item, .woocommerce.columns-tablet-6 ul.products li.product,
  .woocommerce.columns-tablet-6 ul.products > li {
    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,
  .entry-gallery .gallery-columns-4 .gallery-item,
  .single .gallery-columns-4 .gallery-item, [data-elementor-columns-tablet="4"] .column-item, .woocommerce.columns-tablet-4 ul.products li.product,
  .woocommerce.columns-tablet-4 ul.products > li {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .opal-archive-style-2 .column-item,
  .opal-archive-style-5 .column-item,
  .opal-archive-style-4 .column-item,
  .opal-archive-style-3 .column-item, .related-posts .column-item, .widget .gallery-columns-3 .gallery-item,
  .elementor-element .gallery-columns-3 .gallery-item,
  .entry-gallery .gallery-columns-3 .gallery-item,
  .single .gallery-columns-3 .gallery-item, [data-elementor-columns-tablet="3"] .column-item, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion, .columns-3 ul.products li.product,
  .columns-3 ul.products > li, .woocommerce.columns-tablet-3 ul.products li.product,
  .woocommerce.columns-tablet-3 ul.products > li, .woocommerce-single-style-3.single-product div.product .entry-summary {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .opal-archive-style-2.opal-content-layout-2cr .column-item,
  .opal-archive-style-5.opal-content-layout-2cr .column-item,
  .opal-archive-style-4.opal-content-layout-2cr .column-item,
  .opal-archive-style-3.opal-content-layout-2cr .column-item, .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-tablet="2"] .column-item, .woocommerce-columns--addresses .woocommerce-column, .woocommerce-Addresses .woocommerce-Address, .woocommerce-address-fields__field-wrapper .form-row, .columns-4 ul.products li.product,
  .columns-4 ul.products > li, .woocommerce.columns-tablet-2 ul.products li.product,
  .woocommerce.columns-tablet-2 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, .woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image, .woocommerce-single-style-6.single-product div.product .entry-summary, .woocommerce-single-style-6.single-product div.product .images {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7, .cart-collaterals .cross-sells {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container, .woocommerce-single-style-3.single-product div.product .images {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12, [data-elementor-columns-tablet="1"] .column-item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-ResetPassword.lost_reset_password, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-ResetPassword, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce.columns-tablet-1 ul.products li.product,
  .woocommerce.columns-tablet-1 ul.products > li, .single-product div.product .entry-summary, .single-product div.product .images, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart,
  .woocommerce-single-style-4.single-product .site-main > .product .entry-summary, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-product-gallery, .woocommerce-single-style-5.single-product div.product .woocommerce-product-gallery, .woocommerce-single-style-5.single-product div.product .entry-summary, .woocommerce-single-style-7.single-product div.product .entry-summary, .woocommerce-single-style-7.single-product div.product .images {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart,
  .woocommerce-single-style-4.single-product .site-main > .product .entry-summary, .woocommerce-single-style-5.single-product div.product .best-selling {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4, .single-portfolio-summary .single-portfolio-summary-meta, .elementor-timeline-view-vertical .timeline-content, .cart-collaterals, .woocommerce-single-style-5.single-product div.product .entry-summary {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5, .woocommerce-single-style-5.single-product div.product .woocommerce-product-gallery {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-product-gallery {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8, .single-portfolio-summary .single-portfolio-summary-content {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

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

.d-block, .shop-action .yith-wcwl-add-to-wishlist > div > a, .shop-action .yith-wcwl-add-button .add_to_wishlist, .shop-action .compare, .shop-action .yith-wcqv-button, .product-transition .yith-wcwl-add-to-wishlist > div > a {
  display: block; }

.d-table {
  display: table; }

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

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

.d-flex, .pagination .nav-links, .woocommerce-pagination .nav-links,
.comments-pagination .nav-links, .woocommerce-account .woocommerce .u-columns {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

.flex-column, .modal-content {
  flex-direction: column; }

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

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

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

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

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

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

.justify-content-end, .modal-footer {
  justify-content: flex-end; }

.justify-content-center, .pagination .nav-links, .woocommerce-pagination .nav-links,
.comments-pagination .nav-links {
  justify-content: center; }

.justify-content-between, .modal-header, .timeline-item {
  justify-content: space-between; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-center, .timeline-item, .elementor-timeline-view-vertical .timeline-thumbnail, .elementor-timeline-view-vertical .timeline-content {
  align-self: center; }

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem; }

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

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

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

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

.m-2 {
  margin: 0.5rem; }

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

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

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

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

.m-3 {
  margin: 1rem; }

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

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

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

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

.m-4 {
  margin: 1.5rem; }

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

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

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

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

.m-5 {
  margin: 3rem; }

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

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

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

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

.p-0 {
  padding: 0; }

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

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

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

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

.p-1 {
  padding: 0.25rem; }

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

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

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

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

.p-2 {
  padding: 0.5rem; }

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

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

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

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

.p-3 {
  padding: 1rem; }

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

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

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

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

.p-4 {
  padding: 1.5rem; }

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

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

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

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

.p-5 {
  padding: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

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

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

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

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

.button-default, .comment-form .form-submit input[type="submit"], table.cart:not(.wishlist_table) td.actions button[type="submit"],
.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.scrollup,
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type="submit"],
.elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'],
.wc-proceed-to-checkout .button,
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.wishlist_table .product-add-to-cart a.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-secondary,
.secondary-button .search-submit,
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type="submit"],
.button-outline-primary,
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_primary button[type="submit"],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type="submit"],
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type="submit"] {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 0.0625rem;
  -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
  .button-default:focus, .comment-form .form-submit input:focus[type="submit"], table.cart:not(.wishlist_table) td.actions button:focus[type="submit"], .button-default:hover, .comment-form .form-submit input:hover[type="submit"], table.cart:not(.wishlist_table) td.actions button:hover[type="submit"],
  .button-primary:focus,
  input:focus[type="reset"],
  input:focus[type="button"],
  input:focus[type="submit"],
  button:focus[type="submit"],
  .scrollup:focus,
  .elementor-wpcf7-button-primary input:focus[type="submit"],
  .elementor-wpcf7-button-primary button:focus[type="submit"],
  .mailchimp-button-primary button:focus,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:focus[type='submit'],
  .wc-proceed-to-checkout .button:focus,
  .woocommerce-cart .return-to-shop a:focus,
  .checkout_coupon .form-row-last button:focus,
  #payment .place-order .button:focus,
  .wishlist_table .product-add-to-cart a.button:focus,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
  .widget_shopping_cart .buttons .button:focus,
  .button-primary:hover,
  input:hover[type="reset"],
  input:hover[type="button"],
  input:hover[type="submit"],
  button:hover[type="submit"],
  .scrollup:hover,
  .elementor-wpcf7-button-primary input:hover[type="submit"],
  .elementor-wpcf7-button-primary button:hover[type="submit"],
  .mailchimp-button-primary button:hover,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'],
  .wc-proceed-to-checkout .button:hover,
  .woocommerce-cart .return-to-shop a:hover,
  .checkout_coupon .form-row-last button:hover,
  #payment .place-order .button:hover,
  .wishlist_table .product-add-to-cart a.button:hover,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
  .widget_shopping_cart .buttons .button:hover,
  .button-secondary:focus,
  .secondary-button .search-submit:focus,
  .elementor-wpcf7-button-secondary input:focus[type="submit"],
  .elementor-wpcf7-button-secondary button:focus[type="submit"],
  .mailchimp-button-secondary button:focus,
  .button-secondary:hover,
  .secondary-button .search-submit:hover,
  .elementor-wpcf7-button-secondary input:hover[type="submit"],
  .elementor-wpcf7-button-secondary button:hover[type="submit"],
  .mailchimp-button-secondary button:hover,
  .button-outline-primary:focus,
  .elementor-wpcf7-button-outline_primary input:focus[type="button"],
  .elementor-wpcf7-button-outline_primary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_primary button:focus[type="submit"],
  .mailchimp-button-outline_primary button:focus,
  .widget_shopping_cart .buttons .button:focus:nth-child(odd),
  .button-outline-primary:hover,
  .elementor-wpcf7-button-outline_primary input:hover[type="button"],
  .elementor-wpcf7-button-outline_primary input:hover[type="submit"],
  .elementor-wpcf7-button-outline_primary button:hover[type="submit"],
  .mailchimp-button-outline_primary button:hover,
  .widget_shopping_cart .buttons .button:hover:nth-child(odd),
  .button-outline-secondary:focus,
  .elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
  .mailchimp-button-outline_secondary button:focus,
  .button-outline-secondary:hover,
  .elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
  .mailchimp-button-outline_secondary button:hover {
    text-decoration: none; }
    .button-default:focus .opal-icon-arrow, .comment-form .form-submit input:focus[type="submit"] .opal-icon-arrow, table.cart:not(.wishlist_table) td.actions button:focus[type="submit"] .opal-icon-arrow, .button-default:hover .opal-icon-arrow, .comment-form .form-submit input:hover[type="submit"] .opal-icon-arrow, table.cart:not(.wishlist_table) td.actions button:hover[type="submit"] .opal-icon-arrow,
    .button-primary:focus .opal-icon-arrow,
    input:focus[type="reset"] .opal-icon-arrow,
    input:focus[type="button"] .opal-icon-arrow,
    input:focus[type="submit"] .opal-icon-arrow,
    button:focus[type="submit"] .opal-icon-arrow,
    .scrollup:focus .opal-icon-arrow,
    .mailchimp-button-primary button:focus .opal-icon-arrow,
    .elementor-single-product .single-product div.product .entry-summary form.cart button:focus[type='submit'] .opal-icon-arrow,
    .wc-proceed-to-checkout .button:focus .opal-icon-arrow,
    .woocommerce-cart .return-to-shop a:focus .opal-icon-arrow,
    .checkout_coupon .form-row-last button:focus .opal-icon-arrow,
    #payment .place-order .button:focus .opal-icon-arrow,
    .wishlist_table .product-add-to-cart a.button:focus .opal-icon-arrow,
    .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus .opal-icon-arrow,
    .widget_shopping_cart .buttons .button:focus .opal-icon-arrow,
    .button-primary:hover .opal-icon-arrow,
    input:hover[type="reset"] .opal-icon-arrow,
    input:hover[type="button"] .opal-icon-arrow,
    input:hover[type="submit"] .opal-icon-arrow,
    button:hover[type="submit"] .opal-icon-arrow,
    .scrollup:hover .opal-icon-arrow,
    .mailchimp-button-primary button:hover .opal-icon-arrow,
    .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'] .opal-icon-arrow,
    .wc-proceed-to-checkout .button:hover .opal-icon-arrow,
    .woocommerce-cart .return-to-shop a:hover .opal-icon-arrow,
    .checkout_coupon .form-row-last button:hover .opal-icon-arrow,
    #payment .place-order .button:hover .opal-icon-arrow,
    .wishlist_table .product-add-to-cart a.button:hover .opal-icon-arrow,
    .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover .opal-icon-arrow,
    .widget_shopping_cart .buttons .button:hover .opal-icon-arrow,
    .button-secondary:focus .opal-icon-arrow,
    .secondary-button .search-submit:focus .opal-icon-arrow,
    .elementor-wpcf7-button-secondary input:focus[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-secondary button:focus[type="submit"] .opal-icon-arrow,
    .mailchimp-button-secondary button:focus .opal-icon-arrow,
    .button-secondary:hover .opal-icon-arrow,
    .secondary-button .search-submit:hover .opal-icon-arrow,
    .elementor-wpcf7-button-secondary input:hover[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-secondary button:hover[type="submit"] .opal-icon-arrow,
    .mailchimp-button-secondary button:hover .opal-icon-arrow,
    .button-outline-primary:focus .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary input:focus[type="button"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary input:focus[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary button:focus[type="submit"] .opal-icon-arrow,
    .mailchimp-button-outline_primary button:focus .opal-icon-arrow,
    .widget_shopping_cart .buttons .button:focus:nth-child(odd) .opal-icon-arrow,
    .button-outline-primary:hover .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary input:hover[type="button"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary input:hover[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_primary button:hover[type="submit"] .opal-icon-arrow,
    .mailchimp-button-outline_primary button:hover .opal-icon-arrow,
    .widget_shopping_cart .buttons .button:hover:nth-child(odd) .opal-icon-arrow,
    .button-outline-secondary:focus .opal-icon-arrow,
    .elementor-wpcf7-button-outline_secondary input:focus[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_secondary button:focus[type="submit"] .opal-icon-arrow,
    .mailchimp-button-outline_secondary button:focus .opal-icon-arrow,
    .button-outline-secondary:hover .opal-icon-arrow,
    .elementor-wpcf7-button-outline_secondary input:hover[type="submit"] .opal-icon-arrow,
    .elementor-wpcf7-button-outline_secondary button:hover[type="submit"] .opal-icon-arrow,
    .mailchimp-button-outline_secondary button:hover .opal-icon-arrow {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .button-default:focus, .comment-form .form-submit input:focus[type="submit"], table.cart:not(.wishlist_table) td.actions button:focus[type="submit"], .button-default.focus, .comment-form .form-submit input.focus[type="submit"], table.cart:not(.wishlist_table) td.actions button.focus[type="submit"],
  .button-primary:focus,
  input:focus[type="reset"],
  input:focus[type="button"],
  input:focus[type="submit"],
  button:focus[type="submit"],
  .scrollup:focus,
  .elementor-wpcf7-button-primary input:focus[type="submit"],
  .elementor-wpcf7-button-primary button:focus[type="submit"],
  .mailchimp-button-primary button:focus,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:focus[type='submit'],
  .wc-proceed-to-checkout .button:focus,
  .woocommerce-cart .return-to-shop a:focus,
  .checkout_coupon .form-row-last button:focus,
  #payment .place-order .button:focus,
  .wishlist_table .product-add-to-cart a.button:focus,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
  .widget_shopping_cart .buttons .button:focus,
  .button-primary.focus,
  input.focus[type="reset"],
  input.focus[type="button"],
  input.focus[type="submit"],
  button.focus[type="submit"],
  .focus.scrollup,
  .elementor-wpcf7-button-primary input.focus[type="submit"],
  .elementor-wpcf7-button-primary button.focus[type="submit"],
  .mailchimp-button-primary button.focus,
  .elementor-single-product .single-product div.product .entry-summary form.cart button.focus[type='submit'],
  .wc-proceed-to-checkout .focus.button,
  .woocommerce-cart .return-to-shop a.focus,
  .checkout_coupon .form-row-last button.focus,
  #payment .place-order .focus.button,
  .wishlist_table .product-add-to-cart a.focus.button,
  .woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,
  .widget_shopping_cart .buttons .focus.button,
  .button-secondary:focus,
  .secondary-button .search-submit:focus,
  .elementor-wpcf7-button-secondary input:focus[type="submit"],
  .elementor-wpcf7-button-secondary button:focus[type="submit"],
  .mailchimp-button-secondary button:focus,
  .button-secondary.focus,
  .secondary-button .focus.search-submit,
  .elementor-wpcf7-button-secondary input.focus[type="submit"],
  .elementor-wpcf7-button-secondary button.focus[type="submit"],
  .mailchimp-button-secondary button.focus,
  .button-outline-primary:focus,
  .elementor-wpcf7-button-outline_primary input:focus[type="button"],
  .elementor-wpcf7-button-outline_primary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_primary button:focus[type="submit"],
  .mailchimp-button-outline_primary button:focus,
  .widget_shopping_cart .buttons .button:focus:nth-child(odd),
  .button-outline-primary.focus,
  .elementor-wpcf7-button-outline_primary input.focus[type="button"],
  .elementor-wpcf7-button-outline_primary input.focus[type="submit"],
  .elementor-wpcf7-button-outline_primary button.focus[type="submit"],
  .mailchimp-button-outline_primary button.focus,
  .widget_shopping_cart .buttons .focus.button:nth-child(odd),
  .button-outline-secondary:focus,
  .elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
  .mailchimp-button-outline_secondary button:focus,
  .button-outline-secondary.focus,
  .elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
  .mailchimp-button-outline_secondary button.focus {
    outline: 0;
    box-shadow: none; }
  .button-default.disabled, .comment-form .form-submit input.disabled[type="submit"], table.cart:not(.wishlist_table) td.actions button.disabled[type="submit"], .button-default:disabled, .comment-form .form-submit input:disabled[type="submit"], table.cart:not(.wishlist_table) td.actions button:disabled[type="submit"],
  .button-primary.disabled,
  input.disabled[type="reset"],
  input.disabled[type="button"],
  input.disabled[type="submit"],
  button.disabled[type="submit"],
  .disabled.scrollup,
  .elementor-wpcf7-button-primary input.disabled[type="submit"],
  .elementor-wpcf7-button-primary button.disabled[type="submit"],
  .mailchimp-button-primary button.disabled,
  .elementor-single-product .single-product div.product .entry-summary form.cart button.disabled[type='submit'],
  .wc-proceed-to-checkout .disabled.button,
  .woocommerce-cart .return-to-shop a.disabled,
  .checkout_coupon .form-row-last button.disabled,
  #payment .place-order .disabled.button,
  .wishlist_table .product-add-to-cart a.disabled.button,
  .woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
  .widget_shopping_cart .buttons .disabled.button,
  .button-primary:disabled,
  input:disabled[type="reset"],
  input:disabled[type="button"],
  input:disabled[type="submit"],
  button:disabled[type="submit"],
  .scrollup:disabled,
  .elementor-wpcf7-button-primary input:disabled[type="submit"],
  .elementor-wpcf7-button-primary button:disabled[type="submit"],
  .mailchimp-button-primary button:disabled,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:disabled[type='submit'],
  .wc-proceed-to-checkout .button:disabled,
  .woocommerce-cart .return-to-shop a:disabled,
  .checkout_coupon .form-row-last button:disabled,
  #payment .place-order .button:disabled,
  .wishlist_table .product-add-to-cart a.button:disabled,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
  .widget_shopping_cart .buttons .button:disabled,
  .button-secondary.disabled,
  .secondary-button .disabled.search-submit,
  .elementor-wpcf7-button-secondary input.disabled[type="submit"],
  .elementor-wpcf7-button-secondary button.disabled[type="submit"],
  .mailchimp-button-secondary button.disabled,
  .button-secondary:disabled,
  .secondary-button .search-submit:disabled,
  .elementor-wpcf7-button-secondary input:disabled[type="submit"],
  .elementor-wpcf7-button-secondary button:disabled[type="submit"],
  .mailchimp-button-secondary button:disabled,
  .button-outline-primary.disabled,
  .elementor-wpcf7-button-outline_primary input.disabled[type="button"],
  .elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
  .elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
  .mailchimp-button-outline_primary button.disabled,
  .widget_shopping_cart .buttons .disabled.button:nth-child(odd),
  .button-outline-primary:disabled,
  .elementor-wpcf7-button-outline_primary input:disabled[type="button"],
  .elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
  .elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
  .mailchimp-button-outline_primary button:disabled,
  .widget_shopping_cart .buttons .button:disabled:nth-child(odd),
  .button-outline-secondary.disabled,
  .elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
  .mailchimp-button-outline_secondary button.disabled,
  .button-outline-secondary:disabled,
  .elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
  .mailchimp-button-outline_secondary button:disabled {
    box-shadow: none;
    cursor: no-drop; }
  .button-default:active, .comment-form .form-submit input:active[type="submit"], table.cart:not(.wishlist_table) td.actions button:active[type="submit"], .button-default.active, .comment-form .form-submit input.active[type="submit"], table.cart:not(.wishlist_table) td.actions button.active[type="submit"],
  .button-primary:active,
  input:active[type="reset"],
  input:active[type="button"],
  input:active[type="submit"],
  button:active[type="submit"],
  .scrollup:active,
  .elementor-wpcf7-button-primary input:active[type="submit"],
  .elementor-wpcf7-button-primary button:active[type="submit"],
  .mailchimp-button-primary button:active,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:active[type='submit'],
  .wc-proceed-to-checkout .button:active,
  .woocommerce-cart .return-to-shop a:active,
  .checkout_coupon .form-row-last button:active,
  #payment .place-order .button:active,
  .wishlist_table .product-add-to-cart a.button:active,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
  .widget_shopping_cart .buttons .button:active,
  .button-primary.active,
  input.active[type="reset"],
  input.active[type="button"],
  input.active[type="submit"],
  button.active[type="submit"],
  .active.scrollup,
  .elementor-wpcf7-button-primary input.active[type="submit"],
  .elementor-wpcf7-button-primary button.active[type="submit"],
  .mailchimp-button-primary button.active,
  .elementor-single-product .single-product div.product .entry-summary form.cart button.active[type='submit'],
  .wc-proceed-to-checkout .active.button,
  .woocommerce-cart .return-to-shop a.active,
  .checkout_coupon .form-row-last button.active,
  #payment .place-order .active.button,
  .wishlist_table .product-add-to-cart a.active.button,
  .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
  .widget_shopping_cart .buttons .active.button,
  .button-secondary:active,
  .secondary-button .search-submit:active,
  .elementor-wpcf7-button-secondary input:active[type="submit"],
  .elementor-wpcf7-button-secondary button:active[type="submit"],
  .mailchimp-button-secondary button:active,
  .button-secondary.active,
  .secondary-button .active.search-submit,
  .elementor-wpcf7-button-secondary input.active[type="submit"],
  .elementor-wpcf7-button-secondary button.active[type="submit"],
  .mailchimp-button-secondary button.active,
  .button-outline-primary:active,
  .elementor-wpcf7-button-outline_primary input:active[type="button"],
  .elementor-wpcf7-button-outline_primary input:active[type="submit"],
  .elementor-wpcf7-button-outline_primary button:active[type="submit"],
  .mailchimp-button-outline_primary button:active,
  .widget_shopping_cart .buttons .button:active:nth-child(odd),
  .button-outline-primary.active,
  .elementor-wpcf7-button-outline_primary input.active[type="button"],
  .elementor-wpcf7-button-outline_primary input.active[type="submit"],
  .elementor-wpcf7-button-outline_primary button.active[type="submit"],
  .mailchimp-button-outline_primary button.active,
  .widget_shopping_cart .buttons .active.button:nth-child(odd),
  .button-outline-secondary:active,
  .elementor-wpcf7-button-outline_secondary input:active[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:active[type="submit"],
  .mailchimp-button-outline_secondary button:active,
  .button-outline-secondary.active,
  .elementor-wpcf7-button-outline_secondary input.active[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.active[type="submit"],
  .mailchimp-button-outline_secondary button.active {
    background-image: none;
    box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .button-default .opal-icon-arrow, .comment-form .form-submit input[type="submit"] .opal-icon-arrow, table.cart:not(.wishlist_table) td.actions button[type="submit"] .opal-icon-arrow,
  .button-primary .opal-icon-arrow,
  input[type="reset"] .opal-icon-arrow,
  input[type="button"] .opal-icon-arrow,
  input[type="submit"] .opal-icon-arrow,
  button[type="submit"] .opal-icon-arrow,
  .scrollup .opal-icon-arrow,
  .elementor-wpcf7-button-primary input[type="submit"] .opal-icon-arrow,
  .elementor-wpcf7-button-primary button[type="submit"] .opal-icon-arrow,
  .mailchimp-button-primary button .opal-icon-arrow,
  .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'] .opal-icon-arrow,
  .wc-proceed-to-checkout .button .opal-icon-arrow,
  .woocommerce-cart .return-to-shop a .opal-icon-arrow,
  .checkout_coupon .form-row-last button .opal-icon-arrow,
  #payment .place-order .button .opal-icon-arrow,
  .wishlist_table .product-add-to-cart a.button .opal-icon-arrow,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button .opal-icon-arrow,
  .widget_shopping_cart .buttons .button .opal-icon-arrow,
  .button-secondary .opal-icon-arrow,
  .secondary-button .search-submit .opal-icon-arrow,
  .elementor-wpcf7-button-secondary input[type="submit"] .opal-icon-arrow,
  .elementor-wpcf7-button-secondary button[type="submit"] .opal-icon-arrow,
  .mailchimp-button-secondary button .opal-icon-arrow,
  .button-outline-primary .opal-icon-arrow,
  .elementor-wpcf7-button-outline_primary input[type="button"] .opal-icon-arrow,
  .elementor-wpcf7-button-outline_primary input[type="submit"] .opal-icon-arrow,
  .elementor-wpcf7-button-outline_primary button[type="submit"] .opal-icon-arrow,
  .mailchimp-button-outline_primary button .opal-icon-arrow,
  .widget_shopping_cart .buttons .button:nth-child(odd) .opal-icon-arrow,
  .button-outline-secondary .opal-icon-arrow,
  .elementor-wpcf7-button-outline_secondary input[type="submit"] .opal-icon-arrow,
  .elementor-wpcf7-button-outline_secondary button[type="submit"] .opal-icon-arrow,
  .mailchimp-button-outline_secondary button .opal-icon-arrow {
    margin-left: 15px;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    display: inline-block; }

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


.button-primary,
input[type="reset"],
input.secondary[type="button"],
input.secondary[type="reset"],
input.secondary[type="submit"],
input[type="button"],
input[type="submit"],
button[type="submit"],
.scrollup,
.elementor-wpcf7-button-primary input[type="button"][type="submit"],
.elementor-wpcf7-button-primary input[type="submit"],
.elementor-wpcf7-button-primary button[type="submit"],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type="submit"],
.elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'],
.wc-proceed-to-checkout .button,
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.wishlist_table .product-add-to-cart a.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button {
  color: #fff;
  box-shadow: none; }
  
  .button-primary:hover,
  input:hover[type="reset"],
  input:hover[type="button"],
  input:hover[type="submit"],
  button:hover[type="submit"],
  .scrollup:hover,
  .elementor-wpcf7-button-primary input:hover[type="submit"],
  .elementor-wpcf7-button-primary button:hover[type="submit"],
  .mailchimp-button-primary button:hover,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'],
  .wc-proceed-to-checkout .button:hover,
  .woocommerce-cart .return-to-shop a:hover,
  .checkout_coupon .form-row-last button:hover,
  #payment .place-order .button:hover,
  .wishlist_table .product-add-to-cart a.button:hover,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
  .widget_shopping_cart .buttons .button:hover {
    color: #fff; }
  
  .button-primary.disabled,
  input.disabled[type="reset"],
  input.disabled[type="button"],
  input.disabled[type="submit"],
  button.disabled[type="submit"],
  .disabled.scrollup,
  .elementor-wpcf7-button-primary input.disabled[type="submit"],
  .elementor-wpcf7-button-primary button.disabled[type="submit"],
  .mailchimp-button-primary button.disabled,
  .elementor-single-product .single-product div.product .entry-summary form.cart button.disabled[type='submit'],
  .wc-proceed-to-checkout .disabled.button,
  .woocommerce-cart .return-to-shop a.disabled,
  .checkout_coupon .form-row-last button.disabled,
  #payment .place-order .disabled.button,
  .wishlist_table .product-add-to-cart a.disabled.button,
  .woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
  .widget_shopping_cart .buttons .disabled.button,
  .button-primary:disabled,
  input:disabled[type="reset"],
  input:disabled[type="button"],
  input:disabled[type="submit"],
  button:disabled[type="submit"],
  .scrollup:disabled,
  .elementor-wpcf7-button-primary input:disabled[type="submit"],
  .elementor-wpcf7-button-primary button:disabled[type="submit"],
  .mailchimp-button-primary button:disabled,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:disabled[type='submit'],
  .wc-proceed-to-checkout .button:disabled,
  .woocommerce-cart .return-to-shop a:disabled,
  .checkout_coupon .form-row-last button:disabled,
  #payment .place-order .button:disabled,
  .wishlist_table .product-add-to-cart a.button:disabled,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
  .widget_shopping_cart .buttons .button:disabled {
    background-color: #f4c3bc;
    border-color: #f4c3bc; }
  
  .button-primary:active,
  input:active[type="reset"],
  input:active[type="button"],
  input:active[type="submit"],
  button:active[type="submit"],
  .scrollup:active,
  .elementor-wpcf7-button-primary input:active[type="submit"],
  .elementor-wpcf7-button-primary button:active[type="submit"],
  .mailchimp-button-primary button:active,
  .elementor-single-product .single-product div.product .entry-summary form.cart button:active[type='submit'],
  .wc-proceed-to-checkout .button:active,
  .woocommerce-cart .return-to-shop a:active,
  .checkout_coupon .form-row-last button:active,
  #payment .place-order .button:active,
  .wishlist_table .product-add-to-cart a.button:active,
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
  .widget_shopping_cart .buttons .button:active,
  .button-primary.active,
  input.active[type="reset"],
  input.active[type="button"],
  input.active[type="submit"],
  button.active[type="submit"],
  .active.scrollup,
  .elementor-wpcf7-button-primary input.active[type="submit"],
  .elementor-wpcf7-button-primary button.active[type="submit"],
  .mailchimp-button-primary button.active,
  .elementor-single-product .single-product div.product .entry-summary form.cart button.active[type='submit'],
  .wc-proceed-to-checkout .active.button,
  .woocommerce-cart .return-to-shop a.active,
  .checkout_coupon .form-row-last button.active,
  #payment .place-order .active.button,
  .wishlist_table .product-add-to-cart a.active.button,
  .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
  .widget_shopping_cart .buttons .active.button,
  .show > .button-primary.dropdown-toggle,
  .show > input.dropdown-toggle[type="reset"],
  .show > input.dropdown-toggle[type="button"],
  .show > input.dropdown-toggle[type="submit"],
  .show > button.dropdown-toggle[type="submit"],
  .show > .dropdown-toggle.scrollup,
  .elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"],
  .elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"],
  .mailchimp-button-primary .show > button.dropdown-toggle,
  .elementor-single-product .single-product div.product .entry-summary form.cart .show > button.dropdown-toggle[type='submit'],
  .wc-proceed-to-checkout .show > .dropdown-toggle.button,
  .woocommerce-cart .return-to-shop .show > a.dropdown-toggle,
  .checkout_coupon .form-row-last .show > button.dropdown-toggle,
  #payment .place-order .show > .dropdown-toggle.button,
  .wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button,
  .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,
.secondary-button .search-submit,
.elementor-wpcf7-button-secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-secondary input[type="submit"],
.elementor-wpcf7-button-secondary button[type="submit"],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type="submit"] {
  color: #fff;
  box-shadow: none; }
  
  .button-secondary:hover,
  .secondary-button .search-submit:hover,
  .elementor-wpcf7-button-secondary input:hover[type="submit"],
  .elementor-wpcf7-button-secondary button:hover[type="submit"],
  .mailchimp-button-secondary button:hover {
    color: #fff; }
  
  .button-secondary.disabled,
  .secondary-button .disabled.search-submit,
  .elementor-wpcf7-button-secondary input.disabled[type="submit"],
  .elementor-wpcf7-button-secondary button.disabled[type="submit"],
  .mailchimp-button-secondary button.disabled,
  .button-secondary:disabled,
  .secondary-button .search-submit:disabled,
  .elementor-wpcf7-button-secondary input:disabled[type="submit"],
  .elementor-wpcf7-button-secondary button:disabled[type="submit"],
  .mailchimp-button-secondary button:disabled {
    background-color: #3a3d46;
    border-color: #3a3d46; }
  
  .button-secondary:active,
  .secondary-button .search-submit:active,
  .elementor-wpcf7-button-secondary input:active[type="submit"],
  .elementor-wpcf7-button-secondary button:active[type="submit"],
  .mailchimp-button-secondary button:active,
  .button-secondary.active,
  .secondary-button .active.search-submit,
  .elementor-wpcf7-button-secondary input.active[type="submit"],
  .elementor-wpcf7-button-secondary button.active[type="submit"],
  .mailchimp-button-secondary button.active,
  .show > .button-secondary.dropdown-toggle,
  .secondary-button .show > .dropdown-toggle.search-submit,
  .elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"],
  .elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"],
  .mailchimp-button-secondary .show > button.dropdown-toggle {
    color: #fff;
    background-image: none; }

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

.button-sm, .elementor-wpcf7-button-sm input[type="button"][type="submit"], .elementor-wpcf7-button-sm input[type="submit"], .elementor-wpcf7-button-sm button[type="submit"], .woocommerce-cart .return-to-shop a, .widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons .button:nth-child(odd) {
  padding: 0.6rem 3.5rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0; }

.button-md, .button-default, .comment-form .form-submit input[type="submit"], table.cart:not(.wishlist_table) td.actions button[type="submit"],
.button-primary, input[type="reset"], input.secondary[type="button"], input.secondary[type="reset"], input.secondary[type="submit"], input[type="button"], input[type="submit"], button[type="submit"], .scrollup, .elementor-wpcf7-button-primary input[type="button"][type="submit"], .elementor-wpcf7-button-primary input[type="submit"], .elementor-wpcf7-button-primary button[type="submit"], .mailchimp-button-primary button, .mailchimp-button-primary button[type="submit"], .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'], .wc-proceed-to-checkout .button, .woocommerce-cart .return-to-shop a, .checkout_coupon .form-row-last button, #payment .place-order .button, .wishlist_table .product-add-to-cart a.button, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button, .widget_shopping_cart .buttons .button,
.button-secondary, .secondary-button .search-submit, .elementor-wpcf7-button-secondary input[type="button"][type="submit"], .elementor-wpcf7-button-secondary input[type="submit"], .elementor-wpcf7-button-secondary button[type="submit"], .mailchimp-button-secondary button, .mailchimp-button-secondary button[type="submit"],
.button-outline-primary, .elementor-wpcf7-button-outline_primary input[type="button"], .elementor-wpcf7-button-outline_primary input[type="submit"], .elementor-wpcf7-button-outline_primary button[type="submit"], .mailchimp-button-outline_primary button, .mailchimp-button-outline_primary button[type="submit"], .widget_shopping_cart .buttons .button:nth-child(odd),
.button-outline-secondary, .elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"], .elementor-wpcf7-button-outline_secondary input[type="submit"], .elementor-wpcf7-button-outline_secondary button[type="submit"], .mailchimp-button-outline_secondary button, .mailchimp-button-outline_secondary button[type="submit"], .elementor-wpcf7-button-md input[type="button"][type="submit"], .elementor-wpcf7-button-md input[type="submit"], .elementor-wpcf7-button-md button[type="submit"] {
  padding: 0.8rem 4.1rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 0; }

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

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


.button-outline-primary,
.elementor-wpcf7-button-outline_primary input[type="button"],
.elementor-wpcf7-button-outline_primary input[type="submit"],
.elementor-wpcf7-button-outline_primary button[type="submit"],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type="submit"],
.widget_shopping_cart .buttons .button:nth-child(odd) {
  background-color: transparent;
  background-image: none; }
  
  .button-outline-primary:hover,
  .elementor-wpcf7-button-outline_primary input:hover[type="button"],
  .elementor-wpcf7-button-outline_primary input:hover[type="submit"],
  .elementor-wpcf7-button-outline_primary button:hover[type="submit"],
  .mailchimp-button-outline_primary button:hover,
  .widget_shopping_cart .buttons .button:hover:nth-child(odd) {
    color: #fff; }
  
  .button-outline-primary:focus,
  .elementor-wpcf7-button-outline_primary input:focus[type="button"],
  .elementor-wpcf7-button-outline_primary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_primary button:focus[type="submit"],
  .mailchimp-button-outline_primary button:focus,
  .widget_shopping_cart .buttons .button:focus:nth-child(odd),
  .button-outline-primary.focus,
  .elementor-wpcf7-button-outline_primary input.focus[type="button"],
  .elementor-wpcf7-button-outline_primary input.focus[type="submit"],
  .elementor-wpcf7-button-outline_primary button.focus[type="submit"],
  .mailchimp-button-outline_primary button.focus,
  .widget_shopping_cart .buttons .focus.button:nth-child(odd) {
    box-shadow: 0 0 0 2px rgba(244, 195, 188, 0.5); }
  
  .button-outline-primary.disabled,
  .elementor-wpcf7-button-outline_primary input.disabled[type="button"],
  .elementor-wpcf7-button-outline_primary input.disabled[type="submit"],
  .elementor-wpcf7-button-outline_primary button.disabled[type="submit"],
  .mailchimp-button-outline_primary button.disabled,
  .widget_shopping_cart .buttons .disabled.button:nth-child(odd),
  .button-outline-primary:disabled,
  .elementor-wpcf7-button-outline_primary input:disabled[type="button"],
  .elementor-wpcf7-button-outline_primary input:disabled[type="submit"],
  .elementor-wpcf7-button-outline_primary button:disabled[type="submit"],
  .mailchimp-button-outline_primary button:disabled,
  .widget_shopping_cart .buttons .button:disabled:nth-child(odd) {
    color: #f4c3bc;
    background-color: transparent; }
  
  .button-outline-primary:active,
  .elementor-wpcf7-button-outline_primary input:active[type="button"],
  .elementor-wpcf7-button-outline_primary input:active[type="submit"],
  .elementor-wpcf7-button-outline_primary button:active[type="submit"],
  .mailchimp-button-outline_primary button:active,
  .widget_shopping_cart .buttons .button:active:nth-child(odd),
  .button-outline-primary.active,
  .elementor-wpcf7-button-outline_primary input.active[type="button"],
  .elementor-wpcf7-button-outline_primary input.active[type="submit"],
  .elementor-wpcf7-button-outline_primary button.active[type="submit"],
  .mailchimp-button-outline_primary button.active,
  .widget_shopping_cart .buttons .active.button:nth-child(odd),
  .show > .button-outline-primary.dropdown-toggle,
  .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"],
  .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"],
  .elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"],
  .mailchimp-button-outline_primary .show > button.dropdown-toggle,
  .widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd) {
    color: #fff; }


.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"],
.elementor-wpcf7-button-outline_secondary input[type="submit"],
.elementor-wpcf7-button-outline_secondary button[type="submit"],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type="submit"] {
  background-color: transparent;
  background-image: none; }
  
  .button-outline-secondary:hover,
  .elementor-wpcf7-button-outline_secondary input:hover[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:hover[type="submit"],
  .mailchimp-button-outline_secondary button:hover {
    color: #fff; }
  
  .button-outline-secondary:focus,
  .elementor-wpcf7-button-outline_secondary input:focus[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:focus[type="submit"],
  .mailchimp-button-outline_secondary button:focus,
  .button-outline-secondary.focus,
  .elementor-wpcf7-button-outline_secondary input.focus[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.focus[type="submit"],
  .mailchimp-button-outline_secondary button.focus {
    box-shadow: 0 0 0 2px rgba(58, 61, 70, 0.5); }
  
  .button-outline-secondary.disabled,
  .elementor-wpcf7-button-outline_secondary input.disabled[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.disabled[type="submit"],
  .mailchimp-button-outline_secondary button.disabled,
  .button-outline-secondary:disabled,
  .elementor-wpcf7-button-outline_secondary input:disabled[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:disabled[type="submit"],
  .mailchimp-button-outline_secondary button:disabled {
    color: #3a3d46;
    background-color: transparent; }
  
  .button-outline-secondary:active,
  .elementor-wpcf7-button-outline_secondary input:active[type="submit"],
  .elementor-wpcf7-button-outline_secondary button:active[type="submit"],
  .mailchimp-button-outline_secondary button:active,
  .button-outline-secondary.active,
  .elementor-wpcf7-button-outline_secondary input.active[type="submit"],
  .elementor-wpcf7-button-outline_secondary button.active[type="submit"],
  .mailchimp-button-outline_secondary button.active,
  .show > .button-outline-secondary.dropdown-toggle,
  .elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"],
  .elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"],
  .mailchimp-button-outline_secondary .show > button.dropdown-toggle {
    color: #fff; }

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

.btn-link, .elementor-element .elementor-button-link .elementor-button, .button-link, .elementor-wpcf7-button-link input[type="button"][type="submit"], .elementor-wpcf7-button-link input[type="submit"], .elementor-wpcf7-button-link button[type="submit"], .mailchimp-button-link button, .mailchimp-button-link button[type="submit"] {
  border-radius: 0; }
  .btn-link, .elementor-element .elementor-button-link .elementor-button, .btn-link:active, .elementor-element .elementor-button-link .elementor-button:active, .btn-link.active, .elementor-element .elementor-button-link .active.elementor-button, .btn-link:disabled, .elementor-element .elementor-button-link .elementor-button:disabled, .button-link, .elementor-wpcf7-button-link input[type="button"][type="submit"], .elementor-wpcf7-button-link input[type="submit"], .elementor-wpcf7-button-link button[type="submit"], .mailchimp-button-link button, .mailchimp-button-link button[type="submit"], .button-link:active, .elementor-wpcf7-button-link input:active[type="submit"], .elementor-wpcf7-button-link button:active[type="submit"], .mailchimp-button-link button:active, .button-link.active, .elementor-wpcf7-button-link input.active[type="submit"], .elementor-wpcf7-button-link button.active[type="submit"], .mailchimp-button-link button.active, .button-link:disabled, .elementor-wpcf7-button-link input:disabled[type="submit"], .elementor-wpcf7-button-link button:disabled[type="submit"], .mailchimp-button-link button:disabled {
    background-color: transparent; }
  .btn-link, .elementor-element .elementor-button-link .elementor-button, .btn-link:focus, .elementor-element .elementor-button-link .elementor-button:focus, .btn-link:active, .elementor-element .elementor-button-link .elementor-button:active, .button-link, .elementor-wpcf7-button-link input[type="button"][type="submit"], .elementor-wpcf7-button-link input[type="submit"], .elementor-wpcf7-button-link button[type="submit"], .mailchimp-button-link button, .mailchimp-button-link button[type="submit"], .button-link:focus, .elementor-wpcf7-button-link input:focus[type="submit"], .elementor-wpcf7-button-link button:focus[type="submit"], .mailchimp-button-link button:focus, .button-link:active, .elementor-wpcf7-button-link input:active[type="submit"], .elementor-wpcf7-button-link button:active[type="submit"], .mailchimp-button-link button:active {
    border-color: transparent; }
  .btn-link:hover, .elementor-element .elementor-button-link .elementor-button:hover, .button-link:hover, .elementor-wpcf7-button-link input:hover[type="submit"], .elementor-wpcf7-button-link button:hover[type="submit"], .mailchimp-button-link button:hover {
    border-color: transparent; }
  .btn-link:focus, .elementor-element .elementor-button-link .elementor-button:focus, .btn-link:hover, .elementor-element .elementor-button-link .elementor-button:hover, .button-link:focus, .elementor-wpcf7-button-link input:focus[type="submit"], .elementor-wpcf7-button-link button:focus[type="submit"], .mailchimp-button-link button:focus, .button-link:hover, .elementor-wpcf7-button-link input:hover[type="submit"], .elementor-wpcf7-button-link button:hover[type="submit"], .mailchimp-button-link button:hover {
    border-color: transparent; }
  .btn-link:disabled, .elementor-element .elementor-button-link .elementor-button:disabled, .button-link:disabled, .elementor-wpcf7-button-link input:disabled[type="submit"], .elementor-wpcf7-button-link button:disabled[type="submit"], .mailchimp-button-link button:disabled {
    color: #868e96; }
    .btn-link:disabled:focus, .elementor-element .elementor-button-link .elementor-button:disabled:focus, .btn-link:disabled:hover, .elementor-element .elementor-button-link .elementor-button:disabled:hover, .button-link:disabled:focus, .elementor-wpcf7-button-link input:disabled:focus[type="submit"], .elementor-wpcf7-button-link button:disabled:focus[type="submit"], .mailchimp-button-link button:disabled:focus, .button-link:disabled:hover, .elementor-wpcf7-button-link input:disabled:hover[type="submit"], .elementor-wpcf7-button-link button:disabled:hover[type="submit"], .mailchimp-button-link button:disabled:hover {
      text-decoration: none; }

.button-default, .comment-form .form-submit input[type="submit"], table.cart:not(.wishlist_table) td.actions button[type="submit"] {
  color: #777777;
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .button-default:hover, .comment-form .form-submit input:hover[type="submit"], table.cart:not(.wishlist_table) td.actions button:hover[type="submit"] {
    color: #fff; }

.button-dark, .elementor-element .elementor-button-dark .elementor-button, .elementor-wpcf7-button-dark input[type="button"][type="submit"], .elementor-wpcf7-button-dark input[type="submit"], .elementor-wpcf7-button-dark button[type="submit"], .mailchimp-button-dark button, .mailchimp-button-dark button[type="submit"] {
  color: #fff;
  background-color: #222;
  border-color: #222; }
  .button-dark:hover, .elementor-element .elementor-button-dark .elementor-button:hover, .elementor-wpcf7-button-dark input:hover[type="submit"], .elementor-wpcf7-button-dark button:hover[type="submit"], .mailchimp-button-dark button:hover, .button-dark:active, .elementor-element .elementor-button-dark .elementor-button:active, .elementor-wpcf7-button-dark input:active[type="submit"], .elementor-wpcf7-button-dark button:active[type="submit"], .mailchimp-button-dark button:active, .button-dark:focus, .elementor-element .elementor-button-dark .elementor-button:focus, .elementor-wpcf7-button-dark input:focus[type="submit"], .elementor-wpcf7-button-dark button:focus[type="submit"], .mailchimp-button-dark button:focus {
    color: #fff; }

.button-outline-dark, .elementor-element .elementor-button-outline_dark .elementor-button {
  color: #222;
  background-color: transparent;
  border-color: #222; }
  .button-outline-dark:hover, .elementor-element .elementor-button-outline_dark .elementor-button:hover, .button-outline-dark:active, .elementor-element .elementor-button-outline_dark .elementor-button:active, .button-outline-dark:focus, .elementor-element .elementor-button-outline_dark .elementor-button:focus {
    color: #fff; }

.button-light, .elementor-element .elementor-button-light .elementor-button, .elementor-wpcf7-button-light input[type="button"][type="submit"], .elementor-wpcf7-button-light input[type="submit"], .elementor-wpcf7-button-light button[type="submit"], .mailchimp-button-light button, .mailchimp-button-light button[type="submit"] {
  color: #222;
  background-color: #fff;
  border-color: #fff; }
  .button-light:hover, .elementor-element .elementor-button-light .elementor-button:hover, .elementor-wpcf7-button-light input:hover[type="submit"], .elementor-wpcf7-button-light button:hover[type="submit"], .mailchimp-button-light button:hover, .button-light:active, .elementor-element .elementor-button-light .elementor-button:active, .elementor-wpcf7-button-light input:active[type="submit"], .elementor-wpcf7-button-light button:active[type="submit"], .mailchimp-button-light button:active, .button-light:focus, .elementor-element .elementor-button-light .elementor-button:focus, .elementor-wpcf7-button-light input:focus[type="submit"], .elementor-wpcf7-button-light button:focus[type="submit"], .mailchimp-button-light button:focus {
    color: #fff; }

.elementor-element .elementor-button.elementor-button-link {
  border: 0px; }
  .elementor-element .elementor-button.elementor-button-link:hover {
    border-style: solid; }

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

.border-0 {
  border: 0; }

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

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

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

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

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

.border-secondary {
  border-color: #3a3d46; }

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

.rounded {
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-sticky {
  position: sticky; }

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

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 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 {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.font-italic, dfn, cite, em, i, .no-comments,
.comment-awaiting-moderation {
  font-style: italic; }

.text-white {
  color: #fff; }

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

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

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

a.text-secondary:focus, a.text-secondary:hover {
  color: #23252a !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: left !important; }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.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: #f4c3bc; }
  .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: 1rem;
  color: #868e96;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

.over-hidden {
  overflow: hidden; }

h1, h2, h3, .page-header .page-title, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: #2d2d2d; }

h1, .h1 {
  font-size: 52px; }

h2, .h2 {
  font-size: 42px; }

h3, .page-header .page-title, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

.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 {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

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

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

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

.b-so-0, .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, .single-product div.product form.cart .quantity, .single-product .tawcvs-swatches .swatch.swatch-label {
  border: 1px solid; }

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

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

.b-so-2 {
  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 {
  border-left: 0px solid; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bb-so-2 {
  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, h1, h2, h3, .page-header .page-title, h4, h5, h6, .main-navigation, .related-posts .related-heading, .author-wrapper .author-name, .error404 .error-404 .error-title, .comment-respond .comment-reply-title, h2.widget-title,
h2.widgettitle, #secondary .elementor-widget-container h5:first-of-type, .contactform-content .form-title, form.track_order label, .osf-product-deal .woocommerce-product-list .opal-countdown {
  max-width: 100%;
  font-family: "Rufina";
  font-style: normal; }

/* ===== End Typography: Heading ===== */
/* ===== Start Typography: Tertiary ===== */
.typo-tertiary, .elementor-nav-menu--canvas, .elementor-widget-opal-post-grid .column-item .entry-title, .elementor-widget-opal-product-categories .cats-title {
  font-family: "Rufina"; }

/* ===== End Typography: Tertiary ===== */
/* ===== Start Typography: Quaternary ===== */
.typo-quaternary {
  font-family: "Eina03"; }

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.8rem 4.1rem;
  font-size: 1rem;
  line-height: 1.875;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: white;
    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: #e7e7e7;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(3.475rem + 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.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  margin-bottom: 0;
  line-height: 1.875; }

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

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

.col-form-legend {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  line-height: 1.875;
  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, .product-transition .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, .product-transition .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .shop-action .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a, .product-transition .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a {
  padding: 0.6rem 3.5rem;
  font-size: 1rem;
  line-height: 1.875;
  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(3.075rem + 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, .product-transition .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a {
  padding: 0.9rem 4.5rem;
  font-size: 1rem;
  line-height: 1.875;
  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(3.675rem + 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-left: 1.25rem;
  margin-bottom: 0; }

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

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

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .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: .25rem;
  font-size: .875rem;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .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-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control: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.8rem 4.1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #495057;
  text-align: center;
  background-color: #e7e7e7;
  border: 1px solid #ced4da;
  border-radius: 0; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .shop-action .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.input-group-addon, .product-transition .yith-wcwl-add-to-wishlist.input-group-sm > div.input-group-btn > a.input-group-addon {
    padding: 0.6rem 3.5rem;
    font-size: 1rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .shop-action .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.input-group-addon, .product-transition .yith-wcwl-add-to-wishlist.input-group-lg > div.input-group-btn > a.input-group-addon {
    padding: 0.9rem 4.5rem;
    font-size: 1rem;
    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,
.product-transition .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,
.product-transition .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),
.product-transition .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,
.product-transition .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child) > div.btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

.input-group .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,
.product-transition .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,
.product-transition .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),
.product-transition .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,
.product-transition .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child) > div.btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 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, .product-transition .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, .product-transition .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, .product-transition .yith-wcwl-add-to-wishlist > div.input-group-btn > .btn + a, .product-transition .yith-wcwl-add-to-wishlist > div.input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn > a:focus, .product-transition .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, .product-transition .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, .product-transition .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, .product-transition .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, .product-transition .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > .btn + a, .product-transition .yith-wcwl-add-to-wishlist > div.input-group-btn:first-child > a + a {
    margin-left: 0; }
  
  .input-group-btn:not(:last-child) > .btn,
  .shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a,
  .product-transition .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:last-child) > a,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  
  .input-group-btn:not(:first-child) > .btn,
  .shop-action .yith-wcwl-add-to-wishlist > div.input-group-btn:not(:first-child) > a,
  .product-transition .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-left: 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, .product-transition .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-left: -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, .product-transition .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, .product-transition .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, .product-transition .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;
  -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; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

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

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

/* ===== End Boostrap ===== */
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text, .menu-toggle .m-text, .custom-logo-link + .site-branding-text, .widget .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .gallery-caption, .widget .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .gallery-caption, .widget .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .gallery-caption, .widget .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .gallery-caption, #order_review_heading, .shop-action .yith-wcwl-add-to-wishlist > div span, .product-transition .yith-wcwl-add-to-wishlist > div span, .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .feedback, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div span, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div .feedback {
  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, .menu-toggle .m-text:focus, .custom-logo-link + .site-branding-text:focus, .widget .gallery-columns-6 .gallery-caption:focus,
  .elementor-element .gallery-columns-6 .gallery-caption:focus,
  .entry-gallery .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,
  .entry-gallery .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,
  .entry-gallery .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,
  .entry-gallery .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, .product-transition .yith-wcwl-add-to-wishlist > div span:focus, .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div .feedback:focus, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div span:focus, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div .feedback:focus {
    background-color: #f1f1f1;
    color: #21759b;
    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-weight: 500;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-visiable {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-inherit {
  overflow: inherit !important; }

.overflow-initial {
  overflow: initial !important; }

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before, .widget_recent_entries ul:before, .elementor-widget-wp-widget-recent-posts ul:before, .clear:after, .widget_recent_entries ul:after, .elementor-widget-wp-widget-recent-posts ul: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, .widget_recent_entries ul:after, .elementor-widget-wp-widget-recent-posts ul: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
--------------------------------------------------------------*/
html {
  font-size: 16px; }

body, button, input, select, textarea {
  color: #777777;
  font-size: 1rem;
  line-height: 1.875;
  font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 400; }

body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, .page-header .page-title, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding: 0; }
  h1:first-child, h2:first-child, h3:first-child, .page-header .page-title:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0; }

.opal-h1, .page-title-bar .page-title {
  font-size: 52px;
  font-size: 3.25rem; }

.opal-h2 {
  font-size: 42px;
  font-size: 2.625rem; }

.opal-h3, .related-posts .related-heading, .comment-respond .comment-reply-title {
  font-size: 32px;
  font-size: 2rem; }

.opal-h4 {
  font-size: 24px;
  font-size: 1.5rem; }

.opal-h5 {
  font-size: 18px;
  font-size: 1.125rem; }

.opal-h6 {
  font-size: 16px;
  font-size: 1rem; }

p {
  margin: 0 0 1.5em;
  padding: 0; }

select {
  background: transparent; }

blockquote {
  quotes: "" "";
  overflow: hidden;
  font-size: 15px;
  font-size: 0.9375rem;
  border-left: 2px solid #fb5d5d;
  padding-left: 30px;
  line-height: 2;
  position: relative;
  margin: 2em 0;
  font-style: italic;
  font-weight: 300; }
  blockquote p {
    margin: 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background-color: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.715;
  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: 14px;
  font-size: 0.875rem; }

abbr, acronym {
  border-bottom: 1px dotted;
  border-bottom-color: #eeeeee;
  cursor: help; }

mark, ins {
  background-color: #eeeeee;
  text-decoration: none; }

figure {
  margin-bottom: 1.5em; }

big {
  font-size: 125%; }

q {
  quotes: "“" "”" "‘" "’"; }

:focus {
  outline: none; }

/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  max-width: 1710px;
  margin: auto;
  position: relative;
  z-index: 3;
  border-width: 0;
  text-align: center;
  background-color: #fafafa; }
  .page-title-bar .wrap {
    min-height: 200px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 991px) {
      .page-title-bar .wrap {
        min-height: 150px; } }
  .page-title-bar .page-title-bar-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    flex-grow: 1; }
  .page-title-bar .page-title {
    margin: 0 0 20px 0;
    padding: 0;
    max-width: 650px; }
    @media (max-width: 767px) {
      .page-title-bar .page-title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .page-title-bar .breadcrumb {
    max-width: 768px; }
  .home .page-title-bar {
    display: none; }

.page-header {
  max-width: 100%; }

.breadcrumb, .breadcrumb span, .breadcrumb * {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px; }

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-group {
  box-shadow: none;
  line-height: 1.875;
  border-color: #eeeeee;
  margin-bottom: 1rem; }
  .form-group.form-button {
    margin-bottom: 0; }
  .form-group .form-row label {
    font-weight: 500; }
    .form-group .form-row label + label {
      margin-left: 15px; }

.form-control {
  box-shadow: none;
  border-color: #eeeeee; }

label {
  display: block;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem; }

fieldset {
  margin-bottom: 1em; }
  fieldset legend {
    font-weight: 500; }

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"] {
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 15px 20px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  min-height: 58px;
  -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 {
  width: 100%;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  -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::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::placeholder {
  color: transparent; }

select {
  border: 1px solid #eeeeee;
  border-radius: 0;
  height: 3.5em;
  max-width: 100%;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em; }

input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 400; }

.wpcf7 p {
  margin: 0 0 0.75em; }

.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
  margin: 0;
  margin-top: 3px;
  width: 100%;
  background-repeat: no-repeat; }
  .wpcf7 .wpcf7-form .ajax-loader.is-active {
    display: block; }

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0.5rem;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize; }

.wpcf7 .wpcf7-form .row, .wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap, body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap, .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 .site-footer .widget-area, .site-footer .wpcf7 .wpcf7-form .widget-area, .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 .entry-gallery .gallery, .entry-gallery .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .single .gallery, .single .wpcf7 .wpcf7-form .gallery, .wpcf7 .wpcf7-form [data-elementor-columns], .wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner, .single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner, .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 form.track_order, .wpcf7 .wpcf7-form .woocommerce-account .woocommerce, .woocommerce-account .wpcf7 .wpcf7-form .woocommerce, .wpcf7 .wpcf7-form .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-account .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 .woocommerce-single-style-2.single-product div.product .images figure, .woocommerce-single-style-2.single-product div.product .images .wpcf7 .wpcf7-form figure {
  margin-left: -20px;
  margin-right: -20px; }
  .wpcf7 .wpcf7-form .row [class*="col"], .wpcf7 .wpcf7-form body.opal-default-content-layout-2cr #content .wrap [class*="col"], body.opal-default-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"], .wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*="col"], body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*="col"], .wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*="col"], body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*="col"], .wpcf7 .wpcf7-form [data-opal-columns] [class*="col"], .wpcf7 .wpcf7-form .site-footer .widget-area [class*="col"], .site-footer .wpcf7 .wpcf7-form .widget-area [class*="col"], .wpcf7 .wpcf7-form .comment-form [class*="col"], .wpcf7 .wpcf7-form .widget .gallery [class*="col"], .widget .wpcf7 .wpcf7-form .gallery [class*="col"], .wpcf7 .wpcf7-form .elementor-element .gallery [class*="col"], .elementor-element .wpcf7 .wpcf7-form .gallery [class*="col"], .wpcf7 .wpcf7-form .entry-gallery .gallery [class*="col"], .entry-gallery .wpcf7 .wpcf7-form .gallery [class*="col"], .wpcf7 .wpcf7-form .single .gallery [class*="col"], .single .wpcf7 .wpcf7-form .gallery [class*="col"], .wpcf7 .wpcf7-form [data-elementor-columns] [class*="col"], .wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner [class*="col"], .single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner [class*="col"], .wpcf7 .wpcf7-form .woocommerce-cart .woocommerce [class*="col"], .woocommerce-cart .wpcf7 .wpcf7-form .woocommerce [class*="col"], .wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper [class*="col"], .woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper [class*="col"], .wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^="woocommerce-"] [class*="col"], .woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^="woocommerce-"] [class*="col"], .wpcf7 .wpcf7-form .woocommerce-columns--addresses [class*="col"], .wpcf7 .wpcf7-form form.track_order [class*="col"], .wpcf7 .wpcf7-form .woocommerce-account .woocommerce [class*="col"], .woocommerce-account .wpcf7 .wpcf7-form .woocommerce [class*="col"], .wpcf7 .wpcf7-form .woocommerce-Addresses [class*="col"], .wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper [class*="col"], .wpcf7 .wpcf7-form ul.products [class*="col"], .wpcf7 .wpcf7-form .osf-sorting [class*="col"], .wpcf7 .wpcf7-form .single-product div.product [class*="col"], .single-product .wpcf7 .wpcf7-form div.product [class*="col"], .woocommerce-single-style-2.single-product div.product .images .wpcf7 .wpcf7-form figure [class*="col"] {
    padding-left: 20px;
    padding-right: 20px; }

.wpcf7 .wpcf7-form .input-group {
  margin-bottom: 1rem; }

.wpcf7 .wpcf7-form-control-wrap {
  display: block; }

.wpcf7 div.wpcf7-response-output {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 1em; }
  @media (min-width: 768px) {
    .wpcf7 div.wpcf7-response-output {
      position: fixed;
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99999; } }

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
  margin: 0 1em 0 0; }

.wpcf7 span.wpcf7-list-item {
  margin: 0; }

.wpcf7 .wpcf7-list-item-label {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 400; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder {
  color: #777777;
  font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif; }

::-moz-placeholder {
  color: #777777;
  font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: #777777;
  font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif; }

/* Checkbox */
input[type="checkbox"] {
  vertical-align: middle; }

.opal-checkbox {
  position: relative; }
  .opal-checkbox .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid;
    border-color: #e1e1e1;
    background-color: transparent; }
    .opal-checkbox .icon-check:after {
      font-family: FontAwesome;
      content: '\f00c';
      position: absolute;
      top: -2px;
      left: 2px;
      opacity: 0;
      font-size: 10px;
      font-size: 0.625rem; }
    .opal-checkbox .icon-check:hover::after {
      opacity: 0.5; }
  .opal-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0; }
    .opal-checkbox input[type=checkbox]:checked + .icon-check:after {
      opacity: 1; }
    .opal-checkbox input[type=checkbox]:checked + .icon-check + span {
      font-weight: 500;
      color: #2d2d2d; }
  .opal-checkbox .info {
    padding-left: 1.5rem; }

/* Rdiobox */
.opal-radio {
  position: relative; }
  .opal-radio .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid;
    border-color: #e1e1e1;
    background-color: transparent; }
    .opal-radio .icon-check:after {
      font-family: FontAwesome;
      content: '\f111';
      position: absolute;
      top: 0px;
      left: 3px;
      opacity: 0;
      font-size: 8px; }
    .opal-radio .icon-check:hover::after {
      opacity: 0.5; }
  .opal-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0; }
    .opal-radio input[type=radio]:checked + .icon-check:after {
      opacity: 1; }
    .opal-radio input[type=radio]:checked + .icon-check + span {
      font-weight: 400;
      color: #2d2d2d; }
  .opal-radio .info {
    padding-left: 1.5rem; }

.otf-input-group {
  display: flex; }
  .otf-input-group button, .otf-input-group input[type="submit"] {
    margin-left: -1px; }
  .otf-input-group button {
    border-width: 1px; }

.post-password-form p {
  display: flex;
  ms-flex-align: end;
  align-items: flex-end;
  max-width: 320px; }

.post-password-form label {
  margin-bottom: 0;
  flex-grow: 1; }

.post-password-form input {
  box-shadow: 0 0;
  margin-top: 0;
  flex: 1; }
  .post-password-form input[type="password"] {
    background-color: #eeeeee; }
  .post-password-form input[type="submit"] {
    margin-left: 8px; }

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.box-content {
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0 0 4px #cccccc;
  border-radius: 0; }

.box-border {
  background-color: #fff;
  border: 1px solid;
  border-color: #eeeeee;
  border-radius: 0;
  padding: 40px; }

.box-shadow {
  background-color: #fff;
  box-shadow: 0 0 4px #cccccc;
  border-radius: 0;
  padding: 40px; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em;
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 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 {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 1px solid;
  border-bottom-color: #eeeeee;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

td {
  padding: 0.4em; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #eeeeee; }

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -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; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative; }
  .post-thumbnail.embed-responsive {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box; }

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both; }
  .main-navigation ul ul {
    min-width: 280px; }
  .main-navigation .top-menu > li {
    position: relative; }
    .main-navigation .top-menu > li:not(:last-child) {
      margin-right: 35px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .main-navigation .top-menu > li:not(:last-child) {
          margin-right: 15px; } }
    .main-navigation .top-menu > li > a {
      font-size: 16px;
      font-size: 1rem;
      padding: 0.75em 0;
      position: relative;
      font-weight: 500; }
      @media (max-width: 1199px) {
        .main-navigation .top-menu > li > a {
          padding: .5em 0; } }
    .main-navigation .top-menu > li:hover > a, .main-navigation .top-menu > li:active > a, .main-navigation .top-menu > li:focus > a {
      box-shadow: 0px -2px 0px 0px #777 inset; }
  .main-navigation.navigation-dark .top-menu > li > a:hover {
    color: #fff; }
  .main-navigation.navigation-dark .top-menu > li.current-menu-item > a {
    color: #fff; }
  .main-navigation > div > ul {
    border-top: 1px solid;
    border-top-color: #eeeeee;
    padding: 0.75em 1.695em; }
  .main-navigation.d-block, .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, .product-transition .yith-wcwl-add-to-wishlist > div > a.main-navigation {
    width: 100%; }

@media (min-width: 1200px) {
  .navigation-top {
    padding: 0 15px; } }

.mainmenu-container {
  clear: both; }
  .mainmenu-container ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left; }
  .mainmenu-container ul ul {
    padding: 10px 0;
    border-color: #b6babe;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); }
    .mainmenu-container ul ul.toggled-on {
      display: block; }
    .mainmenu-container ul ul .menu-item > a {
      letter-spacing: 0;
      position: relative;
      text-transform: none;
      line-height: 20px;
      width: 100%;
      display: block;
      margin-bottom: 0;
      padding: 10px 20px;
      font-size: 14px;
      font-size: 0.875rem; }
      .mainmenu-container ul ul .menu-item > a:hover, .mainmenu-container ul ul .menu-item > a:active, .mainmenu-container ul ul .menu-item > a:focus {
        background-color: rgba(0, 0, 0, 0.03); }
  .mainmenu-container li {
    position: relative;
    text-align: left; }
    .mainmenu-container li li {
      border: none; }
      .mainmenu-container li li:last-child {
        border: 0; }
    .mainmenu-container li a span {
      padding-right: .5rem; }
  .mainmenu-container .menu-item > a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    font-weight: 400; }
  .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: #fff; }
  .mainmenu-container > div > ul {
    border-top: 1px solid;
    border-top-color: #eeeeee;
    padding: 0.75em 1.695em; }

.sub-menu .text-label {
  position: static;
  transform: translateY(-80%); }
  .sub-menu .text-label:before {
    display: none; }

/* 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: #000;
  display: none;
  font-size: 18px;
  line-height: 1.5;
  outline: none !important;
  text-shadow: none;
  position: relative;
  z-index: 100;
  border: none;
  padding: 0; }
  .menu-toggle i {
    line-height: 1;
    font-weight: bold;
    float: left;
    font-size: 30px;
    font-size: 1.875rem; }

/* 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-right: 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;
  right: 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;
    margin-bottom: 0;
    margin-left: 0; }
  .social-navigation li {
    display: inline; }
    .social-navigation li:first-child {
      margin-left: 0; }
  .social-navigation a {
    display: inline-block;
    text-align: center;
    line-height: 44px;
    width: 44px; }

/* My Account Menu */
.my-account-links-menu {
  list-style: none; }
  .my-account-links-menu li {
    position: relative; }
    .my-account-links-menu li:hover .sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
      z-index: 2; }
  .my-account-links-menu > li {
    display: inline-block;
    list-style: none; }
  .my-account-links-menu .sub-menu {
    opacity: 0;
    position: absolute;
    top: 200%;
    right: -1px;
    min-width: 200px;
    background-color: #cccccc;
    visibility: hidden;
    margin: 0;
    -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;
      border-top: 1px solid;
      border-color: rgba(0, 0, 0, 0.2); }
      .my-account-links-menu .sub-menu li:first-child {
        border-left: none; }
      .my-account-links-menu .sub-menu li a {
        border: none;
        text-align: left; }

[class*="topbar-text-"] p {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.custom-header .my-account-links-menu > li:first-child > a {
  font-size: 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: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
  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; }

/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/
.opal-wrapper {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  overflow: hidden; }

#page {
  z-index: 101;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

#opal-canvas-menu a > .fa-angle-down {
  display: none; }

.scroller {
  overflow-y: scroll;
  position: relative; }

.scroller-inner {
  position: relative; }

.menu-trigger {
  position: relative;
  padding-left: 60px;
  font-size: 0.9em; }
  .menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
    content: ''; }

.mp-pusher {
  position: relative;
  left: 0;
  height: 100%; }

.opal-layout-boxed .mp-menu {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in 0.3s; }
  .opal-layout-boxed .mp-menu.mp-menu-active {
    opacity: 1;
    pointer-events: auto; }

.mp-menu {
  position: fixed;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  -webkit-transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
  display: block;
  transition: all ease 0.35s;
  opacity: 0; }
  .mp-menu.mp-menu-active {
    z-index: 999;
    transform: translate3d(0, 0, 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%;
  padding-bottom: 70px;
  background: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  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; }

/* overlays for pusher and for level that gets covered */
.mp-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-level::after, .mp-level::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  opacity: 0; }

.mp-pusher::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s; }

.mp-level::after {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
  z-index: -1; }

.mp-pusher.mp-pushed::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.mp-level.mp-level-overlay {
  cursor: pointer; }
  .mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1; }

.mp-pusher, .mp-level {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

/* overlap */
.mp-overlap .mp-level.mp-level-open {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

/* First level */
.mp-menu > .mp-level, .mp-menu.mp-overlap > .mp-level {
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-menu > .mp-level.mp-level-open, .mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* cover */
.mp-cover .mp-level.mp-level-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    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;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
  transition: opacity 0.3s, transform 0.1s 0.3s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.mp-menu.mp-cover h2 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 1em; }

.mp-overlap .mp-level.mp-level-overlay > h2::before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  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 #ebebeb;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.mp-menu ul li::before {
  position: absolute;
  left: 10px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.2);
  line-height: 3.5; }

.mp-menu a {
  color: #3f4448; }

.mp-menu .menu > li > a {
  text-transform: uppercase;
  font-weight: bold; }

.mp-menu .mp-level.mp-level-overlay > ul > li > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0); }

.mp-level.mp-level-overlay > ul > li:first-child > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0), inset 0 1px rgba(0, 0, 0, 0); }

/* 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: 500;
  display: block;
  font-size: 0.8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  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 {
  background: transparent;
  box-shadow: none;
  color: transparent; }
  .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: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4); }

.trigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4em;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border-left: 1px solid #ebebeb;
  font-size: 12px !important; }

/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  display: inline-block;
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px;
  color: #2d2d2d;
  vertical-align: middle; }
  .page-numbers:not(ul):not(.dots):hover, .page-numbers:not(ul):not(.dots):focus, .page-numbers:not(ul):not(.dots).current {
    display: inline-block;
    color: #fff;
    background-color: #2d2d2d; }
  .page-numbers:not(ul).next, .page-numbers:not(ul).prev {
    width: auto;
    font-size: 11px;
    height: 3.181818em;
    line-height: 3.181818em;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 95px; }
    .page-numbers:not(ul).next [class^="opal-icon"], .page-numbers:not(ul).prev [class^="opal-icon"] {
      font-size: 8px; }
  .page-numbers:not(ul).next [class^="opal-icon"] {
    margin-left: 10px; }
  .page-numbers:not(ul).prev [class^="opal-icon"] {
    margin-right: 10px; }

.pagination, .woocommerce-pagination,
.comments-pagination {
  padding: 2em 0 3em;
  text-align: center; }
  .pagination .icon, .woocommerce-pagination .icon,
  .comments-pagination .icon {
    width: 0.666666666em;
    height: 0.666666666em; }

.comments-pagination {
  border: 0; }

.woocommerce-pagination {
  text-align: center;
  padding-top: 15px; }
  .woocommerce-pagination ul.page-numbers {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .woocommerce-pagination ul.page-numbers li {
      display: inline-block; }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -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; }
  body.category.opal-default-content-layout-2cr #primary, body.category.opal-content-layout-2cl #primary, body.category.opal-content-layout-2cr #primary, body.date.opal-default-content-layout-2cr #primary, body.date.opal-content-layout-2cl #primary, body.date.opal-content-layout-2cr #primary, body.blog.opal-default-content-layout-2cr #primary, body.blog.opal-content-layout-2cl #primary, body.blog.opal-content-layout-2cr #primary {
    position: relative; }
    body.category.opal-default-content-layout-2cr #primary .site-main, body.category.opal-content-layout-2cl #primary .site-main, body.category.opal-content-layout-2cr #primary .site-main, body.date.opal-default-content-layout-2cr #primary .site-main, body.date.opal-content-layout-2cl #primary .site-main, body.date.opal-content-layout-2cr #primary .site-main, body.blog.opal-default-content-layout-2cr #primary .site-main, body.blog.opal-content-layout-2cl #primary .site-main, body.blog.opal-content-layout-2cr #primary .site-main {
      z-index: 99;
      position: relative; }
  body.category:not(.opal-content-layout-2cr) .site-main, body.date:not(.opal-content-layout-2cr) .site-main, body.blog:not(.opal-content-layout-2cr) .site-main {
    max-width: 960px;
    margin: 0 auto; }
  @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%; } }
  @media (min-width: 769px) {
    body.opal-default-content-layout-2cr #primary, body.opal-content-layout-2cl #primary, body.opal-content-layout-2cr #primary {
      flex: 0 0 calc(100% - 360px);
      max-width: calc(100% - 360px); }
      body.opal-default-content-layout-2cr #primary .site-main, body.opal-content-layout-2cl #primary .site-main, body.opal-content-layout-2cr #primary .site-main {
        margin: 0; } }
  @media (min-width: 769px) {
    body.opal-default-content-layout-2cr #secondary, body.opal-content-layout-2cl #secondary, body.opal-content-layout-2cr #secondary {
      flex: 0 0 360px;
      max-width: 360px; } }
  body.opal-content-layout-2cl #secondary {
    order: -1; }
  body.opal-layout-boxed #page {
    background: #fff; }

#page {
  position: relative;
  word-wrap: break-word;
  overflow: hidden; }

[data-opal-columns="7"] .column-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

[data-opal-columns="8"] .column-item {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

[data-opal-columns="9"] .column-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }

[data-opal-columns="10"] .column-item {
  flex: 0 0 10%;
  max-width: 10%; }

[data-opal-columns="11"] .column-item {
  flex: 0 0 9.09091%;
  max-width: 9.09091%; }

#primary {
  max-width: 100%; }

@media (max-width: 1199px) {
  .opal-container-full .container, .opal-container-full #content, .opal-container-full ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .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 {
  position: relative;
  z-index: 99; }
  .site-header .widget,
  .site-header .wpb_button,
  .site-header .wpb_content_element,
  .site-header ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0; }
  .site-header .widget {
    padding-bottom: 0; }
  .site-header .container, .site-header #content, .site-header ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .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 {
    justify-content: flex-start; }
  .site-header .text-right .wpb_wrapper {
    justify-content: flex-end; }
  @media (max-width: 1199px) {
    .site-header .navigation-top {
      order: 2; } }
  .site-header .header-group {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      .site-header .header-group {
        order: 1; } }
    @media (max-width: 767px) {
      .site-header .header-group {
        display: none; } }
    .site-header .header-group > * {
      margin-right: 25px; }
      .site-header .header-group > *:last-child, .site-header .header-group > *.site-header-cart {
        margin-right: 0; }
    .site-header .header-group .search-form {
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
    .site-header .header-group .search-field {
      border: 1px solid #eeeeee;
      padding-right: 50px; }
    .site-header .header-group .search-submit {
      background: transparent;
      border: 0;
      color: #222;
      padding: 1rem 1.5rem;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1; }
      .site-header .header-group .search-submit:hover, .site-header .header-group .search-submit:focus {
        background-color: transparent;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1; }
    .site-header .header-group .search-form .input-group-btn {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 9; }

@media (max-width: 767px) {
  .header-content {
    display: flex;
    align-items: center; } }

@media (min-width: 1200px) {
  .header-content .custom-header {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px; } }

.header-content .header-main-content {
  padding: 22px 0; }
  @media (min-width: 1200px) {
    .header-content .header-main-content {
      max-width: 1710px;
      margin: 0 auto; } }
  .home .header-content .header-main-content {
    border-bottom: 1px solid #eeeeee; }

/* 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;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */ }
  .site-title a {
    color: #222;
    opacity: 1; }

.site-description {
  font-size: 13px;
  margin-bottom: 0; }

.custom-logo-link {
  display: inline-block;
  vertical-align: middle;
  width: auto; }
  .custom-logo-link img {
    display: block;
    max-height: 80px; }

.custom-logo-link a:hover, .custom-logo-link a:focus {
  opacity: 0.9; }

body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle; }

.custom-header {
  position: relative;
  z-index: 1; }

.navigation-button {
  display: inline-block; }
  .navigation-button .menu-toggle {
    display: block; }

/* Header Absolute Layout */
@media (min-width: 992px) {
  body.opal-header-absolute .site-header {
    position: absolute;
    width: 100%;
    background-color: transparent; } }

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 {
  margin-left: -15px;
  margin-right: -15px; }

.list-account li {
  font-size: 12px;
  font-size: 0.75rem;
  float: left; }
  .list-account li a {
    padding: 0 12px; }

.list-account i {
  margin-right: 10px; }

.site-header-account {
  vertical-align: middle; }
  .site-header-account .icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0; }
    .site-header-account .icon:before {
      text-align: center;
      vertical-align: middle;
      font-size: 30px;
      font-size: 1.875rem;
      width: 45px;
      height: 40px;
      line-height: 36px;
      display: block; }

.header-search {
  position: relative; }
  .header-search .search-button {
    font-size: 20px;
    width: 20px;
    height: 20px; }
  .header-search .search-form {
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    width: 250px;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in; }
  .header-search .active .search-form {
    height: auto;
    pointer-events: auto;
    max-height: 58px;
    transition: max-height 0.4s ease-out; }

.osf-sticky-active {
  z-index: 99; }

.osf-sticky-active.sticky-show {
  position: fixed;
  z-index: 9999;
  top: 0;
  -webkit-animation: dropdown 0.3s ease;
  -moz-animation: dropdown 0.3s ease;
  animation: dropdown 0.3s ease; }

.sticky-header {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

@keyframes dropdown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes dropdown {
  0% {
    transform: translateY(-100%);
    -webkit-transition: translateY(-100%); }
  100% {
    transform: translateY(0);
    -webkit-transition: translateY(0); } }

#opal-header-content {
  width: 100vw; }
  #opal-header-content.sticky-show {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.startor-front-page .site-content {
  padding: 0; }

.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, left top, left 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: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px; }

.panel-content {
  position: relative; }
  .panel-content .wrap {
    padding-bottom: 0.5em;
    padding-top: 1.75em; }

/* Panel edit link */
.ezboozt-panel .edit-link {
  display: block;
  margin: 0.3em 0 0; }

.ezboozt-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem; }

/* Front Page - Recent Posts */
.ezboozt-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333333;
  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;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em; }

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.site-content {
  padding-top: 2em;
  padding-bottom: 2em; }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative; }
  .sticky .entry-title:before {
    margin-right: 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;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px; }

.bypostauthor {
  z-index: 10; }

.comments-link span {
  color: #fff;
  line-height: 22px;
  display: inline-block;
  margin-right: 8px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 20px;
  min-width: 22px;
  text-align: center; }

.entry-header .entry-title {
  margin-bottom: .5em; }
  .entry-header .entry-title a {
    color: inherit; }
  .entry-header .entry-title:not(:first-child) {
    padding-top: 5px; }

.entry-tags a {
  display: inline-block; }

/*
.post-info-group {
    margin-bottom: 0;
    .entry-header {}
    .post-content,.entry-summary {
        width: 80%;
        margin: 0 auto 50px;
    }
    .post-thumbnail {
        margin-bottom: 0;
        text-align: center;

    }
}*/
.cat-links {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.1em; }
  .cat-links a {
    padding: 5px 10px 3px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1; }
    .cat-links a:hover {
      color: #fff; }

.entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777; }
  .entry-meta .meta-inner > span:not(:last-child):after {
    content: "-";
    display: inline-block;
    padding: 0 5px; }
  .entry-meta a {
    color: #777777; }
  .entry-meta .author a {
    text-transform: capitalize; }

.entry-video + .entry-meta,
.post-thumbnail + .entry-meta {
  padding: 15px 45px;
  border: 1px solid #eeeeee;
  margin-bottom: 2.4rem; }
  @media (max-width: 767px) {
    .entry-video + .entry-meta,
    .post-thumbnail + .entry-meta {
      padding: 10px 25px; } }

.entry-avatar {
  font-size: 0.67em;
  letter-spacing: 0.084em;
  text-transform: uppercase;
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-bottom: 30px; }
  .entry-avatar .avatar {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 20px; }

.post-thumbnail {
  margin-bottom: 2.5em;
  position: relative; }
  .post-thumbnail:before {
    content: '';
    background-color: white;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    transition: all ease-in-out 0.3s; }

.entry-video.embed-responsive {
  margin-bottom: 1.5em; }

.cat-tags-links .tags-links a {
  line-height: 24px;
  display: inline-block;
  position: relative;
  width: auto;
  word-wrap: break-word;
  border: 1px solid #eeeeee;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all ease-in-out 0.3s; }
  .cat-tags-links .tags-links a:hover, .cat-tags-links .tags-links a:focus {
    color: #ffffff; }

.updated:not(.published) {
  display: none; }

.more-link {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700; }
  .more-link:before {
    content: '+';
    margin-right: 8px;
    font-size: 16px; }

.more-link-wrap {
  display: block;
  margin-top: 1rem; }

.pbr-social-share {
  margin-left: auto; }
  .pbr-social-share .social-share-header {
    margin-bottom: 13px;
    font-weight: 400;
    margin-right: 30px; }
  .pbr-social-share a {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    margin: 0 0.4rem;
    color: #777777; }
    .pbr-social-share a span {
      display: none; }

/* tabel */
.widget-area table:not(.shop_table),
.entry-content table:not(.shop_table) {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em; }
  .widget-area table:not(.shop_table) td, .widget-area table:not(.shop_table) th,
  .entry-content table:not(.shop_table) td,
  .entry-content table:not(.shop_table) th {
    border: 1px solid #eeeeee;
    padding: 0.6em; }
  .widget-area table:not(.shop_table) th,
  .entry-content table:not(.shop_table) th {
    font-weight: 500; }
  .widget-area table:not(.shop_table) tr,
  .entry-content table:not(.shop_table) tr {
    border-bottom: 1px solid #eeeeee; }
  .widget-area table:not(.shop_table) tbody > tr:nth-child(2n+1),
  .entry-content table:not(.shop_table) tbody > tr:nth-child(2n+1) {
    background-color: rgba(245, 246, 250, 0.7); }
  .widget-area table:not(.shop_table) th,
  .entry-content table:not(.shop_table) th {
    font-weight: 600; }

/* Aligned blockquotes */
.entry-content ul, .entry-content ol {
  padding-left: 1.3em; }

.entry-content .wp-block-gallery {
  padding: 0; }

.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%; }

/* Blog landing, search, archives */
.tag .site-main > article .gallery-item,
.category .site-main > article .gallery-item,
.date .site-main > article .gallery-item,
.blog .site-main > article .gallery-item,
.archive .site-main > article .gallery-item,
.search .site-main > article .gallery-item {
  margin-bottom: 0; }

.tag .site-main > article .post-thumbnail:hover:before,
.category .site-main > article .post-thumbnail:hover:before,
.date .site-main > article .post-thumbnail:hover:before,
.blog .site-main > article .post-thumbnail:hover:before,
.archive .site-main > article .post-thumbnail:hover:before,
.search .site-main > article .post-thumbnail:hover:before {
  opacity: 0.5; }

.search .site-main > article .post-inner {
  padding-left: 0;
  padding-right: 0; }

body.single-post article.type-post {
  margin-bottom: 0; }
  body.single-post article.type-post .post-inner {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee; }
  body.single-post article.type-post .entry-header {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    body.single-post article.type-post .entry-content {
      margin-bottom: 80px; } }
  @media (max-width: 991px) {
    body.single-post article.type-post .entry-content {
      margin-bottom: 30px; } }
  body.single-post article.type-post .post-thumbnail {
    text-align: center; }
    @media (min-width: 768px) {
      body.single-post article.type-post .post-thumbnail {
        margin-bottom: 4em; } }
    @media (max-width: 991px) {
      body.single-post article.type-post .post-thumbnail {
        margin-bottom: 2em; } }
    body.single-post article.type-post .post-thumbnail img {
      margin: auto; }
  body.single-post article.type-post .entry-title {
    margin-bottom: 10px; }
  body.single-post article.type-post .entry-footer {
    font-size: 13px; }
    @media (min-width: 768px) {
      body.single-post article.type-post .entry-footer {
        display: flex; } }
    @media (max-width: 991px) {
      body.single-post article.type-post .entry-footer .cat-tags-links {
        margin-bottom: 10px; } }
    body.single-post article.type-post .entry-footer .tags-title {
      color: #333333;
      margin-right: 20px;
      font-style: italic; }
    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-left: 0; }

body.single-post:not(.opal-content-layout-2cr) article.type-post .entry-content, body.single-post:not(.opal-content-layout-2cr) article.type-post .entry-header {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto; }

.single .navigation {
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #fff;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .single .navigation {
      margin-top: 80px; } }
  @media (max-width: 991px) {
    .single .navigation {
      margin-top: 40px; } }
  .single .navigation > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 5px);
    padding: 40px 30px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: 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;
    /*&:first-child {
                border-right: 1px solid $border-color;
            }*/ }
    @media (max-width: 575px) {
      .single .navigation > div {
        padding: 20px; } }
    .single .navigation > div:hover a, .single .navigation > div:hover b {
      color: #000; }
  .single .navigation .nav-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    max-width: 400px; }
  .single .navigation .nav-title {
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    -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;
    letter-spacing: 0.05em;
    color: #777; }
    @media (max-width: 575px) {
      .single .navigation .nav-title {
        font-size: 14px;
        font-size: 0.875rem; } }
  .single .navigation .nav-link {
    line-height: 1.2;
    ms-flex-positive: 1;
    font-size: 16px;
    font-size: 1rem;
    flex-grow: 1;
    margin-bottom: 0;
    padding: 5px; }
    .single .navigation .nav-link a {
      color: #777;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.6;
      margin-top: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 3.2em;
      -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; }
      .single .navigation .nav-link a:hover {
        text-decoration: underline; }
      @media (max-width: 575px) {
        .single .navigation .nav-link a {
          display: none; } }
    .single .navigation .nav-link + a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      text-indent: -9999em;
      text-align: left;
      overflow: hidden;
      z-index: 2;
      color: #777; }
  @media (min-width: 768px) {
    .single .navigation .thumbnail-nav img {
      display: block;
      width: 120px;
      min-width: 120px;
      height: 80px;
      object-fit: cover; } }
  @media (max-width: 991px) {
    .single .navigation .thumbnail-nav {
      display: none; } }
  .single .navigation .next-nav {
    justify-content: flex-end;
    position: relative;
    margin-left: auto; }
    .single .navigation .next-nav .nav-content {
      text-align: right;
      justify-content: flex-end; }
    .single .navigation .next-nav .thumbnail-nav {
      padding-left: 10px; }
  .single .navigation .previous-nav {
    justify-content: flex-start;
    margin-right: auto; }
    .single .navigation .previous-nav .nav-content {
      text-align: left;
      justify-content: flex-start; }
    .single .navigation .previous-nav .thumbnail-nav {
      padding-right: 10px; }

.blog .site-content {
  padding-bottom: 60px; }

.related-posts {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding: 40px 0; }
  .related-posts .related-heading {
    margin-bottom: .5em;
    font-weight: 500; }
  .related-posts .column-item {
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .related-posts .column-item .post-inner {
      flex: 0 0 100%;
      max-width: 100%; }

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap; }

.taxonomy-description {
  color: #666; }

.comment-form-cookies-consent {
  padding-left: 20px; }
  .comment-form-cookies-consent label {
    display: inline-block; }

/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block; }

/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border: 1px solid #eeeeee; }
  .single-featured-image-header img {
    display: block;
    margin: auto; }

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 1em 0 0; }
  .page-links .page-number {
    color: #222;
    display: inline-block;
    padding: 0.5em 1em;
    line-height: 1;
    margin: 3px;
    border-radius: 3px;
    background: transparent; }
  .page-links a {
    display: inline-block; }
    .page-links a:hover .page-number, .page-links a:focus .page-number {
      color: #fff; }

/* Post Formats */
.blog .format-status .entry-title, .archive .format-status .entry-title {
  display: none; }

/* Post Author*/
.author-wrapper {
  text-align: center; }
  .author-wrapper .author-avatar {
    position: relative; }
    .author-wrapper .author-avatar img {
      border-radius: 50%;
      position: relative;
      z-index: 2;
      max-width: 70px; }
    .author-wrapper .author-avatar:before {
      content: "";
      top: 50%;
      left: 0;
      width: 100%;
      position: absolute;
      border-top: 1px solid;
      border-color: #eeeeee;
      -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 {
    margin-top: 1rem;
    font-size: 20px;
    font-size: 1.25rem; }
    .author-wrapper .author-name .a-name {
      text-transform: capitalize; }
  .author-wrapper .a-name {
    text-transform: capitalize; }

.author-description {
  margin-top: 1.5rem; }

.author-post {
  margin-top: 90px; }
  .author-post .author-post-header {
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 50px 0 30px;
    position: relative;
    color: #999; }
    .author-post .author-post-header .avatar {
      position: absolute;
      top: -35px;
      left: 50%;
      margin-left: -35px;
      border-radius: 50%; }
  .author-post h4 {
    padding: 5px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700; }

.page article.type-post .entry-header .edit-link {
  position: static;
  display: block; }

.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
  margin-bottom: 60px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }
  .blog .site-main > article:last-child, .archive .site-main > article:last-child, .search .site-main > article:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .blog .site-main > article .entry-summary, .archive .site-main > article .entry-summary, .search .site-main > article .entry-summary {
    padding-bottom: 20px; }
  .blog .site-main > article .link-more, .archive .site-main > article .link-more, .search .site-main > article .link-more {
    margin-bottom: 0; }

article.content-style-1 .entry-header {
  padding-left: 0;
  padding-right: 0; }

article.content-style-2 {
  margin-bottom: 40px;
  padding-bottom: 40px; }
  article.content-style-2 .entry-header {
    padding: 0; }

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
body.page-template-page-elementor #content {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem; }

.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem; }

.search .content-area {
  width: 100%; }

.search .site-content .page-title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 50px; }

.page-links {
  clear: both;
  margin: 0 0 1em; }

/* 404 page */
.error404 .site-content-contain {
  background-image: url(.../../../images/404.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 992px) {
  .error404 .page-content {
    padding-top: 200px;
    padding-bottom: 250px;
    margin: auto;
    width: 60%; } }

@media (max-width: 1199px) {
  .error404 .page-content {
    padding-top: 100px;
    padding-bottom: 100px; } }

.error404 #page-title-bar {
  display: none; }

.error404 .error-404 .error-title {
  font-size: 52px;
  font-size: 3.25rem;
  margin-bottom: 20px;
  font-weight: 700; }
  @media (max-width: 575px) {
    .error404 .error-404 .error-title {
      font-size: 34px;
      font-size: 2.125rem;
      margin-bottom: 10px; } }

.error404 .error-content {
  margin: auto; }

.error404 .error-btn-bh {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  margin-top: 40px; }
  .error404 .error-btn-bh a {
    color: #000 !important;
    margin: 0 10px;
    line-height: 1.8em;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    min-width: 200px;
    border-radius: 0; }
    .error404 .error-btn-bh a:hover {
      background-color: #fff; }
    @media (max-width: 767px) {
      .error404 .error-btn-bh a {
        margin-bottom: 20px; } }

.error404 .search-form {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .error404 .search-form {
      margin-left: 15%;
      margin-right: 15%; } }
  @media (max-width: 767px) {
    .error404 .search-form .input-group {
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
      .error404 .search-form .input-group .search-field {
        width: 100%;
        margin-bottom: 15px; }
      .error404 .search-form .input-group .search-submit {
        width: 100%; } }
  .error404 .search-form .search-field {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 20px; }
  .error404 .search-form .search-submit {
    background-color: #000;
    border-color: #000; }

.search .page-content .search-form {
  margin-bottom: 3em; }

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
body.footer-fixed .site-footer .wrap {
  z-index: 0; }

.site-footer {
  font-size: 14px;
  font-size: 0.875rem; }
  .site-footer .wrap {
    position: relative;
    z-index: 3; }
  .site-footer .shape-footer .elementor-shape {
    top: -14px;
    height: 15px;
    width: 100%; }
  .site-footer .widget-area {
    padding-bottom: 3.25em;
    padding-top: 3.25em;
    position: relative; }
    .site-footer .widget-area:before {
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      content: "";
      border-top: 1px solid #eeeeee;
      height: 1px;
      display: block; }
  @media (max-width: 991px) {
    .site-footer .social-navigation {
      text-align: left; } }
  .site-footer .social-navigation li a i {
    font-size: 18px;
    font-size: 1.125rem; }
  .site-footer .widget li {
    padding-top: .3rem;
    padding-bottom: .3rem; }
    .site-footer .widget li:first-child {
      padding-top: 0; }
  .site-footer .widget_rss ul li {
    border-top: 1px solid;
    border-color: #eeeeee;
    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; } }

.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  font-size: 18px !important;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (max-width: 767px) {
    .scrollup {
      opacity: 0 !important;
      pointer-events: none; } }
  .scrollup.activate {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

/* Site info */
.site-info {
  font-size: 14px;
  text-align: center; }
  .site-info a {
    color: #666; }
  .site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%; }

/*--------------------------------------------------------------
13.7 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  padding-top: 0px; }
  .breadcrumb i {
    font-size: 8px;
    font-size: 0.5rem;
    padding: 0 10px; }
  .breadcrumb a:after {
    content: '.';
    padding: 0 10px;
    display: none; }
  .breadcrumb span {
    color: white;
    margin: 0; }
    .breadcrumb span.fa {
      margin: 0 15px; }

.breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem; }

/*--------------------------------------------------------------
13.10 header-sticky
--------------------------------------------------------------*/
.site-header-account {
  position: relative; }
  .site-header-account.style-icon .account-label {
    display: none; }
  .site-header-account.style-label .icon {
    display: none; }
  .site-header-account.style-both .icon {
    display: inline-block;
    vertical-align: bottom; }
  .site-header-account.style-both .account-label {
    padding-left: 10px;
    display: inline-block;
    vertical-align: bottom; }
    .site-header-account.style-both .account-label span {
      display: block;
      line-height: 1; }
    @media (max-width: 991px) {
      .site-header-account.style-both .account-label {
        display: none; } }
  .site-header-account.style-both .account-avata img {
    margin-bottom: -5px; }
  .site-header-account.style-both .account-avata + .account-label span {
    line-height: 1.2; }
  .site-header-account .label-name {
    max-width: 83px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500; }
  .site-header-account > a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }
    .site-header-account > a:before {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      bottom: -9px;
      left: 50%;
      z-index: 101;
      border-left-width: 6px;
      border-left-color: transparent;
      border-right-width: 6px;
      border-right-color: transparent;
      border-bottom-width: 6px;
      border-bottom-color: #fff;
      border-top-width: 0;
      border-style: solid;
      transform: translateX(-50%) translateY(100%);
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    .site-header-account > a i {
      font-size: 24px;
      line-height: 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; }
    .site-header-account > a .text-account {
      -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; }
    .site-header-account > a .submenu-indicator {
      font-size: 12px;
      font-size: 0.75rem;
      margin-left: 3px;
      -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; }
    .site-header-account > a .line-center {
      font-size: 10px;
      margin-left: 10px;
      margin-right: 10px;
      color: rgba(255, 255, 255, 0.2);
      font-weight: 100; }
    .site-header-account > a:not(:hover) i, .site-header-account > a:not(:hover) .text-account, .site-header-account > a:not(:hover) .submenu-indicator {
      color: #222; }
  .site-header-account .login-form-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #222;
    font-weight: 500; }
  .site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    color: #222;
    padding-top: 15px;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .site-header-account .account-dropdown.right {
      left: 0;
      right: unset; }
      .site-header-account .account-dropdown.right .account-wrap:before {
        left: 20px;
        right: unset; }
    .site-header-account .account-dropdown.justify {
      right: 50%;
      transform: translateX(50%); }
      .site-header-account .account-dropdown.justify .account-wrap:before {
        right: 50%;
        transform: translateX(50%) rotate(45deg); }
    .site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
      font-size: 14px;
      font-size: 0.875rem; }
      .site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
        text-decoration: underline; }
    .site-header-account .account-dropdown label {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.5; }
    .site-header-account .account-dropdown p {
      margin-bottom: 15px; }
    .site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
      line-height: normal !important;
      border-width: 1px;
      padding: 15px; }
    .site-header-account .account-dropdown button {
      font-size: 12px !important;
      text-transform: uppercase; }
    .site-header-account .account-dropdown .account-wrap {
      position: relative;
      background: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      border-radius: 0; }
    .site-header-account .account-dropdown .account-inner {
      width: 320px;
      padding: 20px;
      max-height: 500px;
      overflow: auto; }
      .site-header-account .account-dropdown .account-inner.dashboard {
        width: 210px;
        padding: 20px 0; }
      .site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
        width: 3px; }
      .site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      .site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
        background-color: #000000; }
  .site-header-account .account-links-menu,
  .site-header-account .account-dashboard {
    list-style: none;
    margin-bottom: 0;
    padding: 0; }
    .site-header-account .account-links-menu li a,
    .site-header-account .account-dashboard li a {
      width: 100%;
      text-align: left;
      font-size: 14px;
      line-height: 20px;
      display: block;
      padding: 10px 20px;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .site-header-account .account-links-menu li a:hover,
      .site-header-account .account-dashboard li a:hover {
        color: #222;
        background-color: rgba(0, 0, 0, 0.035); }
  .site-header-account:hover > a:before {
    opacity: 1;
    visibility: visible; }
  .site-header-account:hover .account-dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
article.type-page + .comments-area {
  margin-bottom: 2em; }

.comments-area > .comment-respond {
  margin-bottom: 55px; }

.comments-area > .comment-respond .comment-reply-title {
  margin-top: 1.5em; }

#comments {
  clear: both; }

.comments-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 55px; }

.comment-list-wap {
  margin-top: 80px;
  margin-bottom: 55px; }

.comment-list, #reviews .commentlist {
  margin: 0 0 3em;
  padding: 0;
  position: relative; }
  .comment-list .children, #reviews .commentlist .children {
    margin: 0;
    padding: 0;
    margin-left: 4em !important; }
    @media (max-width: 991px) {
      .comment-list .children, #reviews .commentlist .children {
        margin-left: 1em !important; } }
  .comment-list li.comment, #reviews .commentlist li.comment {
    border-top: 1px solid #eeeeee;
    padding: 30px 0 0;
    margin-bottom: 30px; }
  .comment-list li:before, #reviews .commentlist li:before {
    display: none; }
  .comment-list > li:last-child, #reviews .commentlist > li:last-child {
    border-bottom: 1px solid #eeeeee; }
  .comment-list .depth-1 > article, #reviews .commentlist .depth-1 > article {
    margin-left: 0; }
  .comment-list .pingback, #reviews .commentlist .pingback,
  .comment-list .trackback,
  #reviews .commentlist .trackback {
    border-top: 1px solid #eeeeee;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
    .comment-list .pingback .comment-body a:not(.comment-edit-link), #reviews .commentlist .pingback .comment-body a:not(.comment-edit-link),
    .comment-list .trackback .comment-body a:not(.comment-edit-link),
    #reviews .commentlist .trackback .comment-body a:not(.comment-edit-link) {
      font-weight: bold;
      display: block; }
    .comment-list .pingback .comment-body .comment-edit-link, #reviews .commentlist .pingback .comment-body .comment-edit-link,
    .comment-list .trackback .comment-body .comment-edit-link,
    #reviews .commentlist .trackback .comment-body .comment-edit-link {
      font-weight: 500; }

.comment-body + .comment-respond {
  padding: 30px;
  position: relative;
  margin-bottom: 1.5em;
  border: 1px solid #eeeeee; }

.comment_container .avatar,
.comment-body .avatar {
  height: 100px;
  width: 100px;
  max-width: 100px;
  left: -130px;
  position: absolute; }
  @media (max-width: 767px) {
    .comment_container .avatar,
    .comment-body .avatar {
      display: none; } }

.comment_container .says,
.comment-body .says {
  display: none; }

.comment_container .fn,
.comment-body .fn {
  font-weight: 600;
  margin-right: 15px; }

.comment_container,
article.comment-body {
  margin-bottom: 2em;
  position: relative; }

.comment-content > ul, .comment-content > ol {
  padding-left: 1.35em; }

.comment-author {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  float: left; }
  .comment-author .avatar {
    border-radius: 50%; }

@media (min-width: 768px) {
  .comment-content,
  .comment-meta,
  .reply {
    margin-left: 130px; } }

.comment-meta {
  margin-bottom: 5px; }

.comment-metadata {
  font-size: 12px;
  margin-top: 5px; }
  .comment-metadata a.comment-edit-link {
    margin-left: 1em; }

@media (min-width: 576px) {
  .reply {
    position: absolute;
    right: 0;
    top: 0; } }

.comment-reply-link {
  font-weight: 500;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }
  .comment-reply-link:before {
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f0e5";
    margin-right: 5px; }
  .comment-reply-link .icon {
    left: -2em;
    height: 1em;
    width: 1em;
    position: absolute;
    top: 0; }

#cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px; }
  #cancel-comment-reply-link:before {
    margin-right: 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";
    display: inline-block; }

.comments-pagination {
  margin: 2em 0 3em; }

/**
Comment Form
 */
.comment-form > * {
  margin-bottom: 10px; }
  .comment-form > *.comment-notes {
    margin-bottom: 20px; }

.comment-form .comment-form-comment {
  margin-bottom: 40px; }

.comment-form .comment-form-email,
.comment-form .comment-form-author {
  margin-bottom: 40px; }

.comment-form .comment-form-url {
  margin-bottom: 40px; }

.comment-form .form-submit input[type="submit"] {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff; }
  .comment-form .form-submit input[type="submit"]:hover, .comment-form .form-submit input[type="submit"]:focus {
    background-color: #000 !important;
    border-color: #000 !important; }

.comment-form .required {
  color: red; }

.comment-form a {
  text-decoration: underline; }

.comment-content table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em;
  /*tr:not(.odd):not(.even) {
            th {
                padding-bottom: 0.5em;
                background-color: #222a35;
                color: #b8bdc8;
                border-color: #2e3744;
            }
        }*/ }
  .comment-content table td, .comment-content table th {
    border: 1px solid #eeeeee;
    padding: 0.6em; }
  .comment-content table th {
    font-weight: 500; }
  .comment-content table tr {
    border-bottom: 1px solid #eeeeee; }
  .comment-content table tbody > tr:nth-child(2n+1) {
    background-color: rgba(245, 246, 250, 0.7); }
  .comment-content table th {
    font-weight: 600; }

.comment-respond .comment-reply-title {
  margin-bottom: .5em;
  font-weight: 500; }

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget {
  padding-bottom: 3em;
  margin-bottom: 3em; }
  #secondary .widget ul {
    margin: 0;
    padding-left: 0; }
    #secondary .widget ul li {
      position: relative; }
  #secondary .widget ul.sub-menu {
    margin-top: .46rem; }
  #secondary .widget ul.children {
    margin-top: .46rem; }
  #secondary .widget.widget_opal-wp_template {
    background-color: transparent;
    padding: 0; }

#secondary .widget_search .search-form .input-group {
  position: relative; }

#secondary .widget_search .search-submit span:before {
  display: block; }

#secondary .widget_meta,
#secondary .widget_recent_entries,
#secondary .widget_pages,
#secondary .widget_categories,
#secondary .widget_archive,
#secondary .widget_recent_comments,
#secondary .widget_nav_menu,
#secondary .widget_links,
#secondary .widget_product_categories,
#secondary .widget_layered_nav,
#secondary .widget_layered_nav_filters {
  /* ul {
             margin: 0;
             padding-left: 0;

         }*/ }

#secondary .widget_product_categories .current-cat > a, #secondary .widget_product_categories .current-cat > .count {
  font-weight: 400; }

#secondary .widget_product_categories .current-cat > a:before {
  width: 15px;
  margin-right: 10px; }

.elementor-element .elementor-widget-wp-widget-recent-posts {
  padding: 0;
  border: none; }
  .elementor-element .elementor-widget-wp-widget-recent-posts .elementor-widget-container > h5 {
    display: none; }
  .elementor-element .elementor-widget-wp-widget-recent-posts img {
    max-width: 60px;
    height: auto; }
  .elementor-element .elementor-widget-wp-widget-recent-posts ul {
    margin: 0;
    padding-left: 0; }
    .elementor-element .elementor-widget-wp-widget-recent-posts ul li {
      position: relative; }
      .elementor-element .elementor-widget-wp-widget-recent-posts ul li:not(:last-child):before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        border-bottom: 1px solid #eeeeee; }
      .elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post {
        padding: 1.25rem 0; }
        .elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post:first-child {
          padding-top: 0; }
        .elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post:last-child {
          padding-bottom: 0; }
  .elementor-element .elementor-widget-wp-widget-recent-posts .post-date {
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600; }
  .elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 .title-post a {
    color: #fff; }
  .elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 .post-date {
    color: #8aa3aa; }
  .elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 ul li:not(:last-child):before {
    opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30); }

h2.widget-title,
h2.widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 2em;
  font-weight: 400; }

.widget-title a {
  color: inherit; }

.title-with-icon {
  display: flex;
  -ms-flex-align: center !important;
  align-items: center !important; }
  .title-with-icon:before {
    font-size: 8px;
    margin-right: 20px; }

/* widget forms */
.widget {
  margin-bottom: 55px; }
  .widget form {
    padding: 0.4em 0; }
  .widget select {
    width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0; }
    .widget ul li {
      padding: .43rem 0; }
      .widget ul li ul {
        padding: .2rem 0 0;
        position: relative; }
      .widget ul li li {
        padding-left: .9rem; }
        @media (min-width: 992px) {
          .widget ul li li {
            padding-left: 1.2rem; } }
        .widget ul li li:last-child {
          padding-bottom: 0; }
      .widget ul li:last-child {
        padding-bottom: 0; }
      .widget ul li:first-child {
        padding-top: 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_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
  padding-top: .5rem;
  padding-bottom: .5rem; }
  .widget_top-posts ul li li,
  .widget_rss_links ul li li,
  .widget-grofile ul.grofile-links li li {
    padding-top: .5rem;
    padding-bottom: .5rem; }

.widget_rss ul li {
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* widget markup */
.widget .post-date, .widget .rss-date {
  font-size: 0.81em; }

/* Text widget */
.widget_text {
  word-wrap: break-word; }

/* RSS Widget */
.widget_rss .widget-title {
  display: flex;
  align-items: center; }
  .widget_rss .widget-title .rsswidget:first-child {
    margin-right: 5px; }
    .widget_rss .widget-title .rsswidget:first-child:hover {
      background-color: transparent; }
    .widget_rss .widget-title .rsswidget:first-child img {
      display: block; }

.widget_rss ul li {
  padding: 1rem 0;
  border-top: 1px dotted #eeeeee; }
  .widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0; }

.widget_rss li .rsswidget {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4; }

.widget_rss .rss-date, .widget_rss li cite {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

.widget_rss li cite {
  text-transform: uppercase;
  font-weight: bold; }

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0; }

.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;
  margin-bottom: 0; }

/* Recent Comments */
.widget_recent_comments table, .widget_recent_comments th, .widget_recent_comments td {
  border: 0; }

.widget_recent_comments .recentcomments {
  font-style: italic; }
  .widget_recent_comments .recentcomments .comment-author-link {
    color: #000; }
  .widget_recent_comments .recentcomments a {
    font-style: normal; }

/* Recent Posts widget */
.widget_recent_entries ul li:first-child {
  padding-top: 0; }

.widget_recent_entries li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25; }

.widget_recent_entries li.item-recent-post {
  display: flex; }
  .widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column; }
  .widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: 3em;
    margin-bottom: .5em;
    font-weight: 500; }

.widget_recent_entries img {
  margin-right: 20px;
  height: 80px;
  max-width: 80px;
  display: block;
  object-fit: cover; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999999; }

/* Widget Search*/
.widget_search input[type="search"] {
  border: 1px solid #eeeeee;
  padding: 10px;
  padding-right: 50px;
  line-height: 30px; }

.widget_search button[type="submit"] {
  background: transparent;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  padding: .8rem;
  line-height: 1; }
  .widget_search button[type="submit"] span:before {
    display: block; }
  .widget_search button[type="submit"]:hover, .widget_search button[type="submit"]:focus {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }

.widget_search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9; }

.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_product_categories li {
  overflow: hidden;
  color: #777777; }

.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_product_categories ul {
  clear: both; }

.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_product_categories a {
  color: #333333;
  transition: all ease-in-out 0.3s; }
  .widget_meta a:before,
  .widget_pages a:before,
  .widget_archive a:before,
  .widget_categories a:before,
  .widget_product_categories a:before {
    content: "";
    width: 0;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    transition: all ease-in-out 0.3s; }
  .widget_meta a:hover:before,
  .widget_pages a:hover:before,
  .widget_archive a:hover:before,
  .widget_categories a:hover:before,
  .widget_product_categories a:hover:before {
    width: 15px;
    margin-right: 10px; }

.secondary-border .search-form input[type="text"] {
  border-color: #3a3d46; }
  .secondary-border .search-form input[type="text"]:focus {
    border-color: #3a3d46; }

.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-right: 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;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border: 1px solid;
    border-color: #eeeeee; }
  .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 ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .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 ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .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 ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor, .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;
  right: 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;
      right: 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; }

.search-form label {
  margin-bottom: 0; }

/* Tag cloud widget */
.widget .tagcloud a,
.widget.widget_tag_cloud a {
  font-size: 13px !important;
  display: inline-block;
  float: left;
  /* !important to overwrite inline styles */
  position: relative;
  width: auto;
  border: 1px solid #eeeeee;
  padding: 0 15px;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: all ease-in-out 0.3s;
  word-wrap: break-word;
  z-index: 0; }
  .widget .tagcloud a:hover, .widget .tagcloud a:focus,
  .widget.widget_tag_cloud a:hover,
  .widget.widget_tag_cloud a:focus {
    background-color: #f4c3bc;
    color: #ffffff;
    border-color: #f4c3bc; }

/* Calendar widget */
.widget-area .widget_calendar table {
  margin-bottom: 0; }

.widget_calendar th, .widget_calendar td {
  text-align: center; }

.widget_calendar tfoot td {
  border: 0; }

.widget_calendar tbody a {
  display: inline-block;
  font-weight: 500;
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

/* Account widget */
.list-account {
  vertical-align: middle;
  padding-left: 0;
  list-style: none; }
  .list-account li {
    display: inline-block;
    padding-right: .5rem; }
  .list-account i {
    padding-right: .5rem; }

.site-footer .widget ul {
  padding-left: 0; }

.site-footer .widget li {
  border: none; }

[data-search-toggle="toggle"].active:not(.bottom-to-top) i:before {
  content: '\e461'; }

.widget_text .textwidget p:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------------------
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;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/* Media Elements */
.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 {
  border-color: #eeeeee;
  color: #222; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333333; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #e3e3e3; }
  .site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px solid;
    border-bottom-color: #eeeeee;
    -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 {
      border-bottom-color: transparent;
      background-color: #e3e3e3;
      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;
  border-color: #333333; }
  .site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333333; }
  .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-current-item .wp-playlist-item-artist {
    color: #aaa; }
  .site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333333; }
  .site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px solid;
    border-bottom-color: #555;
    -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 {
      border-bottom-color: transparent;
      background-color: #aaa;
      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-title {
  font-weight: bold; }

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-weight: normal; }

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }
  .site-content .wp-playlist-item:last-of-type {
    border-bottom: none; }
  .site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
    -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 {
  margin-bottom: 1.5em; }
  .entry-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: left; }

.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
  margin-left: -10px !important;
  margin-right: -10px !important; }

.widget .gallery-item,
.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item {
  text-align: center;
  vertical-align: top;
  margin: 20px 0;
  padding-left: 10px !important;
  padding-right: 10px !important; }

.widget .gallery-columns-5 .gallery-item,
.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .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,
.entry-gallery .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,
.entry-gallery .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,
.entry-gallery .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;
  max-width: 100%; }
  .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;
  text-align: left;
  padding: 5px 10px 0 0;
  margin-bottom: 0;
  line-height: 1.4; }

.single.single-give_forms .gallery {
  margin-right: -10px;
  margin-left: -10px; }
  .single.single-give_forms .gallery .gallery-item {
    padding-left: 10px;
    padding-right: 10px; }

/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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;
  box-shadow: 0 15px 40px #e3e3e3;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #e7e7e7; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

/*--------------------------------------------------------------
17.1 Modal User
--------------------------------------------------------------*/
.modal-user .opal-tabs > nav {
  margin-bottom: 0; }
  .modal-user .opal-tabs > nav li a {
    text-transform: uppercase;
    color: #fff; }
  .modal-user .opal-tabs > nav li.tab-current a {
    color: #000; }

.modal-user .btn-modal-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 1000;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
  position: absolute;
  background: rgba(227, 227, 227, 0.3);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 900; }

.modal-user.loading a, .modal-user.loading button, .modal-user.loading 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;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500; }

.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px;
  text-align: center; }
  .modal-user .opal-loader-inner label {
    font-size: 20px;
    font-size: 1.25rem;
    opacity: 0;
    color: #f4c3bc;
    display: inline-block; }
    .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); } }

/* ===== Start Color ===== */
/* ===== Start Color: body ===== */
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, 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::placeholder, textarea, .mainmenu-container li a span, .site-footer a, .breadcrumb a, .comment-metadata, .comment-metadata a, .c-body, .site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a, .comment-form a, .cart-collaterals .cart_totals th, #payment .payment_methods li.woocommerce-notice, #payment .payment_methods li.woocommerce-notice--info, #payment .payment_methods li.woocommerce-info, table.woocommerce-checkout-review-order-table th, .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, .single-product .stock.out-of-stock, .opal-style-1.search-form-wapper .search-submit span, .opal-style-1.search-form-wapper .search-submit span:before, .elementor-nav-menu--dropdown a, .elementor-widget-opal-post-grid .column-item .entry-meta .author a, .elementor-search-form--skin-minimal .elementor-search-form__icon, .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-content, .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-items div {
  color: #777777; }

/* ===== End Color: body ===== */
/* ===== Start Color: body - Hover ===== */
/* ===== End Color: body - Hover ===== */
/* ===== Start Color: heading ===== */
.btn-link, .elementor-element .elementor-button-link .elementor-button, .button-link, .elementor-wpcf7-button-link input[type="button"][type="submit"], .elementor-wpcf7-button-link input[type="submit"], .elementor-wpcf7-button-link button[type="submit"], .mailchimp-button-link button, .mailchimp-button-link button[type="submit"], .widget-area strong, h1, h2, h3, .page-header .page-title, h4, h5, h6, blockquote, .breadcrumb.current-item, .breadcrumb span.current-item, .breadcrumb *.current-item, .form-group .form-row label, label, th, a, .main-navigation .top-menu > li > a, .main-navigation .top-menu > li:hover > a, .main-navigation .top-menu > li:active > a, .main-navigation .top-menu > li:focus > a, .main-navigation:not(.navigation-dark) .top-menu > li > a, .entry-header .entry-title a:hover, .cat-tags-links .tags-links a, .entry-content blockquote cite a,
.entry-content strong,
.entry-content dt,
.entry-content th, .breadcrumb, .comment-content strong, .comment-author, .comment-author a, .comment-metadata a.comment-edit-link, .comment-reply-link, .comment-content table th, .comment-content dt, .elementor-element .elementor-widget-wp-widget-recent-posts .title-post a, h2.widget-title,
h2.widgettitle, .widget .tagcloud a,
.widget.widget_tag_cloud a, .c-heading, fieldset legend, .mainmenu-container ul ul .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, .entry-meta .author a, .author-wrapper .author-name, .search .site-content .page-title, #secondary .widget_product_categories .current-cat > a, #secondary .widget_product_categories .current-cat > .count, table.shop_table_responsive tbody th, .site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount, .site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount, .filter-close, table.cart:not(.wishlist_table) th, .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount, .cart-collaterals .cart_totals .amount, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info, #payment .payment_methods > .wc_payment_method > label, table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount, table.woocommerce-checkout-review-order-table .product-name, .woocommerce-billing-fields label, .woocommerce-billing-fields > h3, .page-header .woocommerce-billing-fields > .page-title, .woocommerce-additional-fields label, .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, #reviews .commentlist li .woocommerce-review__author, .woocommerce-Tabs-panel table.shop_attributes th,
#osf-accordion-container table.shop_attributes th, .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control], .woocommerce-widget-layered-nav .osf-label-type, .product_list_widget .amount, .woocommerce-product-list .amount, .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled) .variable-item-span, .elementor-accordion .elementor-tab-title, .elementor-widget-call-to-action.elementor-button-default .elementor-cta__button, .elementor-featured-box-wrapper .elementor-featured-box-title, .elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title, .elementor-price-table__currency, .elementor-price-table__integer-part, .elementor-price-table__feature-inner span.item-active, .elementor-price-table__period, .elementor-progress-percentage, .elementor-widget-progress .elementor-title, .elementor-teams-wrapper .elementor-team-name, .elementor-widget-opal-testimonials .elementor-testimonial-title, .elementor-widget-opal-testimonials .elementor-testimonial-content, .elementor-widget-opal-testimonials .elementor-testimonial-name, .elementor-widget-opal-testimonials .elementor-testimonial-job, .wishlist_table .product-price, .woocommerce-tabs ul.tabs li a:hover, .woocommerce-tabs ul.tabs li.active a, .product-style-1 li.product h2 a,
.product-style-1 li.product h3 a,
.product-style-1 li.product .page-header .page-title a, .page-header .product-style-1 li.product .page-title a,
.product-style-1 li.product .woocommerce-loop-product__title a {
  color: #2d2d2d; }

.cat-tags-links .tags-links a:hover, .cat-tags-links .tags-links a:focus, .woocommerce-tabs ul.tabs li a:hover:after, .woocommerce-tabs ul.tabs li.active a:after {
  border-color: #2d2d2d; }

.elementor-widget-call-to-action.elementor-button-default .elementor-cta__button {
  border-bottom-color: #2d2d2d; }

/* ===== End Color: heading ===== */
/* ===== Start Color: heading - Hover ===== */
/* ===== End Color: heading - Hover ===== */
/* ===== Start Color: secondary ===== */

.button-outline-secondary, .elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"], .elementor-wpcf7-button-outline_secondary input[type="submit"], .elementor-wpcf7-button-outline_secondary button[type="submit"], .mailchimp-button-outline_secondary button, .mailchimp-button-outline_secondary button[type="submit"], .elementor-element .elementor-button-outline_secondary .elementor-button, .c-secondary, .author-wrapper .author-name h6, .contactform-content button.mfp-close, .elementor-single-product .single-product div.product .entry-summary .price ins {
  color: #3a3d46; }

.f-secondary {
  fill: #3a3d46; }


.button-secondary, .secondary-button .search-submit, .elementor-wpcf7-button-secondary input[type="button"][type="submit"], .elementor-wpcf7-button-secondary input[type="submit"], .elementor-wpcf7-button-secondary button[type="submit"], .mailchimp-button-secondary button, .mailchimp-button-secondary button[type="submit"], .elementor-button-secondary button[type="submit"],
.elementor-button-secondary input[type="button"],
.elementor-button-secondary input[type="submit"], .elementor-element .elementor-button-secondary .elementor-button, .button-outline-secondary:hover, .elementor-wpcf7-button-outline_secondary input:hover[type="submit"], .elementor-wpcf7-button-outline_secondary button:hover[type="submit"], .mailchimp-button-outline_secondary button:hover, .button-outline-secondary:active, .elementor-wpcf7-button-outline_secondary input:active[type="submit"], .elementor-wpcf7-button-outline_secondary button:active[type="submit"], .mailchimp-button-outline_secondary button:active, .button-outline-secondary.active, .elementor-wpcf7-button-outline_secondary input.active[type="submit"], .elementor-wpcf7-button-outline_secondary button.active[type="submit"], .mailchimp-button-outline_secondary button.active,
.show > .button-outline-secondary.dropdown-toggle, .elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_secondary .show > button.dropdown-toggle, .elementor-element .elementor-button-outline_secondary .elementor-button:hover, .elementor-element .elementor-button-outline_secondary .elementor-button:active, .elementor-element .elementor-button-outline_secondary .elementor-button:focus, .bg-secondary, #secondary .elementor-widget-wp-widget-categories a:before, .elementor-flip-box__back, .elementor-text-underline-yes .elementor-icon-list-item:not(:hover) .elementor-icon-list-text:before {
  background-color: #3a3d46; }

.form-control:focus,
.button-secondary, .secondary-button .search-submit, .elementor-wpcf7-button-secondary input[type="button"][type="submit"], .elementor-wpcf7-button-secondary input[type="submit"], .elementor-wpcf7-button-secondary button[type="submit"], .mailchimp-button-secondary button, .mailchimp-button-secondary button[type="submit"], .elementor-button-secondary button[type="submit"],
.elementor-button-secondary input[type="button"],
.elementor-button-secondary input[type="submit"], .elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary, .elementor-wpcf7-button-outline_secondary input[type="button"][type="submit"], .elementor-wpcf7-button-outline_secondary input[type="submit"], .elementor-wpcf7-button-outline_secondary button[type="submit"], .mailchimp-button-outline_secondary button, .mailchimp-button-outline_secondary button[type="submit"], .elementor-element .elementor-button-outline_secondary .elementor-button, .button-outline-secondary:hover, .elementor-wpcf7-button-outline_secondary input:hover[type="submit"], .elementor-wpcf7-button-outline_secondary button:hover[type="submit"], .button-outline-secondary:active, .elementor-wpcf7-button-outline_secondary input:active[type="submit"], .elementor-wpcf7-button-outline_secondary button:active[type="submit"], .button-outline-secondary.active, .elementor-wpcf7-button-outline_secondary input.active[type="submit"], .elementor-wpcf7-button-outline_secondary button.active[type="submit"],
.show > .button-outline-secondary.dropdown-toggle, .elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_secondary .show > button.dropdown-toggle, .elementor-element .elementor-button-outline_secondary .elementor-button:hover, .elementor-element .elementor-button-outline_secondary .elementor-button:active, .elementor-element .elementor-button-outline_secondary .elementor-button:focus, .b-secondary {
  border-color: #3a3d46; }

/* ===== End Color: secondary ===== */
/* ===== Start Color: secondary - Hover ===== */
.button-secondary:hover, .secondary-button .search-submit:hover, .elementor-wpcf7-button-secondary input:hover[type="submit"], .elementor-wpcf7-button-secondary button:hover[type="submit"], .mailchimp-button-secondary button:hover, .button-secondary:active, .secondary-button .search-submit:active, .elementor-wpcf7-button-secondary input:active[type="submit"], .elementor-wpcf7-button-secondary button:active[type="submit"], .mailchimp-button-secondary button:active, .button-secondary.active, .secondary-button .active.search-submit, .elementor-wpcf7-button-secondary input.active[type="submit"], .elementor-wpcf7-button-secondary button.active[type="submit"], .mailchimp-button-secondary button.active,
.show > .button-secondary.dropdown-toggle, .secondary-button .show > .dropdown-toggle.search-submit, .elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-secondary .show > button.dropdown-toggle, .elementor-button-secondary button[type="submit"]:hover, .elementor-button-secondary button[type="submit"]:active, .elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus, .elementor-element .elementor-button-secondary .elementor-button:hover, .elementor-element .elementor-button-secondary .elementor-button:active, .elementor-element .elementor-button-secondary .elementor-button:focus {
  background-color: #17191c; }

.button-secondary:hover, .secondary-button .search-submit:hover, .elementor-wpcf7-button-secondary input:hover[type="submit"], .elementor-wpcf7-button-secondary button:hover[type="submit"], .mailchimp-button-secondary button:hover, .button-secondary:active, .secondary-button .search-submit:active, .elementor-wpcf7-button-secondary input:active[type="submit"], .elementor-wpcf7-button-secondary button:active[type="submit"], .mailchimp-button-secondary button:active, .button-secondary.active, .secondary-button .active.search-submit, .elementor-wpcf7-button-secondary input.active[type="submit"], .elementor-wpcf7-button-secondary button.active[type="submit"], .mailchimp-button-secondary button.active,
.show > .button-secondary.dropdown-toggle, .secondary-button .show > .dropdown-toggle.search-submit, .elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-secondary .show > button.dropdown-toggle, .elementor-button-secondary button[type="submit"]:hover, .elementor-button-secondary button[type="submit"]:active, .elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus, .elementor-element .elementor-button-secondary .elementor-button:hover, .elementor-element .elementor-button-secondary .elementor-button:active, .elementor-element .elementor-button-secondary .elementor-button:focus {
  border-color: #17191c; }

/* ===== End Color: secondary - Hover ===== */
/* ===== Start Color: primary ===== */
.mainmenu-container li.current-menu-parent > a, .mainmenu-container .menu-item > a:hover, .site-header .header-group .search-submit:hover, .site-header .header-group .search-submit:focus, .pbr-social-share a:hover, .breadcrumb a:hover, .breadcrumb a:hover span, .site-header-account > a:hover i, .site-header-account > a:hover .text-account, .site-header-account > a:hover .submenu-indicator, .comment-author a:hover, .comment-metadata a:hover, .elementor-element .elementor-widget-wp-widget-recent-posts .title-post a:hover, .title-with-icon:before, .widget_recent_entries li a:hover, .widget_recent_entries li a:active, .widget_search button[type="submit"],
.button-outline-primary, .elementor-wpcf7-button-outline_primary input[type="button"], .elementor-wpcf7-button-outline_primary input[type="submit"], .elementor-wpcf7-button-outline_primary button[type="submit"], .mailchimp-button-outline_primary button, .mailchimp-button-outline_primary button[type="submit"], .widget_shopping_cart .buttons .button:nth-child(odd), .elementor-element .elementor-button-outline_primary .elementor-button, .c-primary, .navigation-button .menu-toggle:hover, .navigation-button .menu-toggle:focus, .entry-content blockquote cite a:hover, .site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link, .comment-form a:hover, .widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_product_categories a:hover, #secondary .elementor-widget-container h5:first-of-type, .elementor-nav-menu-popup .mfp-close, .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, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover, .woocommerce-privacy-policy-link, .opal-currency_switcher .list-currency button[type="submit"]:hover, .opal-currency_switcher .list-currency li.active button[type="submit"], .shop-action a[class*="product_type_"]:hover:before, .shop-action a.loading[class*="product_type_"]:before, .shop-action .yith-wcqv-button:hover:before,
.shop-action .yith-wcwl-add-to-wishlist > div > a:hover:before,
.shop-action .compare:hover:before, .product-transition .yith-wcwl-add-to-wishlist > div > a:hover:before, ul.products li.product.osf-product-list .price, ul.products li.product .posfed_in a:hover, .select-items div:hover, .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover, .button-wrapper #chart-button, .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, #secondary .elementor-widget-wp-widget-recent-posts a, .elementor-accordion .elementor-tab-title.elementor-active, .contactform-content .form-title, .elementor-widget-call-to-action.elementor-button-default .elementor-cta__button:hover, .elementor-widget-opal-countdown .elementor-countdown-digits, .elementor-featured-box-wrapper i, .elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon, .elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon, .elementor-widget-icon-box.elementor-view-default:hover .elementor-icon, .elementor-widget-icon-box.elementor-view-default:not(:hover) .elementor-icon, .elementor-widget-icon-box:hover .elementor-icon-box-title, .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) i, .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) .elementor-icon-list-text, .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover i, .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover .elementor-icon-list-text, .elementor-widget-icon.elementor-view-default .elementor-icon, .elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active, .mailchimp-button-default .mc4wp-form-fields button[type="submit"]:hover, .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu a.elementor-sub-item.elementor-item-active, .elementor-nav-menu--main .elementor-item.highlighted, .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-nav-menu--main .elementor-item:hover, .elementor-nav-menu--main .elementor-item:focus, .elementor-nav-menu--main .current-menu-ancestor .elementor-item.has-submenu, .elementor-nav-menu--main .current-menu-item .elementor-item, .elementor-nav-menu--popup .elementor-item.highlighted, .elementor-nav-menu--popup .elementor-item.elementor-item-active, .elementor-nav-menu--popup .elementor-item:hover, .elementor-nav-menu--popup .elementor-item:focus, .elementor-nav-menu--popup .elementor-nav-menu--dropdown a:hover, .elementor-nav-menu--popup .elementor-nav-menu--dropdown a.highlighted, .elementor-nav-menu--dropdown:not(.mega-menu) a:hover, .elementor-nav-menu--dropdown:not(.mega-menu) a.highlighted, .elementor-nav-menu--dropdown:not(.mega-menu) a.has-submenu, .elementor-menu-toggle:hover i, .elementor-menu-toggle:hover .menu-toggle-title, .elementor-widget-opal-phone:not(:hover) i, .elementor-widget-opal-phone:not(:hover) .elementor-phone-title, .elementor-widget-opal-phone:not(:hover) .elementor-phone-subtitle, .portfolio .portfolio-content .entry-title a:hover, .portfolio .entry-category a:hover, .elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-title a:hover, .elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-category a:hover, .elementor-portfolio__filter:hover, .single-portfolio-navigation .nav-link:hover span, .elementor-widget-opal-post-grid .column-item .entry-meta .author a:hover, .elementor-button-default .elementor-button, .product-cats-carousel-wrapper .cats-title a:hover, .elementor-widget-opal-product-categories .product-cats:hover, .elementor-widget-opal-product-categories .product-cats:hover .cats-title a, .elementor-search-form .elementor-search-form__submit:hover, .elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover, .elementor-widget-social-icons.elementor-social-custom .elementor-social-icon:hover i, .elementor-teams-wrapper .elementor-team-name:hover, .elementor-teams-wrapper .team-icon-socials li:hover a, .elementor-video-icon, .header-button:hover i, .header-button:hover .title, .header-button:hover .count-text, .header-button:hover .amount, .header-button:hover .text-wishlist, .woocommerce-MyAccount-navigation ul li.is-active a, .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, .single-product div.product .pbr-social-share a:hover, .product_list_widget ins .amount, .woocommerce-product-list ins .amount {
  color: #f4c3bc; }

.f-primary {
  fill: #f4c3bc; }

.mp-level::-webkit-scrollbar-thumb, .comments-link span, .cat-links a, .cat-tags-links .tags-links a:hover, .cat-tags-links .tags-links a:focus, .page-links a:hover .page-number, .page-links a:focus .page-number, .page-links > .page-number, .error404 .error-btn-bh a, .widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_product_categories a:before,
.button-primary, input[type="reset"], input.secondary[type="button"], input.secondary[type="reset"], input.secondary[type="submit"], input[type="button"], input[type="submit"], button[type="submit"], .scrollup, .elementor-wpcf7-button-primary input[type="button"][type="submit"], .elementor-wpcf7-button-primary input[type="submit"], .elementor-wpcf7-button-primary button[type="submit"], .mailchimp-button-primary button, .mailchimp-button-primary button[type="submit"], .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'], .wc-proceed-to-checkout .button, .woocommerce-cart .return-to-shop a, .checkout_coupon .form-row-last button, #payment .place-order .button, .wishlist_table .product-add-to-cart a.button, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button, .widget_shopping_cart .buttons .button, .button-default:hover, .comment-form .form-submit input:hover[type="submit"], table.cart:not(.wishlist_table) td.actions button:hover[type="submit"], .button-dark:hover, .elementor-element .elementor-button-dark .elementor-button:hover, .elementor-wpcf7-button-dark input:hover[type="submit"], .elementor-wpcf7-button-dark button:hover[type="submit"], .mailchimp-button-dark button:hover, .button-dark:active, .elementor-element .elementor-button-dark .elementor-button:active, .elementor-wpcf7-button-dark input:active[type="submit"], .elementor-wpcf7-button-dark button:active[type="submit"], .mailchimp-button-dark button:active, .button-dark:focus, .elementor-element .elementor-button-dark .elementor-button:focus, .elementor-wpcf7-button-dark input:focus[type="submit"], .elementor-wpcf7-button-dark button:focus[type="submit"], .mailchimp-button-dark button:focus, .button-outline-dark:hover, .elementor-element .elementor-button-outline_dark .elementor-button:hover, .button-outline-dark:active, .elementor-element .elementor-button-outline_dark .elementor-button:active, .button-outline-dark:focus, .elementor-element .elementor-button-outline_dark .elementor-button:focus, .button-light:hover, .elementor-element .elementor-button-light .elementor-button:hover, .elementor-wpcf7-button-light input:hover[type="submit"], .elementor-wpcf7-button-light button:hover[type="submit"], .mailchimp-button-light button:hover, .button-light:active, .elementor-element .elementor-button-light .elementor-button:active, .elementor-wpcf7-button-light input:active[type="submit"], .elementor-wpcf7-button-light button:active[type="submit"], .mailchimp-button-light button:active, .button-light:focus, .elementor-element .elementor-button-light .elementor-button:focus, .elementor-wpcf7-button-light input:focus[type="submit"], .elementor-wpcf7-button-light button:focus[type="submit"], .mailchimp-button-light button:focus, .elementor-element .elementor-button-primary .elementor-button, .button-outline-primary:hover, .elementor-wpcf7-button-outline_primary input:hover[type="button"], .elementor-wpcf7-button-outline_primary input:hover[type="submit"], .elementor-wpcf7-button-outline_primary button:hover[type="submit"], .mailchimp-button-outline_primary button:hover, .widget_shopping_cart .buttons .button:hover:nth-child(odd), .button-outline-primary:active, .elementor-wpcf7-button-outline_primary input:active[type="button"], .elementor-wpcf7-button-outline_primary input:active[type="submit"], .elementor-wpcf7-button-outline_primary button:active[type="submit"], .mailchimp-button-outline_primary button:active, .widget_shopping_cart .buttons .button:active:nth-child(odd), .button-outline-primary.active, .elementor-wpcf7-button-outline_primary input.active[type="button"], .elementor-wpcf7-button-outline_primary input.active[type="submit"], .elementor-wpcf7-button-outline_primary button.active[type="submit"], .mailchimp-button-outline_primary button.active, .widget_shopping_cart .buttons .active.button:nth-child(odd),
.show > .button-outline-primary.dropdown-toggle, .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"], .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_primary .show > button.dropdown-toggle, .widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd), .elementor-element .elementor-button-outline_primary .elementor-button:hover, .elementor-element .elementor-button-outline_primary .elementor-button:active, .elementor-element .elementor-button-outline_primary .elementor-button:focus, .bg-primary, .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover:before,
.owl-theme .products .owl-nav [class*='owl-']:hover:before, .elementor-widget-divider .elementor-divider-separator:before, .elementor-flip-box__front, .elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon, .elementor-widget-icon-box.elementor-view-stacked:not(:hover) .elementor-icon, .elementor-text-underline-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before, .elementor-widget-icon.elementor-view-stacked .elementor-icon, .elementor-widget-opal-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar, .opal-image-hotspots-main-icons .opal-image-hotspots-icon, .elementor-widget-opal-image-gallery .gallery-item-overlay, .elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active, .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu > li.current-menu-parent > a:before, .elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu > li.current-menu-parent > a:after, .elementor-nav-menu--main.e--pointer-dot .elementor-item.elementor-item-active:before, .elementor-nav-menu--main.e--pointer-dot .elementor-item:not(:hover):before, .elementor-nav-menu--main.e--pointer-dot .elementor-item:hover:before, .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before, .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after, .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after, .elementor-nav-menu--popup.e--pointer-dot .elementor-item.elementor-item-active:before, .elementor-nav-menu--popup.e--pointer-dot .elementor-item:hover:before, .e--pointer-dot .elementor-item:before, .e--pointer-underline .elementor-item .menu-title:before, .e--pointer-underline .elementor-item .menu-title:after, .single-portfolio-summary .pbr-social-share a:hover, .elementor-widget-opal-post-grid .column-item .cat-links a, .elementor-widget-opal-post-grid .post-style-2 .post-thumbnail, div.opal-product-tooltipster .tooltipster-content, .elementor-timeline-carousel .timeline-carosuel-item .timeline-number, .elementor-timeline-carousel .timeline-carosuel-item:hover .timeline-number, .elementor-timeline-carousel .timeline-carosuel-item.timeline-item-activate .timeline-number, .timeline-item .timeline-number, .elementor-timeline-view-vertical .timeline-number, .header-button:hover .count, .notification-added-to-cart .ns-content, #payment .place-order .button:hover, .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, .handheld-footer-bar .cart .footer-cart-contents .count {
  background-color: #f4c3bc; }


.button-primary, input[type="reset"], input.secondary[type="button"], input.secondary[type="reset"], input.secondary[type="submit"], input[type="button"], input[type="submit"], button[type="submit"], .scrollup, .elementor-wpcf7-button-primary input[type="button"][type="submit"], .elementor-wpcf7-button-primary input[type="submit"], .elementor-wpcf7-button-primary button[type="submit"], .mailchimp-button-primary button, .mailchimp-button-primary button[type="submit"], .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'], .wc-proceed-to-checkout .button, .woocommerce-cart .return-to-shop a, .checkout_coupon .form-row-last button, #payment .place-order .button, .wishlist_table .product-add-to-cart a.button, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button, .widget_shopping_cart .buttons .button,
.button-secondary, .secondary-button .search-submit, .elementor-wpcf7-button-secondary input[type="button"][type="submit"], .elementor-wpcf7-button-secondary input[type="submit"], .elementor-wpcf7-button-secondary button[type="submit"], .mailchimp-button-secondary button, .mailchimp-button-secondary button[type="submit"], .elementor-element .elementor-button.elementor-button-link:hover, 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, textarea:focus, .button-default:hover, .comment-form .form-submit input:hover[type="submit"], table.cart:not(.wishlist_table) td.actions button:hover[type="submit"], .button-dark:hover, .elementor-element .elementor-button-dark .elementor-button:hover, .elementor-wpcf7-button-dark input:hover[type="submit"], .elementor-wpcf7-button-dark button:hover[type="submit"], .mailchimp-button-dark button:hover, .button-dark:active, .elementor-element .elementor-button-dark .elementor-button:active, .elementor-wpcf7-button-dark input:active[type="submit"], .elementor-wpcf7-button-dark button:active[type="submit"], .mailchimp-button-dark button:active, .button-dark:focus, .elementor-element .elementor-button-dark .elementor-button:focus, .elementor-wpcf7-button-dark input:focus[type="submit"], .elementor-wpcf7-button-dark button:focus[type="submit"], .mailchimp-button-dark button:focus, .button-outline-dark:hover, .elementor-element .elementor-button-outline_dark .elementor-button:hover, .button-outline-dark:active, .elementor-element .elementor-button-outline_dark .elementor-button:active, .button-outline-dark:focus, .elementor-element .elementor-button-outline_dark .elementor-button:focus, .button-light:hover, .elementor-element .elementor-button-light .elementor-button:hover, .elementor-wpcf7-button-light input:hover[type="submit"], .elementor-wpcf7-button-light button:hover[type="submit"], .mailchimp-button-light button:hover, .button-light:active, .elementor-element .elementor-button-light .elementor-button:active, .elementor-wpcf7-button-light input:active[type="submit"], .elementor-wpcf7-button-light button:active[type="submit"], .mailchimp-button-light button:active, .button-light:focus, .elementor-element .elementor-button-light .elementor-button:focus, .elementor-wpcf7-button-light input:focus[type="submit"], .elementor-wpcf7-button-light button:focus[type="submit"], .mailchimp-button-light button:focus, .elementor-element .elementor-button-primary .elementor-button,
.button-outline-primary, .elementor-wpcf7-button-outline_primary input[type="button"], .elementor-wpcf7-button-outline_primary input[type="submit"], .elementor-wpcf7-button-outline_primary button[type="submit"], .mailchimp-button-outline_primary button, .mailchimp-button-outline_primary button[type="submit"], .widget_shopping_cart .buttons .button:nth-child(odd), .elementor-element .elementor-button-outline_primary .elementor-button, .button-outline-primary:hover, .elementor-wpcf7-button-outline_primary input:hover[type="button"], .elementor-wpcf7-button-outline_primary input:hover[type="submit"], .elementor-wpcf7-button-outline_primary button:hover[type="submit"], .mailchimp-button-outline_primary button:hover, .widget_shopping_cart .buttons .button:hover:nth-child(odd), .button-outline-primary:active, .elementor-wpcf7-button-outline_primary input:active[type="button"], .elementor-wpcf7-button-outline_primary input:active[type="submit"], .elementor-wpcf7-button-outline_primary button:active[type="submit"], .mailchimp-button-outline_primary button:active, .widget_shopping_cart .buttons .button:active:nth-child(odd), .button-outline-primary.active, .elementor-wpcf7-button-outline_primary input.active[type="button"], .elementor-wpcf7-button-outline_primary input.active[type="submit"], .elementor-wpcf7-button-outline_primary button.active[type="submit"], .mailchimp-button-outline_primary button.active, .widget_shopping_cart .buttons .active.button:nth-child(odd),
.show > .button-outline-primary.dropdown-toggle, .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"], .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_primary .show > button.dropdown-toggle, .widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd), .elementor-element .elementor-button-outline_primary .elementor-button:hover, .elementor-element .elementor-button-outline_primary .elementor-button:active, .elementor-element .elementor-button-outline_primary .elementor-button:focus, .b-primary, .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover:before,
.owl-theme .products .owl-nav [class*='owl-']:hover:before, .elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon, .elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon, .elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before, .mc4wp-form-fields:focus-within, .e--pointer-framed .elementor-item.elementor-item-active:before, .e--pointer-framed .elementor-item.elementor-item-active:after, .e--pointer-framed .elementor-item:before, .e--pointer-framed .elementor-item:after, .elementor-nav-menu--main > .elementor-nav-menu, .elementor-nav-menu--main .elementor-nav-menu ul, ul.elementor-price-table__features-list, .elementor-widget-opal-product-deals .woocommerce-product-list li .inner, .elementor-widget-opal-products.elementor-product-list-border-style.elementor-product-list-style-2 .woocommerce-product-list li .inner, .elementor-search-form__container:not(.elementor-search-form--full-screen):focus-within, .elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover, .elementor-timeline-carousel .timeline-carosuel-item:hover .timeline-number, .elementor-timeline-carousel .timeline-carosuel-item.timeline-item-activate .timeline-number, .site-header-cart .widget_shopping_cart, #payment .place-order .button:hover, .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, .woocommerce-single-style-7.single-product .flex-nav-next a:hover:after, .woocommerce-single-style-7.single-product .flex-nav-prev a:hover:after, .osf-product-deal .woocommerce-product-list .opal-countdown .day, .otf-product-recently-content li:hover .product-thumbnail img {
  border-color: #f4c3bc; }

.main-navigation .top-menu > li:hover:before, .main-navigation .top-menu > li:active:before, .main-navigation .top-menu > li:focus:before, .elementor-widget-call-to-action.elementor-button-default .elementor-cta__button:hover, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children:before, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu:before, .site-header-cart .header-button:before {
  border-bottom-color: #f4c3bc; }

div.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #f4c3bc; }

/* ===== End Color: primary ===== */
/* ===== Start Color: primary - Hover ===== */
.btn-link:focus, .elementor-element .elementor-button-link .elementor-button:focus, .btn-link:hover, .elementor-element .elementor-button-link .elementor-button:hover, .button-link:focus, .elementor-wpcf7-button-link input:focus[type="submit"], .elementor-wpcf7-button-link button:focus[type="submit"], .mailchimp-button-link button:focus, .button-link:hover, .elementor-wpcf7-button-link input:hover[type="submit"], .elementor-wpcf7-button-link button:hover[type="submit"], .mailchimp-button-link button:hover, a:hover, a:active, .widget_search button[type="submit"]:hover, .widget_search button[type="submit"]:focus, .elementor-widget-opal-phone:hover i, .elementor-widget-opal-phone:hover .elementor-phone-title, .elementor-widget-opal-phone:hover .elementor-phone-subtitle {
  color: #e9887a; }

.cat-links a:hover, .button-primary:hover, input:hover[type="reset"], input:hover[type="button"], input:hover[type="submit"], button:hover[type="submit"], .scrollup:hover, .elementor-wpcf7-button-primary input:hover[type="submit"], .elementor-wpcf7-button-primary button:hover[type="submit"], .mailchimp-button-primary button:hover, .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'], .wc-proceed-to-checkout .button:hover, .woocommerce-cart .return-to-shop a:hover, .checkout_coupon .form-row-last button:hover, #payment .place-order .button:hover, .wishlist_table .product-add-to-cart a.button:hover, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover, .widget_shopping_cart .buttons .button:hover, .button-primary:active, input:active[type="reset"], input:active[type="button"], input:active[type="submit"], button:active[type="submit"], .scrollup:active, .elementor-wpcf7-button-primary input:active[type="submit"], .elementor-wpcf7-button-primary button:active[type="submit"], .mailchimp-button-primary button:active, .elementor-single-product .single-product div.product .entry-summary form.cart button:active[type='submit'], .wc-proceed-to-checkout .button:active, .woocommerce-cart .return-to-shop a:active, .checkout_coupon .form-row-last button:active, #payment .place-order .button:active, .wishlist_table .product-add-to-cart a.button:active, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active, .widget_shopping_cart .buttons .button:active, .button-primary.active, input.active[type="reset"], input.active[type="button"], input.active[type="submit"], button.active[type="submit"], .active.scrollup, .elementor-wpcf7-button-primary input.active[type="submit"], .elementor-wpcf7-button-primary button.active[type="submit"], .mailchimp-button-primary button.active, .elementor-single-product .single-product div.product .entry-summary form.cart button.active[type='submit'], .wc-proceed-to-checkout .active.button, .woocommerce-cart .return-to-shop a.active, .checkout_coupon .form-row-last button.active, #payment .place-order .active.button, .wishlist_table .product-add-to-cart a.active.button, .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button, .widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle, .show > input.dropdown-toggle[type="reset"], .show > input.dropdown-toggle[type="button"], .show > input.dropdown-toggle[type="submit"], .show > button.dropdown-toggle[type="submit"], .show > .dropdown-toggle.scrollup, .elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-primary .show > button.dropdown-toggle, .elementor-single-product .single-product div.product .entry-summary form.cart .show > button.dropdown-toggle[type='submit'], .wc-proceed-to-checkout .show > .dropdown-toggle.button, .woocommerce-cart .return-to-shop .show > a.dropdown-toggle, .checkout_coupon .form-row-last .show > button.dropdown-toggle, #payment .place-order .show > .dropdown-toggle.button, .wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button, .woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button, .widget_shopping_cart .buttons .show > .dropdown-toggle.button, .elementor-element .elementor-button-primary .elementor-button:hover, .elementor-element .elementor-button-primary .elementor-button:active, .elementor-element .elementor-button-primary .elementor-button:focus, .elementor-widget-opal-post-grid .column-item .cat-links a:hover {
  background-color: #e9887a; }

.button-primary:active, input:active[type="reset"], input:active[type="button"], input:active[type="submit"], button:active[type="submit"], .scrollup:active, .elementor-wpcf7-button-primary input:active[type="submit"], .elementor-wpcf7-button-primary button:active[type="submit"], .mailchimp-button-primary button:active, .elementor-single-product .single-product div.product .entry-summary form.cart button:active[type='submit'], .wc-proceed-to-checkout .button:active, .woocommerce-cart .return-to-shop a:active, .checkout_coupon .form-row-last button:active, #payment .place-order .button:active, .wishlist_table .product-add-to-cart a.button:active, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active, .widget_shopping_cart .buttons .button:active, .button-primary.active, input.active[type="reset"], input.active[type="button"], input.active[type="submit"], button.active[type="submit"], .active.scrollup, .elementor-wpcf7-button-primary input.active[type="submit"], .elementor-wpcf7-button-primary button.active[type="submit"], .mailchimp-button-primary button.active, .elementor-single-product .single-product div.product .entry-summary form.cart button.active[type='submit'], .wc-proceed-to-checkout .active.button, .woocommerce-cart .return-to-shop a.active, .checkout_coupon .form-row-last button.active, #payment .place-order .active.button, .wishlist_table .product-add-to-cart a.active.button, .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button, .widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle, .show > input.dropdown-toggle[type="reset"], .show > input.dropdown-toggle[type="button"], .show > input.dropdown-toggle[type="submit"], .show > button.dropdown-toggle[type="submit"], .show > .dropdown-toggle.scrollup, .elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-primary .show > button.dropdown-toggle, .elementor-single-product .single-product div.product .entry-summary form.cart .show > button.dropdown-toggle[type='submit'], .wc-proceed-to-checkout .show > .dropdown-toggle.button, .woocommerce-cart .return-to-shop .show > a.dropdown-toggle, .checkout_coupon .form-row-last .show > button.dropdown-toggle, #payment .place-order .show > .dropdown-toggle.button, .wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button, .woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button, .widget_shopping_cart .buttons .show > .dropdown-toggle.button, .button-secondary:active, .secondary-button .search-submit:active, .elementor-wpcf7-button-secondary input:active[type="submit"], .elementor-wpcf7-button-secondary button:active[type="submit"], .mailchimp-button-secondary button:active, .button-secondary.active, .secondary-button .active.search-submit, .elementor-wpcf7-button-secondary input.active[type="submit"], .elementor-wpcf7-button-secondary button.active[type="submit"], .mailchimp-button-secondary button.active,
.show > .button-secondary.dropdown-toggle, .secondary-button .show > .dropdown-toggle.search-submit, .elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-secondary .show > button.dropdown-toggle, .button-primary:hover, input:hover[type="reset"], input:hover[type="button"], input:hover[type="submit"], button:hover[type="submit"], .scrollup:hover, .elementor-wpcf7-button-primary input:hover[type="submit"], .elementor-wpcf7-button-primary button:hover[type="submit"], .mailchimp-button-primary button:hover, .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'], .wc-proceed-to-checkout .button:hover, .woocommerce-cart .return-to-shop a:hover, .checkout_coupon .form-row-last button:hover, #payment .place-order .button:hover, .wishlist_table .product-add-to-cart a.button:hover, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover, .widget_shopping_cart .buttons .button:hover, .elementor-element .elementor-button-primary .elementor-button:hover, .elementor-element .elementor-button-primary .elementor-button:active, .elementor-element .elementor-button-primary .elementor-button:focus {
  border-color: #e9887a; }

/* ===== End Color: primary - Hover ===== */
/* ===== Start Color: Button Primary ===== */

.button-primary, input[type="reset"], input.secondary[type="button"], input.secondary[type="reset"], input.secondary[type="submit"], input[type="button"], input[type="submit"], button[type="submit"], .scrollup, .elementor-wpcf7-button-primary input[type="button"][type="submit"], .elementor-wpcf7-button-primary input[type="submit"], .elementor-wpcf7-button-primary button[type="submit"], .mailchimp-button-primary button, .mailchimp-button-primary button[type="submit"], .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'], .wc-proceed-to-checkout .button, .woocommerce-cart .return-to-shop a, .checkout_coupon .form-row-last button, #payment .place-order .button, .wishlist_table .product-add-to-cart a.button, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button, .widget_shopping_cart .buttons .button, .button-default:hover, .comment-form .form-submit input:hover[type="submit"], table.cart:not(.wishlist_table) td.actions button:hover[type="submit"], .button-dark:hover, .elementor-element .elementor-button-dark .elementor-button:hover, .elementor-wpcf7-button-dark input:hover[type="submit"], .elementor-wpcf7-button-dark button:hover[type="submit"], .mailchimp-button-dark button:hover, .button-dark:active, .elementor-element .elementor-button-dark .elementor-button:active, .elementor-wpcf7-button-dark input:active[type="submit"], .elementor-wpcf7-button-dark button:active[type="submit"], .mailchimp-button-dark button:active, .button-dark:focus, .elementor-element .elementor-button-dark .elementor-button:focus, .elementor-wpcf7-button-dark input:focus[type="submit"], .elementor-wpcf7-button-dark button:focus[type="submit"], .mailchimp-button-dark button:focus, .button-outline-dark:hover, .elementor-element .elementor-button-outline_dark .elementor-button:hover, .button-outline-dark:active, .elementor-element .elementor-button-outline_dark .elementor-button:active, .button-outline-dark:focus, .elementor-element .elementor-button-outline_dark .elementor-button:focus, .button-light:hover, .elementor-element .elementor-button-light .elementor-button:hover, .elementor-wpcf7-button-light input:hover[type="submit"], .elementor-wpcf7-button-light button:hover[type="submit"], .mailchimp-button-light button:hover, .button-light:active, .elementor-element .elementor-button-light .elementor-button:active, .elementor-wpcf7-button-light input:active[type="submit"], .elementor-wpcf7-button-light button:active[type="submit"], .mailchimp-button-light button:active, .button-light:focus, .elementor-element .elementor-button-light .elementor-button:focus, .elementor-wpcf7-button-light input:focus[type="submit"], .elementor-wpcf7-button-light button:focus[type="submit"], .mailchimp-button-light button:focus, .elementor-element .elementor-button-primary .elementor-button {
  background-color: #f4c3bc;
  border-color: #f4c3bc; }

/* ===== End Color: Button Primary ===== */
/* ===== Start Color: Button Primary Hover ===== */
.button-primary:hover, input:hover[type="reset"], input:hover[type="button"], input:hover[type="submit"], button:hover[type="submit"], .scrollup:hover, .elementor-wpcf7-button-primary input:hover[type="submit"], .elementor-wpcf7-button-primary button:hover[type="submit"], .mailchimp-button-primary button:hover, .elementor-single-product .single-product div.product .entry-summary form.cart button:hover[type='submit'], .wc-proceed-to-checkout .button:hover, .woocommerce-cart .return-to-shop a:hover, .checkout_coupon .form-row-last button:hover, #payment .place-order .button:hover, .wishlist_table .product-add-to-cart a.button:hover, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover, .widget_shopping_cart .buttons .button:hover, .button-primary:active, input:active[type="reset"], input:active[type="button"], input:active[type="submit"], button:active[type="submit"], .scrollup:active, .elementor-wpcf7-button-primary input:active[type="submit"], .elementor-wpcf7-button-primary button:active[type="submit"], .mailchimp-button-primary button:active, .elementor-single-product .single-product div.product .entry-summary form.cart button:active[type='submit'], .wc-proceed-to-checkout .button:active, .woocommerce-cart .return-to-shop a:active, .checkout_coupon .form-row-last button:active, #payment .place-order .button:active, .wishlist_table .product-add-to-cart a.button:active, .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active, .widget_shopping_cart .buttons .button:active, .button-primary.active, input.active[type="reset"], input.active[type="button"], input.active[type="submit"], button.active[type="submit"], .active.scrollup, .elementor-wpcf7-button-primary input.active[type="submit"], .elementor-wpcf7-button-primary button.active[type="submit"], .mailchimp-button-primary button.active, .elementor-single-product .single-product div.product .entry-summary form.cart button.active[type='submit'], .wc-proceed-to-checkout .active.button, .woocommerce-cart .return-to-shop a.active, .checkout_coupon .form-row-last button.active, #payment .place-order .active.button, .wishlist_table .product-add-to-cart a.active.button, .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button, .widget_shopping_cart .buttons .active.button,
.show > .button-primary.dropdown-toggle, .show > input.dropdown-toggle[type="reset"], .show > input.dropdown-toggle[type="button"], .show > input.dropdown-toggle[type="submit"], .show > button.dropdown-toggle[type="submit"], .show > .dropdown-toggle.scrollup, .elementor-wpcf7-button-primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-primary .show > button.dropdown-toggle, .elementor-single-product .single-product div.product .entry-summary form.cart .show > button.dropdown-toggle[type='submit'], .wc-proceed-to-checkout .show > .dropdown-toggle.button, .woocommerce-cart .return-to-shop .show > a.dropdown-toggle, .checkout_coupon .form-row-last .show > button.dropdown-toggle, #payment .place-order .show > .dropdown-toggle.button, .wishlist_table .product-add-to-cart .show > a.dropdown-toggle.button, .woocommerce-MyAccount-content .woocommerce-Pagination .show > .dropdown-toggle.woocommerce-button, .widget_shopping_cart .buttons .show > .dropdown-toggle.button, .elementor-element .elementor-button-primary .elementor-button:hover, .elementor-element .elementor-button-primary .elementor-button:active, .elementor-element .elementor-button-primary .elementor-button:focus {
  background-color: #e9887a;
  border-color: #e9887a; }

/* ===== End Color: Button Primary Hover ===== */
/* ===== Start Color: Button Primary Outline ===== */

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

/* ===== End Color: Button Primary Outline ===== */
/* ===== Start Color: Button Primary Outline Hover ===== */
.button-outline-primary:hover, .elementor-wpcf7-button-outline_primary input:hover[type="button"], .elementor-wpcf7-button-outline_primary input:hover[type="submit"], .elementor-wpcf7-button-outline_primary button:hover[type="submit"], .mailchimp-button-outline_primary button:hover, .widget_shopping_cart .buttons .button:hover:nth-child(odd), .button-outline-primary:active, .elementor-wpcf7-button-outline_primary input:active[type="button"], .elementor-wpcf7-button-outline_primary input:active[type="submit"], .elementor-wpcf7-button-outline_primary button:active[type="submit"], .mailchimp-button-outline_primary button:active, .widget_shopping_cart .buttons .button:active:nth-child(odd), .button-outline-primary.active, .elementor-wpcf7-button-outline_primary input.active[type="button"], .elementor-wpcf7-button-outline_primary input.active[type="submit"], .elementor-wpcf7-button-outline_primary button.active[type="submit"], .mailchimp-button-outline_primary button.active, .widget_shopping_cart .buttons .active.button:nth-child(odd),
.show > .button-outline-primary.dropdown-toggle, .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="button"], .elementor-wpcf7-button-outline_primary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_primary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_primary .show > button.dropdown-toggle, .widget_shopping_cart .buttons .show > .dropdown-toggle.button:nth-child(odd), .elementor-element .elementor-button-outline_primary .elementor-button:hover, .elementor-element .elementor-button-outline_primary .elementor-button:active, .elementor-element .elementor-button-outline_primary .elementor-button:focus {
  background-color: #f4c3bc;
  border-color: #f4c3bc;
  color: #fff; }

/* ===== End Color: Button Primary Outline Hover ===== */
/* ===== Start Color: Button Secondary ===== */

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

/* ===== End Color: Button Secondary ===== */
/* ===== Start Color: Button Secondary Outline ===== */

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

/* ===== End Color: Button Secondary Outline ===== */
/* ===== Start Color: Button Secondary Outline Hover ===== */
.button-outline-secondary:hover, .elementor-wpcf7-button-outline_secondary input:hover[type="submit"], .elementor-wpcf7-button-outline_secondary button:hover[type="submit"], .mailchimp-button-outline_secondary button:hover, .button-outline-secondary:active, .elementor-wpcf7-button-outline_secondary input:active[type="submit"], .elementor-wpcf7-button-outline_secondary button:active[type="submit"], .mailchimp-button-outline_secondary button:active, .button-outline-secondary.active, .elementor-wpcf7-button-outline_secondary input.active[type="submit"], .elementor-wpcf7-button-outline_secondary button.active[type="submit"], .mailchimp-button-outline_secondary button.active,
.show > .button-outline-secondary.dropdown-toggle, .elementor-wpcf7-button-outline_secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-outline_secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-outline_secondary .show > button.dropdown-toggle, .elementor-element .elementor-button-outline_secondary .elementor-button:hover, .elementor-element .elementor-button-outline_secondary .elementor-button:active, .elementor-element .elementor-button-outline_secondary .elementor-button:focus {
  background-color: #3a3d46;
  border-color: #3a3d46;
  color: #fff; }

/* ===== End Color: Button Secondary Outline Hover ===== */
/* ===== Start Color: Button Secondary Hover ===== */
.button-secondary:hover, .secondary-button .search-submit:hover, .elementor-wpcf7-button-secondary input:hover[type="submit"], .elementor-wpcf7-button-secondary button:hover[type="submit"], .mailchimp-button-secondary button:hover, .button-secondary:active, .secondary-button .search-submit:active, .elementor-wpcf7-button-secondary input:active[type="submit"], .elementor-wpcf7-button-secondary button:active[type="submit"], .mailchimp-button-secondary button:active, .button-secondary.active, .secondary-button .active.search-submit, .elementor-wpcf7-button-secondary input.active[type="submit"], .elementor-wpcf7-button-secondary button.active[type="submit"], .mailchimp-button-secondary button.active,
.show > .button-secondary.dropdown-toggle, .secondary-button .show > .dropdown-toggle.search-submit, .elementor-wpcf7-button-secondary .show > input.dropdown-toggle[type="submit"], .elementor-wpcf7-button-secondary .show > button.dropdown-toggle[type="submit"], .mailchimp-button-secondary .show > button.dropdown-toggle, .elementor-button-secondary button[type="submit"]:hover, .elementor-button-secondary button[type="submit"]:active, .elementor-button-secondary button[type="submit"]:focus,
.elementor-button-secondary input[type="button"]:hover,
.elementor-button-secondary input[type="button"]:active,
.elementor-button-secondary input[type="button"]:focus,
.elementor-button-secondary input[type="submit"]:hover,
.elementor-button-secondary input[type="submit"]:active,
.elementor-button-secondary input[type="submit"]:focus, .elementor-element .elementor-button-secondary .elementor-button:hover, .elementor-element .elementor-button-secondary .elementor-button:active, .elementor-element .elementor-button-secondary .elementor-button:focus {
  background-color: #17191c;
  border-color: #17191c; }

/* ===== End Color: Button Secondary Hover ===== */
/* ===== End Color ===== */
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {
  body.customize-partial-edit-shortcuts-shown .site-header .site-title {
    padding-left: 0; } }

@media screen and (min-width: 30em) {
  img.alignleft {
    float: left;
    margin-right: 1.5em; }
  img.alignright {
    float: right;
    margin-left: 1.5em; }
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 2em;
    padding-top: 3.5em; }
  .page-one-column .panel-content .wrap {
    max-width: 740px; }
  .recent-posts .entry-header {
    margin-bottom: 0; } }

@media screen and (min-width: 48em) {
  .error404 #primary {
    float: none; }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0; }
  .custom-header-media {
    height: 165px;
    position: relative; }
  .site-title {
    font-size: 24px; }
  .site-description {
    font-size: 16px; }
  /* Main Navigation */
  .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;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease, top .25s ease; }
  .site-header .main-navigation ul ul li > ul {
    left: 100%;
    right: 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;
    right: auto;
    pointer-events: visible; }
  .site-header .main-navigation .menu-item-has-children > a > i, .site-header .main-navigation .page_item_has_children > a > i {
    display: inline;
    left: 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;
    left: auto;
    position: absolute;
    right: 40px;
    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 {
    left: -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;
    right: 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: 24px;
    font-size: 1.5rem; }
  /* Posts */
  .comments-pagination {
    clear: both; }
  .post-navigation {
    clear: both; }
    .post-navigation .nav-previous {
      width: 50%; }
    .post-navigation .nav-next {
      text-align: right;
      width: 50%; }
  .nav-next, .post-navigation .nav-next {
    margin-top: 0; }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px; }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em; }
  /* Pages */
  .site-content {
    padding: 4.5em  0; }
  /* 404 page */
  /* Comments */
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative; }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 0.875rem; }
  /* Footer */
  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto; }
  /* Gallery Columns */ }

@media screen and (min-width: 67em) {
  /* Sticky posts */
  .sticky .fa-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px; }
  /* Comments */
  .comment-body {
    margin-left: 0; } }

/*--------------------------------------------------------------
20.0 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, .page-header .page-title {
    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-left: 5% !important;
    padding-right: 5% !important;
    max-width: none; }
  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0; }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */ }
  .site-title {
    font-size: 25pt; }
  .site-description {
    font-size: 12pt;
    opacity: 1; }
  /* Posts */
  .single-featured-image-header {
    background: transparent; }
  .entry-meta {
    font-size: 9pt; }
  /* Colors */
  body, .site {
    background: none !important;
    /* Brute force since user agents all print differently. */ }
  body, a, .site-title a {
    color: #1e3954 !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 ===== */
/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  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 {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .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 {
    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,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .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 {
    display: block; }
  .owl-carousel + .owl-carousel-thumbnail {
    margin-top: 10px; }
    .owl-carousel + .owl-carousel-thumbnail .owl-item .item {
      opacity: 0.2;
      transition: opacity 0.4s;
      cursor: pointer; }
      .owl-carousel + .owl-carousel-thumbnail .owl-item .item.selected, .owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover {
        opacity: 1; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .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 {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

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

.owl-carousel .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 {
  transform: scale(1.3, 1.3); }

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

.owl-carousel .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 {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav,
.owl-theme .products .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-carousel .owl-nav [class*='owl-'],
  .owl-theme .products .owl-nav [class*='owl-'] {
    width: auto;
    line-height: normal;
    height: auto;
    color: #999999;
    margin: 0px;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    box-shadow: none;
    -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.owl-carousel .owl-nav [class*='owl-']:before,
    .owl-theme .products .owl-nav [class*='owl-']:before {
      font-size: 12px;
      display: block;
      text-align: center;
      color: #999999;
      background: transparent;
      border: 2px solid #999999;
      border-radius: 0;
      width: 24px;
      height: 24px;
      line-height: 21px;
      border-radius: 50%;
      font-weight: bold;
      box-sizing: border-box;
      -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.owl-carousel .owl-nav [class*='owl-'].owl-next,
    .owl-theme .products .owl-nav [class*='owl-'].owl-next {
      right: 0; }
    .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-prev,
    .owl-theme .products .owl-nav [class*='owl-'].owl-prev {
      left: 0; }
    .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover,
    .owl-theme .products .owl-nav [class*='owl-']:hover {
      text-decoration: none; }
      .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover:before,
      .owl-theme .products .owl-nav [class*='owl-']:hover:before {
        color: #fff; }
  .owl-theme.owl-carousel .owl-nav .disabled,
  .owl-theme .products .owl-nav .disabled {
    opacity: 0.5;
    cursor: no-drop; }

.owl-theme.owl-carousel .owl-dots,
.owl-theme .products .owl-dots {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-carousel .owl-dots .owl-dot,
  .owl-theme .products .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    background: #dedede;
    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.owl-carousel .owl-dots .owl-dot:hover, .owl-theme.owl-carousel .owl-dots .owl-dot.active,
    .owl-theme .products .owl-dots .owl-dot:hover,
    .owl-theme .products .owl-dots .owl-dot.active {
      background: #f4c3bc; }
    .owl-theme.owl-carousel .owl-dots .owl-dot:last-child,
    .owl-theme .products .owl-dots .owl-dot:last-child {
      margin: 0; }

.slider-visible .owl-carousel .owl-stage-outer {
  overflow: visible; }

.owl-nav-position-bottom .owl-carousel .owl-nav, .owl-nav-position-bottom .products .owl-nav,
.owl-nav-position-top .owl-carousel .owl-nav,
.owl-nav-position-top .products .owl-nav {
  padding: 0 15px;
  display: flex;
  background-color: #fff; }
  .owl-nav-position-bottom .owl-carousel .owl-nav [class*='owl-'], .owl-nav-position-bottom .products .owl-nav [class*='owl-'],
  .owl-nav-position-top .owl-carousel .owl-nav [class*='owl-'],
  .owl-nav-position-top .products .owl-nav [class*='owl-'] {
    position: static;
    margin: 0 3px;
    -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-nav-position-top .owl-nav {
  position: absolute;
  top: -60px; }

.owl-nav-position-bottom .owl-nav {
  position: absolute;
  bottom: -60px; }

.owl-nav-align-left .owl-nav {
  left: -18px; }

.owl-nav-align-center .owl-nav {
  right: 50%;
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); }

.owl-nav-align-right .owl-nav {
  right: -18px; }

/* ===== End OWL Carousel ===== */
/* ===== Start Elementor ===== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .contactform-content,
  .mfp-zoom-in .mailchimp-content,
  .mfp-zoom-in .review_wrapper,
  .mfp-zoom-in .elementor-nav-menu-popup,
  .mfp-zoom-in .property-variation-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,
  .mfp-zoom-in.mfp-ready .review_wrapper,
  .mfp-zoom-in.mfp-ready .elementor-nav-menu-popup,
  .mfp-zoom-in.mfp-ready .property-variation-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,
  .mfp-zoom-in.mfp-removing .review_wrapper,
  .mfp-zoom-in.mfp-removing .elementor-nav-menu-popup,
  .mfp-zoom-in.mfp-removing .property-variation-content {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

.elementor-widget-opal-button-contact7.elementor-align-left {
  text-align: left; }

.elementor-widget-opal-button-contact7.elementor-align-center {
  text-align: center; }

.elementor-widget-opal-button-contact7.elementor-align-right {
  text-align: right; }

.elementor-editor-active .mfp-hide {
  display: none !important; }

.shape-custom .elementor-shape {
  top: -11px; }

[data-elementor-columns].no-gutter {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }
  [data-elementor-columns].no-gutter .column-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

.column-item.portfolio-entries {
  margin-bottom: 40px; }

.row.owl-carousel, body.opal-default-content-layout-2cr #content .owl-carousel.wrap, body.opal-content-layout-2cl #content .owl-carousel.wrap, body.opal-content-layout-2cr #content .owl-carousel.wrap, .owl-carousel[data-opal-columns], .site-footer .owl-carousel.widget-area, .owl-carousel.comment-form, .widget .owl-carousel.gallery,
.elementor-element .owl-carousel.gallery,
.entry-gallery .owl-carousel.gallery,
.single .owl-carousel.gallery, .owl-carousel[data-elementor-columns], .single-portfolio-summary .owl-carousel.single-portfolio-summary-inner, .woocommerce-cart .owl-carousel.woocommerce, .woocommerce-billing-fields .owl-carousel.woocommerce-billing-fields__field-wrapper, .woocommerce-MyAccount-content form.owl-carousel[class^="woocommerce-"], .owl-carousel.woocommerce-columns--addresses, form.owl-carousel.track_order, .woocommerce-account .owl-carousel.woocommerce, .woocommerce-account .woocommerce .owl-carousel.u-columns.woocommerce-Addresses, .owl-carousel.woocommerce-Addresses, .owl-carousel.woocommerce-address-fields__field-wrapper, ul.owl-carousel.products, .owl-carousel.osf-sorting, .single-product div.owl-carousel.product, .woocommerce-single-style-2.single-product div.product .images figure.owl-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important; }

[data-elementor-columns="5"] .column-item {
  padding-left: 20px;
  padding-right: 20px; }
  @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-left: 20px;
  padding-right: 20px; }
  @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-left: 20px;
  padding-right: 20px; }
  @media (min-width: 576px) {
    [data-elementor-columns-mobile="5"] .column-item {
      flex: 0 0 20%;
      max-width: 20%; } }

body.opal-layout-boxed .site-header .elementor-section.elementor-section-stretched {
  left: 0 !important; }

.opal-content-layout-2cr .site-content section.elementor-section-stretched,
.opal-content-layout-2cl .site-content section.elementor-section-stretched {
  max-width: 100%;
  left: auto !important; }

@media (min-width: 576px) {
  [data-opal-columns="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%; } }

.opal-loading {
  position: relative; }
  .opal-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading 450ms infinite linear;
    -webkit-animation: opal-loading 450ms infinite linear;
    margin: 40px auto;
    position: absolute;
    left: 50%;
    top: 50%; }

.opal-border-1 {
  position: relative; }
  .opal-border-1:after, .opal-border-1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e3e3e3;
    content: "";
    width: 1px;
    height: 100px; }
    @media (max-width: 575px) {
      .opal-border-1:after, .opal-border-1:before {
        width: 0; } }
  .opal-border-1:after {
    right: 0; }
  .opal-border-1:before {
    left: 0; }

.elementor-shape {
  z-index: 1; }

.elementor-widget ul.menu {
  margin: 0;
  list-style: none; }
  .elementor-widget ul.menu ul {
    list-style: none; }

.elementor-widget .elementor-text-editor p:last-child {
  margin-bottom: 0; }

.elementor-widget-wp-widget-recent-posts li.item-recent-post {
  display: flex;
  padding: .5rem 0;
  border: 0;
  line-height: 26px; }
  .elementor-widget-wp-widget-recent-posts li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.elementor-widget-wp-widget-recent-posts img {
  margin-right: 15px;
  height: 100%;
  max-width: 80px;
  display: block; }

.elementor-widget-wp-widget-recent-posts .post-date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px; }

#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-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 li:last-child {
    border-bottom: 0 solid; }

#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;
    border-radius: 50%;
    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-right: 10px; }

.parallax-layer {
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .parallax-layer {
      display: none; } }

.elementor-accordion .elementor-accordion-item {
  border: none; }

.elementor-accordion .elementor-tab-title {
  display: flex;
  align-items: center; }
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    width: auto;
    vertical-align: middle; }

.elementor-accordion p:last-child {
  margin-bottom: 0; }

.elementor-widget-opal-account {
  display: flex; }
  .elementor-widget-opal-account.elementor-align-center .elementor-widget-container {
    margin-left: auto;
    margin-right: auto; }
  .elementor-widget-opal-account.elementor-align-left .elementor-widget-container {
    margin-right: auto; }
  .elementor-widget-opal-account.elementor-align-left .site-header-account .account-dropdown {
    right: auto;
    left: 0; }
  .elementor-widget-opal-account.elementor-align-left .site-header-account .account-wrap:before {
    left: 20px; }
  .elementor-widget-opal-account.elementor-align-right .elementor-widget-container {
    margin-left: auto; }

.opal-move-up {
  animation-name: opalMoveUp;
  -moz-animation-name: opalMoveUp;
  -webkit-animation-name: opalMoveUp; }

@-webkit-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveUp {
  from {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-down {
  animation-name: opalMoveDown;
  -moz-animation-name: opalMoveDown;
  -webkit-animation-name: opalMoveDown; }

@-webkit-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes opalMoveDown {
  from {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.opal-move-left {
  animation-name: opalMoveLeft;
  -moz-animation-name: opalMoveLeft;
  -webkit-animation-name: opalMoveLeft; }

@-webkit-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveLeft {
  from {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-move-right {
  animation-name: opalMoveRight;
  -moz-animation-name: opalMoveRight;
  -webkit-animation-name: opalMoveRight; }

@-webkit-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes opalMoveRight {
  from {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.opal-scale-up {
  animation-name: opalScaleUp;
  -moz-animation-name: opalScaleUp;
  -webkit-animation-name: opalScaleUp; }

@-webkit-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-moz-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-ms-keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes opalScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.opal-flip {
  animation-name: opalFlip;
  -moz-animation-name: opalFlip;
  -webkit-animation-name: opalFlip; }

@-webkit-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-ms-keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes opalFlip {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

.opal-helix {
  animation-name: opalHelix;
  -moz-animation-name: opalHelix;
  -webkit-animation-name: opalHelix; }

@-webkit-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-ms-keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@keyframes opalHelix {
  from {
    opacity: 0;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

.opal-am-popup {
  animation: opalPopup;
  -moz-animation-name: opalPopup;
  -webkit-animation-name: opalPopup; }

@-webkit-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

@-ms-keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes opalPopup {
  from {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px; }
  70% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .8;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out; }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1; } }

.elementor-brand-item {
  text-align: center; }
  .elementor-brand-item .elementor-brand-image {
    display: block;
    width: 100%;
    font-size: 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; }

.elementor-brand-wrapper .row, .elementor-brand-wrapper body.opal-default-content-layout-2cr #content .wrap, body.opal-default-content-layout-2cr #content .elementor-brand-wrapper .wrap, .elementor-brand-wrapper body.opal-content-layout-2cl #content .wrap, body.opal-content-layout-2cl #content .elementor-brand-wrapper .wrap, .elementor-brand-wrapper body.opal-content-layout-2cr #content .wrap, body.opal-content-layout-2cr #content .elementor-brand-wrapper .wrap, .elementor-brand-wrapper [data-opal-columns], .elementor-brand-wrapper .site-footer .widget-area, .site-footer .elementor-brand-wrapper .widget-area, .elementor-brand-wrapper .comment-form, .elementor-brand-wrapper .widget .gallery, .widget .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .elementor-element .gallery, .elementor-element .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .entry-gallery .gallery, .entry-gallery .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .single .gallery, .single .elementor-brand-wrapper .gallery, .elementor-brand-wrapper [data-elementor-columns], .elementor-brand-wrapper .single-portfolio-summary .single-portfolio-summary-inner, .single-portfolio-summary .elementor-brand-wrapper .single-portfolio-summary-inner, .elementor-brand-wrapper .woocommerce-cart .woocommerce, .woocommerce-cart .elementor-brand-wrapper .woocommerce, .elementor-brand-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-billing-fields .elementor-brand-wrapper .woocommerce-billing-fields__field-wrapper, .elementor-brand-wrapper .woocommerce-MyAccount-content form[class^="woocommerce-"], .woocommerce-MyAccount-content .elementor-brand-wrapper form[class^="woocommerce-"], .elementor-brand-wrapper .woocommerce-columns--addresses, .elementor-brand-wrapper form.track_order, .elementor-brand-wrapper .woocommerce-account .woocommerce, .woocommerce-account .elementor-brand-wrapper .woocommerce, .elementor-brand-wrapper .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-account .woocommerce .elementor-brand-wrapper .u-columns.woocommerce-Addresses, .elementor-brand-wrapper .woocommerce-Addresses, .elementor-brand-wrapper .woocommerce-address-fields__field-wrapper, .elementor-brand-wrapper ul.products, .elementor-brand-wrapper .osf-sorting, .elementor-brand-wrapper .single-product div.product, .single-product .elementor-brand-wrapper div.product, .elementor-brand-wrapper .woocommerce-single-style-2.single-product div.product .images figure, .woocommerce-single-style-2.single-product div.product .images .elementor-brand-wrapper figure {
  justify-content: center; }

.elementor-brand-wrapper a {
  display: block; }
  .elementor-brand-wrapper a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.elementor-brand-wrapper 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; }

.elementor-element .elementor-button {
  border: 1px solid transparent;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  background-color: #f8f8f8;
  color: #777777;
  -ms-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease; }
  .elementor-element .elementor-button.elementor-size-xs {
    padding: 0.5rem 2.5rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 0; }
  .elementor-element .elementor-button.elementor-size-sm {
    padding: 0.6rem 3.5rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 0; }
  .elementor-element .elementor-button.elementor-size-md {
    padding: 0.8rem 4.1rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 0; }
  .elementor-element .elementor-button.elementor-size-lg {
    padding: 0.9rem 4.5rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 0; }
  .elementor-element .elementor-button.elementor-size-xl {
    padding: 1rem 5rem;
    font-size: 1rem;
    line-height: 1.875;
    border-radius: 0; }
  .elementor-element .elementor-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
  .elementor-element .elementor-button .elementor-button-text {
    order: 2; }
  .elementor-element .elementor-button .elementor-align-icon-right {
    order: 3; }
  .elementor-element .elementor-button .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .elementor-element .elementor-button i {
    display: block; }
    .elementor-element .elementor-button i:before {
      display: block; }
  .elementor-element .elementor-button:hover .elementor-align-icon-right {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .elementor-element .elementor-button:hover .elementor-align-icon-left {
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.button-slider i {
  display: inline-block;
  transition: all 0.4s ease !important; }

.button-slider:hover i {
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.contactform-content {
  background-color: #fff;
  max-width: 700px;
  padding: 60px; }
  @media (max-width: 767px) {
    .contactform-content {
      padding: 60px 30px; } }
  .contactform-content button.mfp-close {
    font-size: 48px;
    width: 60px;
    height: 60px;
    opacity: 1;
    line-height: 60px; }
  .contactform-content .form-title {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 30px; }
  .contactform-content .wpcf7-submit {
    width: 100%; }

.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%); }

.call-to-action-wrapper-transform-move-down .elementor-widget-container:hover .elementor-cta {
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }

.call-to-action-wrapper-transform-move-up .elementor-widget-container:hover .elementor-cta {
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px); }

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  transition: 0.5s; }

.elementor-widget-call-to-action.elementor-button-default .elementor-cta__button {
  padding: 0.3rem 0;
  border: 0;
  border-bottom: 2px solid; }

.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-cover .elementor-cta {
  display: block; }

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 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: #000;
  border-color: #fff; }
  .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
    color: #fff;
    border-color: #fff; }

.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-below .elementor-cta {
  flex-direction: column-reverse; }

.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;
  left: 0;
  right: 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;
  background-repeat: no-repeat; }

.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-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.elementor-cta__title {
  font-size: 23px; }
  .elementor-cta__title.elementor-cta__content-item {
    -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-cta__status-text {
  display: block;
  margin-bottom: 20px; }

.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 > * {
    position: relative;
    z-index: 2; }
  .elementor-cta__content > svg {
    width: 285px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }

.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;
  left: auto;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px; }

.elementor-ribbon-inner {
  text-align: center;
  left: 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);
  left: 0;
  right: auto; }

.elementor-ribbon.elementor-ribbon-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: auto;
  right: 0; }

.elementor-widget-opal-cart .elementor-widget-container {
  display: flex; }

.elementor-widget-opal-chart .elementor-chart-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.elementor-widget-opal-chart .chart-canvas {
  width: 290px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative; }

.elementor-widget-opal-chart .chart-legend {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .elementor-widget-opal-chart .chart-legend {
      flex: 0 0 100%;
      max-width: 100%;
      padding-top: 1.5em;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.elementor-widget-opal-chart ul {
  padding: 0;
  margin: 0; }

.elementor-widget-opal-chart li {
  list-style: none;
  display: flex;
  padding: 5px 0;
  align-items: center; }

.elementor-widget-opal-chart i {
  font-size: 30px;
  font-size: 1.875rem; }

.elementor-widget-opal-chart .chart-name {
  color: #999;
  padding-left: 20px; }

.elementor-align-right .wpcf7 .ajax-loader {
  background-position: center right; }

.elementor-align-center .wpcf7 .ajax-loader {
  background-position: center center; }

.elementor-align-justify .wpcf7 input[type="submit"], .elementor-tablet-align-justify .wpcf7 input[type="submit"], .elementor-mobile-align-justify .wpcf7 input[type="submit"] {
  width: 100%; }

.elementor-align-justify .wpcf7 div.wpcf7-response-output, .elementor-tablet-align-justify .wpcf7 div.wpcf7-response-output, .elementor-mobile-align-justify .wpcf7 div.wpcf7-response-output {
  text-align: center; }

.elementor-align-justify .wpcf7 .ajax-loader, .elementor-tablet-align-justify .wpcf7 .ajax-loader, .elementor-mobile-align-justify .wpcf7 .ajax-loader {
  background-position: center center; }

.wpcf7 .wpcf7-checkbox {
  display: block; }
  .wpcf7 .wpcf7-checkbox label {
    margin: 0 !important; }

.wpcf7 button[type="submit"] {
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .wpcf7 button[type="submit"] i {
    margin-left: 15px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .wpcf7 button[type="submit"]:hover i {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.elementor-widget-opal-countdown .elementor-opal-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto; }

.elementor-widget-opal-countdown .elementor-countdown-item {
  flex-basis: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .elementor-widget-opal-countdown .elementor-countdown-item:last-child:after {
    display: none; }
  .elementor-widget-opal-countdown .elementor-countdown-item:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 65px;
    background-color: #eeeeee;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.elementor-widget-opal-countdown .elementor-countdown-label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase; }

.elementor-widget-opal-countdown .elementor-countdown-digits {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1; }

.elementor-counter {
  position: relative; }
  .elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 10px;
    align-items: baseline; }
    .elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
      justify-content: flex-end; }
    .elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
      justify-content: flex-start; }
    .elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
      justify-content: center; }
  .elementor-alignment-left .elementor-counter {
    display: flex;
    align-items: flex-start; }
    .elementor-alignment-left .elementor-counter .elementor-icon-counter {
      display: inline-flex;
      flex: 0 0 auto; }
    .elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
      flex-grow: 1; }
  .elementor-alignment-right .elementor-counter {
    display: flex;
    flex-direction: row-reverse; }
    .elementor-alignment-right .elementor-counter .elementor-icon-counter {
      display: inline-flex;
      flex: 0 0 auto; }
    .elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
      flex-grow: 1; }
  .elementor-vertical-align-top .elementor-counter {
    align-items: flex-start; }
  .elementor-vertical-align-middle .elementor-counter {
    align-items: center; }
  .elementor-vertical-align-bottom .elementor-counter {
    align-items: flex-end; }
  .elementor-counter .elementor-icon-counter {
    line-height: 1;
    font-size: 60px;
    font-size: 3.75rem; }
    .elementor-counter .elementor-icon-counter i {
      display: block;
      margin-bottom: 35px; }
      .elementor-counter .elementor-icon-counter i:before {
        display: block; }
  .elementor-counter .elementor-counter-number {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700; }
  .elementor-counter .elementor-counter-number-prefix,
  .elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700; }
  .elementor-counter .elementor-counter-title {
    line-height: normal;
    text-align: inherit;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600; }
  .elementor-counter .elementor-counter-sub-title {
    font-size: 14px;
    font-size: 0.875rem; }
  .elementor-counter .elementor-counter-description {
    font-size: 14px;
    font-size: 0.875rem; }

.elementor-widget-divider.divider-has-underline-yes .elementor-divider-separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.elementor-widget-divider.divider-has-underline-yes.divider-underline-center .elementor-divider-separator:before {
  left: 0;
  right: 0;
  margin: 0 auto; }

.elementor-widget-divider.divider-has-underline-yes.divider-underline-right .elementor-divider-separator:before {
  left: auto;
  right: 0; }

.elementor-widget-divider .elementor-divider-separator {
  position: relative; }
  .elementor-widget-divider .elementor-divider-separator:before {
    width: 30px;
    height: 1px; }

.elementor-featured-box-wrapper {
  overflow: 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; }
  .elementor-featured-box-wrapper .elementor-featured-box-top {
    font-size: 0; }
  .elementor-featured-box-wrapper .elementor-featured-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -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-featured-box-wrapper i {
    line-height: 1;
    vertical-align: middle;
    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;
    font-size: 65px; }
    .elementor-featured-box-wrapper i:before {
      display: block; }
  .elementor-featured-box-wrapper .elementor-featured-box-sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #b4bbc2;
    display: block;
    margin-bottom: 15px;
    -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-featured-box-wrapper .elementor-featured-box-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 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; }
  .elementor-featured-box-wrapper .elementor-featured-box-description {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71;
    -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-flip-box {
  height: 400px;
  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__back {
  display: block; }

.elementor-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s 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: 60px; }

.elementor-flip-box__layer__sub_title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 10px;
  display: block; }

.elementor-flip-box__layer__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 20px;
  text-transform: uppercase; }

.elementor-flip-box__layer__description {
  color: #fff; }

.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 svg {
  fill: #fff;
  display: none; }

.elementor-flip-box__button.elementor-button {
  cursor: pointer;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  background: #fff; }
  .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%;
  line-height: 0; }
  .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; }

.elementor-widget-opal-flip-box .elementor-widget-container {
  overflow: hidden; }

.elementor-widget-opal-header-group i:before {
  font-weight: 700; }

.elementor-widget-opal-header-group .elementor-widget-container {
  display: flex;
  align-items: center; }

.elementor-widget-opal-header-group .search-form {
  order: 1; }

.elementor-widget-opal-header-group .account {
  order: 2; }

.elementor-widget-opal-header-group .site-header-wishlist {
  order: 3; }

.elementor-widget-opal-header-group .cart-woocommerce {
  order: 4; }

.elementor-widget-opal-header-group.elementor-align-left .elementor-widget-container {
  justify-content: flex-start; }

.elementor-widget-opal-header-group.elementor-align-right .elementor-widget-container {
  justify-content: flex-end; }

.elementor-widget-opal-header-group.elementor-align-center .elementor-widget-container {
  justify-content: center; }

.elementor-widget-heading .sub-title {
  display: block;
  font-size: 15px;
  margin-bottom: 20px;
  color: #a2a2a2;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px; }

.elementor-widget-heading .elementor-heading-title {
  letter-spacing: -1.5px;
  position: relative;
  z-index: 1; }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 52px; }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 62px; }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 72px; }

.elementor-heading-decor .elementor-heading-wrapper-inner {
  text-align: center;
  position: relative;
  display: inline-block;
  min-height: 110px;
  padding-top: 10px;
  min-width: 500px; }
  @media (max-width: 767px) {
    .elementor-heading-decor .elementor-heading-wrapper-inner {
      min-width: 280px;
      min-height: 70px;
      padding-top: 0; } }

.heading-decor {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.elementor-heading-wrapper {
  text-align: center; }

.elementor-widget-icon-box .elementor-icon-box-title {
  padding-top: 0; }

.elementor-widget-icon-box .elementor-icon-box-subtitle {
  display: block; }

.elementor-widget-icon-box .elementor-icon-box-icon {
  line-height: 0; }

.elementor-widget-icon-box .elementor-icon, .elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-description, .elementor-widget-icon-box .elementor-icon-box-subtitle {
  -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.elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items {
  margin-right: 0;
  margin-left: 0; }

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -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.elementor-widget-icon-list .elementor-icon-list-icon i {
    -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.elementor-widget-icon-list .elementor-icon-list-icon + .elementor-icon-list-text {
    align-self: unset; }

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
  -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;
  padding-left: 0; }

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
  align-items: center; }
  .elementor-widget.elementor-widget-icon-list .elementor-icon-list-item a {
    align-items: center;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none; }

.elementor-text-underline-yes .elementor-icon-list-text {
  position: relative; }
  .elementor-text-underline-yes .elementor-icon-list-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    left: 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;
    opacity: 0; }

.elementor-text-underline-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before {
  opacity: 1; }

.elementor-image-box-wrapper .elementor-button:hover i {
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.elementor-widget-image-box[class*="elementor-animation"]:hover {
  z-index: 1; }

.elementor-widget-image-box .elementor-image-framed {
  position: relative;
  font-size: 0; }
  .elementor-widget-image-box .elementor-image-framed .elementor-icon {
    padding: .84em;
    position: relative; }
    .elementor-widget-image-box .elementor-image-framed .elementor-icon:after {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      z-index: -1;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .elementor-widget-image-box .elementor-image-framed > * {
    position: relative;
    z-index: 2; }

.elementor-widget-image-box .elementor-image-box-title {
  padding-top: 0;
  font-size: 20px;
  font-size: 1.25rem; }

.elementor-widget-image-box .elementor-image-box-img {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -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-image-box .elementor-image-box-img svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto; }
  .elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    margin: 0 auto;
    -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-image-box.elementor-button-default .elementor-button {
  background: transparent; }

.elementor-widget-image-box .elementor-image-box-button .elementor-button {
  font-size: 0;
  line-height: 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-widget-image-box .elementor-image-box-button i {
  width: 1em;
  height: 1em;
  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; }

.elementor-widget-image-box .item-svg {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.elementor-widget-image-box .elementor-image-box-content {
  position: relative;
  z-index: 2; }

.elementor-widget-image-box .elementor-widget-container {
  -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; }

.opal-image-hotspots-container {
  overflow: hidden; }

.opal-addons-image-hotspots-ib-img {
  display: block; }

.opal-image-hotspots-main-icons-tooltips-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0; }

.elementor-widget-opal-image-hotspots .elementor-widget-container {
  display: flex;
  flex-wrap: wrap; }

.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
  overflow: hidden;
  background-color: #fff; }
  @media (min-width: 768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
      padding-right: 0 !important; } }
  @media (min-width: 1200px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
      padding: 50px 20px 50px 50px !important; } }
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion + .opal-image-hotspots-container {
    padding: 0 !important; }
  .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .opal-image-hotspots-accordion-inner {
    position: relative;
    height: 100%; }
    .elementor-editor-active .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .opal-image-hotspots-accordion-inner {
      overflow: hidden; }
  @media (min-width: 768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
      padding-right: 23px; } }
  @media (min-width: 1200px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
      padding-right: 30px; } }

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 30px 30px 30px 0;
  position: relative; }
  .elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title:before {
    position: absolute;
    content: '\f078';
    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;
    top: calc(50% - 11px);
    right: 0;
    border-width: 2px;
    border-color: #f8f8f8;
    border-style: solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    padding-left: 1px;
    padding-bottom: 2px;
    color: #000; }
  .elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active:before {
    content: '\f077'; }

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-content {
  border-top: 0;
  padding: 0 0 40px 0; }

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-accordion-item {
  border-left: 0;
  border-right: 0; }
  .elementor-widget-opal-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 0; }

.elementor-widget-opal-image-hotspots .scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1; }

.opal-image-hotspots-main-icons {
  cursor: pointer;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  .opal-image-hotspots-main-icons .opal-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2); }
    .opal-image-hotspots-main-icons .opal-image-hotspots-icon:after {
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
      border-radius: 200%;
      content: "";
      position: absolute;
      z-index: -1;
      transform: scale(1);
      pointer-events: none;
      animation: pa-hotspot-pulse 2s infinite;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .opal-image-hotspots-main-icons .opal-image-hotspots-icon:before {
      content: "";
      position: absolute;
      top: calc(50% - 3px);
      left: calc(50% - 3px);
      width: 6px;
      height: 6px;
      display: block;
      border-radius: 50%;
      background-color: #fff; }
  .opal-image-hotspots-main-icons .opal-image-hotspots-image-icon {
    width: 40px;
    height: 40px; }
  .opal-image-hotspots-main-icons .opal-image-hotspots-text {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0 10px 0 10px;
    border-color: black; }

.opal-image-hotspots-tooltips-wrapper {
  display: none;
  position: absolute;
  z-index: 9999; }

.tooltipster-sidetip {
  z-index: 9999;
  width: auto !important; }

.tooltipster-box div.opal-image-hotspots-tooltips-text {
  border-color: black;
  overflow: hidden; }

.tooltipster-sidetip div.tooltipster-box {
  background: transparent;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18); }

.tooltipster-sidetip div.opal-image-hotspots-tooltips-text {
  padding: 15px 30px; }
  .tooltipster-sidetip div.opal-image-hotspots-tooltips-text * {
    margin: 0;
    padding: 0px; }

.tooltipster-box .opal-image-hotspots-tooltips-text * {
  margin: 0; }

@keyframes pa-hotspot-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

.tooltipster-box .tooltipster-content {
  background: rgba(12, 12, 12, 0.5); }

.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: rgba(12, 12, 12, 0.5); }

.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: rgba(12, 12, 12, 0.5); }

.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgba(12, 12, 12, 0.5); }

.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: rgba(12, 12, 12, 0.5); }

.tooltipster-box .opal-image-hotspots-tooltips-text {
  color: #fff; }

.elementor-widget-opal-images-layers {
  overflow: hidden; }
  .elementor-widget-opal-images-layers ul {
    padding: 0;
    margin: 0;
    font-size: 0; }

.elementor-widget-opal-image-gallery .grid__item a {
  display: block; }
  .elementor-widget-opal-image-gallery .grid__item a img {
    display: block; }

.elementor-widget-opal-image-gallery .column-item {
  padding-bottom: 30px; }
  .elementor-widget-opal-image-gallery .column-item a {
    position: relative;
    overflow: hidden;
    display: block; }
  .elementor-widget-opal-image-gallery .column-item img {
    display: block;
    transition: all 0.6s ease;
    transform-origin: bottom right; }
  .elementor-widget-opal-image-gallery .column-item:hover img {
    transform: scale(1.2); }

.elementor-widget-opal-image-gallery .gallery-item-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  color: #fff; }
  .elementor-widget-opal-image-gallery .gallery-item-overlay i {
    font-size: 25px;
    font-size: 1.5625rem; }

.elementor-widget-opal-image-gallery .elementor-galerry__filter {
  margin: 0;
  cursor: pointer;
  padding: 11px 24px;
  color: #000;
  background-color: #f8f8f8;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .elementor-widget-opal-image-gallery .elementor-galerry__filter:before {
    position: absolute;
    content: '';
    top: calc(100% - 5px);
    left: calc(50% - 8px);
    border-color: transparent;
    border-width: 5px 8px 0 8px;
    border-style: solid;
    transition: all ease-in-out 0.3s; }
  .elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active {
    color: #fff; }
    .elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before {
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      top: 100%; }

.elementor-image-gallery {
  position: relative; }

.elementor-editor-active .isotope-grid {
  height: auto !important; }

.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none; }

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start; }

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end; }

.instagram-widget {
  margin-left: -20px;
  margin-right: -20px; }
  .instagram-widget .instagram-pics {
    margin-left: 0;
    margin-right: 0; }
  .instagram-widget .instagram-picture {
    align-items: flex-start;
    padding-bottom: 20px; }
    .instagram-widget .instagram-picture img {
      display: block; }
    .instagram-widget .instagram-picture:hover .wrapp-picture:hover {
      transform: translateY(0); }
      .instagram-widget .instagram-picture:hover .wrapp-picture:hover:before {
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      .instagram-widget .instagram-picture:hover .wrapp-picture:hover:after {
        opacity: 1; }
    @media (max-width: 767px) {
      .instagram-widget .instagram-picture {
        width: 50%; } }
  .instagram-widget .instagram-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 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;
      left: 0;
      right: 0;
      z-index: 4; }
    .instagram-widget .wrapp-picture:before {
      content: '\f16d';
      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: 36px;
      font-size: 2.25rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -ms-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      z-index: 2; }
      @media (max-width: 767px) {
        .instagram-widget .wrapp-picture:before {
          display: none; } }
    .instagram-widget .wrapp-picture:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.7);
      transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease; }
    .instagram-widget .wrapp-picture .instagram-like,
    .instagram-widget .wrapp-picture .instagram-comment {
      position: absolute;
      width: 50%;
      bottom: 0;
      padding: 15px 25px;
      color: #fff;
      z-index: 9;
      transform: translateY(100%);
      transition: all ease 0.3s; }
    .instagram-widget .wrapp-picture .instagram-like {
      left: 0;
      text-align: left; }
    .instagram-widget .wrapp-picture .instagram-comment {
      right: 0;
      text-align: right; }
  .instagram-widget .hover-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 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-left: 5px;
    padding-right: 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-right: 5px; }
  .instagram-widget .instagram-likes {
    text-align: left; }
  .instagram-widget .instagram-comments {
    text-align: right; }
    .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; }

.elementor-instagram-style-insite .instagram-widget {
  position: relative; }

.elementor-instagram-style-insite .username {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 40px;
  z-index: 1;
  background-color: #fff; }
  @media (max-width: 767px) {
    .elementor-instagram-style-insite .username {
      padding: 10px; } }

.widget.widget_mc4wp_form_widget {
  margin-bottom: 0;
  padding-bottom: 0; }

.mc4wp-form {
  display: flex; }
  .mc4wp-form .widget-title p {
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 3rem; }

.mc4wp-form-fields {
  display: flex;
  border-bottom: solid 1px;
  border-color: #222;
  -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; }
  .mc4wp-form-fields input[type="email"] {
    border-width: 0px;
    border-color: #222;
    background: #fff;
    padding: 16px 12px;
    font-size: 14px;
    font-size: 0.875rem; }
  .mc4wp-form-fields button[type="submit"] {
    padding: 16px 12px;
    border-style: solid;
    font-size: 16px;
    font-size: 1rem; }
    .mailchimp-button-default .mc4wp-form-fields button[type="submit"] {
      background: transparent;
      border-color: transparent;
      color: #222; }
      .mailchimp-button-default .mc4wp-form-fields button[type="submit"]:hover {
        background: transparent;
        border-color: transparent; }
    .mc4wp-form-fields button[type="submit"] span {
      vertical-align: middle; }
    .mc4wp-form-fields button[type="submit"] i {
      margin-left: 15px;
      display: inline-block;
      line-height: 1;
      vertical-align: middle;
      font-size: 14px;
      font-size: 0.875rem;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
    .mc4wp-form-fields button[type="submit"]:hover i {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.elementor-mailchimp-layout-left .mc4wp-form-fields {
  margin-right: auto; }

.elementor-show-wrapper-yes .elementor-nav-menu--layout-vertical-absolute .vertical-heading {
  cursor: pointer; }

.elementor-show-wrapper-yes .elementor-nav-menu--layout-vertical-absolute:hover > .elementor-nav-menu {
  display: block; }

.elementor-show-wrapper-yes .elementor-nav-menu--layout-vertical-absolute > .elementor-nav-menu {
  display: none; }

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute {
  position: relative; }
  .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .vertical-heading {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    padding: 20px 25px;
    font-size: 16px;
    font-size: 1rem;
    background-color: #222;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center; }
    .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .vertical-heading i {
      vertical-align: middle; }
      .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .vertical-heading i.before {
        margin-right: 20px;
        font-size: 20px; }
      .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .vertical-heading i.after {
        margin-left: auto;
        font-size: 12px; }
  .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute > .elementor-nav-menu {
    position: absolute;
    width: 100%;
    z-index: 99; }
    .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute > .elementor-nav-menu > li:first-child .elementor-item {
      border-top: 0 !important; }
    .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute > .elementor-nav-menu > li:last-child .elementor-item {
      border-bottom: 0 !important; }
  .elementor-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .elementor-item .sub-arrow {
    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-nav-menu--main.elementor-nav-menu--layout-vertical-absolute .has-mega-menu > ul > li {
    margin-left: 0px; }

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical .elementor-item .sub-arrow {
  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-nav-menu--main.elementor-nav-menu--layout-vertical .has-mega-menu > ul > li {
  margin-left: 2px; }

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical.elementor-nav-menu--main .elementor-nav-menu ul {
  position: static; }

.elementor-nav-menu--main > .elementor-nav-menu {
  -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; }

.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.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;
  left: 50%;
  margin-left: -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;
  left: 50%;
  margin-left: -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__align-right .elementor-nav-menu {
  margin-left: auto;
  margin-right: 0; }

.elementor-nav-menu__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
.elementor-nav-menu__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > 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-right: auto; }

.elementor-nav-menu__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
.elementor-nav-menu__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > 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-left: auto;
  margin-right: auto; }

.elementor-nav-menu__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
.elementor-nav-menu__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1199px) {
  .elementor-nav-menu-tablet__align-right .elementor-nav-menu {
    margin-left: auto;
    margin-right: 0; }
  .elementor-nav-menu-tablet__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-tablet__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .elementor-nav-menu-tablet__align-left .elementor-nav-menu {
    margin-right: auto; }
  .elementor-nav-menu-tablet__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-tablet__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .elementor-nav-menu-tablet__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto; }
  .elementor-nav-menu-tablet__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-tablet__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .elementor-nav-menu-mobile__align-right .elementor-nav-menu {
    margin-left: auto;
    margin-right: 0; }
  .elementor-nav-menu-mobile__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-mobile__align-right > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .elementor-nav-menu-mobile__align-left .elementor-nav-menu {
    margin-right: auto; }
  .elementor-nav-menu-mobile__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-mobile__align-left > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .elementor-nav-menu-mobile__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto; }
  .elementor-nav-menu-mobile__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical > ul > li > a,
  .elementor-nav-menu-mobile__align-center > .elementor-widget-container > .elementor-nav-menu--layout-vertical-absolute > ul > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.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--layout-horizontal .elementor-nav-menu li.menu-item-has-children, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu {
      position: relative; }
      .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children:before, .elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu:before {
        opacity: 0;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: 0;
        left: 50%;
        border-left-width: 6px;
        border-left-color: transparent;
        border-right-width: 6px;
        border-right-color: transparent;
        border-bottom-width: 6px;
        border-top-width: 0;
        border-style: solid;
        transform: translateX(-50%) translateY(100%);
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s; }

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

@media (max-width: 1199px) {
  .elementor-nav-menu-tablet__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: auto;
    margin-right: 0;
    width: auto; }
    .elementor-nav-menu-tablet__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-tablet__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: 0;
    margin-right: auto;
    width: auto; }
    .elementor-nav-menu-tablet__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-tablet__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    .elementor-nav-menu-tablet__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-tablet__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%; }
    .elementor-nav-menu-tablet__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-tablet__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; } }

@media (max-width: 767px) {
  .elementor-nav-menu-mobile__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: auto;
    margin-right: 0;
    width: auto; }
    .elementor-nav-menu-mobile__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-mobile__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: 0;
    margin-right: auto;
    width: auto; }
    .elementor-nav-menu-mobile__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-mobile__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    .elementor-nav-menu-mobile__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .elementor-nav-menu-mobile__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%; }
    .elementor-nav-menu-mobile__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-mobile__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-left: 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-left: 16px solid transparent; }
    .elementor-nav-menu ul ul ul a {
      border-left: 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-left: 24px solid transparent; }
    .elementor-nav-menu ul ul ul ul a {
      border-left: 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-left: 32px solid transparent; }
    .elementor-nav-menu ul ul ul ul ul a {
      border-left: 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-left: 40px solid transparent; }
  .elementor-nav-menu li, .elementor-nav-menu a {
    position: relative; }
  .elementor-nav-menu li {
    border-width: 0; }
  .elementor-nav-menu a:not(.elementor-button) {
    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:not(.elementor-button):hover, .elementor-nav-menu a:not(.elementor-button):focus {
      padding: 10px 20px;
      line-height: 20px; }
    .elementor-nav-menu a:not(.elementor-button).current {
      background: #373a3c;
      color: #fff; }
    .elementor-nav-menu a:not(.elementor-button).disabled {
      cursor: not-allowed;
      color: #a1a6a9; }

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
  padding-right: 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:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f078'; }

.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--indicator-angle_right .elementor-nav-menu .sub-arrow:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105'; }

.elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.elementor-nav-menu .sub-arrow {
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 1;
  margin-left: 6px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0; }

.elementor-nav-menu--dropdown:not(.mega-menu) .elementor-item:hover, .elementor-nav-menu--dropdown:not(.mega-menu) .elementor-item:focus, .elementor-nav-menu--dropdown:not(.mega-menu) .elementor-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: 16px;
  padding: 5px 10px;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px; }
  .elementor-menu-toggle:not(:hover) i, .elementor-menu-toggle:not(:hover) .menu-toggle-title {
    color: #222; }
  .elementor-menu-toggle i:before {
    display: 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; }
  .elementor-menu-toggle.elementor-active i:before {
    display: block; }
  .elementor-menu-toggle .menu-toggle-title {
    margin-left: 5px;
    display: flex;
    align-items: center;
    -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-menu-toggle__align-left .elementor-menu-toggle {
  margin-right: auto; }

.elementor-menu-toggle__align-right .elementor-menu-toggle {
  margin-left: auto; }

.elementor-menu-toggle__align-center .elementor-menu-toggle {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1199px) {
  .elementor-menu-toggle-tablet__align-left .elementor-menu-toggle {
    margin-right: auto;
    margin-left: 0; }
  .elementor-menu-toggle-tablet__align-right .elementor-menu-toggle {
    margin-right: 0;
    margin-left: auto; }
  .elementor-menu-toggle-tablet__align-center .elementor-menu-toggle {
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 767px) {
  .elementor-menu-toggle-mobile__align-left .elementor-menu-toggle {
    margin-right: auto;
    margin-left: 0; }
  .elementor-menu-toggle-mobile__align-right .elementor-menu-toggle {
    margin-right: 0;
    margin-left: auto; }
  .elementor-menu-toggle-mobile__align-center .elementor-menu-toggle {
    margin-right: auto;
    margin-left: auto; } }

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  z-index: 1; }

.elementor-nav-menu--dropdown a {
  -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; }

.elementor-nav-menu--dropdown .elementor-nav-menu--main.elementor-nav-menu--layout-vertical {
  display: block; }
  .elementor-nav-menu--dropdown .elementor-nav-menu--main.elementor-nav-menu--layout-vertical .elementor-nav-menu {
    display: block; }

.elementor-nav-menu--dropdown .elementor-nav-menu--main .elementor-nav-menu {
  width: auto;
  position: static;
  padding: 0; }
  .elementor-nav-menu--dropdown .elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    position: static; }

ul.elementor-nav-menu--dropdown.mega-menu {
  padding: 0 !important;
  border: none !important; }

ul.elementor-nav-menu--dropdown a {
  text-shadow: none; }

ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.elementor-section.elementor-section-boxed > .elementor-container ul.elementor-nav-menu--dropdown.mega-containerwidth > li.mega-menu-item > .elementor {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.mega-menu-item {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 11.88px 0.12px rgba(0, 0, 0, 0.12); }

.elementor-nav-menu--dropdown {
  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; }

.elementor-nav-menu--dropdown-destop .elementor-nav-menu--main {
  display: none; }

@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;
  right: 0;
  top: 50%;
  margin-top: -5px; }

.elementor-nav-menu--divider > ul > li:last-child:after {
  display: none; }

.e--pointer-dot .elementor-item:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  position: static; }

.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-left: 0;
  border-right: 0; }

.elementor-item:before, .elementor-item:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  opacity: 0; }

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
  opacity: 0; }

.elementor-item:hover:before, .elementor-item:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-item:hover .menu-title:before, .elementor-item:hover .menu-title:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-item:focus:before, .elementor-item:focus:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-item:focus .menu-title:before, .elementor-item:focus .menu-title:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-item.highlighted:before, .elementor-item.highlighted:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.elementor-item.highlighted .menu-title:before, .elementor-item.highlighted .menu-title:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.e--pointer-dot .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-dot .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  opacity: 1; }

.elementor-item .menu-title:before, .elementor-item .menu-title:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }

.elementor-item-active:before, .elementor-item-active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.e--pointer-none .elementor-item:before, .e--pointer-none .elementor-item:after {
  display: none; }

.e--pointer-double-line .elementor-item:before, .e--pointer-double-line .elementor-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
  display: block; }

.e--pointer-underline .current-menu-ancestor .elementor-item .menu-title:before, .e--pointer-underline .current-menu-ancestor .elementor-item .menu-title:after, .e--pointer-underline .current-menu-parent .elementor-item .menu-title:before, .e--pointer-underline .current-menu-parent .elementor-item .menu-title:after {
  width: 100% !important;
  left: 0 !important; }

.e--pointer-underline .elementor-item .menu-title:before, .e--pointer-underline .elementor-item .menu-title:after {
  height: 2px;
  width: 100%;
  left: 0;
  z-index: 2;
  display: block; }

.e--pointer-underline .menu-title {
  position: relative; }

.e--pointer-overline .elementor-item:before, .e--pointer-overline .elementor-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
  display: block; }

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%; }

.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
  height: 0;
  width: 0;
  left: 50%; }

.elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-nav-menu > li.current-menu-parent > a:before, .elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-nav-menu > li.current-menu-parent > a:after {
  left: 0;
  opacity: 1; }

.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%; }

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 10px; }

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: -10px; }

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: -10px; }

.e--pointer-double-line.e--animation-none, .e--pointer-underline.e--animation-none, .e--pointer-overline.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none .elementor-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .e--pointer-double-line.e--animation-none .menu-title, .e--pointer-underline.e--animation-none .menu-title, .e--pointer-overline.e--animation-none .menu-title {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

.e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:hover, .e--pointer-double-line.e--animation-none:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-double-line.e--animation-none .elementor-item:before, .e--pointer-double-line.e--animation-none .elementor-item:after, .e--pointer-double-line.e--animation-none .elementor-item:hover, .e--pointer-double-line.e--animation-none .elementor-item:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:hover, .e--pointer-underline.e--animation-none:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-underline.e--animation-none .elementor-item:before, .e--pointer-underline.e--animation-none .elementor-item:after, .e--pointer-underline.e--animation-none .elementor-item:hover, .e--pointer-underline.e--animation-none .elementor-item:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-underline.e--animation-none .menu-title {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:hover, .e--pointer-overline.e--animation-none:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-overline.e--animation-none .elementor-item:before, .e--pointer-overline.e--animation-none .elementor-item:after, .e--pointer-overline.e--animation-none .elementor-item:hover, .e--pointer-overline.e--animation-none .elementor-item:focus {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
  content: '';
  top: 0; }

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  width: 10px;
  left: -20px; }

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item .menu-title:after {
  content: '';
  bottom: 0; }

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
  width: 0;
  left: 0; }

.e--pointer-framed .elementor-item:before, .e--pointer-framed .elementor-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c;
  display: block; }

.e--pointer-framed .elementor-item:before {
  content: ''; }

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75); }

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -o-transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s;
  transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.4s; }

.e--pointer-framed.e--animation-draw .elementor-item:before, .e--pointer-framed.e--animation-draw .elementor-item:after {
  width: 3px;
  height: 3px; }

.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  -o-transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s; }

.e--pointer-framed.e--animation-draw .elementor-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  -o-transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s; }

.e--pointer-framed.e--animation-draw .elementor-item:hover:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after {
  width: 100%;
  height: 100%; }

.e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after {
  width: 100%;
  height: 100%; }

.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
  width: 100%;
  height: 100%; }

.e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item-active:after {
  width: 100%;
  height: 100%; }

.e--pointer-framed.e--animation-draw .elementor-item:hover:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }

.e--pointer-framed.e--animation-draw .elementor-item-active:before {
  -webkit-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  -o-transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s; }

.e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }

.e--pointer-framed.e--animation-draw .elementor-item-active:after {
  -webkit-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  -o-transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s; }

.e--pointer-framed.e--animation-corners .elementor-item:before, .e--pointer-framed.e--animation-corners .elementor-item:after {
  width: 3px;
  height: 3px; }

.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 3px 0 0 3px; }

.e--pointer-framed.e--animation-corners .elementor-item:after {
  content: '';
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0; }

.e--pointer-framed.e--animation-corners .elementor-item:hover:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }

.e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }

.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }

.e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item-active:after {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.002s, width 0.4s, height 0.4s;
  -o-transition: opacity 0.002s, width 0.4s, height 0.4s;
  transition: opacity 0.002s, width 0.4s, height 0.4s; }

.e--pointer-framed.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .e--pointer-framed.e--animation-none .elementor-item, .e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:hover, .e--pointer-framed.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .e--pointer-framed.e--animation-none .elementor-item:before, .e--pointer-framed.e--animation-none .elementor-item:after, .e--pointer-framed.e--animation-none .elementor-item:hover, .e--pointer-framed.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

.e--pointer-text.e--animation-skew .elementor-item:hover, .e--pointer-text.e--animation-skew .elementor-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg); }

.e--pointer-text.e--animation-grow .elementor-item:hover, .e--pointer-text.e--animation-grow .elementor-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.e--pointer-text.e--animation-shrink .elementor-item:hover, .e--pointer-text.e--animation-shrink .elementor-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.e--pointer-text.e--animation-float .elementor-item:hover, .e--pointer-text.e--animation-float .elementor-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.e--pointer-text.e--animation-sink .elementor-item:hover, .e--pointer-text.e--animation-sink .elementor-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

.e--pointer-text.e--animation-rotate .elementor-item:hover, .e--pointer-text.e--animation-rotate .elementor-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg); }

.e--pointer-text.e--animation-none {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }
  .e--pointer-text.e--animation-none .elementor-item, .e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:hover, .e--pointer-text.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
  .e--pointer-text.e--animation-none .elementor-item:before, .e--pointer-text.e--animation-none .elementor-item:after, .e--pointer-text.e--animation-none .elementor-item:hover, .e--pointer-text.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

.e--pointer-underline .mega-menu .elementor-item .menu-title:after {
  content: none; }

.elementor-nav-menu--dropdown-destop:not(.elementor-nav-menu--stretch) .elementor-widget-container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch) .elementor-widget-container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch) .elementor-widget-container {
  position: relative; }

.elementor-nav-menu--dropdown-destop:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 0; }

.elementor-nav-menu-popup .elementor-nav-menu--popup {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  background-color: #fff;
  overflow: auto; }
  .elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu {
    max-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }

.elementor-nav-menu-popup .mfp-close {
  font-size: 40px;
  top: 50px;
  right: 20px; }

.elementor-nav-menu-popup .elementor-nav-menu--dropdown .elementor-item:focus {
  background-color: transparent; }

.elementor-nav-menu-popup .elementor-nav-menu .sub-arrow {
  width: 30px;
  margin-right: -30px;
  line-height: 30px; }

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: #eeeeee;
  width: 1px;
  height: 10px;
  display: none;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.elementor-widget-opal-phone i {
  font-size: 20px;
  line-height: 1;
  margin-right: 5px;
  -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-opal-phone i:before {
    display: block; }

.elementor-widget-opal-phone .elementor-phone {
  display: inline-flex;
  align-items: center;
  position: relative; }

.elementor-widget-opal-phone .elementor-phone-title {
  font-size: 12px;
  font-weight: 700;
  display: 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; }

.elementor-widget-opal-phone .elementor-phone-subtitle {
  font-size: 20px;
  font-weight: 700;
  display: 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; }

.elementor-widget-opal-phone .elementor-phone-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.elementor-phone-link {
  -ms-transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none; }

.portfolio .portfolio-post-thumbnail {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  background: #e7e7e7; }
  .portfolio .portfolio-post-thumbnail img {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.elementor-portfolio-masonry .portfolio .portfolio-post-thumbnail {
  position: static;
  padding-top: 0; }

.elementor-portfolio-masonry .portfolio .portfolio-post-thumbnail img {
  position: static;
  height: auto; }

.portfolio .portfolio-content {
  text-align: center;
  padding: 25px 20px; }
  .portfolio .portfolio-content .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 6px;
    font-weight: 600; }
    .portfolio .portfolio-content .entry-title a {
      color: #000; }

.portfolio .entry-category {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase; }
  .portfolio .entry-category a {
    color: #b4bbc2; }

.portfolio .portfolio-inner {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 5px;
  overflow: hidden; }

.portfolio:hover .portfolio-inner {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1); }

.portfolio:hover img {
  opacity: 0.85;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

@media (max-width: 1440px) {
  .elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
    display: none; } }

.elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-prev {
  left: -30px; }

.elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: -30px; }

.elementor-widget-opal-portfolio ul.elementor-portfolio__filters {
  padding-left: 0; }

article.type-osf_portfolio {
  padding-bottom: 0;
  width: 100%;
  display: block; }

.elementor-portfolio-style-overlay .column-item.portfolio-entries {
  margin-bottom: 0;
  padding-bottom: 30px; }

.elementor-portfolio-style-overlay .portfolio {
  position: relative;
  overflow: hidden;
  border-radius: 5px; }
  .elementor-portfolio-style-overlay .portfolio .portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding: 40px; }
    .elementor-portfolio-style-overlay .portfolio .portfolio-content:before {
      content: '';
      position: absolute;
      height: 180%;
      left: 0;
      bottom: 0;
      right: -1px;
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
    .elementor-portfolio-style-overlay .portfolio .portfolio-content .portfolio-content-inner {
      position: relative; }
    .elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-title a {
      color: #fff; }
    .elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-category a {
      color: #b4bbc2; }

.elementor-portfolio-style-default .portfolio-inner {
  position: relative;
  border-radius: 5px;
  overflow: hidden; }

.elementor-portfolio-style-default .portfolio-content {
  background: #fff;
  margin: 0;
  padding: 30px;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  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-default .entry-category {
  margin-bottom: 4px; }

.elementor-portfolio-style-default .entry-title, .elementor-portfolio-style-default .entry-category {
  overflow: hidden; }
  .elementor-portfolio-style-default .entry-title a, .elementor-portfolio-style-default .entry-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-default .entry-category a {
  transition-delay: 0.2s; }

.elementor-portfolio-style-default article.type-osf_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-default article.type-osf_portfolio:hover .entry-title, .elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-category {
  overflow: hidden; }
  .elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-title a, .elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-category a {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.elementor-portfolio-style-caption .portfolio-inner {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05); }

.elementor-portfolio__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }

.elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px; }

.elementor-filter-left .elementor-portfolio__filters {
  justify-content: flex-start; }

.elementor-filter-right .elementor-portfolio__filters {
  justify-content: flex-end; }

.loading .elementor-widget-opal-portfolio .row:after, .loading .elementor-widget-opal-portfolio body.opal-default-content-layout-2cr #content .wrap:after, body.opal-default-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap: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 .site-footer .widget-area:after, .site-footer .loading .elementor-widget-opal-portfolio .widget-area:after, .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 .entry-gallery .gallery:after, .entry-gallery .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 [data-elementor-columns]:after, .loading .elementor-widget-opal-portfolio .single-portfolio-summary .single-portfolio-summary-inner:after, .single-portfolio-summary .loading .elementor-widget-opal-portfolio .single-portfolio-summary-inner: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 form.track_order:after, .loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce:after, .woocommerce-account .loading .elementor-widget-opal-portfolio .woocommerce:after, .loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses:after, .woocommerce-account .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 .woocommerce-single-style-2.single-product div.product .images figure:after, .woocommerce-single-style-2.single-product div.product .images .loading .elementor-widget-opal-portfolio figure:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 40px auto;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  z-index: 99; }

.loading .elementor-widget-opal-portfolio .row:before, .loading .elementor-widget-opal-portfolio body.opal-default-content-layout-2cr #content .wrap:before, body.opal-default-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap: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 .site-footer .widget-area:before, .site-footer .loading .elementor-widget-opal-portfolio .widget-area:before, .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 .entry-gallery .gallery:before, .entry-gallery .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 [data-elementor-columns]:before, .loading .elementor-widget-opal-portfolio .single-portfolio-summary .single-portfolio-summary-inner:before, .single-portfolio-summary .loading .elementor-widget-opal-portfolio .single-portfolio-summary-inner: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 form.track_order:before, .loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce:before, .woocommerce-account .loading .elementor-widget-opal-portfolio .woocommerce:before, .loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses:before, .woocommerce-account .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 .woocommerce-single-style-2.single-product div.product .images figure:before, .woocommerce-single-style-2.single-product div.product .images .loading .elementor-widget-opal-portfolio figure:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% + 5px);
  z-index: 99;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.single-portfolio .entry-title {
  margin-top: 25px;
  margin-bottom: 20px; }

.single-portfolio-summary-add {
  margin-bottom: 20px; }

.single-portfolio-navigation {
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.single-portfolio-summary {
  margin-bottom: 45px; }
  .single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title {
    padding-bottom: 10px; }
  .single-portfolio-summary.col-lg-5, .single-product div.product .single-portfolio-summary.entry-summary, .woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary {
    order: -1; }
    @media (min-width: 992px) {
      .single-portfolio-summary.col-lg-5, .single-product div.product .single-portfolio-summary.entry-summary, .woocommerce-single-style-4.single-product .site-main > .product .single-portfolio-summary.entry-summary {
        padding-right: 8.3% !important; } }
  .single-portfolio-summary .pbr-social-share .social-share-header {
    display: none; }
  .single-portfolio-summary .pbr-social-share a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: #eef3f9;
    text-align: center;
    line-height: 45px;
    transition: all ease-in-out 0.3s;
    margin: 2px; }
    .single-portfolio-summary .pbr-social-share a i {
      color: #3d1099; }
    .single-portfolio-summary .pbr-social-share a:hover i {
      color: #fff; }

.single-portfolio-gallery-columns {
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-items: center; }
  .single-portfolio-gallery-columns.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .single-portfolio-gallery-columns.gallery-columns-2 {
        grid-template-columns: repeat(1, 1fr); } }
  .single-portfolio-gallery-columns.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 767px) {
      .single-portfolio-gallery-columns.gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575px) {
      .single-portfolio-gallery-columns.gallery-columns-3 {
        grid-template-columns: repeat(1, 1fr); } }

.single-portfolio-summary-meta {
  margin-bottom: 60px; }
  .single-portfolio-summary-meta .social-share-header {
    color: #000;
    text-transform: capitalize; }

ul.single-portfolio-summary-meta-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
  columns: 2; }
  ul.single-portfolio-summary-meta-list li {
    margin-bottom: 30px; }
  ul.single-portfolio-summary-meta-list label {
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 0; }

.single-portfolio-summary-meta-title {
  width: 100%; }

.single-portfolio-navigation .nav-link {
  position: relative; }
  .single-portfolio-navigation .nav-link span {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem; }
  .single-portfolio-navigation .nav-link i {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
    color: #cecece; }
  .single-portfolio-navigation .nav-link a {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.single-portfolio-navigation .previous-nav .nav-link i {
  margin-right: 20px; }

.single-portfolio-navigation .next-nav {
  margin-left: auto; }
  .single-portfolio-navigation .next-nav .nav-link i {
    margin-left: 20px; }

.single-portfolio-gallery {
  margin-bottom: 70px; }
  .single-portfolio-gallery .owl-theme.owl-carousel .owl-dots {
    margin: 0; }

.elementor-portfolio-metro div.column-item {
  max-width: 25%;
  flex: 0 0 25%;
  width: 25%; }
  @media (max-width: 1199px) {
    .elementor-portfolio-metro div.column-item {
      max-width: 50%;
      flex: 0 0 50%;
      width: 50%; } }
  @media (max-width: 767px) {
    .elementor-portfolio-metro div.column-item {
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%; } }

.elementor-portfolio-metro div.column-item:nth-child(3n+1):nth-child(even), .elementor-portfolio-metro div.column-item:nth-child(3n):nth-child(odd) {
  max-width: 50%;
  flex: 0 0 50%;
  width: 50%; }
  @media (max-width: 1199px) {
    .elementor-portfolio-metro div.column-item:nth-child(3n+1):nth-child(even), .elementor-portfolio-metro div.column-item:nth-child(3n):nth-child(odd) {
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%; } }

.elementor-category-wrapper {
  position: relative;
  display: table;
  overflow: hidden; }
  .elementor-category-wrapper img {
    display: 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; }
  .elementor-category-wrapper .category-name {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    color: #fff; }
  .elementor-category-wrapper:hover img {
    -webkit-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    -ms-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    -moz-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05); }

.elementor-widget-opal-post-grid .column-item {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .elementor-widget-opal-post-grid .column-item .post-inner {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    border: 0;
    box-shadow: none;
    -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) {
      .elementor-widget-opal-post-grid .column-item .post-inner {
        margin-bottom: 40px; } }
    .elementor-widget-opal-post-grid .column-item .post-inner:hover .btn-link-post {
      transform: translateX(0); }
  .elementor-widget-opal-post-grid .column-item .entry-title {
    margin-bottom: 1em;
    line-height: 1.45;
    padding-top: 5px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (max-width: 575px) {
      .elementor-widget-opal-post-grid .column-item .entry-title {
        font-size: 20px;
        font-size: 1.25rem; } }
  .elementor-widget-opal-post-grid .column-item .cat-links {
    margin-left: -5px; }
  .elementor-widget-opal-post-grid .column-item .post-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .elementor-widget-opal-post-grid .column-item .post-thumbnail a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .elementor-widget-opal-post-grid .column-item .post-thumbnail img {
    width: 100%;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(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-widget-opal-post-grid .column-item .entry-meta {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0; }
    .elementor-widget-opal-post-grid .column-item .entry-meta .author a {
      font-weight: 400; }
  .elementor-widget-opal-post-grid .column-item .entry-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 99; }
    @media (max-width: 575px) {
      .elementor-widget-opal-post-grid .column-item .entry-header-overlay {
        padding: 20px; } }
  .elementor-widget-opal-post-grid .column-item .btn-link-post:hover i {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .elementor-widget-opal-post-grid .column-item .btn-link-post i {
    display: 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; }
  .elementor-widget-opal-post-grid .column-item .cat-links {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1; }
    .elementor-widget-opal-post-grid .column-item .cat-links a {
      margin: 5px; }

.elementor-widget-opal-post-grid .post-style-1 .post-inner {
  padding-right: 50px;
  display: block; }
  @media (max-width: 767px) {
    .elementor-widget-opal-post-grid .post-style-1 .post-inner {
      padding-right: 0; } }
  .elementor-widget-opal-post-grid .post-style-1 .post-inner .post-thumbnail a {
    overflow: hidden; }
  .elementor-widget-opal-post-grid .post-style-1 .post-inner .entry-header {
    margin: 0; }
  .elementor-widget-opal-post-grid .post-style-1 .post-inner:hover .post-thumbnail img {
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.elementor-widget-opal-post-grid .post-style-1 .post-thumbnail {
  padding-top: 120.5%;
  margin-bottom: 25px; }

.elementor-widget-opal-post-grid .post-style-1 .entry-title {
  margin-bottom: 0; }

.elementor-widget-opal-post-grid .post-style-1 .entry-content {
  margin-bottom: 1.5em; }

.elementor-widget-opal-post-grid .post-style-2 .post-thumbnail {
  margin-bottom: 0;
  width: 260px;
  height: 360px;
  overflow: hidden; }
  .elementor-widget-opal-post-grid .post-style-2 .post-thumbnail a {
    width: 120%;
    left: unset; }
  @media (max-width: 575px) {
    .elementor-widget-opal-post-grid .post-style-2 .post-thumbnail {
      width: 100%;
      left: 0;
      height: 260px; } }

.elementor-widget-opal-post-grid .post-style-2 .post-inner {
  display: flex;
  flex-direction: row;
  border: 1px solid #f1f1f1; }
  .elementor-widget-opal-post-grid .post-style-2 .post-inner:hover .post-thumbnail a {
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  @media (max-width: 575px) {
    .elementor-widget-opal-post-grid .post-style-2 .post-inner {
      flex-direction: column-reverse; } }

.elementor-widget-opal-post-grid .post-style-2 .btn-readmore {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-block; }

.elementor-widget-opal-post-grid .post-style-2 .entry-content {
  border-right: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px; }

ul.elementor-price-table__features-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 1px solid; }
  ul.elementor-price-table__features-list li:last-child .elementor-price-table__feature-inner {
    border: none; }

.elementor-price-table__feature-inner {
  border-bottom: 1px solid #e3e3e3; }

.elementor-price-table__heading {
  font-size: 20px;
  font-size: 1.25rem; }

.elementor-price-table__title-pricing {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 5px; }

.elementor-price-table__price {
  display: flex;
  font-size: 60px;
  font-size: 3.75rem; }
  .elementor-price-table__price span {
    line-height: 1; }

.elementor-price-table__heading-description {
  margin-bottom: 45px; }

.elementor-price-table__feature-inner {
  padding: 10px 0;
  font-size: 14px;
  font-size: 0.875rem; }
  .elementor-price-table__feature-inner i {
    color: #33a457;
    margin-right: 8px;
    min-width: 15px; }

.elementor-price-table__icon-wrapper {
  margin-bottom: 20px; }
  .elementor-price-table__icon-wrapper .elementor-icon {
    border: 55px solid red;
    border-radius: 50%;
    position: relative; }
    .elementor-price-table__icon-wrapper .elementor-icon i {
      z-index: 1; }

.price-table-icon-bkg {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%; }

.elementor-button-justify .elementor-price-table__button {
  width: 100%; }

.elementor-price-table__price {
  font-weight: 700; }
  .elementor-price-table-center .elementor-price-table__price {
    justify-content: center; }
  .elementor-price-table-right .elementor-price-table__price {
    justify-content: flex-end; }

.elementor-button-default .elementor-button {
  background: transparent; }

.elementor-widget-opal-price-table .elementor-widget-container {
  -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; }

.product-cats-carousel-wrapper {
  margin: 0 -20px; }
  .product-cats-carousel-wrapper .row, .product-cats-carousel-wrapper body.opal-default-content-layout-2cr #content .wrap, body.opal-default-content-layout-2cr #content .product-cats-carousel-wrapper .wrap, .product-cats-carousel-wrapper body.opal-content-layout-2cl #content .wrap, body.opal-content-layout-2cl #content .product-cats-carousel-wrapper .wrap, .product-cats-carousel-wrapper body.opal-content-layout-2cr #content .wrap, body.opal-content-layout-2cr #content .product-cats-carousel-wrapper .wrap, .product-cats-carousel-wrapper [data-opal-columns], .product-cats-carousel-wrapper .site-footer .widget-area, .site-footer .product-cats-carousel-wrapper .widget-area, .product-cats-carousel-wrapper .comment-form, .product-cats-carousel-wrapper .widget .gallery, .widget .product-cats-carousel-wrapper .gallery,
  .product-cats-carousel-wrapper .elementor-element .gallery, .elementor-element .product-cats-carousel-wrapper .gallery,
  .product-cats-carousel-wrapper .entry-gallery .gallery, .entry-gallery .product-cats-carousel-wrapper .gallery,
  .product-cats-carousel-wrapper .single .gallery, .single .product-cats-carousel-wrapper .gallery, .product-cats-carousel-wrapper [data-elementor-columns], .product-cats-carousel-wrapper .single-portfolio-summary .single-portfolio-summary-inner, .single-portfolio-summary .product-cats-carousel-wrapper .single-portfolio-summary-inner, .product-cats-carousel-wrapper .woocommerce-cart .woocommerce, .woocommerce-cart .product-cats-carousel-wrapper .woocommerce, .product-cats-carousel-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-billing-fields .product-cats-carousel-wrapper .woocommerce-billing-fields__field-wrapper, .product-cats-carousel-wrapper .woocommerce-MyAccount-content form[class^="woocommerce-"], .woocommerce-MyAccount-content .product-cats-carousel-wrapper form[class^="woocommerce-"], .product-cats-carousel-wrapper .woocommerce-columns--addresses, .product-cats-carousel-wrapper form.track_order, .product-cats-carousel-wrapper .woocommerce-account .woocommerce, .woocommerce-account .product-cats-carousel-wrapper .woocommerce, .product-cats-carousel-wrapper .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-account .woocommerce .product-cats-carousel-wrapper .u-columns.woocommerce-Addresses, .product-cats-carousel-wrapper .woocommerce-Addresses, .product-cats-carousel-wrapper .woocommerce-address-fields__field-wrapper, .product-cats-carousel-wrapper ul.products, .product-cats-carousel-wrapper .osf-sorting, .product-cats-carousel-wrapper .single-product div.product, .single-product .product-cats-carousel-wrapper div.product, .product-cats-carousel-wrapper .woocommerce-single-style-2.single-product div.product .images figure, .woocommerce-single-style-2.single-product div.product .images .product-cats-carousel-wrapper figure {
    margin: 0 !important; }
  .product-cats-carousel-wrapper .column-item {
    padding-bottom: 40px; }
  .product-cats-carousel-wrapper .product-cats-carousel-item-wrapper {
    position: relative;
    background: #000; }
    .product-cats-carousel-wrapper .product-cats-carousel-item-wrapper:hover .cats-image {
      opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      -moz-opacity: 0.8;
      -webkit-opacity: 0.8;
      filter: alpha(opacity=80); }
      .product-cats-carousel-wrapper .product-cats-carousel-item-wrapper:hover .cats-image 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); }
  .product-cats-carousel-wrapper .cats-image {
    font-size: 0;
    overflow: hidden;
    opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    filter: alpha(opacity=90);
    -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; }
    .product-cats-carousel-wrapper .cats-image img {
      width: 100%;
      transition: inherit; }
    .product-cats-carousel-wrapper .cats-image a {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .product-cats-carousel-wrapper .product-cats-meta {
    position: absolute;
    bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .product-cats-carousel-wrapper .cats-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.2;
    margin-bottom: 10px; }
    .product-cats-carousel-wrapper .cats-title a {
      color: #fff; }
  .product-cats-carousel-wrapper .cats-total {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff; }

.elementor-vertical-align-stretch .cats-button {
  margin-top: auto; }

.show-button-hover-active .cats-button {
  opacity: 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; }

.show-button-hover-active:hover .cats-button {
  opacity: 1; }

.elementor-widget-opal-product-categories {
  text-align: center; }
  .elementor-widget-opal-product-categories.elementor-style-image .product-cats-meta {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 3; }
  .elementor-widget-opal-product-categories.elementor-style-image .link_category_product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .elementor-widget-opal-product-categories.elementor-style-image:hover .cats-image img {
    transform: scale(1.1); }
  .elementor-widget-opal-product-categories .product-cats {
    position: relative;
    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; }
    .elementor-widget-opal-product-categories .product-cats:not(:hover) .cats-title {
      color: #2d2d2d; }
  .elementor-widget-opal-product-categories .cats-image {
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .elementor-widget-opal-product-categories .cats-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all ease 0.3s;
      z-index: 2;
      -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-opal-product-categories .cats-image img {
      -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-opal-product-categories .cats-image a {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      top: 0;
      left: 0;
      z-index: 99;
      border-radius: 50%; }
  .elementor-widget-opal-product-categories .cats-title {
    display: inline-block;
    text-transform: capitalize;
    font-size: 20px;
    font-size: 1.25rem;
    position: relative;
    z-index: 999; }
    .elementor-widget-opal-product-categories .cats-title a {
      padding: 0.3rem 0; }
    .elementor-widget-opal-product-categories .cats-title .cats-title-icon {
      display: inline-block;
      width: 0;
      margin: 0;
      opacity: 0;
      font-size: 14px;
      font-size: 0.875rem;
      -ms-transition: all 0.3s ease, opacity, color 0s;
      -o-transition: all 0.3s ease, opacity, color 0s;
      -moz-transition: all 0.3s ease, opacity, color 0s;
      -webkit-transition: all 0.3s ease, opacity, color 0s;
      transition: all 0.3s ease, opacity, color 0s; }
  .elementor-widget-opal-product-categories .cats-total {
    color: #999999; }
  .elementor-widget-opal-product-categories .elementor-style-1 .link_category_product {
    display: none; }
  .elementor-widget-opal-product-categories .elementor-style-2.product-cats {
    border: 1px solid #f3f4ee; }
    .elementor-widget-opal-product-categories .elementor-style-2.product-cats:hover .cats-image 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); }
  .elementor-widget-opal-product-categories .elementor-style-2 .cats-title {
    font-family: "Eina03", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem; }
  .elementor-widget-opal-product-categories .elementor-style-3.product-cats {
    font-size: 0;
    width: 100%;
    min-height: 330px;
    border: 2px solid #fff; }
    .elementor-widget-opal-product-categories .elementor-style-3.product-cats:hover {
      background: #fff; }
      .elementor-widget-opal-product-categories .elementor-style-3.product-cats:hover .cats-button {
        opacity: 1; }
      .elementor-widget-opal-product-categories .elementor-style-3.product-cats:hover .cats-title a {
        color: #222; }
      .elementor-widget-opal-product-categories .elementor-style-3.product-cats:hover .cats-total {
        color: #888; }
  .elementor-widget-opal-product-categories .elementor-style-3 .cats-title {
    font-size: 24px;
    font-size: 1.5rem; }
    .elementor-widget-opal-product-categories .elementor-style-3 .cats-title a {
      color: #fff; }
  .elementor-widget-opal-product-categories .elementor-style-3 .cats-total {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    -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-opal-product-categories .elementor-style-3 .product-cats-meta {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .elementor-widget-opal-product-categories .elementor-style-3 .cats-button {
    display: inline-block;
    z-index: 999;
    position: relative;
    opacity: 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; }
  .elementor-widget-opal-product-categories .link_category_product {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99; }

.elementor-effect-on .cats-image:hover:before {
  background: rgba(0, 0, 0, 0.3); }

.elementor-widget-opal-product-deals .woocommerce-product-list .product-content {
  display: block; }

.elementor-widget-opal-product-deals .woocommerce-product-list .inner {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  flex-wrap: wrap; }

.elementor-widget-opal-product-deals .woocommerce-product-list li {
  margin-bottom: 20px; }
  .elementor-widget-opal-product-deals .woocommerce-product-list li .inner {
    border-style: solid;
    border-width: 2px; }
  .elementor-widget-opal-product-deals .woocommerce-product-list li .product-thumbnail {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    .elementor-widget-opal-product-deals .woocommerce-product-list li .product-thumbnail img {
      width: 100%;
      max-width: 100%; }
  .elementor-widget-opal-product-deals .woocommerce-product-list li .star-rating {
    float: right;
    margin-top: 7px; }

.elementor-widget-opal-product-deals .woocommerce-product-list .time {
  margin-top: 15px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  background-color: #f8f8f8;
  padding-left: 30px;
  padding-right: 30px; }
  .elementor-widget-opal-product-deals .woocommerce-product-list .time .countdown-times {
    display: flex;
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 12px; }
    .elementor-widget-opal-product-deals .woocommerce-product-list .time .countdown-times > div {
      width: 25%;
      text-align: center; }
    .elementor-widget-opal-product-deals .woocommerce-product-list .time .countdown-times b {
      display: block;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1; }
    .elementor-widget-opal-product-deals .woocommerce-product-list .time .countdown-times span {
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: uppercase;
      line-height: 1; }

.elementor-widget-opal-product-deals .woocommerce-product-list .woocommerce-product-list-carousel li {
  margin-bottom: 0; }

.elementor-widget-opal-product-deals .owl-theme .products .owl-nav [class*='owl-'] {
  top: -44px; }

.elementor-widget-opal-products-tabs .elementor-tabs-wrapper {
  text-align: center;
  margin-bottom: 70px; }

.elementor-widget-opal-products-tabs .elementor-tab-title {
  color: #999999;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 7px 0;
  margin: 0 27px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  border-bottom: 3px 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; }
  .elementor-widget-opal-products-tabs .elementor-tab-title:hover, .elementor-widget-opal-products-tabs .elementor-tab-title.elementor-active {
    color: #222;
    border-color: #222; }

.elementor-widget-opal-products-tabs .elementor-tabs-content-wrapper {
  border: none; }

.elementor-html .onsale + img,
.elementor-html .product-img-wrap + img,
.elementor-html .product-image + img {
  display: none !important; }

.elementor-html .site-content-contain {
  z-index: 100; }

.elementor-html .product-image.no-gallery {
  display: none !important; }

.woocommerce-carousel .owl-stage-outer {
  padding: 15px 5px 0;
  margin: -15px -5px 0; }

.elementor-product-style-2 .elementor-widget-container > .woocommerce {
  overflow: hidden; }

.elementor-product-style-2 ul.products {
  margin-top: -1px;
  margin-bottom: -1px; }

.elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list li {
  position: relative; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list li:before {
    content: '';
    border-right: 1px solid #eeeeee;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .inner {
  padding: 10px 0 20px;
  flex-wrap: wrap;
  border: none; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .product-thumbnail {
  width: 50%;
  margin: 0;
  max-width: 300px;
  order: 2;
  margin-left: auto;
  margin-right: auto; }
  .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .product-thumbnail img {
    width: 100%;
    max-width: 100%; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .product-title {
  font-size: 18px;
  font-size: 1.125rem; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .product-content {
  min-width: 200px; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 10px; }
  .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .deal-text {
    color: #000;
    margin-bottom: 10px;
    display: block; }
  .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .countdown-times {
    display: flex; }
    .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .countdown-times > div {
      width: 25%;
      border-right: 1px solid #eeeeee;
      text-align: center;
      line-height: 1; }
      .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .countdown-times > div:last-child {
        border: none; }
    .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .countdown-times b {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 500;
      display: block;
      margin-bottom: 10px; }
    .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list li .time .countdown-times span {
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #999; }

.elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list .star-rating {
  font-size: 11px;
  margin-top: 15px; }
  .elementor-widget-opal-products.elementor-product-list-style-2 .woocommerce-product-list .star-rating span:before {
    color: #ffcc00; }

div.opal-product-tooltipster .tooltipster-content {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem; }

div.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #000; }

div.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
  transform: translateY(-5px); }

.elementor-widget-opal-products.elementor-product-list-border-style.elementor-product-list-style-2 .woocommerce-product-list li .inner {
  padding: 30px;
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 5px; }
  @media (max-width: 575px) {
    .elementor-widget-opal-products.elementor-product-list-border-style.elementor-product-list-style-2 .woocommerce-product-list li .inner {
      padding: 15px; } }

.woocommerce-product-gallery__image .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.woocommerce-product-gallery__image .embed-container iframe,
.woocommerce-product-gallery__image .embed-container object,
.woocommerce-product-gallery__image .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 1024px) {
  .elementor-widget-opal-products .woocommerce-product-list .columns-1 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-2 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-2 li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-3 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-3 li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-3 li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-4 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-4 li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-4 li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-4 li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-5 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-5 li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-5 li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-5 li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-5 li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .woocommerce-product-list .columns-6 li:nth-child(6) .inner {
    border: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-1 li:nth-child(1n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-2 li:nth-child(2n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-3 li:nth-child(3n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-4 li:nth-child(4n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-5 li:nth-child(5n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .woocommerce-product-list .columns-6 li:nth-child(6n):before {
    content: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-opal-products .columns-tablet-1 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-2 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-2 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-3 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-3 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-3 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-4 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-4 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-4 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-4 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-5 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-5 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-5 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-5 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-5 .woocommerce-product-list ul li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-tablet-6 .woocommerce-product-list ul li:nth-child(6) .inner {
    border: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-1 .woocommerce-product-list ul li:nth-child(1n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-2 .woocommerce-product-list ul li:nth-child(2n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-3 .woocommerce-product-list ul li:nth-child(3n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-4 .woocommerce-product-list ul li:nth-child(4n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-5 .woocommerce-product-list ul li:nth-child(5n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-tablet-6 .woocommerce-product-list ul li:nth-child(6n):before {
    content: none; } }

@media (max-width: 767px) {
  .elementor-widget-opal-products .columns-mobile-1 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-2 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-2 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-3 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-3 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-3 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-4 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-4 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-4 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-4 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-5 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-5 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-5 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-5 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-5 .woocommerce-product-list ul li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(1) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(2) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(3) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(4) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(5) .inner {
    border: none; }
  .elementor-widget-opal-products .columns-mobile-6 .woocommerce-product-list ul li:nth-child(6) .inner {
    border: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-1 .woocommerce-product-list ul li:nth-child(1n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-2 .woocommerce-product-list ul li:nth-child(2n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-3 .woocommerce-product-list ul li:nth-child(3n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-4 .woocommerce-product-list ul li:nth-child(4n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-5 .woocommerce-product-list ul li:nth-child(5n):before {
    content: none; }
  .elementor-widget-opal-products.elementor-product-list-style-1 .columns-mobile-6 .woocommerce-product-list ul li:nth-child(6n):before {
    content: none; } }

@media (max-width: 991px) {
  .woocommerce-message, .woocommerce-notice,
  .woocommerce-info,
  .woocommerce-error {
    cursor: pointer; } }

.elementor-progress-percentage {
  padding-right: 0;
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0; }

.elementor-progress-wrapper {
  height: 5px;
  background: #eeeeee; }

.elementor-widget-progress .elementor-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-bottom: 10px; }

.elementor-progress-bar {
  border-radius: 0; }

.elementor-search-form input[type="search"], .elementor-search-form button {
  margin: 0;
  border: 0;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 14px;
  -webkit-appearance: none; }

.elementor-search-form input[type="search"]:focus, .elementor-search-form button:focus {
  outline: 0;
  color: inherit; }

.elementor-search-form .elementor-search-form__submit {
  background-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2d2d;
  border-radius: 0;
  font-weight: 500; }
  .elementor-search-form .elementor-search-form__submit:hover {
    background-color: transparent; }

.elementor-search-form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  overflow: hidden;
  min-height: 55px; }

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #eeeeee;
  border-radius: 5px; }

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

.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 {
  cursor: pointer;
  vertical-align: middle;
  color: #2d2d2d; }

.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;
  border-radius: 3px; }

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
  position: absolute;
  left: 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;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 12%;
  background-color: rgba(0, 0, 0, 0.8);
  flex-wrap: wrap;
  overflow: scroll; }

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

.elementor-search-data-fetch {
  text-align: left;
  background-color: #fff;
  margin-top: 10px;
  width: 100%;
  padding: 20px; }
  .elementor-search-data-fetch ul {
    display: flex;
    flex-wrap: wrap; }
    .elementor-search-data-fetch ul li {
      -webkit-animation-name: soberFadeInUp;
      animation-name: soberFadeInUp;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      width: 100%;
      padding-right: 10px; }
      @media (min-width: 576px) {
        .elementor-search-data-fetch ul li {
          width: 50%; } }
      @media (min-width: 992px) {
        .elementor-search-data-fetch ul li {
          width: 25%; } }
      .elementor-search-data-fetch ul li:nth-child(2) {
        animation-delay: 0.1s; }
      .elementor-search-data-fetch ul li:nth-child(3) {
        animation-delay: 0.2s; }
      .elementor-search-data-fetch ul li:nth-child(4) {
        animation-delay: 0.3s; }
      .elementor-search-data-fetch ul li:nth-child(5) {
        animation-delay: 0.4s; }
      .elementor-search-data-fetch ul li:nth-child(6) {
        animation-delay: 0.5s; }
      .elementor-search-data-fetch ul li:nth-child(7) {
        animation-delay: 0.6s; }
      .elementor-search-data-fetch ul li:nth-child(8) {
        animation-delay: 0.7s; }
  .elementor-search-data-fetch h4 {
    text-align: center;
    padding: 20px; }

.button-link-search {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 2px solid #2d2d2d;
  color: #2d2d2d;
  padding-bottom: 5px; }
  .button-link-search i {
    margin-left: 10px;
    transition: all ease-in-out 0.3s; }
  .button-link-search:hover {
    border-bottom: 2px solid #2d2d2d;
    color: #2d2d2d; }
    .button-link-search:hover i {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

@keyframes soberFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.elementor-single-product .single-product div.product {
  display: block;
  padding-bottom: 0; }
  .elementor-single-product .single-product div.product .entry-summary {
    margin-bottom: 0; }
    .elementor-single-product .single-product div.product .entry-summary:before {
      content: none; }
    .elementor-single-product .single-product div.product .entry-summary .single_add_to_cart_button {
      flex: inherit;
      width: auto;
      min-width: auto; }
      .elementor-single-product .single-product div.product .entry-summary .single_add_to_cart_button:before {
        display: none; }
    .elementor-single-product .single-product div.product .entry-summary form.cart {
      border: none;
      flex-wrap: wrap;
      padding: 0; }
      .elementor-single-product .single-product div.product .entry-summary form.cart .quantity {
        background: transparent;
        padding-left: 0; }
        .elementor-align-center .elementor-single-product .single-product div.product .entry-summary form.cart .quantity {
          margin-left: auto;
          margin-right: auto; }
        .elementor-align-right .elementor-single-product .single-product div.product .entry-summary form.cart .quantity {
          margin-left: auto;
          margin-right: 0; }
        .elementor-single-product .single-product div.product .entry-summary form.cart .quantity input {
          background: transparent; }
      .elementor-single-product .single-product div.product .entry-summary form.cart button[type='submit'] {
        margin: 0; }
    .elementor-single-product .single-product div.product .entry-summary .price {
      margin-bottom: 50px;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      display: inline-flex;
      flex-direction: row-reverse;
      align-items: baseline; }
      .elementor-align-center .elementor-single-product .single-product div.product .entry-summary .price {
        display: flex;
        align-items: baseline;
        flex-direction: row-reverse;
        justify-content: center; }
      .elementor-align-right .elementor-single-product .single-product div.product .entry-summary .price {
        display: flex;
        align-items: baseline;
        flex-direction: row-reverse; }
      .elementor-single-product .single-product div.product .entry-summary .price ins {
        margin-left: 0;
        margin-right: 20px; }
      .elementor-single-product .single-product div.product .entry-summary .price del {
        font-size: 14px;
        font-size: 0.875rem; }
    .elementor-single-product .single-product div.product .entry-summary .compare-button {
      display: none; }
  .elementor-single-product .single-product div.product .product_title {
    margin-bottom: 15px;
    font-size: 62px;
    font-size: 3.875rem;
    position: relative;
    display: inline-block; }

.elementor-single-product .single-product .deal-sold {
  display: none; }

.elementor-single-product .single-product .opal-woocommerce-deal .countdown-times > div:first-child {
  padding-left: 0; }

.elementor-single-product .single-product .opal-woocommerce-deal .countdown-times > div:last-child {
  padding-right: 0; }

.elementor-align-left .elementor-single-product .single-product .opal-woocommerce-deal .countdown-times {
  justify-content: flex-start; }

.elementor-align-right .elementor-single-product .single-product .opal-woocommerce-deal .countdown-times {
  justify-content: flex-end; }

.elementor-align-right form.cart, .elementor-align-right
.woocommerce-product-rating, .elementor-align-right
.variations_button {
  justify-content: flex-end; }

.elementor-align-center form.cart, .elementor-align-center
.woocommerce-product-rating, .elementor-align-center
.variations_button {
  justify-content: center; }

.elementor-widget-opal-add-to-cart .added_to_cart {
  display: none; }

.product-author-wrapper {
  line-height: 1;
  margin-bottom: 30px; }
  .product-author-wrapper .product-author-name {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-size: 1rem; }
  .product-author-wrapper .author-line {
    width: 40px;
    height: 1px;
    background: #9f9c9b;
    display: inline-block; }

.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image > a img[src$=".svg"],
.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image > img[src$=".svg"],
.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image figure > a img[src$=".svg"] {
  width: 95px; }

.elementor-widget-social-icons.elementor-social-custom .elementor-social-icon.elementor-icon {
  width: auto; }

.elementor-widget-social-icons.elementor-social-custom .elementor-social-icon:hover {
  background-color: transparent; }

.elementor-widget-spacer .elementor-widget-container {
  height: 100%; }

.elementor-widget-wrap:hover [class*="opal-svg-"],
.elementor-widget-wrap:hover [class*="opal-svg-"] > * {
  transform-origin: center center;
  transform-box: fill-box; }

.elementor-widget-wrap:hover .opal-svg-spinner {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.elementor-widget-wrap:hover .opal-svg-moveup {
  animation: opalScaleUp 300ms;
  -moz-animation: opalScaleUp 300ms;
  -webkit-animation: opalScaleUp 300ms; }

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
  border: 0px;
  font-family: Eina03, Sans-serif; }

.elementor-teams-wrapper {
  margin-bottom: 50px; }
  .elementor-teams-wrapper:hover .elementor-team-socials {
    visibility: visible;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .elementor-teams-wrapper .elementor-team-image {
    font-size: 0;
    margin-bottom: 30px;
    position: relative; }
    .elementor-teams-wrapper .elementor-team-image img {
      border-radius: 5px;
      box-shadow: 5px 0 30px rgba(244, 195, 188, 0.15); }
  .elementor-teams-wrapper .elementor-team-name {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    -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-name a {
      color: inherit;
      -ms-transition: none;
      -o-transition: none;
      -moz-transition: none;
      -webkit-transition: none;
      transition: none; }
  .elementor-teams-wrapper .elementor-team-job {
    font-size: 14px;
    font-size: 0.875rem; }
  .elementor-teams-wrapper .elementor-team-socials {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -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; }
  .elementor-teams-wrapper .team-icon-socials {
    background: white;
    border-radius: 5px;
    margin: 0;
    padding: 15px;
    list-style: none;
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .elementor-teams-wrapper .team-icon-socials li {
      flex: 1; }
      .elementor-teams-wrapper .team-icon-socials li:not(:last-child) {
        border-right: 1px solid #eeeeee; }
    .elementor-teams-wrapper .team-icon-socials a {
      display: block;
      color: #b4bbc2;
      padding: 0 20px; }

.elementor-widget-opal-testimonials .row, .elementor-widget-opal-testimonials body.opal-default-content-layout-2cr #content .wrap, body.opal-default-content-layout-2cr #content .elementor-widget-opal-testimonials .wrap, .elementor-widget-opal-testimonials body.opal-content-layout-2cl #content .wrap, body.opal-content-layout-2cl #content .elementor-widget-opal-testimonials .wrap, .elementor-widget-opal-testimonials body.opal-content-layout-2cr #content .wrap, body.opal-content-layout-2cr #content .elementor-widget-opal-testimonials .wrap, .elementor-widget-opal-testimonials [data-opal-columns], .elementor-widget-opal-testimonials .site-footer .widget-area, .site-footer .elementor-widget-opal-testimonials .widget-area, .elementor-widget-opal-testimonials .comment-form, .elementor-widget-opal-testimonials .widget .gallery, .widget .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .elementor-element .gallery, .elementor-element .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .entry-gallery .gallery, .entry-gallery .elementor-widget-opal-testimonials .gallery,
.elementor-widget-opal-testimonials .single .gallery, .single .elementor-widget-opal-testimonials .gallery, .elementor-widget-opal-testimonials [data-elementor-columns], .elementor-widget-opal-testimonials .single-portfolio-summary .single-portfolio-summary-inner, .single-portfolio-summary .elementor-widget-opal-testimonials .single-portfolio-summary-inner, .elementor-widget-opal-testimonials .woocommerce-cart .woocommerce, .woocommerce-cart .elementor-widget-opal-testimonials .woocommerce, .elementor-widget-opal-testimonials .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-billing-fields .elementor-widget-opal-testimonials .woocommerce-billing-fields__field-wrapper, .elementor-widget-opal-testimonials .woocommerce-MyAccount-content form[class^="woocommerce-"], .woocommerce-MyAccount-content .elementor-widget-opal-testimonials form[class^="woocommerce-"], .elementor-widget-opal-testimonials .woocommerce-columns--addresses, .elementor-widget-opal-testimonials form.track_order, .elementor-widget-opal-testimonials .woocommerce-account .woocommerce, .woocommerce-account .elementor-widget-opal-testimonials .woocommerce, .elementor-widget-opal-testimonials .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-account .woocommerce .elementor-widget-opal-testimonials .u-columns.woocommerce-Addresses, .elementor-widget-opal-testimonials .woocommerce-Addresses, .elementor-widget-opal-testimonials .woocommerce-address-fields__field-wrapper, .elementor-widget-opal-testimonials ul.products, .elementor-widget-opal-testimonials .osf-sorting, .elementor-widget-opal-testimonials .single-product div.product, .single-product .elementor-widget-opal-testimonials div.product, .elementor-widget-opal-testimonials .woocommerce-single-style-2.single-product div.product .images figure, .woocommerce-single-style-2.single-product div.product .images .elementor-widget-opal-testimonials figure {
  margin: 0; }

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper {
  overflow: visible;
  margin-left: -20px;
  margin-right: -20px; }

.elementor-widget-opal-testimonials .owl-dots {
  padding: 0 20px; }

.elementor-widget-opal-testimonials .owl-nav {
  height: 24px;
  display: inline-block; }
  .elementor-widget-opal-testimonials .owl-nav.disabled {
    display: none; }
  @media (max-width: 767px) {
    .elementor-widget-opal-testimonials .owl-nav {
      display: none !important; } }

.elementor-widget-opal-testimonials .item-box {
  display: flex;
  flex-direction: column;
  -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-opal-testimonials .elementor-testimonial-image {
  line-height: 0;
  margin: 0; }

.elementor-widget-opal-testimonials .elementor-testimonial-item {
  display: flex;
  justify-content: center; }

.elementor-widget-opal-testimonials img {
  border-radius: 50%;
  margin-bottom: 15px; }

.elementor-widget-opal-testimonials .elementor-testimonial-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.elementor-widget-opal-testimonials .elementor-testimonial-content {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 30px;
  color: #3a3d46;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.elementor-widget-opal-testimonials .elementor-testimonial-rating {
  font-size: 16px;
  font-size: 1rem;
  color: #ffd21c;
  margin-bottom: 30px;
  margin-top: auto; }
  .elementor-widget-opal-testimonials .elementor-testimonial-rating i {
    margin: 0 1px; }

.elementor-widget-opal-testimonials .elementor-testimonial-name {
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 700;
  color: #3a3d46;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.elementor-widget-opal-testimonials .elementor-testimonial-job {
  font-size: 1rem;
  line-height: 1.2;
  color: #3a3d46;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.elementor-widget-opal-testimonials .elementor-testimonial-quote {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 25px;
  -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;
  position: relative; }

.elementor-widget-opal-testimonials .layout_2 {
  text-align: center; }
  .elementor-widget-opal-testimonials .layout_2 .item-box {
    flex-direction: column;
    margin-top: 105px; }
    .elementor-widget-opal-testimonials .layout_2 .item-box:hover .elementor-testimonial-quote {
      color: #fff; }
  .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-content-wrapper {
    margin-top: -40px; }
  .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-image {
    min-width: 100px;
    transform: translateY(-50%);
    margin-bottom: 0;
    width: 130px;
    height: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .elementor-widget-opal-testimonials .layout_2 .owl-carousel {
    text-align: left; }
  .elementor-widget-opal-testimonials .layout_2 .owl-nav {
    margin-left: 110px;
    position: static;
    padding: 0;
    margin-top: 20px; }
  .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-content {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.875;
    font-weight: 400;
    color: #909090; }
  .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-name {
    margin-bottom: 0;
    font-size: 20px;
    color: #333333;
    font-family: Rufina; }
  .elementor-widget-opal-testimonials .layout_2 .elementor-testimonial-job {
    color: #f4c3bc;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px; }
  .elementor-widget-opal-testimonials .layout_2 img {
    border-radius: 50%;
    margin-bottom: 0px;
    height: 100%;
    object-fit: cover; }

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-left .elementor-testimonial-wrapper {
  text-align: left; }

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-left .owl-dots {
  text-align: left; }

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-center .elementor-testimonial-wrapper {
  text-align: center; }

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-right .elementor-testimonial-wrapper {
  text-align: right; }

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-right .owl-dots {
  text-align: right; }

.elementor-widget-opal-testimonials.content-box-move-up .item-box:hover .elementor-testimonial-content-box {
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.elementor-widget-opal-testimonials.content-box-move-down .item-box:hover .elementor-testimonial-content-box {
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.elementor-widget-opal-testimonials.wrapper-move-up .item-box:hover {
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.elementor-widget-opal-testimonials.wrapper-move-down .item-box:hover {
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.elementor-widget-opal-text_carousel .owl-carousel .elementor-heading-title {
  margin-bottom: 0px;
  font-size: 22px;
  font-size: 1.375rem; }

.elementor-widget-opal-text_carousel .owl-carousel .elementor-content {
  padding-top: 10px; }

@media (min-width: 992px) {
  .elementor-widget-opal-text_carousel.text-carousel-style-2 .elementor-content-item-inner {
    display: flex;
    flex-direction: row-reverse; }
  .elementor-widget-opal-text_carousel.text-carousel-style-2 .elementor-image-framed,
  .elementor-widget-opal-text_carousel.text-carousel-style-2 .elementor-content-wrap {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.elementor-text_carousel-wrapper .row, .elementor-text_carousel-wrapper body.opal-default-content-layout-2cr #content .wrap, body.opal-default-content-layout-2cr #content .elementor-text_carousel-wrapper .wrap, .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 .site-footer .widget-area, .site-footer .elementor-text_carousel-wrapper .widget-area, .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 .entry-gallery .gallery, .entry-gallery .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .single .gallery, .single .elementor-text_carousel-wrapper .gallery, .elementor-text_carousel-wrapper [data-elementor-columns], .elementor-text_carousel-wrapper .single-portfolio-summary .single-portfolio-summary-inner, .single-portfolio-summary .elementor-text_carousel-wrapper .single-portfolio-summary-inner, .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 form.track_order, .elementor-text_carousel-wrapper .woocommerce-account .woocommerce, .woocommerce-account .elementor-text_carousel-wrapper .woocommerce, .elementor-text_carousel-wrapper .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses, .woocommerce-account .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 .woocommerce-single-style-2.single-product div.product .images figure, .woocommerce-single-style-2.single-product div.product .images .elementor-text_carousel-wrapper figure {
  margin: 0; }

@media (max-width: 1440px) {
  .elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
    display: none; } }

.elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-prev {
  left: -30px; }

.elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*='owl-'].owl-next {
  right: -30px; }

.elementor-text_carousel-wrapper .elementor-content-item-inner {
  background: #fff;
  padding: 20px; }
  @media (min-width: 992px) {
    .elementor-text_carousel-wrapper .elementor-content-item-inner {
      padding: 50px; } }

.elementor-text_carousel-wrapper .elementor-heading-title {
  margin-top: 50px;
  margin-bottom: 10px; }

.elementor-text_carousel-wrapper .elementor-content p {
  margin-bottom: 10px; }

.elementor-timeline-carousel .timeline-carosuel-item {
  margin-bottom: 60px;
  padding-top: 10px; }
  .elementor-timeline-carousel .timeline-carosuel-item .timeline-number-wap {
    display: inline-block; }
  .elementor-timeline-carousel .timeline-carosuel-item .timeline-number {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    z-index: 12;
    -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: 2px solid #eeeeee; }
  .elementor-timeline-carousel .timeline-carosuel-item .timeline-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .elementor-timeline-carousel .timeline-carosuel-item .timeline-buttom {
    margin-top: 1.5em; }
  .elementor-timeline-carousel .timeline-carosuel-item:hover .timeline-number, .elementor-timeline-carousel .timeline-carosuel-item.timeline-item-activate .timeline-number {
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }

.elementor-timeline-carousel .owl-item:not(:last-child) .timeline-content {
  position: relative; }
  .elementor-timeline-carousel .owl-item:not(:last-child) .timeline-content:after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 60px;
    width: calc(100% + 10px);
    height: 2px;
    background: #eeeeee;
    z-index: 10; }

.elementor-timeline-carousel .owl-carousel .owl-stage-outer {
  overflow: visible; }

.elementor-timeline-carousel .timeline-carousel {
  padding-left: 80px;
  position: relative; }
  .elementor-timeline-carousel .timeline-carousel:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 29px;
    width: 2px;
    height: 100%;
    background: #eeeeee;
    z-index: 10; }
  .elementor-timeline-carousel .timeline-carousel .timeline-carosuel-item {
    position: relative; }
  .elementor-timeline-carousel .timeline-carousel .timeline-number {
    position: absolute;
    left: -80px;
    top: 0; }
  .elementor-timeline-carousel .timeline-carousel .timeline-title {
    padding-top: 0; }

.timeline-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .timeline-item {
      margin-bottom: 30px; } }
  .timeline-item .timeline-thumbnail {
    margin-bottom: 1.5em; }
  .timeline-item .timeline-number-wap {
    display: inline-block; }
  .timeline-item .timeline-number {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
  .timeline-item .timeline-title {
    font-size: 20px;
    font-size: 1.25rem; }
  .timeline-item .timeline-buttom {
    margin-top: 1.5em; }

.opal-timeline-wrapper {
  overflow: hidden; }

.elementor-timeline-view-horizontal .timeline-item {
  align-self: stretch; }

.elementor-timeline-view-horizontal .timeline-number-wap {
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .elementor-timeline-view-horizontal .timeline-number-wap:before {
      content: '';
      position: absolute;
      height: 0px;
      width: 200%;
      background-color: #000;
      z-index: 1;
      top: 50%;
      left: 0%;
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 1px solid #572bb1; } }

.elementor-timeline-view-horizontal .timeline-number {
  position: relative;
  z-index: 4;
  border: 1px solid #572bb1; }

@media (min-width: 768px) {
  .elementor-timeline-view-vertical .timeline-item:nth-child(2n+1) .timeline-thumbnail {
    order: 3; }
  .elementor-timeline-view-vertical .timeline-item:nth-child(2n+1) .timeline-content {
    text-align: right; } }

.elementor-timeline-view-vertical .timeline-thumbnail {
  order: 1;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .elementor-timeline-view-vertical .timeline-thumbnail {
      margin-bottom: 0; } }

.elementor-timeline-view-vertical .timeline-content {
  order: 2; }

.elementor-timeline-view-vertical .timeline-number {
  color: #fff; }

.elementor-widget-toggle .elementor-tab-title {
  align-items: center; }

.elementor-toggle-item:last-child .elementor-tab-title {
  border: 0; }

.osf-vscroll-inner {
  position: relative;
  overflow: hidden;
  min-height: 100%; }

.osf-vscroll-inner .osf-vscroll-dots {
  position: fixed;
  z-index: 100;
  opacity: 1;
  margin-top: -32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.osf-vscroll-wrap .osf-vscroll-nav-menu {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.osf-vscroll-wrap .osf-vscroll-dots-hide {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 575px) {
  .osf-vscroll-dots {
    display: none; } }

.osf-vscroll-dots.middle {
  top: 50%; }

.osf-vscroll-dots.top {
  top: 40px; }

.osf-vscroll-dots.bottom {
  bottom: 30px; }

.osf-vscroll-dots.right {
  right: 17px; }

.osf-vscroll-dots.left {
  left: 17px; }

.osf-vscroll-inner ul.osf-vscroll-dots-list,
.osf-vscroll-wrap .osf-vscroll-nav-menu {
  margin: 0 !important;
  padding: 0; }

.osf-vscroll-inner ul.osf-vscroll-dots-list li {
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: visible; }

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-nav-link {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-nav-link span {
  top: 2px;
  left: 2.5px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.osf-vscroll-inner .osf-vscroll-dot-item.active .osf-vscroll-nav-link span {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  /*    top: -5px;*/
  white-space: nowrap;
  max-width: 220px;
  padding-left: 0.4em;
  padding-right: 0.4em; }

.osf-vscroll-inner .osf-vscroll-dots.right .osf-vscroll-tooltip {
  right: 27px; }

/*
* Lines
*/
.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item {
  width: 4px;
  height: 30px; }

.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item span {
  width: 100%;
  height: 100%;
  border-radius: 0; }

.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item.active span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

@media (max-width: 768px) {
  .osf-vscroll-dots.right {
    right: 7px; }
  .osf-vscroll-dots.left {
    left: 7px; } }

.osf-vscroll-inner .osf-vscroll-dots.right .osf-vscroll-tooltip::after {
  position: absolute;
  top: 50%;
  content: '';
  left: calc(100% - 1px);
  width: 10px;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.osf-vscroll-inner .osf-vscroll-dots.left .osf-vscroll-tooltip::after {
  position: absolute;
  top: 50%;
  content: '';
  right: calc(100% - 1px);
  width: 10px;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.osf-vscroll-inner .osf-vscroll-dots.left .osf-vscroll-tooltip {
  left: 27px; }

.osf-vscroll-nav-menu {
  position: fixed;
  top: 20px;
  height: 40px;
  z-index: 100;
  padding: 0;
  margin: 0; }

.osf-vscroll-nav-menu.left {
  left: 0; }

.osf-vscroll-nav-menu.right {
  right: 0; }

.osf-vscroll-nav-menu .osf-vscroll-nav-item {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.3); }

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link {
  padding: 9px 18px;
  display: block;
  cursor: pointer; }

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link,
.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link:hover {
  color: #000; }

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link:focus,
.multiscroll-nav li a:focus {
  outline: none; }

.osf-vscroll-dots .osf-vscroll-nav-link span {
  background: #dcdcdc; }

.elementor-video-popup {
  display: inline-flex;
  align-items: center; }

.elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.elementor-video-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #2d2d2d;
  margin-left: 12px;
  -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; }

.elementor-video-icon {
  font-size: 16px;
  width: 80px;
  height: 80px;
  box-sizing: content-box;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  -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; }
  .elementor-video-icon i:before {
    display: block; }

.wavify-wraper {
  position: relative; }

/* ===== End Elementor ===== */
/* ===== Start Woocommerce ===== */
/* inject:scss */
.alm-listing.products li img {
  position: static; }

.osf-woocommerce-ajaxload .loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 40px 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: line-through;
  position: relative;
  color: #b4bbc2; }
  .price del + ins {
    margin-left: .327em; }

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

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

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none; }
  .site-search .widget_product_search input[type=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;
    left: 1.15em; }
  .site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important; }

/**
 * Shop tables
 */
table.shop_table_responsive 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: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  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 {
    display: block;
    text-align: center; }

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right; }
  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-left: 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-left: 20px;
  padding-right: 20px; }

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

.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }
  .wc-proceed-to-checkout:before, .wc-proceed-to-checkout:after {
    content: "";
    display: table; }
  .wc-proceed-to-checkout:after {
    clear: both; }
  .wc-proceed-to-checkout .button {
    display: block; }
    .wc-proceed-to-checkout .button:after {
      content: none; }
  .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    white-space: normal; }

.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-left: 0;
  padding-left: 0; }
  ul#shipping_method li {
    margin-bottom: 0.23608em; }
    ul#shipping_method li:last-child {
      margin-bottom: 0; }
  ul#shipping_method input {
    margin-right: 0.33423em; }

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

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: 0.54079em 0;
  text-align: right;
  font-size: 0.875em; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.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;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 0.33423em; }

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

.form-row input,
.form-row 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-right: 0 !important; }

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

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

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

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.1em;
  font-family: 'FontAwesome';
  font-weight: 400; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 0.1em; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #f68553;
    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-right: 1px;
    font-weight: 400;
    color: transparent; }
    p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: "FontAwesome";
      content: "\f006";
      color: #43454b;
      text-indent: 0;
      opacity: .25; }
    p.stars a:hover {
      color: transparent; }
      p.stars a:hover ~ a:before {
        content: "\f006";
        color: #43454b;
        opacity: .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: .25; }
  p.stars.selected a:not(.active):before {
    content: "\f006";
    color: #96588a;
    opacity: 1; }

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

.out-of-stock {
  padding: 5px 10px;
  line-height: 1.2;
  z-index: 15;
  text-transform: capitalize;
  background: #e3e3e3;
  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: 35px; }
  .related > h2:first-child,
  .upsells > h2:first-child {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 1.3em; }

.woocommerce-notices-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto; }

.woocommerce-message, .woocommerce-notice,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both; }
  .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;
    padding-left: 6px; }
    .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 {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    border: none;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .woocommerce-message .button, .woocommerce-notice .button,
      .woocommerce-info .button,
      .woocommerce-error .button,
      .woocommerce-noreviews .button,
      p.no-comments .button {
        padding-left: 0;
        border-left-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;
      text-decoration: underline; }
  .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); }

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

.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-left: 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: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em; }

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

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

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

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

/**
 * Header Elements
 */
.site-header-cart {
  position: relative; }
  .site-header-cart:hover .header-button:before {
    opacity: 1;
    visibility: visible; }
  .site-header-cart:hover .shopping_cart {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .site-header-cart .header-button:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -9px;
    left: 50%;
    border-left-width: 6px;
    border-left-color: transparent;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-style: solid;
    transform: translateX(-50%) translateY(100%);
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .site-header-cart .shopping_cart {
    position: absolute;
    top: calc(100%);
    z-index: 999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    list-style: none;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
  .site-header-cart .widget_shopping_cart {
    width: auto;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #fff;
    min-width: 270px;
    padding-bottom: 0;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-top: 2px solid;
    border-radius: 0; }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
      display: none;
      left: 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, .site-header-cart .shopping_cart_nav .product_list_widget {
      padding: 0; }
      .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: 15px;
        margin: 0;
        border-bottom: 1px solid #eeeeee; }
        .site-header-cart .widget_shopping_cart .product_list_widget li a, .site-header-cart .shopping_cart_nav .product_list_widget li a {
          font-size: 13px;
          font-size: 0.8125rem;
          height: auto;
          line-height: 1.2;
          padding: 0 !important;
          border: none;
          text-align: left;
          display: block;
          color: #000; }
          .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: right;
            z-index: 999;
            text-indent: 0;
            text-align: center;
            top: 0.4em;
            width: 15px;
            font-size: 18px;
            font-size: 1.125rem;
            color: #bbbbbb; }
            .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 {
              content: none; }
        .site-header-cart .widget_shopping_cart .product_list_widget li .quantity, .site-header-cart .shopping_cart_nav .product_list_widget li .quantity {
          font-size: 11px;
          font-size: 0.6875rem; }
          .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: #888888;
            font-weight: 400; }
    .site-header-cart .widget_shopping_cart p.total, .site-header-cart .shopping_cart_nav p.total {
      order: -1;
      text-align: right;
      margin-bottom: 0;
      border-bottom: 1px solid #eeeeee;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 13px;
      font-size: 0.8125rem; }
      .site-header-cart .widget_shopping_cart p.total strong, .site-header-cart .shopping_cart_nav p.total strong {
        vertical-align: middle;
        font-weight: 400; }
      .site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount, .site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount {
        vertical-align: middle;
        padding-left: 0.5rem;
        font-weight: 600; }
    .site-header-cart .widget_shopping_cart p.buttons, .site-header-cart .shopping_cart_nav p.buttons {
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-top: 15px;
      display: flex;
      flex-direction: column-reverse; }
      .site-header-cart .widget_shopping_cart p.buttons .button, .site-header-cart .shopping_cart_nav p.buttons .button {
        display: block;
        height: auto;
        text-align: center;
        border: none !important;
        border-color: transparent;
        margin-bottom: 0;
        text-transform: uppercase;
        padding: 0.6rem 1.25rem;
        font-size: 12px !important;
        line-height: 1.6; }
        .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) {
          background-color: #f5f5f5;
          color: #000;
          line-height: 1.6; }
        .site-header-cart .widget_shopping_cart p.buttons .button.checkout, .site-header-cart .shopping_cart_nav p.buttons .button.checkout {
          margin-bottom: 8px; }
  .site-header-cart .woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0;
    min-height: 180px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    line-height: 1.5;
    color: #2d2d2d; }
    .site-header-cart .woocommerce-mini-cart__empty-message:before {
      content: '+';
      font-size: 100px;
      font-size: 6.25rem;
      font-weight: 200;
      display: block;
      color: #e43636;
      transform: rotate(45deg);
      line-height: 60px;
      padding: 10px; }
  .site-header-cart .widget_shopping_cart_content {
    min-width: 270px;
    display: flex;
    flex-direction: column; }
    .site-header-cart .widget_shopping_cart_content .product_list_widget {
      border: none; }
  .site-header-cart .widget_shopping_cart p.buttons,
  .site-header-cart .widget_shopping_cart li, .site-header-cart .shopping_cart_nav p.buttons,
  .site-header-cart .shopping_cart_nav li {
    padding-left: 20px;
    padding-right: 20px; }
  .site-header-cart .shopping_cart_nav > li {
    padding: 0; }

.header-button {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: unset;
  position: relative;
  font-size: 16px;
  font-size: 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; }
  .header-button i {
    font-size: 24px;
    line-height: 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; }
  .header-button .title {
    white-space: nowrap;
    -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; }
  .header-button .count-text {
    -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; }
  .header-button .amount {
    -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; }
  .header-button .count {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 300;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    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;
    margin: -18px 0px 0px 2px; }
  .header-button .text-wishlist {
    margin-left: 3px;
    -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; }
  .header-button:not(:hover) i, .header-button:not(:hover) .title, .header-button:not(:hover) .count-text, .header-button:not(:hover) .amount, .header-button:not(:hover) .text-wishlist {
    color: #222; }
  .header-button:not(:hover) .count {
    color: #fff;
    background-color: #222; }
  .header-button:hover {
    outline: none;
    color: unset; }
    .header-button:hover .count {
      color: #fff; }

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

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

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

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

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

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

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header .site-header-cart {
    text-align: center;
    float: none; }
    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .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 {
      left: 100%;
      top: 0;
      right: 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 {
    right: 100%;
    top: 0;
    left: inherit; }
  body.opal-header-layout-sideHeader .main-navigation .menu-item-search .sub-menu {
    min-width: 280px; } }

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

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

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

.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, .woocommerce-order-pay #order_review #payment .page-header .page-title, .page-header .woocommerce-order-pay #order_review #payment .page-title,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-header .page-title,
  .page-header .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-title {
    padding-left: 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; }

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

.woocommerce-tabs {
  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 {
    right: 1em; }
  .woocommerce-tabs .panel {
    margin-top: 0; }

.notification-added-to-cart {
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 50px;
  pointer-events: none; }
  @media (max-width: 991px) {
    .notification-added-to-cart {
      display: none; } }
  .notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff; }
  .notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 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 30px 0 90px;
    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;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .opal-canvas-filter {
      padding-left: 35px;
      padding-right: 35px; } }
  .opal-canvas-filter section {
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eeeeee; }
  .opal-canvas-filter.position-2cl, .opal-canvas-filter.position-2cr {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh; }
    @media (max-width: 991px) {
      .opal-canvas-filter.position-2cl, .opal-canvas-filter.position-2cr {
        width: 300px; } }
    .opal-canvas-filter.position-2cl::-webkit-scrollbar, .opal-canvas-filter.position-2cr::-webkit-scrollbar {
      width: 3px; }
    .opal-canvas-filter.position-2cl::-webkit-scrollbar-track, .opal-canvas-filter.position-2cr::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
    .opal-canvas-filter.position-2cl::-webkit-scrollbar-thumb, .opal-canvas-filter.position-2cr::-webkit-scrollbar-thumb {
      background-color: #000000; }
  .opal-canvas-filter.position-2cl {
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .opal-canvas-filter.position-2cr {
    top: 0;
    right: 0;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
    .opal-canvas-filter.position-2cr .filter-close {
      text-align: left; }
  .opal-canvas-filter .widget ul {
    padding-left: 0; }

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

.opal-canvas-filter-open .opal-canvas-filter.position-2cl, .opal-canvas-filter-open .opal-canvas-filter.position-2cr {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.filter-toggle {
  background: transparent;
  height: 2.5em;
  padding: 0;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333333; }
  .filter-toggle:after {
    content: '';
    border-left: 1px solid #eeeeee;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle; }
  .filter-toggle .filter-icon {
    display: inline-block;
    color: #222;
    padding-right: 8px;
    vertical-align: middle;
    margin-top: -2px; }
  .filter-toggle.active:hover .filter-icon:before, .filter-toggle.active:hover .filter-icon:after {
    width: 25px; }

.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: bold; }
  .filter-close:after {
    content: '';
    width: 10px;
    border: 1px solid;
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px; }

@media (min-width: 783px) {
  .admin-bar .opal-canvas-filter.position-2cl, .admin-bar .opal-canvas-filter.position-2cr {
    top: 32px; } }

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

@media (min-width: 1200px) {
  body.opal-woocommerce-archive-style-default .filter-toggle {
    display: none; } }

@media (max-width: 1199px) {
  body.opal-woocommerce-archive-style-default #secondary {
    display: none; }
  body.opal-woocommerce-archive-style-default #primary {
    flex: 0 0 100%;
    max-width: 100%; }
    body.opal-woocommerce-archive-style-default #primary .site-main {
      padding: 0; } }

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

/**
 * Cart
 */
table.cart:not(.wishlist_table) {
  margin-bottom: 3.70633em;
  overflow-x: auto; }
  table.cart:not(.wishlist_table) .product-quantity .plus,
  table.cart:not(.wishlist_table) .product-quantity .minus {
    display: none; }
  table.cart:not(.wishlist_table) thead {
    display: none; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) .product-thumbnail {
      width: 100px; } }
  table.cart:not(.wishlist_table) .product-thumbnail img {
    margin: 0 auto;
    max-width: 100px;
    height: auto; }
  table.cart:not(.wishlist_table) .product-thumbnail:before {
    display: none; }
  table.cart:not(.wishlist_table) tr:first-child td.product-remove {
    border-top-width: 0; }
  table.cart:not(.wishlist_table) tr {
    border-bottom: 1px solid #eeeeee; }
    table.cart:not(.wishlist_table) tr:last-child {
      border-bottom: none; }
  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;
      right: -0.61805em; }
  table.cart:not(.wishlist_table) td.product-quantity .qty {
    padding: .326em;
    width: 3.70633em; }
  table.cart:not(.wishlist_table) td,
  table.cart:not(.wishlist_table) th {
    padding: 0.875em 0.875em 0; }
  table.cart:not(.wishlist_table) td.actions {
    background-color: transparent; }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.actions {
        padding: 0.4em; } }
    table.cart:not(.wishlist_table) td.actions label {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 25px; }
      @media (max-width: 991px) {
        table.cart:not(.wishlist_table) td.actions label {
          display: none; } }
    table.cart:not(.wishlist_table) td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    table.cart:not(.wishlist_table) td.actions input {
      display: block;
      width: 100%;
      margin: 0.54079em 0; }
      table.cart:not(.wishlist_table) td.actions input[name="update_cart"]:focus {
        outline: none; }

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

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

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

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

.woocommerce-cart .cart-empty {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  letter-spacing: -0.075em;
  margin-top: 80px; }
  .woocommerce-cart .cart-empty:before {
    color: #d7d7d7;
    font-size: 145px;
    font-size: 9.0625rem;
    display: block;
    line-height: 1.45;
    margin-left: -25px; }
  .woocommerce-cart .cart-empty + .return-to-shop {
    margin-bottom: 60px; }

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

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

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

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

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

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

table.cart:not(.wishlist_table) .product-name a {
  color: #2d2d2d; }

table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount {
  color: #2d2d2d; }

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

table.cart:not(.wishlist_table) .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-right: auto;
  font-size: 24px;
  font-size: 1.5rem;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 1px solid #2d2d2d; }
  table.cart:not(.wishlist_table) .quantity input[type="button"] {
    padding: 5px;
    width: 40px;
    height: 45px;
    color: #777;
    background-color: #fff;
    letter-spacing: 0;
    line-height: 45px;
    border-radius: 0;
    opacity: 0;
    font-size: 24px;
    font-size: 1.5rem; }
    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 {
      outline: none;
      box-shadow: none;
      color: #000; }
  table.cart:not(.wishlist_table) .quantity input {
    border: 0; }
    table.cart:not(.wishlist_table) .quantity input[type="number"] {
      padding: 0;
      width: 60px;
      height: 45px;
      margin-top: 0;
      margin-left: -1px;
      margin-right: -1px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 45px; }
  @media (max-width: 767px) {
    table.cart:not(.wishlist_table) .quantity {
      margin-right: 0;
      margin-left: auto; } }
  table.cart:not(.wishlist_table) .quantity:before {
    content: '-';
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 45px;
    pointer-events: none;
    line-height: 45px;
    text-align: center; }
  table.cart:not(.wishlist_table) .quantity:after {
    content: '+';
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 45px;
    pointer-events: none;
    line-height: 45px;
    text-align: center; }

table.cart:not(.wishlist_table) td.actions {
  padding-left: 0; }
  table.cart:not(.wishlist_table) td.actions .coupon {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      table.cart:not(.wishlist_table) td.actions .coupon {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.actions .coupon {
        display: block;
        width: 100%;
        margin-bottom: .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: '\f054';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(50%, -50%);
      pointer-events: none;
      font-size: 12px;
      font-size: 0.75rem; }
    table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
      min-width: 235px;
      max-width: 100%;
      padding-right: 90px; }
      @media (max-width: 767px) {
        table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
          min-width: 200px; } }
    table.cart:not(.wishlist_table) td.actions .coupon button[type="submit"],
    table.cart:not(.wishlist_table) td.actions .coupon input[type="submit"] {
      position: absolute;
      opacity: 0;
      top: 0;
      right: 0;
      width: 50px;
      bottom: 0; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) td.actions button, table.cart:not(.wishlist_table) td.actions input {
      display: inline-block;
      width: auto;
      margin: 0; }
      table.cart:not(.wishlist_table) td.actions button.button, table.cart:not(.wishlist_table) td.actions input.button {
        vertical-align: top; } }
  table.cart:not(.wishlist_table) td.actions button[type="submit"] {
    opacity: 1; }
    table.cart:not(.wishlist_table) td.actions button[type="submit"]:not(:hover) {
      background-color: #fafafa;
      color: #222;
      border-color: #fafafa; }

.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: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #f8f8f8 100%); }
  .cart-collaterals:before {
    margin-top: -10px; }
  .cart-collaterals:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-bottom: -10px; }
  .cart-collaterals h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 500; }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important; }
  .cart-collaterals .cart_totals {
    width: 100%;
    padding: 45px;
    background-color: #f8f8f8; }
    @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 th {
      font-weight: 400; }
      .cart-collaterals .cart_totals th:after {
        content: ':'; }
    .cart-collaterals .cart_totals tr {
      border-top: 1px solid #eeeeee; }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    margin: 0;
    clear: right; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: right; }

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

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

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

.checkout_coupon {
  position: relative;
  margin-bottom: 2.61792em;
  width: 470px;
  max-width: 100%;
  padding: 50px;
  background: #fafafa;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem; }
  @media (max-width: 767px) {
    .checkout_coupon {
      padding: 40px 30px; } }
  .checkout_coupon .form-row-first {
    margin: 0; }
    .checkout_coupon .form-row-first input {
      padding-right: 70px;
      background-color: transparent; }
  .checkout_coupon .form-row-last {
    margin-bottom: 0;
    margin-top: 30px; }
    .checkout_coupon .form-row-last input, .checkout_coupon .form-row-last button {
      margin: auto;
      width: 100%; }
  .checkout_coupon:before, .checkout_coupon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 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%); }
  .checkout_coupon:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

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 */ }
  form.checkout > .row > div, body.opal-default-content-layout-2cr #content form.checkout > .wrap > 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, .site-footer form.checkout > .widget-area > div, form.checkout > .comment-form > div, .widget form.checkout > .gallery > div, .elementor-element form.checkout > .gallery > div, .entry-gallery form.checkout > .gallery > div, .single form.checkout > .gallery > div, form.checkout > [data-elementor-columns] > div, .single-portfolio-summary form.checkout > .single-portfolio-summary-inner > 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, form.checkout > form.track_order > div, .woocommerce-account form.checkout > .woocommerce > div, .woocommerce-account .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, .woocommerce-single-style-2.single-product div.product .images form.checkout > figure > div {
    margin-top: 3rem; }

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

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

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

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

#payment:after {
  clear: both; }

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

#payment .payment_methods {
  padding: 0 0 25px;
  margin-bottom: 45px;
  position: relative;
  z-index: 3; }
  #payment .payment_methods:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    top: 0px;
    left: -25px;
    z-index: -1; }
  #payment .payment_methods > .wc_payment_method > label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: bold;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400; }
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    border-bottom: 1px solid;
    border-bottom-color: silver2; }
    #payment .payment_methods li a {
      text-decoration: underline;
      float: right; }
    #payment .payment_methods li:last-child:not(.woocommerce-notice) {
      padding-bottom: 0;
      border-bottom: 0; }
    #payment .payment_methods li p {
      margin: 0; }
    #payment .payment_methods li .payment_box {
      padding-bottom: 30px;
      margin-top: -5px; }
      #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0 0;
        font-size: 0.875em; }
        #payment .payment_methods li .payment_box fieldset label {
          width: auto;
          margin-left: 0; }
        #payment .payment_methods li .payment_box fieldset .form-row {
          margin-bottom: 1em; }
          #payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
            margin-right: 5px; }
        #payment .payment_methods li .payment_box fieldset #cvv {
          width: 22% !important; }
        #payment .payment_methods li .payment_box fieldset .help {
          width: 75%;
          float: right; }
      #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
        padding-top: 1em;
        margin: 0; }
        #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
          margin-top: 0.61805em; }
          #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
            margin-right: .236em; }
      #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
        margin-left: 0; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-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: right 0.61805em center;
        background-size: 31px 20px;
        background-image: url(../../../../images/credit-cards/unknown.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
          background-image: url(../../../../images/credit-cards/visa.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
          background-image: url(../../../../images/credit-cards/mastercard.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
          background-image: url(../../../../images/credit-cards/laser.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
          background-image: url(../../../../images/credit-cards/diners.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
          background-image: url(../../../../images/credit-cards/maestro.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
          background-image: url(../../../../images/credit-cards/jcb.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
          background-image: url(../../../../images/credit-cards/amex.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
          background-image: url(../../../../images/credit-cards/discover.svg); }
    #payment .payment_methods li.woocommerce-notice, #payment .payment_methods li.woocommerce-notice--info, #payment .payment_methods li.woocommerce-info {
      padding: 25px 0 0;
      background-color: transparent;
      border: none;
      display: inline-block; }
      #payment .payment_methods li.woocommerce-notice:before, #payment .payment_methods li.woocommerce-notice--info:before, #payment .payment_methods li.woocommerce-info:before {
        content: '\f06a';
        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;
        color: #ffb400;
        font-size: 16px;
        font-size: 1rem;
        margin-right: 10px; }

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

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

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

.woocommerce-checkout-review-order {
  background-color: #fafafa;
  padding: 40px 15px; }
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order {
      padding: 50px 50px 75px; } }
  .woocommerce-checkout-review-order:before, .woocommerce-checkout-review-order:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 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;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-shipping-fields label {
  font-weight: 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,
.col2-set .woocommerce.columns-mobile-6 ul.products li.product,
.woocommerce.columns-mobile-6 ul.products .col2-set li.product,
.col2-set .woocommerce.columns-mobile-6 ul.products > li,
.woocommerce.columns-mobile-6 .col2-set ul.products > li {
  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: 23px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem; }

.woocommerce-billing-fields > h3, .page-header .woocommerce-billing-fields > .page-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase; }

.woocommerce-billing-fields .select2-container--default .selection {
  display: block; }

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  font-size: 14px;
  font-size: 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 {
      margin-top: 0;
      position: absolute; }

#billing_address_2_field {
  margin-top: 20px; }

.woocommerce-additional-fields {
  margin-top: 40px; }
  .woocommerce-additional-fields > h3, .page-header .woocommerce-additional-fields > .page-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase; }
  .woocommerce-additional-fields .form-row {
    margin: 0; }
  .woocommerce-additional-fields label {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem; }

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

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

#order_review_heading,
#order_review {
  clear: right; }

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

.order_review_heading {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 23px;
  font-weight: 700;
  text-transform: uppercase; }

#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-color: #0f834d;
  box-shadow: none; }

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

.select2-container--default .select2-selection--single {
  border-color: #eeeeee !important;
  border-radius: 0;
  height: 58px !important; }

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

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee; }

.select2-dropdown {
  border: 1px solid #eeeeee !important; }

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

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

form.track_order {
  position: relative;
  -ms-flex-align: end;
  align-items: flex-end; }
  form.track_order .form-row {
    display: block; }
  form.track_order p:first-of-type {
    margin: 0 0 40px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      form.track_order p:first-of-type {
        padding: 0 21%; } }
  form.track_order p.form-row-first {
    position: relative; }
    @media (max-width: 767px) {
      form.track_order p.form-row-first {
        flex-basis: auto; } }
  @media (max-width: 767px) {
    form.track_order p.form-row-last {
      flex-basis: auto; } }
  form.track_order p:last-of-type {
    padding-left: 15px;
    padding-right: 15px; }
    form.track_order p:last-of-type button[type="submit"] {
      width: 100%;
      line-height: inherit; }
  form.track_order label {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: .7rem; }

/**
 * COMPARE
 */
#colorbox {
  overflow: visible; }

#cboxWrapper {
  overflow: visible; }

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

#yith-wcwl-form {
  overflow-x: auto; }

.wishlist_table thead {
  display: none; }

.wishlist_table tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3; }

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

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

.wishlist_table tfoot tr {
  border: none; }

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

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

.wishlist_table .product-price {
  font-weight: 400; }

.wishlist_table .product-add-to-cart a.button {
  display: flex !important;
  align-items: center;
  margin-bottom: 0;
  line-height: 34px; }
  .wishlist_table .product-add-to-cart a.button:before {
    content: '+';
    font-size: 30px;
    margin-right: 10px;
    line-height: 1;
    margin-top: -4px; }

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

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

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

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

.woocommerce table.wishlist_table {
  font-size: inherit; }
  .woocommerce table.wishlist_table tbody td {
    padding-top: 40px;
    padding-bottom: 30px; }
    .woocommerce table.wishlist_table tbody td.product-name {
      min-width: 150px; }

.woocommerce .wishlist_table .product-add-to-cart a.button {
  display: flex !important;
  align-items: center;
  justify-content: center; }

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

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

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

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

.opal-currency_switcher .currency_select {
  cursor: pointer;
  padding: 0 20px;
  border: 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;
  left: 0;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjlhNDgwNTgtNjc0YS1iYjQ2LTg2ZWUtZDE5NjE2ZmMyYzVkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwQTE3MjdBODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTE3Mjc5ODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJiYWZhNWY4LTIyODUtMTk0MC04NzFjLWNjYTNmZGRjYmIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyN2QwMTYwLWQwNTYtZjU0OS04NTQxLTUzZjY0ZGQ0Yzc1ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAwAJAMBEQACEQEDEQH/xABqAAEBAQEAAAAAAAAAAAAAAAAHAAYIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMDBg8AAAAAAAAAAAABAAMRAgQhBQYxQYGxEhRRocEiQmLCEzNjFTUWJgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOVEGnwbjJ+5HxT1BLl2OHnyZS2T05OUIF2nqGKhiR9icOMuATNuSmIIOcIMDjrAse8vW6m7bZqqllGXhnkGsIDlBIJAjflvrmy9H2a2G3HxfK7WbSgQkB99G+c9fRu28x18UUH/2Q==");
  background-repeat: repeat-x; }

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

#comments {
  margin-top: 15px; }
  #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-left: 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-left: 0.54079em; }
  #comments .commentlist .reply a.comment-edit-link:after {
    content: "\f040"; }

/*
.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 {
    content: "";
    vertical-align: middle;
    border: 1px solid #eeeeee;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading 450ms infinite linear;
    -webkit-animation: opal-loading 450ms infinite linear;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    overflow: hidden; }

.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: 1.75em;
    text-indent: 0;
    color: #000; }
  .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-right: 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-right: 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-right: 0.54079em; }

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

.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-right: 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 .75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  padding: 0 6.85353em; }
  .woocommerce-breadcrumb .breadcrumb-separator:after {
    display: 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;
    content: "\f105";
    font-size: 0.875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    opacity: .25; }

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

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

.woocommerce-password-strength:after {
  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-left: 0.54079em; }

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

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

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

.woocommerce-MyAccount-navigation ul li a:before {
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.54079em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: .25; }

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

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

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

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

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

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

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

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

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

.my_account_orders .button.view:after {
  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.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-left: 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-left: 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-right: 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-left: 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-right: 0.54079em; }

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px; }
  #reviews .commentlist li p.meta .verified:before {
    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;
    left: 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-right: 0.54079em; }

/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
  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-right: 0.38198em;
  opacity: .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-right: 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-left: 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-right: 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-right: 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-right: 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-right: 0.54079em; }

/**
 * My Account
 */
.woocommerce-account .woocommerce {
  padding-top: 50px;
  padding-bottom: 50px; }
  .woocommerce-account .woocommerce .u-columns {
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .woocommerce-account .woocommerce .u-columns [class^="u-column"] {
        flex: 0 0 100%;
        max-width: 100%; } }
  .woocommerce-account .woocommerce > h2, .woocommerce-account .woocommerce > form {
    width: 51%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .woocommerce-account .woocommerce > h2, .woocommerce-account .woocommerce > form {
        width: 100%; } }
  .woocommerce-account .woocommerce > h2 {
    text-align: center; }
  .woocommerce-account .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-right: 20px;
  margin-left: 20px; }

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

.woocommerce-account .login-title span {
  color: #777777; }

@media (min-width: 992px) {
  form.woocommerce-form-login,
  form.register {
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto; } }

form.woocommerce-form-login h2,
form.register h2 {
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 20px;
  font-size: 1.25rem; }

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

form.woocommerce-form-login label,
form.register label {
  margin-bottom: 5px;
  margin-top: 30px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem; }

form.woocommerce-form-login .woocommerce-form-login-wrap {
  background-color: #f8f8f8;
  padding: 50px 50px 60px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    form.woocommerce-form-login .woocommerce-form-login-wrap {
      padding: 30px; } }

form.woocommerce-form-login .woocommerce-LostPassword {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-style: dotted; }

form.woocommerce-form-login .button[type="submit"] {
  margin-top: 40px;
  background-color: #000;
  border-color: #000; }

form.register .woocommerce-form-register-wrap {
  padding-top: 50px; }

form.register .button[type="submit"] {
  background-color: #000;
  border-color: #000; }

label.inline {
  display: inline !important; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 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: #eeeeee; }
  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: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 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: .8em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    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 {
      display: block;
      font-size: 1.41575em;
      text-transform: none; }

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

.woocommerce-MyAccount-content h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

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

.woocommerce-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: left; }
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
    float: right; }

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

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

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

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

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

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

li.product {
  box-sizing: border-box; }
  li.product .added_to_cart.wc-forward {
    display: none; }
  li.product .stock-label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    line-height: 25px;
    font-weight: 500; }
  li.product .posted_in {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 6px; }
  li.product .onsale,
  li.product .trend {
    position: absolute;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    color: #fff;
    padding: 0 8px;
    top: 20px;
    left: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #fb5d5d;
    letter-spacing: 0.02em;
    padding-top: 2px; }
  li.product .trend {
    background-color: #76b6e7; }
    li.product .trend + .onsale {
      display: none; }
  li.product .time {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
    background-color: #2d2d2d; }
  li.product .countdown-times {
    justify-content: center;
    display: inline-flex;
    text-transform: uppercase;
    padding: 8px 0;
    flex-wrap: wrap;
    color: #fff; }
    li.product .countdown-times b {
      font-weight: 500;
      color: #fff;
      font-size: 17px;
      font-size: 1.0625rem; }
    li.product .countdown-times span {
      font-size: 9px;
      font-size: 0.5625rem;
      color: #ccc;
      display: block;
      font-weight: 400; }
    li.product .countdown-times > div {
      line-height: 1.2;
      min-width: 45px;
      padding: 0 5px; }

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

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

.product-transition .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: 0;
  z-index: 12; }
  .product-transition .yith-wcwl-add-to-wishlist > div {
    position: relative; }
    .product-transition .yith-wcwl-add-to-wishlist > div > a {
      white-space: nowrap; }
    .product-transition .yith-wcwl-add-to-wishlist > div .opal-loading-wislist {
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px !important;
      height: 20px !important;
      margin-left: 0 !important; }
      .product-transition .yith-wcwl-add-to-wishlist > div .opal-loading-wislist:before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        vertical-align: middle;
        border: 1px solid #bbb;
        border-left-color: #000;
        border-radius: 50%;
        animation: opal-loading 450ms infinite linear;
        -webkit-animation: opal-loading 450ms infinite linear;
        background-image: none !important;
        background-color: #fff;
        overflow: hidden; }
    .product-transition .yith-wcwl-add-to-wishlist > div img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      opacity: 0 !important; }
    .product-transition .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:before {
      color: #ff4a5d; }
    .product-transition .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse a:before {
      color: #ff4a5d; }

.product-transition .yith-wcwl-add-to-wishlist > div > a {
  width: 40px;
  height: 40px;
  position: relative;
  white-space: nowrap;
  font-size: 0px;
  font-size: 0rem; }
  .product-transition .yith-wcwl-add-to-wishlist > div > a:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #999;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .product-transition .yith-wcwl-add-to-wishlist > div > a:hover {
    background-color: transparent; }

.product-block {
  position: relative; }

li.product > a {
  display: block; }

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

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

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

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

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

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

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

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

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

li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1); }

li.product:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0); }

li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1); }

.product-img-wrap {
  overflow: hidden;
  position: relative; }
  .product-img-wrap .inner {
    width: 100%;
    height: 100%;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
  .product-img-wrap .product-image {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
    .product-img-wrap .product-image.second-image {
      position: absolute;
      width: 100%;
      height: 100%; }
  .product-img-wrap.top-to-bottom .product-image {
    bottom: 100%; }
  .product-img-wrap.left-to-right .product-image {
    top: 0;
    right: 100%; }
  .product-img-wrap.right-to-left .product-image {
    top: 0;
    left: 100%; }
  .product-img-wrap.swap .product-image {
    top: 0;
    left: 0;
    transition: all .7s ease; }
    .product-img-wrap.swap .product-image img {
      transition: all 0.7s ease;
      transform: rotateY(0deg); }
  .product-img-wrap.swap .product-image.second-image {
    z-index: 2;
    opacity: 0; }
    .product-img-wrap.swap .product-image.second-image img {
      transform: rotateY(-180deg); }
  .product-img-wrap.fade .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.fade .product-image.second-image {
    opacity: 0;
    z-index: 2; }
  .product-img-wrap.zoom-in .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(0);
    z-index: 2; }
  .product-img-wrap.zoom-out .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.zoom-out .product-image.second-image {
    z-index: -1; }

.otf-product-list .product-img-wrap:hover .inner {
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.otf-product-list .product-img-wrap:hover.left-to-right .inner {
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.otf-product-list .product-img-wrap:hover.right-to-left .inner {
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

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

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

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

.otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
  opacity: 1; }

.otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
  transform: scale(1); }

.otf-product-list .product-img-wrap:hover.zoom-out .product-image {
  transform: scale(0); }

.otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
  transform: scale(1); }

ul.products li.product.osf-product-list .price, ul.products li.product.osf-product-list .woocommerce-loop-product__title {
  padding-top: .5rem;
  padding-bottom: .5rem; }

ul.products li.product.osf-product-list .price del {
  color: #e3e3e3; }

li.product.osf-product-list {
  margin-bottom: 15px !important; }
  li.product.osf-product-list:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    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: left; } }
  @media (min-width: 992px) {
    li.product.osf-product-list .product-block > .product-image {
      max-width: 300px;
      float: left; } }
  li.product.osf-product-list .caption {
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      li.product.osf-product-list .caption {
        width: calc(100% - 300px);
        padding-left: 30px;
        float: right; } }
  li.product.osf-product-list .star-rating {
    margin-left: 0; }
  li.product.osf-product-list .yith-wcqv-button {
    height: auto; }
  li.product.osf-product-list .compare, li.product.osf-product-list .yith-wcwl-add-to-wishlist > div > a {
    height: 100%; }
  li.product.osf-product-list .shop-action {
    display: flex; }
    li.product.osf-product-list .shop-action > * {
      margin-right: 10px; }
      li.product.osf-product-list .shop-action > *.clear, li.product.osf-product-list .widget_recent_entries .shop-action > ul, .widget_recent_entries li.product.osf-product-list .shop-action > ul, li.product.osf-product-list .elementor-widget-wp-widget-recent-posts .shop-action > ul, .elementor-widget-wp-widget-recent-posts li.product.osf-product-list .shop-action > ul {
        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;
    font-weight: 600; }
  li.product.osf-product-list .price {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600; }
    li.product.osf-product-list .price del {
      font-weight: 300;
      font-size: 20px;
      font-size: 1.25rem; }
  li.product.osf-product-list .star-rating {
    margin-bottom: .5rem; }
  li.product.osf-product-list .excerpt {
    margin-top: 1rem;
    font-size: 0.875em;
    margin-bottom: 1.5rem; }
    li.product.osf-product-list .excerpt ul {
      padding-left: 20px; }

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 40px; }
    ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
    ul.products li.product .price {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1; }
      ul.products li.product .price del {
        color: #b3b3b3;
        text-decoration: none;
        position: relative; }
        ul.products li.product .price del:before {
          content: '';
          width: 100%;
          position: absolute;
          height: 1px;
          background-color: #b3b3b3;
          top: 33%; }
    ul.products li.product h2,
    ul.products li.product h3,
    ul.products li.product .page-header .page-title,
    .page-header ul.products li.product .page-title,
    ul.products li.product .woocommerce-loop-product__title {
      margin: 0; }
    ul.products li.product img {
      display: block;
      margin: 0 auto;
      width: 100%; }
      ul.products li.product img.ajax-loading {
        display: none; }
    ul.products li.product.product-category h2,
    ul.products li.product.product-category h3,
    ul.products li.product.product-category .page-header .page-title,
    .page-header ul.products li.product.product-category .page-title,
    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 .posfed_in {
      display: block; }
      ul.products li.product .posfed_in a {
        color: #e0e2e6; }
    ul.products li.product a[class*="product_type_"].loading {
      color: transparent; }
      ul.products li.product a[class*="product_type_"].loading:after {
        color: #fff; }
  @media (min-width: 768px) {
    ul.products + .woocommerce-result-count {
      margin-top: 40px;
      text-align: right; } }
  @media (max-width: 767px) {
    ul.products + .woocommerce-result-count {
      margin-bottom: 0; } }
  ul.products + .woocommerce-result-count + .woocommerce-pagination {
    margin-top: 0; }
    @media (min-width: 768px) {
      ul.products + .woocommerce-result-count + .woocommerce-pagination {
        margin-top: -5em; } }

li.product .star-rating {
  font-size: 11px;
  font-size: 0.6875rem; }

[class^="columns-"] {
  width: 100%; }

[class*="col-md"] #customer_details .col-1, [class*="col-md"] #customer_details .col-2, [class*="col-md"] #customer_details [data-elementor-columns-mobile="6"] .column-item, [data-elementor-columns-mobile="6"] [class*="col-md"] #customer_details .column-item, [class*="col-md"] #customer_details .woocommerce.columns-mobile-6 ul.products li.product, .woocommerce.columns-mobile-6 ul.products [class*="col-md"] #customer_details li.product,
[class*="col-md"] #customer_details .woocommerce.columns-mobile-6 ul.products > li, .woocommerce.columns-mobile-6 [class*="col-md"] #customer_details ul.products > li {
  padding: 0; }

.archive.osf_woocommerce_archive_product_style_full #content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1790px; }

.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%; } }

@media (min-width: 992px) {
  .woocommerce.columns-5 ul.products li.product, .woocommerce.columns-5
  ul.products > li {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .woocommerce.columns-tablet-5 ul.products li.product, .woocommerce.columns-tablet-5
  ul.products > li {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 576px) {
  .woocommerce.columns-mobile-5 ul.products li.product, .woocommerce.columns-mobile-5
  ul.products > li {
    flex: 0 0 20%;
    max-width: 20%; } }

.woocommerce .woocommerce-carousel ul.products {
  margin-left: 0;
  margin-right: 0; }
  .woocommerce .woocommerce-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%; }

.woocommerce-product-carousel {
  width: 100%;
  position: relative; }
  .woocommerce-product-carousel ul.products {
    margin-left: 0;
    margin-right: 0; }

.osf-sorting {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 14px; }
  .osf-sorting .osf-sorting-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
      margin-left: auto; }
      @media (max-width: 991px) {
        .osf-sorting .osf-sorting-group + .osf-sorting-group .woocommerce-result-count {
          display: none; } }
  .osf-sorting .woocommerce-result-count {
    margin: 0; }
    @media (max-width: 768px) {
      .osf-sorting .woocommerce-result-count {
        padding-top: .5em;
        margin: auto;
        padding-bottom: .5em; } }
  .osf-sorting .woocommerce-ordering {
    display: inline-block; }
    @media (max-width: 575px) {
      .osf-sorting .woocommerce-ordering {
        width: 100%; } }
    .osf-sorting .woocommerce-ordering select {
      padding-left: .5rem;
      padding-right: .5rem;
      height: 2.5em;
      border-color: #eeeeee;
      font-size: inherit;
      border-radius: 5px; }
    .osf-sorting .woocommerce-ordering .select-selected {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400; }
      .osf-sorting .woocommerce-ordering .select-selected:after {
        vertical-align: baseline; }
  .osf-sorting .display-mode {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: .5rem;
    min-width: 74px; }
    @media (max-width: 768px) {
      .osf-sorting .display-mode {
        margin-right: auto; } }
    .osf-sorting .display-mode button {
      background-color: #fff;
      color: #b6babe;
      padding-left: .5rem;
      padding-right: .5rem;
      border: 1px solid #eeeeee;
      border-radius: 0;
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1;
      font-size: inherit;
      height: 2.5em;
      width: 2.5em;
      -webkit-appearance: none; }
      .osf-sorting .display-mode button + button {
        margin-left: -1px; }
      .osf-sorting .display-mode button.active, .osf-sorting .display-mode button:hover {
        background-color: #fff;
        border-color: #eeeeee;
        -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: .5em; } }

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .display-mode,
  .opal-content-layout-2cr .osf-sorting .display-mode {
    margin-right: auto; } }

/*the container must be positioned relative:*/
.woocommerce-ordering {
  position: relative; }

.woocommerce-ordering select {
  display: none;
  /*hide original SELECT element:*/ }
  .opal-default-content-layout .woocommerce-ordering select {
    display: inline-block; }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected {
  padding: 8px 25px 8px 0;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
  min-width: 200px; }
  .select-selected:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    color: #222;
    margin-left: 5.5rem;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }

/*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-items div {
  padding: 3px 15px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem; }
  .select-items div:hover {
    background-color: #f7f8fa; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  margin-top: -1px;
  border: 1px solid #eeeeee; }

/*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 */ }
  #yith-quick-view-modal.open .yith-wcqv-main {
    box-shadow: none; }
    @media (min-width: 992px) {
      #yith-quick-view-modal.open .yith-wcqv-main {
        overflow-y: hidden !important; } }
  #yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none; }
  #yith-quick-view-modal #yith-quick-view-content .product {
    height: 100%;
    padding: 0; }
  #yith-quick-view-modal #yith-quick-view-content .product div.product {
    display: block; }
  #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
    #yith-quick-view-modal #yith-quick-view-content div.images img {
      display: block;
      width: 100%; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.images {
        max-width: 100%;
        width: 100%;
        height: auto; }
        #yith-quick-view-modal #yith-quick-view-content div.images img.zoomImg {
          display: none !important; } }
  #yith-quick-view-modal #yith-quick-view-content div.summary {
    width: 50%;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.summary {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 15px; } }
  #yith-quick-view-modal #yith-quick-view-close {
    color: #000;
    border: 0;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background: #fff; }
  #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-color: #f4c3bc;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  #yith-quick-view-modal ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #f4c3bc; }

#yith-quick-view-content.single-product div.product {
  margin: 0; }
  #yith-quick-view-content.single-product div.product .summary-content h1.product_title {
    padding-top: 0;
    margin: 0;
    font-size: 1.7rem; }
  #yith-quick-view-content.single-product div.product .summary .price {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.4rem; }
  #yith-quick-view-content.single-product div.product .woocommerce-product-rating {
    margin: 10px 0; }

#yith-quick-view-content .out-of-stock {
  position: static; }

#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px; }

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0; }

/**
 * Reviews
 */
#reviews {
  outline: none; }
  #reviews #comments {
    margin-top: 0;
    padding-top: 0; }
  #reviews .comment-reply-title {
    display: none; }
  #reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 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;
        background: transparent; }
        #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 {
          font-size: 0.875em;
          line-height: 24px;
          height: 24px;
          margin-bottom: 0px;
          float: left; }
      #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 .star-rating {
        margin-bottom: 1.5rem; }
      #reviews .commentlist li .comment-text .meta {
        text-align: right; }
        #reviews .commentlist li .comment-text .meta * {
          font-size: 12px;
          font-size: 0.75rem;
          color: #999;
          line-height: 24px; }
      #reviews .commentlist li .comment-text .description {
        padding-top: 5px;
        padding-bottom: 10px; }
      #reviews .commentlist li .avatar {
        display: none;
        border-radius: 50%;
        height: auto;
        left: 0; }
        .opal-comment-1 #reviews .commentlist li .avatar,
        .opal-comment-3 #reviews .commentlist li .avatar,
        .opal-comment-6 #reviews .commentlist li .avatar {
          left: 0; }
      #reviews .commentlist li p.meta {
        margin-bottom: .625em; }
        #reviews .commentlist li p.meta strong {
          line-height: 1;
          margin-bottom: 3px; }
        #reviews .commentlist li p.meta time {
          display: block; }
        #reviews .commentlist li p.meta .verified {
          font-style: normal;
          font-size: 0.875em; }
        #reviews .commentlist li p.meta .woocommerce-review__dash,
        #reviews .commentlist li p.meta .woocommerce-review__author {
          display: none; }
      #reviews .commentlist li .woocommerce-review__author {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 500;
        text-transform: uppercase; }
        #reviews .commentlist li .woocommerce-review__author:before {
          content: '';
          width: 15px;
          height: 1px;
          background-color: #000;
          margin-right: 10px;
          vertical-align: middle;
          display: inline-block; }
      #reviews .commentlist li ul.children {
        margin: 0;
        padding-top: 1.618em; }
        #reviews .commentlist li ul.children li {
          margin-bottom: 1.618em; }
          #reviews .commentlist li ul.children li:last-child {
            margin-bottom: 0; }
  #reviews .comment-form-rating {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    #reviews .comment-form-rating label {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      margin-bottom: 10px; }
    #reviews .comment-form-rating .stars {
      font-size: 18px;
      font-size: 1.125rem; }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 100%; }
  #reviews .comment-form-email {
    margin-right: 0; }

#wp-comment-cookies-consent {
  margin-bottom: 2px; }

.woocommerce-Tabs-panel table.shop_attributes,
#osf-accordion-container table.shop_attributes {
  border: 1px solid #e7e7e7; }
  .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 #e7e7e7;
    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; }

/**
 * Single Product
 */
.site-main > .product > .onsale {
  position: absolute;
  z-index: 10; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product {
  position: relative; }
  .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
    margin: 0; }
    .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a {
      line-height: 46px;
      border-radius: 0;
      font-weight: 600;
      padding-bottom: 5px;
      border-bottom: 1px solid; }
      .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist > div > a:before {
        content: '+'; }
  .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%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .single-product div.product .entry-summary .compare {
    display: none;
    margin-bottom: 20px;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
    .single-product div.product .entry-summary .compare:before {
      font-size: 20px;
      font-size: 1.25rem;
      vertical-align: middle;
      margin-right: 5px;
      margin-bottom: 5px;
      display: inline-block;
      line-height: 1;
      padding-right: 5px; }
  .single-product div.product .images figure {
    margin: 0; }
  .single-product div.product .product_title {
    font-size: 30px;
    font-size: 1.875rem;
    padding-top: 0;
    margin-bottom: 15px; }
  .single-product div.product .quantity_label {
    width: 100%;
    margin-bottom: 0;
    font-weight: 300; }
  .single-product div.product .images,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.29068em;
    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: 20px;
      right: 45px;
      display: block;
      height: 1.75em;
      width: 1.75em;
      z-index: 90;
      text-align: center;
      color: #2d2d2d; }
    .single-product div.product .woocommerce-product-gallery img {
      margin: 0; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      flex: 0 0 calc(100% - 90px); }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      padding: 0;
      margin: -5px;
      order: -1;
      flex: 0 0 90px; 
      max-height: 300px;
    overflow-y: scroll;
    }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        padding-left: 0;
        list-style: none;
        cursor: pointer;
        padding: 5px; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          transition: all, ease, .2s;
          width: 100%;
          display: block;
          border: 1px solid #eeeeee; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            filter: brightness(50%);
            border-color: #eeeeee; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before {
          content: ''; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          filter: brightness(50%);
          border-color: #eeeeee; }
    .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: 2em; }
    .single-product div.product .images .woocommerce-main-image {
      margin-bottom: 1.618em;
      display: block; }
    .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 {
      display: block;
      width: 22.05%;
      margin-right: 3.8%;
      float: left;
      margin-bottom: 1em; }
      .single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
      .single-product div.product .images .thumbnails a.zoom.first {
        clear: both; }
  .single-product div.product form.cart:not(.variations_form):not(.grouped_form) {
    display: flex; }
  .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 .single_variation_wrap {
    width: 100%; }
  .single-product div.product form.cart .quantity {
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 25px;
    border-color: #eeeeee;
    width: 80px;
    flex: 1;
    flex-basis: 80px; }
    .single-product div.product form.cart .quantity input[type="button"] {
      background-color: transparent;
      padding: 0.5rem 0;
      width: 45%;
      color: #222;
      text-indent: -999px;
      position: absolute;
      right: 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;
      right: 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: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1.7em; }
    .single-product div.product .summary .price ins {
      background-color: transparent;
      float: left;
      margin-left: 0;
      margin-right: .327em; }
    .single-product div.product .summary .price del {
      color: #777;
      font-size: 16px;
      font-size: 1rem; }
  .single-product div.product table.variations {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    margin: 0; }
    .single-product div.product table.variations tr {
      border-bottom: 1px solid #eeeeee;
      padding-top: 15px;
      display: block; }
    .single-product div.product table.variations th,
    .single-product div.product table.variations td {
      padding: 0;
      list-style: none;
      background-color: transparent;
      vertical-align: middle;
      border: 0; }
    .single-product div.product table.variations select {
      height: 40px;
      width: 100%;
      border: none;
      font-size: 16px;
      font-size: 1rem;
      background: transparent; }
    .single-product div.product table.variations label {
      margin-bottom: 0;
      font-size: 17px;
      font-size: 1.0625rem;
      color: #222;
      white-space: nowrap;
      line-height: 40px;
      font-weight: 600; }
      .single-product div.product table.variations label:after {
        content: ':';
        padding-right: 5px; }
    .single-product div.product table.variations .value select {
      padding: 0 10px;
      margin: 10px 0; }
  .single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block; }
  .single-product div.product .variations_button {
    padding-top: 1em;
    display: flex; }
    .single-product div.product .variations_button: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 {
    display: flex;
    margin-bottom: 20px; }
    .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: #777777;
      padding-top: 3px; }
    .single-product div.product .woocommerce-product-rating .star-rating {
      margin-right: 0.61805em; }
  .single-product div.product .product_meta {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6; 
    max-height: 300px;
    overflow-y: scroll;
  }
    .single-product div.product .product_meta .sku_wrapper,
    .single-product div.product .product_meta .posted_in,
    .single-product div.product .product_meta .tagged_as {
      display: block;
      color: #333333;
      line-height: 2; }
      .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 .woocommerce-tabs {
    padding: 0; }
    .single-product div.product .woocommerce-tabs .panel .shop_attributes p {
      margin-bottom: 0; }
  .single-product div.product.compare-button {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0; }
  .single-product div.product .pbr-social-share {
    text-align: left;
    padding: 30px 0 0;
    border-top: 1px solid #eeeeee;
    line-height: 2; }
    .single-product div.product .pbr-social-share:before {
      display: none; }
    .single-product div.product .pbr-social-share .social-share-header {
      color: #333333;
      font-weight: 300; }
    .single-product div.product .pbr-social-share a {
      text-transform: uppercase;
      color: #999; }
  .single-product div.product form.variations_form > div {
    background-color: transparent !important; }

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

.single-product[class*="product-style"] .stock.out-of-stock {
  position: static;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }

.single-product .product-navigator #older-nav:after {
  content: url(./../images/left-arrow.png); }

.single-product .product-navigator #newer-nav:before {
  content: url(./../images/right-arrow.png); }

@media (max-width: 767px) {
  .single-product .product-navigator #newer-nav .outter-title {
    float: right; } }

@media (min-width: 768px) {
  .single-product .product-navigator .entry-title {
    max-width: 100px; } }

.single-product[class*="opal-comment-form"] .comment-form .form-submit .submit {
  background: #000;
  border-color: #000; }

.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.disabled[type="submit"] {
  padding: 1em 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  height: 60px;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
  line-height: 1;
  min-width: 200px; }
  .single-product .single_add_to_cart_button:before,
  .single-product .single_add_to_cart_button.disabled[type="submit"]:before {
    margin-right: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle; }
  .single-product .single_add_to_cart_button:hover,
  .single-product .single_add_to_cart_button.disabled[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
    font-size: 16px;
    font-size: 1rem; }
  @media (max-width: 767px) {
    .single-product .single_add_to_cart_button,
    .single-product .single_add_to_cart_button.disabled[type="submit"] {
      min-width: 150px; } }

.single-product .woocommerce-product-details__short-description ul {
  padding-left: 1.5em; }

.single-product table.variations {
  margin-bottom: 1em; }

.single-product table.group_table {
  width: 100%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #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;
    width: 80px; }
  .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: right;
    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-right: 0 !important;
    margin-left: auto; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right; }

.single-product .tawcvs-swatches {
  display: inline-block;
  padding: 0; }
  .single-product .tawcvs-swatches .swatch {
    line-height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0; }
    .single-product .tawcvs-swatches .swatch.selected {
      box-shadow: none; }
      .single-product .tawcvs-swatches .swatch.selected.swatch-label {
        border-color: #222;
        background: #222;
        color: #fff; }
      .single-product .tawcvs-swatches .swatch.selected:before {
        left: calc(50% - 3px);
        top: 10px; }
    .single-product .tawcvs-swatches .swatch.swatch-label {
      height: 35px;
      width: 60px;
      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 .tawcvs-swatches .swatch.swatch-color {
      height: 35px;
      width: 35px;
      border-radius: 50%;
      border-color: #eeeeee; }

.single-product a.reset_variations {
  position: absolute;
  bottom: calc(100% - 15px);
  left: 0;
  display: block;
  margin-left: 0;
  text-decoration: underline; }
  .single-product a.reset_variations:before {
    content: '\f00d'; }

.single-product .woocommerce-tabs {
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .single-product .woocommerce-tabs {
      margin-bottom: 120px; } }
  .single-product .woocommerce-tabs .panel h2:first-of-type, .single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type {
    display: none; }

.single-product .star-rating {
  line-height: 2; }

.single-product .onsale {
  left: 45px;
  top: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: .4em 1em; }

.single-product .osf_has_image_gallery + .onsale {
  left: 130px; }

.single-product .woocommerce-product-gallery img {
  display: block; }

.single-product .entry-summary form.cart {
  padding: 10px 0; }

.single-product table.variations td.label {
  min-width: 60px; }

.single-product table.variations tr {
  border-bottom: 0;
  padding-top: 0; }
  .single-product table.variations tr:last-child {
    padding-bottom: 15px; }

.single-product table.variations select {
  border: 1px solid #eeeeee; }

.single-product .comment_container,
.single-product .comment-body {
  margin-bottom: .25rem; }

.single-product #reviews .commentlist li {
  margin-bottom: 0; }
  .single-product #reviews .commentlist li:first-child .comment_container {
    padding-top: 0; }
  .single-product #reviews .commentlist li .comment_container {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #eeeeee;
    padding: 60px 0 50px; }

.single-product .entry-summary #reviews .commentlist li .comment_container {
  padding: 30px 0 30px; }

.single-product .stock.out-of-stock {
  position: static;
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: 0; }

.single-product#yith-quick-view-content a.reset_variations {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block; }

.woocommerce-tabs ul.tabs {
  list-style: none;
  margin-bottom: 0;
  display: block;
  padding-left: 0;
  text-align: center; }
  .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 40px; }
    @media (max-width: 575px) {
      .woocommerce-tabs ul.tabs li {
        display: block;
        margin-right: 0; } }
    .woocommerce-tabs ul.tabs li:last-child {
      margin-right: 0; }
    .woocommerce-tabs ul.tabs li a {
      display: block;
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 28px;
      padding: 12px 0;
      position: relative;
      font-weight: 600;
      color: #9E9E9E; }
      .woocommerce-tabs ul.tabs li a:after {
        content: '';
        position: absolute;
        width: 0;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid;
        transition: all ease-in-out 0.3s; }
      .woocommerce-tabs ul.tabs li a:hover:after {
        width: 100%; }
    .woocommerce-tabs ul.tabs li.active a:after {
      width: 100%; }

.woocommerce-tabs .panel {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .woocommerce-tabs .panel {
      padding-top: 70px; } }
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #000; }

.woocommerce-tabs#osf-accordion-container [data-accordion] {
  border-bottom: 1px solid;
  border-color: #eeeeee; }
  .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
    font-weight: 600;
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 18px; }
    .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after, .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
      content: '';
      width: 12px;
      display: inline-block;
      height: 1px;
      background: #000;
      position: absolute;
      right: 0;
      top: 50%; }
    .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
      transform: rotate(90deg); }
  .woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
    content: none; }

.ywsfd-wrapper {
  border-top: 1px solid;
  border-color: #cccccc; }
  .ywsfd-wrapper h2:first-of-type {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding-top: 1em;
    line-height: 30px; }
  .ywsfd-wrapper .ywsfd-social {
    margin-top: 0;
    border: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 0; }

.button-wrapper #chart-button {
  background-color: transparent;
  padding: 0;
  text-decoration: underline; }
  .button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: 0.8;
    background-color: transparent; }

.remodal .remodal-close:hover, .remodal .remodal-close:focus {
  color: #fff; }

/** Single Product Start : Style 1 */
@media (min-width: 1200px) {
  .woocommerce-single-style-1 div.product .entry-summary .inner {
    padding-left: 60px; } }

.woocommerce-single-style-1 div.product .entry-summary .single_add_to_cart_button {
  width: 100%; }

.woocommerce-single-style-1 div.product .images {
  display: flex;
  justify-content: space-between; }

/** Single Product End : Style 1 */
/** Single Product Start : Style 2 */
@media (min-width: 1200px) {
  .woocommerce-single-style-2.single-product div.product .entry-summary .inner {
    padding-left: 40px; } }

.woocommerce-single-style-2.single-product div.product .entry-summary .single_add_to_cart_button {
  width: 100%; }

.woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image {
  margin-bottom: 40px; }

/** Single Product End : Style 2 */
/** Single Product Start : Style 3 */
.woocommerce-single-style-3.single-product div.product {
  align-items: flex-start; }
  .woocommerce-single-style-3.single-product div.product .entry-summary .single_add_to_cart_button {
    width: 100%; }
  .woocommerce-single-style-3.single-product div.product form.cart .quantity,
  .woocommerce-single-style-3.single-product div.product .variable-items-wrapper .variable-item.button-variable-item {
    border-color: #ddd !important; }

.woocommerce-single-style-3.single-product .site-main > div.product:before {
  content: '';
  width: 100vw;
  height: calc(100% + 999px);
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  background-color: #edece8; }

.woocommerce-single-style-3.single-product .flex-control-nav {
  width: 160px;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 3px;
  display: flex;
  background-color: #ddd;
  transform: rotate(90deg);
  left: -100px;
  top: 50%;
  z-index: 4; }
  .woocommerce-single-style-3.single-product .flex-control-nav:before, .woocommerce-single-style-3.single-product .flex-control-nav:after {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all ease-in-out 0.2s;
    position: absolute;
    transform: rotate(180deg);
    top: -9px; }
  .woocommerce-single-style-3.single-product .flex-control-nav:before {
    content: attr(data-prev);
    left: -40px; }
  .woocommerce-single-style-3.single-product .flex-control-nav:after {
    content: attr(data-next);
    right: -40px; }
  .woocommerce-single-style-3.single-product .flex-control-nav li {
    flex: 1; }
  .woocommerce-single-style-3.single-product .flex-control-nav a {
    text-indent: -999em;
    width: 100%;
    height: 3px;
    display: block; }
    .woocommerce-single-style-3.single-product .flex-control-nav a.flex-active {
      background-color: #777777; }

.woocommerce-single-style-3.single-product .flex-direction-nav {
  position: absolute;
  left: calc(-100px - 85px);
  top: calc(50% - 15px);
  padding: 0;
  margin: 0;
  list-style: none;
  width: 330px;
  transform: rotate(90deg);
  display: flex;
  justify-content: space-between; }
  .woocommerce-single-style-3.single-product .flex-direction-nav .flex-prev,
  .woocommerce-single-style-3.single-product .flex-direction-nav .flex-next {
    width: 30px;
    height: 30px;
    text-indent: -9999em;
    text-align: center;
    display: block;
    line-height: 30px; }
    .woocommerce-single-style-3.single-product .flex-direction-nav .flex-prev:before,
    .woocommerce-single-style-3.single-product .flex-direction-nav .flex-next:before {
      text-indent: 0;
      float: left;
      width: 30px; }

.woocommerce-single-style-3.single-product .site-content-contain {
  overflow: visible; }

/** Single Product End : Style 3 */
/** Single Product Start : Style 4 */
@media (min-width: 1200px) {
  .woocommerce-single-style-4.single-product .site-main > .product .entry-summary {
    order: -1; } }

.woocommerce-single-style-4.single-product .site-main > .product .entry-summary .yith-wcwl-add-to-wishlist {
  display: none; }

.woocommerce-single-style-4.single-product .site-main > .product .entry-summary .product_meta {
  padding-top: 30px;
  border-top: 1px solid #ddd; }

.woocommerce-single-style-4.single-product .site-main > .product .flex-control-thumbs {
  display: flex;
  justify-content: center;
  margin-top: 5px; }

.woocommerce-single-style-4.single-product .site-main > .product .single_add_to_cart_button {
  width: 100%; }

@media (min-width: 1200px) {
  .woocommerce-single-style-4.single-product .site-main > .product > .onsale {
    left: 50%;
    transform: translateX(-50%); } }

.woocommerce-single-style-4.single-product .site-main > .product .woocommerce-product-gallery img {
  margin: auto; }

.woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist {
  margin-bottom: 20px;
  margin-top: 15px; }
  .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist + .clear, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .widget_recent_entries .yith-wcwl-add-to-wishlist + ul, .widget_recent_entries .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist + ul, .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .elementor-widget-wp-widget-recent-posts .yith-wcwl-add-to-wishlist + ul, .elementor-widget-wp-widget-recent-posts .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist + ul {
    display: none; }
  .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div {
    position: relative;
    height: 100%; }
    .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div > a {
      line-height: 46px;
      border-radius: 0;
      font-weight: 600;
      padding-bottom: 5px;
      border-bottom: 1px solid; }
      .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div > a:before {
        content: '+'; }
    .woocommerce-single-style-4.single-product .site-main > .product .woocommerce-cart .yith-wcwl-add-to-wishlist > div img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.woocommerce-single-style-4.single-product .site-main > .product:before {
  content: '';
  width: 100vw;
  height: calc(100% + 999px);
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  background-color: #edece8; }

.woocommerce-single-style-4.single-product .site-main > .product form.cart .quantity,
.woocommerce-single-style-4.single-product .site-main > .product .variable-items-wrapper .variable-item.button-variable-item {
  border-color: #ddd !important; }

.woocommerce-single-style-4.single-product .site-content-contain {
  overflow: visible; }

.woocommerce-single-style-4.single-product #content {
  max-width: 1790px; }

.woocommerce-single-style-4.single-product .related.products,
.woocommerce-single-style-4.single-product .up-sells.products {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-single-style-4.single-product .single-style-4-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }

@media (min-width: 992px) {
  .woocommerce-single-style-4.single-product .woocommerce-tabs {
    max-width: 1160px;
    display: flex;
    margin-top: 40px; }
    .woocommerce-single-style-4.single-product .woocommerce-tabs ul.tabs {
      width: 320px; }
      .woocommerce-single-style-4.single-product .woocommerce-tabs ul.tabs li {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: left; }
        .woocommerce-single-style-4.single-product .woocommerce-tabs ul.tabs li a {
          display: inline-block; }
    .woocommerce-single-style-4.single-product .woocommerce-tabs .panel {
      padding-top: 15px;
      flex: 1; } }

/** Single Product End : Style 4 */
/** Single Product Start : Style 5 */
.woocommerce-single-style-5.single-product #content {
  max-width: 1790px; }

.woocommerce-single-style-5.single-product .related.products,
.woocommerce-single-style-5.single-product .up-sells.products {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-single-style-5.single-product div.product .flex-control-thumbs {
  display: flex;
  margin-top: 5px; }

@media (max-width: 1199px) {
  .woocommerce-single-style-5.single-product div.product .best-selling {
    display: none; } }

@media (min-width: 992px) {
  .woocommerce-single-style-5.single-product div.product .entry-summary .inner {
    padding-left: 20px;
    max-width: 450px; } }

.woocommerce-single-style-5.single-product div.product .entry-summary .single_add_to_cart_button {
  width: 100%; }

.woocommerce-single-style-5.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
  display: none; }

.woocommerce-single-style-5.single-product .best-selling-title {
  margin-bottom: 40px; }

.woocommerce-single-style-5.single-product .best-selling-inner {
  border-left: 1px solid #eeeeee;
  padding-left: 40px; }

/** Single Product End : Style 5 */
/** Single Product Start : Style 6 */
.woocommerce-single-style-6.single-product #content {
  max-width: 1790px; }

.woocommerce-single-style-6.single-product .related.products,
.woocommerce-single-style-6.single-product .up-sells.products {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-single-style-6.single-product div.product .entry-summary {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }
  .woocommerce-single-style-6.single-product div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
    display: flex; }
  @media (min-width: 768px) {
    .woocommerce-single-style-6.single-product div.product .entry-summary .inner {
      padding-top: 70px; } }
  .woocommerce-single-style-6.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
    display: none; }
  .woocommerce-single-style-6.single-product div.product .entry-summary form.cart {
    display: flex; }
    .woocommerce-single-style-6.single-product div.product .entry-summary form.cart .quantity_label {
      display: none; }
    .woocommerce-single-style-6.single-product div.product .entry-summary form.cart.variations_form {
      flex-direction: column; }
    .woocommerce-single-style-6.single-product div.product .entry-summary form.cart.grouped_form {
      flex-wrap: wrap; }
    .woocommerce-single-style-6.single-product div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist {
      padding-bottom: 0;
      margin-left: 20px;
      margin-right: 0;
      display: inline-block; }
  .woocommerce-single-style-6.single-product div.product .entry-summary .single_add_to_cart_button,
  .woocommerce-single-style-6.single-product div.product .entry-summary .single-product .single_add_to_cart_button.disabled[type="submit"] {
    flex: 1; }
  .woocommerce-single-style-6.single-product div.product .entry-summary.summary .price ins {
    float: unset; }

.woocommerce-single-style-6.single-product div.product .images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
  .woocommerce-single-style-6.single-product div.product .images .woocommerce-product-gallery__image {
    margin-bottom: 30px; }

.woocommerce-single-style-6.single-product div.product table.variations .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
  justify-content: center; }

.woocommerce-single-style-6.single-product div.product table.variations .variable-items-wrapper {
  justify-content: center; }

.woocommerce-single-style-6.single-product div.product .variations_button {
  display: flex; }

.woocommerce-single-style-6.single-product div.product .woocommerce-product-rating {
  display: flex;
  justify-content: center; }

.woocommerce-single-style-6.single-product div.product .product_meta {
  border: none;
  padding: 0; }

.woocommerce-single-style-6.single-product div.product a.reset_variations {
  display: inline-block;
  margin-top: 1.3em;
  line-height: 40px;
  padding-bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.woocommerce-single-style-6.single-product div.product .pbr-social-share {
  text-align: center; }

/** Single Product End : Style 6 */
/** Single Product Start : Style 7 */
.woocommerce-single-style-7.single-product .site-main > div.product {
  padding-bottom: 80px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px; }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-gallery img {
  display: block;
  margin: 0 auto; }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-gallery .flex-viewport {
  display: block;
  flex: 1;
  max-width: 100%; }

.woocommerce-single-style-7.single-product div.product .entry-summary {
  text-align: center; }
  .woocommerce-single-style-7.single-product div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
    display: flex; }
  .woocommerce-single-style-7.single-product div.product .entry-summary .inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  .woocommerce-single-style-7.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
    display: none; }
  .woocommerce-single-style-7.single-product div.product .entry-summary form.cart {
    display: flex; }
    .woocommerce-single-style-7.single-product div.product .entry-summary form.cart .quantity_label {
      display: none; }
    .woocommerce-single-style-7.single-product div.product .entry-summary form.cart.variations_form {
      flex-direction: column; }
    .woocommerce-single-style-7.single-product div.product .entry-summary form.cart.grouped_form {
      flex-wrap: wrap; }
    .woocommerce-single-style-7.single-product div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist {
      padding-bottom: 0;
      margin-left: 20px;
      margin-right: 0;
      display: inline-block; }
  .woocommerce-single-style-7.single-product div.product .entry-summary .single_add_to_cart_button,
  .woocommerce-single-style-7.single-product div.product .entry-summary .single-product .single_add_to_cart_button.disabled[type="submit"] {
    flex: 1; }
  .woocommerce-single-style-7.single-product div.product .entry-summary.summary .price ins {
    float: unset; }

.woocommerce-single-style-7.single-product div.product .images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }

.woocommerce-single-style-7.single-product div.product table.variations .variable-items-wrapper {
  justify-content: center; }

.woocommerce-single-style-7.single-product div.product .variations_button {
  display: flex; }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-rating {
  display: flex;
  justify-content: center; }

.woocommerce-single-style-7.single-product div.product .product_meta {
  border: none;
  padding: 0; }

.woocommerce-single-style-7.single-product div.product a.reset_variations {
  display: inline-block;
  margin-top: 1.3em;
  line-height: 40px;
  padding-bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.woocommerce-single-style-7.single-product div.product > .onsale {
  left: 50%;
  transform: translateX(-50%); }

.woocommerce-single-style-7.single-product div.product .pbr-social-share {
  text-align: center; }

.woocommerce-single-style-7.single-product .single_add_to_cart_button {
  width: 100%; }

.woocommerce-single-style-7.single-product .single_add_to_cart_button {
  width: 100%; }

.woocommerce-single-style-7.single-product .flex-control-nav {
  display: none; }

.woocommerce-single-style-7.single-product div.product .images {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto; }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-gallery img {
  width: calc(100% - 40px); }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-gallery__image img {
  opacity: 0.502; }

.woocommerce-single-style-7.single-product div.product .woocommerce-product-gallery__image.flex-active-slide img {
  box-shadow: 0px 5px 10px 0.1px rgba(0, 0, 0, 0.08);
  opacity: 1; }

.woocommerce-single-style-7.single-product div.product .flex-viewport {
  overflow: unset !important; }

.woocommerce-single-style-7.single-product .flex-direction-nav {
  list-style: none; }

.woocommerce-single-style-7.single-product .flex-nav-next a, .woocommerce-single-style-7.single-product .flex-nav-prev a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 99;
  cursor: pointer;
  transition: all ease 0.35s;
  text-indent: -9999px; }
  .woocommerce-single-style-7.single-product .flex-nav-next a:after, .woocommerce-single-style-7.single-product .flex-nav-prev a:after {
    content: '';
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #000;
    display: block;
    transform: rotate(45deg); }

.woocommerce-single-style-7.single-product .flex-nav-next a {
  right: -300px; }
  @media (max-width: 1199px) {
    .woocommerce-single-style-7.single-product .flex-nav-next a {
      right: 30px; } }
  .woocommerce-single-style-7.single-product .flex-nav-next a:after {
    border-width: 2px 2px 0 0;
    margin-left: -10px; }

.woocommerce-single-style-7.single-product .flex-nav-prev a {
  left: -300px; }
  @media (max-width: 1199px) {
    .woocommerce-single-style-7.single-product .flex-nav-prev a {
      left: 30px; } }
  .woocommerce-single-style-7.single-product .flex-nav-prev a:after {
    border-width: 0 0 2px 2px;
    margin-right: -10px; }

/** Single Product End : Style 7 */
.osf-wrap-swatches {
  transition: all 0.35s ease-in-out; }
  .osf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
  .osf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 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;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000; }

.product-image-swatch + .product-image {
  display: none !important; }

.product-swatch-loading .product-img-wrap:after {
  font-family: 'FontAwesome';
  content: "\f110";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  -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;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3); }

/**
 * Widgets
 */
.widget_rating_filter ul,
.woocommerce-widget-layered-nav ul,
.widget_product_brands ul {
  margin: 0; }
  .widget_rating_filter ul li a,
  .woocommerce-widget-layered-nav ul li a,
  .widget_product_brands ul li a {
    position: relative;
    padding-left: 33px; }
    .widget_rating_filter ul li a:before,
    .woocommerce-widget-layered-nav ul li a:before,
    .widget_product_brands ul li a:before {
      content: '';
      height: 16px;
      width: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      border-radius: 50%;
      transform: translateY(-50%);
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border: 1px solid #eeeeee; }
    .widget_rating_filter ul li a:hover,
    .woocommerce-widget-layered-nav ul li a:hover,
    .widget_product_brands ul li a:hover {
      color: #000; }
  .widget_rating_filter ul li.current-cat a,
  .woocommerce-widget-layered-nav ul li.current-cat a,
  .widget_product_brands ul li.current-cat a {
    color: #000; }
  .widget_rating_filter ul li.chosen a,
  .woocommerce-widget-layered-nav ul li.chosen a,
  .widget_product_brands ul li.chosen a {
    color: #000; }
    .widget_rating_filter ul li.chosen a:after,
    .woocommerce-widget-layered-nav ul li.chosen a:after,
    .widget_product_brands ul li.chosen a:after {
      content: '';
      position: absolute;
      top: 40%;
      left: 10px;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 10px;
      height: 5px;
      border-style: solid;
      border-color: #000;
      border-width: 0 0 1px 1px;
      display: block; }

.widget_product_brands input[type="text"] {
  margin-top: 25px;
  margin-bottom: 20px; }

.osf-active-filters {
  margin-bottom: 30px; }
  .osf-active-filters li {
    display: inline-block;
    margin-right: 10px; }
    .osf-active-filters li a {
      border: 1px solid #eeeeee;
      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;
        left: -6px; }
      .osf-active-filters li a:hover:before {
        color: #ff4a5d; }
  .osf-active-filters .widget_layered_nav_filters {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0; }
    .osf-active-filters .widget_layered_nav_filters ul li {
      padding: 0; }
    .osf-active-filters .widget_layered_nav_filters .widgettitle {
      display: none; }
  .osf-active-filters .osf_active_filters_label {
    color: #000;
    display: none; }
  .osf-active-filters .clear-all {
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px;
    border-left: 1px solid;
    border-color: #eeeeee; }
  .osf-active-filters div + .osf_active_filters_label {
    display: inline-block;
    float: left; }
  .osf-active-filters div ~ .clear-all {
    display: inline-block;
    line-height: 1.2; }

.woocommerce-widget-layered-nav ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777; }
  .woocommerce-widget-layered-nav ul li a.osf-color-type {
    display: flex;
    align-items: center;
    padding-left: 37px; }
    .woocommerce-widget-layered-nav ul li a.osf-color-type:before {
      display: none; }
  .woocommerce-widget-layered-nav ul li a.osf-label-type:hover {
    border-color: #000;
    color: #fff;
    background-color: #000; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
  color: #000; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
  box-shadow: -1px 1px #fff;
  left: 13px;
  top: 45%; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
  border-color: #000;
  color: #fff;
  background-color: #000; }

.woocommerce-widget-layered-nav ul.two_columns {
  columns: 2; }

.woocommerce-widget-layered-nav ul.inline li {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-widget-layered-nav .osf-color-type .color-label {
  content: '';
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #eeeeee;
  transition: all ease 0.3s; }

.woocommerce-widget-layered-nav .osf-color-type .color-name {
  line-height: 30px; }

.woocommerce-widget-layered-nav .osf-color-type .color-count {
  color: #777;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  margin-left: auto; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-label:before {
  border-color: #000; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
  color: #222; }

.woocommerce-widget-layered-nav .osf-label-type {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  min-width: 57px;
  border: 1px solid #eeeeee;
  padding: 0.4em 0.5em 0.2em;
  display: inline-block;
  text-align: center; }
  .woocommerce-widget-layered-nav .osf-label-type:before, .woocommerce-widget-layered-nav .osf-label-type:after {
    content: none; }

.product_list_widget, .woocommerce-product-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .product_list_widget li, .woocommerce-product-list li {
    margin-bottom: 30px;
    list-style: none;
    width: 100%; }
    .product_list_widget li:not(.woocommerce-mini-cart-item), .woocommerce-product-list li:not(.woocommerce-mini-cart-item) {
      display: flex; }
    .product_list_widget li: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 {
      display: flex;
      width: 100%;
      align-items: center; }
    .product_list_widget li img, .woocommerce-product-list li img {
      width: 100%;
      float: left; }
      .product_list_widget li img.wp-post-image, .woocommerce-product-list li img.wp-post-image {
        max-width: 5.99684em; }
    .product_list_widget li .product-thumbnail, .woocommerce-product-list li .product-thumbnail {
      margin-right: 20px;
      max-width: 100px;
      width: auto; }
    .product_list_widget li .product-content, .woocommerce-product-list li .product-content {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .product_list_widget li .product-title, .woocommerce-product-list li .product-title {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.6;
      padding-top: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 3.2em; }
      .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;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600; }
    .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 {
      font-size: 11px;
      font-size: 0.6875rem; }
      .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 {
      margin-bottom: 5px;
      font-size: 0.875em;
      display: none; }
    .product_list_widget li .product-excerpt, .woocommerce-product-list li .product-excerpt {
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 4.8em; }
  .product_list_widget ins, .woocommerce-product-list ins {
    background: transparent;
    float: left;
    margin-right: 10px; }
  .product_list_widget del, .woocommerce-product-list del {
    font-size: 0.875em;
    opacity: 0.4; }
    .product_list_widget del .amount, .woocommerce-product-list del .amount {
      color: #2d2d2d; }

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

.widget ul.products li.product a {
  text-decoration: none; }

.widget_products a {
  display: block; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .widget_shopping_cart .product_list_widget li {
    position: relative; }
    .widget_shopping_cart .product_list_widget li img {
      margin-right: 15px; }
    .widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: .6em;
      right: 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 {
  float: right;
  clear: both; }

.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: left; }
  .widget_price_filter .price_slider_amount .price_label span {
    color: #000; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 16px;
  cursor: ew-resize;
  outline: none;
  background-color: #000;
  box-sizing: border-box;
  opacity: 1;
  top: -6px; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -7px; }
  .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: .7em;
  display: block;
  border: 0;
  background: #2c2d33;
  background-color: #000;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 4px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.widget_product_search form input[type="submit"] {
  display: none; }

.search-form-wapper .search-form,
.search-form-wapper .input-group,
.search-form-wapper .input-group-btn {
  border-radius: inherit !important; }

.search-form-wapper .search-submit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }

.search-form-wapper input[type="search"] {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important; }

.opal-style-1.search-form-wapper .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.opal-style-1.search-form-wapper input[type="search"] {
  border-radius: inherit !important;
  border: none; }

.opal-style-1.search-form-wapper .search-submit {
  border-radius: inherit !important;
  background: transparent;
  padding-left: 25px;
  padding-right: 20px;
  border: none; }

.opal-style-1.search-form-wapper.button_left .input-group-btn {
  left: 0;
  right: auto; }

.opal-style-1.search-form-wapper.button_left input[type="search"] {
  padding-left: 55px;
  padding-right: 15px; }

.opal-style-1.search-form-wapper.button_right .input-group-btn {
  right: 0;
  left: auto; }

.opal-style-1.search-form-wapper.button_right input[type="search"] {
  padding-right: 55px;
  padding-left: 15px; }

.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp,
.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  background-color: transparent; }

.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle; }

.osf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px; }
  .osf-product-deal .woocommerce-product-list li .inner {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .osf-product-deal .woocommerce-product-list li .inner {
        display: block !important; } }
  .osf-product-deal .woocommerce-product-list li p {
    margin: 0; }
  .osf-product-deal .woocommerce-product-list li .product-thumbnail {
    margin-right: 0;
    padding: 0;
    max-width: 100%; }

.osf-product-deal .woocommerce-product-list .product-content {
  padding: 30px; }

.osf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500; }

.osf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em; }

.osf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px;
  border: 1px solid;
  border-color: #eeeeee; }

.osf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day:after,
  .osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,
  .osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
    content: ''; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times > div {
    text-transform: capitalize; }
  .osf-product-deal .woocommerce-product-list .opal-countdown b {
    min-width: 50px;
    background-color: transparent;
    font-size: 1.25em;
    line-height: 30px;
    min-height: 30px; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day {
    text-align: left;
    border-right: 1px solid;
    padding-right: 10px; }
    .osf-product-deal .woocommerce-product-list .opal-countdown .day b {
      font-size: 2.25em; }

#secondary .widget_price_filter button[type="submit"],
.opal-canvas-filter .widget_price_filter button[type="submit"] {
  display: none; }

.otf-product-recently-review {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999; }
  @media (max-width: 767px) {
    .otf-product-recently-review {
      display: none; } }
  .otf-product-recently-review .otf-woocommerce-recently-viewed {
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 95px 0;
    position: relative;
    background-color: #f4f5f5;
    cursor: pointer;
    font-weight: 500;
    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;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: 500;
      transition: .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 .otf-product-recently-content-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .otf-product-recently-content .woocommerce-product {
    background: #fff; }
  .otf-product-recently-content .widget_recently_viewed_products {
    margin-bottom: 0 !important; }
  .otf-product-recently-content .products {
    display: flex;
    padding: 30px 0; }
  .otf-product-recently-content li {
    width: 20%;
    padding: 0 15px !important; }
    .otf-product-recently-content li .inner {
      border: none !important;
      display: block;
      padding: 0; }
    .otf-product-recently-content li a.product-thumbnail {
      margin-right: 0;
      max-width: 100%;
      width: 100%; }
    .otf-product-recently-content li img.wp-post-image {
      max-width: 200px; }
    .otf-product-recently-content li .product-thumbnail img {
      border: 1px solid #eeeeee; }
    .otf-product-recently-content li .product-content {
      display: block;
      width: 100%; }
      .otf-product-recently-content li .product-content .product-title {
        padding-top: 1em;
        max-height: 4.2em; }
      .otf-product-recently-content li .product-content .product-price, .otf-product-recently-content li .product-content .time, .otf-product-recently-content li .product-content .star-rating {
        display: none; }

.recently_viewed_product-item {
  position: relative; }

a.recently_viewed_product-item-remove {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem; }
  a.recently_viewed_product-item-remove:hover {
    color: red !important; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: 0.875em;
  padding: 1em 1.387rem; }
  .woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 0.54079em; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  padding: 1.41575em 99em 1.41575em;
  margin-left: -99em;
  margin-right: -99em;
  margin-bottom: 4.2358em; }

@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem; } }

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  #opal-woocommerce-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading 450ms infinite linear;
    -webkit-animation: opal-loading 450ms infinite linear;
    margin: 40px auto;
    margin: 10px auto; }

body.opal-filter-loading #content {
  opacity: 0.76; }
  body.opal-filter-loading #content * {
    pointer-events: none; }

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  content: "";
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  background-image: none !important; }

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
  width: 20px;
  height: 20px;
  background: #fff !important;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  overflow: hidden;
  border-radius: 50%;
  margin: -10px; }

.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden; }

@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none; } }

@media (max-width: 767px) {
  .opal-wrapper {
    margin-bottom: 65px; }
  .handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    background-color: #3f4448; }
    .handheld-footer-bar [class*="columns-"] {
      display: flex;
      -ms-flex-align: center;
      list-style: none;
      margin-bottom: 0;
      padding: 0;
      min-height: 65px;
      color: #f3f3f3;
      position: relative; }
      .handheld-footer-bar [class*="columns-"] li {
        flex: 1 1 0;
        text-align: center; }
        .handheld-footer-bar [class*="columns-"] li:not(:last-child) a {
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .handheld-footer-bar [class*="columns-"] a {
        color: #f3f3f3;
        height: 100%;
        cursor: pointer;
        display: block;
        background: #262626; }
        .handheld-footer-bar [class*="columns-"] a:before {
          font: normal normal normal 26px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          text-align: center;
          cursor: pointer;
          pointer-events: none;
          line-height: 65px; }
    .handheld-footer-bar .my-account .my-accrount-footer {
      display: block;
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
      .handheld-footer-bar .my-account .my-accrount-footer:before {
        text-indent: 0px;
        font-size: 27px; }
    .handheld-footer-bar .cart .footer-cart-contents {
      position: relative;
      display: block;
      z-index: 99; }
      .handheld-footer-bar .cart .footer-cart-contents .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        box-sizing: content-box;
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: calc(50% + 5px);
        border-radius: 100%; }
    .handheld-footer-bar .site-search {
      position: absolute;
      bottom: -120%;
      left: 0;
      right: 0;
      -webkit-transition: all,ease,.2s;
      transition: all,ease,.2s;
      padding: 1em 1em 0;
      z-index: 1;
      display: block;
      background-color: #262626; }
      .handheld-footer-bar .site-search .search-submit {
        border-radius: 0; }
    .handheld-footer-bar .search .search-footer {
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
    .handheld-footer-bar .search input[type="search"] {
      margin-top: 0;
      padding: 10px;
      border-color: rgba(255, 255, 255, 0.2); }
    .handheld-footer-bar .search.active .site-search {
      bottom: 100%; } }

.handheld-footer-bar .search .search-footer:before {
  text-indent: 0; }

.woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select {
  display: none !important; }
  .woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select + .select2 {
    display: none !important; }

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    position: relative; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item img {
      margin: 0;
      /** Storefront FIX */
      padding: 0;
      /** ShopIsle Fix */
      width: 100%;
      /** TheGem Fix */ }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper {
    display: block; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      list-style: none;
      cursor: pointer;
      margin: 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
        cursor: pointer; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
        cursor: pointer;
        width: auto;
        margin-right: 5px; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
        font-weight: normal;
        font-size: 14px;
        display: inline-block; }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
      width: 36px;
      height: 36px;
      background-color: #FFFFFF;
      border: 1px solid #eeeeee;
      padding: 2px;
      margin: 7px 20px 7px 0;
      border-radius: 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:last-of-type {
        margin-right: 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover {
        -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected {
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9); }
        .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:hover {
          -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9); }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
        width: 100%;
        height: 100%;
        position: relative; }
        .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.5); }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      margin: 7px 15px 7px 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:after {
        display: none; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:before {
        display: none; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled):hover .variable-item-span, .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled).selected .variable-item-span {
        color: #fff;
        background-color: #000; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:last-child {
        margin-right: 0; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item {
  border-radius: 100%; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span::after {
    border-radius: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  border: 1px solid #eeeeee; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    padding: 0 5px;
    height: 40px;
    min-width: 60px;
    line-height: 40px; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span::after {
  border-radius: 0; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled {
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
  overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::after {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: #FF0000 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::after {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: #FF0000 !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled::after, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input {
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: .5; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input {
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: .5; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled::after {
  display: none; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover::after {
  display: none; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled {
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled img, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover img, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .3; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled {
  overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover {
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled label, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled input {
    pointer-events: none;
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover label, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover input {
    pointer-events: none;
    opacity: .3; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item {
    width: auto !important; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip] {
  position: relative; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]::after {
    left: 8px;
    bottom: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item .image-tooltip-wrapper {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 8px; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]::after {
  left: 50%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]::before, .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]::after {
  left: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 100%; }

.woo-variation-swatches-stylesheet-disabled.rtl table.variations td.label {
  padding-left: 15px;
  padding-right: 0;
  text-align: left; }

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item {
  text-align: right; }
  .woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px; }

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
  margin-right: 0;
  margin-left: 5px; }

.woo-variation-swatches-stylesheet-disabled.woocommerce .product.elementor table.variations td.value:before {
  display: none !important; }

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 58px;
  padding-left: 20px; }

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 58px; }

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product h2,
.product-style-1 li.product h3,
.product-style-1 li.product .page-header .page-title,
.page-header .product-style-1 li.product .page-title,
.product-style-1 li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400; }
  .product-style-1 li.product h2 a,
  .product-style-1 li.product h3 a,
  .product-style-1 li.product .page-header .page-title a,
  .page-header .product-style-1 li.product .page-title a,
  .product-style-1 li.product .woocommerce-loop-product__title a {
    line-height: 1.6;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.2em; }
    .product-style-1 li.product h2 a:hover,
    .product-style-1 li.product h3 a:hover,
    .product-style-1 li.product .page-header .page-title a:hover,
    .page-header .product-style-1 li.product .page-title a:hover,
    .product-style-1 li.product .woocommerce-loop-product__title a:hover {
      text-decoration: underline; }

.product-style-1 li.product .yith-wcwl-add-to-wishlist {
  opacity: 0;
  transition: all ease-out 0.3s; }

.product-style-1 li.product .group-action {
  top: 50%;
  right: -60px;
  width: 60px;
  padding: 10px;
  transform: translateY(-50%);
  background-color: #fff; }
  .product-style-1 li.product .group-action .shop-action {
    flex-direction: column; }

.product-style-1 li.product .product-block {
  transition: all ease-out 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column; }

.product-style-1 li.product .caption {
  transition: all ease-out 0.3s;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }

.product-style-1 li.product:hover .yith-wcwl-add-to-wishlist {
  opacity: 1; }

.product-style-1 li.product:hover .group-action {
  right: 0; }

.product-style-1 li.product:hover .caption {
  background-color: #fff; }
  .product-style-1 li.product:hover .caption h2,
  .product-style-1 li.product:hover .caption h3,
  .product-style-1 li.product:hover .caption .page-header .page-title,
  .page-header .product-style-1 li.product:hover .caption .page-title,
  .product-style-1 li.product:hover .caption .woocommerce-loop-product__title {
    max-width: 100%; }

.product-style-1 li.product:hover .product-block {
  box-shadow: 0 3px 7.92px 0.08px rgba(0, 0, 0, 0.08);
  border-color: transparent; }

.user-info {
  padding: 0.625rem;
  position: absolute;
  top: 83%;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  min-width: 140px;
  z-index: 9999;
  right: 0;
  list-style-type: none;
  left: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/** Product Animation End : Style 1 */
/* ===== End Woocommerce ===== */

/*# sourceMappingURL=style.css.map */
