<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: ezboozt
Theme URI: http://www.wpopal.com/product/theme-base/
Author: Opal Team
Author URI: https://www.wpopal.com/
Description: In 2018, ezBoozt is genuinely Multi-concept WordPress Theme that mesmerizes you with 20+ creative demos specifically crafted for any uses (fashion, electronic, food, beauty, furniture, and single products). Responsiveness, high performance, and easy customization make it the greatest versatile theme ever.
Version: 1.2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: ezboozt

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.
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
    1.1 Bootstrap Grid V4
    1.2 Bootstrap Flex variation
    1.3 Bootstrap Spacing
    1.4 Bootstrap Sizing
    1.5 Buttons
    1.6 Bootstrap Borders
    1.7 Bootstrap Embed
    1.8 Bootstrap Position
    1.9 Bootstrap Text
    1.10 Bootstrap Float
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
    5.1 Page Title
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
   12.1 Off Canvas
   12.2 Pagination
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
   16.2 Instagram
17.0 Modal
    17.1 Modal User
18.0 SVGs Fallbacks
19.0 Colors
    19.1 Colors Schema Light
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/
/* ===== Start Font Awesome ===== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: FontAwesome;
  src: url(assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(assets/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0) format("embedded-opentype"),url(assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: .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&gt;li {
    position: relative; }
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }
.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #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,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li {
  float: left; }
.fa.pull-left,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li.fa {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }
.fa-spin {
  animation: a 2s infinite linear; }
.fa-pulse {
  animation: a 1s infinite steps(8); }
@keyframes a {
  0% {
    transform: rotate(0deg); }
to {
    transform: rotate(359deg); }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1); }
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scaleY(-1); }
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
  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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
  content: ""; }
.fa-square:before {
  content: ""; }
.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
  content: ""; }
.fa-sort-desc:before,.fa-sort-down:before {
  content: ""; }
.fa-sort-asc:before,.fa-sort-up:before {
  content: ""; }
.fa-envelope:before {
  content: ""; }
.fa-linkedin:before {
  content: ""; }
.fa-rotate-left:before,.fa-undo:before {
  content: ""; }
.fa-gavel:before,.fa-legal:before {
  content: ""; }
.fa-dashboard:before,.fa-tachometer:before {
  content: ""; }
.fa-comment-o:before {
  content: ""; }
.fa-comments-o:before {
  content: ""; }
.fa-bolt:before,.fa-flash:before {
  content: ""; }
.fa-sitemap:before {
  content: ""; }
.fa-umbrella:before {
  content: ""; }
.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
  content: ""; }
.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: ""; }
.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: ""; }
.fa-eur:before,.fa-euro:before {
  content: ""; }
.fa-gbp:before {
  content: ""; }
.fa-dollar:before,.fa-usd:before {
  content: ""; }
.fa-inr:before,.fa-rupee:before {
  content: ""; }
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: ""; }
.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: ""; }
.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
  content: ""; }
.fa-dot-circle-o:before {
  content: ""; }
.fa-wheelchair:before {
  content: ""; }
.fa-vimeo-square:before {
  content: ""; }
.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
  content: ""; }
.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: ""; }
.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: ""; }
.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
  content: ""; }
.fa-circle-o-notch:before {
  content: ""; }
.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: ""; }
.fa-empire:before,.fa-ge:before {
  content: ""; }
.fa-git-square:before {
  content: ""; }
.fa-git:before {
  content: ""; }
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: ""; }
.fa-tencent-weibo:before {
  content: ""; }
.fa-qq:before {
  content: ""; }
.fa-wechat:before,.fa-weixin:before {
  content: ""; }
.fa-paper-plane:before,.fa-send:before {
  content: ""; }
.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
  content: ""; }
.fa-viacoin:before {
  content: ""; }
.fa-train:before {
  content: ""; }
.fa-subway:before {
  content: ""; }
.fa-medium:before {
  content: ""; }
.fa-y-combinator:before,.fa-yc:before {
  content: ""; }
.fa-optin-monster:before {
  content: ""; }
.fa-opencart:before {
  content: ""; }
.fa-expeditedssl:before {
  content: ""; }
.fa-battery-4:before,.fa-battery-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: ""; }
.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: ""; }
.fa-glide:before {
  content: ""; }
.fa-glide-g:before {
  content: ""; }
.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before {
  content: ""; }
.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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; }
/* ===== End Font Awesome ===== */
/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: Lato,sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: hidden; }
article,aside,footer,header,nav,section {
  display: block; }
h1 {
  font-size: 2em;
  margin: .67em 0; }
figcaption,figure,main {
  display: block; }
figure {
  margin: 1em 0; }
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }
pre {
  font-family: monospace,monospace;
  font-size: 1em; }
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
a:active,a:hover {
    outline-width: 0; }
abbr[title] {
  text-decoration: none; }
b,strong {
  font-weight: inherit; }
code,kbd,samp {
  font-family: monospace,monospace;
  font-size: 1em; }
mark {
  color: #222;
  background-color: #eee; }
small {
  font-size: 80%; }
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -.25em; }
sup {
  top: -.5em; }
audio:not([controls]) {
  display: none;
  height: 0; }
img {
  border-style: none; }
svg:not(:root) {
  overflow: hidden; }
button,input,optgroup,select,textarea {
  font-family: Lato,sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }
button,input {
  overflow: visible; }
button,select {
  text-transform: none; }
[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button;
  cursor: pointer; }
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0; }
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText; }
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em; }
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }
progress {
  vertical-align: baseline; }
textarea {
  overflow: auto; }
[type=checkbox],[type=radio] {
  box-sizing: border-box; }
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
  height: auto; }
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
details,menu {
  display: block; }
summary {
  display: list-item; }
[hidden],template {
  display: none; }
.block-fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }
/*-------------------------------------------------------------
1.1 Bootstrap Grid V4
--------------------------------------------------------------*/
/* ===== Start Grid: Container ===== */
#content,.container,.opal-canvas-filter.top,.single-product .related.products,.single-product .woocommerce-tabs .woocommerce-Tabs-panel,.submenu-fullwidth .sub-menu-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
/* ===== End Grid: Container ===== */
.container-fluid,.single-product.otf_woocommerce_single_product_style_full #content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
/* ===== Start Grid: Row ===== */
.list-feature-box,.opal-archive-style-3:not(.woocommerce).archive .site-main,.opal-archive-style-3:not(.woocommerce).blog .site-main,.opal-archive-style-4.archive .site-main,.opal-archive-style-4.blog .site-main,.opal-canvas-filter.top .opal-canvas-filter-wrap,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form,.opal-comment-form-4 .comment-form,.opal-comment-form-6 .comment-form,.otf-sorting,.product-style-8 .woocommerce-product-list:not(.skin-border-box) .products,.product-style-10 .woocommerce-product-list .products,.row,.single-product div.product,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,.single .gallery,.site-footer .widget-area,.widget .gallery,.woocommerce-account .entry-content&gt;.woocommerce,.woocommerce-account .entry-content&gt;.woocommerce .u-columns.woocommerce-Addresses,.woocommerce-address-fields__field-wrapper,.woocommerce-Addresses,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-cart .woocommerce,.woocommerce-columns--addresses,.woocommerce-MyAccount-content form[class^=woocommerce-],.woocommerce-single-style-5.single-product .site-main&gt;.product,.woocommerce .woocommerce-carousel,[data-opal-columns],body.opal-content-layout-2cl #content .wrap,body.opal-content-layout-2cr #content .wrap,form.track_order,ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
/* ===== End Grid: Row ===== */
.blog-container.style-3,.no-gutters,.single .gallery,.widget .gallery {
  margin-right: 0;
  margin-left: 0; }
.blog-container.style-3&gt;.col,.blog-container.style-3&gt;.woocommerce-product-list.boxed,.blog-container.style-3&gt;[class*=col-],.columns-5 .single ul.products.gallery&gt;li,.columns-5 .widget ul.products.gallery&gt;li,.columns-5 ul.products.blog-container.style-3&gt;li,.columns-5 ul.products .blog-container.style-3&gt;li.product,.columns-5 ul.products.no-gutters&gt;li,.columns-5 ul.products .no-gutters&gt;li.product,.columns-5 ul.products .single .gallery&gt;li.product,.columns-5 ul.products .widget .gallery&gt;li.product,.no-gutters&gt;.col,.no-gutters&gt;.woocommerce-product-list.boxed,.no-gutters&gt;[class*=col-],.opal-canvas-filter.top .opal-canvas-filter-wrap .blog-container.style-3&gt;section,.opal-canvas-filter.top .opal-canvas-filter-wrap .no-gutters&gt;section,.opal-canvas-filter.top .opal-canvas-filter-wrap .single .gallery&gt;section,.opal-canvas-filter.top .opal-canvas-filter-wrap .widget .gallery&gt;section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .blog-container.style-3&gt;.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .no-gutters&gt;.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .single .gallery&gt;.woof_container,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .widget .gallery&gt;.woof_container,.single .columns-5 ul.products.gallery&gt;li,.single .columns-5 ul.products .gallery&gt;li.product,.single .gallery&gt;.col,.single .gallery&gt;.woocommerce-product-list.boxed,.single .gallery&gt;[class*=col-],.single .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery&gt;section,.single .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery&gt;.woof_container,.single .woocommerce-product-list.skin-border-box li .gallery&gt;.inner,.single .woocommerce-product-list.skin-line-right li .gallery&gt;.inner,.single body .gallery&gt;#secondary,.widget .columns-5 ul.products.gallery&gt;li,.widget .columns-5 ul.products .gallery&gt;li.product,.widget .gallery&gt;.col,.widget .gallery&gt;.woocommerce-product-list.boxed,.widget .gallery&gt;[class*=col-],.widget .opal-canvas-filter.top .opal-canvas-filter-wrap .gallery&gt;section,.widget .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .gallery&gt;.woof_container,.widget .woocommerce-product-list.skin-border-box li .gallery&gt;.inner,.widget .woocommerce-product-list.skin-line-right li .gallery&gt;.inner,.widget body .gallery&gt;#secondary,.woocommerce-product-list.skin-border-box li .blog-container.style-3&gt;.inner,.woocommerce-product-list.skin-border-box li .no-gutters&gt;.inner,.woocommerce-product-list.skin-border-box li .single .gallery&gt;.inner,.woocommerce-product-list.skin-border-box li .widget .gallery&gt;.inner,.woocommerce-product-list.skin-line-right li .blog-container.style-3&gt;.inner,.woocommerce-product-list.skin-line-right li .no-gutters&gt;.inner,.woocommerce-product-list.skin-line-right li .single .gallery&gt;.inner,.woocommerce-product-list.skin-line-right li .widget .gallery&gt;.inner,body .blog-container.style-3&gt;#secondary,body .no-gutters&gt;#secondary,body .single .gallery&gt;#secondary,body .widget .gallery&gt;#secondary {
    padding-right: 0;
    padding-left: 0; }
/* ===== Start Grid: Column ===== */
#customer_details [class*=col],#reviews .comment-form-rating,.blog-container.style-3 .entry-header,.blog-container.style-3 .post-thumbnail,.cart-collaterals,.cart-collaterals .cross-sells,.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,.columns-1 ul.products&gt;li,.columns-1 ul.products li.product,.columns-2 ul.products&gt;li,.columns-2 ul.products li.product,.columns-3 ul.products&gt;li,.columns-3 ul.products li.product,.columns-4 ul.products&gt;li,.columns-4 ul.products li.product,.columns-5 ul.products&gt;li,.columns-5 ul.products li.product,.columns-6 ul.products&gt;li,.columns-6 ul.products li.product,.list-feature-box&gt;li,.opal-archive-style-3 article.otf-post-style:not(:first-child):not(.sticky),.opal-archive-style-4 article.otf-post-style,.opal-archive-style-4.opal-content-layout-2cl article.otf-post-style,.opal-archive-style-4.opal-content-layout-2cr article.otf-post-style,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.opal-comment-form-2 .comment-form .comment-form-author,.opal-comment-form-2 .comment-form .comment-form-comment,.opal-comment-form-2 .comment-form .comment-form-email,.opal-comment-form-2 .comment-form .comment-form-url,.opal-comment-form-2 .comment-form .comment-notes,.opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-2 .comment-form .logged-in-as,.opal-comment-form-3 .comment-form .comment-form-author,.opal-comment-form-3 .comment-form .comment-form-comment,.opal-comment-form-3 .comment-form .comment-form-email,.opal-comment-form-3 .comment-form .comment-form-url,.opal-comment-form-3 .comment-form .comment-notes,.opal-comment-form-3 .comment-form .form-submit,.opal-comment-form-3 .comment-form .logged-in-as,.opal-comment-form-4 .comment-form .comment-form-author,.opal-comment-form-4 .comment-form .comment-form-comment,.opal-comment-form-4 .comment-form .comment-form-email,.opal-comment-form-4 .comment-form .comment-form-url,.opal-comment-form-4 .comment-form .comment-notes,.opal-comment-form-4 .comment-form .form-submit,.opal-comment-form-6 .comment-form .comment-form-author,.opal-comment-form-6 .comment-form .comment-form-comment,.opal-comment-form-6 .comment-form .comment-form-email,.opal-comment-form-6 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .comment-notes,.opal-comment-form-6 .comment-form .form-submit,.opal-comment-form-6 .comment-form .logged-in-as,.opal-content-layout-2cl .columns-3 ul.products&gt;li,.opal-content-layout-2cl .columns-3 ul.products li.product,.opal-content-layout-2cl .otf-sorting .otf-sorting-group,.opal-content-layout-2cl .otf-sorting .otf-sorting-group+.otf-sorting-group,.opal-content-layout-2cr .columns-3 ul.products&gt;li,.opal-content-layout-2cr .columns-3 ul.products li.product,.opal-content-layout-2cr .otf-sorting .otf-sorting-group,.opal-content-layout-2cr .otf-sorting .otf-sorting-group+.otf-sorting-group,.otf-sorting .otf-sorting-group,.otf-sorting .otf-sorting-group+.otf-sorting-group,.otf-sorting .woocommerce-message,.otf-sorting .woocommerce-notice,.single .gallery-columns-1 .gallery-item,.single .gallery-columns-2 .gallery-item,.single .gallery-columns-3 .gallery-item,.single .gallery-columns-4 .gallery-item,.single .gallery-columns-6 .gallery-item,.site-footer .widget-area .widget-column,.widget .gallery-columns-1 .gallery-item,.widget .gallery-columns-2 .gallery-item,.widget .gallery-columns-3 .gallery-item,.widget .gallery-columns-4 .gallery-item,.widget .gallery-columns-6 .gallery-item,.woocommerce-account .entry-content&gt;.woocommerce .u-columns [class^=u-column],.woocommerce-account .entry-content&gt;.woocommerce&gt;form,.woocommerce-account .entry-content&gt;.woocommerce&gt;h2,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-address-fields__field-wrapper .form-row,.woocommerce-billing-fields .form-row-first,.woocommerce-billing-fields .form-row-last,.woocommerce-billing-fields .form-row-wide,.woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .woocommerce-error,.woocommerce-cart .woocommerce-info,.woocommerce-cart .woocommerce-message,.woocommerce-cart .woocommerce-message--info,.woocommerce-cart .woocommerce-message--success,.woocommerce-cart .woocommerce-message-close,.woocommerce-cart .woocommerce-notice,.woocommerce-columns--addresses .woocommerce-column,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-]&gt;:not(fieldset),.woocommerce-product-carousel ul.products li.product,.woocommerce-product-list.boxed,.woocommerce-product-list.skin-border-box li .inner,.woocommerce-product-list.skin-line-right li .inner,.woocommerce-single-style-5.single-product .site-main&gt;.product .entry-summary,.woocommerce-single-style-5.single-product .site-main&gt;.product .woocommerce-cart,.woocommerce-single-style-5.single-product .site-main&gt;.product .woocommerce-product-gallery,[data-opal-columns="1"] .column-item,[data-opal-columns="2"] .column-item,[data-opal-columns="3"] .column-item,[data-opal-columns="4"] .column-item,[data-opal-columns="6"] .column-item,[data-opal-columns="12"] .column-item,body #secondary,form.track_order p.form-row-first,form.track_order p.form-row-last,form.track_order p:first-of-type,form.track_order p:last-of-type,ul.products li.product {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
/* ===== End Grid: Column ===== */
.col,.columns-5 ul.products&gt;li,.columns-5 ul.products li.product,.opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.woocommerce-product-list.boxed,.woocommerce-product-list.skin-border-box li .inner,.woocommerce-product-list.skin-line-right li .inner,body #secondary {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.blog-container.style-3 .post-thumbnail,.col-4,.opal-comment-form-2 .comment-form .comment-form-author,.opal-comment-form-2 .comment-form .comment-form-email,.opal-comment-form-2 .comment-form .comment-form-url,.opal-comment-form-3 .comment-form .comment-form-author,.opal-comment-form-3 .comment-form .comment-form-email,.opal-comment-form-3 .comment-form .comment-form-url {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }
.col-6,.opal-comment-form-4 .comment-form .comment-form-author,.opal-comment-form-4 .comment-form .comment-form-email,.opal-comment-form-4 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .comment-form-author,.opal-comment-form-6 .comment-form .comment-form-email {
  flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
.blog-container.style-3 .entry-header,.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%; }
#customer_details [class*=col],#reviews .comment-form-rating,.col-12,.columns-1 ul.products&gt;li,.columns-1 ul.products li.product,.opal-comment-form-2 .comment-form .comment-form-comment,.opal-comment-form-2 .comment-form .comment-notes,.opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-2 .comment-form .logged-in-as,.opal-comment-form-3 .comment-form .comment-form-comment,.opal-comment-form-3 .comment-form .comment-notes,.opal-comment-form-3 .comment-form .form-submit,.opal-comment-form-3 .comment-form .logged-in-as,.opal-comment-form-4 .comment-form .comment-form-comment,.opal-comment-form-4 .comment-form .comment-notes,.opal-comment-form-4 .comment-form .form-submit,.opal-comment-form-6 .comment-form .comment-form-comment,.opal-comment-form-6 .comment-form .comment-form-url,.opal-comment-form-6 .comment-form .comment-notes,.opal-comment-form-6 .comment-form .form-submit,.opal-comment-form-6 .comment-form .logged-in-as,.single .gallery-columns-1 .gallery-item,.widget .gallery-columns-1 .gallery-item,.woocommerce-billing-fields .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-]&gt;:not(fieldset) {
  flex: 0 0 100%;
  max-width: 100%; }
.blog-container.style-1 :nth-child(2n) .post-thumbnail,.blog-container.style-2 .post-thumbnail,.blog-container.style-3 .heading,.blog-container.style-3 .post-thumbnail,.order-first,.otf-promo-banner.style-1 .subtitle {
  order: -1; }
.order-1,.otf-testimonials.style2 .author,.otf-testimonials.style4 .author {
  order: 1; }
.order-2,.otf-testimonials.style4 .content {
  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; }
#reviews .commentlist li .comment-text .meta,.blog-container .entry-meta,.blog-container.style-1 :nth-child(2n) .entry-header,.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%; }
/*-------------------------------------------------------------
1.2 Bootstrap Flex variation
--------------------------------------------------------------*/
#reviews .commentlist li .avatar,.d-none,.entry-gallery .otf-testimonials.style3 .gallery .owl-nav,.main-navigation li li a:before,.otf-pricing.style-2 .pricing-info li i,.otf-pricing.style-2 .recommend-text,.otf-pricing.style-3 .pricing-info li i,.otf-pricing.style-3 .recommend-text,.otf-pricing.style-4 .pricing-info li i,.otf-pricing.style-4 .recommend-text,.otf-promo-banner.style-2 .subtitle,.otf-teams.otf-teams-style-2 .team-wrapper .content-desc,.otf-teams.otf-teams-style-3 .team-wrapper .team-meta .content-desc,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav,.otf-testimonials.style3 .owl-theme .owl-nav,.product-style-2 li.product:not(.otf-product-list) .posted_in,.product-style-5 li.product:not(.otf-product-list) .posted_in,.product-style-6 li.product:not(.otf-product-list) .posted_in,.product-style-7 li.product:not(.otf-product-list) .star-rating,.product-style-10 li.product:not(.otf-product-list) .star-rating,.product-style-12 li.product:not(.otf-product-list) .posted_in,.product-style-13 li.product:not(.otf-product-list) .posted_in,.product-style-14 li.product:not(.otf-product-list) .posted_in,.product-style-14 li.product:not(.otf-product-list) .star-rating,.product-style-16 li.product:not(.otf-product-list) .posted_in,.product-style-16 li.product:not(.otf-product-list) .star-rating,.single-product.woocommerce-single-style-2 table.variations label,.single-product.woocommerce-single-style-3 table.variations label,.single-product.woocommerce-single-style-5 table.variations label,.single-product .woocommerce-tabs#otf-accordion-container [data-content] h2:first-of-type,.single-product .woocommerce-tabs .panel h2:first-of-type,.site-header-account.style-icon .account-label,.site-header-account.style-menu .icon,.site-header-account.style-menu&gt;a&gt;span:first-child {
  display: none; }
.d-inline,.group-blog .byline,.opal-custom-menu-inline .widget ul li,.product-style-1 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-1 li.product:not(.otf-product-list) h2,.product-style-1 li.product:not(.otf-product-list) h3,.product-style-9 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-9 li.product:not(.otf-product-list) h2,.product-style-9 li.product:not(.otf-product-list) h3,.product-style-10 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-10 li.product:not(.otf-product-list) h2,.product-style-10 li.product:not(.otf-product-list) h3,.product-style-11 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-13 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.single .byline {
  display: inline; }
.archive .entry-meta a.post-edit-link,.blog .entry-meta a.post-edit-link,.custom-logo-link,.d-inline-block,.ezboozt-panel .recent-posts .entry-header .edit-link,.list-account li,.main-navigation .text-label,.mainmenu-container .text-label,.modal-user .opal-loader-inner label,.more-link,.navigation-button,.next.page-numbers,.opal-comment-3 .comment-reply-link,.opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.opal-menu-canvas .otf_widget_account i,.opal-pagination-1 .ore-pagination ul.page-numbers,.opal-pagination-1 .ore-pagination ul.page-numbers li,.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-next .nav-subtitle:after,.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-previous .nav-subtitle:before,.otf-feature-box i,.otf-menu-social .social-navigation,.otf-pricing.style-3 .pricing-header .per,.otf-pricing.style-3 .pricing-header .price,.otf-pricing.style-4 .per,.otf-pricing.style-4 .price,.otf-sorting .display-mode,.otf-sorting .woocommerce-ordering,.otf-teams.otf-teams-style-3 .team-wrapper,.otf-teams.otf-teams-style-3 .team-wrapper .avatar,.otf-teams .social a,.otf-testimonials.style7 .job,.otf-vertical-menu .navbar-nav li a span,.page-links .page-number,.page-links a,.page-numbers.current:not(ul),.page-numbers:not(ul),.post-navigation .nav-links .nav-title-icon-wrapper,.prev.page-numbers,.search .entry-meta a.post-edit-link,.single-product div.product .summary .price,.site-header-account.style-both .account-label,.site-header-account.style-both .icon,.site-header .wpb_wrapper&gt;.search-form,.top-bar .widget_nav_menu ul.menu&gt;li,.top-bar ul li,.vc_custom_heading&gt;*,.widget .tagcloud a,.widget.widget_tag_cloud a,.widget .woof_list_checkbox input[type=checkbox]+label:before,.widget .woof_list_radio input[type=radio]+label:before,.woocommerce-pagination ul.page-numbers,.woocommerce-pagination ul.page-numbers li,.woocommerce-tabs ul.tabs li,.wp_widget_tag_cloud a,[class*=after-title]:after,[class*=before-title]:before,audio,body:not(.title-tagline-hidden) .site-branding-text,canvas,progress,video {
  display: inline-block; }
#payment .payment_methods&gt;.wc_payment_method&gt;label,#payment .terms label,#respond #cancel-comment-reply-link:before,#reviews .comment-form-rating label,#reviews .commentlist li p.meta time,.d-block,.demo_store a,.filter-close,.form-row label,.icon-cart,.mainmenu-container .sub-menu-inner ul.menu li,.opal-countdown b,.otf-teams.otf-teams-style-3 .team-wrapper .social a,.otf-teams img,.product-style-1 li.product:not(.otf-product-list) .posted_in,.product-style-1 li.product:not(.otf-product-list) .price del,.product-style-3 li.product:not(.otf-product-list) .posted_in,.product-style-3 li.product:not(.otf-product-list) .shop-action a[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) .posted_in,.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-5 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-6 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-8 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-9 li.product:not(.otf-product-list) .posted_in,.product-style-9 li.product:not(.otf-product-list) .price del,.product-style-9 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-10 li.product:not(.otf-product-list) .posted_in,.product-style-11 li.product:not(.otf-product-list) .posted_in,.product-style-13 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-14 li.product:not(.otf-product-list) a[class*=product_type_],.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-button .add_to_wishlist,.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a,.single-product div.product .images .thumbnails a.zoom,.single-product div.product .images .woocommerce-main-image,.single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as,.single-product div.product .single_variation .price,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,.site-header-account.style-both .account-label span,.site-header .opal-custom-menu-inline .widget_nav_menu a,.site-search,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.woocommerce-breadcrumb .breadcrumb-separator:after,.woocommerce-form__label-for-checkbox,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .variations_button,.woocommerce-tabs ul.tabs,.woocommerce-tabs ul.tabs li a,a.remove,li.product:not(.product-swatched):not(.otf-product-list)&gt;a,table.shop_table_responsive tr td.download-actions .button,ul.order_details:after,ul.order_details:before,ul.order_details li strong,ul.products li.product .woocommerce-LoopProduct-link,ul.products li.product img {
  display: block; }
.d-table {
  display: table; }
.d-table-row {
  display: table-row; }
.d-table-cell {
  display: table-cell; }
#reviews .commentlist li .comment-text,#reviews .commentlist li .comment-text .meta,.d-flex,.opal-countdown .countdown-times,.otf-feature-box,.otf-sorting,.otf-sorting .otf-sorting-group,.otf-testimonials.style2 .author,.otf-testimonials.style2 .author-content,.otf-testimonials.style2 .testimonial,.otf-testimonials.style3 .author,.otf-testimonials.style3 .author-content,.otf-testimonials.style3 .testimonial,.otf-testimonials.style4 .author-content,.otf-testimonials.style4 .testimonial,.otf-testimonials.style5 .author-content,.product-style-1 .shop-action,.product-style-2 .shop-action,.product-style-4 li.product:not(.otf-product-list) .shop-action,.product-style-6 li.product:not(.otf-product-list) .shop-action.group-action,.product-style-7 li.product:not(.otf-product-list) .shop-action,.product-style-9 li.product:not(.otf-product-list) .shop-action,.product-style-10 li.product:not(.otf-product-list) .shop-action,.product-style-12 li.product:not(.otf-product-list) .shop-action,.product-style-15 li.product:not(.otf-product-list) .shop-action,.product-style-16 li.product:not(.otf-product-list) .shop-action,.single-product.woocommerce-single-style-2 div.product .single_variation_wrap,.single-product.woocommerce-single-style-3 div.product .single_variation_wrap,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .flex-control-thumbs,.single-product div.product .product_meta,.single-product div.product .variations_button,.single-product div.product .woocommerce-product-rating,.single-product div.product form.cart,.single-product div.product form.cart .quantity,.sub-menu-inner&gt;div:not(.vc_clearfix),.widget_recent_entries li,.woocommerce-account .entry-content&gt;.woocommerce .u-columns,.woocommerce-single-style-2 div.product .images,.woocommerce-single-style-3 div.product .images,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .cart,li.product.otf-product-list .shop-action,table.cart:not(.wishlist_table) .quantity {
  display: flex; }
.d-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; }
}
.blog-container.style-3 .meta,.blog-container.style-3 article .inner,.flex-row,.otf-feature-box.style-2,.woocommerce-single-style-2 div.product .images {
  flex-direction: row; }
#reviews .commentlist li .comment-text,.blog-container .meta,.flex-column,.modal-content,.modal-user .btn-modal-close,.opal-comment-form-4 .comment-form,.otf-feature-box,.otf-testimonials.style2 .testimonial,.otf-testimonials.style3 .testimonial,.otf-testimonials.style4 .testimonial,article.type-post .entry-header {
  flex-direction: column; }
.flex-row-reverse,.woocommerce-single-style-3 div.product .images {
  flex-direction: row-reverse; }
.flex-column-reverse,.opal-comment-form-5 .comment-form .form-submit {
  flex-direction: column-reverse; }
.blog-container.style-3 .meta,.blog-container.style-3 article .inner,.flex-wrap,.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form,.opal-comment-form-6 .comment-form,.otf-sorting,.single-product div.product .product_meta,.single-product div.product form.cart,.sub-menu-inner&gt;div:not(.vc_clearfix),.woocommerce-single-style-5.single-product div.product .woocommerce-cart .cart {
  flex-wrap: wrap; }
.flex-nowrap,.single-product div.product form.cart .quantity {
  flex-wrap: nowrap; }
.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }
.justify-content-start,.otf-testimonials.style4 .author-content,.otf-testimonials.style5 .author-content {
  justify-content: flex-start; }
.entry-gallery .nav-style-4.gallery .owl-nav .otf-feature-box.owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .otf-feature-box.owl-next,.justify-content-end,.modal-footer,.otf-feature-box.form-submit,.otf-feature-box.otf-counter.style-2,.otf-feature-box.text-right,.otf-sorting .otf-feature-box.display-mode,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .otf-feature-box.owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .otf-feature-box.owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .otf-feature-box.owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .otf-feature-box.owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .otf-feature-box.owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .otf-feature-box.owl-next {
  justify-content: flex-end; }
.blog-container .otf-feature-box.meta,.blog-container .otf-feature-box.post-categories,.entry-footer .edit-link a.otf-feature-box.post-edit-link,.entry-gallery .gallery .otf-feature-box.owl-dots,.justify-content-center,.list-feature-box&gt;li.otf-feature-box:before,.main-navigation .otf-feature-box.text-label,.mainmenu-container .otf-feature-box.text-label,.modal-user .btn-modal-close,.modal-user .otf-feature-box.opal-loader-inner,.navigation-logo,.opal-archive-style-2 article.otf-post-style .otf-feature-box.entry-header,.opal-archive-style-3 article.otf-post-style .otf-feature-box.entry-header,.opal-archive-style-4 article.otf-post-style .otf-feature-box.entry-header,.opal-comment-form-2 .comment-form .otf-feature-box.form-submit,.opal-comment-form-3 .comment-form .otf-feature-box.form-submit,.opal-comment-form-6 .comment-form .otf-feature-box.form-submit,.opal-countdown .otf-feature-box.countdown-times,.opal-pagination-1 .otf-feature-box.ore-pagination,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .otf-feature-box.nav-subtitle,.otf-brands .otf-feature-box.item,.otf-feature-box.button-outline-primary,.otf-feature-box.button-outline-secondary,.otf-feature-box.button-primary,.otf-feature-box.button-secondary,.otf-feature-box.comments-pagination,.otf-feature-box.otf-counter,.otf-feature-box.otf-testimonials.style6,.otf-feature-box.page-numbers,.otf-feature-box.pagination,.otf-feature-box.site-info,.otf-feature-box.style-2 i.otf-feature-box,.otf-feature-box.text-center,.otf-feature-box.woocommerce-pagination,.otf-pricing.style-2 .otf-feature-box.button-primary,.otf-pricing.style-2 .otf-feature-box.button-secondary,.otf-pricing.style-2 .pricing-info li.otf-feature-box,.otf-pricing.style-2 button.otf-feature-box[type=submit],.otf-pricing.style-2 input.otf-feature-box[type=button],.otf-pricing.style-2 input.otf-feature-box[type=submit],.otf-pricing.style-3 .pricing-info li.otf-feature-box,.otf-pricing.style-4 .pricing-info li.otf-feature-box,.otf-teams .otf-feature-box.social,.otf-teams .otf-feature-box.team-meta,.otf-teams .social a.otf-feature-box,.otf-testimonials.style1 .otf-feature-box.content,.otf-testimonials.style1 .otf-feature-box.testimonial,.otf-testimonials.style2 .otf-feature-box.content,.owl-theme.owl-carousel .otf-feature-box.owl-dots,.owl-theme.woocommerce-carousel .otf-feature-box.owl-dots,.product-style-3 li.otf-feature-box.product:not(.otf-product-list),.product-style-7 li.product:not(.otf-product-list) .otf-feature-box.compare,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a.otf-feature-box,.product-style-10 li.product:not(.otf-product-list) a.otf-feature-box[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .otf-feature-box.yith-wcqv-button,.product-style-12 li.product:not(.otf-product-list) .otf-feature-box.yith-wcqv-button,.product-style-14 li.product:not(.otf-product-list) .otf-feature-box.caption,.product-style-15 li.product:not(.otf-product-list) .otf-feature-box.yith-wcqv-button,.product-style-16 li.product:not(.otf-product-list) .shop-action,.search-button .otf-feature-box.icon:before,.secondary-button .otf-feature-box.search-submit,.single-product.woocommerce-single-style-2 div.product .otf-feature-box.entry-summary,.single-product.woocommerce-single-style-2 div.product .single_variation_wrap,.single-product.woocommerce-single-style-2 div.product .variations_button,.single-product.woocommerce-single-style-2 div.product form.cart,.single-product.woocommerce-single-style-3 div.product .otf-feature-box.entry-summary,.single-product.woocommerce-single-style-3 div.product .single_variation_wrap,.single-product.woocommerce-single-style-3 div.product .variations_button,.single-product.woocommerce-single-style-3 div.product form.cart,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .flex-control-thumbs,.single-product div.product .woocommerce-product-gallery .otf-feature-box.woocommerce-product-gallery__trigger,.single-product div.product form.cart .quantity,.single .otf-feature-box.gallery-item,.site-header-account .otf-feature-box.icon:before,.social-navigation a.otf-feature-box,.top-bar ul li&gt;span.otf-feature-box,.top-bar ul li a.otf-feature-box,.wc-proceed-to-checkout .otf-feature-box.button,.widget .otf-feature-box.gallery-item,.widget .woof_list_checkbox input[type=checkbox]+label.otf-feature-box:after,.widget_calendar td.otf-feature-box,.widget_calendar th.otf-feature-box,.widget_shopping_cart .buttons .otf-feature-box.button,.woocommerce-checkout .woocommerce-form-login&gt;p.otf-feature-box:first-of-type,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-feature-box.woocommerce-button,.woocommerce-product-carousel ul.owl-theme.products .otf-feature-box.owl-dots,.woocommerce-single-style-5.single-product .woocommerce-product-rating,.woocommerce-single-style-5.single-product div.otf-feature-box.product,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .product_meta,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .quantity,.woocommerce-tabs ul.otf-feature-box.tabs,.woocommerce .woocommerce-carousel ul.owl-theme.products .otf-feature-box.owl-dots,article.otf-post-style .otf-feature-box.entry-content,article.type-post .otf-feature-box.post-thumbnail,button.otf-feature-box[type=submit],input.otf-feature-box[type=button],input.otf-feature-box[type=submit],table.cart:not(.wishlist_table) .quantity {
  justify-content: center; }
.justify-content-between,.modal-header,.opal-post-navigation-4 .post-navigation .nav-links,.otf-testimonials.style2 .author,.otf-testimonials.style3 .author,.woocommerce-single-style-1 .product,.woocommerce-single-style-2 .product,.woocommerce-single-style-3 .product,.woocommerce-single-style-4 div.product {
  justify-content: space-between; }
.justify-content-around {
  justify-content: space-around; }
.align-items-start,.blog-container.style-3 article .inner,.woocommerce-single-style-2 div.product .images,.woocommerce-single-style-3 div.product .images {
  align-items: flex-start; }
.align-items-end,.entry-gallery .nav-style-4.gallery .owl-nav .otf-feature-box.style-1.owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .otf-feature-box.style-1.owl-next,.otf-feature-box.style-1.form-submit,.otf-feature-box.style-1.otf-counter.style-2,.otf-feature-box.style-1.text-right,.otf-sorting .otf-feature-box.style-1.display-mode,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .otf-feature-box.style-1.owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .otf-feature-box.style-1.owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .otf-feature-box.style-1.owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .otf-feature-box.style-1.owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .otf-feature-box.style-1.owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .otf-feature-box.style-1.owl-next {
  align-items: flex-end; }
.align-items-center,.blog-container .otf-feature-box.style-1.meta,.blog-container .otf-feature-box.style-1.post-categories,.entry-footer .edit-link a.otf-feature-box.style-1.post-edit-link,.entry-gallery .gallery .otf-feature-box.style-1.owl-dots,.list-feature-box&gt;li,.list-feature-box&gt;li.otf-feature-box.style-1:before,.main-navigation .otf-feature-box.style-1.text-label,.mainmenu-container .otf-feature-box.style-1.text-label,.modal-footer,.modal-header,.modal-user .btn-modal-close,.modal-user .otf-feature-box.style-1.btn-modal-close,.modal-user .otf-feature-box.style-1.opal-loader-inner,.navigation-logo,.opal-archive-style-2 article.otf-post-style .otf-feature-box.style-1.entry-header,.opal-archive-style-3 article.otf-post-style .otf-feature-box.style-1.entry-header,.opal-archive-style-4 article.otf-post-style .otf-feature-box.style-1.entry-header,.opal-comment-form-2 .comment-form .otf-feature-box.style-1.form-submit,.opal-comment-form-3 .comment-form .otf-feature-box.style-1.form-submit,.opal-comment-form-6 .comment-form .otf-feature-box.style-1.form-submit,.opal-countdown .otf-feature-box.style-1.countdown-times,.opal-pagination-1 .otf-feature-box.style-1.ore-pagination,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .otf-feature-box.style-1.nav-subtitle,.otf-brands .otf-feature-box.style-1.item,.otf-brands .owl-item,.otf-feature-box.style-1 .box-icon.o-round&gt;div,.otf-feature-box.style-1 .box-icon.o-squal&gt;div,.otf-feature-box.style-1 .box-icon.round&gt;div,.otf-feature-box.style-1 .box-icon.squal&gt;div,.otf-feature-box.style-1.button-outline-primary,.otf-feature-box.style-1.button-outline-secondary,.otf-feature-box.style-1.button-primary,.otf-feature-box.style-1.button-secondary,.otf-feature-box.style-1.comments-pagination,.otf-feature-box.style-1.otf-counter,.otf-feature-box.style-1.otf-testimonials.style6,.otf-feature-box.style-1.page-numbers,.otf-feature-box.style-1.pagination,.otf-feature-box.style-1.site-info,.otf-feature-box.style-1.text-center,.otf-feature-box.style-1.woocommerce-pagination,.otf-feature-box.style-2 i.otf-feature-box.style-1,.otf-pricing.style-2 .pricing-info li.otf-feature-box.style-1,.otf-pricing.style-3 .pricing-info li.otf-feature-box.style-1,.otf-pricing.style-4 .pricing-info li.otf-feature-box.style-1,.otf-sorting,.otf-sorting .otf-sorting-group,.otf-teams .otf-feature-box.style-1.social,.otf-teams .otf-feature-box.style-1.team-meta,.otf-teams .social a.otf-feature-box.style-1,.otf-testimonials.style1 .otf-feature-box.style-1.content,.otf-testimonials.style1 .otf-feature-box.style-1.testimonial,.otf-testimonials.style2 .author-content,.otf-testimonials.style2 .otf-feature-box.style-1.content,.otf-testimonials.style3 .author-content,.otf-testimonials.style4 .author-content,.otf-testimonials.style5 .author-content,.owl-theme.owl-carousel .otf-feature-box.style-1.owl-dots,.owl-theme.woocommerce-carousel .otf-feature-box.style-1.owl-dots,.product-style-3 li.otf-feature-box.style-1.product:not(.otf-product-list),.product-style-7 li.product:not(.otf-product-list) .otf-feature-box.style-1.compare,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a.otf-feature-box.style-1,.product-style-10 li.product:not(.otf-product-list) a.otf-feature-box.style-1[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .otf-feature-box.style-1.yith-wcqv-button,.product-style-12 li.product:not(.otf-product-list) .otf-feature-box.style-1.yith-wcqv-button,.product-style-14 li.product:not(.otf-product-list) .otf-feature-box.style-1.caption,.product-style-15 li.product:not(.otf-product-list) .otf-feature-box.style-1.yith-wcqv-button,.search-button .otf-feature-box.style-1.icon:before,.secondary-button .otf-feature-box.style-1.search-submit,.single-product.woocommerce-single-style-2 div.product .otf-feature-box.style-1.entry-summary,.single-product.woocommerce-single-style-3 div.product .otf-feature-box.style-1.entry-summary,.single-product div.product .woocommerce-product-gallery .otf-feature-box.style-1.woocommerce-product-gallery__trigger,.single-product div.product form.cart .quantity,.single .otf-feature-box.style-1.gallery-item,.site-header-account .otf-feature-box.style-1.icon:before,.social-navigation a.otf-feature-box.style-1,.top-bar ul li&gt;span.otf-feature-box.style-1,.top-bar ul li a.otf-feature-box.style-1,.wc-proceed-to-checkout .otf-feature-box.style-1.button,.widget .otf-feature-box.style-1.gallery-item,.widget .woof_list_checkbox input[type=checkbox]+label.otf-feature-box.style-1:after,.widget_calendar td.otf-feature-box.style-1,.widget_calendar th.otf-feature-box.style-1,.widget_shopping_cart .buttons .otf-feature-box.style-1.button,.woocommerce-checkout .woocommerce-form-login&gt;p.otf-feature-box.style-1:first-of-type,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-feature-box.style-1.woocommerce-button,.woocommerce-product-carousel ul.owl-theme.products .otf-feature-box.style-1.owl-dots,.woocommerce-single-style-5.single-product .woocommerce-tabs .comment-text,.woocommerce-single-style-5.single-product div.otf-feature-box.style-1.product,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .cart,.woocommerce-tabs ul.otf-feature-box.style-1.tabs,.woocommerce .woocommerce-carousel ul.owl-theme.products .otf-feature-box.style-1.owl-dots,article.otf-post-style .otf-feature-box.style-1.entry-content,article.type-post .otf-feature-box.style-1.post-thumbnail,button.otf-feature-box.style-1[type=submit],input.otf-feature-box.style-1[type=button],input.otf-feature-box.style-1[type=submit],table.cart:not(.wishlist_table) .quantity {
  align-items: center; }
.align-items-baseline,.blog-container.style-3 .meta {
  align-items: baseline; }
.align-items-stretch,.blog-container.style-2 {
  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,.otf-brands .item,.otf-brands .owl-item {
  align-self: center; }
.align-self-baseline {
  align-self: baseline; }
.align-self-stretch {
  align-self: stretch; }
/*-------------------------------------------------------------
1.3 Bootstrap Spacing
--------------------------------------------------------------*/
#reviews .commentlist,#reviews .commentlist .children,#reviews .commentlist li ul.children,.blog-container.style-2 .entry-header,.checkout_coupon .form-row-first,.comment-list,.comment-list .children,.m-0,.mainmenu-container ul,.my-account-links-menu .sub-menu,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link,.opal-menu-canvas .sub-menu-inner .vc_column_container,.opal-pagination-1 .ore-pagination ul.page-numbers,.opal-post-navigation-2 .post-navigation .nav-links .nav-title-icon-wrapper,.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span,.otf-sorting .woocommerce-result-count,.otf-teams.otf-teams-style-3 .team-wrapper .social,.otf-teams.otf-teams-style-3 .team-wrapper .team-meta,.product-style-1 .shop-action&gt;*,.product-style-1 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-1 li.product:not(.otf-product-list) h2,.product-style-1 li.product:not(.otf-product-list) h3,.product-style-2 .shop-action&gt;*,.product-style-3 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-9 li.product:not(.otf-product-list) .star-rating,.product-style-9 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-9 li.product:not(.otf-product-list) h2,.product-style-9 li.product:not(.otf-product-list) h3,.product-style-10 li.product:not(.otf-product-list) .star-rating,.product-style-10 li.product:not(.otf-product-list) .woocommerce-loop-product__title,.product-style-10 li.product:not(.otf-product-list) h2,.product-style-10 li.product:not(.otf-product-list) h3,.product-style-12 li.product:not(.otf-product-list) .star-rating,.product-style-13 li.product:not(.otf-product-list) .star-rating,.product-style-15 li.product:not(.otf-product-list) .star-rating,.search-form label,.single-product div.product .images figure,.single-product div.product .woocommerce-product-gallery img,.single-product div.product table.variations,.site-header-mobile .icon-mobile i,.site-header-mobile .menu-toggle i,.site-header-mobile .search-dropdown i,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.site-info .sep,.site-search form,.site-title,.sub-menu-inner .vc_column_container .vc_column_container,.widget ul,.woocommerce-account .entry-content&gt;.woocommerce .u-columns,.woocommerce-pagination ul.page-numbers,.woocommerce-tabs ul.tabs li,blockquote,ul.products li.product .price ins {
  margin: 0; }
.blog-container.style-3 .meta .post-categories,.comment-content .wp-smiley,.entry-content .wp-smiley,.mt-0,.my-0,.page-content .wp-smiley,.widget .woof_list_checkbox li div,article.type-post .entry-gallery figure,body.single-post .entry-footer {
  margin-top: 0; }
.instagram-widget .instagram-pics,.mr-0,.mx-0,.top-bar .social-navigation i,.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  margin-right: 0; }
#payment .payment_methods&gt;.wc_payment_method&gt;label,.archive .site-main&gt;article .gallery-item,.archive article.type-post .post-thumbnail,.blog-container .heading,.blog-container.style-1 .entry-header,.blog-container.style-1 .post-thumbnail,.blog-container.style-2 .post-thumbnail,.blog-container.style-2 p,.blog-container.style-3 .post-thumbnail,.blog .site-main&gt;article .gallery-item,.blog article.type-post .post-thumbnail,.checkout_coupon .form-row-last,.comment-content .wp-smiley,.entry-content .wp-smiley,.footer-03 .mc4wp-form-fields&gt;p,.gallery-caption,.mb-0,.modal-title,.my-0,.opal-comment-form-5 .comment-form&gt;p,.otf-feature-box p,.otf-testimonials.style2 .author-content,.otf-testimonials.style3 .author-content,.otf-testimonials.style3 .content p,.page-content .wp-smiley,.page-title-bar .page-title,.product-style-2 li.product:not(.otf-product-list),.search .site-main&gt;article .gallery-item,.single-product #reviews .commentlist li,.single-product div.product .woocommerce-tabs .panel .shop_attributes p,.site-description,.site-header .widget,.site-header .wpb_button,.site-header .wpb_content_element,.site-header ul.wpb_thumbnails-fluid&gt;li,.social-navigation ul,.style-3 .mc4wp-form-fields p,.sub-menu-inner .vc_custom_heading h2,.sub-menu-inner .widget,.sub-menu-inner .widget-title,.sub-menu-inner .widgettitle,.sub-menu-inner .wpb_content_element,.widget-grofile h4,.wpb-js-composer .vc_tta-container,[class*=topbar-text-] p {
  margin-bottom: 0; }
#reviews .commentlist .depth-1&gt;article,.comment-list .depth-1&gt;article,.instagram-widget .instagram-pics,.ml-0,.mx-0,.opal-comment-7 .comment-meta,.search .page .entry-meta a.post-edit-link,.social-navigation ul,.woocommerce-product-carousel ul.products,.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,.woocommerce .woocommerce-carousel ul.products {
  margin-left: 0; }
.m-1 {
  margin: .25rem; }
.blog-container .post-categories,.mt-1,.my-1,.otf-counter.style-1 .subtitle,.wpcf7-form label&gt;span {
  margin-top: .25rem; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl],.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl],.footer-03 .mc4wp-form-fields&gt;p,.mr-1,.mx-1,.opal-countdown .countdown-times&gt;div,.otf-menu-social.o-round .social-navigation li,.otf-menu-social.round .social-navigation li,.otf-menu-social li,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl] {
  margin-right: .25rem; }
.mb-1,.my-1,.opal-countdown b,.otf-counter.style-1 .counter,.otf-counter .title,.otf-pricing .title,.otf-testimonials .author .title-box,.single-product .comment-body,.single-product .comment_container {
  margin-bottom: .25rem; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl],.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl],.footer-03 .mc4wp-form-fields&gt;p,.main-navigation .text-label,.mainmenu-container .text-label,.ml-1,.mx-1,.opal-countdown .countdown-times&gt;div,.otf-menu-social.o-round .social-navigation li,.otf-menu-social.round .social-navigation li,.otf-menu-social li,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl] {
  margin-left: .25rem; }
.m-2 {
  margin: .5rem; }
.entry-footer .edit-link,.mc4wp-form .widget-title p,.mt-2,.my-2,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link,.otf-teams .social,.otf-testimonials.style1 .author .title-box {
  margin-top: .5rem; }
#secondary .widget_archive ul li:before,#secondary .widget_categories ul li:before,#secondary .widget_layered_nav ul li:before,#secondary .widget_links ul li:before,#secondary .widget_nav_menu ul li:before,#secondary .widget_pages ul li:before,#secondary .widget_recent_comments ul li:before,#secondary .widget_recent_entries ul li:before,.entry-footer .edit-link a.post-edit-link,.mr-2,.mx-2,.opal-comment-form-2 .comment-respond .comment-reply-title:before,.opal-comment-form-3 .comment-respond .comment-reply-title:before,.otf-pricing.style-1 .pricing-info li i,.top-bar ul li i,.widget .woof_list_checkbox input[type=checkbox]+label:before,.widget .woof_list_radio input[type=radio]+label:before {
  margin-right: .5rem; }
.comment-author,.mb-2,.my-2,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header,.otf-counter.style-1 .title,.otf-counter i,.otf-feature-box .title,.post-navigation .nav-subtitle,li.product.otf-product-list .star-rating,li.product .product-transition {
  margin-bottom: .5rem; }
.ml-2,.more-link:after,.mx-2,.otf-sorting .display-mode,.single-product .single_add_to_cart_button:after {
  margin-left: .5rem; }
.m-3 {
  margin: 1rem; }
.mt-3,.my-3,.otf-brands .item,li.product.otf-product-list .excerpt {
  margin-top: 1rem; }
#reviews .commentlist li .comment-text .meta *,.blog-container.style-3 .meta .entry-meta,.blog-container.style-3 .meta .post-categories,.list-feature-box&gt;li:before,.mr-3,.mx-3,.otf-testimonials.style4 .author-content img,.otf-testimonials.style5 .author-content img,.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab {
  margin-right: 1rem; }
.mb-3,.my-3,.otf-brands .item,.otf-feature-box.style-1 i,.otf-testimonials.style2 .content p,.otf-testimonials.style3 .content {
  margin-bottom: 1rem; }
.entry-meta&gt;span+span,.ml-3,.mx-3,.product-style-11 li.product:not(.otf-product-list) a[class*=product_type_]:before,.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab {
  margin-left: 1rem; }
.m-4 {
  margin: 1.5rem; }
.checkout_coupon,.entry-gallery .gallery .owl-dots,.entry-gallery .nav-position-bottom-center.gallery .owl-nav,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,.mt-4,.my-4,.opal-pagination-1 .ore-pagination,.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav,.owl-theme.owl-carousel .owl-dots,.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav,.owl-theme.woocommerce-carousel .owl-dots,.woocommerce-checkout .woocommerce-form-login,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,article.type-post .entry-content .more-link {
  margin-top: 1.5rem; }
.mr-4,.mx-4,.single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as,table.cart:not(.wishlist_table) .quantity {
  margin-right: 1.5rem; }
#reviews .commentlist li .comment-text .star-rating,.blog-container .post-thumbnail,.comment-body,.comment_container,.comments-title,.mb-4,.my-4,.opal-pagination-1 .ore-pagination,.otf-counter.style-1,.otf-sorting,.otf-testimonials.style4 .author,.otf-testimonials.style5 .author,.product-style-11 li.product:not(.otf-product-list) .product-transition,.widget .woof_products_top_panel,ul.products li.product {
  margin-bottom: 1.5rem; }
.ml-4,.mx-4,.opal-comment-5 #comments .depth-1&gt;article {
  margin-left: 1.5rem; }
.m-5 {
  margin: 3rem; }
.mt-5,.my-5,.opal-archive-style-3:not(.woocommerce).archive form.checkout&gt;.site-main&gt;div,.opal-archive-style-3:not(.woocommerce).blog form.checkout&gt;.site-main&gt;div,.opal-archive-style-4.archive form.checkout&gt;.site-main&gt;div,.opal-archive-style-4.blog form.checkout&gt;.site-main&gt;div,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget form.checkout&gt;.woof_redraw_zone&gt;div,.opal-canvas-filter.top form.checkout&gt;.opal-canvas-filter-wrap&gt;div,.opal-comment-form-2 form.checkout&gt;.comment-form&gt;div,.opal-comment-form-3 form.checkout&gt;.comment-form&gt;div,.opal-comment-form-4 form.checkout&gt;.comment-form&gt;div,.opal-comment-form-6 form.checkout&gt;.comment-form&gt;div,.product-style-8 .woocommerce-product-list:not(.skin-border-box) form.checkout&gt;.products&gt;div,.product-style-10 .woocommerce-product-list form.checkout&gt;.products&gt;div,.single-product div.product .woocommerce-product-gallery form.checkout&gt;.flex-control-thumbs&gt;div,.single-product form.checkout&gt;div.product&gt;div,.single form.checkout&gt;.gallery&gt;div,.site-footer form.checkout&gt;.widget-area&gt;div,.widget form.checkout&gt;.gallery&gt;div,.woocommerce-account .entry-content&gt;.woocommerce form.checkout&gt;.u-columns.woocommerce-Addresses&gt;div,.woocommerce-account form.entry-content.checkout&gt;.woocommerce&gt;div,.woocommerce-billing-fields form.checkout&gt;.woocommerce-billing-fields__field-wrapper&gt;div,.woocommerce-cart form.checkout&gt;.woocommerce&gt;div,.woocommerce-MyAccount-content form.checkout&gt;form[class^=woocommerce-]&gt;div,.woocommerce-single-style-5.single-product form.site-main.checkout&gt;.product&gt;div,.woocommerce form.checkout&gt;.woocommerce-carousel&gt;div,body.opal-content-layout-2cl #content form.checkout&gt;.wrap&gt;div,body.opal-content-layout-2cr #content form.checkout&gt;.wrap&gt;div,form.checkout&gt;.list-feature-box&gt;div,form.checkout&gt;.otf-sorting&gt;div,form.checkout&gt;.row&gt;div,form.checkout&gt;.woocommerce-address-fields__field-wrapper&gt;div,form.checkout&gt;.woocommerce-Addresses&gt;div,form.checkout&gt;.woocommerce-columns--addresses&gt;div,form.checkout&gt;[data-opal-columns]&gt;div,form.checkout&gt;form.track_order&gt;div,form.checkout&gt;ul.products&gt;div {
  margin-top: 3rem; }
.mr-5,.mx-5 {
  margin-right: 3rem; }
.mb-5,.mc4wp-form .widget-title p,.my-5,.single-product .woocommerce-tabs {
  margin-bottom: 3rem; }
.ml-5,.mx-5 {
  margin-left: 3rem; }
#reviews .commentlist,#reviews .commentlist .children,.blog-container.style-2 .heading,.comment-content .wp-smiley,.comment-list,.comment-list .children,.entry-content .wp-smiley,.entry-gallery .gallery-item,.ezboozt-front-page .site-content,.modal-user .btn-modal-close,.navigation-logo .custom-logo-link,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link,.opal-menu-canvas .sub-menu-inner .vc_column_container,.opal-pagination-1 .ore-pagination ul.page-numbers,.otf-vertical-menu .navbar-nav,.p-0,.page-content .wp-smiley,.single-product div.product table.variations td,.single-product div.product table.variations th,.site-header-mobile .site-header-cart .header-button,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.site-title,.top-bar ul.list-account li,.vc_progress_bar .vc_single_bar .vc_label,.widget_rss .rss-date,.widget ul li ul,.woocommerce-pagination ul.page-numbers,.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs,.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,[type=checkbox],[type=radio],legend {
  padding: 0; }
.blog-container .heading,.blog-container.style-1 .entry-header,.blog-container.style-3 .entry-header,.blog-container.style-3 .heading,.entry-title:not(:first-child),.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header,.opal-archive-style-3 article.otf-post-style .entry-content,.opal-pagination-7 .comments-pagination,.opal-pagination-7 .pagination,.opal-pagination-7 .woocommerce-pagination,.otf-pricing .title,.otf-sorting .display-mode button,.pt-0,.py-0,.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown,.sub-menu-inner .widget ul li,.widget_rss ul li:first-child,body.single-post .entry-footer,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
  padding-top: 0; }
.blog-container.no-gutters&gt;[class*=col-],.blog-container.style-3 .heading,.blog-container.style-3&gt;[class*=col-],.mainmenu-container ul ul,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header,.pr-0,.px-0,.single-product[class*=product-style] .stock.out-of-stock,.single .blog-container.gallery&gt;[class*=col-],.widget .blog-container.gallery&gt;[class*=col-],.widget ul li,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a,td:last-child,th:last-child {
  padding-right: 0; }
.blog-container.style-3 .entry-header,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header,.opal-archive-style-3 article.otf-post-style .entry-content,.otf-sorting .display-mode button,.pb-0,.py-0,.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown,.site-header .widget,.sub-menu-inner .widget,.sub-menu-inner .widget ul li,article.type-post .entry-meta,body.single-post article.type-post .entry-content&gt;p:last-child {
  padding-bottom: 0; }
.blog-container.no-gutters&gt;[class*=col-],.blog-container.style-3 .heading,.blog-container.style-3&gt;[class*=col-],.mainmenu-container ul ul,.opal-comment-4 #comments .depth-1&gt;article,.pl-0,.px-0,.single-product[class*=product-style] .stock.out-of-stock,.single .blog-container.gallery&gt;[class*=col-],.site-footer .widget ul,.widget .blog-container.gallery&gt;[class*=col-],.widget ul li,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a,div[class*=opal-custom-menu-list] .widget_nav_menu .menu,td:first-child,th:first-child {
  padding-left: 0; }
.opal-comment-3 .comment-reply-link,.opal-comment-5 .comment-reply-link,.p-1 {
  padding: .25rem; }
.otf-menu-social li,.otf-pricing.style-1 .pricing-header .recommend,.pt-1,.py-1,.site-header-mobile .site-branding,.widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li,.widget_nav_menu ul li li,.widget_rss_links ul li,.widget_rss_links ul li li,.widget_top-posts ul li,.widget_top-posts ul li li {
  padding-top: .25rem; }
.main-navigation .text-label,.mainmenu-container .text-label,.opal-archive-style-4 article.otf-post-style .entry-content,.opal-archive-style-4 article.otf-post-style .entry-header,.otf-testimonials.style2 .owl-item,.pr-1,.px-1 {
  padding-right: .25rem; }
.otf-menu-social li,.otf-pricing.style-1 .pricing-header .recommend,.otf-testimonials.style2 .owl-stage-outer,.pb-1,.py-1,.site-footer .widget,.site-header-mobile .site-branding,.widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li,.widget_nav_menu ul li li,.widget_rss_links ul li,.widget_rss_links ul li li,.widget_top-posts ul li,.widget_top-posts ul li li {
  padding-bottom: .25rem; }
.main-navigation .text-label,.mainmenu-container .text-label,.opal-archive-style-4 article.otf-post-style .entry-content,.opal-archive-style-4 article.otf-post-style .entry-header,.otf-testimonials.style2 .owl-item,.pl-1,.px-1 {
  padding-left: .25rem; }
.p-2,.site-header-cart .woocommerce-mini-cart__empty-message {
  padding: .5rem; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.list-feature-box&gt;li,.otf-pricing.style-2 .pricing-info li,.otf-pricing.style-2 .pricing-info ul,.otf-pricing.style-3 .pricing-info li,.otf-pricing.style-3 .pricing-info ul,.otf-pricing.style-4 .pricing-info li,.otf-pricing.style-4 .pricing-info ul,.otf-teams.otf-teams-style-4 .job,.otf-teams .team-meta,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-next,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev,.otf-testimonials.style5 .content,.product-style-5 li.product:not(.otf-product-list) .otf-wrap-swatches,.product-style-6 li.product:not(.otf-product-list) .otf-wrap-swatches,.product-style-10 li.product:not(.otf-product-list) .otf-wrap-swatches,.pt-2,.py-2,.site-header-cart .shopping_cart_nav .product_list_widget li,.site-header-cart .widget_shopping_cart .product_list_widget li,.widget ul li,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a,article.type-post .entry-content .more-link,ul.products li.product.otf-product-list .price,ul.products li.product.otf-product-list .woocommerce-loop-product__title {
  padding-top: .5rem; }
.button.wc-backward,.list-account i,.list-account li,.mainmenu-container li a span,.opal-comment-3 .comment-reply-link,.opal-comment-5 .comment-reply-link,.opal-custom-menu-inline .widget ul li,.opal-menu-canvas .otf_widget_account i,.otf-sorting .display-mode button,.otf-sorting .woocommerce-ordering select,.pr-2,.px-2,article.type-post .entry-meta&gt;span {
  padding-right: .5rem; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.list-feature-box&gt;li,.otf-pricing.style-2 .pricing-header .title,.otf-pricing.style-2 .pricing-info li,.otf-pricing.style-2 .pricing-info ul,.otf-pricing.style-3 .pricing-header .title,.otf-pricing.style-3 .pricing-info li,.otf-pricing.style-3 .pricing-info ul,.otf-pricing.style-4 .pricing-info li,.otf-pricing.style-4 .pricing-info ul,.otf-teams.otf-teams-style-4 .job,.otf-teams .team-meta,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-next,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev,.pb-2,.product-style-5 li.product:not(.otf-product-list) .otf-wrap-swatches,.product-style-6 li.product:not(.otf-product-list) .otf-wrap-swatches,.product-style-10 li.product:not(.otf-product-list) .otf-wrap-swatches,.product-style-11 li.product:not(.otf-product-list) .product-block,.py-2,.site-header-cart .shopping_cart_nav .product_list_widget li,.site-header-cart .widget_shopping_cart .product_list_widget li,.widget ul li,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a,article.type-post .entry-content .more-link,ul.products li.product.otf-product-list .price,ul.products li.product.otf-product-list .woocommerce-loop-product__title {
  padding-bottom: .5rem; }
.button.wc-backward,.opal-comment-3 .comment-reply-link,.opal-comment-5 .comment-reply-link,.opal-custom-menu-inline .widget ul li,.otf-sorting .display-mode button,.otf-sorting .woocommerce-ordering select,.pl-2,.px-2,article.type-post .entry-meta&gt;span {
  padding-left: .5rem; }
.p-3,.woocommerce-single-style-5.single-product .woocommerce-product-rating {
  padding: 1rem; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span,.otf-pricing.style-1 .pricing-info li,.otf-pricing.style-2 .pricing-header .title,.otf-pricing.style-3 .pricing-header .title,.otf-pricing.style-4 .price,.otf-pricing.style-4 .title,.pt-3,.py-3,.single-product .tawcvs-swatches,.widget_rss ul li,.woocommerce-tabs#otf-accordion-container [data-accordion] [data-control] {
  padding-top: 1rem; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.opal-post-navigation-3 .post-navigation .nav-previous,.otf-pricing.style-1 .pricing-header .recommend,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev,.otf-testimonials.style4 .testimonial,.pr-3,.px-3,.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown,.site-header .opal-custom-menu-inline .widget_nav_menu a,.top-bar ul li a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,[class*=topbar-text-] p {
  padding-right: 1rem; }
.blog-container .heading,.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span,.otf-pricing.style-1 .pricing-header,.otf-pricing.style-1 .pricing-info li,.otf-pricing.style-3 .pricing-header,.otf-pricing.style-4 .price,.otf-pricing.style-4 .title,.otf-testimonials.style5 .content,.pb-3,.py-3,.single-product .tawcvs-swatches,.sub-menu-inner .vc_custom_heading h2,.sub-menu-inner .widget-title,.sub-menu-inner .widgettitle,.widget_rss ul li,.woocommerce-tabs#otf-accordion-container [data-accordion] [data-control] {
  padding-bottom: 1rem; }
.blog-container.style-3 .meta,.opal-post-navigation-3 .post-navigation .nav-next,.otf-feature-box.style-2 .meta,.otf-pricing.style-1 .pricing-header .recommend,.otf-testimonials.style4 .testimonial,.pl-3,.px-3,.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown,.site-header .opal-custom-menu-inline .widget_nav_menu a,.top-bar ul li a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,[class*=topbar-text-] p,div[class*=opal-custom-menu-list] .widget_nav_menu li {
  padding-left: 1rem; }
.otf-testimonials.style3 .content,.p-4 {
  padding: 1.5rem; }
.opal-pagination-1 .ore-pagination,.opal-post-navigation-2 .post-navigation,.pt-4,.py-4 {
  padding-top: 1.5rem; }
.blog-container .heading,.mainmenu-container ul ul .menu-item&gt;a,.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle,.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span,.otf-teams .team-meta,.otf-testimonials.style4,.pr-4,.px-4,article.type-post .entry-content .more-link {
  padding-right: 1.5rem; }
.opal-post-navigation-2 .post-navigation,.otf-testimonials.style1 .author-content,.pb-4,.py-4 {
  padding-bottom: 1.5rem; }
.blog-container .heading,.mainmenu-container ul ul .menu-item&gt;a,.opal-checkbox .info,.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle,.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span,.opal-radio .info,.otf-teams .team-meta,.otf-testimonials.style2 .title-box,.otf-testimonials.style3 .title-box,.otf-testimonials.style4,.pl-4,.px-4,.widget ul li li,article.type-post .entry-content .more-link {
  padding-left: 1.5rem; }
.otf-testimonials.style2 .testimonial,.p-5 {
  padding: 3rem; }
.otf-testimonials.style4,.pt-5,.py-5 {
  padding-top: 3rem; }
.pr-5,.px-5 {
  padding-right: 3rem; }
.otf-testimonials.style4,.pb-5,.product-style-11 li.product:not(.otf-product-list),.py-5 {
  padding-bottom: 3rem; }
.pl-5,.px-5 {
  padding-left: 3rem; }
.m-auto,.otf-teams img,.otf-testimonials.style1 .author-content img,.otf-testimonials.style2 .author-content,.product-style-6 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-10 li.product:not(.otf-product-list) .shop-action,.product-style-11 li.product:not(.otf-product-list) .yith-wcqv-button,.single-featured-image-header img,.single-product.woocommerce-single-style-2 div.product .woocommerce-tabs .woocommerce-Tabs-panel,.single-product.woocommerce-single-style-2 div.product table.variations,.single-product.woocommerce-single-style-3 div.product .woocommerce-tabs .woocommerce-Tabs-panel,.single-product.woocommerce-single-style-3 div.product table.variations {
  margin: auto !important; }
.mt-auto,.my-auto {
  margin-top: auto; }
.checkout_coupon,.mr-auto,.mx-auto,.otf-testimonials.style1 .author,.single-product.woocommerce-single-style-2 div.product .product_meta span:last-child,.single-product.woocommerce-single-style-3 div.product .product_meta span:last-child,.woocommerce-checkout .woocommerce-form-login,.wp-caption img[class*=wp-image-],article.type-post .entry-content .twitter-tweet,body.opal-layout-boxed,body:not(.ezboozt-front-page) #comments,body:not(.ezboozt-front-page) .entry-content {
  margin-right: auto; }
.mb-auto,.my-auto {
  margin-bottom: auto; }
.checkout_coupon,.ml-auto,.mx-auto,.otf-sorting .woocommerce-ordering,.otf-testimonials.style1 .author,.single-product.woocommerce-single-style-2 div.product .product_meta span:first-child,.single-product.woocommerce-single-style-3 div.product .product_meta span:first-child,.woocommerce-checkout .woocommerce-form-login,.wp-caption img[class*=wp-image-],article.type-post .entry-content .twitter-tweet,body.opal-layout-boxed,body:not(.ezboozt-front-page) #comments,body:not(.ezboozt-front-page) .entry-content {
  margin-left: auto; }
/*-------------------------------------------------------------
1.4 Bootstrap Sizing
--------------------------------------------------------------*/
.otf-testimonials.style1 .author,.w-25 {
  width: 25%; }
.w-50 {
  width: 50%; }
.footer-03 .mc4wp-form-fields&gt;p:first-child,.w-75 {
  width: 75%; }
.blog-container .meta,.blog-container.style-3 .heading,.blog-container.style-3 article,.button-block,.entry-gallery .gallery-item,.entry-gallery .gallery img,.gallery-item a img,.modal-user.loading .opal-tab-content:after,.modal-user.loading .tab-current:after,.modal-user .opal-loader,.oft_product_parallax .pl-absolute,.opal-archive-style-3:not(.woocommerce).archive .site-main .navigation,.opal-archive-style-3:not(.woocommerce).archive .site-main .pagination,.opal-archive-style-3:not(.woocommerce).archive .site-main .woocommerce-pagination,.opal-archive-style-3:not(.woocommerce).blog .site-main .navigation,.opal-archive-style-3:not(.woocommerce).blog .site-main .pagination,.opal-archive-style-3:not(.woocommerce).blog .site-main .woocommerce-pagination,.opal-archive-style-4.archive .site-main .navigation,.opal-archive-style-4.archive .site-main .pagination,.opal-archive-style-4.archive .site-main .woocommerce-pagination,.opal-archive-style-4.blog .site-main .navigation,.opal-archive-style-4.blog .site-main .pagination,.opal-archive-style-4.blog .site-main .woocommerce-pagination,.opal-canvas-filter-open .opal-overlay-filter,.opal-canvas-open .opal-overlay,.opal-menu-canvas .sub-menu-inner .vc_column_container,.opal-pagination-7 .page-numbers.current:not(ul):before,.opal-pagination-7 .page-numbers:not(ul):hover:before,.otf-teams .team-meta,.otf-testimonials.style2 .owl-dots,.product-img-wrap .inner,.product-img-wrap .product-image.second-image,.product-style-1 .shop-action,.product-style-2 .shop-action,.product-style-6 li.product:not(.otf-product-list) .shop-action.group-action,.product-style-7 li.product:not(.otf-product-list) .shop-action,.product-transition .product-caption,.product-transition .woocommerce-loop-product__link,.single-product.woocommerce-single-style-2 div.product .variations_button,.single-product.woocommerce-single-style-3 div.product .variations_button,.single-product div.product form.cart .single_variation_wrap,.site-info .sep,.style-3 .mc4wp-form-fields p:first-child,.w-100,.widget select,.woocommerce-account .entry-content&gt;.woocommerce .u-columns,.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-notice,.woocommerce-MyAccount-content form[class^=woocommerce-] fieldset,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .single_add_to_cart_button,[class^=columns-],table {
  width: 100%; }
.h-25 {
  height: 25%; }
.h-50 {
  height: 50%; }
.h-75 {
  height: 75%; }
.blog-container.style-2 article .inner,.h-100,.modal-user.loading .opal-tab-content:after,.modal-user.loading .tab-current:after,.modal-user .opal-loader,.opal-canvas-filter-open .opal-overlay-filter,.opal-canvas-open .opal-overlay,.product-img-wrap .inner,.product-img-wrap .product-image.second-image,.product-transition .woocommerce-loop-product__link {
  height: 100%; }
.entry-gallery .gallery-item,.gallery-item a,.mw-100 {
  max-width: 100% !important; }
.mh-100 {
  max-height: 100% !important; }
/*-------------------------------------------------------------
1.5 Bootstrap Buttons
--------------------------------------------------------------*/
.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.entry-footer .edit-link a.post-edit-link,.mc4wp-form input[type=submit],.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.secondary-button .otf-pricing.style-2 .search-submit,.secondary-button .search-submit,.wc-proceed-to-checkout .button,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.wpcf7-form input[type=submit],button[type=submit],input[type=button],input[type=submit] {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: .7rem 2rem;
  font-size: 1em;
  line-height: 1.6;
  border-radius: 3px;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.button-outline-primary:focus,.button-outline-primary:hover,.button-outline-secondary:focus,.button-outline-secondary:hover,.button-primary:focus,.button-primary:hover,.button-secondary:focus,.button-secondary:hover,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:focus,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:hover,.entry-footer .edit-link a.post-edit-link:focus,.entry-footer .edit-link a.post-edit-link:hover,.mc4wp-form input:focus[type=submit],.mc4wp-form input:hover[type=submit],.otf-pricing.style-2 .button-primary:focus,.otf-pricing.style-2 .button-primary:hover,.otf-pricing.style-2 .button-secondary:focus,.otf-pricing.style-2 .button-secondary:hover,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:focus,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:hover,.otf-pricing.style-2 .secondary-button .search-submit:focus,.otf-pricing.style-2 .secondary-button .search-submit:hover,.otf-pricing.style-2 .wc-proceed-to-checkout .button:focus,.otf-pricing.style-2 .wc-proceed-to-checkout .button:hover,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:focus,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:hover,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.otf-pricing.style-2 button:focus[type=submit],.otf-pricing.style-2 button:hover[type=submit],.otf-pricing.style-2 input:focus[type=button],.otf-pricing.style-2 input:focus[type=submit],.otf-pricing.style-2 input:hover[type=button],.otf-pricing.style-2 input:hover[type=submit],.secondary-button .otf-pricing.style-2 .search-submit:focus,.secondary-button .otf-pricing.style-2 .search-submit:hover,.secondary-button .search-submit:focus,.secondary-button .search-submit:hover,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .button:hover,.wc-proceed-to-checkout .otf-pricing.style-2 .button:focus,.wc-proceed-to-checkout .otf-pricing.style-2 .button:hover,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .button:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:focus,.widget_shopping_cart .buttons .otf-pricing.style-2 .button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.wpcf7-form input:focus[type=submit],.wpcf7-form input:hover[type=submit],button:focus[type=submit],button:hover[type=submit],input:focus[type=button],input:focus[type=submit],input:hover[type=button],input:hover[type=submit] {
    text-decoration: none; }
.button-outline-primary.focus,.button-outline-primary:focus,.button-outline-secondary.focus,.button-outline-secondary:focus,.button-primary.focus,.button-primary:focus,.button-secondary.focus,.button-secondary:focus,.entry-footer .edit-link .otf-pricing.style-2 a.focus.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:focus,.entry-footer .edit-link a.focus.post-edit-link,.entry-footer .edit-link a.post-edit-link:focus,.mc4wp-form input.focus[type=submit],.mc4wp-form input:focus[type=submit],.otf-pricing.style-2 .button-primary:focus,.otf-pricing.style-2 .button-secondary:focus,.otf-pricing.style-2 .entry-footer .edit-link a.focus.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:focus,.otf-pricing.style-2 .focus.button-primary,.otf-pricing.style-2 .focus.button-secondary,.otf-pricing.style-2 .secondary-button .focus.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:focus,.otf-pricing.style-2 .wc-proceed-to-checkout .button:focus,.otf-pricing.style-2 .wc-proceed-to-checkout .focus.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:focus,.otf-pricing.style-2 .widget_shopping_cart .buttons .focus.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.otf-pricing.style-2 button.focus[type=submit],.otf-pricing.style-2 button:focus[type=submit],.otf-pricing.style-2 input.focus[type=button],.otf-pricing.style-2 input.focus[type=submit],.otf-pricing.style-2 input:focus[type=button],.otf-pricing.style-2 input:focus[type=submit],.secondary-button .focus.search-submit,.secondary-button .otf-pricing.style-2 .focus.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:focus,.secondary-button .search-submit:focus,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .focus.button,.wc-proceed-to-checkout .otf-pricing.style-2 .button:focus,.wc-proceed-to-checkout .otf-pricing.style-2 .focus.button,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button,.widget_shopping_cart .buttons .focus.button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:focus,.widget_shopping_cart .buttons .otf-pricing.style-2 .focus.button,.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .focus.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.wpcf7-form input.focus[type=submit],.wpcf7-form input:focus[type=submit],button.focus[type=submit],button:focus[type=submit],input.focus[type=button],input.focus[type=submit],input:focus[type=button],input:focus[type=submit] {
    outline: 0;
    box-shadow: none; }
.button-outline-primary.disabled,.button-outline-primary:disabled,.button-outline-secondary.disabled,.button-outline-secondary:disabled,.button-primary.disabled,.button-primary:disabled,.button-secondary.disabled,.button-secondary:disabled,.entry-footer .edit-link .otf-pricing.style-2 a.disabled.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:disabled,.entry-footer .edit-link a.disabled.post-edit-link,.entry-footer .edit-link a.post-edit-link:disabled,.mc4wp-form input.disabled[type=submit],.mc4wp-form input:disabled[type=submit],.otf-pricing.style-2 .button-primary:disabled,.otf-pricing.style-2 .button-secondary:disabled,.otf-pricing.style-2 .disabled.button-primary,.otf-pricing.style-2 .disabled.button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.disabled.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:disabled,.otf-pricing.style-2 .secondary-button .disabled.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:disabled,.otf-pricing.style-2 .wc-proceed-to-checkout .button:disabled,.otf-pricing.style-2 .wc-proceed-to-checkout .disabled.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:disabled,.otf-pricing.style-2 .widget_shopping_cart .buttons .disabled.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,.otf-pricing.style-2 button.disabled[type=submit],.otf-pricing.style-2 button:disabled[type=submit],.otf-pricing.style-2 input.disabled[type=button],.otf-pricing.style-2 input.disabled[type=submit],.otf-pricing.style-2 input:disabled[type=button],.otf-pricing.style-2 input:disabled[type=submit],.secondary-button .disabled.search-submit,.secondary-button .otf-pricing.style-2 .disabled.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:disabled,.secondary-button .search-submit:disabled,.wc-proceed-to-checkout .button:disabled,.wc-proceed-to-checkout .disabled.button,.wc-proceed-to-checkout .otf-pricing.style-2 .button:disabled,.wc-proceed-to-checkout .otf-pricing.style-2 .disabled.button,.widget_shopping_cart .buttons .button:disabled,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button,.widget_shopping_cart .buttons .disabled.button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:disabled,.widget_shopping_cart .buttons .otf-pricing.style-2 .disabled.button,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:disabled,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,.wpcf7-form input.disabled[type=submit],.wpcf7-form input:disabled[type=submit],button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=submit] {
    opacity: .65;
    box-shadow: none; }
.button-outline-primary.active,.button-outline-primary:active,.button-outline-secondary.active,.button-outline-secondary:active,.button-primary.active,.button-primary:active,.button-secondary.active,.button-secondary:active,.entry-footer .edit-link .otf-pricing.style-2 a.active.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:active,.entry-footer .edit-link a.active.post-edit-link,.entry-footer .edit-link a.post-edit-link:active,.mc4wp-form input.active[type=submit],.mc4wp-form input:active[type=submit],.otf-pricing.style-2 .active.button-primary,.otf-pricing.style-2 .active.button-secondary,.otf-pricing.style-2 .button-primary:active,.otf-pricing.style-2 .button-secondary:active,.otf-pricing.style-2 .entry-footer .edit-link a.active.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:active,.otf-pricing.style-2 .secondary-button .active.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:active,.otf-pricing.style-2 .wc-proceed-to-checkout .active.button,.otf-pricing.style-2 .wc-proceed-to-checkout .button:active,.otf-pricing.style-2 .widget_shopping_cart .buttons .active.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:active,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.otf-pricing.style-2 button.active[type=submit],.otf-pricing.style-2 button:active[type=submit],.otf-pricing.style-2 input.active[type=button],.otf-pricing.style-2 input.active[type=submit],.otf-pricing.style-2 input:active[type=button],.otf-pricing.style-2 input:active[type=submit],.secondary-button .active.search-submit,.secondary-button .otf-pricing.style-2 .active.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:active,.secondary-button .search-submit:active,.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .otf-pricing.style-2 .active.button,.wc-proceed-to-checkout .otf-pricing.style-2 .button:active,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .button:active:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .active.button,.widget_shopping_cart .buttons .otf-pricing.style-2 .button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.wpcf7-form input.active[type=submit],.wpcf7-form input:active[type=submit],button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=submit],input:active[type=button],input:active[type=submit] {
    background-image: none;
    box-shadow: none,inset 0 3px 5px rgba(0,0,0,.125); }
.button-outline-primary,.button-outline-secondary,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.secondary-button .otf-pricing.style-2 .search-submit,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget_shopping_cart .buttons .button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button {
  border-width: 2px; }
a[class*=button-].disabled,fieldset[disabled] a[class*=button-] {
  pointer-events: none; }
.button-primary,.entry-footer .edit-link a.post-edit-link,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input[type=button],input[type=submit] {
  color: #fff;
  box-shadow: none; }
.button-primary:hover,.entry-footer .edit-link a.post-edit-link:hover,.wc-proceed-to-checkout .button:hover,.widget_shopping_cart .buttons .button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button:hover[type=submit],input:hover[type=button],input:hover[type=submit] {
    color: #fff; }
.button-primary.disabled,.button-primary:disabled,.entry-footer .edit-link a.disabled.post-edit-link,.entry-footer .edit-link a.post-edit-link:disabled,.wc-proceed-to-checkout .button:disabled,.wc-proceed-to-checkout .disabled.button,.widget_shopping_cart .buttons .button:disabled,.widget_shopping_cart .buttons .disabled.button,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=submit] {
    background-color: #5f65b1;
    border-color: #5f65b1; }
.button-primary.active,.button-primary:active,.entry-footer .edit-link .show&gt;a.dropdown-toggle.post-edit-link,.entry-footer .edit-link a.active.post-edit-link,.entry-footer .edit-link a.post-edit-link:active,.show&gt;.button-primary.dropdown-toggle,.show&gt;button.dropdown-toggle[type=submit],.show&gt;input.dropdown-toggle[type=button],.show&gt;input.dropdown-toggle[type=submit],.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .show&gt;.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=submit],input:active[type=button],input:active[type=submit] {
    color: #fff;
    background-image: none; }
.button-secondary,.mc4wp-form input[type=submit],.secondary-button .search-submit,.wpcf7-form input[type=submit] {
  color: #fff;
  box-shadow: none; }
.button-secondary:hover,.mc4wp-form input:hover[type=submit],.secondary-button .search-submit:hover,.wpcf7-form input:hover[type=submit] {
    color: #fff; }
.button-secondary.disabled,.button-secondary:disabled,.mc4wp-form input.disabled[type=submit],.mc4wp-form input:disabled[type=submit],.secondary-button .disabled.search-submit,.secondary-button .search-submit:disabled,.wpcf7-form input.disabled[type=submit],.wpcf7-form input:disabled[type=submit] {
    background-color: #00c484;
    border-color: #00c484; }
.button-secondary.active,.button-secondary:active,.mc4wp-form .show&gt;input.dropdown-toggle[type=submit],.mc4wp-form input.active[type=submit],.mc4wp-form input:active[type=submit],.secondary-button .active.search-submit,.secondary-button .search-submit:active,.secondary-button .show&gt;.dropdown-toggle.search-submit,.show&gt;.button-secondary.dropdown-toggle,.wpcf7-form .show&gt;input.dropdown-toggle[type=submit],.wpcf7-form input.active[type=submit],.wpcf7-form input:active[type=submit] {
    color: #fff;
    background-image: none; }
.button-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }
.button-sm,.entry-footer .edit-link a.post-edit-link,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd) {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }
.button-outline-primary,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.secondary-button .otf-pricing.style-2 .search-submit,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget_shopping_cart .buttons .button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button {
  background-color: transparent;
  background-image: none; }
.button-outline-primary:hover,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:hover,.otf-pricing.style-2 .button-primary:hover,.otf-pricing.style-2 .button-secondary:hover,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:hover,.otf-pricing.style-2 .secondary-button .search-submit:hover,.otf-pricing.style-2 .wc-proceed-to-checkout .button:hover,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:hover,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.otf-pricing.style-2 button:hover[type=submit],.otf-pricing.style-2 input:hover[type=button],.otf-pricing.style-2 input:hover[type=submit],.secondary-button .otf-pricing.style-2 .search-submit:hover,.wc-proceed-to-checkout .otf-pricing.style-2 .button:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:hover {
    color: #fff; }
.button-outline-primary.focus,.button-outline-primary:focus,.entry-footer .edit-link .otf-pricing.style-2 a.focus.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:focus,.otf-pricing.style-2 .button-primary:focus,.otf-pricing.style-2 .button-secondary:focus,.otf-pricing.style-2 .entry-footer .edit-link a.focus.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:focus,.otf-pricing.style-2 .focus.button-primary,.otf-pricing.style-2 .focus.button-secondary,.otf-pricing.style-2 .secondary-button .focus.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:focus,.otf-pricing.style-2 .wc-proceed-to-checkout .button:focus,.otf-pricing.style-2 .wc-proceed-to-checkout .focus.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:focus,.otf-pricing.style-2 .widget_shopping_cart .buttons .focus.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.otf-pricing.style-2 button.focus[type=submit],.otf-pricing.style-2 button:focus[type=submit],.otf-pricing.style-2 input.focus[type=button],.otf-pricing.style-2 input.focus[type=submit],.otf-pricing.style-2 input:focus[type=button],.otf-pricing.style-2 input:focus[type=submit],.secondary-button .otf-pricing.style-2 .focus.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:focus,.wc-proceed-to-checkout .otf-pricing.style-2 .button:focus,.wc-proceed-to-checkout .otf-pricing.style-2 .focus.button,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:focus,.widget_shopping_cart .buttons .otf-pricing.style-2 .focus.button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .focus.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:focus {
    box-shadow: 0 0 0 2px rgba(95,101,177,.5); }
.button-outline-primary.disabled,.button-outline-primary:disabled,.entry-footer .edit-link .otf-pricing.style-2 a.disabled.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:disabled,.otf-pricing.style-2 .button-primary:disabled,.otf-pricing.style-2 .button-secondary:disabled,.otf-pricing.style-2 .disabled.button-primary,.otf-pricing.style-2 .disabled.button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.disabled.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:disabled,.otf-pricing.style-2 .secondary-button .disabled.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:disabled,.otf-pricing.style-2 .wc-proceed-to-checkout .button:disabled,.otf-pricing.style-2 .wc-proceed-to-checkout .disabled.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:disabled,.otf-pricing.style-2 .widget_shopping_cart .buttons .disabled.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,.otf-pricing.style-2 button.disabled[type=submit],.otf-pricing.style-2 button:disabled[type=submit],.otf-pricing.style-2 input.disabled[type=button],.otf-pricing.style-2 input.disabled[type=submit],.otf-pricing.style-2 input:disabled[type=button],.otf-pricing.style-2 input:disabled[type=submit],.secondary-button .otf-pricing.style-2 .disabled.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:disabled,.wc-proceed-to-checkout .otf-pricing.style-2 .button:disabled,.wc-proceed-to-checkout .otf-pricing.style-2 .disabled.button,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button:disabled,.widget_shopping_cart .buttons .otf-pricing.style-2 .disabled.button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:disabled {
    color: #5f65b1;
    background-color: transparent; }
.button-outline-primary.active,.button-outline-primary:active,.entry-footer .edit-link .otf-pricing.style-2 .show&gt;a.dropdown-toggle.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.active.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:active,.otf-pricing.style-2 .active.button-primary,.otf-pricing.style-2 .active.button-secondary,.otf-pricing.style-2 .button-primary:active,.otf-pricing.style-2 .button-secondary:active,.otf-pricing.style-2 .entry-footer .edit-link .show&gt;a.dropdown-toggle.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.active.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:active,.otf-pricing.style-2 .mc4wp-form .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 .secondary-button .active.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:active,.otf-pricing.style-2 .secondary-button .show&gt;.dropdown-toggle.search-submit,.otf-pricing.style-2 .show&gt;.dropdown-toggle.button-primary,.otf-pricing.style-2 .show&gt;.dropdown-toggle.button-secondary,.otf-pricing.style-2 .show&gt;button.dropdown-toggle[type=submit],.otf-pricing.style-2 .show&gt;input.dropdown-toggle[type=button],.otf-pricing.style-2 .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 .wc-proceed-to-checkout .active.button,.otf-pricing.style-2 .wc-proceed-to-checkout .button:active,.otf-pricing.style-2 .wc-proceed-to-checkout .show&gt;.dropdown-toggle.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .active.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:active,.otf-pricing.style-2 .widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .show&gt;.dropdown-toggle.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.otf-pricing.style-2 .wpcf7-form .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 button.active[type=submit],.otf-pricing.style-2 button:active[type=submit],.otf-pricing.style-2 input.active[type=button],.otf-pricing.style-2 input.active[type=submit],.otf-pricing.style-2 input:active[type=button],.otf-pricing.style-2 input:active[type=submit],.secondary-button .otf-pricing.style-2 .active.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:active,.secondary-button .otf-pricing.style-2 .show&gt;.dropdown-toggle.search-submit,.show&gt;.button-outline-primary.dropdown-toggle,.wc-proceed-to-checkout .otf-pricing.style-2 .active.button,.wc-proceed-to-checkout .otf-pricing.style-2 .button:active,.wc-proceed-to-checkout .otf-pricing.style-2 .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .active.button,.widget_shopping_cart .buttons .otf-pricing.style-2 .button:active,.widget_shopping_cart .buttons .otf-pricing.style-2 .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button:nth-child(odd),.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .show&gt;.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:active {
    color: #fff; }
.button-outline-secondary {
  background-color: transparent;
  background-image: none; }
.button-outline-secondary:hover {
    color: #fff; }
.button-outline-secondary.focus,.button-outline-secondary:focus {
    box-shadow: 0 0 0 2px rgba(0,196,132,.5); }
.button-outline-secondary.disabled,.button-outline-secondary:disabled {
    color: #00c484;
    background-color: transparent; }
.button-outline-secondary.active,.button-outline-secondary:active,.show&gt;.button-outline-secondary.dropdown-toggle {
    color: #fff; }
.button-block {
  display: block; }
.active.more-link,.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled,.button-link,.button-link.active,.button-link:active,.button-link:disabled,.more-link,.more-link:active,.more-link:disabled {
  background-color: transparent; }
.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover,.button-link,.button-link:active,.button-link:focus,.button-link:hover,.more-link,.more-link:active,.more-link:focus,.more-link:hover {
  border-color: transparent; }
.btn-link:disabled,.button-link:disabled,.more-link:disabled {
  color: #868e96; }
.btn-link:disabled:focus,.btn-link:disabled:hover,.button-link:disabled:focus,.button-link:disabled:hover,.more-link:disabled:focus,.more-link:disabled:hover {
    text-decoration: none; }
/*-------------------------------------------------------------
1.6 Bootstrap Borders
--------------------------------------------------------------*/
.border {
  border: 1px solid #e9ecef; }
.border-0,.main-navigation li li,.single-product div.product table.variations tr,.wpcf7-form input[type=submit] {
  border: 0; }
.border-top-0,.opal-comment-7 .comment-body:before,.opal-comment-7 .comment_container:before {
  border-top: 0; }
.border-right-0,.opal-comment-7 .comment-body:before,.opal-comment-7 .comment_container:before {
  border-right: 0; }
.border-bottom-0 {
  border-bottom: 0; }
.border-left-0 {
  border-left: 0; }
.border-primary {
  border-color: #5f65b1; }
.border-secondary {
  border-color: #00c484; }
.border-success {
  border-color: #28a745; }
.border-info {
  border-color: #17a2b8; }
.border-warning {
  border-color: #ffc107; }
.border-danger {
  border-color: #dc3545; }
.border-light {
  border-color: #f8f9fa; }
.border-dark {
  border-color: #343a40; }
.border-white {
  border-color: #fff; }
.box-border,.box-content,.box-shadow,.main-navigation .text-label,.mainmenu-container .text-label,.mc4wp-form input[type=email],.opal-comment-1 .comment-body,.opal-comment-1 .comment_container,.opal-comment-2 .comment-body,.opal-comment-2 .comment_container,.opal-comment-5 .comment-body,.opal-comment-5 .comment_container,.opal-comment-6 .comment-body,.opal-comment-6 .comment_container,.opal-comment-7 .comment-body,.opal-comment-7 .comment_container,.opal-pagination-2 .page-numbers.current:not(ul),.opal-pagination-2 .page-numbers:not(ul),.opal-pagination-3 .page-numbers.current:not(ul),.opal-pagination-3 .page-numbers:not(ul),.opal-pagination-8 .page-numbers.current:not(ul),.opal-pagination-8 .page-numbers:not(ul),.opal-post-navigation-3 .post-navigation .nav-links,.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,.opal-sidebar-title-outside #secondary .widget&gt;:not(.widget-title):not(.customize-partial-edit-shortcut),.otf-pricing.style-1,.otf-pricing.style-2,.otf-pricing.style-4,.otf-testimonials.style2 .testimonial,.rounded,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,select,textarea {
  border-radius: .25rem; }
.otf-pricing.style-4 .title,.rounded-top {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }
.rounded-right {
  border-top-right-radius: .25rem; }
.rounded-bottom,.rounded-right {
  border-bottom-right-radius: .25rem; }
.rounded-bottom,.rounded-left {
  border-bottom-left-radius: .25rem; }
.rounded-left {
  border-top-left-radius: .25rem; }
.list-feature-box&gt;li:before,.modal-user .btn-modal-close,.opal-comment-2 #comments .avatar,.opal-comment-4 #comments .avatar,.opal-custom-menu-list-round-outline .widget_nav_menu li:before,.opal-custom-menu-list-round .widget_nav_menu li:before,.opal-pagination-5 .page-numbers:not(ul),.otf-feature-box .o-round,.otf-feature-box .round,.otf-menu-social.o-round .social-navigation li a,.otf-menu-social.round .social-navigation li a,.otf-testimonials img,.page-numbers.current:not(ul),.product-style-11 li.product:not(.otf-product-list) .yith-wcqv-button,.rounded-circle,.widget .woof_color_term,.widget .woof_list_radio input[type=radio]+label:after,.widget .woof_list_radio input[type=radio]+label:before {
  border-radius: 50%; }
.btn-link,.button-link,.mc4wp-form-fields input[type=email],.more-link,.opal-pagination-4 .page-numbers.current:not(ul),.opal-pagination-5 .page-numbers.dots:not(ul),.opal-pagination-6 .page-numbers.current:not(ul),.opal-pagination-7 .page-numbers.current:not(ul),.otf-sorting .display-mode button,.otf-sorting .woocommerce-ordering select,.rounded-0,.single-product #reviews .commentlist li .comment_container,.single-product .tawcvs-swatches .swatch {
  border-radius: 0; }
/*-------------------------------------------------------------
1.7 Bootstrap Embed
--------------------------------------------------------------*/
.blog-container .post-thumbnail,.blog-container.style-1 .entry-header,.blog-container.style-2 .post-thumbnail,.embed-responsive,article.type-post p&gt;iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
.blog-container .post-thumbnail:before,.blog-container.style-1 .entry-header:before,.blog-container.style-2 .post-thumbnail:before,.embed-responsive:before,article.type-post p&gt;iframe:before {
    display: block;
    content: ""; }
.blog-container .post-thumbnail .embed-responsive-item,.blog-container .post-thumbnail embed,.blog-container .post-thumbnail iframe,.blog-container .post-thumbnail object,.blog-container .post-thumbnail video,.blog-container.style-1 .entry-header .embed-responsive-item,.blog-container.style-1 .entry-header embed,.blog-container.style-1 .entry-header iframe,.blog-container.style-1 .entry-header object,.blog-container.style-1 .entry-header video,.blog-container.style-2 .post-thumbnail embed,.blog-container.style-2 .post-thumbnail iframe,.blog-container.style-2 .post-thumbnail object,.blog-container.style-2 .post-thumbnail video,.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video,article.type-post p&gt;iframe .embed-responsive-item,article.type-post p&gt;iframe embed,article.type-post p&gt;iframe iframe,article.type-post p&gt;iframe object,article.type-post p&gt;iframe 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%; }
.blog-container.style-2 .post-thumbnail:before,.blog-container.style-3 .post-thumbnail:before,.embed-responsive-4by3:before {
  padding-top: 75%; }
.blog-container .post-thumbnail:before,.blog-container.style-1 .entry-header:before,.embed-responsive-1by1:before {
  padding-top: 100%; }
/*-------------------------------------------------------------
1.8 Bootstrap Position
--------------------------------------------------------------*/
.position-static {
  position: static; }
.position-relative {
  position: relative; }
.position-absolute {
  position: absolute; }
.position-fixed {
  position: fixed; }
.position-sticky {
  position: sticky; }
.fixed-top {
  top: 0; }
.fixed-bottom,.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
.fixed-bottom {
  bottom: 0; }
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
}
/*-------------------------------------------------------------
1.9 Bootstrap Text
--------------------------------------------------------------*/
.text-justify {
  text-align: justify; }
.text-nowrap,.text-truncate {
  white-space: nowrap; }
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis; }
.blog-container.style-2 .entry-meta,.blog-container.style-2 .heading,.blog-container.style-2 .post-categories,.blog-container.style-3 .meta,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.gallery-caption,.mainmenu-container li,.mainmenu-container ul,.my-account-links-menu .sub-menu li a,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header,.opal-comment-form-4 .comment-form .form-submit,.opal-header-skin-dark .my-account-links-menu .sub-menu li a,.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li a,.otf-counter.style-1,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.product-style-7 li.product:not(.otf-product-list),.product-style-8 li.product:not(.otf-product-list),.product-style-9 li.product:not(.otf-product-list),.product-style-10 li.product:not(.otf-product-list),.product-style-11 li.product:not(.otf-product-list),.product-style-12 li.product:not(.otf-product-list),.product-style-13 li.product:not(.otf-product-list),.product-style-14 li.product:not(.otf-product-list),.product-style-15 li.product:not(.otf-product-list),.text-left,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,th {
  text-align: left; }
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.form-submit,.otf-counter.style-2,.otf-sorting .display-mode,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.text-right,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next {
  text-align: right; }
.blog-container .meta,.blog-container .post-categories,.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.comments-pagination,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.entry-footer .edit-link a.post-edit-link,.entry-gallery .gallery .owl-dots,.entry-gallery .woocommerce-carousel.gallery .owl-dots,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,.list-feature-box&gt;li:before,.main-navigation .text-label,.mainmenu-container .text-label,.mc4wp-form input[type=submit],.modal-user .btn-modal-close,.modal-user .opal-loader-inner,.opal-archive-style-2 article.otf-post-style .entry-header,.opal-archive-style-3 article.otf-post-style .entry-header,.opal-archive-style-4 article.otf-post-style .entry-header,.opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-3 .comment-form .form-submit,.opal-comment-form-6 .comment-form .form-submit,.opal-countdown .countdown-times,.opal-pagination-1 .ore-pagination,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-subtitle,.otf-brands .item,.otf-counter,.otf-feature-box.style-2 i,.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .pricing-info li,.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.otf-pricing.style-3 .pricing-info li,.otf-pricing.style-4 .pricing-info li,.otf-teams .social,.otf-teams .social a,.otf-teams .team-meta,.otf-testimonials.style1 .content,.otf-testimonials.style1 .testimonial,.otf-testimonials.style2 .content,.otf-testimonials.style6,.owl-theme.owl-carousel .owl-dots,.owl-theme.woocommerce-carousel .owl-dots,.page-numbers,.pagination,.product-style-3 li.product:not(.otf-product-list),.product-style-7 li.product:not(.otf-product-list) .compare,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-10 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-12 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-14 li.product:not(.otf-product-list) .caption,.product-style-15 li.product:not(.otf-product-list) .yith-wcqv-button,.search-button .icon:before,.secondary-button .otf-pricing.style-2 .search-submit,.secondary-button .search-submit,.single-product.woocommerce-single-style-2 div.product .entry-summary,.single-product.woocommerce-single-style-3 div.product .entry-summary,.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger,.single .gallery-item,.site-header-account .icon:before,.site-info,.social-navigation a,.text-center,.top-bar ul li&gt;span,.top-bar ul li a,.wc-proceed-to-checkout .button,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget .gallery-item,.widget .woof_list_checkbox input[type=checkbox]+label:after,.widget_calendar td,.widget_calendar th,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-checkout .woocommerce-form-login&gt;p:first-of-type,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.woocommerce-pagination,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce-single-style-5.single-product div.product,.woocommerce-tabs ul.tabs,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots,.wpcf7-form input[type=submit],article.otf-post-style .entry-content,article.type-post .post-thumbnail,button[type=submit],input[type=button],input[type=submit] {
  text-align: center; }
.text-lowercase {
  text-transform: lowercase; }
.blog-container .post-categories a,.entry-footer .cat-links,.entry-footer .tags-links,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-prev,.form-submit input[type=submit],.mc4wp-form input[type=submit],.modal-user .opal-tabs&gt;nav li a,.opal-comment-form-2 .comment-respond .comment-reply-title,.opal-comment-form-3 .comment-respond .comment-reply-title,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-title,.otf-pricing.style-1 .pricing-header .recommend,.otf-pricing.style-2 .pricing-header .per,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials .owl-theme .owl-nav .owl-next,.otf-testimonials .owl-theme .owl-nav .owl-prev,.page .panel-content .entry-title,.site-content .wp-playlist-current-item .wp-playlist-item-artist,.site-title,.text-uppercase,.widget .tagcloud a,.widget.widget_tag_cloud a,.widget .woof_list_label li .woof_label_term,.widget_rss .rss-date,.widget_rss li cite,article.type-post .post-categories a,body.page:not(.ezboozt-front-page) .entry-title {
  text-transform: uppercase; }
.opal-comment-3 .comment-reply-link,.opal-comment-4 .comment-reply-link,.otf-counter.style-2 .title,.text-capitalize {
  text-transform: capitalize; }
.font-weight-light {
  font-weight: 300; }
.comment-form label,.font-weight-normal,.mainmenu-container .menu-item&gt;a,.opal-comment-3 .comment-author b,.opal-comment-3 .comment-reply-link,.opal-comment-4 .comment-reply-link,.opal-comment-5 .comment-author b,.opal-comment-5 .comment-reply-link,.opal-comment-6 .comment-reply-link,.opal-pagination-1 .ore-pagination,.opal-radio input[type=radio]:checked+.icon-check+span,.otf-counter .title,.otf-testimonials.style1 .author .title-box,.page .panel-content .entry-title,.scrollup,.scrollup .icon,.site-content .wp-playlist-current-item .wp-playlist-item-album,.widget_rss .rss-date,.widget_rss li cite,.wpcf7-form label,blockquote cite,body.page:not(.ezboozt-front-page) .entry-title,input[type=checkbox]+label,input[type=radio]+label {
  font-weight: 400; }
.font-weight-bold,.opal-checkbox input[type=checkbox]:checked+.icon-check+span,.opal-pagination-7 .page-numbers.current:not(ul),.opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-title,.otf-counter.style-1 .title,.otf-counter.style-2 .title,.otf-pricing.style-1 .pricing-header .price,.site-content .wp-playlist-current-item .wp-playlist-item-title,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,b,blockquote cite,h1,strong {
  font-weight: 700; }
.comment-awaiting-moderation,.font-italic,.gallery-caption,.no-comments,.opal-comment-3 .comment-author b,.opal-comment-3 .comment-content,.opal-comment-3 .comment-meta,.opal-comment-5 .comment-author b,.wp-caption,blockquote,cite,dfn,em,i {
  font-style: italic; }
.otf-pricing.style-2 .pricing-header .per,.otf-pricing.style-2 .pricing-header .price,.otf-pricing.style-2 .pricing-header .title,.otf-pricing.style-4.recommend .title,.otf-pricing.style-4:hover .title,.text-white {
  color: #fff; }
.text-primary {
  color: #5f65b1 !important; }
a.text-primary:focus,a.text-primary:hover {
  color: #484e95 !important; }
.text-secondary {
  color: #00c484 !important; }
a.text-secondary:focus,a.text-secondary:hover {
  color: #009162 !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; }
/*-------------------------------------------------------------
1.10 Bootstrap Float
--------------------------------------------------------------*/
.float-left {
  float: left !important; }
.float-right,.otf-sorting .display-mode {
  float: right !important; }
.float-none {
  float: none !important; }
/*-------------------------------------------------------------
1.11 Bootstrap dropdown
--------------------------------------------------------------*/
.dropdown,.dropup {
  position: relative; }
.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #767676;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.175); }
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem; }
.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }
.dropup .dropdown-toggle:empty:after {
  margin-left: 0; }
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }
.dropdown-item {
  display: block;
  width: 100%;
  padding: .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: #5f65b1; }
.dropdown-item.disabled,.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }
.dropdown-header,.dropdown-menu.show {
  display: block; }
.dropdown-header {
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap; }
/*-------------------------------------------------------------
1.12 Bootstrap align
--------------------------------------------------------------*/
.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; }
/*-------------------------------------------------------------
1.13 Dropdown
--------------------------------------------------------------*/
.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 .5s ease 0s;
  position: absolute;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
  padding-left: 15px;
  padding-right: 15px; }
.otf-dropdown&gt;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 .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,.08); }
.otf-dropdown.bottom-to-top&gt;div {
      opacity: 0;
      transform: translateY(20px);
      transition: all .4s ease .5s; }
.otf-dropdown.bottom-to-top.active&gt;div {
      opacity: 1;
      transform: translateY(0); }
.otf-dropdown.popup {
    position: fixed;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transition: all .2s ease;
    margin-left: 0 !important; }
.otf-dropdown.popup&gt;div {
      position: absolute;
      top: 25%;
      transition: all .6s ease .2s;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; }
.otf-dropdown.popup.active&gt;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; }
.admin-bar .otf-dropdown.popup [data-search-toggle=close] {
  top: 50px; }
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
#order_review_heading,.custom-logo-link+.site-branding-text,.otf-vertical-menu .navbar-nav li .text-label,.screen-reader-text,.shop-action .yith-wcwl-add-to-wishlist&gt;div span,.single .gallery-columns-6 .gallery-caption,.single .gallery-columns-7 .gallery-caption,.single .gallery-columns-8 .gallery-caption,.single .gallery-columns-9 .gallery-caption,.widget .gallery-columns-6 .gallery-caption,.widget .gallery-columns-7 .gallery-caption,.widget .gallery-columns-8 .gallery-caption,.widget .gallery-columns-9 .gallery-caption {
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
#order_review_heading:focus,.custom-logo-link+.site-branding-text:focus,.otf-vertical-menu .navbar-nav li .text-label:focus,.screen-reader-text:focus,.shop-action .yith-wcwl-add-to-wishlist&gt;div span:focus,.single .gallery-columns-6 .gallery-caption:focus,.single .gallery-columns-7 .gallery-caption:focus,.single .gallery-columns-8 .gallery-caption:focus,.single .gallery-columns-9 .gallery-caption:focus,.widget .gallery-columns-6 .gallery-caption:focus,.widget .gallery-columns-7 .gallery-caption:focus,.widget .gallery-columns-8 .gallery-caption:focus,.widget .gallery-columns-9 .gallery-caption:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.overflow-hidden,.overflow-hidden&gt;.vc_column-inner&gt;.wpb_wrapper {
  overflow: hidden !important; }
.overflow-auto {
  overflow: auto !important; }
.overflow-visiable {
  overflow: visible !important; }
.overflow-scroll {
  overflow: scroll !important; }
.overflow-inherit {
  overflow: inherit !important; }
.overflow-initial {
  overflow: initial !important; }
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:after,.clear:before,.opal-archive-style-2 article.otf-post-style:after,.opal-archive-style-2 article.otf-post-style:before,.product-style-7 li.product:not(.otf-product-list) .product-block:after,.product-style-7 li.product:not(.otf-product-list) .product-block:before {
  content: "";
  display: table;
  table-layout: fixed; }
.clearfix:after {
  display: block;
  clear: both;
  content: ""; }
.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.entry-content:after,.entry-content:before,.entry-footer:after,.entry-footer:before,.pagination:after,.pagination:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before,.woocommerce-pagination:after,.woocommerce-pagination:before {
  content: "";
  display: table;
  table-layout: fixed; }
.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.entry-content:after,.entry-footer:after,.nav-links:after,.opal-archive-style-2 article.otf-post-style:after,.pagination:after,.product-style-7 li.product:not(.otf-product-list) .product-block:after,.site-content:after,.site-footer:after,.site-header:after,.widget-area:after,.widget:after,.woocommerce-pagination:after {
  clear: both; }
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
.h1,.h2,.h3,.h4,.h5,.h6,.woocommerce-MyAccount-content h2,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: #222; }
.h1,h1 {
  font-size: 2.5rem; }
.h2,h2 {
  font-size: 2rem; }
.h3,h3 {
  font-size: 1.75rem; }
.h4,.woocommerce-MyAccount-content h2,h4 {
  font-size: 1.5rem; }
.h5,h5 {
  font-size: 1.25rem; }
.h6,h6 {
  font-size: 1rem; }
.lead {
  font-size: 1.25rem;
  font-weight: 300; }
.display-1 {
  font-size: 6rem; }
.display-1,.display-2 {
  font-weight: 300;
  line-height: 1.2; }
.display-2 {
  font-size: 5.5rem; }
.display-3 {
  font-size: 4.5rem; }
.display-3,.display-4 {
  font-weight: 300;
  line-height: 1.2; }
.display-4 {
  font-size: 3.5rem; }
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.1); }
.small,small {
  font-size: 80%;
  font-weight: 400; }
.mark,mark {
  padding: .2em;
  background-color: #fcf8e3; }
.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"; }
body,button,input,select,textarea {
  color: #333;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.66; }
h1,h2,h3,h4,h5,h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 .75em;
  padding: 1.5em 0 0; }
h1 {
  font-size: 36px;
  font-size: 2.25rem; }
h2 {
  font-size: 24px;
  font-size: 1.5rem; }
h2,h3 {
  color: #333; }
h3 {
  font-size: 20px;
  font-size: 1.25rem; }
h4 {
  font-size: 18px;
  font-size: 1.125rem; }
h4,h5 {
  color: #333; }
h5 {
  font-size: 16px;
  font-size: 1rem; }
h6 {
  color: #333;
  font-size: 14px;
  font-size: .875rem; }
p {
  margin: 0 0 1.5em;
  padding: 0; }
blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  overflow: hidden;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: .25rem solid #dee2e6; }
blockquote cite {
    display: block;
    margin-top: .5em; }
address {
  margin: 0 0 1.5em; }
pre {
  background-color: #eee;
  font-family: Courier\ 10 Pitch,Courier,monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }
code,kbd,pre,tt,var {
  font-size: 15px;
  font-size: .9375rem; }
code,kbd,tt,var {
  font-family: Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace; }
abbr,acronym {
  cursor: help; }
ins,mark {
  background-color: #eee;
  text-decoration: none; }
big {
  font-size: 125%; }
blockquote {
  quotes: "" ""; }
q {
  quotes: "“" "”" "‘" "’"; }
blockquote:after,blockquote:before {
  content: ""; }
:focus {
  outline: none; }
/* ===== Start Typography: Heading ===== */
.blog-container .heading,.oft_product_parallax .product_title,.otf-counter .counter,.otf-counter.style-3 .subtitle,.otf-feature-box .title,.otf-product-deal .woocommerce-product-list .opal-countdown,.otf-promo-banner .title,.otf-testimonials.style6 .author-content a,.parallax-background-content,.product-style-2 li.product:not(.otf-product-list) .price,.product-style-5 li.product:not(.otf-product-list) .price,.typo-heading,.vc_custom_heading h1,.vc_custom_heading h2,.vc_custom_heading h3,.vc_custom_heading h4,.vc_custom_heading h5,.vc_custom_heading h6,.vc_progress_bar .vc_single_bar .vc_label,body:not(.ezboozt-front-page) .entry-header .entry-title,div.vc_gitem-post-data-source-post_title,h2.widget-title,h2.widgettitle {
  max-width: 100%; }
/* ===== End Typography: Heading ===== */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.fw-1 {
  font-weight: 100 !important; }
.fw-2 {
  font-weight: 200 !important; }
.fw-3,.product-style-11 li.product:not(.otf-product-list) .shop-action .compare:before,.product-style-11 li.product:not(.otf-product-list) .shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a:before,li.product.otf-product-list .price del {
  font-weight: 300 !important; }
.fw-4,.main-navigation .text-label,.mainmenu-container .text-label,.otf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400 !important; }
.archive article.type-post .entry-meta a,.blog article.type-post .entry-meta a,.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,.fw-5,body.single-post .entry-meta a,table.cart:not(.wishlist_table) .product-name a,table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount {
  font-weight: 500 !important; }
.fw-6,.list-feature-box,.site-header-account .login-form-title,li.product.otf-product-list .price,li.product.otf-product-list .woocommerce-loop-product__title {
  font-weight: 600 !important; }
.fw-7 {
  font-weight: 700 !important; }
.fw-8 {
  font-weight: 800 !important; }
.fw-9 {
  font-weight: 900 !important; }
.entry-meta,.ls-m-25 {
  letter-spacing: -.025em; }
.ls-m-50 {
  letter-spacing: -.05em; }
.ls-m-75 {
  letter-spacing: -.075em; }
.ls-p-100 {
  letter-spacing: .1em; }
.ls-p-200 {
  letter-spacing: .2em; }
/* Typography for Arabic Font */
/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  background-color: #fafafa;
  position: relative;
  z-index: 3; }
.page-title-bar .wrap {
    min-height: 90px; }
.breadcrumbs {
  font-size: 11px;
  font-size: .6875rem; }
.page-title {
  font-size: 18px;
  font-size: 1.125rem; }
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  padding: .7rem 2rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: .25rem;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b5b8db;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),none; }
.form-control::placeholder {
    color: #868e96;
    opacity: 1; }
.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 4px); }
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(.7rem + 2px);
  padding-bottom: calc(.7rem + 2px);
  margin-bottom: 0;
  line-height: 1.6; }
.col-form-label-lg {
  padding-top: calc(.5rem + 2px);
  padding-bottom: calc(.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5; }
.col-form-label-sm {
  padding-top: calc(.25rem + 2px);
  padding-bottom: calc(.25rem + 2px);
  font-size: .875rem;
  line-height: 1.5; }
.col-form-legend {
  font-size: 1rem; }
.col-form-legend,.form-control-plaintext {
  padding-top: .7rem;
  padding-bottom: .7rem;
  margin-bottom: 0; }
.form-control-plaintext {
  line-height: 1.6;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg&gt;.form-control-plaintext.form-control,.input-group-lg&gt;.form-control-plaintext.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.form-control-plaintext.btn,.input-group-lg&gt;.input-group-btn&gt;button.form-control-plaintext,.input-group-sm&gt;.form-control-plaintext.form-control,.input-group-sm&gt;.form-control-plaintext.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.form-control-plaintext.btn,.input-group-sm&gt;.input-group-btn&gt;button.form-control-plaintext,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg&gt;div.input-group-btn&gt;a.form-control-plaintext,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm&gt;div.input-group-btn&gt;a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }
.form-control-sm,.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn,.input-group-sm&gt;.input-group-btn&gt;button,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm&gt;div.input-group-btn&gt;a {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }
.input-group-sm&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),.input-group-sm&gt;select.form-control:not([size]):not([multiple]),.input-group-sm&gt;select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 4px); }
.form-control-lg,.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn,.input-group-lg&gt;.input-group-btn&gt;button,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg&gt;div.input-group-btn&gt;a {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }
.input-group-lg&gt;.input-group-btn&gt;select.btn:not([size]):not([multiple]),.input-group-lg&gt;select.form-control:not([size]):not([multiple]),.input-group-lg&gt;select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 4px); }
.form-group {
  margin-bottom: 1rem; }
.form-text {
  display: block;
  margin-top: .25rem; }
.form-row {
  display: flex;
  flex-wrap: wrap; }
.form-check {
  position: relative;
  display: block;
  margin-bottom: .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: .25rem;
  margin-left: -1.25rem; }
.form-check-inline {
  display: inline-block;
  margin-right: .75rem; }
.form-check-inline .form-check-label {
    vertical-align: middle; }
.valid-feedback {
  margin-top: .25rem;
  color: #28a745; }
.valid-feedback,.valid-tooltip {
  display: none;
  font-size: .875rem; }
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40,167,69,.8);
  border-radius: .2rem; }
.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid {
  border-color: #28a745; }
.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }
.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block; }
.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label {
  color: #28a745; }
.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator {
  background-color: rgba(40,167,69,.25); }
.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description {
  color: #28a745; }
.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control {
  border-color: #28a745; }
.custom-file-input.is-valid~.custom-file-control:before,.was-validated .custom-file-input:valid~.custom-file-control:before {
    border-color: inherit; }
.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }
.invalid-feedback {
  margin-top: .25rem;
  color: #dc3545; }
.invalid-feedback,.invalid-tooltip {
  display: none;
  font-size: .875rem; }
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220,53,69,.8);
  border-radius: .2rem; }
.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid {
  border-color: #dc3545; }
.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); }
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block; }
.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label {
  color: #dc3545; }
.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator {
  background-color: rgba(220,53,69,.25); }
.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description {
  color: #dc3545; }
.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control {
  border-color: #dc3545; }
.custom-file-input.is-invalid~.custom-file-control:before,.was-validated .custom-file-input:invalid~.custom-file-control:before {
    border-color: inherit; }
.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); }
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
.form-inline .form-check {
    width: 100%; }
.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%; }
.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover {
      z-index: 3; }
.input-group-addon,.input-group-btn,.input-group .form-control {
  display: flex;
  align-items: center; }
.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }
.input-group-addon,.input-group-btn {
  white-space: nowrap; }
.input-group-addon {
  padding: .7rem 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: .25rem; }
.input-group-addon.form-control-sm,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.input-group-addon.btn,.input-group-sm&gt;.input-group-btn&gt;button.input-group-addon,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm&gt;div.input-group-btn&gt;a.input-group-addon {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem; }
.input-group-addon.form-control-lg,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.input-group-addon.btn,.input-group-lg&gt;.input-group-btn&gt;button.input-group-addon,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg&gt;div.input-group-btn&gt;a.input-group-addon {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem; }
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0; }
.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)&gt;.btn-group:not(:last-child)&gt;.btn,.input-group-btn:not(:first-child)&gt;.btn-group:not(:last-child)&gt;button,.input-group-btn:not(:first-child)&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:first-child)&gt;button:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)&gt;.btn,.input-group-btn:not(:last-child)&gt;.btn-group&gt;.btn,.input-group-btn:not(:last-child)&gt;.btn-group&gt;button,.input-group-btn:not(:last-child)&gt;.dropdown-toggle,.input-group-btn:not(:last-child)&gt;button,.input-group .form-control:not(:last-child),.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)&gt;div.btn-group:not(:last-child)&gt;a,.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)&gt;div.btn-group&gt;a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a:not(:last-child):not(.dropdown-toggle),.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:last-child)&gt;a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group-addon:not(:last-child) {
  border-right: 0; }
.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)&gt;.btn,.input-group-btn:not(:first-child)&gt;.btn-group&gt;.btn,.input-group-btn:not(:first-child)&gt;.btn-group&gt;button,.input-group-btn:not(:first-child)&gt;.dropdown-toggle,.input-group-btn:not(:first-child)&gt;button,.input-group-btn:not(:last-child)&gt;.btn-group:not(:first-child)&gt;.btn,.input-group-btn:not(:last-child)&gt;.btn-group:not(:first-child)&gt;button,.input-group-btn:not(:last-child)&gt;.btn:not(:first-child),.input-group-btn:not(:last-child)&gt;button:not(:first-child),.input-group .form-control:not(:first-child),.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)&gt;div.btn-group&gt;a,.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)&gt;div.btn-group:not(:first-child)&gt;a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:last-child)&gt;a:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.form-control+.input-group-addon:not(:first-child) {
  border-left: 0; }
.input-group-btn {
  align-items: stretch;
  font-size: 1em;
  white-space: nowrap; }
.input-group-btn,.input-group-btn&gt;.btn,.input-group-btn&gt;button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a {
  position: relative; }
.input-group-btn&gt;.btn+.btn,.input-group-btn&gt;.btn+button,.input-group-btn&gt;button+.btn,.input-group-btn&gt;button+button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;.btn+a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a+.btn,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a+a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a+button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;button+a {
      margin-left: -2px; }
.input-group-btn&gt;.btn:active,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:hover,.input-group-btn&gt;button:active,.input-group-btn&gt;button:focus,.input-group-btn&gt;button:hover,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a:active,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a:focus,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn&gt;a:hover {
      z-index: 3; }
.input-group-btn:first-child&gt;.btn+.btn,.input-group-btn:first-child&gt;.btn+button,.input-group-btn:first-child&gt;button+.btn,.input-group-btn:first-child&gt;button+button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:first-child&gt;.btn+a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:first-child&gt;a+.btn,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:first-child&gt;a+a,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:first-child&gt;a+button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:first-child&gt;button+a {
    margin-left: 0; }
.input-group-btn:not(:last-child)&gt;.btn,.input-group-btn:not(:last-child)&gt;.btn-group,.input-group-btn:not(:last-child)&gt;button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:last-child)&gt;a {
    margin-right: -2px; }
.input-group-btn:not(:first-child)&gt;.btn,.input-group-btn:not(:first-child)&gt;.btn-group,.input-group-btn:not(:first-child)&gt;button,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a {
    z-index: 2;
    margin-left: 0; }
.input-group-btn:not(:first-child)&gt;.btn-group:first-child,.input-group-btn:not(:first-child)&gt;.btn:first-child,.input-group-btn:not(:first-child)&gt;button:first-child,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a:first-child {
      margin-left: -2px; }
.input-group-btn:not(:first-child)&gt;.btn-group:active,.input-group-btn:not(:first-child)&gt;.btn-group:focus,.input-group-btn:not(:first-child)&gt;.btn-group:hover,.input-group-btn:not(:first-child)&gt;.btn:active,.input-group-btn:not(:first-child)&gt;.btn:focus,.input-group-btn:not(:first-child)&gt;.btn:hover,.input-group-btn:not(:first-child)&gt;button:active,.input-group-btn:not(:first-child)&gt;button:focus,.input-group-btn:not(:first-child)&gt;button:hover,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a:active,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a:focus,.shop-action .yith-wcwl-add-to-wishlist&gt;div.input-group-btn:not(:first-child)&gt;a:hover {
      z-index: 3; }
label {
  color: #333;
  display: block;
  margin-bottom: .5em; }
.form-row label {
  font-weight: 800; }
fieldset {
  margin-bottom: 1em; }
fieldset legend {
    font-weight: 800; }
input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));
  border: 2px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: .7rem 1rem; }
textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));
  display: block;
  border: 2px solid #e5e5e5;
  padding: .7em 1rem;
  width: 100%;
  transition: all .4s ease-in-out; }
textarea::placeholder {
    transition: all .6s ease-in-out; }
input {
  transition: all .4s ease-in-out; }
input::placeholder {
    transition: all .6s ease-in-out; }
input[type=color]:focus::placeholder,input[type=date]:focus::placeholder,input[type=datetime-local]:focus::placeholder,input[type=datetime]:focus::placeholder,input[type=email]:focus::placeholder,input[type=month]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=range]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=time]:focus::placeholder,input[type=url]:focus::placeholder,input[type=week]:focus::placeholder {
    color: transparent; }
textarea:focus {
  color: #222; }
textarea:focus::placeholder {
    color: transparent; }
select {
  height: 3em;
  max-width: 100%; }
input[type=checkbox],input[type=radio] {
  margin-right: .5em; }
input[type=button].secondary,input[type=reset],input[type=reset].secondary,input[type=submit].secondary {
  background-color: #ddd;
  color: #222; }
.form-control {
  box-shadow: none;
  line-height: 1.75; }
/* Placeholder text color -- selectors need to be separate to work. */
:-moz-placeholder,::-webkit-input-placeholder {
  color: #333;
  font-family: Libre Franklin,Helvetica Neue,helvetica,arial,sans-serif; }
::-moz-placeholder {
  color: #333;
  font-family: Libre Franklin,Helvetica Neue,helvetica,arial,sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #333;
  font-family: Libre Franklin,Helvetica Neue,helvetica,arial,sans-serif; }
/* Checkbox */
.opal-checkbox {
  position: relative; }
.opal-checkbox .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    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: .625rem; }
.opal-checkbox .icon-check:hover:after {
      opacity: .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 {
      color: #000; }
/* Rdiobox */
.opal-radio {
  position: relative; }
.opal-radio .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    background-color: transparent; }
.opal-radio .icon-check:after {
      font-family: FontAwesome;
      content: "\f111";
      position: absolute;
      top: 0;
      left: 3px;
      opacity: 0;
      font-size: 8px; }
.opal-radio .icon-check:hover:after {
      opacity: .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 {
      color: #000; }
.otf-input-group {
  display: flex; }
.otf-input-group button,.otf-input-group input[type=submit] {
    margin-left: -2px; }
.otf-input-group button {
    border-width: 2px; }
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }
.box-content,.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,.opal-sidebar-title-outside #secondary .widget&gt;:not(.widget-title):not(.customize-partial-edit-shortcut),.otf-pricing.style-1 {
  background-color: #fff;
  padding: 30px 40px; }
.box-border,.box-shadow,.opal-comment-1 .comment-body,.opal-comment-1 .comment_container,.opal-comment-2 .comment-body,.opal-comment-2 .comment_container,.opal-comment-5 .comment-body,.opal-comment-5 .comment_container,.opal-comment-6 .comment-body,.opal-comment-6 .comment_container,.opal-comment-7 .comment-body,.opal-comment-7 .comment_container,.opal-post-navigation-3 .post-navigation .nav-links {
  background-color: #fff;
  padding: 30px; }
.b-so-0,.single-product div.product form.cart .quantity input,.site-footer .widget.widget_recent_entries li:last-child,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a,table.cart:not(.wishlist_table) .quantity input {
  border: 0 solid; }
.b-do-0 {
  border: 0 dotted; }
.b-da-0 {
  border: 0 dashed; }
.b-so-1,.bottom-to-top .search-form-wapper:after,.box-border,.custom-header .my-account-links-menu .sub-menu,.filter-close:after,.opal-checkbox .icon-check,.opal-comment-7 .comment-body,.opal-comment-7 .comment_container,.opal-pagination-3 .page-numbers:not(ul),.opal-pagination-6 .page-numbers:not(ul),.opal-pagination-8 .page-numbers.current:not(ul),.opal-radio .icon-check,.otf-active-filters li a,.otf-menu-social.o-round .social-navigation a,.otf-menu-social.o-square .social-navigation a,.otf-pricing.style-3,.otf-pricing.style-4 .title,.otf-sorting .display-mode button,.otf-teams .social a,.otf-testimonials.style3 .content,.popup .search-form-wapper:after,.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) .product-block,.product-style-12 li.product:not(.otf-product-list) figure,.product-style-13 li.product:not(.otf-product-list) .caption,.product-style-15 li.product:not(.otf-product-list) .compare,.product-style-15 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-15 li.product:not(.otf-product-list) figure,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,.single-product div.product form.cart .quantity,.top-to-bottom .search-form-wapper:after,.vertical-menu-dropdown,.widget .tagcloud a,.widget.widget_tag_cloud a,.widget .woof_list_checkbox input[type=checkbox]+label:before,.widget .woof_list_radio input[type=radio]+label:before,.widget_product_brands ul li a:before,.widget_rating_filter ul li a:before,.woocommerce-product-list.skin-border-box li .inner,.woocommerce-widget-layered-nav .otf-label-type,.woocommerce-widget-layered-nav ul li a:before,.wp_widget_tag_cloud a,fieldset,select,table.cart:not(.wishlist_table) .quantity {
  border: 1px solid; }
.b-do-1 {
  border: 1px dotted; }
.b-da-1 {
  border: 1px dashed; }
.b-so-2,.list-feature-box&gt;li:before,.mc4wp-form-fields input[type=email],.opal-custom-menu-list-round-outline .widget_nav_menu li:before,.opal-custom-menu-list-square-outline .widget_nav_menu li:before,.otf-feature-box .o-round,.otf-feature-box .o-squal,.otf-pricing.style-2,.single-product .tawcvs-swatches .swatch.selected,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style .vc_tta-panel-heading {
  border: 2px solid; }
.b-do-2 {
  border: 2px dotted; }
.b-da-2 {
  border: 2px dashed; }
.b-so-3,.opal-custom-menu-list-round .widget_nav_menu li:before,.opal-custom-menu-list-square .widget_nav_menu li:before {
  border: 3px solid; }
.b-do-3 {
  border: 3px dotted; }
.b-da-3 {
  border: 3px dashed; }
.b-so-4 {
  border: 4px solid; }
.b-do-4 {
  border: 4px dotted; }
.b-da-4 {
  border: 4px dashed; }
.bl-so-0,.columns-5 .site-header-mobile ul.products&gt;li:first-child,.columns-5 ul.products .site-header-mobile li.product:first-child,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section:first-child,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container:first-child,.site-header-mobile .col:first-child,.site-header-mobile .columns-5 ul.products&gt;li:first-child,.site-header-mobile .columns-5 ul.products li.product:first-child,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container:first-child,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section:first-child,.site-header-mobile .woocommerce-product-list.boxed:first-child,.site-header-mobile .woocommerce-product-list.skin-border-box li .inner:first-child,.site-header-mobile .woocommerce-product-list.skin-line-right li .inner:first-child,.site-header-mobile body #secondary:first-child,.woocommerce-product-list.skin-border-box li .site-header-mobile .inner:first-child,.woocommerce-product-list.skin-line-right li .site-header-mobile .inner:first-child,body .site-header-mobile #secondary:first-child {
  border-left: 0 solid; }
.bl-do-0 {
  border-left: 0 dotted; }
.bl-da-0 {
  border-left: 0 dashed; }
.bl-so-1,.columns-5 .site-header-mobile ul.products&gt;li,.columns-5 ul.products .site-header-mobile li.product,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,.otf-active-filters .clear-all,.otf-testimonials.style3 .content:after,.product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+*,.product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+.yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:nth-child(2),.product-style-7 li.product:not(.otf-product-list) .compare-button,.product-style-8 li.product:not(.otf-product-list),.product-style-10 li.product:not(.otf-product-list),.single-product div.product form.cart .quantity input[type=number],.site-header-mobile .col,.site-header-mobile .columns-5 ul.products&gt;li,.site-header-mobile .columns-5 ul.products li.product,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.site-header-mobile .woocommerce-product-list.boxed,.site-header-mobile .woocommerce-product-list.skin-border-box li .inner,.site-header-mobile .woocommerce-product-list.skin-line-right li .inner,.site-header-mobile body #secondary,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li:first-child,.top-bar ul li:first-child,.woocommerce-product-list.skin-border-box li .site-header-mobile .inner,.woocommerce-product-list.skin-line-right li .site-header-mobile .inner,body .site-header-mobile #secondary,table.cart:not(.wishlist_table) .quantity input[type=number] {
  border-left: 1px solid; }
.bl-do-1 {
  border-left: 1px dotted; }
.bl-da-1 {
  border-left: 1px dashed; }
.bl-so-2 {
  border-left: 2px solid; }
.bl-do-2 {
  border-left: 2px dotted; }
.bl-da-2 {
  border-left: 2px dashed; }
.bl-so-3 {
  border-left: 3px solid; }
.bl-do-3 {
  border-left: 3px dotted; }
.bl-da-3 {
  border-left: 3px dashed; }
.bl-so-4 {
  border-left: 4px solid; }
.bl-do-4 {
  border-left: 4px dotted; }
.bl-da-4 {
  border-left: 4px dashed; }
.br-so-0 {
  border-right: 0 solid; }
.br-do-0 {
  border-right: 0 dotted; }
.br-da-0 {
  border-right: 0 dashed; }
.br-so-1,.otf-product-deal .woocommerce-product-list .opal-countdown .day,.product-style-3 .products .owl-item,.product-style-3 li.product:not(.otf-product-list),.product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:last-child,.product-style-8 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.product-style-8 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.product-style-8 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.product-style-10 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.product-style-10 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.product-style-10 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.single-product div.product form.cart .quantity input[type=number],.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.top-bar .widget_nav_menu ul.menu&gt;li,.top-bar ul li,.woocommerce-product-list.skin-line-right li .inner,table.cart:not(.wishlist_table) .quantity input[type=number] {
  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,.otf-vertical-menu .navbar-nav&gt;li:first-child {
  border-top: 0 solid; }
.bt-do-0 {
  border-top: 0 dotted; }
.bt-da-0 {
  border-top: 0 dashed; }
.bt-so-1,.comments-pagination,.main-navigation&gt;div&gt;ul,.mainmenu-container&gt;div&gt;ul,.my-account-links-menu .sub-menu li,.opal-pagination-8 .page-numbers:not(ul),.opal-post-navigation-2 .post-navigation,.otf-product-deal .woocommerce-product-list .time,.otf-promo-banner.style-5 .sub-categories li,.otf-vertical-menu .navbar-nav&gt;li,.pagination,.product-style-4 li.product:not(.otf-product-list) .compare,.product-style-4 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-4 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-7 li.product:not(.otf-product-list) .compare,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-8 .columns-1 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-2 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-2 li.product:not(.otf-product-list):nth-child(2),.product-style-8 .columns-3 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-3 li.product:not(.otf-product-list):nth-child(2),.product-style-8 .columns-3 li.product:not(.otf-product-list):nth-child(3),.product-style-8 .columns-4 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(2),.product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(3),.product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(4),.product-style-8 .columns-5 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(2),.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(3),.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(4),.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(5),.product-style-8 .columns-6 li.product:not(.otf-product-list):first-child,.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(2),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(3),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(4),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(5),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(6),.product-style-10 .columns-1 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-2 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-2 li.product:not(.otf-product-list):nth-child(2),.product-style-10 .columns-3 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-3 li.product:not(.otf-product-list):nth-child(2),.product-style-10 .columns-3 li.product:not(.otf-product-list):nth-child(3),.product-style-10 .columns-4 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(2),.product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(3),.product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(4),.product-style-10 .columns-5 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(2),.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(3),.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(4),.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(5),.product-style-10 .columns-6 li.product:not(.otf-product-list):first-child,.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(2),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(3),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(4),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(5),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(6),.single-product.woocommerce-single-style-2 div.product .woocommerce-tabs,.single-product.woocommerce-single-style-3 div.product .woocommerce-tabs,.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs,.single-product div.product .product_meta,.woocommerce-pagination,.woocommerce-product-list.skin-line-bottom li .inner,.woocommerce-single-style-5.single-product .woocommerce-product-rating,.ywsfd-wrapper {
  border-top: 1px solid; }
.bt-do-1 {
  border-top: 1px dotted; }
.bt-da-1 {
  border-top: 1px dashed; }
.bt-so-2 {
  border-top: 2px solid; }
.bt-do-2 {
  border-top: 2px dotted; }
.bt-da-2 {
  border-top: 2px dashed; }
.bt-so-3 {
  border-top: 3px solid; }
.bt-do-3 {
  border-top: 3px dotted; }
.bt-da-3 {
  border-top: 3px dashed; }
.bt-so-4 {
  border-top: 4px solid; }
.bt-do-4 {
  border-top: 4px dotted; }
.bt-da-4 {
  border-top: 4px dashed; }
.bb-so-0 {
  border-bottom: 0 solid; }
.bb-do-0 {
  border-bottom: 0 dotted; }
.bb-da-0 {
  border-bottom: 0 dashed; }
#payment .payment_methods li,.archive article.type-post,.bb-so-1,.blog article.type-post,.filter-close,.mainmenu-container li li,.opal-archive-style-2 article.otf-post-style,.opal-comment-3 .comment-body,.opal-comment-3 .comment_container,.opal-comment-4 .comment-body,.opal-comment-4 .comment_container,.opal-header-skin-dark .top-bar,.opal-post-navigation-2 .post-navigation,.otf-pricing.style-3 .pricing-header,.otf-testimonials.style3 .content:after,.product-style-3 .columns-1 li.product:not(.otf-product-list):not(:first-child):nth-child(1n+1):before,.product-style-3 .columns-2 li.product:not(.otf-product-list):not(:first-child):nth-child(odd):before,.product-style-3 .columns-3 li.product:not(.otf-product-list):not(:first-child):nth-child(3n+1):before,.product-style-3 .columns-4 li.product:not(.otf-product-list):not(:first-child):nth-child(4n+1):before,.product-style-3 .columns-5 li.product:not(.otf-product-list):not(:first-child):nth-child(5n+1):before,.product-style-3 .columns-6 li.product:not(.otf-product-list):not(:first-child):nth-child(6n+1):before,.product-style-4 li.product:not(.otf-product-list) .compare,.product-style-4 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-4 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-7 li.product:not(.otf-product-list) .product-img-wrap,.product-style-8 li.product:not(.otf-product-list),.product-style-10 li.product:not(.otf-product-list),.single-product #reviews .commentlist li .comment_container,.single-product div.product .product_meta,.site-content .wp-playlist-dark .wp-playlist-item,.site-content .wp-playlist-light .wp-playlist-item,.site-footer .widget.widget_recent_entries li,.vc_custom_heading.underline-wrap&gt;:after,.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tabs-container,.widget .woof_container,.woocommerce-single-style-5.single-product .woocommerce-product-rating,.woocommerce-tabs#otf-accordion-container [data-accordion],article.type-post,li.product.otf-product-list:after,tr,ul.order_details li {
  border-bottom: 1px solid; }
.bb-do-1,abbr,abbr[title],acronym {
  border-bottom: 1px dotted; }
.bb-da-1 {
  border-bottom: 1px dashed; }
.bb-so-2,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,thead th {
  border-bottom: 2px solid; }
.bb-do-2 {
  border-bottom: 2px dotted; }
.bb-da-2 {
  border-bottom: 2px dashed; }
.bb-so-3 {
  border-bottom: 3px solid; }
.bb-do-3 {
  border-bottom: 3px dotted; }
.bb-da-3 {
  border-bottom: 3px dashed; }
.bb-so-4 {
  border-bottom: 4px solid; }
.bb-do-4 {
  border-bottom: 4px dotted; }
.bb-da-4 {
  border-bottom: 4px dashed; }
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ol,ul {
  margin: 0 0 1.5em;
  padding: 0; }
ul {
  list-style: disc; }
ol {
  list-style: decimal; }
li&gt;ol,li&gt;ul {
  margin-bottom: 0;
  margin-left: 1.5em; }
dt {
  font-weight: 700; }
dd {
  margin: 0 1.5em 1.5em; }
#reviews .commentlist,#reviews .commentlist .children,.blog-container .post-categories,.comment-list,.comment-list .children,.list-account,.list-inline,.list-unstyled,.opal-custom-menu-inline .widget ul,.top-bar ul,article.type-post .post-categories {
  padding-left: 0;
  list-style: none; }
.list-inline-item,.opal-custom-menu-inline .widget ul li,article.type-post .post-categories li {
  display: inline-block; }
.list-inline-item:not(:last-child),.opal-custom-menu-inline .widget ul li:not(:last-child),article.type-post .post-categories li:not(:last-child) {
    margin-right: 5px; }
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em; }
thead th {
  padding-bottom: .5em; }
td,th {
  padding: .4em; }
.table-striped tbody tr:nth-of-type(2n) {
  background-color: #eee; }
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: .3s; }
a:active,a:hover {
    outline: 0; }
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  margin-bottom: 1.5em; }
.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    transition: opacity .2s; }
.post-thumbnail a:focus img,.post-thumbnail a:hover img {
    opacity: .7; }
.blog-container .post-thumbnail,.blog-container.style-1 .post-thumbnail.entry-header,.blog-container.style-2 .post-thumbnail,.post-thumbnail.embed-responsive,article.type-post p&gt;iframe.post-thumbnail {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box; }
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both; }
.main-navigation .top-menu&gt;li&gt;a {
    padding: .75em 1.25em; }
.main-navigation&gt;div&gt;ul {
    padding: .75em 1.695em; }
.main-navigation .text-label {
    font-size: 11px;
    font-size: .6875rem;
    color: #fff;
    min-width: 32px;
    position: absolute;
    line-height: 1.4;
    transform: translate(-30px,-100%); }
.main-navigation .text-label:before {
      content: "";
      border: 5px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 7px; }
#payment .payment_methods&gt;.wc_payment_method&gt;label.main-navigation,#payment .terms label.main-navigation,#respond .main-navigation#cancel-comment-reply-link:before,#reviews .comment-form-rating label.main-navigation,#reviews .commentlist li p.meta time.main-navigation,.demo_store a.main-navigation,.form-row label.main-navigation,.main-navigation.d-block,.main-navigation.filter-close,.main-navigation.icon-cart,.main-navigation.site-search,.main-navigation.woocommerce-form__label-for-checkbox,.mainmenu-container .sub-menu-inner ul.menu li.main-navigation,.opal-countdown b.main-navigation,.otf-teams.otf-teams-style-3 .team-wrapper .social a.main-navigation,.otf-teams img.main-navigation,.product-style-1 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-1 li.product:not(.otf-product-list) .price del.main-navigation,.product-style-3 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-3 li.product:not(.otf-product-list) .shop-action a.main-navigation[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-4 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-5 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-6 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-8 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-9 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-9 li.product:not(.otf-product-list) .main-navigation.yith-wcqv-button,.product-style-9 li.product:not(.otf-product-list) .price del.main-navigation,.product-style-10 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-11 li.product:not(.otf-product-list) .main-navigation.posted_in,.product-style-13 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.product-style-14 li.product:not(.otf-product-list) a.main-navigation[class*=product_type_],.shop-action .main-navigation.compare,.shop-action .main-navigation.yith-wcqv-button,.shop-action .yith-wcwl-add-button .main-navigation.add_to_wishlist,.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a.main-navigation,.single-product div.product .images .main-navigation.woocommerce-main-image,.single-product div.product .images .thumbnails a.main-navigation.zoom,.single-product div.product .product_meta .main-navigation.posted_in,.single-product div.product .product_meta .main-navigation.sku_wrapper,.single-product div.product .product_meta .main-navigation.tagged_as,.single-product div.product .single_variation .main-navigation.price,.single-product div.product .woocommerce-product-gallery .main-navigation.woocommerce-product-gallery__trigger,.site-header-account.style-both .account-label span.main-navigation,.site-header .opal-custom-menu-inline .widget_nav_menu a.main-navigation,.wc-proceed-to-checkout .main-navigation.button,.widget_shopping_cart .buttons .main-navigation.button,.woocommerce-breadcrumb .main-navigation.breadcrumb-separator:after,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .main-navigation.variations_button,.woocommerce-tabs ul.main-navigation.tabs,.woocommerce-tabs ul.tabs li a.main-navigation,a.main-navigation.remove,li.product:not(.product-swatched):not(.otf-product-list)&gt;a.main-navigation,table.shop_table_responsive tr td.download-actions .main-navigation.button,ul.main-navigation.order_details:after,ul.main-navigation.order_details:before,ul.order_details li strong.main-navigation,ul.products li.product .main-navigation.woocommerce-LoopProduct-link,ul.products li.product img.main-navigation {
    width: 100%; }
.mainmenu-container {
  clear: both; }
.mainmenu-container ul {
    background-color: #fff;
    list-style: none;
    padding: 0 1.5em; }
.mainmenu-container ul ul.toggled-on {
    display: block; }
.mainmenu-container ul ul .menu-item&gt;a {
    letter-spacing: 0;
    position: relative;
    text-transform: none;
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.5;
    width: 100%;
    display: block;
    margin-bottom: 0; }
.mainmenu-container li {
    position: relative; }
.mainmenu-container li li,.mainmenu-container li li:last-child {
        border: 0; }
.mainmenu-container .menu-item&gt;a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative; }
.mainmenu-container li li.current-menu-item a:focus,.mainmenu-container li li.current-menu-item a:hover,.mainmenu-container li li.current_page_item a:focus,.mainmenu-container li li.current_page_item a:hover,.mainmenu-container li li.focus&gt;a,.mainmenu-container li li:focus&gt;a,.mainmenu-container li li:hover&gt;a {
    color: #000; }
.mainmenu-container&gt;div&gt;ul {
    padding: .75em 1.695em; }
.mainmenu-container .sub-menu-inner ul.menu {
    background-color: transparent;
    display: block;
    position: static;
    border: none;
    min-width: unset;
    opacity: 1;
    visibility: visible; }
.mainmenu-container .sub-menu-inner ul.menu a {
      padding: 0;
      text-transform: none; }
.mainmenu-container .sub-menu-inner ul.menu li {
      border: 0;
      padding: 0; }
.mainmenu-container .text-label {
    font-size: 11px;
    font-size: .6875rem;
    min-width: 32px;
    position: absolute;
    line-height: 1.4;
    transform: translate(-30px,-100%); }
.mainmenu-container .text-label:before {
      content: "";
      border: 5px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 7px; }
.site-header-desktop .main-navigation ul ul {
  min-width: 280px; }
.site-header-desktop .mainmenu-container .sub-menu-inner ul.menu {
  border: none; }
.site-header-desktop .mainmenu-container .top-menu&gt;li&gt;a {
  padding: .9em 1.25em;
  font-weight: 500; }
.site-header-desktop .mainmenu-container .sub-menu:not(.megamenu) {
  padding: 15px; }
.site-header-desktop .mainmenu-container ul li.aligned-justify ul.megamenu {
  left: 50%;
  transform: translateX(-50%); }
.site-header-desktop .sub-menu-inner {
  padding-left: 15px;
  padding-right: 15px; }
.site-header-desktop .sub-menu-inner .widget_recent_entries ul {
    min-width: auto;
    position: static;
    opacity: 1;
    visibility: visible;
    border: none !important;
    box-shadow: none; }
.site-header-desktop .sub-menu-inner .widget_recent_entries ul li {
      padding-top: 15px;
      padding-bottom: 15px;
      display: flex; }
.site-header-desktop .sub-menu-inner .widget_recent_entries ul li a,.site-header-desktop .sub-menu-inner .widget_recent_entries ul li div,.site-header-desktop .sub-menu-inner .widget_recent_entries ul li span {
        padding: 0;
        line-height: 1.2; }
.site-header-desktop .sub-menu-inner .widget_recent_entries ul li span {
        margin-top: 10px; }
.site-header-desktop .sub-menu-inner .widget_recent_entries ul li:first-child {
        border: none;
        padding-top: 10px; }
.site-header-desktop ul .sub-menu-inner:hover .widget_recent_entries ul {
  pointer-events: auto; }
.sub-menu .text-label {
  position: static;
  transform: translateY(-80%); }
.sub-menu .text-label:before {
    display: none; }
.sub-menu-inner .vc_custom_heading {
  line-height: 1.4; }
.sub-menu-inner .vc_custom_heading h2,.sub-menu-inner .widget-title,.sub-menu-inner .widgettitle {
  font-size: 16px;
  font-size: 1rem; }
.sub-menu-inner .widget ul {
  box-shadow: none; }
.sub-menu-inner .widget ul li:last-child {
  border-top: none;
  border-bottom: none;
  margin-top: 0; }
.sub-menu-inner .widget ul li ul {
  position: absolute; }
.sub-menu-inner .widget ul li li {
  padding: .5em 1.25em; }
.sub-menu-inner .widget a {
  color: #000; }
.sub-menu-inner .text-label {
  position: static;
  transform: translateY(-80%); }
.sub-menu-inner .text-label:before {
    display: none; }
.sub-menu-inner&gt;div:not(.vc_clearfix) {
  background-position: 100% 100%;
  background-repeat: no-repeat; }
.sub-menu-inner .vc_column_container .vc_column-inner {
  margin-top: 40px;
  margin-bottom: 40px; }
.sub-menu-inner .vc_column_container .vc_column-inner .vc_column-inner {
    margin-top: 0;
    margin-bottom: 0; }
.sub-menu-inner .vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner {
  padding: 0; }
/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.main-navigation ul {
  display: none; }
.main-navigation.toggled-on&gt;div&gt;ul {
  display: block; }
/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.5;
  outline: none !important;
  padding: 1em;
  text-shadow: none;
  position: relative;
  z-index: 100; }
/* Display the menu toggle when JavaScript is available. */
.main-navigation.toggled-on ul.nav-menu,.menu-toggle {
  display: block; }
.menu-toggle:focus,.menu-toggle:hover {
  background-color: transparent;
  box-shadow: none; }
.menu-toggle:focus {
  outline: thin solid; }
.menu-toggle .fa,.menu-toggle .icon {
  margin-right: .5em;
  top: -2px; }
.menu-toggle .icon-close,.toggled-on .menu-toggle .icon-bars {
  display: none; }
.toggled-on .menu-toggle .icon-close {
  display: inline-block; }
/* Dropdown Toggle */
.dropdown-toggle {
  border: 0;
  box-shadow: none;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  right: 0;
  line-height: 1.5;
  margin: 0 auto;
  padding: .5em 1em;
  position: absolute;
  text-shadow: none;
  top: 0; }
.dropdown-toggle,.dropdown-toggle:focus,.dropdown-toggle:hover {
  background-color: transparent;
  color: #222; }
.dropdown-toggle:focus {
    outline: thin dotted; }
.dropdown-toggle.toggled-on .fa,.dropdown-toggle.toggled-on .icon {
    /* IE 9 */
/* Chrome, Safari, Opera */
transform: rotate(-180deg); }
/* Social Menu */
.social-navigation {
  font-size: 14px;
  font-size: .875rem; }
.social-navigation ul {
    list-style: none; }
.social-navigation li {
    display: inline; }
.social-navigation li:first-child {
      margin-left: 0; }
.social-navigation a {
    display: inline-block;
    line-height: 44px;
    width: 44px; }
/* My Account Menu */
.my-account-links-menu {
  list-style: none; }
.my-account-links-menu li {
    position: relative; }
.my-account-links-menu li:hover .sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
      z-index: 2; }
.my-account-links-menu&gt;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: #ddd;
    visibility: hidden;
    transition: .3s; }
.my-account-links-menu .sub-menu li {
      float: none !important; }
.my-account-links-menu .sub-menu li:first-child {
        border-left: none; }
.my-account-links-menu .sub-menu li a {
        border: none; }
.custom-header .my-account-links-menu&gt;li:first-child&gt;a {
  font-size: 0;
  display: block; }
.custom-header .my-account-links-menu&gt;li:first-child&gt;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: .75rem;
    padding: 1.75em 1.25em;
    line-height: inherit; }
.custom-header .my-account-links-menu .sub-menu {
  background-color: #fff;
  border-top: none;
  list-style: none; }
.custom-header .my-account-links-menu .sub-menu a {
    padding: .75em 1.25em;
    display: block;
    font-size: 12px;
    font-size: .75rem; }
/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none; }
.opal-menu-canvas.main-navigation&gt;div&gt;ul {
  display: block; }
.opal-header-skin-dark .my-account-links-menu .sub-menu,.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu {
  background-color: #222; }
.opal-header-skin-dark .my-account-links-menu .sub-menu li a,.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li a {
    border: none; }
.opal-header-skin-custom .mainmenu-container li a span,.opal-header-sticky-skin-custom #opal-header-sticky .mainmenu-container li a span {
  color: inherit; }
.vertical-navigation {
  position: relative;
  width: 100%;
  max-width: 280px; }
.vertical-navigation .menu-open-label {
    padding: .9em 25px;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    display: block; }
.vertical-navigation .menu-open-label i,.vertical-navigation .menu-open-label img {
      margin-right: 15px; }
.vertical-navigation .arrow-opener {
    position: absolute;
    right: 25px;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%); }
.vertical-navigation .arrow-opener:before {
      display: block;
      content: "\e1aa";
      font-family: web-mob !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 8px;
      font-size: .5rem; }
.vertical-navigation ul {
    margin: 0; }
.vertical-navigation.show-on-hover .vertical-menu-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
.vertical-navigation.show-on-hover:hover .vertical-menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
.vertical-menu-dropdown {
  position: absolute;
  width: 100%;
  z-index: 3; }
.otf-vertical-menu .sub-menu,.vertical-menu-dropdown {
  transition: opacity .25s ease,visibility .25s ease,left .25s ease; }
.otf-vertical-menu .sub-menu {
  left: calc(100% + 15px);
  right: auto;
  list-style: none;
  pointer-events: none; }
.otf-vertical-menu .navbar-nav {
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  list-style: none; }
.otf-vertical-menu .navbar-nav li:focus&gt;.sub-menu,.otf-vertical-menu .navbar-nav li:hover&gt;.sub-menu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible !important;
    pointer-events: visible; }
.otf-vertical-menu .navbar-nav li a span {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 20px;
    padding: 0;
    vertical-align: middle; }
.otf-vertical-menu .navbar-nav li a span.icon {
      top: .1em;
      color: #a3a5a7; }
.otf-vertical-menu .navbar-nav&gt;li {
    position: static; }
.otf-vertical-menu .navbar-nav&gt;li&gt;a {
      display: flex;
      align-items: center;
      position: relative;
      padding: 9px 25px;
      font-size: 14px;
      font-size: .875rem;
      height: 52px;
      line-height: 1.2;
      font-weight: 400; }
.otf-vertical-menu .navbar-nav&gt;li&gt;a&gt;i {
        position: absolute;
        transform: rotate(-90deg);
        right: 0;
        top: 0;
        bottom: 0; }
.otf-vertical-menu .sub-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #fff;
  visibility: hidden !important;
  position: absolute;
  top: 0;
  z-index: 99999;
  min-width: 250px;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  transition: all .4s ease 0s; }
body:not(.opal-header-layout-sideHeader) .search_nav {
  left: -999em !important; }
body:not(.opal-header-layout-sideHeader) .search_nav.active {
    left: auto !important;
    right: 0 !important;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
.navigation-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex; }
.navigation-logo .site-branding {
    padding: 0 1em; }
.navigation-has-logo {
  display: block; }
.navigation-has-logo .mainmenu-container {
    position: relative;
    transition: .35s;
    opacity: 0;
    text-align: center; }
.navigation-has-logo.menu-calculated .mainmenu-container {
    opacity: 1; }
.archive .entry-meta a.navigation-has-logo.post-edit-link,.blog .entry-meta a.navigation-has-logo.post-edit-link,.ezboozt-panel .recent-posts .entry-header .navigation-has-logo.edit-link,.list-account li.navigation-has-logo,.main-navigation .navigation-has-logo.text-label,.mainmenu-container .navigation-has-logo.text-label,.modal-user .opal-loader-inner label.navigation-has-logo,.navigation-has-logo.custom-logo-link,.navigation-has-logo.d-inline-block,.navigation-has-logo.more-link,.navigation-has-logo.navigation-button,.navigation-has-logo.next.page-numbers,.navigation-has-logo.page-numbers:not(ul),.navigation-has-logo.prev.page-numbers,.navigation-has-logo[class*=after-title]:after,.navigation-has-logo[class*=before-title]:before,.opal-comment-3 .navigation-has-logo.comment-reply-link,.opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li.navigation-has-logo,.opal-menu-canvas .otf_widget_account i.navigation-has-logo,.opal-pagination-1 .ore-pagination ul.navigation-has-logo.page-numbers,.opal-pagination-1 .ore-pagination ul.page-numbers li.navigation-has-logo,.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-next .navigation-has-logo.nav-subtitle:after,.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-previous .navigation-has-logo.nav-subtitle:before,.otf-feature-box i.navigation-has-logo,.otf-menu-social .navigation-has-logo.social-navigation,.otf-pricing.style-3 .pricing-header .navigation-has-logo.per,.otf-pricing.style-3 .pricing-header .navigation-has-logo.price,.otf-pricing.style-4 .navigation-has-logo.per,.otf-pricing.style-4 .navigation-has-logo.price,.otf-sorting .navigation-has-logo.display-mode,.otf-sorting .navigation-has-logo.woocommerce-ordering,.otf-teams.otf-teams-style-3 .navigation-has-logo.team-wrapper,.otf-teams.otf-teams-style-3 .team-wrapper .navigation-has-logo.avatar,.otf-teams .social a.navigation-has-logo,.otf-testimonials.style7 .navigation-has-logo.job,.otf-vertical-menu .navbar-nav li a span.navigation-has-logo,.page-links .navigation-has-logo.page-number,.page-links a.navigation-has-logo,.post-navigation .nav-links .navigation-has-logo.nav-title-icon-wrapper,.search .entry-meta a.navigation-has-logo.post-edit-link,.single-product div.product .summary .navigation-has-logo.price,.site-header-account.style-both .navigation-has-logo.account-label,.site-header-account.style-both .navigation-has-logo.icon,.site-header .wpb_wrapper&gt;.navigation-has-logo.search-form,.top-bar .widget_nav_menu ul.menu&gt;li.navigation-has-logo,.top-bar ul li.navigation-has-logo,.vc_custom_heading&gt;.navigation-has-logo,.widget .tagcloud a.navigation-has-logo,.widget.widget_tag_cloud a.navigation-has-logo,.widget .woof_list_checkbox input[type=checkbox]+label.navigation-has-logo:before,.widget .woof_list_radio input[type=radio]+label.navigation-has-logo:before,.woocommerce-pagination ul.navigation-has-logo.page-numbers,.woocommerce-pagination ul.page-numbers li.navigation-has-logo,.woocommerce-tabs ul.tabs li.navigation-has-logo,.wp_widget_tag_cloud a.navigation-has-logo,audio.navigation-has-logo,body:not(.title-tagline-hidden) .navigation-has-logo.site-branding-text,canvas.navigation-has-logo,progress.navigation-has-logo,video.navigation-has-logo {
    position: relative; }
.main-navigation a {
  font-size: 1em; }
.main-navigation a.fa:before {
    font-size: 14px;
    font-size: .875rem; }
.main-navigation li li {
  border: none; }
.main-navigation ul ul {
  box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
  border: 0; }
/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/
#page,.opal-wrapper {
  transition: transform .5s; }
#page {
  z-index: 101; }
.opal-canvas-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }
.opal-canvas-open .opal-overlay {
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background: rgba(0,0,0,.2); }
.opal-canvas-open #page {
    z-index: 99; }
.opal-menu-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  overflow-y: auto;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  transition: all .5s; }
.opal-menu-canvas a {
    transition: .3s;
    padding: .5em 0; }
.opal-menu-canvas a i {
      display: none; }
.opal-menu-canvas ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
    position: static !important; }
.opal-menu-canvas li.menu-item-has-children {
    position: relative; }
.opal-menu-canvas li.menu-item-has-children.menu-open {
      background-color: #fafafa; }
.opal-menu-canvas li.menu-item-has-children.menu-open&gt;ul.sub-menu {
        max-height: 9999px;
        transition: max-height .5s ease-in;
        position: static !important; }
.opal-menu-canvas li.menu-item-has-children.menu-open&gt;.dropdown-toggle {
        transform: rotate(180deg); }
.opal-menu-canvas li {
    display: list-item; }
.opal-menu-canvas ul {
    width: 100%; }
.opal-menu-canvas .widget {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
.opal-menu-canvas .widget .widget-title {
      margin-top: 1.5em; }
.opal-menu-canvas .widget ul li {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: -15px;
      margin-right: -15px; }
.opal-menu-canvas .widget ul li li {
        margin-left: 0;
        margin-right: 0; }
.opal-menu-canvas .widget ul li li,.opal-menu-canvas .widget ul li li .dropdown-toggle {
        padding-top: 0;
        padding-bottom: 0; }
.opal-menu-canvas .dropdown-toggle {
    transition: .3s;
    line-height: inherit;
    font-size: inherit;
    box-shadow: none;
    outline: none; }
.opal-menu-canvas .sub-menu-inner [data-vc-full-width] {
    position: static !important;
    width: auto !important; }
.opal-menu-canvas .sub-menu-inner .menu {
    padding: 0;
    position: static; }
.opal-menu-canvas .sub-menu-inner .menu&gt;li {
      padding-left: 0;
      padding-right: 0; }
.opal-menu-canvas .sub-menu-inner .menu&gt;li&gt;a,.opal-menu-canvas .sub-menu-inner .menu li&gt;a {
      font-size: 12px;
      font-size: .75rem; }
.opal-menu-canvas .sub-menu-inner .vc_custom_heading,.opal-menu-canvas .sub-menu-inner .widget-title,.opal-menu-canvas .sub-menu-inner .widgettitle {
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 5px; }
.opal-menu-canvas .sub-menu-inner div {
    display: block; }
.opal-menu-canvas .sub-menu-inner&gt;div {
    padding-bottom: 0; }
.opal-menu-canvas .sub-menu-inner .vc_row {
    background-image: none !important;
    padding: 0 !important; }
.opal-menu-canvas .sub-menu-inner .vc_row .vc_row {
      margin: 0; }
.opal-menu-canvas .sub-menu-inner .vc_column_container {
    border: none; }
.opal-menu-canvas .sub-menu-inner .vc_column_container .vc_column-inner {
      padding: 0;
      margin: 0; }
.opal-menu-canvas .sub-menu-inner .vc_empty_space {
    display: none; }
.opal-menu-canvas .megamenu {
    width: 100% !important; }
.opal-menu-canvas .text-label {
    display: none; }
.opal-body-color-scheme-dark .opal-menu-canvas,.opal-canvas-dark .opal-menu-canvas {
  background-color: #222; }
.opal-body-color-scheme-dark .opal-menu-canvas ins,.opal-body-color-scheme-dark .opal-menu-canvas mark,.opal-body-color-scheme-dark .opal-menu-canvas pre,.opal-canvas-dark .opal-menu-canvas ins,.opal-canvas-dark .opal-menu-canvas mark,.opal-canvas-dark .opal-menu-canvas pre {
    background: transparent; }
.opal-body-color-scheme-dark .opal-menu-canvas ul,.opal-canvas-dark .opal-menu-canvas ul {
    background-color: #222; }
.opal-body-color-scheme-dark .opal-menu-canvas li li:hover,.opal-canvas-dark .opal-menu-canvas li li:hover {
    background-color: transparent; }
.opal-body-color-scheme-dark .opal-menu-canvas li.menu-item-has-children.menu-open,.opal-body-color-scheme-dark .opal-menu-canvas li.menu-item-has-children.menu-open ul,.opal-canvas-dark .opal-menu-canvas li.menu-item-has-children.menu-open,.opal-canvas-dark .opal-menu-canvas li.menu-item-has-children.menu-open ul {
      background-color: #000; }
.opal-menu-canvas .dropdown-toggle,.opal-menu-canvas .menu-toggle {
  display: block; }
.opal-menu-canvas .dropdown-toggle:after,.opal-menu-canvas.main-navigation .menu-item-has-children&gt;a&gt;.fa {
  display: none; }
.menu-canvas-default .menu-item-cart {
  display: none !important; }
.menu-canvas-default .sub-menu {
  background: transparent; }
.menu-canvas-default .sub-menu li a {
    line-height: 24px !important;
    padding: 0 !important; }
/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  line-height: 3em;
  height: 3em;
  width: 3em; }
.page-numbers:not(ul).current {
    color: #000;
    background-color: #ddd; }
.otf-vertical-menu .navbar-nav li .page-numbers:not(ul).current .text-label,.page-numbers:not(ul).current #order_review_heading,.page-numbers:not(ul).current .custom-logo-link+.site-branding-text,.page-numbers:not(ul).current .otf-vertical-menu .navbar-nav li .text-label,.page-numbers:not(ul).current .screen-reader-text,.page-numbers:not(ul).current .shop-action .yith-wcwl-add-to-wishlist&gt;div span,.page-numbers:not(ul).current .single .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .single .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .widget .gallery-columns-9 .gallery-caption,.shop-action .yith-wcwl-add-to-wishlist&gt;div .page-numbers:not(ul).current span,.single .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.single .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.widget .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption {
      clip: rect(1px,1px,1px,1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px; }
.next.page-numbers,.prev.page-numbers {
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }
.comments-pagination,.pagination,.woocommerce-pagination {
  font-size: 14px;
  font-size: .875rem;
  padding: 2em 0 3em; }
.comments-pagination .icon,.pagination .icon,.woocommerce-pagination .icon {
    width: .666666666em;
    height: .666666666em; }
.comments-pagination {
  border: 0; }
.opal-pagination-1 .ore-pagination {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 10px;
  font-size: .625rem; }
.opal-pagination-2 .page-numbers:not(ul) {
  background-color: #eee; }
.opal-pagination-2 .page-numbers:not(ul).current,.opal-pagination-2 .page-numbers:not(ul):hover,.opal-pagination-3 a.page-numbers:hover {
    color: #fff;
    background-color: #000; }
.opal-pagination-4 .page-numbers:not(ul).current {
  background-color: transparent;
  color: #000;
  text-decoration: underline; }
.opal-pagination-4 .page-numbers:not(ul):hover {
  text-decoration: underline; }
.opal-pagination-5 .page-numbers:not(ul) {
  background-color: #eee; }
.opal-pagination-5 .page-numbers:not(ul).current {
    background-color: #000;
    color: #fff; }
.opal-pagination-5 .next.page-numbers,.opal-pagination-5 .page-numbers:not(ul).dots,.opal-pagination-5 .prev.page-numbers {
  background-color: transparent; }
.opal-pagination-6 .page-numbers:not(ul).current,.opal-pagination-6 .page-numbers:not(ul):hover {
  background-color: #000;
  color: #fff; }
.opal-pagination-7 .comments-pagination,.opal-pagination-7 .pagination,.opal-pagination-7 .woocommerce-pagination {
  border-top-width: 3px; }
.opal-pagination-7 .page-numbers:not(ul) {
  position: relative; }
.opal-pagination-7 .page-numbers:not(ul):before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 50%;
    right: 50%;
    transition: .3s;
    background-color: #000; }
.opal-pagination-7 .page-numbers:not(ul):hover:before {
    left: 0;
    right: 0; }
.opal-pagination-7 .page-numbers:not(ul).current {
    background-color: transparent; }
.opal-pagination-7 .page-numbers:not(ul).current:before {
      right: 0;
      left: 0; }
.opal-pagination-8 .page-numbers:not(ul) {
  background-color: #f3f3f3;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(180deg,#fff 0,#ddd);
  background-repeat: repeat-x; }
.opal-pagination-8 .page-numbers:not(ul).current {
    background-image: linear-gradient(180deg,#767676 0,#555);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.75); }
.opal-pagination-8 a.page-numbers:focus,.opal-pagination-8 a.page-numbers:hover {
  background-image: none;
  background-color: #fff; }
.woocommerce-pagination {
  margin-top: 30px; }
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }
*,:after,:before {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
box-sizing: inherit; }
body {
  background-color: #fff; }
body.opal-content-layout-2cl #primary,body.opal-content-layout-2cr #primary {
    padding-right: 15px;
    padding-left: 15px; }
body.opal-layout-boxed #page {
    background: #fff; }
/*--------------------------------------------------------------
Side Header PHP Render
--------------------------------------------------------------*/
/*--------------------------------------------------------------
End Side Header PHP Render
--------------------------------------------------------------*/
#page {
  position: relative;
  word-wrap: break-word;
  overflow: hidden; }
[data-opal-columns="7"] .column-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }
[data-opal-columns="8"] .column-item {
  flex: 0 0 12.5%;
  max-width: 12.5%; }
[data-opal-columns="9"] .column-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }
[data-opal-columns="10"] .column-item {
  flex: 0 0 10%;
  max-width: 10%; }
[data-opal-columns="11"] .column-item {
  flex: 0 0 9.09091%;
  max-width: 9.09091%; }
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap,.site-header {
  position: relative; }
.site-header {
  background-color: #fff;
  z-index: 99; }
.site-header .vc_row.vc_row-flex&gt;.vc_column_container&gt;.vc_column-inner {
    z-index: unset; }
.site-header .vc_col-has-fill&gt;.vc_column-inner,.site-header .vc_row-has-fill+.vc_row-full-width+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill+.vc_row&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill+.vc_vc_row&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill+.vc_vc_row_inner&gt;.vc_row&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill&gt;.vc_row&gt;.vc_vc_column&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_row-has-fill&gt;.vc_vc_column_inner&gt;.vc_column_container&gt;.vc_column-inner,.site-header .vc_section.vc_section-has-fill,.site-header .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,.site-header .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0; }
.site-header .vc_row[data-vc-full-width] {
    overflow: visible; }
.single-product .site-header .related.products,.single-product .woocommerce-tabs .site-header .woocommerce-Tabs-panel,.site-header #content,.site-header .container,.site-header .opal-canvas-filter.top,.site-header .single-product .related.products,.site-header .single-product .woocommerce-tabs .woocommerce-Tabs-panel,.site-header .submenu-fullwidth .sub-menu-inner,.submenu-fullwidth .site-header .sub-menu-inner {
    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; }
.blog-container.style-2 .site-header .entry-meta .wpb_wrapper,.blog-container.style-2 .site-header .heading .wpb_wrapper,.blog-container.style-2 .site-header .post-categories .wpb_wrapper,.blog-container.style-3 .site-header .meta .wpb_wrapper,.entry-gallery .nav-style-4.gallery .owl-nav .site-header .owl-prev .wpb_wrapper,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .site-header .owl-prev .wpb_wrapper,.mainmenu-container .site-header li .wpb_wrapper,.mainmenu-container .site-header ul .wpb_wrapper,.my-account-links-menu .sub-menu li .site-header a .wpb_wrapper,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .site-header .entry-content .wpb_wrapper,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .site-header .entry-header .wpb_wrapper,.opal-comment-form-4 .comment-form .site-header .form-submit .wpb_wrapper,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .site-header .owl-prev .wpb_wrapper,.otf-testimonials.style1 .owl-theme .owl-nav .site-header .owl-prev .wpb_wrapper,.owl-theme.owl-carousel.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .site-header .owl-prev .wpb_wrapper,.product-style-7 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-8 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-9 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-10 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-11 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-12 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-13 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-14 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.product-style-15 .site-header li.product:not(.otf-product-list) .wpb_wrapper,.site-header .blog-container.style-2 .entry-meta .wpb_wrapper,.site-header .blog-container.style-2 .heading .wpb_wrapper,.site-header .blog-container.style-2 .post-categories .wpb_wrapper,.site-header .blog-container.style-3 .meta .wpb_wrapper,.site-header .entry-gallery .nav-style-4.gallery .owl-nav .owl-prev .wpb_wrapper,.site-header .entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev .wpb_wrapper,.site-header .gallery-caption .wpb_wrapper,.site-header .mainmenu-container li .wpb_wrapper,.site-header .mainmenu-container ul .wpb_wrapper,.site-header .my-account-links-menu .sub-menu li a .wpb_wrapper,.site-header .opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .wpb_wrapper,.site-header .opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header .wpb_wrapper,.site-header .opal-comment-form-4 .comment-form .form-submit .wpb_wrapper,.site-header .otf-counter.style-1 .wpb_wrapper,.site-header .otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev .wpb_wrapper,.site-header .otf-testimonials.style1 .owl-theme .owl-nav .owl-prev .wpb_wrapper,.site-header .owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,.site-header .owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev .wpb_wrapper,.site-header .product-style-7 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-8 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-9 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-10 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-11 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-12 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-13 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-14 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .product-style-15 li.product:not(.otf-product-list) .wpb_wrapper,.site-header .text-left .wpb_wrapper,.site-header .woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev .wpb_wrapper,.site-header .woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev .wpb_wrapper,.site-header th .wpb_wrapper,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-prev .wpb_wrapper,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-prev .wpb_wrapper {
    justify-content: flex-start; }
.entry-gallery .nav-style-4.gallery .owl-nav .site-header .owl-next .wpb_wrapper,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .site-header .owl-next .wpb_wrapper,.otf-sorting .site-header .display-mode .wpb_wrapper,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .site-header .owl-next .wpb_wrapper,.otf-testimonials.style1 .owl-theme .owl-nav .site-header .owl-next .wpb_wrapper,.owl-theme.owl-carousel.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .site-header .owl-next .wpb_wrapper,.site-header .entry-gallery .nav-style-4.gallery .owl-nav .owl-next .wpb_wrapper,.site-header .entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next .wpb_wrapper,.site-header .form-submit .wpb_wrapper,.site-header .otf-counter.style-2 .wpb_wrapper,.site-header .otf-sorting .display-mode .wpb_wrapper,.site-header .otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next .wpb_wrapper,.site-header .otf-testimonials.style1 .owl-theme .owl-nav .owl-next .wpb_wrapper,.site-header .owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next .wpb_wrapper,.site-header .owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next .wpb_wrapper,.site-header .text-right .wpb_wrapper,.site-header .woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next .wpb_wrapper,.site-header .woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next .wpb_wrapper,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-next .wpb_wrapper,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .site-header .owl-next .wpb_wrapper {
    justify-content: flex-end; }
.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu ul {
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.16); }
.site-header .opal-custom-menu-inline .widget_nav_menu a {
    line-height: 44px; }
.otf-flex-item {
  flex: 1 0 auto; }
/* Top bar */
.top-bar {
  background-color: #ddd;
  font-size: 12px;
  font-size: .75rem;
  min-height: 44px; }
.top-bar ul:after {
    display: block;
    clear: both;
    content: ""; }
.top-bar ul li {
    vertical-align: middle;
    list-style: none; }
.top-bar ul li&gt;span,.top-bar ul li a {
      display: block;
      height: 44px;
      line-height: 44px; }
.top-bar .social-navigation:after {
    display: block;
    clear: both;
    content: ""; }
.top-bar .list-account li:last-child a {
    border-right-width: 1px; }
.top-bar .widget_nav_menu li {
    position: relative;
    padding: 0;
    margin: 0; }
.top-bar .widget_nav_menu li li {
      display: block;
      width: 100%;
      border: none; }
.top-bar .widget_nav_menu li li a {
        text-align: left; }
.top-bar .widget_nav_menu li ul {
      position: absolute;
      min-width: 180px;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      background-color: #ddd;
      z-index: 9; }
.top-bar .widget_nav_menu li ul ul {
        top: 0;
        left: 100%; }
.top-bar .widget_nav_menu li:hover&gt;ul {
      opacity: 1;
      visibility: visible;
      pointer-events: visible; }
.top-bar .widget_nav_menu ul.menu&gt;li {
    vertical-align: middle; }
.top-bar .account-dropdown ul li {
    border: none;
    width: 100%; }
.top-bar .account-dropdown ul li a {
      height: auto;
      padding: 0; }
/* Site branding */
.site-branding {
  position: relative;
  transition: margin-bottom .2s;
  z-index: 3;
  display: inline-block; }
.site-branding a {
    text-decoration: none;
    transition: opacity .2s; }
.site-branding a:focus,.site-branding a:hover {
      opacity: .7; }
.site-title {
  clear: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-title,.site-title a {
  color: #222;
  opacity: 1; }
.site-title a {
    /* Prevent opacity from changing during selective refreshes in the customize preview */
}
.site-description {
  font-size: 13px;
  font-size: .8125rem; }
.custom-logo-link {
  vertical-align: middle;
  width: auto; }
.custom-logo-link img {
    display: block;
    max-height: 80px; }
.custom-logo-link a:focus,.custom-logo-link a:hover {
  opacity: .9; }
body:not(.title-tagline-hidden) .site-branding-text {
  vertical-align: middle; }
.custom-header {
  z-index: 1;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-bottom: 30px; }
.custom-header,.header-main-content {
  position: relative; }
.megamenu-item:hover .submenu-fullwidth {
  left: 0; }
.submenu-fullwidth {
  width: 100vw; }
.otf-vertical-menu.menu-right .submenu-fullwidth {
  left: 100%;
  right: auto; }
.otf-vertical-menu.menu-left .submenu-fullwidth {
  left: auto;
  right: 100%; }
/* Header Dark Skin */
.opal-header-skin-dark .top-bar {
  background-color: #222; }
.opal-header-skin-dark .top-bar a:hover {
    color: #333; }
.opal-header-skin-dark .top-bar .social-navigation a {
    background-color: #222; }
.opal-header-skin-dark .top-bar .social-navigation a:hover {
      background-color: #333; }
.opal-header-skin-dark .site-branding a:hover,.opal-header-skin-dark .site-title a:hover {
  color: #333; }
.opal-header-skin-dark .menu-toggle {
  color: #fff; }
.navigation-button .menu-toggle {
  display: block; }
/* Header Absolute Layout */
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 .35s linear; }
.single-product.otf_woocommerce_single_product_style_full body.opal-header-absolute #content .opal-header-sticky,body.opal-header-absolute .container-fluid .opal-header-sticky,body.opal-header-absolute .single-product.otf_woocommerce_single_product_style_full #content .opal-header-sticky {
  margin-left: -15px;
  margin-right: -15px; }
.list-account li {
  font-size: 12px;
  font-size: .75rem;
  float: left; }
.list-account li a {
    padding: 0 12px; }
.list-account i {
  margin-right: 10px; }
.search-button,.site-header-account {
  margin-left: 5px;
  vertical-align: middle; }
.search-button .icon,.site-header-account .icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0; }
.search-button .icon:before,.site-header-account .icon:before {
      vertical-align: middle;
      font-size: inherit;
      width: inherit;
      height: inherit;
      line-height: inherit;
      display: block; }
.search-button .account-avata,.site-header-account .account-avata {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px; }
/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.ezboozt-panel,.panel-image {
  position: relative; }
.panel-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
.panel-image:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.3+100 */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.3));
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#4d000000",GradientType=0);
    /* IE6-9 */
bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px; }
.panel-content {
  position: relative; }
.panel-content .wrap {
    padding-bottom: .5em;
    padding-top: 1.75em; }
/* Panel edit link */
.ezboozt-panel .edit-link {
  display: block;
  margin: .3em 0 0; }
.ezboozt-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: .875rem; }
/* Front Page - Recent Posts */
.ezboozt-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em; }
.recent-posts .entry-header {
  margin-bottom: 1.2em; }
.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none; }
.ezboozt-panel .recent-posts .entry-header .edit-link {
  color: #222;
  font-size: 11px;
  font-size: .6875rem;
  margin-left: 1em; }
/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
  z-index: 2; }
.site-content {
  padding: 2.5em 0 0; }
/*--------------------------------------------------------------
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; }
.page .panel-content .entry-title,body.page:not(.ezboozt-front-page) .entry-title {
  color: #222;
  font-size: 24px;
  font-size: 1.5rem; }
.entry-header .entry-title {
  margin-bottom: .25em; }
.entry-title a {
  color: #333; }
.entry-meta {
  font-size: 12px;
  font-size: .75rem;
  padding-bottom: .25em; }
.entry-meta a:hover {
    color: #222; }
.updated:not(.published) {
  display: none; }
.more-link:after {
  font-family: FontAwesome;
  content: "\f105"; }
/* Aligned blockquotes */
.entry-content ol,.entry-content ul {
  padding-left: 1.3em; }
.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: .8125rem;
  width: 48%; }
/* Blog landing, search, archives */
article.type-post {
  margin-bottom: 30px; }
article.type-post .entry-content {
    padding: 0 20px 15px; }
article.type-post .entry-content&gt;p {
      line-height: 1.8; }
article.type-post .entry-content .more-link {
      display: block;
      width: max-content; }
article.type-post .entry-content .more-link:focus,article.type-post .entry-content .more-link:hover {
        background-color: #000;
        color: #fff; }
article.type-post .entry-summary {
    padding: 0 20px 15px; }
article.type-post .entry-header {
    padding: 30px 20px;
    display: flex; }
article.type-post .entry-header .entry-title {
      order: -1; }
article.type-post .entry-meta&gt;span:first-child {
    padding-left: 0; }
article.type-post .post-categories a {
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    font-size: .625rem; }
article.type-post .entry-gallery,article.type-post .entry-video {
    margin-bottom: 15px; }
article.type-post {
  box-shadow: none;
  border-bottom: none; }
body:not(.ezboozt-front-page) .entry-header .entry-title {
  font-size: 20px;
  font-size: 1.25rem; }
body.single-post article.type-post .entry-content,body.single-post article.type-post .entry-header {
  padding-left: 0;
  padding-right: 0; }
body.single-post article.type-post .entry-footer .cat-links,body.single-post article.type-post .entry-footer .edit-link,body.single-post article.type-post .entry-footer .tags-links {
  padding-left: 0; }
body.single-post .entry-footer {
  border-top: none; }
body.single-post .entry-meta {
  font-size: 14px;
  font-size: .875rem; }
.archive .entry-meta a.post-edit-link,.blog .entry-meta a.post-edit-link,.search .entry-meta a.post-edit-link {
  color: #222;
  margin-left: 1em;
  white-space: nowrap; }
.search .page .entry-meta a.post-edit-link {
  white-space: nowrap; }
.taxonomy-description {
  font-size: 13px;
  font-size: .8125rem; }
/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block; }
/* Single Post */
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
.single-featured-image-header img {
    display: block; }
.page-links {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  padding: 1em 0 0; }
.page-links .page-number {
    padding: .5em 1em; }
.page-links a .page-number {
    color: #222; }
/* Entry footer */
.entry-footer {
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-top: 2em;
  padding: 2em 0; }
.entry-footer .cat-links,.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 400;
    letter-spacing: .1818em;
    padding-left: 2.5em;
    position: relative; }
.entry-footer .cat-links+.tags-links {
    margin-top: 1em; }
.entry-footer .cat-links a,.entry-footer .tags-links a {
    color: #333; }
.entry-footer .cat-links .icon,.entry-footer .tags-links .icon {
    color: #000;
    left: 0;
    margin-right: .5em;
    position: absolute;
    top: 2px; }
.entry-footer .edit-link {
    display: inline-block;
    padding-left: 30px; }
/* Post Formats */
.archive .format-status .entry-title,.blog .format-status .entry-title {
  display: none; }
.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative; }
.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: .4em;
    transform: scaleX(-1);
    width: 20px; }
/* Post Navigation */
.post-navigation {
  margin: 3em 0; }
.post-navigation .nav-subtitle {
    background-color: transparent;
    display: block;
    font-size: 14px;
    font-size: .875rem; }
.post-navigation .nav-title {
    color: #333; }
.post-navigation .nav-links {
    display: flex;
    position: relative; }
.post-navigation .nav-links .nav-title-icon-wrapper {
      width: 2em; }
.opal-post-navigation-2 .post-navigation .nav-links .nav-title-icon-wrapper {
  top: -2.4em;
  position: absolute; }
.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title-icon-wrapper {
  left: 0; }
.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title-icon-wrapper {
  right: 0; }
.opal-post-navigation-3 .post-navigation .nav-links:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd; }
.opal-post-navigation-3 .post-navigation .nav-links a:hover {
  text-decoration: underline; }
.opal-post-navigation-3 .post-navigation .nav-links .nav-title-icon-wrapper {
  display: none; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div {
  width: calc(50% - 15px);
  border: 1px solid;
  background-color: #fff; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div a&gt;span {
    display: block; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-subtitle {
    border-bottom: 1px solid; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-previous .nav-subtitle:before {
    content: "\f104";
    font-family: FontAwesome;
    width: 20px;
    font-size: 16px;
    font-size: 1rem; }
.opal-post-navigation-4 .post-navigation .nav-links&gt;div.nav-next .nav-subtitle:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 20px;
    font-size: 16px;
    font-size: 1rem; }
.opal-post-navigation-4 .post-navigation .nav-links .nav-title-icon-wrapper {
  display: none; }
.blog-container .post-categories a {
  color: #fff;
  padding: 3px 10px;
  font-size: 10px;
  font-size: .625rem; }
.blog-container .description {
  display: none; }
.blog-container .entry-header {
  padding-top: 30px; }
.blog-container .meta {
  display: flex; }
.blog-container article {
  margin-bottom: 30px; }
.blog-container article .inner {
    background-color: #fff; }
.blog-container.classic .post-thumbnail:before {
  content: none; }
.blog-container.style-1 :nth-child(2n) .entry-header:after {
  top: -10px; }
.blog-container.style-1 .meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); }
.blog-container.style-1 .entry-header {
  overflow: inherit; }
.blog-container.style-1 .entry-header:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
    transform: rotate(45deg); }
.blog-container.style-2 article {
  box-shadow: none;
  background-color: transparent; }
.blog-container.style-2 article .inner {
    border: 1px solid #efefef;
    padding-bottom: 30px; }
.blog-container.style-2 .entry-header {
  padding: 25px 40px 0;
  position: relative; }
.blog-container.style-2 .post-categories {
  display: block; }
.blog-container.style-2 .description {
  display: block;
  padding: 0 40px; }
.blog-container.style-2:not(.hidden-thumbnail) .post-categories {
  display: block;
  position: absolute;
  top: -60px;
  left: 40px;
  z-index: 1; }
.blog-container.style-2.hidden-button .link-more,.blog-container.style-2.hidden-category .post-categories,.blog-container.style-2.hidden-description .description,.blog-container.style-2.hidden-thumbnail .post-thumbnail {
  display: none; }
.blog-container.style-3 article {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 30px;
  box-shadow: none; }
.blog-container.style-3 article,.blog-container.style-3 article .inner {
  background-color: transparent; }
.page article.type-post .entry-header .edit-link {
  position: static;
  display: block; }
.archive article.type-post:last-of-type,.blog article.type-post:last-of-type {
  border: none; }
.archive article.type-post .post-categories,.blog article.type-post .post-categories {
  display: none; }
.archive article.type-post .entry-meta,.blog article.type-post .entry-meta {
  font-size: 14px;
  font-size: .875rem; }
.opal-archive-style-2 article.otf-post-style .post-categories {
  display: none; }
.opal-archive-style-2 article.otf-post-style .entry-content .more-link {
  margin-left: 50%;
  transform: translateX(-50%); }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .post-thumbnail {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  float: left; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header {
  padding-left: 30px; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header .edit-link {
    position: static; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-header {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  margin-right: 0;
  margin-left: auto;
  padding-left: 30px; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content {
  padding-bottom: 30px; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .link-more {
    margin-bottom: 0; }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link {
    display: block;
    background-color: transparent;
    transform: translateX(0); }
.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .post-categories {
  order: 3; }
@media (min-width: 768px) and (max-width: 1199px) {
  .opal-archive-style-2.opal-content-layout-2cl article.otf-post-style .entry-content,.opal-archive-style-2.opal-content-layout-2cr article.otf-post-style .entry-content {
    display: none; }
.opal-archive-style-2.opal-content-layout-2cl article.otf-post-style .post-thumbnail,.opal-archive-style-2.opal-content-layout-2cr article.otf-post-style .post-thumbnail {
    margin-bottom: 30px; }
}
.opal-archive-style-3 article.otf-post-style {
  border: none; }
.opal-archive-style-3 article.otf-post-style .entry-content {
    padding-left: 30px;
    padding-right: 30px; }
.opal-archive-style-3 article.otf-post-style .entry-content .more-link {
      margin-left: 50%;
      transform: translateX(-50%); }
.opal-archive-style-3 article.otf-post-style .post-categories {
    order: 3; }
.opal-archive-style-4 article.otf-post-style {
  border: none; }
.opal-archive-style-4 article.otf-post-style .entry-content .more-link {
    margin-left: 50%;
    transform: translateX(-50%); }
body:not(.ezboozt-front-page) .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: capitalize; }
body.single .entry-header .entry-title {
  font-size: 40px;
  font-size: 2.5rem; }
.entry-meta {
  font-size: 14px;
  font-size: .875rem;
  text-transform: capitalize; }
.post-thumbnail {
  margin-bottom: 0; }
article.type-post {
  border-color: #e9ecef;
  margin-bottom: 50px; }
article.type-post .entry-content {
    padding-bottom: 27px; }
.post-categories {
  display: none; }
.search article.type-post .entry-content,.search article.type-post .entry-header,.search article.type-post .entry-summary {
  padding-left: 0;
  padding-right: 0; }
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: .875rem; }
.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: .6875rem; }
.page-links {
  clear: both;
  margin: 0 0 1em; }
.page:not(.home) #content {
  padding-bottom: 1.5em; }
/* 404 page */
.error404 .site-content-contain {
  font-size: 20px; }
.error404 h1 {
  font-size: 150px;
  font-size: 9.375rem;
  padding-bottom: 50px; }
.error404 .error-title {
  font-size: 36px;
  font-size: 2.25rem; }
.error404 .page-content {
  padding-bottom: 3em; }
.error404 .page-content .search-form {
    margin-bottom: 3em; }
.error404 .site-content-contain {
  font-size: 18px;
  font-size: 1.125rem; }
.search .page-content .search-form {
  margin-bottom: 3em; }
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  position: relative;
  z-index: 1; }
.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em; }
.site-footer .social-navigation li a i {
    font-size: 18px;
    font-size: 1.125rem; }
.site-footer a:not(.vc_btn3) {
    color: #a3a5a7; }
.site-footer a:not(.vc_btn3):hover {
      color: #000; }
.site-footer .widget li {
    padding-top: .3rem;
    padding-bottom: .3rem; }
.site-footer .widget li:first-child {
      padding-top: 0; }
.site-footer .widget.widget_recent_entries li {
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px; }
.site-footer .vc_custom_heading&gt;* {
    color: inherit;
    font-size: inherit;
    margin-bottom: 0; }
.site-footer .underline-title .vc_custom_heading,.site-footer .underline-title .widget-title,.site-footer .underline-title .widgettitle {
    position: relative; }
.site-footer .underline-title .vc_custom_heading:before,.site-footer .underline-title .widget-title:before,.site-footer .underline-title .widgettitle:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 2px; }
/* Site info */
.site-info {
  font-size: 14px;
  font-size: .875rem; }
.site-info .sep {
    display: block;
    visibility: hidden;
    height: 0; }
/* Footer Dark skin */
.opal-footer-skin-dark .site-footer .social-navigation li a,.opal-footer-skin-dark .site-footer .vc_custom_heading,.opal-footer-skin-dark .site-footer .widgettitle,.opal-footer-skin-dark .site-footer a,.opal-footer-skin-dark .site-footer h2.widget-title {
  color: #fff; }
.opal-footer-skin-dark .site-footer .social-navigation li a:hover {
    background-color: #000; }
.opal-footer-skin-dark .site-footer .widget li a:hover {
  color: #fff; }
.scrollup {
  font-size: 10px; }
.scrollup .icon {
    font-size: 30px;
    font-size: 1.875rem;
    height: auto;
    line-height: 24px; }
/*--------------------------------------------------------------
13.7 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb i {
  padding: 0 5px; }
/*--------------------------------------------------------------
13.8 header-mobile
--------------------------------------------------------------*/
.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  text-align: center;
  display: block;
  height: 80px;
  line-height: 80px; }
.site-header-mobile .icon-mobile i,.site-header-mobile .menu-toggle i,.site-header-mobile .search-dropdown i {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000; }
.site-header-mobile .custom-logo-link {
  padding: .5rem 0; }
.site-header-mobile .site-header-cart {
  position: static; }
.site-header-mobile .site-header-cart .header-button {
    margin: 0 auto;
    height: 80px;
    line-height: 80px; }
.site-header-mobile .site-header-cart .header-button .amount,.site-header-mobile .site-header-cart .header-button .count-text,.site-header-mobile .site-header-cart .header-button .title {
      display: none; }
.site-header-mobile .site-header-cart .header-button .count {
      top: 35%;
      left: inherit;
      right: 0; }
.site-header-mobile .site-header-cart .header-button:after {
      display: none; }
.site-header-mobile .site-header-cart .header-button i {
      top: 50%;
      border: none;
      margin: 0;
      transform: translateY(-50%);
      font-size: 24px;
      font-size: 1.5rem; }
.site-header-mobile form[class*=search] {
  width: 100%;
  transition: .35s; }
.site-header-mobile form[class*=search] .input-group-btn {
    right: 3px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    top: 0; }
.site-header-mobile form[class*=search] .input-group .form-control {
    flex: 1; }
.site-header-mobile form[class*=search] .search-submit {
    background: transparent;
    color: #000;
    width: 60px;
    padding: 0;
    transition: .35s;
    border: none; }
.site-header-mobile form[class*=search] .search-submit .fa,.site-header-mobile form[class*=search] .search-submit .icon {
      line-height: inherit;
      font-size: 24px;
      font-size: 1.5rem; }
.site-header-mobile form[class*=search] input[type=search] {
    border-radius: 0;
    background: transparent;
    padding: .75em;
    border-width: 1px;
    border-style: solid;
    height: auto; }
.site-header-mobile form[class*=search] input[type=search]::placeholder {
      color: transparent; }
.site-header-mobile form[class*=search] input[type=search]:focus {
      box-shadow: none; }
.site-header-mobile form[class*=search] input[type=search]:focus+.dgwt-wcas-preloader {
        z-index: 99;
        right: 0;
        transform: translateX(0); }
.site-header-mobile form[class*=search] input[type=search]+.dgwt-wcas-preloader.dgwt-wcas-close {
      pointer-events: auto;
      right: 0;
      transform: translateX(0); }
.site-header-mobile form[class*=search] input[type=search]:not(:focus) {
      color: transparent; }
.site-header-mobile form[class*=search] input[type=search]:not(:focus)+.dgwt-wcas-close {
        background: none; }
.site-header-mobile form[class*=search] input[type=search]:not(:focus)+.dgwt-wcas-close:after {
          opacity: 1; }
.site-header-mobile .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 15px; }
.site-header-mobile .dgwt-wcas-preloader {
  width: 50px; }
.site-header-mobile div.dgwt-wcas-search-wrapp {
  max-width: 100%;
  margin: 0; }
.site-header-mobile div.dgwt-wcas-sf-wrapp {
  background: transparent; }
.site-header-mobile div.dgwt-wcas-sf-wrapp svg {
    display: none; }
.site-header-mobile .dgwt-wcas-sp {
  font-weight: 500; }
.site-header-mobile .dgwt-wcas-sp del {
    font-weight: 300; }
.site-header-mobile .dgwt-wcas-sp ins {
    background-color: transparent; }
.site-header-mobile div.dgwt-wcas-preloader {
  transition: .35s;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  pointer-events: none;
  background: transparent; }
.site-header-mobile div.dgwt-wcas-preloader:before {
    color: #000;
    font-size: 24px;
    font-size: 1.5rem; }
.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-close:after,.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-inner-preloader:after {
    opacity: 0; }
.opal-header-skin-custom .site-header .site-header-mobile .icon-mobile i,.opal-header-skin-custom .site-header .site-header-mobile .menu-toggle i,.opal-header-skin-custom .site-header .site-header-mobile .search-dropdown i,.opal-header-skin-custom .site-header .site-header-mobile div,.opal-header-skin-custom .site-header .site-header-mobile div.dgwt-wcas-preloader:before,.opal-header-skin-custom .site-header .site-header-mobile input {
  color: inherit; }
.opal-header-skin-dark .site-header-mobile .icon-mobile i,.opal-header-skin-dark .site-header-mobile .menu-toggle i,.opal-header-skin-dark .site-header-mobile .search-dropdown i,.opal-header-skin-dark .site-header-mobile div.dgwt-wcas-preloader:before {
  color: #fff; }
/*--------------------------------------------------------------
13.9 header-sticky
--------------------------------------------------------------*/
#opal-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
  background: #fff;
  transform: translateY(-100%);
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
  opacity: 0;
  pointer-events: none; }
#opal-header-sticky.sticky-show {
    transition: all .2s ease-in-out;
    transform: translateY(0);
    visibility: visible;
    z-index: 9999;
    opacity: 1;
    pointer-events: auto; }
#opal-header-sticky .menu-toggle {
  font-size: 22px;
  padding: 0; }
body.admin-bar #opal-header-sticky {
  top: 0; }
@media (max-width: 782px) and (min-width: 601px) {
    body.admin-bar #opal-header-sticky {
      top: 46px; }
}
/*--------------------------------------------------------------
13.10 header-account
--------------------------------------------------------------*/
.site-header-account {
  font-size: 14px;
  font-size: .875rem;
  position: relative; }
.site-header-account.style-menu .account-label span+span:before {
    content: "/";
    padding-right: 3px; }
.site-header-account.style-menu .account-avata {
    display: none; }
.site-header-account.style-menu .account-avata+.account-label {
      display: inline-block;
      line-height: 1.2;
      vertical-align: middle; }
.site-header-account.style-menu .account-avata+.account-label span {
        line-height: 1.2;
        display: block; }
.site-header-account.style-both .account-label,.site-header-account.style-both .icon {
    vertical-align: middle; }
.site-header-account.style-both .account-label span {
      line-height: 1; }
.site-header-account.style-both .account-avata+.account-label {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle; }
.site-header-account.style-both .account-avata+.account-label span {
      line-height: 1.2;
      display: block; }
.site-header-account .label-name {
    max-width: 83px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
    display: block; }
.site-header-account .label-name+span:before {
      display: none; }
.site-header-account a {
    display: block; }
.site-header-account .login-form-title {
    font-size: 18px;
    font-size: 1.125rem; }
.site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: calc(100% + 15px);
    position: absolute;
    transition: all .2s ease-in-out;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    color: #000;
    padding-top: 10px; }
.site-header-account .account-dropdown.right {
      left: 0;
      right: unset; }
.site-header-account .account-dropdown.justify {
      right: 50%;
      transform: translateX(50%); }
.site-header-account .account-dropdown input {
      font-size: 14px;
      font-size: .875rem; }
.site-header-account .account-dropdown a.lostpass-link:hover,.site-header-account .account-dropdown a.register-link:hover {
      text-decoration: underline; }
.site-header-account .account-dropdown label {
      color: #000; }
.site-header-account .account-dropdown p {
      margin-bottom: 1em; }
.site-header-account .account-dropdown .account-wrap {
      position: relative;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,.1);
      padding-top: 3px;
      padding-bottom: 3px; }
.site-header-account .account-dropdown .account-inner {
      width: 320px;
      padding: 17px 20px;
      max-height: 500px;
      overflow: auto; }
.site-header-account .account-dropdown .account-inner.dashboard {
        width: 210px; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
        width: 3px; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
        background-color: #f5f5f5; }
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
        background-color: #000; }
.site-header-account .account-dashboard,.site-header-account .account-links-menu {
    list-style: none;
    margin-bottom: 0; }
.site-header-account .account-dashboard li a,.site-header-account .account-links-menu li a {
      width: 100%;
      text-align: left;
      line-height: 30px; }
.site-header-account:hover .account-dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
.site-header-account .woocommerce-error {
    margin-bottom: 1em; }
.site-header-account .woocommerce-error+.woocommerce-error {
      display: none; }
.opal-login-form-ajax.loading:after {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: e .45s infinite linear;
  -webkit-animation: e .45s infinite linear;
  margin: 30px auto;
  margin: -15px auto 0; }
.opal-login-form-ajax.loading:after,.opal-login-form-ajax.loading:before {
  content: "";
  display: block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }
.opal-login-form-ajax.loading:before {
  width: 50px;
  height: 50px;
  margin: -25px auto 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1); }
.opal-header-skin-custom .site-header .site-header-account,.opal-header-skin-custom .site-header .site-header-account .account-dashboard,.opal-header-skin-custom .site-header .site-header-account .account-links-menu {
    text-align: left; }
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 .5em; }
.comments-title {
  font-size: 20px;
  font-size: 1.25rem; }
#reviews .commentlist,.comment-list {
  position: relative; }
#reviews .commentlist .children,.comment-list .children {
    margin-left: 4em !important; }
#reviews .commentlist li:before,.comment-list li:before {
    display: none; }
.comment-body,.comment_container {
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  margin-bottom: 4em; }
.comment-body .avatar,.comment_container .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px; }
.comment-body .says,.comment_container .says {
    display: none; }
.comment-content&gt;ol,.comment-content&gt;ul {
  padding-left: 1.35em; }
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 2; }
.comment-meta {
  margin-bottom: 1.5em;
  margin-left: 65px; }
.comment-metadata {
  font-size: 12px;
  font-size: .75rem; }
.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em; }
.comment-reply-link {
  font-weight: 800;
  position: relative; }
.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em; }
.bypostauthor&gt;.comment-body&gt;.comment-meta&gt;.comment-author .avatar {
  border: 1px solid;
  padding: 2px; }
.comment-awaiting-moderation,.no-comments {
  font-size: 14px;
  font-size: .875rem; }
.comments-pagination {
  margin: 2em 0 3em; }
.opal-comment-2 .comment-content,.opal-comment-2 .comment-meta {
  margin-left: 85px; }
.opal-comment-2 .commnent-list .children {
  margin-left: 6em !important; }
.opal-comment-2 .comment-body,.opal-comment-2 .comment_container {
  position: relative; }
.opal-comment-2 .comment-body:before,.opal-comment-2 .comment_container:before {
    content: "";
    position: absolute;
    left: 95px;
    top: 30px;
    width: 1px;
    height: calc(100% - 60px); }
.opal-comment-2 .comment-body .reply,.opal-comment-2 .comment_container .reply {
    margin-left: 85px; }
.opal-comment-2 #comments .avatar {
  left: -85px; }
.opal-comment-3 .comment-content {
  margin-left: 65px; }
.opal-comment-3 .comment-body,.opal-comment-3 .comment_container {
  background-color: transparent; }
.opal-comment-3 .comment-reply-link {
  border: 1px solid; }
.opal-comment-3 #comments .avatar {
  border: 3px solid; }
.opal-comment-4 .comment-content {
  margin-left: 65px; }
.opal-comment-4 .comment-body,.opal-comment-4 .comment_container {
  background-color: transparent;
  position: relative; }
.opal-comment-4 .comment-body .reply,.opal-comment-4 .comment_container .reply {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2; }
.opal-comment-4 #comments time {
  position: relative;
  padding-left: 20px; }
.opal-comment-4 #comments time:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    content: "\f274";
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    top: 0; }
.opal-comment-5 .comment-meta {
  margin-left: 15px; }
.opal-comment-5 .comment-reply-link {
  background-color: #eee;
  position: absolute;
  right: 0;
  bottom: 0; }
.opal-comment-5 .comment-body,.opal-comment-5 .comment_container {
  position: relative; }
.opal-comment-5 #comments .avatar {
  border: 2px solid; }
.opal-comment-6 .commnent-list .children {
  margin-left: 6em !important; }
.opal-comment-6 .comment-reply-link {
  font-size: 11px;
  font-size: .6875rem; }
#reviews .opal-comment-6 .commentlist .children,.opal-comment-6 #reviews .commentlist .children,.opal-comment-6 .comment-list .children {
  position: relative; }
#reviews .opal-comment-6 .commentlist .children:before,.opal-comment-6 #reviews .commentlist .children:before,.opal-comment-6 .comment-list .children:before {
    position: absolute;
    content: "\f112";
    font-family: FontAwesome;
    top: 0;
    left: -60px;
    font-size: 40px;
    font-size: 2.5rem;
    transform: rotate(-180deg); }
#reviews .opal-comment-7 .commentlist,.opal-comment-7 #reviews .commentlist,.opal-comment-7 .comment-list {
  padding-left: 4.5em !important; }
#reviews .opal-comment-7 .commentlist .children,.opal-comment-7 #reviews .commentlist .children,.opal-comment-7 .comment-list .children {
    margin-left: 4em !important; }
#reviews .opal-comment-7 .commentlist .reply,.opal-comment-7 #reviews .commentlist .reply,.opal-comment-7 .comment-list .reply {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 35px; }
.opal-comment-7 .comment-reply-link {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
.opal-comment-7 .comment-reply-link:before {
    position: absolute;
    content: "\f112";
    font-family: FontAwesome;
    font-size: 20px;
    font-size: 1.25rem;
    top: 0; }
.opal-comment-7 #comments .avatar {
  border: 2px solid;
  left: -95px;
  margin-top: -1rem; }
.opal-comment-7 .comment-body,.opal-comment-7 .comment_container {
  position: relative; }
.opal-comment-7 .comment-body:before,.opal-comment-7 .comment_container:before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    top: 15px;
    border: 1px solid;
    content: "";
    background-color: #fff;
    transform: rotate(45deg); }
/**
Comment Form
 */
.comment-form .required {
  color: red; }
.opal-comment-form-2 .comment-respond .comment-reply-title,.opal-comment-form-3 .comment-respond .comment-reply-title {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem; }
.opal-comment-form-2 .comment-respond .comment-reply-title:before,.opal-comment-form-3 .comment-respond .comment-reply-title:before {
    content: "\f0e5";
    font-family: FontAwesome; }
.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form {
  display: flex; }
.opal-comment-form-3 .comment-form .comment-form-author,.opal-comment-form-3 .comment-form .comment-form-email,.opal-comment-form-3 .comment-form .comment-form-url,.opal-comment-form-3 .comment-form .comment-notes,.opal-comment-form-4 .comment-form .comment-form-author,.opal-comment-form-4 .comment-form .comment-form-email,.opal-comment-form-4 .comment-form .comment-form-url,.opal-comment-form-4 .comment-form .comment-notes {
  order: -1; }
.opal-comment-form-5 .comment-form {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-rows: 100% 100% 100% 100%;
  grid-template-areas: "a a" "b c" "b d" "e f";
  grid-gap: 30px;
  margin-bottom: 30px; }
.opal-comment-form-5 .comment-form .comment-notes,.opal-comment-form-5 .comment-form .logged-in-as {
    grid-area: a; }
.opal-comment-form-5 .comment-form .comment-form-author {
    grid-area: c; }
.opal-comment-form-5 .comment-form .comment-form-email {
    grid-area: d; }
.opal-comment-form-5 .comment-form .comment-form-url {
    grid-area: f; }
.opal-comment-form-5 .comment-form .comment-form-comment {
    grid-area: b; }
.opal-comment-form-5 .comment-form .comment-form-comment textarea {
      max-height: 160px; }
.opal-comment-form-5 .comment-form .form-submit {
    grid-area: e;
    display: flex; }
.opal-comment-form-5 .comment-form .form-submit .submit {
      width: 100%; }
.opal-comment-form-6 .comment-form {
  display: flex; }
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget_archive ul,#secondary .widget_categories ul,#secondary .widget_layered_nav ul,#secondary .widget_links ul,#secondary .widget_nav_menu ul,#secondary .widget_pages ul,#secondary .widget_recent_comments ul,#secondary .widget_recent_entries ul {
  margin: 0; }
#secondary .widget_archive ul li,#secondary .widget_categories ul li,#secondary .widget_layered_nav ul li,#secondary .widget_links ul li,#secondary .widget_nav_menu ul li,#secondary .widget_pages ul li,#secondary .widget_recent_comments ul li,#secondary .widget_recent_entries ul li {
    position: relative; }
#secondary .widget_archive ul li:before,#secondary .widget_categories ul li:before,#secondary .widget_layered_nav ul li:before,#secondary .widget_links ul li:before,#secondary .widget_nav_menu ul li:before,#secondary .widget_pages ul li:before,#secondary .widget_recent_comments ul li:before,#secondary .widget_recent_entries ul li:before {
      font-family: FontAwesome;
      display: inline-block;
      opacity: .2;
      width: 1em;
      font-size: 10px;
      font-size: .625rem;
      line-height: 22px; }
#secondary .widget_product_categories ul li {
  position: relative;
  padding-right: 20px; }
#secondary .widget_product_categories ul li i {
    position: absolute;
    right: 0;
    top: .7rem;
    line-height: inherit;
    font-size: 10px;
    font-size: .625rem;
    cursor: pointer; }
#secondary .widget_product_categories ul li ul.children {
    margin-right: -20px;
    padding-top: .5rem;
    display: none; }
#secondary .widget_layered_nav_filters ul li.chosen:before {
  content: "\f00d";
  color: #e2401c;
  opacity: 1; }
#secondary .widget_pages ul li:before,#secondary .widget_recent_entries ul li:before {
  content: "\f0f6"; }
#secondary .widget_categories ul li:before {
  content: "\f111"; }
#secondary .widget_categories ul li.current-cat:before {
  content: "\f115"; }
#secondary .widget_archive ul li:before,#secondary .widget_links ul li:before,#secondary .widget_nav_menu ul li:before,#secondary .widget_recent_comments ul li:before {
  content: "\f111"; }
.widget {
  padding-bottom: 3em; }
h2.widget-title,h2.widgettitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em; }
.widget-title a {
  color: inherit; }
/* widget forms */
.widget ul {
  list-style: none; }
.widget ul li+li {
    margin-top: -1px; }
.widget ul li ul {
    margin: 0 0 -1px;
    position: relative; }
.widget ul li li {
    border: 0; }
.widget-grofile ul.grofile-links li ul,.widget_meta ul li ul,.widget_pages ul li ul,.widget_rss_links ul li ul,.widget_top-posts ul li ul {
  bottom: 0; }
/* widget markup */
.widget .post-date,.widget .rss-date {
  font-size: .81em; }
/* Text widget */
.widget_text {
  word-wrap: break-word; }
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right; }
.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent; }
.widget_rss .widget-title .rsswidget:first-child img {
    display: block; }
.widget_rss ul li {
  padding: 2.125em 0; }
.widget_rss ul li:first-child {
    border-top: none; }
.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4; }
.widget_rss .rss-date,.widget_rss li cite {
  display: block;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.5; }
.widget_rss .rss-date {
  margin: .5em 0 1.5em; }
/* Contact Info Widget */
.widget_contact_info .contact-map,.widget_rss .rssSummary {
  margin-bottom: .5em; }
/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem; }
/* Recent Comments */
.widget_recent_comments table,.widget_recent_comments td,.widget_recent_comments th {
  border: 0; }
/* Recent Posts widget */
.widget_recent_entries img {
  margin-right: 10px;
  height: 100%; }
.widget_recent_entries .post-date {
  display: block; }
/* Search */
.search-form .search-submit .icon:before {
  line-height: inherit; }
.none-border .search-form input[type=text] {
  border: none; }
.bottom-to-top .search-form-wapper,.popup .search-form-wapper,.top-to-bottom .search-form-wapper {
  position: relative;
  max-width: 100%; }
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    text-align: center;
    font-size: 36px;
    border: none; }
.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
      color: inherit;
      opacity: 1; }
.bottom-to-top .search-form-wapper:after,.popup .search-form-wapper:after,.top-to-bottom .search-form-wapper:after {
    content: "";
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,.popup .search-form-wapper .dgwt-wcas-preloader,.top-to-bottom .search-form-wapper .dgwt-wcas-preloader {
    display: none; }
.bottom-to-top #content,.bottom-to-top .container,.bottom-to-top .opal-canvas-filter.top,.bottom-to-top .single-product .related.products,.bottom-to-top .single-product .woocommerce-tabs .woocommerce-Tabs-panel,.bottom-to-top .submenu-fullwidth .sub-menu-inner,.popup #content,.popup .container,.popup .opal-canvas-filter.top,.popup .single-product .related.products,.popup .single-product .woocommerce-tabs .woocommerce-Tabs-panel,.popup .submenu-fullwidth .sub-menu-inner,.single-product .bottom-to-top .related.products,.single-product .popup .related.products,.single-product .top-to-bottom .related.products,.single-product .woocommerce-tabs .bottom-to-top .woocommerce-Tabs-panel,.single-product .woocommerce-tabs .popup .woocommerce-Tabs-panel,.single-product .woocommerce-tabs .top-to-bottom .woocommerce-Tabs-panel,.submenu-fullwidth .bottom-to-top .sub-menu-inner,.submenu-fullwidth .popup .sub-menu-inner,.submenu-fullwidth .top-to-bottom .sub-menu-inner,.top-to-bottom #content,.top-to-bottom .container,.top-to-bottom .opal-canvas-filter.top,.top-to-bottom .single-product .related.products,.top-to-bottom .single-product .woocommerce-tabs .woocommerce-Tabs-panel,.top-to-bottom .submenu-fullwidth .sub-menu-inner {
  padding-top: 0;
  padding-bottom: 0; }
.bottom-to-top [data-search-toggle=close],.popup [data-search-toggle=close],.top-to-bottom [data-search-toggle=close] {
  display: block;
  top: 25px;
  right: 60px;
  z-index: 3; }
.bottom-to-top [data-search-toggle=close]:before,.popup [data-search-toggle=close]:before,.top-to-bottom [data-search-toggle=close]:before {
    font-size: 24px; }
.bottom-to-top .search-form input[type=search],.popup .search-form input[type=search],.top-to-bottom .search-form input[type=search] {
  text-align: center;
  font-size: 36px;
  border: none; }
.bottom-to-top .search-submit,.popup .search-submit,.top-to-bottom .search-submit {
  display: none; }
.bottom-to-top .dgwt-wcas-details-wrapp,.bottom-to-top .dgwt-wcas-suggestions-wrapp,.popup .dgwt-wcas-details-wrapp,.popup .dgwt-wcas-suggestions-wrapp,.top-to-bottom .dgwt-wcas-details-wrapp,.top-to-bottom .dgwt-wcas-suggestions-wrapp {
  border-top: none; }
/* Tag cloud widget */
.tagcloud,.widget_tag_cloud,.wp_widget_tag_cloud {
  line-height: 1.5; }
.tagcloud:after,.tagcloud:before,.widget_tag_cloud:after,.widget_tag_cloud:before,.wp_widget_tag_cloud:after,.wp_widget_tag_cloud:before {
    content: "";
    display: table;
    clear: both; }
.widget .tagcloud a,.widget.widget_tag_cloud a,.wp_widget_tag_cloud a {
  box-shadow: none;
  float: left;
  font-size: 14px !important;
  /* !important to overwrite inline styles */
font-size: .875rem !important;
  margin: 4px 4px 0 0 !important;
  padding: 4px 10px 5px !important;
  position: relative;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0; }
.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover {
  box-shadow: none;
  text-decoration: none; }
/* Calendar widget */
.widget_calendar tfoot td {
  border: 0; }
/* Account widget */
.list-account {
  vertical-align: middle; }
/* Mailchimp widget */
.mc4wp-form .widget-title p {
  font-size: 12px;
  font-family: Lato,sans-serif; }
.mc4wp-form input[type=email],.mc4wp-form input[type=submit] {
  font-size: 12px;
  line-height: 22px; }
.mc4wp-form input[type=email] {
  transition: .3s; }
.style-3 .mc4wp-form-fields {
  display: flex; }
.style-3 .mc4wp-form-fields p {
    position: relative; }
.style-3 .mc4wp-form-fields p:first-child {
      padding-right: 10px; }
.style-3 .mc4wp-form-fields p:first-child:after {
        font-family: FontAwesome;
        content: "\f003";
        position: absolute;
        right: 25px;
        top: 10px; }
.wpcf7-form label {
  color: #000;
  font-size: 12px;
  font-size: .75rem; }
.wpcf7-form label&gt;span {
    display: block; }
.footer-03 .mc4wp-form-fields {
  display: flex; }
.site-footer .widget li {
  border: none; }
[data-search-toggle=toggle].active:not(.bottom-to-top) i:before {
  content: "\e461"; }
aside .widget:first-child {
  border: none; }
aside .widget .woof_container h4,aside .widget h2.widget-title,aside .widget h2.widgettitle {
  font-weight: 500; }
.widget .tagcloud a,.widget.widget_tag_cloud a {
  background: #e9ecef;
  border: none;
  font-size: 12px !important;
  padding: 6px 10px !important;
  letter-spacing: .1em;
  font-weight: 300; }
.widget .tagcloud a:hover,.widget.widget_tag_cloud a:hover {
    background-color: #000;
    color: #fff; }
section.widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #000; }
.mc4wp-form-fields {
  position: relative; }
.mc4wp-form-fields,.mc4wp-form-fields .input-group,.mc4wp-form-fields .input-group-btn {
  border-radius: inherit; }
.mc4wp-form-fields input[type=email] {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    background-color: transparent;
    color: #fafafa;
    padding: .7rem 1rem; }
.mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
      color: #ccc; }
.mc4wp-form-fields input[type=email]::-moz-placeholder {
      color: #ccc; }
.mc4wp-form-fields input[type=email]:-ms-input-placeholder {
      color: #ccc; }
.mc4wp-form-fields input[type=email]:-moz-placeholder {
      color: #ccc; }
.mc4wp-form-fields input[type=email]:focus::-webkit-input-placeholder {
      color: transparent; }
.mc4wp-form-fields input[type=email]:focus::-moz-placeholder {
      color: transparent; }
.mc4wp-form-fields input[type=email]:focus:-ms-input-placeholder {
      color: transparent; }
.mc4wp-form-fields input[type=email]:focus:-moz-placeholder {
      color: transparent; }
.mc4wp-form-fields button[type=submit],.mc4wp-form-fields input[type=submit] {
    border-bottom-right-radius: inherit;
    border-top-right-radius: inherit;
    font-size: 1rem; }
.mc4wp-form-fields button[type=submit] .lable,.mc4wp-form-fields input[type=submit] .lable {
      display: none; }
.mc4wp-form-fields button[type=submit] .icon,.mc4wp-form-fields input[type=submit] .icon {
      position: relative;
      top: 3px; }
.style-2 .mc4wp-form-fields button[type=submit],.style-2 .mc4wp-form-fields input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: transparent;
  padding-right: 1.5em;
  z-index: 99; }
.style-2 .mc4wp-form-fields input:-webkit-autofill+.input-group-btn button[type=submit] .icon,.style-2 .mc4wp-form-fields input:-webkit-autofill+.input-group-btn input[type=submit] .icon,.style-2 .mc4wp-form-fields input:autofill+.input-group-btn button[type=submit] .icon,.style-2 .mc4wp-form-fields input:autofill+.input-group-btn input[type=submit] .icon {
  color: #000; }
.style-3 .mc4wp-form-fields .input-group {
  flex-direction: column; }
.style-3 .mc4wp-form-fields input {
  width: 100%;
  border-radius: inherit !important; }
.style-3 .mc4wp-form-fields button[type=submit],.style-3 .mc4wp-form-fields input[type=submit] {
  margin-top: 20px;
  margin-left: 0 !important;
  border-radius: inherit; }
.style-3 .mc4wp-form-fields button[type=submit] .lable,.style-3 .mc4wp-form-fields input[type=submit] .lable {
    display: block; }
.style-3 .mc4wp-form-fields button[type=submit] .icon,.style-3 .mc4wp-form-fields input[type=submit] .icon {
    display: none; }
.colors-scheme-light .mc4wp-form-fields input[type=email] {
  border-color: hsla(0,0%,100%,.2);
  color: hsla(0,0%,100%,.5) !important; }
.colors-scheme-light .mc4wp-form-fields input[type=email]:focus {
    border-color: hsla(0,0%,100%,.4) !important; }
.wpcf7-form input[type=submit] {
  background-color: #000;
  width: 100%; }
.opal-custom-menu-inline .widget_nav_menu li {
  position: relative;
  padding: 0;
  margin: 0; }
.opal-custom-menu-inline .widget_nav_menu li li {
    display: block;
    width: 100%;
    border: none; }
.opal-custom-menu-inline .widget_nav_menu li li a {
      text-align: left; }
.opal-custom-menu-inline .widget_nav_menu li ul {
    position: absolute;
    min-width: 180px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 9; }
.opal-custom-menu-inline .widget_nav_menu li ul ul {
      top: 0;
      left: 100%; }
.opal-custom-menu-inline .widget_nav_menu li:hover&gt;ul {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
.opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li {
  vertical-align: middle; }
div[class*=opal-custom-menu-list] .widget_nav_menu li {
  position: relative; }
div[class*=opal-custom-menu-list] .widget_nav_menu li:before {
    left: 0;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    transition: all .2s ease-in-out; }
.opal-custom-menu-list-round-outline .widget_nav_menu li:before,.opal-custom-menu-list-square-outline .widget_nav_menu li:before {
  width: 8px;
  height: 8px; }
.opal-custom-menu-list-round .widget_nav_menu li:before,.opal-custom-menu-list-square .widget_nav_menu li:before {
  width: 6px;
  height: 6px; }
.custom-menu h2.widget-title,.custom-menu h2.widgettitle {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px; }
.custom-menu ul li {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.4; }
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,video {
  height: auto;
  /* Make sure images are scaled correctly. */
max-width: 100%;
  /* Adhere to container width. */
}
img.alignleft,img.alignright {
  float: none;
  margin: 0; }
.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
  border: none; }
/* Make sure embeds and iframes fit their containers. */
.gallery-caption,.wp-caption,embed,iframe,object {
  margin-bottom: 1.5em;
  max-width: 100%; }
.gallery-caption,.wp-caption {
  font-size: 13px;
  font-size: .8125rem; }
.wp-caption img[class*=wp-image-] {
  display: block; }
.wp-caption .wp-caption-text {
  margin: .8075em 0; }
/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em; }
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,.mejs-controls a.mejs-horizontal-volume-slider:focus,.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0; }
/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  color: #222; }
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333; }
.site-content .wp-playlist-light .wp-playlist-item {
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }
.site-content .wp-playlist-light .wp-playlist-item:focus,.site-content .wp-playlist-light .wp-playlist-item:focus a,.site-content .wp-playlist-light .wp-playlist-item:hover,.site-content .wp-playlist-light .wp-playlist-item:hover a,.site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff; }
.site-content .wp-playlist-dark {
  background-color: #222; }
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333; }
.site-content .wp-playlist-dark .wp-playlist-caption,.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #fff; }
.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333; }
.site-content .wp-playlist-dark .wp-playlist-item {
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }
.site-content .wp-playlist-dark .wp-playlist-item:focus,.site-content .wp-playlist-dark .wp-playlist-item:focus a,.site-content .wp-playlist-dark .wp-playlist-item:hover,.site-content .wp-playlist-dark .wp-playlist-item:hover a,.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
    color: #222; }
.site-content .wp-playlist {
  padding: .625em .625em .3125em; }
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .1818em; }
.site-content .wp-playlist-item {
  padding: 0 .3125em;
  cursor: pointer; }
.site-content .wp-playlist-item:last-of-type {
    border-bottom: none; }
.site-content .wp-playlist-item a {
    padding: .3125em 0;
    border-bottom: none; }
.site-content .wp-playlist-item a,.site-content .wp-playlist-item a:focus,.site-content .wp-playlist-item a:hover {
    box-shadow: none;
    background-color: transparent; }
.site-content .wp-playlist-item-length {
  top: 5px; }
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.entry-gallery .gallery-item {
  float: left; }
.entry-gallery .gallery a {
  display: block; }
.entry-gallery .gallery.owl-loaded .owl-nav [class*=owl] {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 32px; }
.entry-gallery .gallery.owl-loaded .owl-nav [class*=owl]:before {
    font-size: 13px;
    font-size: .8125rem;
    font-family: FontAwesome; }
.entry-gallery .gallery.owl-loaded .owl-nav .owl-next:before {
  content: "\f054"; }
.entry-gallery .gallery.owl-loaded .owl-nav .owl-prev:before {
  content: "\f053"; }
.single .gallery,.widget .gallery {
  margin-left: -10px;
  margin-right: -10px; }
.single .gallery-item,.widget .gallery-item {
  vertical-align: top;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px; }
.single .gallery-columns-5 .gallery-item,.widget .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%; }
.single .gallery-columns-7 .gallery-item,.widget .gallery-columns-7 .gallery-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }
.single .gallery-columns-8 .gallery-item,.widget .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%; }
.single .gallery-columns-9 .gallery-item,.widget .gallery-columns-9 .gallery-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }
.gallery-item a {
  box-shadow: none;
  background: none;
  display: block; }
.gallery-item a:focus,.gallery-item a:hover {
    box-shadow: none;
    background: none;
    max-width: 100%; }
.gallery-item a img {
    display: block;
    transition: -webkit-filter .2s ease-in;
    transition: filter .2s ease-in;
    transition: filter .2s ease-in,-webkit-filter .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.gallery-item a:focus img,.gallery-item a:hover img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%); }
.gallery-caption {
  display: block;
  padding: 0 10px 0 0; }
/*--------------------------------------------------------------
16.2 Instagram
--------------------------------------------------------------*/
.instagram-widget .instagram-picture {
  padding: 0 !important; }
.instagram-widget .instagram-picture img {
    display: block; }
.instagram-widget .instagram-picture:hover .hover-mask {
    transform: translateY(0);
    -webkit-transform: translateY(0); }
.instagram-widget .instagram-picture:hover .wrapp-picture:after {
    opacity: 1; }
.instagram-widget .instagram-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: 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; }
.instagram-widget .instagram-content-inner {
  z-index: 5;
  background: #fff;
  box-shadow: 0 0 12px rgba(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 {
    z-index: 4; }
.instagram-widget .wrapp-picture:after,.instagram-widget .wrapp-picture a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.instagram-widget .wrapp-picture:after {
    content: "";
    z-index: 1;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease; }
.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: 20px 15px;
  background: linear-gradient(transparent,rgba(0,0,0,.65));
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: transform .3s ease,opacity .3s ease;
  -webkit-transition: transform .3s ease,opacity .3s ease; }
.instagram-widget .instagram-comments,.instagram-widget .instagram-likes {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  color: #fff;
  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-comments .icon,.instagram-widget .instagram-comments:before,.instagram-widget .instagram-likes .icon,.instagram-widget .instagram-likes:before {
    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; }
/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/
.modal,.modal-open {
  overflow: hidden; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0; }
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%); }
.modal.show .modal-dialog {
    transform: translate(0); }
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
.modal-content {
  position: relative;
  display: flex;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
.modal-backdrop.fade {
    opacity: 0; }
.modal-backdrop.show {
    opacity: .5; }
.modal-header {
  display: flex;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }
.modal-title {
  line-height: 1.5; }
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }
.modal-footer {
  display: flex;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
.modal-footer&gt;:not(:first-child) {
    margin-left: .25rem; }
.modal-footer&gt;:not(:last-child) {
    margin-right: .25rem; }
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
/*--------------------------------------------------------------
17.1 Modal User
--------------------------------------------------------------*/
.modal-user .opal-tabs&gt;nav {
  margin-bottom: 0; }
.modal-user .opal-tabs&gt;nav li a {
    color: #fff; }
.modal-user .opal-tabs&gt;nav li.tab-current a {
    color: #000; }
.modal-user .btn-modal-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  background-color: #333;
  display: flex; }
.modal-user.loading .opal-tab-content:after,.modal-user.loading .tab-current:after {
  position: absolute;
  background: hsla(0,0%,46%,.3);
  content: "";
  display: block;
  top: 0;
  left: 0;
  z-index: 900; }
.modal-user.loading a,.modal-user.loading button,.modal-user.loading checkbox,.modal-user.loading input,.modal-user.loading label,.modal-user.loading select {
  pointer-events: none; }
.modal-user.loading .opal-loader {
  display: block; }
.modal-user .opal-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500; }
.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px; }
.modal-user .opal-loader-inner label {
    font-size: 20px;
    font-size: 1.25rem;
    opacity: 0;
    color: #5f65b1; }
.modal-user .opal-loader-inner label:nth-child(6) {
      animation: b 3s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(5) {
      animation: b 3s .1s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(4) {
      animation: b 3s .2s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(3) {
      animation: b 3s .3s infinite ease-in-out; }
.modal-user .opal-loader-inner label:nth-child(2) {
      animation: b 3s .4s infinite ease-in-out; }
.modal-user .opal-loader-inner label:first-child {
      animation: b 3s .5s infinite ease-in-out; }
@keyframes b {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
33% {
    opacity: 1;
    transform: translateX(0); }
66% {
    opacity: 1;
    transform: translateX(0); }
to {
    opacity: 0;
    transform: translateX(300px); }
}
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Colors
--------------------------------------------------------------*/
/* ===== Start Color: silver1 ===== */
.otf-testimonials.style2 .content:before,.otf-testimonials.style3 .content:before {
  color: #f1f1f1; }
#order_review_heading:focus,.custom-logo-link+.site-branding-text:focus,.otf-vertical-menu .navbar-nav li .text-label:focus,.product-style-12 li.product:not(.otf-product-list) .caption,.screen-reader-text:focus,.shop-action .yith-wcwl-add-to-wishlist&gt;div span:focus,.single .gallery-columns-6 .gallery-caption:focus,.single .gallery-columns-7 .gallery-caption:focus,.single .gallery-columns-8 .gallery-caption:focus,.single .gallery-columns-9 .gallery-caption:focus,.widget .gallery-columns-6 .gallery-caption:focus,.widget .gallery-columns-7 .gallery-caption:focus,.widget .gallery-columns-8 .gallery-caption:focus,.widget .gallery-columns-9 .gallery-caption:focus {
  background-color: #f1f1f1; }
/* ===== End Color: silver1 ===== */
/* ===== Start Color: silver1 - Hover ===== */
/* ===== End Color: silver1 - Hover ===== */
/* ===== Start Color: silver2 ===== */
.opal-comment-3 .comment-reply-link,.opal-pagination-3 .page-numbers:not(ul),.opal-pagination-6 .page-numbers:not(ul),.product-style-13 li.product:not(.otf-product-list) .caption,.single-featured-image-header,.site-content .wp-playlist-light {
  border-color: #eee; }
.comments-pagination,.entry-footer,.main-navigation&gt;div&gt;ul,.mainmenu-container&gt;div&gt;ul,.pagination,.woocommerce-pagination {
  border-top-color: #eee; }
#payment .payment_methods li,.entry-footer,.site-content .wp-playlist-light .wp-playlist-item,tr {
  border-bottom-color: #eee; }
/* ===== End Color: silver2 ===== */
/* ===== Start Color: silver2 - Hover ===== */
.product-style-7 li.product:not(.otf-product-list) .compare:hover,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a:hover {
  background-color: #c8c8c8; }
/* ===== End Color: silver2 - Hover ===== */
/* ===== Start Color: silver3 ===== */
#reviews .opal-comment-6 .commentlist .children:before,.opal-body-color-scheme-dark .opal-menu-canvas,.opal-body-color-scheme-dark .opal-menu-canvas .dropdown-toggle,.opal-body-color-scheme-dark .opal-menu-canvas .sub-menu-inner .widget a,.opal-body-color-scheme-dark .opal-menu-canvas .vc_custom_heading,.opal-body-color-scheme-dark .opal-menu-canvas .widget-title,.opal-body-color-scheme-dark .opal-menu-canvas .widgettitle,.opal-body-color-scheme-dark .opal-menu-canvas a,.opal-body-color-scheme-dark .opal-menu-canvas li li:hover a,.opal-canvas-dark .opal-menu-canvas,.opal-canvas-dark .opal-menu-canvas .dropdown-toggle,.opal-canvas-dark .opal-menu-canvas .sub-menu-inner .widget a,.opal-canvas-dark .opal-menu-canvas .vc_custom_heading,.opal-canvas-dark .opal-menu-canvas .widget-title,.opal-canvas-dark .opal-menu-canvas .widgettitle,.opal-canvas-dark .opal-menu-canvas a,.opal-canvas-dark .opal-menu-canvas li li:hover a,.opal-comment-6 #reviews .commentlist .children:before,.opal-comment-6 .comment-list .children:before,.opal-comment-7 .comment-reply-link:before,.opal-header-skin-dark #opal-header-sticky .main-navigation .top-menu&gt;li&gt;a,.opal-header-skin-dark .header-button .amount,.opal-header-skin-dark .site-branding,.opal-header-skin-dark .site-branding a,.opal-header-skin-dark .site-header,.opal-header-skin-dark .site-header a:not(.vc_btn3),.opal-header-skin-dark .site-title,.opal-header-skin-dark .site-title a,.opal-header-skin-dark .top-bar,.opal-header-skin-dark .top-bar a,.opal-header-sticky-skin-dark #opal-header-sticky,.opal-header-sticky-skin-dark #opal-header-sticky .header-button .amount,.opal-header-sticky-skin-dark #opal-header-sticky .header-button .count-text,.opal-header-sticky-skin-dark #opal-header-sticky .header-button .title,.opal-header-sticky-skin-dark #opal-header-sticky .main-navigation .top-menu&gt;li&gt;a,.opal-header-sticky-skin-dark #opal-header-sticky a:not(.vc_btn3),.otf-testimonials.style4 .content:after,.otf-testimonials.style4 .content:before,.otf-testimonials.style5 .content:before {
  color: #ddd; }
.opal-comment-7 .comment-body:before,.opal-comment-7 .comment_container:before,.opal-post-navigation-4 .post-navigation .nav-links&gt;div,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-subtitle,.product-style-2 li.product:not(.otf-product-list) .product-caption,.product-style-2 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-7 li.product:not(.otf-product-list) .compare,.product-style-7 li.product:not(.otf-product-list) .compare-button,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-12 li.product:not(.otf-product-list) figure,.product-style-15 li.product:not(.otf-product-list) figure,.single-product div.product .product_meta,.single-product div.product form.cart .quantity,.single-product div.product form.cart .quantity input[type=number],.top-bar .widget_nav_menu ul.menu&gt;li,.widget .tagcloud a,.widget.widget_tag_cloud a,.woocommerce-single-style-5.single-product .woocommerce-product-rating,.wp_widget_tag_cloud a,.ywsfd-wrapper,table.cart:not(.wishlist_table) .quantity,table.cart:not(.wishlist_table) .quantity input[type=number] {
  border-color: #ddd; }
.product-style-2 li.product:not(.otf-product-list) .compare-button,.product-style-2 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist {
  border-left-color: #ddd; }
/* ===== End Color: silver3 ===== */
/* ===== Start Color: silver3 - Hover ===== */
/* ===== End Color: silver3 - Hover ===== */
.opal-comment-3 #comments .avatar,.opal-comment-5 #comments .avatar,.opal-comment-7 #comments .avatar {
  box-shadow: 0 3px 5px #ddd; }
.b-shadow-2,.blog-container.classic article.post,.box-content,.box-shadow,.opal-comment-1 .comment-body,.opal-comment-1 .comment_container,.opal-comment-2 .comment-body,.opal-comment-2 .comment_container,.opal-comment-5 .comment-body,.opal-comment-5 .comment_container,.opal-comment-6 .comment-body,.opal-comment-6 .comment_container,.opal-post-navigation-3 .post-navigation .nav-links,.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,.opal-sidebar-title-outside #secondary .widget&gt;:not(.widget-title):not(.customize-partial-edit-shortcut),.otf-pricing.style-1 {
  box-shadow: 0 1px 2px #ddd; }
.b-shadow {
  box-shadow: 0 0 15px #ddd; }
/* ===== Start Color: blue1 ===== */
/* ===== End Color: blue1 ===== */
/* ===== Start Color: blue1 - Hover ===== */
/* ===== End Color: blue1 - Hover ===== */
/* ===== Start Color: blue2 ===== */
#order_review_heading:focus,.custom-logo-link+.site-branding-text:focus,.otf-vertical-menu .navbar-nav li .text-label:focus,.screen-reader-text:focus,.shop-action .yith-wcwl-add-to-wishlist&gt;div span:focus,.single .gallery-columns-6 .gallery-caption:focus,.single .gallery-columns-7 .gallery-caption:focus,.single .gallery-columns-8 .gallery-caption:focus,.single .gallery-columns-9 .gallery-caption:focus,.widget .gallery-columns-6 .gallery-caption:focus,.widget .gallery-columns-7 .gallery-caption:focus,.widget .gallery-columns-8 .gallery-caption:focus,.widget .gallery-columns-9 .gallery-caption:focus {
  color: #21759b; }
/* ===== End Color: blue2 ===== */
/* ===== Start Color: blue2 - Hover ===== */
/* ===== End Color: blue2 - Hover ===== */
/* ===== Start Color: blue3 ===== */
/* ===== End Color: blue3 ===== */
/* ===== Start Color: blue3 - Hover ===== */
/* ===== End Color: blue3 - Hover ===== */
/* ===== Start Color: blue4 ===== */
/* ===== End Color: blue4 ===== */
/* ===== Start Color: blue4 - Hover ===== */
/* ===== End Color: blue4 - Hover ===== */
/* ===== Start Color: blue5 ===== */
/* ===== End Color: blue5 ===== */
/* ===== Start Color: blue5 - Hover ===== */
/* ===== End Color: blue5 - Hover ===== */
/* ===== Start Color: blue6 ===== */
/* ===== End Color: blue6 ===== */
/* ===== Start Color: blue6 - Hover ===== */
/* ===== End Color: blue6 - Hover ===== */
/* ===== Start Color: blue7 ===== */
/* ===== End Color: blue7 ===== */
/* ===== Start Color: blue7 - Hover ===== */
/* ===== End Color: blue7 - Hover ===== */
/* ===== Start Color: black1 ===== */
.main-navigation .menu-item&gt;a,.opal-header-skin-custom .otf-vertical-menu .navbar-nav&gt;li&gt;a,.opal-header-skin-dark .otf-vertical-menu .navbar-nav&gt;li&gt;a,.otf-pricing.style-2 .pricing-info li.active,.otf-pricing.style-3 .pricing-header .title,.otf-pricing.style-3 .pricing-info li.active,.otf-vertical-menu .navbar-nav&gt;li&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a:hover,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a:hover {
  color: #000; }
.product-style-11 li.product:not(.otf-product-list) a.loading[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) a[class*=product_type_]:hover,.single-product .single_add_to_cart_button {
  background-color: #000; }
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.opal-pagination-3 a.page-numbers:hover,.otf-teams.otf-teams-style-3 .team-wrapper .social a:hover,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.single-product .single_add_to_cart_button,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev {
  border-color: #000; }
/* ===== End Color: black1 ===== */
/* ===== Start Color: black1 - Hover ===== */
/* ===== End Color: black1 - Hover ===== */
/* ===== Start Color: black2 ===== */
/* ===== End Color: black2 ===== */
/* ===== Start Color: black2 - Hover ===== */
/* ===== End Color: black2 - Hover ===== */
/* ===== Start Color: black3 ===== */
.bypostauthor&gt;.comment-body&gt;.comment-meta&gt;.comment-author .avatar,.opal-body-color-scheme-dark .opal-menu-canvas ul&gt;li,.opal-canvas-dark .opal-menu-canvas ul&gt;li,.opal-footer-skin-dark .site-footer .widget .tagcloud a,.opal-footer-skin-dark .site-footer .widget.widget_tag_cloud a,.opal-header-skin-dark .my-account-links-menu .sub-menu li,.opal-header-skin-dark .top-bar .social-navigation a,.opal-header-skin-dark .top-bar ul li a,.opal-header-sticky-skin-dark .my-account-links-menu .sub-menu li,.otf-teams.otf-teams-style-3 .team-wrapper .social a,.site-content .wp-playlist-dark,.widget .woof_list_checkbox input[type=checkbox]+label:hover:before,.widget .woof_list_checkbox input[type=checkbox]:checked+label:before,.widget .woof_list_radio input[type=radio]+label:hover:before,.widget .woof_list_radio input[type=radio]:checked+label:before,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus {
  border-color: #333; }
.opal-footer-skin-dark .site-footer,.opal-footer-skin-dark .site-footer .widget ul li {
  border-top-color: #333; }
.opal-footer-skin-dark .site-footer .widget ul li,.opal-header-skin-dark .top-bar {
  border-bottom-color: #333; }
.opal-header-skin-dark .top-bar ul li:first-child {
  border-left-color: #333; }
/* ===== End Color: black3 ===== */
/* ===== Start Color: black3 - Hover ===== */
.product-style-9 li.product:not(.otf-product-list) a.loading[class*=product_type_],.product-style-9 li.product:not(.otf-product-list) a[class*=product_type_]:hover {
  background-color: #0d0d0d; }
/* ===== End Color: black3 - Hover ===== */
/* ===== Start Color: black4 ===== */
.product-style-11 li.product:not(.otf-product-list) a[class*=product_type_] {
  color: #262626; }
.opal-footer-skin-dark .site-footer .social-navigation li a,.opal-header-skin-dark .site-header,.opal-header-sticky-skin-dark #opal-header-sticky {
  background-color: #262626; }
/* ===== End Color: black4 ===== */
/* ===== Start Color: black4 - Hover ===== */
/* ===== End Color: black4 - Hover ===== */
/* ===== Start Color: black5 ===== */
.opal-footer-skin-dark .site-footer {
  background-color: #363636; }
/* ===== End Color: black5 ===== */
/* ===== Start Color: black5 - Hover ===== */
/* ===== End Color: black5 - Hover ===== */
/* ===== Start Color: red1 ===== */
.main-navigation .text-label.text-hot,.mainmenu-container .text-label.text-hot {
  background-color: #ff4a5d; }
.main-navigation .text-label.text-hot:before,.mainmenu-container .text-label.text-hot:before {
  border-top-color: #ff4a5d; }
/* ===== End Color: red1 ===== */
/* ===== Start Color: red1 - Hover ===== */
/* ===== End Color: red1 - Hover ===== */
/* ===== Start Color: one-black1 ===== */
/* ===== End Color: one-black1 ===== */
/* ===== Start Color: one-black1 - Hover ===== */
/* ===== End Color: one-black1 - Hover ===== */
.b-shadow-3 {
  box-shadow: inset 0 5px 15px rgba(0,0,0,.1); }
/* ===== Start Color: two-black1 ===== */
.custom-header .my-account-links-menu .sub-menu,.my-account-links-menu .sub-menu li {
  border-color: rgba(0,0,0,.2); }
.top-bar ul li:first-child {
  border-left-color: rgba(0,0,0,.2); }
.top-bar ul li {
  border-right-color: rgba(0,0,0,.2); }
/* ===== End Color: two-black1 ===== */
/* ===== Start Color: two-black1 - Hover ===== */
/* ===== End Color: two-black1 - Hover ===== */
/* ===== Start Color: four-black1 ===== */
/* ===== End Color: four-black1 ===== */
/* ===== Start Color: four-black1 - Hover ===== */
/* ===== End Color: four-black1 - Hover ===== */
/* ===== Start Color: eight-black1 ===== */
/* ===== End Color: eight-black1 ===== */
/* ===== Start Color: eight-black1 - Hover ===== */
/* ===== End Color: eight-black1 - Hover ===== */
/* ===== Start Color: gray1 ===== */
.comment-awaiting-moderation,.comment-metadata,.comment-metadata a,.no-comments,.opal-body-color-scheme-dark .opal-menu-canvas ul&gt;li:hover&gt;.dropdown-toggle,.opal-canvas-dark .opal-menu-canvas ul&gt;li:hover&gt;.dropdown-toggle,.opal-pagination-8 .page-numbers:not(ul),.page-links .page-number,.post-navigation .nav-subtitle,.product-style-8 li.product:not(.otf-product-list) .price del,.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist,.sub-menu-inner .widget a:hover,.widget_rss .rss-date,.widget_rss li cite,ul.products li.product.otf-product-list .price del {
  color: #767676; }
.opal-pagination-8 .page-numbers.current:not(ul),.out-of-stock,.site-content .wp-playlist-light .wp-playlist-item:focus,.site-content .wp-playlist-light .wp-playlist-item:hover,input[type=button]:focus,input[type=button]:hover {
  background-color: #767676; }
.opal-pagination-8 .page-numbers.current:not(ul) {
  border-color: #767676; }
abbr[title] {
  border-bottom-color: #767676; }
/* ===== End Color: gray1 ===== */
/* ===== Start Color: gray1 - Hover ===== */
/* ===== End Color: gray1 - Hover ===== */
.modal-content {
  box-shadow: 0 15px 40px #767676; }
/* ===== Start Color: gray2 ===== */
.opal-footer-skin-dark .site-footer,.opal-footer-skin-dark .site-footer .widget .tagcloud a span,.opal-footer-skin-dark .site-footer .widget.widget_tag_cloud a span,.opal-footer-skin-dark .site-footer a:hover,.scrollup .icon {
  color: #bbb; }
hr,input.secondary[type=button]:focus,input.secondary[type=button]:hover,input.secondary[type=reset]:focus,input.secondary[type=reset]:hover,input.secondary[type=submit]:focus,input.secondary[type=submit]:hover,input[type=reset]:focus,input[type=reset]:hover {
  background-color: #bbb; }
.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover,fieldset,select {
  border-color: #bbb; }
thead th {
  border-bottom-color: #bbb; }
/* ===== End Color: gray2 ===== */
/* ===== Start Color: gray2 - Hover ===== */
/* ===== End Color: gray2 - Hover ===== */
/* ===== Start Color: gray3 ===== */
.entry-content blockquote.alignleft,.entry-content blockquote.alignright,.gallery-caption,.site-description,.site-info a,.taxonomy-description,.wp-caption,blockquote {
  color: #666; }
abbr,acronym {
  border-bottom-color: #666; }
/* ===== End Color: gray3 ===== */
/* ===== Start Color: gray3 - Hover ===== */
/* ===== End Color: gray3 - Hover ===== */
/* ===== Start Color: gray4 ===== */
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa; }
.site-content .wp-playlist-dark .wp-playlist-item:focus,.site-content .wp-playlist-dark .wp-playlist-item:hover {
  background-color: #aaa; }
/* ===== End Color: gray4 ===== */
/* ===== Start Color: gray4 - Hover ===== */
/* ===== End Color: gray4 - Hover ===== */
/* ===== Start Color: gray5 ===== */
.product-style-1 li.product:not(.otf-product-list) .compare-button,.product-style-1 li.product:not(.otf-product-list) .compare-button:hover,.product-style-1 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-1 li.product:not(.otf-product-list) .yith-wcqv-button:hover,.product-style-1 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist,.product-style-1 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist:hover {
  border-color: #555; }
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom-color: #555; }
/* ===== End Color: gray5 ===== */
/* ===== Start Color: gray5 - Hover ===== */
/* ===== End Color: gray5 - Hover ===== */
/* ===== Start Color: gray6 ===== */
/* ===== End Color: gray6 ===== */
/* ===== Start Color: gray6 - Hover ===== */
/* ===== End Color: gray6 - Hover ===== */
/* ===== Start Color: gray7 ===== */
.entry-gallery .otf-testimonials .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-prev,.entry-meta,.entry-meta a,.error404 .site-content-contain,.mc4wp-form .widget-title p,.mc4wp-form input[type=email],.opal-footer-skin-dark .site-footer .widget li a,.otf-pricing.style-1 .pricing-header .per,.otf-pricing.style-1 .pricing-info li,.otf-pricing.style-2 .pricing-info li,.otf-pricing.style-3 .pricing-info li,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials .job,.otf-testimonials .owl-theme .owl-nav .owl-next,.otf-testimonials .owl-theme .owl-nav .owl-prev,.otf-testimonials.style1 .content,.otf-testimonials.style1 .job,.page-numbers:not(ul),.product-style-11 li.product:not(.otf-product-list) .posted_in a,.product-style-11 li.product:not(.otf-product-list) .price del,.single-product .woocommerce-product-details__short-description,.single-product div.product .summary .price del,.site-header .opal-custom-menu-inline .widget_nav_menu a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a {
  color: #999; }
/* ===== End Color: gray7 ===== */
/* ===== Start Color: gray7 - Hover ===== */
.site-header .opal-custom-menu-inline .widget_nav_menu a:hover {
  color: #737373; }
/* ===== End Color: gray7 - Hover ===== */
/* ===== Start Color: gray8 ===== */
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl]:before,.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl]:before,.otf-sorting .display-mode button,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl]:before,.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:before {
  color: #e5e5e5; }
.opal-comment-2 .comment-body:before,.opal-comment-2 .comment_container:before {
  background-color: #e5e5e5; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl],.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl],.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.form-control,.mainmenu-container ul ul,.otf-testimonials.style1 .author-content,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl],.widget .woof_list_checkbox input[type=checkbox]+label:before,.widget .woof_list_radio input[type=radio]+label:before,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl] {
  border-color: #e5e5e5; }
/* ===== End Color: gray8 ===== */
/* ===== Start Color: gray8 - Hover ===== */
/* ===== End Color: gray8 - Hover ===== */
/* ===== Start Color: gray9 ===== */
.opal-countdown b,article.type-post .entry-content .more-link {
  background-color: #e1e1e1; }
.opal-archive-style-2 article.otf-post-style,.opal-checkbox .icon-check,.opal-radio .icon-check,.otf-teams .social a,.otf-testimonials.style3 .content,.otf-testimonials.style3 .content:after {
  border-color: #e1e1e1; }
/* ===== End Color: gray9 ===== */
/* ===== Start Color: gray9 - Hover ===== */
/* ===== End Color: gray9 - Hover ===== */
/* ===== Start Color: gray10 ===== */
.style-3 .mc4wp-form-fields p:first-child:after {
  color: #ccc; }
.product-style-7 li.product:not(.otf-product-list) .compare:hover,.product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a:hover,.woocommerce-tabs#otf-accordion-container [data-accordion] {
  border-color: #ccc; }
/* ===== End Color: gray10 ===== */
/* ===== Start Color: gray10 - Hover ===== */
/* ===== End Color: gray10 - Hover ===== */
/* ===== Start Color: gray11 ===== */
.mainmenu-container .menu-item-has-children&gt;a&gt;i,.mainmenu-container .page_item_has_children&gt;a&gt;i {
  color: #a3a5a7; }
/* ===== End Color: gray11 ===== */
/* ===== Start Color: gray11 - Hover ===== */
/* ===== End Color: gray11 - Hover ===== */
/* ===== Start Color: gray12 ===== */
/* ===== End Color: gray12 ===== */
/* ===== Start Color: gray12 - Hover ===== */
/* ===== End Color: gray12 - Hover ===== */
/* ===== Start Color: white1 ===== */
.main-navigation .opal-body-color-scheme-dark .menu-item&gt;a,.mainmenu-container .text-label,.opal-body-color-scheme-dark .entry-footer .cat-links a:hover,.opal-body-color-scheme-dark .h1,.opal-body-color-scheme-dark .h2,.opal-body-color-scheme-dark .h3,.opal-body-color-scheme-dark .h4,.opal-body-color-scheme-dark .h5,.opal-body-color-scheme-dark .h6,.opal-body-color-scheme-dark .main-navigation .menu-item&gt;a,.opal-body-color-scheme-dark .otf-pricing.style-2 .pricing-info li.active,.opal-body-color-scheme-dark .otf-pricing.style-3 .pricing-header .title,.opal-body-color-scheme-dark .otf-pricing.style-3 .pricing-info li.active,.opal-body-color-scheme-dark .otf-vertical-menu .navbar-nav&gt;li&gt;a,.opal-body-color-scheme-dark .post-navigation .nav-title:hover,.opal-body-color-scheme-dark .product_list_widget del .amount,.opal-body-color-scheme-dark.single-product div.product form.cart .quantity input[type=button],.opal-body-color-scheme-dark .vc_btn3.vc_btn3-color-black.vc_btn3-style-outline,.opal-body-color-scheme-dark .widget .tagcloud a:hover,.opal-body-color-scheme-dark .widget.widget_tag_cloud a:hover,.opal-body-color-scheme-dark .woocommerce-MyAccount-content h2,.opal-body-color-scheme-dark .woocommerce-product-list del .amount,.opal-body-color-scheme-dark.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.opal-body-color-scheme-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.opal-body-color-scheme-dark.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a:hover,.opal-body-color-scheme-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .vc_tta-tab&gt;a:hover,.opal-body-color-scheme-dark.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.opal-body-color-scheme-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab.vc_active&gt;a,.opal-body-color-scheme-dark.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a:hover,.opal-body-color-scheme-dark .wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a:hover,.opal-body-color-scheme-dark a,.opal-body-color-scheme-dark h1,.opal-body-color-scheme-dark h2,.opal-body-color-scheme-dark h3,.opal-body-color-scheme-dark h4,.opal-body-color-scheme-dark h5,.opal-body-color-scheme-dark h6,.opal-body-color-scheme-dark table.cart:not(.wishlist_table) .quantity input[type=button],.opal-body-color-scheme-dark ul.products li.product .price,.otf-pricing.style-2 .pricing-info .opal-body-color-scheme-dark li.active,.otf-pricing.style-3 .pricing-header .opal-body-color-scheme-dark .title,.otf-pricing.style-3 .pricing-info .opal-body-color-scheme-dark li.active,.otf-vertical-menu .opal-body-color-scheme-dark .navbar-nav&gt;li&gt;a,.product-style-11 li.product:not(.otf-product-list) .yith-wcqv-button:hover:before,.product-style-11 li.product:not(.otf-product-list) a.loading[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) a[class*=product_type_]:hover,.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu a,.woocommerce-MyAccount-content .opal-body-color-scheme-dark h2,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .opal-body-color-scheme-dark .vc_tta-tab.vc_active&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style-2.vc_tta-tabs .opal-body-color-scheme-dark .vc_tta-tab&gt;a:hover,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .opal-body-color-scheme-dark .vc_tta-tab.vc_active&gt;a,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .opal-body-color-scheme-dark .vc_tta-tab&gt;a:hover {
  color: #fff; }
.before-title-white:before,.opal-countdown.style-2 b,.opal-countdown.style-3 b {
  background-color: #fff; }
.bc-light,.opal-comment-3 #comments .avatar,.opal-comment-5 #comments .avatar,.opal-comment-7 #comments .avatar {
  border-color: #fff; }
.opal-pagination-8 .page-numbers:not(ul) {
  border-top-color: #fff; }
/* ===== End Color: white1 ===== */
/* ===== Start Color: white1 - Hover ===== */
.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu a:hover {
  color: #d9d9d9; }
.product-style-9 li.product:not(.otf-product-list) .compare:hover,.product-style-9 li.product:not(.otf-product-list) .yith-wcqv-button:hover,.product-style-9 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a:hover {
  background-color: #d9d9d9; }
/* ===== End Color: white1 - Hover ===== */
/* ===== Start Color: white2 ===== */
.opal-body-color-scheme-dark form.woocommerce-form-login {
  color: #fafafa; }
/* ===== End Color: white2 ===== */
/* ===== Start Color: white2 - Hover ===== */
/* ===== End Color: white2 - Hover ===== */
/* ===== Start Color: white3 ===== */
.opal-body-color-scheme-dark .entry-footer .cat-links a,.opal-body-color-scheme-dark .post-navigation .nav-title {
  color: #f3f3f3; }
/* ===== End Color: white3 ===== */
/* ===== Start Color: white3 - Hover ===== */
/* ===== End Color: white3 - Hover ===== */
/* ===== Start Color: white4 ===== */
.opal-body-color-scheme-dark .product-style-11 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .opal-body-color-scheme-dark a[class*=product_type_] {
  color: #f8f8f8; }
li.product .countdown-times b {
  background-color: #f8f8f8; }
/* ===== End Color: white4 ===== */
/* ===== Start Color: white4 - Hover ===== */
/* ===== End Color: white4 - Hover ===== */
/* ===== Start Color: two-white1 ===== */
.archive .opal-footer-skin-dark .site-footer article.type-post,.blog-container.style-3 .opal-footer-skin-dark .site-footer article,.blog .opal-footer-skin-dark .site-footer article.type-post,.bottom-to-top .opal-footer-skin-dark .site-footer .search-form-wapper:after,.colors-scheme-light.top-bar ul li,.colors-scheme-light.top-bar ul li:first-child,.columns-5 .site-header-mobile .opal-footer-skin-dark .site-footer ul.products&gt;li,.columns-5 ul.products .site-header-mobile .opal-footer-skin-dark .site-footer li.product,.mainmenu-container li .opal-footer-skin-dark .site-footer li,.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=color],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=date],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=datetime-local],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=datetime],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=email],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=month],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=number],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=password],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=range],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=search],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=tel],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=text],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=time],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=url],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer input[type=week],.opal-body-color-scheme-dark .opal-footer-skin-dark .site-footer textarea,.opal-body-color-scheme-dark .select2-container--default .opal-footer-skin-dark .site-footer .select2-selection--single,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile .opal-footer-skin-dark .site-footer section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .opal-footer-skin-dark .site-footer .woof_container,.opal-comment-3 .opal-footer-skin-dark .site-footer .comment-body,.opal-comment-3 .opal-footer-skin-dark .site-footer .comment_container,.opal-comment-4 .opal-footer-skin-dark .site-footer .comment-body,.opal-comment-4 .opal-footer-skin-dark .site-footer .comment_container,.opal-comment-7 .opal-footer-skin-dark .site-footer .comment-body,.opal-comment-7 .opal-footer-skin-dark .site-footer .comment_container,.opal-footer-skin-dark .site-footer .archive article.type-post,.opal-footer-skin-dark .site-footer .bc,.opal-footer-skin-dark .site-footer .blog-container.style-3 article,.opal-footer-skin-dark .site-footer .blog article.type-post,.opal-footer-skin-dark .site-footer .bottom-to-top .search-form-wapper:after,.opal-footer-skin-dark .site-footer .box-border,.opal-footer-skin-dark .site-footer .columns-5 .site-header-mobile ul.products&gt;li,.opal-footer-skin-dark .site-footer .columns-5 ul.products .site-header-mobile li.product,.opal-footer-skin-dark .site-footer .filter-close,.opal-footer-skin-dark .site-footer .mainmenu-container li li,.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark .select2-container--default .select2-selection--single,.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=color],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=date],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=datetime-local],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=datetime],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=email],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=month],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=number],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=password],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=range],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=search],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=tel],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=text],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=time],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=url],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark input[type=week],.opal-footer-skin-dark .site-footer .opal-body-color-scheme-dark textarea,.opal-footer-skin-dark .site-footer .opal-canvas-filter.top.canvas-filter-open,.opal-footer-skin-dark .site-footer .opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,.opal-footer-skin-dark .site-footer .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,.opal-footer-skin-dark .site-footer .opal-comment-3 .comment-body,.opal-footer-skin-dark .site-footer .opal-comment-3 .comment_container,.opal-footer-skin-dark .site-footer .opal-comment-4 .comment-body,.opal-footer-skin-dark .site-footer .opal-comment-4 .comment_container,.opal-footer-skin-dark .site-footer .opal-comment-7 .comment-body,.opal-footer-skin-dark .site-footer .opal-comment-7 .comment_container,.opal-footer-skin-dark .site-footer .opal-pagination-1 .ore-pagination,.opal-footer-skin-dark .site-footer .opal-post-navigation-2 .post-navigation,.opal-footer-skin-dark .site-footer .otf-active-filters .clear-all,.opal-footer-skin-dark .site-footer .otf-active-filters li a,.opal-footer-skin-dark .site-footer .otf-menu-social.s-border a,.opal-footer-skin-dark .site-footer .otf-pricing.style-1 .pricing-info,.opal-footer-skin-dark .site-footer .otf-pricing.style-3,.opal-footer-skin-dark .site-footer .otf-pricing.style-3 .pricing-header,.opal-footer-skin-dark .site-footer .otf-product-deal .woocommerce-product-list .time,.opal-footer-skin-dark .site-footer .otf-promo-banner.style-5 .sub-categories li,.opal-footer-skin-dark .site-footer .otf-sorting .display-mode button,.opal-footer-skin-dark .site-footer .otf-sorting .display-mode button.active,.opal-footer-skin-dark .site-footer .otf-sorting .display-mode button:hover,.opal-footer-skin-dark .site-footer .otf-sorting .woocommerce-ordering select,.opal-footer-skin-dark .site-footer .otf-vertical-menu .navbar-nav&gt;li,.opal-footer-skin-dark .site-footer .popup .search-form-wapper:after,.opal-footer-skin-dark .site-footer .product-style-3 .columns-1 li.product:not(.otf-product-list):not(:first-child):nth-child(1n+1):before,.opal-footer-skin-dark .site-footer .product-style-3 .columns-2 li.product:not(.otf-product-list):not(:first-child):nth-child(odd):before,.opal-footer-skin-dark .site-footer .product-style-3 .columns-3 li.product:not(.otf-product-list):not(:first-child):nth-child(3n+1):before,.opal-footer-skin-dark .site-footer .product-style-3 .columns-4 li.product:not(.otf-product-list):not(:first-child):nth-child(4n+1):before,.opal-footer-skin-dark .site-footer .product-style-3 .columns-5 li.product:not(.otf-product-list):not(:first-child):nth-child(5n+1):before,.opal-footer-skin-dark .site-footer .product-style-3 .columns-6 li.product:not(.otf-product-list):not(:first-child):nth-child(6n+1):before,.opal-footer-skin-dark .site-footer .product-style-3 .products .owl-item,.opal-footer-skin-dark .site-footer .product-style-3 li.product:not(.otf-product-list),.opal-footer-skin-dark .site-footer .product-style-3 li.product:not(.otf-product-list) .shop-action .compare,.opal-footer-skin-dark .site-footer .product-style-3 li.product:not(.otf-product-list) .shop-action .yith-wcqv-button,.opal-footer-skin-dark .site-footer .product-style-3 li.product:not(.otf-product-list) .shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a,.opal-footer-skin-dark .site-footer .product-style-3 li.product:not(.otf-product-list) .shop-action a[class*=product_type_],.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .compare,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+*,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+.yith-wcwl-add-to-wishlist&gt;div&gt;a,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:last-child,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:nth-child(2),.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .yith-wcqv-button,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.opal-footer-skin-dark .site-footer .product-style-4 li.product:not(.otf-product-list) a[class*=product_type_],.opal-footer-skin-dark .site-footer .product-style-7 li.product:not(.otf-product-list) .product-block,.opal-footer-skin-dark .site-footer .product-style-7 li.product:not(.otf-product-list) .product-img-wrap,.opal-footer-skin-dark .site-footer .product-style-8 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.opal-footer-skin-dark .site-footer .product-style-8 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.opal-footer-skin-dark .site-footer .product-style-8 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.opal-footer-skin-dark .site-footer .product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.opal-footer-skin-dark .site-footer .product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.opal-footer-skin-dark .site-footer .product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.opal-footer-skin-dark .site-footer .product-style-8 .products,.opal-footer-skin-dark .site-footer .product-style-8 .products .owl-item,.opal-footer-skin-dark .site-footer .product-style-8 li.product:not(.otf-product-list),.opal-footer-skin-dark .site-footer .product-style-10 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.opal-footer-skin-dark .site-footer .product-style-10 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.opal-footer-skin-dark .site-footer .product-style-10 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.opal-footer-skin-dark .site-footer .product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.opal-footer-skin-dark .site-footer .product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.opal-footer-skin-dark .site-footer .product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.opal-footer-skin-dark .site-footer .product-style-10 .products,.opal-footer-skin-dark .site-footer .product-style-10 .products .owl-item,.opal-footer-skin-dark .site-footer .product-style-10 li.product:not(.otf-product-list),.opal-footer-skin-dark .site-footer .product-style-15 li.product:not(.otf-product-list) .compare,.opal-footer-skin-dark .site-footer .product-style-15 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.opal-footer-skin-dark .site-footer .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,.opal-footer-skin-dark .site-footer .site-header-mobile .col,.opal-footer-skin-dark .site-footer .site-header-mobile .columns-5 ul.products&gt;li,.opal-footer-skin-dark .site-footer .site-header-mobile .columns-5 ul.products li.product,.opal-footer-skin-dark .site-footer .site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,.opal-footer-skin-dark .site-footer .site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.opal-footer-skin-dark .site-footer .site-header-mobile .woocommerce-product-list.boxed,.opal-footer-skin-dark .site-footer .site-header-mobile .woocommerce-product-list.skin-border-box li .inner,.opal-footer-skin-dark .site-footer .site-header-mobile .woocommerce-product-list.skin-line-right li .inner,.opal-footer-skin-dark .site-footer .site-header-mobile body #secondary,.opal-footer-skin-dark .site-footer .site-header-mobile form[class*=search] input[type=search],.opal-footer-skin-dark .site-footer .site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.opal-footer-skin-dark .site-footer .site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li:first-child,.opal-footer-skin-dark .site-footer .top-to-bottom .search-form-wapper:after,.opal-footer-skin-dark .site-footer .vc_custom_heading.underline-wrap&gt;:after,.opal-footer-skin-dark .site-footer .vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tabs-container,.opal-footer-skin-dark .site-footer .vertical-menu-dropdown,.opal-footer-skin-dark .site-footer .widget.widget_recent_entries li,.opal-footer-skin-dark .site-footer .widget .woof_color_term,.opal-footer-skin-dark .site-footer .widget .woof_container,.opal-footer-skin-dark .site-footer .widget .woof_products_top_panel,.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-border-box li .inner,.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-border-box li .site-header-mobile .inner,.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-line-bottom li .inner,.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-line-right li .inner,.opal-footer-skin-dark .site-footer .woocommerce-product-list.skin-line-right li .site-header-mobile .inner,.opal-footer-skin-dark .site-footer .woocommerce-widget-layered-nav .otf-label-type,.opal-footer-skin-dark .site-footer .wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style .vc_tta-panel-heading,.opal-footer-skin-dark .site-footer body .site-header-mobile #secondary,.opal-footer-skin-dark .site-footer div[class*=opal-custom-menu-list] .widget_nav_menu li:before,.opal-footer-skin-dark .site-footer li.product.otf-product-list:after,.opal-pagination-1 .opal-footer-skin-dark .site-footer .ore-pagination,.opal-post-navigation-2 .opal-footer-skin-dark .site-footer .post-navigation,.otf-active-filters .opal-footer-skin-dark .site-footer .clear-all,.otf-active-filters li .opal-footer-skin-dark .site-footer a,.otf-menu-social.s-border .opal-footer-skin-dark .site-footer a,.otf-pricing.style-1 .opal-footer-skin-dark .site-footer .pricing-info,.otf-pricing.style-3 .opal-footer-skin-dark .site-footer .pricing-header,.otf-product-deal .woocommerce-product-list .opal-footer-skin-dark .site-footer .time,.otf-promo-banner.style-5 .sub-categories .opal-footer-skin-dark .site-footer li,.otf-sorting .display-mode .opal-footer-skin-dark .site-footer button,.otf-sorting .display-mode .opal-footer-skin-dark .site-footer button.active,.otf-sorting .display-mode .opal-footer-skin-dark .site-footer button:hover,.otf-sorting .woocommerce-ordering .opal-footer-skin-dark .site-footer select,.otf-vertical-menu .opal-footer-skin-dark .site-footer .navbar-nav&gt;li,.popup .opal-footer-skin-dark .site-footer .search-form-wapper:after,.product-style-3 .columns-1 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(1n+1):before,.product-style-3 .columns-2 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(odd):before,.product-style-3 .columns-3 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(3n+1):before,.product-style-3 .columns-4 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(4n+1):before,.product-style-3 .columns-5 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(5n+1):before,.product-style-3 .columns-6 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):not(:first-child):nth-child(6n+1):before,.product-style-3 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list),.product-style-3 .products .opal-footer-skin-dark .site-footer .owl-item,.product-style-3 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer .compare,.product-style-3 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer .yith-wcqv-button,.product-style-3 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-3 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer a[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .compare,.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .shop-action&gt;:last-child,.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .shop-action&gt;:nth-child(2),.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .yith-wcqv-button,.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-4 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer a[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer .added_to_cart+*,.product-style-4 li.product:not(.otf-product-list) .shop-action .opal-footer-skin-dark .site-footer .added_to_cart+.yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-7 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .product-block,.product-style-7 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .product-img-wrap,.product-style-8 .columns-1 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(1n),.product-style-8 .columns-2 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(2n),.product-style-8 .columns-3 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(3n),.product-style-8 .columns-4 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(4n),.product-style-8 .columns-5 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(5n),.product-style-8 .columns-6 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(6n),.product-style-8 .opal-footer-skin-dark .site-footer .products,.product-style-8 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list),.product-style-8 .products .opal-footer-skin-dark .site-footer .owl-item,.product-style-10 .columns-1 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(1n),.product-style-10 .columns-2 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(2n),.product-style-10 .columns-3 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(3n),.product-style-10 .columns-4 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(4n),.product-style-10 .columns-5 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(5n),.product-style-10 .columns-6 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list):nth-child(6n),.product-style-10 .opal-footer-skin-dark .site-footer .products,.product-style-10 .opal-footer-skin-dark .site-footer li.product:not(.otf-product-list),.product-style-10 .products .opal-footer-skin-dark .site-footer .owl-item,.product-style-15 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .compare,.product-style-15 li.product:not(.otf-product-list) .opal-footer-skin-dark .site-footer .yith-wcwl-add-to-wishlist&gt;div&gt;a,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li .opal-footer-skin-dark .site-footer img,.site-header-mobile .columns-5 .opal-footer-skin-dark .site-footer ul.products&gt;li,.site-header-mobile .columns-5 ul.products .opal-footer-skin-dark .site-footer li.product,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap .opal-footer-skin-dark .site-footer section,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .opal-footer-skin-dark .site-footer .woof_container,.site-header-mobile .opal-footer-skin-dark .site-footer .col,.site-header-mobile .opal-footer-skin-dark .site-footer .woocommerce-product-list.boxed,.site-header-mobile .woocommerce-product-list.skin-border-box li .opal-footer-skin-dark .site-footer .inner,.site-header-mobile .woocommerce-product-list.skin-line-right li .opal-footer-skin-dark .site-footer .inner,.site-header-mobile body .opal-footer-skin-dark .site-footer #secondary,.site-header-mobile form[class*=search] .opal-footer-skin-dark .site-footer input[type=search],.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.site-header .colors-scheme-light .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li:first-child,.site-header .opal-custom-menu-inline .widget_nav_menu .opal-footer-skin-dark .site-footer ul.menu&gt;li,.site-header .opal-custom-menu-inline .widget_nav_menu .opal-footer-skin-dark .site-footer ul.menu&gt;li:first-child,.top-to-bottom .opal-footer-skin-dark .site-footer .search-form-wapper:after,.vc_tta-style-opal-style.vc_tta-tabs .opal-footer-skin-dark .site-footer .vc_tta-tabs-container,.widget .opal-footer-skin-dark .site-footer .woof_color_term,.widget .opal-footer-skin-dark .site-footer .woof_container,.widget .opal-footer-skin-dark .site-footer .woof_products_top_panel,.woocommerce-product-list.skin-border-box li .opal-footer-skin-dark .site-footer .inner,.woocommerce-product-list.skin-border-box li .site-header-mobile .opal-footer-skin-dark .site-footer .inner,.woocommerce-product-list.skin-line-bottom li .opal-footer-skin-dark .site-footer .inner,.woocommerce-product-list.skin-line-right li .opal-footer-skin-dark .site-footer .inner,.woocommerce-product-list.skin-line-right li .site-header-mobile .opal-footer-skin-dark .site-footer .inner,.woocommerce-widget-layered-nav .opal-footer-skin-dark .site-footer .otf-label-type,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style .opal-footer-skin-dark .site-footer .vc_tta-panel-heading,body .site-header-mobile .opal-footer-skin-dark .site-footer #secondary,div[class*=opal-custom-menu-list] .widget_nav_menu .opal-footer-skin-dark .site-footer li:before {
  border-color: hsla(0,0%,100%,.2); }
/* ===== End Color: two-white1 ===== */
/* ===== Start Color: two-white1 - Hover ===== */
/* ===== End Color: two-white1 - Hover ===== */
/* ===== Start Color: green1 ===== */
.main-navigation .text-label.text-new,.mainmenu-container .text-label.text-new {
  background-color: #00c484; }
.main-navigation .text-label.text-new:before,.mainmenu-container .text-label.text-new:before {
  border-top-color: #00c484; }
/* ===== End Color: green1 ===== */
/* ===== Start Color: green1 - Hover ===== */
/* ===== End Color: green1 - Hover ===== */
/* ===== Start Color: green2 ===== */
/* ===== End Color: green2 ===== */
/* ===== Start Color: green2 - Hover ===== */
/* ===== End Color: green2 - Hover ===== */
/* ===== Start Color: orange1 ===== */
/* ===== End Color: orange1 ===== */
/* ===== Start Color: orange1 - Hover ===== */
/* ===== End Color: orange1 - Hover ===== */
/* ===== Start Color: yellow1 ===== */
.main-navigation .text-label.text-featured,.mainmenu-container .text-label.text-featured {
  background-color: #fabd47; }
.main-navigation .text-label.text-featured:before,.mainmenu-container .text-label.text-featured:before {
  border-top-color: #fabd47; }
/* ===== End Color: yellow1 ===== */
/* ===== Start Color: yellow1 - Hover ===== */
/* ===== End Color: yellow1 - Hover ===== */
/* ===== Start Color: purple1 ===== */
/* ===== End Color: purple1 ===== */
/* ===== Start Color: purple1 - Hover ===== */
/* ===== End Color: purple1 - Hover ===== */
/* ===== Start Color: purple2 ===== */
/* ===== End Color: purple2 ===== */
/* ===== Start Color: purple2 - Hover ===== */
/* ===== End Color: purple2 - Hover ===== */
/* ===== Start Color: purple3 ===== */
/* ===== End Color: purple3 ===== */
/* ===== Start Color: purple3 - Hover ===== */
/* ===== End Color: purple3 - Hover ===== */
/* ===== Start Color: transparent ===== */
.checkout_coupon .form-row-last button,.checkout_coupon .form-row-last button:hover,.checkout_coupon .form-row-last input,.checkout_coupon .form-row-last input:hover,.product-style-7 li.product:not(.otf-product-list) .yith-wcqv-button,.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a {
  color: transparent; }
.sub-menu-inner ul.menu {
  background-color: transparent; }
.site-content .wp-playlist-dark .wp-playlist-item:focus,.site-content .wp-playlist-dark .wp-playlist-item:hover,.site-content .wp-playlist-light .wp-playlist-item:focus,.site-content .wp-playlist-light .wp-playlist-item:hover {
  border-bottom-color: transparent; }
/* ===== End Color: transparent ===== */
/* ===== Start Color: transparent - Hover ===== */
/* ===== End Color: transparent - Hover ===== */
/* ===== Start Color: primary - Hover ===== */
.btn-link:focus,.btn-link:hover,.button-link:focus,.button-link:hover,.more-link:focus,.more-link:hover,a:active,a:hover {
  color: #404583; }
.button-primary.active,.button-primary:active,.button-primary:hover,.entry-footer .edit-link .show&gt;a.dropdown-toggle.post-edit-link,.entry-footer .edit-link a.active.post-edit-link,.entry-footer .edit-link a.post-edit-link:active,.entry-footer .edit-link a.post-edit-link:hover,.product-style-4 li.product:not(.otf-product-list) a.loading[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_]:hover,.product-style-15 li.product:not(.otf-product-list) a.loading[class*=product_type_],.product-style-15 li.product:not(.otf-product-list) a[class*=product_type_]:hover,.product-style-16 li.product:not(.otf-product-list) .compare:hover,.product-style-16 li.product:not(.otf-product-list) .yith-wcqv-button:hover,.product-style-16 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a:hover,.show&gt;.button-primary.dropdown-toggle,.show&gt;button.dropdown-toggle[type=submit],.show&gt;input.dropdown-toggle[type=button],.show&gt;input.dropdown-toggle[type=submit],.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .button:hover,.wc-proceed-to-checkout .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .button:hover,.widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .show&gt;.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button.active[type=submit],button:active[type=submit],button:hover[type=submit],input.active[type=button],input.active[type=submit],input:active[type=button],input:active[type=submit],input:hover[type=button],input:hover[type=submit] {
  background-color: #404583; }
/* ===== End Color: primary - Hover ===== */
/* ===== Start Color: secondary - Hover ===== */
/* ===== End Color: secondary - Hover ===== */
/* ===== Start Color: brand-success ===== */
/* ===== End Color: brand-success ===== */
/* ===== Start Color: brand-success - Hover ===== */
/* ===== End Color: brand-success - Hover ===== */
/* ===== Start Color: brand-danger ===== */
/* ===== End Color: brand-danger ===== */
/* ===== Start Color: brand-danger - Hover ===== */
/* ===== End Color: brand-danger - Hover ===== */
/* ===== Start Color: body ===== */
.c-body,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.mainmenu-container li a span,.mainmenu-container ul ul .menu-item&gt;a,.opal-currency_switcher .list-currency button[type=submit],.opal-custom-menu-inline .widget_nav_menu li ul a,.opal-header-skin-custom .site-header .site-header-account .account-dashboard li a,.opal-header-skin-custom .site-header .site-header-account .account-links-menu li a,.opal-header-skin-custom .site-header .sub-menu-inner a:not(.vc_btn3),.opal-header-skin-custom .site-header .sub-menu a:not(.vc_btn3),.opal-header-skin-dark .site-header .sub-menu-inner a:not(.vc_btn3),.opal-header-sticky-skin-custom #opal-header-sticky .sub-menu-inner a:not(.vc_btn3),.opal-header-sticky-skin-dark #opal-header-sticky .sub-menu-inner a:not(.vc_btn3),.opal-style-1 .dgwt-wcas-preloader:before,.opal-style-1.search-form-wapper .search-submit span,.opal-style-1.search-form-wapper .search-submit span:before,.otf-promo-banner.color-schema-dark .widget ul li a,.otf-promo-banner.style-3 .subtitle,.otf-teams.otf-teams-style-4 .content-desc,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.product-style-15 li.product:not(.otf-product-list) .compare:before,.product-style-15 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a:before,.site-header-account .account-dashboard li a,.site-header-account .account-links-menu li a,.widget .tagcloud a,.widget.widget_tag_cloud a,.widget .woof_list_label li .woof_label_term,.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
  color: #767676; }
/* ===== End Color: body ===== */
/* ===== Start Color: body - Hover ===== */
/* ===== End Color: body - Hover ===== */
/* ===== Start Color: heading ===== */
#payment .payment_methods&gt;.wc_payment_method&gt;label,.archive article.type-post .entry-meta a,.archive article.type-post .more-link,.blog article.type-post .entry-meta a,.blog article.type-post .more-link,.c-heading,.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,.cart th,.checkout_coupon .form-row-last:before,.entry-meta a,.filter-close,.filter-toggle,.form-row label,.otf-sorting .display-mode button.active,.otf-sorting .display-mode button:hover,.shop_table th,.single-product div.product .product_meta span,.single-product div.product .product_title,.single-product table.variations label,.site-header-account .login-form-title,.vc_custom_heading h1,.vc_custom_heading h2,.vc_custom_heading h3,.vc_custom_heading h4,.vc_custom_heading h5,.vc_custom_heading h6,.widget .woof_list_checkbox input[type=checkbox]+label:after,.widget .woof_list_checkbox input[type=checkbox]:checked+label,.widget .woof_list_radio input[type=radio]:checked+label,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,.woocommerce-account .woocommerce-MyAccount-content strong,.woocommerce-billing-fields&gt;h3,.woocommerce-tabs#otf-accordion-container [data-accordion] [data-control],.woocommerce-Tabs-panel table.shop_attributes th,article.type-post .entry-content .more-link,body.single-post .entry-meta a,body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title&gt;a span,fieldset legend,h2.widget-title,h2.widgettitle,table.cart:not(.wishlist_table) .product-name a,table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount,table.cart:not(.wishlist_table) th,table.shop_table_responsive tbody th,table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,table.woocommerce-checkout-review-order-table .product-name,table.woocommerce-checkout-review-order-table th {
  color: #222; }
/* ===== End Color: heading ===== */
/* ===== Start Color: heading - Hover ===== */
/* ===== End Color: heading - Hover ===== */
/* ===== Start Color: addtocart ===== */
.shop-action a[class*=product_type_] {
  color: #fff;
  background-color: #333; }
/* ===== End Color: addtocart ===== */
/* ===== Start Color: addtocart - Hover ===== */
/* ===== End Color: addtocart - Hover ===== */
/* ===== Start Color: bg-addtocart ===== */
/* ===== End Color: bg-addtocart ===== */
/* ===== Start Color: bg-addtocart - Hover ===== */
.shop-action a.loading[class*=product_type_],.shop-action a[class*=product_type_]:hover {
  background-color: #0d0d0d; }
/* ===== End Color: bg-addtocart - Hover ===== */
/* ===== Start Color: wishlist ===== */
.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a:before {
  color: #fff; }
/* ===== End Color: wishlist ===== */
/* ===== Start Color: wishlist - Hover ===== */
/* ===== End Color: wishlist - Hover ===== */
/* ===== Start Color: bg-wishlist ===== */
.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a {
  background-color: #333; }
/* ===== End Color: bg-wishlist ===== */
/* ===== Start Color: bg-wishlist - Hover ===== */
.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a:hover {
  background-color: #0d0d0d; }
/* ===== End Color: bg-wishlist - Hover ===== */
/* ===== Start Color: compare ===== */
.shop-action .compare:before {
  color: #fff; }
/* ===== End Color: compare ===== */
/* ===== Start Color: compare - Hover ===== */
/* ===== End Color: compare - Hover ===== */
/* ===== Start Color: bg-compare ===== */
.shop-action .compare {
  background-color: #333; }
/* ===== End Color: bg-compare ===== */
/* ===== Start Color: bg-compare - Hover ===== */
.shop-action .compare:hover {
  background-color: #0d0d0d; }
/* ===== End Color: bg-compare - Hover ===== */
/* ===== Start Color: qickview ===== */
.shop-action .yith-wcqv-button:before {
  color: #fff; }
/* ===== End Color: qickview ===== */
/* ===== Start Color: qickview - Hover ===== */
/* ===== End Color: qickview - Hover ===== */
/* ===== Start Color: bg-qickview ===== */
.shop-action .yith-wcqv-button {
  background-color: #333; }
/* ===== End Color: bg-qickview ===== */
/* ===== Start Color: bg-qickview - Hover ===== */
.shop-action .yith-wcqv-button:hover {
  background-color: #0d0d0d; }
/* ===== End Color: bg-qickview - Hover ===== */
/* ===== Start Color: Button Primary ===== */
.button-primary,.entry-footer .edit-link a.post-edit-link,.entry-gallery .gallery .owl-nav [class*=owl-]:hover,.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:hover,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover,button[type=submit],input[type=button],input[type=submit] {
  background-color: #5f65b1;
  border-color: #5f65b1; }
/* ===== End Color: Button Primary ===== */
/* ===== Start Color: Button Primary Hover ===== */
.button-primary.active,.button-primary:active,.button-primary:hover,.entry-footer .edit-link .show&gt;a.dropdown-toggle.post-edit-link,.entry-footer .edit-link a.active.post-edit-link,.entry-footer .edit-link a.post-edit-link:active,.entry-footer .edit-link a.post-edit-link:hover,.show&gt;.button-primary.dropdown-toggle,.show&gt;button.dropdown-toggle[type=submit],.show&gt;input.dropdown-toggle[type=button],.show&gt;input.dropdown-toggle[type=submit],.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .button:hover,.wc-proceed-to-checkout .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .button:hover,.widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .show&gt;.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button.active[type=submit],button:active[type=submit],button:hover[type=submit],input.active[type=button],input.active[type=submit],input:active[type=button],input:active[type=submit],input:hover[type=button],input:hover[type=submit] {
  background-color: #404583;
  border-color: #404583; }
/* ===== End Color: Button Primary Hover ===== */
/* ===== Start Color: Button Primary Outline ===== */
.button-outline-primary,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.secondary-button .otf-pricing.style-2 .search-submit,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget_shopping_cart .buttons .button:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button {
  color: #5f65b1;
  border-color: #5f65b1; }
/* ===== End Color: Button Primary Outline ===== */
/* ===== Start Color: Button Primary Outline Hover ===== */
.button-outline-primary.active,.button-outline-primary:active,.button-outline-primary:hover,.entry-footer .edit-link .otf-pricing.style-2 .show&gt;a.dropdown-toggle.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.active.post-edit-link,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:active,.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link:hover,.otf-pricing.style-2 .active.button-primary,.otf-pricing.style-2 .active.button-secondary,.otf-pricing.style-2 .button-primary:active,.otf-pricing.style-2 .button-primary:hover,.otf-pricing.style-2 .button-secondary:active,.otf-pricing.style-2 .button-secondary:hover,.otf-pricing.style-2 .entry-footer .edit-link .show&gt;a.dropdown-toggle.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.active.post-edit-link,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:active,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link:hover,.otf-pricing.style-2 .mc4wp-form .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 .secondary-button .active.search-submit,.otf-pricing.style-2 .secondary-button .search-submit:active,.otf-pricing.style-2 .secondary-button .search-submit:hover,.otf-pricing.style-2 .secondary-button .show&gt;.dropdown-toggle.search-submit,.otf-pricing.style-2 .show&gt;.dropdown-toggle.button-primary,.otf-pricing.style-2 .show&gt;.dropdown-toggle.button-secondary,.otf-pricing.style-2 .show&gt;button.dropdown-toggle[type=submit],.otf-pricing.style-2 .show&gt;input.dropdown-toggle[type=button],.otf-pricing.style-2 .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 .wc-proceed-to-checkout .active.button,.otf-pricing.style-2 .wc-proceed-to-checkout .button:active,.otf-pricing.style-2 .wc-proceed-to-checkout .button:hover,.otf-pricing.style-2 .wc-proceed-to-checkout .show&gt;.dropdown-toggle.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .active.button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:active,.otf-pricing.style-2 .widget_shopping_cart .buttons .button:hover,.otf-pricing.style-2 .widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .show&gt;.dropdown-toggle.woocommerce-button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,.otf-pricing.style-2 .wpcf7-form .show&gt;input.dropdown-toggle[type=submit],.otf-pricing.style-2 button.active[type=submit],.otf-pricing.style-2 button:active[type=submit],.otf-pricing.style-2 button:hover[type=submit],.otf-pricing.style-2 input.active[type=button],.otf-pricing.style-2 input.active[type=submit],.otf-pricing.style-2 input:active[type=button],.otf-pricing.style-2 input:active[type=submit],.otf-pricing.style-2 input:hover[type=button],.otf-pricing.style-2 input:hover[type=submit],.secondary-button .otf-pricing.style-2 .active.search-submit,.secondary-button .otf-pricing.style-2 .search-submit:active,.secondary-button .otf-pricing.style-2 .search-submit:hover,.secondary-button .otf-pricing.style-2 .show&gt;.dropdown-toggle.search-submit,.show&gt;.button-outline-primary.dropdown-toggle,.wc-proceed-to-checkout .otf-pricing.style-2 .active.button,.wc-proceed-to-checkout .otf-pricing.style-2 .button:active,.wc-proceed-to-checkout .otf-pricing.style-2 .button:hover,.wc-proceed-to-checkout .otf-pricing.style-2 .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active:nth-child(odd),.widget_shopping_cart .buttons .button:hover:nth-child(odd),.widget_shopping_cart .buttons .otf-pricing.style-2 .active.button,.widget_shopping_cart .buttons .otf-pricing.style-2 .button:active,.widget_shopping_cart .buttons .otf-pricing.style-2 .button:hover,.widget_shopping_cart .buttons .otf-pricing.style-2 .show&gt;.dropdown-toggle.button,.widget_shopping_cart .buttons .show&gt;.dropdown-toggle.button:nth-child(odd),.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .show&gt;.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:active,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button:hover {
  background-color: #5f65b1;
  border-color: #5f65b1;
  color: #fff; }
/* ===== End Color: Button Primary Outline Hover ===== */
/* ===== Start Color: Button Secondary ===== */
.button-secondary,.mc4wp-form input[type=submit],.secondary-button .search-submit,.wpcf7-form input[type=submit] {
  background-color: #00c484;
  border-color: #00c484; }
/* ===== End Color: Button Secondary ===== */
/* ===== Start Color: Button Secondary Outline ===== */
.button-outline-secondary {
  color: #00c484;
  border-color: #00c484; }
/* ===== End Color: Button Secondary Outline ===== */
/* ===== Start Color: Button Secondary Outline Hover ===== */
.button-outline-secondary.active,.button-outline-secondary:active,.button-outline-secondary:hover,.show&gt;.button-outline-secondary.dropdown-toggle {
  background-color: #00c484;
  border-color: #00c484;
  color: #fff; }
/* ===== End Color: Button Secondary Outline Hover ===== */
/* ===== Start Color: Button Secondary Hover ===== */
.button-secondary.active,.button-secondary:active,.button-secondary:hover,.mc4wp-form .show&gt;input.dropdown-toggle[type=submit],.mc4wp-form input.active[type=submit],.mc4wp-form input:active[type=submit],.mc4wp-form input:hover[type=submit],.secondary-button .active.search-submit,.secondary-button .search-submit:active,.secondary-button .search-submit:hover,.secondary-button .show&gt;.dropdown-toggle.search-submit,.show&gt;.button-secondary.dropdown-toggle,.wpcf7-form .show&gt;input.dropdown-toggle[type=submit],.wpcf7-form input.active[type=submit],.wpcf7-form input:active[type=submit],.wpcf7-form input:hover[type=submit] {
  background-color: #007850;
  border-color: #007850; }
/* ===== End Color: Button Secondary Hover ===== */
/* ===== Start Color: Border Color ===== */
.archive article.type-post,.bc,.blog-container.style-3 article,.blog article.type-post,.bottom-to-top .search-form-wapper:after,.box-border,.columns-5 .site-header-mobile ul.products&gt;li,.columns-5 ul.products .site-header-mobile li.product,.filter-close,.mainmenu-container li li,.opal-body-color-scheme-dark .select2-container--default .select2-selection--single,.opal-body-color-scheme-dark input[type=color],.opal-body-color-scheme-dark input[type=date],.opal-body-color-scheme-dark input[type=datetime-local],.opal-body-color-scheme-dark input[type=datetime],.opal-body-color-scheme-dark input[type=email],.opal-body-color-scheme-dark input[type=month],.opal-body-color-scheme-dark input[type=number],.opal-body-color-scheme-dark input[type=password],.opal-body-color-scheme-dark input[type=range],.opal-body-color-scheme-dark input[type=search],.opal-body-color-scheme-dark input[type=tel],.opal-body-color-scheme-dark input[type=text],.opal-body-color-scheme-dark input[type=time],.opal-body-color-scheme-dark input[type=url],.opal-body-color-scheme-dark input[type=week],.opal-body-color-scheme-dark textarea,.opal-canvas-filter.top.canvas-filter-open,.opal-canvas-filter.top .opal-canvas-filter-wrap .site-header-mobile section,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .site-header-mobile .woof_container,.opal-comment-3 .comment-body,.opal-comment-3 .comment_container,.opal-comment-4 .comment-body,.opal-comment-4 .comment_container,.opal-comment-7 .comment-body,.opal-comment-7 .comment_container,.opal-pagination-1 .ore-pagination,.opal-post-navigation-2 .post-navigation,.otf-active-filters .clear-all,.otf-active-filters li a,.otf-menu-social.s-border a,.otf-pricing.style-1 .pricing-info,.otf-pricing.style-3,.otf-pricing.style-3 .pricing-header,.otf-product-deal .woocommerce-product-list .time,.otf-promo-banner.style-5 .sub-categories li,.otf-sorting .display-mode button,.otf-sorting .display-mode button.active,.otf-sorting .display-mode button:hover,.otf-sorting .woocommerce-ordering select,.otf-vertical-menu .navbar-nav&gt;li,.popup .search-form-wapper:after,.product-style-3 .columns-1 li.product:not(.otf-product-list):not(:first-child):nth-child(1n+1):before,.product-style-3 .columns-2 li.product:not(.otf-product-list):not(:first-child):nth-child(odd):before,.product-style-3 .columns-3 li.product:not(.otf-product-list):not(:first-child):nth-child(3n+1):before,.product-style-3 .columns-4 li.product:not(.otf-product-list):not(:first-child):nth-child(4n+1):before,.product-style-3 .columns-5 li.product:not(.otf-product-list):not(:first-child):nth-child(5n+1):before,.product-style-3 .columns-6 li.product:not(.otf-product-list):not(:first-child):nth-child(6n+1):before,.product-style-3 .products .owl-item,.product-style-3 li.product:not(.otf-product-list),.product-style-3 li.product:not(.otf-product-list) .shop-action .compare,.product-style-3 li.product:not(.otf-product-list) .shop-action .yith-wcqv-button,.product-style-3 li.product:not(.otf-product-list) .shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-3 li.product:not(.otf-product-list) .shop-action a[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) .compare,.product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+*,.product-style-4 li.product:not(.otf-product-list) .shop-action .added_to_cart+.yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:last-child,.product-style-4 li.product:not(.otf-product-list) .shop-action&gt;:nth-child(2),.product-style-4 li.product:not(.otf-product-list) .yith-wcqv-button,.product-style-4 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) .product-block,.product-style-7 li.product:not(.otf-product-list) .product-img-wrap,.product-style-8 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.product-style-8 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.product-style-8 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.product-style-8 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.product-style-8 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.product-style-8 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.product-style-8 .products,.product-style-8 .products .owl-item,.product-style-8 li.product:not(.otf-product-list),.product-style-10 .columns-1 li.product:not(.otf-product-list):nth-child(1n),.product-style-10 .columns-2 li.product:not(.otf-product-list):nth-child(2n),.product-style-10 .columns-3 li.product:not(.otf-product-list):nth-child(3n),.product-style-10 .columns-4 li.product:not(.otf-product-list):nth-child(4n),.product-style-10 .columns-5 li.product:not(.otf-product-list):nth-child(5n),.product-style-10 .columns-6 li.product:not(.otf-product-list):nth-child(6n),.product-style-10 .products,.product-style-10 .products .owl-item,.product-style-10 li.product:not(.otf-product-list),.product-style-15 li.product:not(.otf-product-list) .compare,.product-style-15 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,.site-footer .widget.widget_recent_entries li,.site-header-mobile .col,.site-header-mobile .columns-5 ul.products&gt;li,.site-header-mobile .columns-5 ul.products li.product,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.site-header-mobile .woocommerce-product-list.boxed,.site-header-mobile .woocommerce-product-list.skin-border-box li .inner,.site-header-mobile .woocommerce-product-list.skin-line-right li .inner,.site-header-mobile body #secondary,.site-header-mobile form[class*=search] input[type=search],.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li,.site-header .opal-custom-menu-inline .widget_nav_menu ul.menu&gt;li:first-child,.top-to-bottom .search-form-wapper:after,.vc_custom_heading.underline-wrap&gt;:after,.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tabs-container,.vertical-menu-dropdown,.widget .woof_color_term,.widget .woof_container,.widget .woof_products_top_panel,.woocommerce-product-list.skin-border-box li .inner,.woocommerce-product-list.skin-border-box li .site-header-mobile .inner,.woocommerce-product-list.skin-line-bottom li .inner,.woocommerce-product-list.skin-line-right li .inner,.woocommerce-product-list.skin-line-right li .site-header-mobile .inner,.woocommerce-widget-layered-nav .otf-label-type,.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style .vc_tta-panel-heading,body .site-header-mobile #secondary,div[class*=opal-custom-menu-list] .widget_nav_menu li:before,li.product.otf-product-list:after {
  border-color: #ebebeb; }
/* ===== End Color: Border Color ===== */
/*--------------------------------------------------------------
19.1 Colors Schema Light
--------------------------------------------------------------*/
.colors-scheme-light {
  color: hsla(0,0%,100%,.8); }
.colors-scheme-light .h1,.colors-scheme-light .h2,.colors-scheme-light .h3,.colors-scheme-light .h4,.colors-scheme-light .h5,.colors-scheme-light .h6,.colors-scheme-light .top-menu&gt;li&gt;a,.colors-scheme-light .vc_custom_heading&gt;*,.colors-scheme-light .widget-title,.colors-scheme-light .widgettitle,.colors-scheme-light .woocommerce-MyAccount-content h2,.colors-scheme-light a,.colors-scheme-light h1,.colors-scheme-light h2,.colors-scheme-light h3,.colors-scheme-light h4,.colors-scheme-light h5,.colors-scheme-light h6,.colors-scheme-light label,.woocommerce-MyAccount-content .colors-scheme-light h2 {
    color: #fff; }
.colors-scheme-light .sub-menu-inner,.colors-scheme-light .sub-menu-inner .h1,.colors-scheme-light .sub-menu-inner .h2,.colors-scheme-light .sub-menu-inner .h3,.colors-scheme-light .sub-menu-inner .h4,.colors-scheme-light .sub-menu-inner .h5,.colors-scheme-light .sub-menu-inner .h6,.colors-scheme-light .sub-menu-inner .widget-title,.colors-scheme-light .sub-menu-inner .widgettitle,.colors-scheme-light .sub-menu-inner .woocommerce-MyAccount-content h2,.colors-scheme-light .sub-menu-inner a,.colors-scheme-light .sub-menu-inner h1,.colors-scheme-light .sub-menu-inner h2,.colors-scheme-light .sub-menu-inner h3,.colors-scheme-light .sub-menu-inner h4,.colors-scheme-light .sub-menu-inner h5,.colors-scheme-light .sub-menu-inner h6,.colors-scheme-light .sub-menu-inner label,.woocommerce-MyAccount-content .colors-scheme-light .sub-menu-inner h2 {
      color: initial; }
.site-footer .colors-scheme-light,.site-footer .colors-scheme-light a,.sub-menu-inner .colors-scheme-light ul&gt;li.menu-item&gt;a {
    color: #a3a5a7; }
.site-footer .colors-scheme-light .widget_recent_entries a,.site-footer .colors-scheme-light a:hover {
    color: #fff; }
.site-footer .colors-scheme-light .widget.widget_recent_entries li {
    border-color: hsla(0,0%,92%,.1); }
/*--------------------------------------------------------------
19.2 Colors Schema Light
--------------------------------------------------------------*/
.opal-body-color-scheme-dark {
  /*Header*/
/* Product */
/* Blog */
/* breadcrumb */
/* Widget */
/* VC */
}
.opal-body-color-scheme-dark #payment .payment_methods li .payment_box,.opal-body-color-scheme-dark .mainmenu-container ul,.opal-body-color-scheme-dark .opal-canvas-filter,.opal-body-color-scheme-dark .otf-dropdown,.opal-body-color-scheme-dark .widget .tagcloud a:hover,.opal-body-color-scheme-dark .widget.widget_tag_cloud a:hover,.opal-body-color-scheme-dark article.type-post .entry-content .more-link:focus,.opal-body-color-scheme-dark article.type-post .entry-content .more-link:hover {
    background-color: #000; }
.opal-body-color-scheme-dark .otf-sorting .display-mode button.active,.opal-body-color-scheme-dark .otf-sorting .display-mode button:hover {
    background-color: #222; }
.opal-body-color-scheme-dark .cart-collaterals .cart_totals,.opal-body-color-scheme-dark .opal-countdown b,.opal-body-color-scheme-dark .otf-sorting .display-mode button,.opal-body-color-scheme-dark .select2-container--default .select2-selection--single,.opal-body-color-scheme-dark .widget .tagcloud a,.opal-body-color-scheme-dark .widget.widget_tag_cloud a,.opal-body-color-scheme-dark .woocommerce-checkout-review-order,.opal-body-color-scheme-dark article.type-post .entry-content .more-link,.opal-body-color-scheme-dark input,.opal-body-color-scheme-dark select,.opal-body-color-scheme-dark textarea {
    background-color: #333; }
#payment .payment_methods .opal-body-color-scheme-dark li,.opal-body-color-scheme-dark #payment .payment_methods li,.opal-body-color-scheme-dark .comments-pagination,.opal-body-color-scheme-dark .entry-footer,.opal-body-color-scheme-dark .main-navigation&gt;div&gt;ul,.opal-body-color-scheme-dark .mainmenu-container&gt;div&gt;ul,.opal-body-color-scheme-dark .opal-comment-7 .comment-body:before,.opal-body-color-scheme-dark .opal-comment-7 .comment_container:before,.opal-body-color-scheme-dark .opal-post-navigation-4 .post-navigation .nav-links&gt;div,.opal-body-color-scheme-dark .opal-post-navigation-4 .post-navigation .nav-links&gt;div .nav-subtitle,.opal-body-color-scheme-dark .pagination,.opal-body-color-scheme-dark .product-style-2 li.product:not(.otf-product-list) .product-caption,.opal-body-color-scheme-dark .product-style-2 li.product:not(.otf-product-list) .yith-wcqv-button,.opal-body-color-scheme-dark .product-style-7 li.product:not(.otf-product-list) .compare,.opal-body-color-scheme-dark .product-style-7 li.product:not(.otf-product-list) .compare-button,.opal-body-color-scheme-dark .product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a,.opal-body-color-scheme-dark .product-style-12 li.product:not(.otf-product-list) figure,.opal-body-color-scheme-dark .product-style-15 li.product:not(.otf-product-list) figure,.opal-body-color-scheme-dark .single-product div.product .product_meta,.opal-body-color-scheme-dark .single-product div.product form.cart .quantity,.opal-body-color-scheme-dark .single-product div.product form.cart .quantity input[type=number],.opal-body-color-scheme-dark .site-content .wp-playlist-light .wp-playlist-item,.opal-body-color-scheme-dark .top-bar .widget_nav_menu ul.menu&gt;li,.opal-body-color-scheme-dark .widget .tagcloud a,.opal-body-color-scheme-dark .widget.widget_tag_cloud a,.opal-body-color-scheme-dark .woocommerce-pagination,.opal-body-color-scheme-dark .woocommerce-single-style-5.single-product .woocommerce-product-rating,.opal-body-color-scheme-dark .wp_widget_tag_cloud a,.opal-body-color-scheme-dark .ywsfd-wrapper,.opal-body-color-scheme-dark table.cart:not(.wishlist_table) .quantity,.opal-body-color-scheme-dark table.cart:not(.wishlist_table) .quantity input[type=number],.opal-body-color-scheme-dark tr,.opal-comment-7 .opal-body-color-scheme-dark .comment-body:before,.opal-comment-7 .opal-body-color-scheme-dark .comment_container:before,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .opal-body-color-scheme-dark .nav-subtitle,.opal-post-navigation-4 .post-navigation .opal-body-color-scheme-dark .nav-links&gt;div,.product-style-2 li.product:not(.otf-product-list) .opal-body-color-scheme-dark .product-caption,.product-style-2 li.product:not(.otf-product-list) .opal-body-color-scheme-dark .yith-wcqv-button,.product-style-7 li.product:not(.otf-product-list) .opal-body-color-scheme-dark .compare,.product-style-7 li.product:not(.otf-product-list) .opal-body-color-scheme-dark .compare-button,.product-style-7 li.product:not(.otf-product-list) .opal-body-color-scheme-dark .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-style-12 li.product:not(.otf-product-list) .opal-body-color-scheme-dark figure,.product-style-15 li.product:not(.otf-product-list) .opal-body-color-scheme-dark figure,.single-product div.product .opal-body-color-scheme-dark .product_meta,.single-product div.product form.cart .opal-body-color-scheme-dark .quantity,.single-product div.product form.cart .quantity .opal-body-color-scheme-dark input[type=number],.site-content .wp-playlist-light .opal-body-color-scheme-dark .wp-playlist-item,.top-bar .widget_nav_menu .opal-body-color-scheme-dark ul.menu&gt;li,.widget .tagcloud .opal-body-color-scheme-dark a,.widget.widget_tag_cloud .opal-body-color-scheme-dark a,.woocommerce-single-style-5.single-product .opal-body-color-scheme-dark .woocommerce-product-rating,.wp_widget_tag_cloud .opal-body-color-scheme-dark a,table.cart:not(.wishlist_table) .opal-body-color-scheme-dark .quantity,table.cart:not(.wishlist_table) .quantity .opal-body-color-scheme-dark input[type=number] {
    border-color: hsla(0,0%,100%,.15); }
.opal-body-color-scheme-dark label {
    color: #f3f3f3; }
.opal-body-color-scheme-dark .opal-canvas-filter.left::-webkit-scrollbar-track,.opal-body-color-scheme-dark .opal-canvas-filter.right::-webkit-scrollbar-track {
    background-color: #444; }
.opal-body-color-scheme-dark .opal-canvas-filter.left::-webkit-scrollbar-thumb,.opal-body-color-scheme-dark .opal-canvas-filter.right::-webkit-scrollbar-thumb {
    background-color: #f5f5f5; }
.opal-body-color-scheme-dark .filter-close:after {
    border-color: #fff; }
.opal-body-color-scheme-dark .cart-collaterals:after,.opal-body-color-scheme-dark .cart-collaterals:before,.opal-body-color-scheme-dark .woocommerce-checkout-review-order:after,.opal-body-color-scheme-dark .woocommerce-checkout-review-order:before {
    background-image: radial-gradient(closest-side,transparent 9px,#333 100%); }
.opal-body-color-scheme-dark .page-title-bar {
    background-color: #2e2e2e; }
/*--------------------------------------------------------------
19.3 Colors custom-class
--------------------------------------------------------------*/
[class*=before-title]:before {
  margin-right: .8em; }
[class*=after-title]:after,[class*=before-title]:before {
  content: "";
  width: 30px;
  height: 2px;
  vertical-align: middle; }
[class*=after-title]:after {
  margin-left: .8em; }
.font-large {
  font-size: 3.75rem;
  line-height: 1.175; }
.bg-rounded-circle {
  position: relative;
  z-index: 1; }
.bg-rounded-circle:before {
    position: absolute;
    content: "";
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    box-shadow: 0 0 10px rgba(0,0,0,.2); }
.bg-gradient {
  background-image: -ms-linear-gradient(45deg,#0160b4 0,#5b2c8c 75%); }
div.bg-gradient-xs {
  background-position: center 0 !important; }
.list-feature-box&gt;li {
  font-size: 14px;
  font-size: .875rem;
  display: inherit;
  line-height: 1.5; }
.list-feature-box&gt;li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    width: 22px;
    height: 22px;
    padding: 2px; }
/*--------------------------------------------------------------
20.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
/*--------------------------------------------------------------
20.1 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
#page-title-bar,#secondary,#topbar,.comment-edit-link,.comment-metadata .edit-link,.comment-reply-link,.comment-respond,.comments-pagination,.content-bottom-widgets,.edit-link,.header-image,.icon-thumb-tack,.navigation.woocommerce-pagination,.page-links,.pagination.navigation,.panel-image-prop,.pingback .edit-link,.post-navigation,.site-footer aside.widget-area,.site-info,.social-navigation,button,form,input,select,textarea {
    display: none !important; }
#comments,.entry-footer,.single-featured-image-header,.site-footer {
    border: 0; }
/* Font sizes */
body {
    font-size: 12pt; }
h1 {
    font-size: 24pt; }
h2 {
    font-size: 22pt; }
h3 {
    font-size: 17pt; }
h4 {
    font-size: 12pt; }
h5 {
    font-size: 11pt; }
h6 {
    font-size: 12pt; }
.page-title,.page .panel-content .entry-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 */
.site,body {
    background: none !important;
    /* Brute force since user agents all print differently. */
}
.site-title a,a,body {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
}
.site-description,blockquote,h2,h5 {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
}
.entry-meta,.entry-meta a {
      color: #777 !important;
      /* Make sure color schemes don't affect to print */
}
.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%; }
.site-footer {
    padding: 0; }
}
/* ===== Start OWL Carousel ===== */
/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.entry-gallery .gallery,.owl-carousel,.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
position: relative;
  z-index: 1; }
.entry-gallery .gallery .owl-stage,.owl-carousel .owl-stage,.woocommerce-product-carousel ul.products .owl-stage,.woocommerce .woocommerce-carousel ul.products .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.entry-gallery .gallery .owl-stage:after,.owl-carousel .owl-stage:after,.woocommerce-product-carousel ul.products .owl-stage:after,.woocommerce .woocommerce-carousel ul.products .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
.entry-gallery .gallery .owl-stage-outer,.owl-carousel .owl-stage-outer,.woocommerce-product-carousel ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel ul.products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
-webkit-transform: translateZ(0); }
.entry-gallery .gallery .owl-item,.entry-gallery .gallery .owl-wrapper,.owl-carousel .owl-item,.owl-carousel .owl-wrapper,.woocommerce-product-carousel ul.products .owl-item,.woocommerce-product-carousel ul.products .owl-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0); }
.entry-gallery .gallery .owl-item,.owl-carousel .owl-item,.woocommerce-product-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
.entry-gallery .gallery .owl-dots.disabled,.entry-gallery .gallery .owl-nav.disabled,.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.woocommerce-product-carousel ul.products .owl-dots.disabled,.woocommerce-product-carousel ul.products .owl-nav.disabled,.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled {
    display: none; }
.entry-gallery .gallery .owl-dot,.entry-gallery .gallery .owl-nav .owl-next,.entry-gallery .gallery .owl-nav .owl-prev,.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev,.woocommerce-product-carousel ul.products .owl-dot,.woocommerce-product-carousel ul.products .owl-nav .owl-next,.woocommerce-product-carousel ul.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.products .owl-dot,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.entry-gallery .owl-loaded.gallery,.owl-carousel.owl-loaded,.woocommerce-product-carousel ul.owl-loaded.products,.woocommerce .woocommerce-carousel ul.owl-loaded.products {
    display: block; }
.entry-gallery .gallery+.owl-carousel-thumbnail,.owl-carousel+.owl-carousel-thumbnail,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail {
    margin-top: 10px; }
.entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item,.owl-carousel+.owl-carousel-thumbnail .owl-item .item,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item {
      opacity: .2;
      transition: opacity .4s;
      cursor: pointer; }
.entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item.selected,.entry-gallery .gallery+.owl-carousel-thumbnail .owl-item .item:hover,.owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover {
        opacity: 1; }
.entry-gallery .owl-loading.gallery,.owl-carousel.owl-loading,.woocommerce-product-carousel ul.owl-loading.products,.woocommerce .woocommerce-carousel ul.owl-loading.products {
    opacity: 0;
    display: block; }
.entry-gallery .owl-hidden.gallery,.owl-carousel.owl-hidden,.woocommerce-product-carousel ul.owl-hidden.products,.woocommerce .woocommerce-carousel ul.owl-hidden.products {
    opacity: 0; }
.entry-gallery .owl-refresh.gallery .owl-item,.owl-carousel.owl-refresh .owl-item,.woocommerce-product-carousel ul.owl-refresh.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
    visibility: hidden; }
.entry-gallery .owl-drag.gallery .owl-item,.owl-carousel.owl-drag .owl-item,.woocommerce-product-carousel ul.owl-drag.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.entry-gallery .owl-grab.gallery,.owl-carousel.owl-grab,.woocommerce-product-carousel ul.owl-grab.products,.woocommerce .woocommerce-carousel ul.owl-grab.products {
    cursor: move;
    cursor: grab; }
.entry-gallery .owl-rtl.gallery,.owl-carousel.owl-rtl,.woocommerce-product-carousel ul.owl-rtl.products,.woocommerce .woocommerce-carousel ul.owl-rtl.products {
    direction: rtl; }
.entry-gallery .owl-rtl.gallery .owl-item,.owl-carousel.owl-rtl .owl-item,.woocommerce-product-carousel ul.owl-rtl.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
    float: right; }
/*
 *  Owl Carousel - Animate Plugin
 */
.entry-gallery .gallery .animated,.owl-carousel .animated,.woocommerce-product-carousel ul.products .animated,.woocommerce .woocommerce-carousel ul.products .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
.entry-gallery .gallery .owl-animated-in,.owl-carousel .owl-animated-in,.woocommerce-product-carousel ul.products .owl-animated-in,.woocommerce .woocommerce-carousel ul.products .owl-animated-in {
  z-index: 0; }
.entry-gallery .gallery .owl-animated-out,.owl-carousel .owl-animated-out,.woocommerce-product-carousel ul.products .owl-animated-out,.woocommerce .woocommerce-carousel ul.products .owl-animated-out {
  z-index: 1; }
.entry-gallery .gallery .fadeOut,.owl-carousel .fadeOut,.woocommerce-product-carousel ul.products .fadeOut,.woocommerce .woocommerce-carousel ul.products .fadeOut {
  animation-name: c; }
@keyframes c {
  0% {
    opacity: 1; }
to {
    opacity: 0; }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height .5s ease-in-out; }
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.entry-gallery .gallery .owl-item .owl-lazy,.owl-carousel .owl-item .owl-lazy,.woocommerce-product-carousel ul.products .owl-item .owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }
.entry-gallery .gallery .owl-item img.owl-lazy,.owl-carousel .owl-item img.owl-lazy,.woocommerce-product-carousel ul.products .owl-item img.owl-lazy,.woocommerce .woocommerce-carousel ul.products .owl-item img.owl-lazy {
  transform-style: preserve-3d; }
/*
 * 	Owl Carousel - Video Plugin
 */
.entry-gallery .gallery .owl-video-wrapper,.owl-carousel .owl-video-wrapper,.woocommerce-product-carousel ul.products .owl-video-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.entry-gallery .gallery .owl-video-play-icon,.owl-carousel .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }
.entry-gallery .gallery .owl-video-play-icon:hover,.owl-carousel .owl-video-play-icon:hover,.woocommerce-product-carousel ul.products .owl-video-play-icon:hover,.woocommerce .woocommerce-carousel ul.products .owl-video-play-icon:hover {
  transform: scale(1.3); }
.entry-gallery .gallery .owl-video-playing .owl-video-play-icon,.entry-gallery .gallery .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-play-icon,.woocommerce .woocommerce-carousel ul.products .owl-video-playing .owl-video-tn {
  display: none; }
.entry-gallery .gallery .owl-video-tn,.owl-carousel .owl-video-tn,.woocommerce-product-carousel ul.products .owl-video-tn,.woocommerce .woocommerce-carousel ul.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }
.entry-gallery .gallery .owl-video-frame,.owl-carousel .owl-video-frame,.woocommerce-product-carousel ul.products .owl-video-frame,.woocommerce .woocommerce-carousel ul.products .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.entry-gallery .gallery .owl-nav,.entry-gallery .woocommerce-carousel.gallery .owl-nav,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-nav,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-nav,.owl-theme.owl-carousel .owl-nav,.owl-theme.woocommerce-carousel .owl-nav,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-nav,.woocommerce-product-carousel ul.owl-theme.products .owl-nav,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav {
  /* 		margin-top: 10px; */
text-align: center;
  -webkit-tap-highlight-color: transparent; }
.entry-gallery .gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-] {
    color: #e6e6e6;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.4);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 40px;
    font-size: 0;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out; }
.entry-gallery .gallery .owl-nav [class*=owl-]:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-]:before,.owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:before {
      font-size: 13px;
      font-size: .8125rem;
      font-family: FontAwesome;
      display: block; }
.entry-gallery .gallery .owl-nav [class*=owl-].owl-next,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-next,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
      right: 15px;
      opacity: 0; }
.entry-gallery .gallery .owl-nav [class*=owl-].owl-next:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-next:before,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-next:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next:before {
        text-align: center;
        display: block;
        content: "\f054"; }
.entry-gallery .gallery .owl-nav [class*=owl-].owl-prev,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-prev,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
      left: 15px;
      opacity: 0; }
.entry-gallery .gallery .owl-nav [class*=owl-].owl-prev:before,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-].owl-prev:before,.owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-].owl-prev:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev:before {
        text-align: center;
        display: block;
        content: "\f053"; }
.entry-gallery .gallery .owl-nav [class*=owl-]:hover,.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl-]:hover,.owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:hover,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover {
      color: #fff;
      text-decoration: none; }
.entry-gallery .gallery .owl-nav .disabled,.entry-gallery .woocommerce-carousel.gallery .owl-nav .disabled,.owl-theme.owl-carousel .owl-nav .disabled,.owl-theme.woocommerce-carousel .owl-nav .disabled,.woocommerce-product-carousel ul.owl-theme.products .owl-nav .disabled,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav .disabled {
    opacity: .5;
    cursor: no-drop; }
.entry-gallery .gallery:hover .owl-nav [class*=owl-].owl-next,.entry-gallery .gallery:hover .owl-nav [class*=owl-].owl-prev,.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*=owl-].owl-next,.entry-gallery .woocommerce-carousel.gallery:hover .owl-nav [class*=owl-].owl-prev,.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-next,.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-prev,.owl-theme.woocommerce-carousel:hover .owl-nav [class*=owl-].owl-next,.owl-theme.woocommerce-carousel:hover .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.products:hover .owl-nav [class*=owl-].owl-prev {
  opacity: 1; }
.entry-gallery .gallery .products,.entry-gallery .woocommerce-carousel.gallery .products,.entry-gallery .woocommerce-product-carousel ul.products.gallery .products,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .products,.owl-theme.owl-carousel .products,.owl-theme.woocommerce-carousel .products,.woocommerce-product-carousel .entry-gallery ul.products.gallery .products,.woocommerce-product-carousel ul.owl-theme.products .products,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .products,.woocommerce .woocommerce-carousel ul.owl-theme.products .products {
  position: static; }
.entry-gallery .gallery .owl-nav.disabled+.owl-dots,.entry-gallery .woocommerce-carousel.gallery .owl-nav.disabled+.owl-dots,.owl-theme.owl-carousel .owl-nav.disabled+.owl-dots,.owl-theme.woocommerce-carousel .owl-nav.disabled+.owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-nav.disabled+.owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav.disabled+.owl-dots {
  margin-top: 10px; }
.entry-gallery .gallery .owl-dots,.entry-gallery .woocommerce-carousel.gallery .owl-dots,.entry-gallery .woocommerce-product-carousel ul.products.gallery .owl-dots,.entry-gallery .woocommerce .woocommerce-carousel ul.products.gallery .owl-dots,.owl-theme.owl-carousel .owl-dots,.owl-theme.woocommerce-carousel .owl-dots,.woocommerce-product-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce .woocommerce-carousel .entry-gallery ul.products.gallery .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots {
  -webkit-tap-highlight-color: transparent; }
.entry-gallery .gallery .owl-dots .owl-dot,.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot,.owl-theme.owl-carousel .owl-dots .owl-dot,.owl-theme.woocommerce-carousel .owl-dots .owl-dot,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.entry-gallery .gallery .owl-dots .owl-dot span,.entry-gallery .woocommerce-carousel.gallery .owl-dots .owl-dot span,.owl-theme.owl-carousel .owl-dots .owl-dot span,.owl-theme.woocommerce-carousel .owl-dots .owl-dot span,.woocommerce-product-carousel ul.owl-theme.products .owl-dots .owl-dot span,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #e6e6e6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity .2s ease;
      border-radius: 30px !important; }
.entry-gallery .nav-position-top-right.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav,.owl-theme.owl-carousel.nav-position-top-right .owl-nav,.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav {
  position: absolute;
  top: -90px;
  right: 0; }
.entry-gallery .nav-position-top-right.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-top-right.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-top-right .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-top-right .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-right.products .owl-nav [class*=owl-] {
    position: static;
    transform: translate(0); }
.entry-gallery .nav-position-top-center.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav,.owl-theme.owl-carousel.nav-position-top-center .owl-nav,.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -90px; }
.entry-gallery .nav-position-top-center.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-top-center.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-top-center .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-top-center .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-top-center.products .owl-nav [class*=owl-] {
    position: static;
    transform: translateY(woocommerce-carousel0); }
.entry-gallery .nav-position-bottom-center.gallery .owl-nav [class*=owl-],.entry-gallery .woocommerce-carousel.nav-position-bottom-center.gallery .owl-nav [class*=owl-],.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav [class*=owl-],.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav [class*=owl-],.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*=owl-],.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav [class*=owl-] {
  position: static;
  transform: translate(0); }
.entry-gallery .nav-style-2.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav,.entry-gallery .woocommerce-product-carousel ul.nav-style-2.products.gallery .owl-nav,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-2.products.gallery .owl-nav,.owl-theme.owl-carousel.nav-style-2 .owl-nav,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav,.woocommerce-product-carousel .entry-gallery ul.nav-style-2.products.gallery .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-2.products.gallery .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav {
  margin: 0 -4px; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl] {
    width: 30px !important;
    height: 30px !important;
    line-height: 20px !important;
    padding: 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    background-color: transparent; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl]:before,.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*=owl]:before,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:before {
      font-size: 24px;
      font-size: 1.5rem;
      font-size: 24px !important;
      font-size: 1.5rem !important;
      font-family: web-mob !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
.entry-gallery .nav-style-2.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav [class*=owl]:hover,.owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl]:hover,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav [class*=owl]:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav [class*=owl]:hover {
      border-radius: 50%;
      border-width: 2px;
      border-style: solid;
      background-color: transparent; }
.entry-gallery .nav-style-2.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav .owl-next:before,.owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-next:before,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav .owl-next:before,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-next:before {
    content: "\e4ce" !important; }
.entry-gallery .nav-style-2.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce-carousel.nav-style-2.gallery .owl-nav .owl-prev:before,.owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav .owl-prev:before,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav .owl-prev:before {
    content: "\e4cb" !important; }
.entry-gallery .nav-style-3.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl],.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl] {
  background: transparent; }
.entry-gallery .nav-style-3.gallery .owl-nav [class*=owl]:before,.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*=owl]:before,.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl]:before,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl]:before,.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl]:before,.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: web-mob !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000; }
.entry-gallery .nav-style-3.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav [class*=owl]:hover,.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl]:hover,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl]:hover,.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl]:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:hover {
    background-color: transparent; }
.entry-gallery .nav-style-3.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav .owl-next:before,.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-next:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-next:before,.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-next:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before {
  content: "\e1d8" !important; }
.entry-gallery .nav-style-3.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce-carousel.nav-style-3.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce-product-carousel ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-prev:before,.woocommerce-product-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-3.products.gallery .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before {
  content: "\e1d9" !important; }
.entry-gallery .nav-style-4.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-4 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*=owl] {
  background: transparent; }
.entry-gallery .nav-style-4.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav [class*=owl]:hover,.owl-theme.owl-carousel.nav-style-4 .owl-nav [class*=owl]:hover,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav [class*=owl]:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav [class*=owl]:hover {
    background-color: transparent; }
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev {
  font-size: 13px;
  font-size: .8125rem;
  min-width: 80px;
  line-height: 2;
  letter-spacing: .2em; }
.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:after,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:before,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:after,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next:after,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev:after,.entry-gallery .woocommerce-carousel.nav-style-4.gallery .owl-nav .owl-prev:before,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:after,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:before,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:after,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:before,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:after,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:before,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:after,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:before,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:after,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:before,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:after,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:after,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:after,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:before {
    display: none; }
.entry-gallery .nav-style-5.gallery .owl-nav,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav,.entry-gallery .woocommerce-product-carousel ul.nav-style-5.products.gallery .owl-nav,.entry-gallery .woocommerce .woocommerce-carousel ul.nav-style-5.products.gallery .owl-nav,.owl-theme.owl-carousel.nav-style-5 .owl-nav,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav,.woocommerce-product-carousel .entry-gallery ul.nav-style-5.products.gallery .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav,.woocommerce .woocommerce-carousel .entry-gallery ul.nav-style-5.products.gallery .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav {
  margin: 0 -4px; }
.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav [class*=owl],.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl] {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    background-color: transparent; }
.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl]:before,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav [class*=owl]:before,.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:before {
      font-size: 24px !important;
      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;
      line-height: 42px; }
.entry-gallery .nav-style-5.gallery .owl-nav [class*=owl]:hover,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav [class*=owl]:hover,.owl-theme.owl-carousel.nav-style-5 .owl-nav [class*=owl]:hover,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav [class*=owl]:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav [class*=owl]:hover {
      border-radius: 50%;
      border-width: 4px;
      border-style: solid;
      background-color: transparent; }
.entry-gallery .nav-style-5.gallery .owl-nav .owl-next,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-5 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav .owl-next,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-next {
    right: -30px; }
.entry-gallery .nav-style-5.gallery .owl-nav .owl-next:before,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav .owl-next:before,.owl-theme.owl-carousel.nav-style-5 .owl-nav .owl-next:before,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav .owl-next:before,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-next:before {
      content: "\f0da" !important;
      margin-left: -3px; }
.entry-gallery .nav-style-5.gallery .owl-nav .owl-prev,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav .owl-prev,.owl-theme.owl-carousel.nav-style-5 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav .owl-prev,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-prev {
    left: -30px; }
.entry-gallery .nav-style-5.gallery .owl-nav .owl-prev:before,.entry-gallery .woocommerce-carousel.nav-style-5.gallery .owl-nav .owl-prev:before,.owl-theme.owl-carousel.nav-style-5 .owl-nav .owl-prev:before,.owl-theme.woocommerce-carousel.nav-style-5 .owl-nav .owl-prev:before,.woocommerce-product-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-5.products .owl-nav .owl-prev:before {
      content: "\f0d9" !important;
      margin-right: -3px; }
.entry-gallery .slider-visible .gallery .owl-stage-outer,.slider-visible .entry-gallery .gallery .owl-stage-outer,.slider-visible .owl-carousel .owl-stage-outer,.slider-visible .woocommerce-product-carousel ul.products .owl-stage-outer,.slider-visible .woocommerce .woocommerce-carousel ul.products .owl-stage-outer,.woocommerce-product-carousel .slider-visible ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel .slider-visible ul.products .owl-stage-outer {
  overflow: visible; }
.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  position: static; }
/* ===== End Opal Real Estate ===== */
/* ===== Start Visual Composer ===== */
/* inject:scss */
.vc_tta-accordion.vc_tta-style-opal-style .vc_tta-panel-title {
  font-size: 1em; }
.vc_custom_heading h1 a,.vc_custom_heading h2 a,.vc_custom_heading h3 a,.vc_custom_heading h4 a,.vc_custom_heading h5 a,.vc_custom_heading h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }
.vc_custom_heading&gt;* {
  position: relative; }
.vc_custom_heading&gt;:after,.vc_custom_heading&gt;:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    z-index: 2; }
.vc_custom_heading[class*=vc_gitem]&gt;div,.vc_custom_heading[class*=vc_gitem]&gt;p {
  display: block; }
.vc_custom_heading[class*=vc_gitem]&gt;div:after,.vc_custom_heading[class*=vc_gitem]&gt;div:before,.vc_custom_heading[class*=vc_gitem]&gt;p:after,.vc_custom_heading[class*=vc_gitem]&gt;p:before {
    display: none; }
.vc_custom_heading.underline-wrap {
  overflow: hidden; }
.vc_custom_heading.underline-wrap&gt;:after {
    width: 100vw;
    z-index: 1;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%; }
.blog-container.style-2 .vc_custom_heading.underline-wrap.entry-meta&gt;:after,.blog-container.style-2 .vc_custom_heading.underline-wrap.heading&gt;:after,.blog-container.style-2 .vc_custom_heading.underline-wrap.post-categories&gt;:after,.blog-container.style-3 .vc_custom_heading.underline-wrap.meta&gt;:after,.entry-gallery .nav-style-4.gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.entry-gallery .nav-style-4.gallery .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.mainmenu-container li.vc_custom_heading.underline-wrap&gt;:after,.mainmenu-container ul.vc_custom_heading.underline-wrap&gt;:after,.my-account-links-menu .sub-menu li a.vc_custom_heading.underline-wrap&gt;:after,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .vc_custom_heading.underline-wrap.entry-content&gt;:after,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .vc_custom_heading.underline-wrap.entry-header&gt;:after,.opal-comment-form-4 .comment-form .vc_custom_heading.underline-wrap.form-submit&gt;:after,.otf-sorting .vc_custom_heading.underline-wrap.display-mode&gt;:after,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.otf-testimonials.style1 .owl-theme .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.otf-testimonials.style1 .owl-theme .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.owl-theme.owl-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.owl-theme.owl-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.product-style-7 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-8 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-9 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-10 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-11 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-12 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-13 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-14 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.product-style-15 li.vc_custom_heading.underline-wrap.product:not(.otf-product-list)&gt;:after,.vc_custom_heading.underline-wrap.form-submit&gt;:after,.vc_custom_heading.underline-wrap.gallery-caption&gt;:after,.vc_custom_heading.underline-wrap.otf-counter.style-1&gt;:after,.vc_custom_heading.underline-wrap.otf-counter.style-2&gt;:after,.vc_custom_heading.underline-wrap.text-left&gt;:after,.vc_custom_heading.underline-wrap.text-right&gt;:after,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-prev&gt;:after,th.vc_custom_heading.underline-wrap&gt;:after {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    left: 0; }
.entry-gallery .nav-style-4.gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.otf-sorting .vc_custom_heading.underline-wrap.display-mode&gt;:after,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.otf-testimonials.style1 .owl-theme .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.owl-theme.owl-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.vc_custom_heading.underline-wrap.form-submit&gt;:after,.vc_custom_heading.underline-wrap.otf-counter.style-2&gt;:after,.vc_custom_heading.underline-wrap.text-right&gt;:after,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .vc_custom_heading.underline-wrap.owl-next&gt;:after {
    right: 0;
    left: auto; }
.vc_custom_heading i,.vc_custom_heading img {
  margin-right: 10px; }
.vc_gitem-zone-a:before {
  transition: all .4s ease; }
.vc_gitem-zone-a:hover:before {
  background-color: rgba(0,0,0,.2); }
a.vc_btn3.vc_btn3-style-link {
  padding: 0; }
a.vc_btn3.vc_btn3-style-link,a.vc_btn3.vc_btn3-style-link:active,a.vc_btn3.vc_btn3-style-link:focus,a.vc_btn3.vc_btn3-style-link:hover {
  border: none;
  background-color: transparent; }
.vc_grid .vc_gitem-link.vc_btn3[class*=outline] {
  border-bottom-style: solid;
  border-width: 2px; }
#secondary .widget_product_categories ul li.current-cat&gt;a a.vc_btn3.vc_btn3-style-link:active,#secondary .widget_product_categories ul li.current-cat&gt;a a.vc_btn3.vc_btn3-style-link:focus,#secondary .widget_product_categories ul li.current-cat&gt;a a.vc_btn3.vc_btn3-style-link:hover,.button-wrapper #chart-button a.vc_btn3.vc_btn3-style-link:active,.button-wrapper #chart-button a.vc_btn3.vc_btn3-style-link:focus,.button-wrapper #chart-button a.vc_btn3.vc_btn3-style-link:hover,.c-primary a.vc_btn3.vc_btn3-style-link:active,.c-primary a.vc_btn3.vc_btn3-style-link:focus,.c-primary a.vc_btn3.vc_btn3-style-link:hover,.colors-scheme-light .otf-menu-social.round a:focus a.vc_btn3.vc_btn3-style-link:active,.colors-scheme-light .otf-menu-social.round a:focus a.vc_btn3.vc_btn3-style-link:focus,.colors-scheme-light .otf-menu-social.round a:focus a.vc_btn3.vc_btn3-style-link:hover,.colors-scheme-light .otf-menu-social.round a:hover a.vc_btn3.vc_btn3-style-link:active,.colors-scheme-light .otf-menu-social.round a:hover a.vc_btn3.vc_btn3-style-link:focus,.colors-scheme-light .otf-menu-social.round a:hover a.vc_btn3.vc_btn3-style-link:hover,.colors-scheme-light .otf-menu-social.square a:focus a.vc_btn3.vc_btn3-style-link:active,.colors-scheme-light .otf-menu-social.square a:focus a.vc_btn3.vc_btn3-style-link:focus,.colors-scheme-light .otf-menu-social.square a:focus a.vc_btn3.vc_btn3-style-link:hover,.colors-scheme-light .otf-menu-social.square a:hover a.vc_btn3.vc_btn3-style-link:active,.colors-scheme-light .otf-menu-social.square a:hover a.vc_btn3.vc_btn3-style-link:focus,.colors-scheme-light .otf-menu-social.square a:hover a.vc_btn3.vc_btn3-style-link:hover,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.entry-gallery .nav-style-4.gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.entry-gallery .nav-style-4.gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.main-navigation .menu-item&gt;a:hover a.vc_btn3.vc_btn3-style-link:active,.main-navigation .menu-item&gt;a:hover a.vc_btn3.vc_btn3-style-link:focus,.main-navigation .menu-item&gt;a:hover a.vc_btn3.vc_btn3-style-link:hover,.navigation-button .menu-toggle:focus a.vc_btn3.vc_btn3-style-link:active,.navigation-button .menu-toggle:focus a.vc_btn3.vc_btn3-style-link:focus,.navigation-button .menu-toggle:focus a.vc_btn3.vc_btn3-style-link:hover,.navigation-button .menu-toggle:hover a.vc_btn3.vc_btn3-style-link:active,.navigation-button .menu-toggle:hover a.vc_btn3.vc_btn3-style-link:focus,.navigation-button .menu-toggle:hover a.vc_btn3.vc_btn3-style-link:hover,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link:hover a.vc_btn3.vc_btn3-style-link:active,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link:hover a.vc_btn3.vc_btn3-style-link:focus,.opal-archive-style-2 article.otf-post-style:not(:first-child):not(.sticky) .entry-content .more-link:hover a.vc_btn3.vc_btn3-style-link:hover,.opal-currency_switcher .list-currency button[type=submit]:hover a.vc_btn3.vc_btn3-style-link:active,.opal-currency_switcher .list-currency button[type=submit]:hover a.vc_btn3.vc_btn3-style-link:focus,.opal-currency_switcher .list-currency button[type=submit]:hover a.vc_btn3.vc_btn3-style-link:hover,.opal-currency_switcher .list-currency li.active button[type=submit] a.vc_btn3.vc_btn3-style-link:active,.opal-currency_switcher .list-currency li.active button[type=submit] a.vc_btn3.vc_btn3-style-link:focus,.opal-currency_switcher .list-currency li.active button[type=submit] a.vc_btn3.vc_btn3-style-link:hover,.opal-custom-menu-inline .widget ul li a:hover a.vc_btn3.vc_btn3-style-link:active,.opal-custom-menu-inline .widget ul li a:hover a.vc_btn3.vc_btn3-style-link:focus,.opal-custom-menu-inline .widget ul li a:hover a.vc_btn3.vc_btn3-style-link:hover,.opal-header-skin-custom .site-header .site-header-account .account-dropdown a:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:active,.opal-header-skin-custom .site-header .site-header-account .account-dropdown a:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:focus,.opal-header-skin-custom .site-header .site-header-account .account-dropdown a:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:hover,.opal-header-sticky-skin-custom #opal-header-sticky a.checkout:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:active,.opal-header-sticky-skin-custom #opal-header-sticky a.checkout:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:focus,.opal-header-sticky-skin-custom #opal-header-sticky a.checkout:not(.vc_btn3) a.vc_btn3.vc_btn3-style-link:hover,.otf-pricing.style-3.recommend .price a.vc_btn3.vc_btn3-style-link:active,.otf-pricing.style-3.recommend .price a.vc_btn3.vc_btn3-style-link:focus,.otf-pricing.style-3.recommend .price a.vc_btn3.vc_btn3-style-link:hover,.otf-pricing.style-4 .title a.vc_btn3.vc_btn3-style-link:active,.otf-pricing.style-4 .title a.vc_btn3.vc_btn3-style-link:focus,.otf-pricing.style-4 .title a.vc_btn3.vc_btn3-style-link:hover,.otf-product-banner .woocommerce-Price-amount a.vc_btn3.vc_btn3-style-link:active,.otf-product-banner .woocommerce-Price-amount a.vc_btn3.vc_btn3-style-link:focus,.otf-product-banner .woocommerce-Price-amount a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-dark:hover .title a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-dark:hover .title a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-dark:hover .title a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-dark:hover a a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-dark:hover a a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-dark:hover a a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-dark a:hover a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-dark a:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-dark a:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-light:hover .title a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-light:hover .title a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-light:hover .title a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-light:hover a a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-light:hover a a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-light:hover a a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.color-schema-light a:hover a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.color-schema-light a:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.color-schema-light a:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner .meta.outside-style a:hover a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner .meta.outside-style a:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner .meta.outside-style a:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.style-5 .sub-categories li a:hover a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.style-5 .sub-categories li a:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.style-5 .sub-categories li a:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-promo-banner.style-5 .title a.vc_btn3.vc_btn3-style-link:active,.otf-promo-banner.style-5 .title a.vc_btn3.vc_btn3-style-link:focus,.otf-promo-banner.style-5 .title a.vc_btn3.vc_btn3-style-link:hover,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.otf-testimonials.style7 .title-box a a.vc_btn3.vc_btn3-style-link:active,.otf-testimonials.style7 .title-box a a.vc_btn3.vc_btn3-style-link:focus,.otf-testimonials.style7 .title-box a a.vc_btn3.vc_btn3-style-link:hover,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.product-style-8 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:active,.product-style-8 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:focus,.product-style-8 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:hover,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title:hover a.vc_btn3.vc_btn3-style-link:active,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title:hover a.vc_btn3.vc_btn3-style-link:focus,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title:hover a.vc_btn3.vc_btn3-style-link:hover,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:active,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:focus,.product-style-14 li.product:not(.otf-product-list) .woocommerce-loop-product__title a:hover a.vc_btn3.vc_btn3-style-link:hover,.product-style-16 li.product:not(.otf-product-list) .price a.vc_btn3.vc_btn3-style-link:active,.product-style-16 li.product:not(.otf-product-list) .price a.vc_btn3.vc_btn3-style-link:focus,.product-style-16 li.product:not(.otf-product-list) .price a.vc_btn3.vc_btn3-style-link:hover,.product_list_widget a:active a.vc_btn3.vc_btn3-style-link:active,.product_list_widget a:active a.vc_btn3.vc_btn3-style-link:focus,.product_list_widget a:active a.vc_btn3.vc_btn3-style-link:hover,.product_list_widget a:focus a.vc_btn3.vc_btn3-style-link:active,.product_list_widget a:focus a.vc_btn3.vc_btn3-style-link:focus,.product_list_widget a:focus a.vc_btn3.vc_btn3-style-link:hover,.product_list_widget a:hover a.vc_btn3.vc_btn3-style-link:active,.product_list_widget a:hover a.vc_btn3.vc_btn3-style-link:focus,.product_list_widget a:hover a.vc_btn3.vc_btn3-style-link:hover,.scrollup:hover .icon a.vc_btn3.vc_btn3-style-link:active,.scrollup:hover .icon a.vc_btn3.vc_btn3-style-link:focus,.scrollup:hover .icon a.vc_btn3.vc_btn3-style-link:hover,.single-product .woocommerce-tabs .wc-tabs .active a a.vc_btn3.vc_btn3-style-link:active,.single-product .woocommerce-tabs .wc-tabs .active a a.vc_btn3.vc_btn3-style-link:focus,.single-product .woocommerce-tabs .wc-tabs .active a a.vc_btn3.vc_btn3-style-link:hover,.site-header-account .account-dashboard li a:hover a.vc_btn3.vc_btn3-style-link:active,.site-header-account .account-dashboard li a:hover a.vc_btn3.vc_btn3-style-link:focus,.site-header-account .account-dashboard li a:hover a.vc_btn3.vc_btn3-style-link:hover,.site-header-account .account-dropdown a.lostpass-link a.vc_btn3.vc_btn3-style-link:active,.site-header-account .account-dropdown a.lostpass-link a.vc_btn3.vc_btn3-style-link:focus,.site-header-account .account-dropdown a.lostpass-link a.vc_btn3.vc_btn3-style-link:hover,.site-header-account .account-dropdown a.register-link a.vc_btn3.vc_btn3-style-link:active,.site-header-account .account-dropdown a.register-link a.vc_btn3.vc_btn3-style-link:focus,.site-header-account .account-dropdown a.register-link a.vc_btn3.vc_btn3-style-link:hover,.site-header-account .account-links-menu li a:hover a.vc_btn3.vc_btn3-style-link:active,.site-header-account .account-links-menu li a:hover a.vc_btn3.vc_btn3-style-link:focus,.site-header-account .account-links-menu li a:hover a.vc_btn3.vc_btn3-style-link:hover,.vc_tta-accordion.vc_tta-style-opal-style .vc_active .vc_tta-panel-title a.vc_btn3.vc_btn3-style-link:active,.vc_tta-accordion.vc_tta-style-opal-style .vc_active .vc_tta-panel-title a.vc_btn3.vc_btn3-style-link:focus,.vc_tta-accordion.vc_tta-style-opal-style .vc_active .vc_tta-panel-title a.vc_btn3.vc_btn3-style-link:hover,.vc_tta-accordion.vc_tta-style-opal-style .vc_tta-panel-title:hover a.vc_btn3.vc_btn3-style-link:active,.vc_tta-accordion.vc_tta-style-opal-style .vc_tta-panel-title:hover a.vc_btn3.vc_btn3-style-link:focus,.vc_tta-accordion.vc_tta-style-opal-style .vc_tta-panel-title:hover a.vc_btn3.vc_btn3-style-link:hover,.widget_product_brands ul li.chosen a a.vc_btn3.vc_btn3-style-link:active,.widget_product_brands ul li.chosen a a.vc_btn3.vc_btn3-style-link:focus,.widget_product_brands ul li.chosen a a.vc_btn3.vc_btn3-style-link:hover,.widget_rating_filter ul li.chosen a a.vc_btn3.vc_btn3-style-link:active,.widget_rating_filter ul li.chosen a a.vc_btn3.vc_btn3-style-link:focus,.widget_rating_filter ul li.chosen a a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-product-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-product-list a:active a.vc_btn3.vc_btn3-style-link:active,.woocommerce-product-list a:active a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-product-list a:active a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-product-list a:focus a.vc_btn3.vc_btn3-style-link:active,.woocommerce-product-list a:focus a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-product-list a:focus a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-product-list a:hover a.vc_btn3.vc_btn3-style-link:active,.woocommerce-product-list a:hover a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-product-list a:hover a.vc_btn3.vc_btn3-style-link:hover,.woocommerce-widget-layered-nav ul li.chosen a a.vc_btn3.vc_btn3-style-link:active,.woocommerce-widget-layered-nav ul li.chosen a a.vc_btn3.vc_btn3-style-link:focus,.woocommerce-widget-layered-nav ul li.chosen a a.vc_btn3.vc_btn3-style-link:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:active,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:focus,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-next:hover a.vc_btn3.vc_btn3-style-link:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:active,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:focus,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-4.products .owl-nav .owl-prev:hover a.vc_btn3.vc_btn3-style-link:hover,div.vc_gitem-post-data-source-post_title a:hover a.vc_btn3.vc_btn3-style-link:active,div.vc_gitem-post-data-source-post_title a:hover a.vc_btn3.vc_btn3-style-link:focus,div.vc_gitem-post-data-source-post_title a:hover a.vc_btn3.vc_btn3-style-link:hover,ul.products li.product.otf-product-list .price a.vc_btn3.vc_btn3-style-link:active,ul.products li.product.otf-product-list .price a.vc_btn3.vc_btn3-style-link:focus,ul.products li.product.otf-product-list .price a.vc_btn3.vc_btn3-style-link:hover,ul.products li.product .posted_in a:hover a.vc_btn3.vc_btn3-style-link:active,ul.products li.product .posted_in a:hover a.vc_btn3.vc_btn3-style-link:focus,ul.products li.product .posted_in a:hover a.vc_btn3.vc_btn3-style-link:hover {
  opacity: .8; }
.c-secondary a.vc_btn3.vc_btn3-style-link:active,.c-secondary a.vc_btn3.vc_btn3-style-link:focus,.c-secondary a.vc_btn3.vc_btn3-style-link:hover {
  opacity: .7; }
.over-flow-visible {
  overflow: visible !important; }
.wpb_video_wrapper {
  position: relative; }
.wpb_video_wrapper .otf-video-poster,.wpb_video_wrapper .otf-video-poster-wrapper,.wpb_video_wrapper .otf-video-poster-wrapper:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.wpb_video_wrapper .otf-video-poster-wrapper {
    position: absolute !important;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    transition: opacity .5s cubic-bezier(0,0,.44,1.18),visibility .5s cubic-bezier(0,0,.44,1.18); }
.wpb_video_wrapper .otf-video-poster-wrapper:after {
      content: "";
      background-color: rgba(0,0,0,.15);
      z-index: 2;
      transition: background-color .5s cubic-bezier(0,0,.44,1.18); }
.wpb_video_wrapper .otf-video-poster-wrapper.hidden-poster {
      opacity: 0;
      visibility: hidden; }
.wpb_video_wrapper .otf-video-poster {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: -1px;
    transition: transform .5s cubic-bezier(0,0,.44,1.18); }
.wpb_video_wrapper .button-play {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    line-height: 108px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    padding-left: 5px;
    text-align: center;
    color: #fff;
    border: 4px solid hsla(0,0%,100%,.4);
    border-radius: 50%;
    z-index: 3;
    vertical-align: middle;
    transition: border-color .5s cubic-bezier(0,0,.44,1.18); }
.wpb_video_wrapper .button-play:after {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: inline-block;
      font-size: 40px;
      transition: transform .5s cubic-bezier(0,0,.44,1.18); }
.wpb_video_wrapper:hover .otf-video-poster-wrapper:after {
    background-color: rgba(0,0,0,.3); }
.wpb_video_wrapper:hover .button-play {
    border-color: hsla(0,0%,100%,.6); }
.wpb_video_wrapper:hover .button-play:after {
      transform: scale(.8);
      -webkit-transform: scale(.8); }
.wpb_video_wrapper:hover .otf-video-poster {
    transform: scale(1.09);
    -webkit-transform: scale(1.09); }
.wpb_content_element.wpb_revslider_element {
  margin-bottom: 0; }
.opal-bg-top-left&gt;.vc_column-inner,div.opal-bg-top-left,section.opal-bg-top-left {
  background-position: 0 0 !important; }
.opal-bg-top-center&gt;.vc_column-inner,div.opal-bg-top-center,section.opal-bg-top-center {
  background-position: top !important; }
.opal-bg-top-right&gt;.vc_column-inner,div.opal-bg-top-right,section.opal-bg-top-right {
  background-position: 100% 0 !important; }
.opal-bg-center-left&gt;.vc_column-inner,div.opal-bg-center-left,section.opal-bg-center-left {
  background-position: 0 !important; }
.opal-bg-center-center&gt;.vc_column-inner,div.opal-bg-center-center,section.opal-bg-center-center {
  background-position: 50% !important; }
.opal-bg-center-right&gt;.vc_column-inner,div.opal-bg-center-right,section.opal-bg-center-right {
  background-position: 100% !important; }
.opal-bg-bottom-left&gt;.vc_column-inner,div.opal-bg-bottom-left,section.opal-bg-bottom-left {
  background-position: 0 100% !important; }
.opal-bg-bottom-center&gt;.vc_column-inner,div.opal-bg-bottom-center,section.opal-bg-bottom-center {
  background-position: bottom !important; }
.opal-bg-bottom-right&gt;.vc_column-inner,div.opal-bg-bottom-right,section.opal-bg-bottom-right {
  background-position: 100% 100% !important; }
.opal-header-layout-sideHeader .vc_row[data-vc-full-width],.opal-header-layout-sideHeader section[data-vc-full-width] {
  padding-left: 300px; }
.screen_boxshadow {
  box-shadow: 0 0 16px rgba(0,0,0,.1); }
.vc_progress_bar .vc_single_bar {
  min-height: 10px;
  margin-top: 50px;
  box-shadow: none;
  border-radius: 0; }
.vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0; }
.vc_progress_bar .vc_single_bar .vc_label {
    position: absolute;
    top: -40px;
    font-size: 100%; }
.vc_separator img {
  margin-left: 15px;
  margin-right: 15px; }
.vc_gitem-post-data.vc_grid-filter-filled-square-all.vc_grid-filter-filled&gt;.vc_grid-filter-item:first-child,.vc_gitem-post-data.vc_grid-filter-filled-square-all.vc_grid-filter-filled&gt;.vc_grid-filter-item:last-child,.vc_gitem-post-data.vc_grid-filter-less-square-round-all.vc_grid-filter-filled&gt;.vc_grid-filter-item:first-child,.vc_gitem-post-data.vc_grid-filter-less-square-round-all.vc_grid-filter-filled&gt;.vc_grid-filter-item:last-child {
  border-radius: 0; }
.vc_gitem-post-data.vc_grid-filter&gt;.vc_grid-filter-item.vc_gitem-post-category-name {
  margin-right: 3px; }
.vc_gitem-post-data .vc_gitem-post-category-name {
  line-height: 1.5;
  margin-right: 3px; }
.vc_grid-item~p:empty,[data-vc-grid-content]&gt;p:empty:first-child {
  display: none; }
.otf-brands .item:hover img {
  filter: grayscale(0); }
.otf-brands img {
  filter: grayscale(100%);
  transition: .3s; }
.entry-gallery .otf-brands .gallery .owl-nav [class*=owl-].owl-prev,.otf-brands .entry-gallery .gallery .owl-nav [class*=owl-].owl-prev,.otf-brands .owl-theme .owl-nav [class*=owl-].owl-prev {
  left: -60px; }
.entry-gallery .otf-brands .gallery .owl-nav [class*=owl-].owl-next,.otf-brands .entry-gallery .gallery .owl-nav [class*=owl-].owl-next,.otf-brands .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -60px; }
.opal-countdown b {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222;
  line-height: 50px;
  min-width: 60px; }
.opal-countdown .day,.opal-countdown .hours,.opal-countdown .minutes {
  position: relative; }
.opal-countdown .day:after,.opal-countdown .hours:after,.opal-countdown .minutes:after {
    content: ":";
    display: block;
    width: .5rem;
    position: absolute;
    top: 0;
    left: 100%;
    line-height: 50px;
    font-size: 18px;
    font-size: 1.125rem; }
.opal-countdown.style-2 .day:after,.opal-countdown.style-2 .hours:after,.opal-countdown.style-2 .minutes:after,.opal-countdown.style-2 b {
  color: #222; }
.opal-countdown.style-2 .day,.opal-countdown.style-2 .hours,.opal-countdown.style-2 .minutes,.opal-countdown.style-2 .seconds {
  font-size: 0; }
.opal-countdown.style-3 .day:after,.opal-countdown.style-3 .hours:after,.opal-countdown.style-3 .minutes:after,.opal-countdown.style-3 b {
  color: #222; }
.opal-countdown.style-4 b {
  background-color: #fff;
  color: #222;
  border-radius: 50%;
  line-height: 60px;
  width: 60px; }
.opal-countdown.style-4 .day,.opal-countdown.style-4 .hours,.opal-countdown.style-4 .minutes,.opal-countdown.style-4 .seconds {
  font-size: 0; }
.opal-countdown.style-4 .day:after,.opal-countdown.style-4 .hours:after,.opal-countdown.style-4 .minutes:after {
  color: #222; }
.opal-countdown.style-5 b {
  color: #fff;
  line-height: 46px;
  min-width: 54px; }
.opal-countdown.style-5 .day,.opal-countdown.style-5 .hours,.opal-countdown.style-5 .minutes,.opal-countdown.style-5 .seconds {
  font-size: 0;
  line-height: 1; }
.opal-countdown.style-5 .day:after,.opal-countdown.style-5 .hours:after,.opal-countdown.style-5 .minutes:after {
  color: #222;
  line-height: 46px; }
.otf-counter .counter {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2; }
.otf-counter i {
  font-size: 40px;
  font-size: 2.5rem; }
.otf-counter .title {
  color: #000; }
.otf-counter .subtitle {
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 2px; }
.otf-counter.style-1 .counter {
  font-size: 2.5rem;
  font-size: 40px; }
.otf-counter.style-1 .title {
  font-size: 1rem;
  font-size: 16px;
  color: #000; }
.otf-counter.style-1 .subtitle {
  font-size: .875rem;
  font-size: 14px;
  letter-spacing: 0; }
.otf-counter.style-3 .counter,.otf-counter.style-3 .subtitle {
  color: #fff; }
.opal-row-divider {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
.opal-row-divider svg {
    display: block; }
.dvr-style-triangle svg,.dvr-style-waves-small svg,.dvr-style-waves-wide svg {
  height: 3vw; }
.dvr-style-clouds svg {
  height: 6vw; }
.dvr-style-curved-line svg,.dvr-style-diagonal-left svg,.dvr-style-diagonal-right svg,.dvr-style-half-circle svg,.dvr-style-paint-stroke svg {
  height: 50px; }
.otf-feature-box {
  transition: .5s; }
.otf-feature-box .title {
    font-size: 1.33rem;
    line-height: 1.5; }
.otf-feature-box .box-icon {
    box-sizing: content-box;
    padding: 5px;
    line-height: 1; }
.otf-feature-box .box-icon.o-round&gt;div,.otf-feature-box .box-icon.o-squal&gt;div,.otf-feature-box .box-icon.round&gt;div,.otf-feature-box .box-icon.squal&gt;div {
      width: calc(2em - 10px);
      height: calc(2em - 10px);
      display: flex;
      justify-content: center; }
.otf-feature-box i {
    font-size: inherit;
    line-height: 2em;
    transition: .3s;
    width: auto;
    height: auto;
    margin-left: 0; }
.otf-feature-box img {
    width: 1em;
    text-align: center;
    max-width: inherit; }
.otf-feature-box a {
    text-decoration: underline; }
.otf-feature-box.style-1 .meta {
    padding-left: 5px;
    padding-right: 5px; }
.otf-feature-box.style-2 .title {
    font-size: 1.15rem; }
.otf-feature-box.hover-background:hover * {
    color: #fff !important; }
.otf-feature-box.hover-background:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }
.otf-feature-box.hover-background:hover svg {
    fill: #fff !important; }
.otf-feature-box.hover-boxshadow:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transform: translateY(-10px); }
.parallax-padding {
  position: relative; }
.parallax-padding .xs-left,.parallax-padding .xs-right {
    max-width: 90%; }
.parallax-padding .xs-left {
    margin-left: auto; }
.pl-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box; }
.opal-parallax {
  position: relative; }
.pl-absolute {
  position: absolute !important;
  max-width: 100%;
  max-height: 100%;
  top: 0; }
.pl-absolute.position_left {
    left: 0; }
.pl-absolute.position_right {
    left: unset;
    right: 0; }
.position_right {
  float: right; }
.parallax-box-content {
  position: absolute;
  top: 0;
  z-index: 2;
  max-width: 80%;
  left: 15px;
  width: auto; }
.parallax-box-content.right {
    left: inherit;
    right: 15px; }
.oft_product_parallax {
  position: relative;
  z-index: 1; }
.oft_product_parallax .pl-absolute {
    pointer-events: none;
    top: 50px;
    z-index: -1; }
.oft_product_parallax .product_title {
    font-size: 40px;
    font-size: 2.5rem; }
.oft_product_parallax .product_title a {
      color: #fff; }
.oft_product_parallax img {
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0ms; }
.oft_product_parallax:hover img {
    transform: scale(1.2); }
.parallax-box-content&gt;div {
  position: relative;
  width: 630px;
  border: none; }
.parallax-box-content&gt;div.box-style-square {
    overflow: hidden; }
.parallax-box-content&gt;div.box-style-square:after,.parallax-box-content&gt;div.box-style-square:before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%; }
.parallax-box-content&gt;div.box-style-square:after {
      border-style: solid;
      border-width: 8px;
      z-index: -2;
      top: 0;
      left: 0; }
.parallax-box-content&gt;div.box-style-square:before {
      top: 8px;
      left: -8px;
      z-index: -1; }
.parallax-box-content&gt;div.box-style-round {
    width: 630px;
    height: 630px;
    overflow: hidden;
    border-radius: 50%; }
.parallax-box-content&gt;div.box-style-round&gt;div {
      position: absolute;
      top: 50%;
      width: 80%;
      max-height: 80%;
      overflow: hidden;
      left: 10%;
      transform: translateY(-50%); }
.parallax-box-content&gt;div.box-style-round:after,.parallax-box-content&gt;div.box-style-round:before {
      content: "";
      position: absolute;
      border-radius: 50%;
      width: 100%;
      height: 100%; }
.parallax-box-content&gt;div.box-style-round:after {
      border-style: solid;
      border-width: 15px;
      z-index: -2;
      top: 0;
      left: 0; }
.parallax-box-content&gt;div.box-style-round:before {
      top: 15px;
      left: 16px;
      z-index: -1;
      width: calc(100% - 32px);
      height: calc(100% - 32px); }
.parallax-box-content&gt;div.box-style-none {
    padding: 0;
    width: 740px; }
.parallax-background-content {
  font-size: 100px;
  color: hsla(0,0%,100%,.2); }
.otf-pricing.style-1 .pricing-header .title {
  color: #000; }
.otf-pricing.style-1 .pricing-header .recommend {
  color: #fff;
  font-size: .75rem;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,50%); }
.otf-pricing.style-1 .pricing-header .price {
  font-size: 2.25rem;
  font-size: 36px; }
.otf-pricing.style-1 .pricing-info {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 -40px; }
.otf-pricing.style-1 .pricing-info ul {
    padding-left: 0; }
.otf-pricing.style-1 .pricing-info li {
    padding-left: 40px;
    padding-right: 40px; }
.otf-pricing.style-1 .pricing-info li:nth-child(odd) {
      background-color: #fafafa; }
.otf-pricing.style-1 .pricing-info li.active {
      color: #000; }
.otf-pricing.style-1 .pricing-footer {
  padding-top: 30px; }
.entry-footer .edit-link .otf-pricing.style-1 a.post-edit-link,.mc4wp-form .otf-pricing.style-1 input[type=submit],.otf-pricing.style-1 .button-primary,.otf-pricing.style-1 .button-secondary,.otf-pricing.style-1 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-1 .mc4wp-form input[type=submit],.otf-pricing.style-1 .secondary-button .search-submit,.otf-pricing.style-1 .wc-proceed-to-checkout .button,.otf-pricing.style-1 .widget_shopping_cart .buttons .button,.otf-pricing.style-1 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-1 .wpcf7-form input[type=submit],.otf-pricing.style-1 button[type=submit],.otf-pricing.style-1 input[type=button],.otf-pricing.style-1 input[type=submit],.secondary-button .otf-pricing.style-1 .search-submit,.wc-proceed-to-checkout .otf-pricing.style-1 .button,.widget_shopping_cart .buttons .otf-pricing.style-1 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-1 .woocommerce-button,.wpcf7-form .otf-pricing.style-1 input[type=submit] {
  display: block;
  width: 100%; }
.otf-pricing.style-2 {
  transition: .3s; }
.otf-pricing.style-2 .pricing-header .title {
    font-size: 20px;
    font-size: 1.25rem; }
.otf-pricing.style-2 .pricing-header .price {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.2;
    font-weight: 600; }
.otf-pricing.style-2 .pricing-info ul {
    padding-left: 0; }
.otf-pricing.style-2 .pricing-info li.active {
    font-weight: 600; }
.entry-footer .edit-link .otf-pricing.style-2 a.post-edit-link,.mc4wp-form .otf-pricing.style-2 input[type=submit],.otf-pricing.style-2 .button-primary,.otf-pricing.style-2 .button-secondary,.otf-pricing.style-2 .entry-footer .edit-link a.post-edit-link,.otf-pricing.style-2 .mc4wp-form input[type=submit],.otf-pricing.style-2 .secondary-button .search-submit,.otf-pricing.style-2 .wc-proceed-to-checkout .button,.otf-pricing.style-2 .widget_shopping_cart .buttons .button,.otf-pricing.style-2 .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,.otf-pricing.style-2 .wpcf7-form input[type=submit],.otf-pricing.style-2 button[type=submit],.otf-pricing.style-2 input[type=button],.otf-pricing.style-2 input[type=submit],.secondary-button .otf-pricing.style-2 .search-submit,.wc-proceed-to-checkout .otf-pricing.style-2 .button,.widget_shopping_cart .buttons .otf-pricing.style-2 .button,.woocommerce-MyAccount-content .woocommerce-Pagination .otf-pricing.style-2 .woocommerce-button,.wpcf7-form .otf-pricing.style-2 input[type=submit] {
    border-radius: 4px !important; }
.otf-pricing.style-2 .pricing-footer {
    padding: 30px 0; }
.otf-pricing.style-2.recommend,.otf-pricing.style-2:hover {
    box-shadow: 0 10px 12px rgba(0,0,0,.2);
    margin-top: -15px; }
.otf-pricing.style-3 .pricing-header .title {
  font-size: 20px;
  font-size: 1.25rem; }
.otf-pricing.style-3 .pricing-header .price {
  line-height: 1.2;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem; }
.otf-pricing.style-3 .pricing-info ul {
  padding-left: 0; }
.otf-pricing.style-3 .pricing-info li.active {
  font-weight: 600; }
.otf-pricing.style-3 .pricing-footer {
  padding: 30px 0; }
.otf-pricing.style-3.recommend {
  box-shadow: 0 10px 40px 0 rgba(63,66,92,.2);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -30px; }
.otf-pricing.style-4 {
  background: rgba(0,0,0,.14); }
.otf-pricing.style-4 .title {
    font-size: 18px;
    font-size: 1.125rem;
    background-color: #fff; }
.otf-pricing.style-4 .price {
    line-height: 1.2;
    font-weight: 600;
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff; }
.otf-pricing.style-4 .per {
    color: #fff; }
.otf-pricing.style-4 .pricing-info ul {
    padding-left: 0; }
.otf-pricing.style-4 .pricing-info li {
    color: #fff;
    opacity: .5; }
.otf-pricing.style-4 .pricing-info li.active {
      color: #fff;
      font-weight: 600;
      opacity: 1; }
.otf-pricing.style-4 .pricing-footer {
    padding: 30px 0; }
.otf-promo-banner {
  position: relative;
  overflow: hidden;
  font-weight: 400; }
.otf-promo-banner .vc_custom_heading&gt;*,.otf-promo-banner .wpb_button,.otf-promo-banner .wpb_content_element,.otf-promo-banner ul.wpb_thumbnails-fluid&gt;li {
    margin-bottom: 0; }
.otf-promo-banner .banner-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    position: relative;
    overflow: hidden; }
.otf-promo-banner .banner-image:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0,0,0,.3);
      transition: .3s;
      opacity: 0; }
.otf-promo-banner .banner-image-inner {
    transition: transform .5s cubic-bezier(0,0,.44,1.18);
    width: calc(100% + 3px); }
.otf-promo-banner .banner-image-inner img {
      margin: -1px; }
.otf-promo-banner:hover .banner-image-inner {
    transform: scale(1.09); }
.otf-promo-banner .meta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px; }
.otf-promo-banner .meta.outside-style {
      position: static;
      padding: 25px 0; }
.otf-promo-banner .subtitle {
    font-size: 14px;
    font-size: .875rem;
    margin-top: 10px; }
.otf-promo-banner .subtitle span {
      margin-left: 5px; }
.otf-promo-banner .title {
    margin: 0;
    font-weight: 700;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2; }
.otf-promo-banner .subtitle,.otf-promo-banner .title,.otf-promo-banner a {
    transition: all .35s ease-in-out; }
.otf-promo-banner .banner-button {
    margin-top: 15px; }
.otf-promo-banner .banner-button a {
      text-decoration: underline; }
.otf-promo-banner img {
    display: block; }
.otf-promo-banner.color-schema-light .title,.otf-promo-banner.color-schema-light a {
    color: #fff; }
.otf-promo-banner.color-schema-light .subtitle {
    color: hsla(0,0%,100%,.8); }
.otf-promo-banner.color-schema-light:hover li a {
    color: initial; }
.otf-promo-banner.color-schema-dark .title,.otf-promo-banner.color-schema-dark a {
    color: #000; }
.otf-promo-banner.color-schema-dark .subtitle {
    color: rgba(0,0,0,.5); }
.otf-promo-banner.color-schema-dark .widget ul {
    padding: 0; }
.otf-promo-banner.color-schema-dark .widget ul li {
      border: none;
      padding: 0; }
.otf-promo-banner.color-schema-dark:hover .outside-style .subtitle,.otf-promo-banner.color-schema-dark:hover .outside-style .title,.otf-promo-banner.color-schema-dark:hover .outside-style a,.otf-promo-banner.color-schema-dark:hover li a {
    color: initial; }
.otf-promo-banner li a {
    padding: .5em 0; }
.otf-promo-banner.style-1 .subtitle {
    margin-top: 0; }
.otf-promo-banner.style-1 .title {
    margin-top: 10px; }
.otf-promo-banner.style-1.effect-1 .title {
    margin-top: 0; }
.otf-promo-banner.style-1.effect-1 .justify-content-start.meta,.otf-promo-banner.style-1.effect-1 .otf-testimonials.style4 .meta.author-content,.otf-promo-banner.style-1.effect-1 .otf-testimonials.style5 .meta.author-content,.otf-testimonials.style4 .otf-promo-banner.style-1.effect-1 .meta.author-content,.otf-testimonials.style5 .otf-promo-banner.style-1.effect-1 .meta.author-content {
    transform: translateY(5px) translateZ(0);
    -webkit-transform: translateY(5px) translateZ(0); }
.otf-promo-banner.style-1.effect-1:hover .title {
    margin-top: 10px; }
.otf-promo-banner.style-2 .title {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px;
    text-align: center;
    background-color: rgba(0,0,0,.1);
    transition: all .3s ease-in; }
.otf-promo-banner.style-2 .title:after {
      content: "\e1d8";
      font-size: 14px;
      font-family: web-mob;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      max-height: 0;
      opacity: 0;
      transition: all .3s ease-out; }
.otf-promo-banner.style-2:hover .title {
    color: #fff; }
.otf-promo-banner.style-2:hover .title:after {
      max-height: 30px;
      opacity: 1; }
.otf-promo-banner.style-3 .meta {
    text-align: center;
    min-width: 200px;
    max-width: 80%;
    background: #fff;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 25px; }
.otf-promo-banner.style-3 .title {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase; }
.otf-promo-banner.style-3 .subtitle {
    margin-top: 0; }
.otf-promo-banner.style-4 .title {
    font-size: 42px;
    font-size: 2.625rem; }
.otf-promo-banner.style-5 .meta {
    position: static;
    background-color: #fff;
    text-align: center; }
.otf-promo-banner.style-5 .title {
    font-size: 28px;
    font-size: 1.75rem; }
.otf-promo-banner.style-5:hover.color-schema-dark a {
    color: initial; }
.otf-promo-banner.style-5 .sub-categories {
    list-style: none;
    padding: 0;
    text-align: center;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px; }
.otf-promo-banner.style-5 .sub-categories li a {
      padding: 15px;
      display: block; }
.otf-product-category .title {
  font-size: 1rem; }
.effect-1 .meta {
  transform: translateY(100%) translateZ(0);
  -webkit-transform: translateY(100%) translateZ(0);
  transition: transform .3s ease;
  padding: 0 30px;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 60px; }
.effect-1 .subtitle {
  transform: translateY(45px) translateZ(0);
  -webkit-transform: translateY(45px) translateZ(0); }
.effect-1 .banner-button,.effect-1 .subtitle {
  opacity: 0;
  transition: transform .35s ease,opacity .35s ease; }
.effect-1 .banner-button {
  transform: translateY(60px) translateZ(0);
  -webkit-transform: translateY(60px) translateZ(0); }
.effect-1:hover .banner-button,.effect-1:hover .meta,.effect-1:hover .subtitle {
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0); }
.effect-1:hover .banner-button,.effect-1:hover .subtitle {
  opacity: 1; }
.blog-container .effect-1:hover .meta.otf-feature-box,.effect-1:hover .blog-container .meta.otf-feature-box,.effect-1:hover .entry-footer .edit-link a.meta.otf-feature-box.post-edit-link,.effect-1:hover .entry-gallery .gallery .meta.otf-feature-box.owl-dots,.effect-1:hover .justify-content-center.meta,.effect-1:hover .list-feature-box&gt;li.meta.otf-feature-box:before,.effect-1:hover .main-navigation .meta.otf-feature-box.text-label,.effect-1:hover .mainmenu-container .meta.otf-feature-box.text-label,.effect-1:hover .meta.navigation-logo,.effect-1:hover .meta.otf-feature-box.button-outline-primary,.effect-1:hover .meta.otf-feature-box.button-outline-secondary,.effect-1:hover .meta.otf-feature-box.button-primary,.effect-1:hover .meta.otf-feature-box.button-secondary,.effect-1:hover .meta.otf-feature-box.comments-pagination,.effect-1:hover .meta.otf-feature-box.otf-counter,.effect-1:hover .meta.otf-feature-box.otf-testimonials.style6,.effect-1:hover .meta.otf-feature-box.page-numbers,.effect-1:hover .meta.otf-feature-box.pagination,.effect-1:hover .meta.otf-feature-box.site-info,.effect-1:hover .meta.otf-feature-box.text-center,.effect-1:hover .meta.otf-feature-box.woocommerce-pagination,.effect-1:hover .modal-user .meta.btn-modal-close,.effect-1:hover .modal-user .meta.otf-feature-box.opal-loader-inner,.effect-1:hover .opal-archive-style-2 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1:hover .opal-archive-style-3 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1:hover .opal-archive-style-4 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1:hover .opal-comment-form-2 .comment-form .meta.otf-feature-box.form-submit,.effect-1:hover .opal-comment-form-3 .comment-form .meta.otf-feature-box.form-submit,.effect-1:hover .opal-comment-form-6 .comment-form .meta.otf-feature-box.form-submit,.effect-1:hover .opal-countdown .meta.otf-feature-box.countdown-times,.effect-1:hover .opal-pagination-1 .meta.otf-feature-box.ore-pagination,.effect-1:hover .opal-post-navigation-4 .post-navigation .nav-links&gt;div .meta.otf-feature-box.nav-subtitle,.effect-1:hover .otf-brands .meta.otf-feature-box.item,.effect-1:hover .otf-feature-box.style-2 i.meta.otf-feature-box,.effect-1:hover .otf-pricing.style-2 .pricing-info li.meta.otf-feature-box,.effect-1:hover .otf-pricing.style-3 .pricing-info li.meta.otf-feature-box,.effect-1:hover .otf-pricing.style-4 .pricing-info li.meta.otf-feature-box,.effect-1:hover .otf-teams .meta.otf-feature-box.social,.effect-1:hover .otf-teams .meta.otf-feature-box.team-meta,.effect-1:hover .otf-teams .social a.meta.otf-feature-box,.effect-1:hover .otf-testimonials.style1 .meta.otf-feature-box.content,.effect-1:hover .otf-testimonials.style1 .meta.otf-feature-box.testimonial,.effect-1:hover .otf-testimonials.style2 .meta.otf-feature-box.content,.effect-1:hover .owl-theme.owl-carousel .meta.otf-feature-box.owl-dots,.effect-1:hover .owl-theme.woocommerce-carousel .meta.otf-feature-box.owl-dots,.effect-1:hover .product-style-3 li.meta.otf-feature-box.product:not(.otf-product-list),.effect-1:hover .product-style-7 li.product:not(.otf-product-list) .meta.otf-feature-box.compare,.effect-1:hover .product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a.meta.otf-feature-box,.effect-1:hover .product-style-10 li.product:not(.otf-product-list) a.meta.otf-feature-box[class*=product_type_],.effect-1:hover .product-style-11 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1:hover .product-style-12 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1:hover .product-style-14 li.product:not(.otf-product-list) .meta.otf-feature-box.caption,.effect-1:hover .product-style-15 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1:hover .product-style-16 li.product:not(.otf-product-list) .meta.shop-action,.effect-1:hover .search-button .meta.otf-feature-box.icon:before,.effect-1:hover .secondary-button .meta.otf-feature-box.search-submit,.effect-1:hover .single-product.woocommerce-single-style-2 div.product .meta.otf-feature-box.entry-summary,.effect-1:hover .single-product.woocommerce-single-style-2 div.product .meta.single_variation_wrap,.effect-1:hover .single-product.woocommerce-single-style-2 div.product .meta.variations_button,.effect-1:hover .single-product.woocommerce-single-style-2 div.product form.meta.cart,.effect-1:hover .single-product.woocommerce-single-style-3 div.product .meta.otf-feature-box.entry-summary,.effect-1:hover .single-product.woocommerce-single-style-3 div.product .meta.single_variation_wrap,.effect-1:hover .single-product.woocommerce-single-style-3 div.product .meta.variations_button,.effect-1:hover .single-product.woocommerce-single-style-3 div.product form.meta.cart,.effect-1:hover .single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .meta.flex-control-thumbs,.effect-1:hover .single-product div.product .woocommerce-product-gallery .meta.otf-feature-box.woocommerce-product-gallery__trigger,.effect-1:hover .single-product div.product form.cart .meta.quantity,.effect-1:hover .single .meta.otf-feature-box.gallery-item,.effect-1:hover .site-header-account .meta.otf-feature-box.icon:before,.effect-1:hover .social-navigation a.meta.otf-feature-box,.effect-1:hover .top-bar ul li&gt;span.meta.otf-feature-box,.effect-1:hover .top-bar ul li a.meta.otf-feature-box,.effect-1:hover .wc-proceed-to-checkout .meta.otf-feature-box.button,.effect-1:hover .widget .meta.otf-feature-box.gallery-item,.effect-1:hover .widget .woof_list_checkbox input[type=checkbox]+label.meta.otf-feature-box:after,.effect-1:hover .widget_calendar td.meta.otf-feature-box,.effect-1:hover .widget_calendar th.meta.otf-feature-box,.effect-1:hover .widget_shopping_cart .buttons .meta.otf-feature-box.button,.effect-1:hover .woocommerce-checkout .woocommerce-form-login&gt;p.meta.otf-feature-box:first-of-type,.effect-1:hover .woocommerce-MyAccount-content .woocommerce-Pagination .meta.otf-feature-box.woocommerce-button,.effect-1:hover .woocommerce-product-carousel ul.owl-theme.products .meta.otf-feature-box.owl-dots,.effect-1:hover .woocommerce-single-style-5.single-product .meta.woocommerce-product-rating,.effect-1:hover .woocommerce-single-style-5.single-product div.meta.otf-feature-box.product,.effect-1:hover .woocommerce-single-style-5.single-product div.product .woocommerce-cart .meta.product_meta,.effect-1:hover .woocommerce-single-style-5.single-product div.product .woocommerce-cart .meta.quantity,.effect-1:hover .woocommerce-tabs ul.meta.otf-feature-box.tabs,.effect-1:hover .woocommerce .woocommerce-carousel ul.owl-theme.products .meta.otf-feature-box.owl-dots,.effect-1:hover article.otf-post-style .meta.otf-feature-box.entry-content,.effect-1:hover article.type-post .meta.otf-feature-box.post-thumbnail,.effect-1:hover button.meta.otf-feature-box[type=submit],.effect-1:hover input.meta.otf-feature-box[type=button],.effect-1:hover input.meta.otf-feature-box[type=submit],.effect-1:hover table.cart:not(.wishlist_table) .meta.quantity,.entry-footer .edit-link .effect-1:hover a.meta.otf-feature-box.post-edit-link,.entry-gallery .gallery .effect-1:hover .meta.otf-feature-box.owl-dots,.main-navigation .effect-1:hover .meta.otf-feature-box.text-label,.mainmenu-container .effect-1:hover .meta.otf-feature-box.text-label,.modal-user .effect-1:hover .meta.btn-modal-close,.modal-user .effect-1:hover .meta.otf-feature-box.opal-loader-inner,.opal-archive-style-2 article.otf-post-style .effect-1:hover .meta.otf-feature-box.entry-header,.opal-archive-style-3 article.otf-post-style .effect-1:hover .meta.otf-feature-box.entry-header,.opal-archive-style-4 article.otf-post-style .effect-1:hover .meta.otf-feature-box.entry-header,.opal-comment-form-2 .comment-form .effect-1:hover .meta.otf-feature-box.form-submit,.opal-comment-form-3 .comment-form .effect-1:hover .meta.otf-feature-box.form-submit,.opal-comment-form-6 .comment-form .effect-1:hover .meta.otf-feature-box.form-submit,.opal-countdown .effect-1:hover .meta.otf-feature-box.countdown-times,.opal-pagination-1 .effect-1:hover .meta.otf-feature-box.ore-pagination,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .effect-1:hover .meta.otf-feature-box.nav-subtitle,.otf-brands .effect-1:hover .meta.otf-feature-box.item,.otf-feature-box.style-2 .effect-1:hover i.meta.otf-feature-box,.otf-pricing.style-2 .pricing-info .effect-1:hover li.meta.otf-feature-box,.otf-pricing.style-3 .pricing-info .effect-1:hover li.meta.otf-feature-box,.otf-pricing.style-4 .pricing-info .effect-1:hover li.meta.otf-feature-box,.otf-teams .effect-1:hover .meta.otf-feature-box.social,.otf-teams .effect-1:hover .meta.otf-feature-box.team-meta,.otf-teams .social .effect-1:hover a.meta.otf-feature-box,.otf-testimonials.style1 .effect-1:hover .meta.otf-feature-box.content,.otf-testimonials.style1 .effect-1:hover .meta.otf-feature-box.testimonial,.otf-testimonials.style2 .effect-1:hover .meta.otf-feature-box.content,.owl-theme.owl-carousel .effect-1:hover .meta.otf-feature-box.owl-dots,.owl-theme.woocommerce-carousel .effect-1:hover .meta.otf-feature-box.owl-dots,.product-style-3 .effect-1:hover li.meta.otf-feature-box.product:not(.otf-product-list),.product-style-7 li.product:not(.otf-product-list) .effect-1:hover .meta.otf-feature-box.compare,.product-style-7 li.product:not(.otf-product-list) .effect-1:hover .yith-wcwl-add-to-wishlist&gt;div&gt;a.meta.otf-feature-box,.product-style-10 li.product:not(.otf-product-list) .effect-1:hover a.meta.otf-feature-box[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .effect-1:hover .meta.otf-feature-box.yith-wcqv-button,.product-style-12 li.product:not(.otf-product-list) .effect-1:hover .meta.otf-feature-box.yith-wcqv-button,.product-style-14 li.product:not(.otf-product-list) .effect-1:hover .meta.otf-feature-box.caption,.product-style-15 li.product:not(.otf-product-list) .effect-1:hover .meta.otf-feature-box.yith-wcqv-button,.product-style-16 li.product:not(.otf-product-list) .effect-1:hover .meta.shop-action,.search-button .effect-1:hover .meta.otf-feature-box.icon:before,.secondary-button .effect-1:hover .meta.otf-feature-box.search-submit,.single-product.woocommerce-single-style-2 div.product .effect-1:hover .meta.otf-feature-box.entry-summary,.single-product.woocommerce-single-style-2 div.product .effect-1:hover .meta.single_variation_wrap,.single-product.woocommerce-single-style-2 div.product .effect-1:hover .meta.variations_button,.single-product.woocommerce-single-style-2 div.product .effect-1:hover form.meta.cart,.single-product.woocommerce-single-style-3 div.product .effect-1:hover .meta.otf-feature-box.entry-summary,.single-product.woocommerce-single-style-3 div.product .effect-1:hover .meta.single_variation_wrap,.single-product.woocommerce-single-style-3 div.product .effect-1:hover .meta.variations_button,.single-product.woocommerce-single-style-3 div.product .effect-1:hover form.meta.cart,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .effect-1:hover .meta.flex-control-thumbs,.single-product div.product .woocommerce-product-gallery .effect-1:hover .meta.otf-feature-box.woocommerce-product-gallery__trigger,.single-product div.product form.cart .effect-1:hover .meta.quantity,.single .effect-1:hover .meta.otf-feature-box.gallery-item,.site-header-account .effect-1:hover .meta.otf-feature-box.icon:before,.social-navigation .effect-1:hover a.meta.otf-feature-box,.top-bar ul .effect-1:hover li&gt;span.meta.otf-feature-box,.top-bar ul li .effect-1:hover a.meta.otf-feature-box,.wc-proceed-to-checkout .effect-1:hover .meta.otf-feature-box.button,.widget .effect-1:hover .meta.otf-feature-box.gallery-item,.widget .woof_list_checkbox .effect-1:hover input[type=checkbox]+label.meta.otf-feature-box:after,.widget_calendar .effect-1:hover td.meta.otf-feature-box,.widget_calendar .effect-1:hover th.meta.otf-feature-box,.widget_shopping_cart .buttons .effect-1:hover .meta.otf-feature-box.button,.woocommerce-checkout .effect-1:hover .woocommerce-form-login&gt;p.meta.otf-feature-box:first-of-type,.woocommerce-MyAccount-content .woocommerce-Pagination .effect-1:hover .meta.otf-feature-box.woocommerce-button,.woocommerce-product-carousel ul.owl-theme.products .effect-1:hover .meta.otf-feature-box.owl-dots,.woocommerce-single-style-5.single-product .effect-1:hover .meta.woocommerce-product-rating,.woocommerce-single-style-5.single-product .effect-1:hover div.meta.otf-feature-box.product,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .effect-1:hover .meta.product_meta,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .effect-1:hover .meta.quantity,.woocommerce-tabs .effect-1:hover ul.meta.otf-feature-box.tabs,.woocommerce .woocommerce-carousel ul.owl-theme.products .effect-1:hover .meta.otf-feature-box.owl-dots,article.otf-post-style .effect-1:hover .meta.otf-feature-box.entry-content,article.type-post .effect-1:hover .meta.otf-feature-box.post-thumbnail,table.cart:not(.wishlist_table) .effect-1:hover .meta.quantity {
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0); }
.effect-1:hover .justify-content-start.meta,.effect-1:hover .otf-testimonials.style4 .meta.author-content,.effect-1:hover .otf-testimonials.style5 .meta.author-content,.otf-testimonials.style4 .effect-1:hover .meta.author-content,.otf-testimonials.style5 .effect-1:hover .meta.author-content {
  transform: translateY(40px) translateZ(0);
  -webkit-transform: translateY(40px) translateZ(0); }
.blog-container .effect-1 .meta.otf-feature-box,.effect-1 .blog-container .meta.otf-feature-box,.effect-1 .entry-footer .edit-link a.meta.otf-feature-box.post-edit-link,.effect-1 .entry-gallery .gallery .meta.otf-feature-box.owl-dots,.effect-1 .justify-content-center.meta,.effect-1 .list-feature-box&gt;li.meta.otf-feature-box:before,.effect-1 .main-navigation .meta.otf-feature-box.text-label,.effect-1 .mainmenu-container .meta.otf-feature-box.text-label,.effect-1 .meta.navigation-logo,.effect-1 .meta.otf-feature-box.button-outline-primary,.effect-1 .meta.otf-feature-box.button-outline-secondary,.effect-1 .meta.otf-feature-box.button-primary,.effect-1 .meta.otf-feature-box.button-secondary,.effect-1 .meta.otf-feature-box.comments-pagination,.effect-1 .meta.otf-feature-box.otf-counter,.effect-1 .meta.otf-feature-box.otf-testimonials.style6,.effect-1 .meta.otf-feature-box.page-numbers,.effect-1 .meta.otf-feature-box.pagination,.effect-1 .meta.otf-feature-box.site-info,.effect-1 .meta.otf-feature-box.text-center,.effect-1 .meta.otf-feature-box.woocommerce-pagination,.effect-1 .modal-user .meta.btn-modal-close,.effect-1 .modal-user .meta.otf-feature-box.opal-loader-inner,.effect-1 .opal-archive-style-2 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1 .opal-archive-style-3 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1 .opal-archive-style-4 article.otf-post-style .meta.otf-feature-box.entry-header,.effect-1 .opal-comment-form-2 .comment-form .meta.otf-feature-box.form-submit,.effect-1 .opal-comment-form-3 .comment-form .meta.otf-feature-box.form-submit,.effect-1 .opal-comment-form-6 .comment-form .meta.otf-feature-box.form-submit,.effect-1 .opal-countdown .meta.otf-feature-box.countdown-times,.effect-1 .opal-pagination-1 .meta.otf-feature-box.ore-pagination,.effect-1 .opal-post-navigation-4 .post-navigation .nav-links&gt;div .meta.otf-feature-box.nav-subtitle,.effect-1 .otf-brands .meta.otf-feature-box.item,.effect-1 .otf-feature-box.style-2 i.meta.otf-feature-box,.effect-1 .otf-pricing.style-2 .pricing-info li.meta.otf-feature-box,.effect-1 .otf-pricing.style-3 .pricing-info li.meta.otf-feature-box,.effect-1 .otf-pricing.style-4 .pricing-info li.meta.otf-feature-box,.effect-1 .otf-teams .meta.otf-feature-box.social,.effect-1 .otf-teams .meta.otf-feature-box.team-meta,.effect-1 .otf-teams .social a.meta.otf-feature-box,.effect-1 .otf-testimonials.style1 .meta.otf-feature-box.content,.effect-1 .otf-testimonials.style1 .meta.otf-feature-box.testimonial,.effect-1 .otf-testimonials.style2 .meta.otf-feature-box.content,.effect-1 .owl-theme.owl-carousel .meta.otf-feature-box.owl-dots,.effect-1 .owl-theme.woocommerce-carousel .meta.otf-feature-box.owl-dots,.effect-1 .product-style-3 li.meta.otf-feature-box.product:not(.otf-product-list),.effect-1 .product-style-7 li.product:not(.otf-product-list) .meta.otf-feature-box.compare,.effect-1 .product-style-7 li.product:not(.otf-product-list) .yith-wcwl-add-to-wishlist&gt;div&gt;a.meta.otf-feature-box,.effect-1 .product-style-10 li.product:not(.otf-product-list) a.meta.otf-feature-box[class*=product_type_],.effect-1 .product-style-11 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1 .product-style-12 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1 .product-style-14 li.product:not(.otf-product-list) .meta.otf-feature-box.caption,.effect-1 .product-style-15 li.product:not(.otf-product-list) .meta.otf-feature-box.yith-wcqv-button,.effect-1 .product-style-16 li.product:not(.otf-product-list) .meta.shop-action,.effect-1 .search-button .meta.otf-feature-box.icon:before,.effect-1 .secondary-button .meta.otf-feature-box.search-submit,.effect-1 .single-product.woocommerce-single-style-2 div.product .meta.otf-feature-box.entry-summary,.effect-1 .single-product.woocommerce-single-style-2 div.product .meta.single_variation_wrap,.effect-1 .single-product.woocommerce-single-style-2 div.product .meta.variations_button,.effect-1 .single-product.woocommerce-single-style-2 div.product form.meta.cart,.effect-1 .single-product.woocommerce-single-style-3 div.product .meta.otf-feature-box.entry-summary,.effect-1 .single-product.woocommerce-single-style-3 div.product .meta.single_variation_wrap,.effect-1 .single-product.woocommerce-single-style-3 div.product .meta.variations_button,.effect-1 .single-product.woocommerce-single-style-3 div.product form.meta.cart,.effect-1 .single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .meta.flex-control-thumbs,.effect-1 .single-product div.product .woocommerce-product-gallery .meta.otf-feature-box.woocommerce-product-gallery__trigger,.effect-1 .single-product div.product form.cart .meta.quantity,.effect-1 .single .meta.otf-feature-box.gallery-item,.effect-1 .site-header-account .meta.otf-feature-box.icon:before,.effect-1 .social-navigation a.meta.otf-feature-box,.effect-1 .top-bar ul li&gt;span.meta.otf-feature-box,.effect-1 .top-bar ul li a.meta.otf-feature-box,.effect-1 .wc-proceed-to-checkout .meta.otf-feature-box.button,.effect-1 .widget .meta.otf-feature-box.gallery-item,.effect-1 .widget .woof_list_checkbox input[type=checkbox]+label.meta.otf-feature-box:after,.effect-1 .widget_calendar td.meta.otf-feature-box,.effect-1 .widget_calendar th.meta.otf-feature-box,.effect-1 .widget_shopping_cart .buttons .meta.otf-feature-box.button,.effect-1 .woocommerce-checkout .woocommerce-form-login&gt;p.meta.otf-feature-box:first-of-type,.effect-1 .woocommerce-MyAccount-content .woocommerce-Pagination .meta.otf-feature-box.woocommerce-button,.effect-1 .woocommerce-product-carousel ul.owl-theme.products .meta.otf-feature-box.owl-dots,.effect-1 .woocommerce-single-style-5.single-product .meta.woocommerce-product-rating,.effect-1 .woocommerce-single-style-5.single-product div.meta.otf-feature-box.product,.effect-1 .woocommerce-single-style-5.single-product div.product .woocommerce-cart .meta.product_meta,.effect-1 .woocommerce-single-style-5.single-product div.product .woocommerce-cart .meta.quantity,.effect-1 .woocommerce-tabs ul.meta.otf-feature-box.tabs,.effect-1 .woocommerce .woocommerce-carousel ul.owl-theme.products .meta.otf-feature-box.owl-dots,.effect-1 article.otf-post-style .meta.otf-feature-box.entry-content,.effect-1 article.type-post .meta.otf-feature-box.post-thumbnail,.effect-1 button.meta.otf-feature-box[type=submit],.effect-1 input.meta.otf-feature-box[type=button],.effect-1 input.meta.otf-feature-box[type=submit],.effect-1 table.cart:not(.wishlist_table) .meta.quantity,.entry-footer .edit-link .effect-1 a.meta.otf-feature-box.post-edit-link,.entry-gallery .gallery .effect-1 .meta.otf-feature-box.owl-dots,.main-navigation .effect-1 .meta.otf-feature-box.text-label,.mainmenu-container .effect-1 .meta.otf-feature-box.text-label,.modal-user .effect-1 .meta.btn-modal-close,.modal-user .effect-1 .meta.otf-feature-box.opal-loader-inner,.opal-archive-style-2 article.otf-post-style .effect-1 .meta.otf-feature-box.entry-header,.opal-archive-style-3 article.otf-post-style .effect-1 .meta.otf-feature-box.entry-header,.opal-archive-style-4 article.otf-post-style .effect-1 .meta.otf-feature-box.entry-header,.opal-comment-form-2 .comment-form .effect-1 .meta.otf-feature-box.form-submit,.opal-comment-form-3 .comment-form .effect-1 .meta.otf-feature-box.form-submit,.opal-comment-form-6 .comment-form .effect-1 .meta.otf-feature-box.form-submit,.opal-countdown .effect-1 .meta.otf-feature-box.countdown-times,.opal-pagination-1 .effect-1 .meta.otf-feature-box.ore-pagination,.opal-post-navigation-4 .post-navigation .nav-links&gt;div .effect-1 .meta.otf-feature-box.nav-subtitle,.otf-brands .effect-1 .meta.otf-feature-box.item,.otf-feature-box.style-2 .effect-1 i.meta.otf-feature-box,.otf-pricing.style-2 .pricing-info .effect-1 li.meta.otf-feature-box,.otf-pricing.style-3 .pricing-info .effect-1 li.meta.otf-feature-box,.otf-pricing.style-4 .pricing-info .effect-1 li.meta.otf-feature-box,.otf-teams .effect-1 .meta.otf-feature-box.social,.otf-teams .effect-1 .meta.otf-feature-box.team-meta,.otf-teams .social .effect-1 a.meta.otf-feature-box,.otf-testimonials.style1 .effect-1 .meta.otf-feature-box.content,.otf-testimonials.style1 .effect-1 .meta.otf-feature-box.testimonial,.otf-testimonials.style2 .effect-1 .meta.otf-feature-box.content,.owl-theme.owl-carousel .effect-1 .meta.otf-feature-box.owl-dots,.owl-theme.woocommerce-carousel .effect-1 .meta.otf-feature-box.owl-dots,.product-style-3 .effect-1 li.meta.otf-feature-box.product:not(.otf-product-list),.product-style-7 li.product:not(.otf-product-list) .effect-1 .meta.otf-feature-box.compare,.product-style-7 li.product:not(.otf-product-list) .effect-1 .yith-wcwl-add-to-wishlist&gt;div&gt;a.meta.otf-feature-box,.product-style-10 li.product:not(.otf-product-list) .effect-1 a.meta.otf-feature-box[class*=product_type_],.product-style-11 li.product:not(.otf-product-list) .effect-1 .meta.otf-feature-box.yith-wcqv-button,.product-style-12 li.product:not(.otf-product-list) .effect-1 .meta.otf-feature-box.yith-wcqv-button,.product-style-14 li.product:not(.otf-product-list) .effect-1 .meta.otf-feature-box.caption,.product-style-15 li.product:not(.otf-product-list) .effect-1 .meta.otf-feature-box.yith-wcqv-button,.product-style-16 li.product:not(.otf-product-list) .effect-1 .meta.shop-action,.search-button .effect-1 .meta.otf-feature-box.icon:before,.secondary-button .effect-1 .meta.otf-feature-box.search-submit,.single-product.woocommerce-single-style-2 div.product .effect-1 .meta.otf-feature-box.entry-summary,.single-product.woocommerce-single-style-2 div.product .effect-1 .meta.single_variation_wrap,.single-product.woocommerce-single-style-2 div.product .effect-1 .meta.variations_button,.single-product.woocommerce-single-style-2 div.product .effect-1 form.meta.cart,.single-product.woocommerce-single-style-3 div.product .effect-1 .meta.otf-feature-box.entry-summary,.single-product.woocommerce-single-style-3 div.product .effect-1 .meta.single_variation_wrap,.single-product.woocommerce-single-style-3 div.product .effect-1 .meta.variations_button,.single-product.woocommerce-single-style-3 div.product .effect-1 form.meta.cart,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .effect-1 .meta.flex-control-thumbs,.single-product div.product .woocommerce-product-gallery .effect-1 .meta.otf-feature-box.woocommerce-product-gallery__trigger,.single-product div.product form.cart .effect-1 .meta.quantity,.single .effect-1 .meta.otf-feature-box.gallery-item,.site-header-account .effect-1 .meta.otf-feature-box.icon:before,.social-navigation .effect-1 a.meta.otf-feature-box,.top-bar ul .effect-1 li&gt;span.meta.otf-feature-box,.top-bar ul li .effect-1 a.meta.otf-feature-box,.wc-proceed-to-checkout .effect-1 .meta.otf-feature-box.button,.widget .effect-1 .meta.otf-feature-box.gallery-item,.widget .woof_list_checkbox .effect-1 input[type=checkbox]+label.meta.otf-feature-box:after,.widget_calendar .effect-1 td.meta.otf-feature-box,.widget_calendar .effect-1 th.meta.otf-feature-box,.widget_shopping_cart .buttons .effect-1 .meta.otf-feature-box.button,.woocommerce-checkout .effect-1 .woocommerce-form-login&gt;p.meta.otf-feature-box:first-of-type,.woocommerce-MyAccount-content .woocommerce-Pagination .effect-1 .meta.otf-feature-box.woocommerce-button,.woocommerce-product-carousel ul.owl-theme.products .effect-1 .meta.otf-feature-box.owl-dots,.woocommerce-single-style-5.single-product .effect-1 .meta.woocommerce-product-rating,.woocommerce-single-style-5.single-product .effect-1 div.meta.otf-feature-box.product,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .effect-1 .meta.product_meta,.woocommerce-single-style-5.single-product div.product .woocommerce-cart .effect-1 .meta.quantity,.woocommerce-tabs .effect-1 ul.meta.otf-feature-box.tabs,.woocommerce .woocommerce-carousel ul.owl-theme.products .effect-1 .meta.otf-feature-box.owl-dots,article.otf-post-style .effect-1 .meta.otf-feature-box.entry-content,article.type-post .effect-1 .meta.otf-feature-box.post-thumbnail,table.cart:not(.wishlist_table) .effect-1 .meta.quantity {
  bottom: auto;
  top: 50%;
  transform: translateY(calc(-50% + 20px)) translateZ(0);
  -webkit-transform: translateY(-webkit-calc(-50% + 20px)) translateZ(0);
  transition: transform .3s ease; }
.effect-1 .justify-content-start.meta,.effect-1 .otf-testimonials.style4 .meta.author-content,.effect-1 .otf-testimonials.style5 .meta.author-content,.otf-testimonials.style4 .effect-1 .meta.author-content,.otf-testimonials.style5 .effect-1 .meta.author-content {
  bottom: auto;
  top: 0;
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0);
  transition: transform .3s ease; }
.otf-testimonials.style4 .style-1.effect-1:hover .meta.author-content,.otf-testimonials.style5 .style-1.effect-1:hover .meta.author-content,.style-1.effect-1:hover .justify-content-start.meta,.style-1.effect-1:hover .otf-testimonials.style4 .meta.author-content,.style-1.effect-1:hover .otf-testimonials.style5 .meta.author-content {
  transform: translateY(30px) translateZ(0);
  -webkit-transform: translateY(30px) translateZ(0); }
.effect-2 .banner-image-inner {
  transition: opacity .35s,transform .35s;
  transform: translate3d(-10px,0,0); }
.effect-2 .banner-image-inner img {
    transform: scale(1.1); }
.effect-2:hover .banner-image-inner {
  transform: translateZ(0);
  transform: scale(1); }
.effect-3 .banner-image:after {
  top: 0;
  left: -75%;
  right: inherit;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.3));
  transform: skewX(-25deg);
  transition: all .5s ease; }
.effect-3:hover .banner-image:after {
  left: 125%;
  opacity: 1; }
.effect-4 .meta {
  opacity: 0;
  transition: all .2s ease-in-out;
  transform: translateY(10px); }
.effect-4 .meta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    display: block;
    z-index: -1; }
.effect-4:hover .meta {
  opacity: 1;
  transform: translateY(0); }
.otf-menu-social .menu-social {
  margin-right: 30px; }
.otf-menu-social.o-round a,.otf-menu-social.o-square a,.otf-menu-social.round a,.otf-menu-social.square a {
  width: 3em;
  height: 3em; }
.otf-menu-social.round a,.otf-menu-social.square a {
  background-color: rgba(45,42,42,.102); }
.otf-menu-social.round a:focus,.otf-menu-social.round a:hover,.otf-menu-social.square a:focus,.otf-menu-social.square a:hover {
    background-color: #333;
    color: #fff; }
.otf-menu-social.o-round .social-navigation a:hover,.otf-menu-social.o-square .social-navigation a:hover {
  color: #fff !important; }
.otf-menu-social.s-border a {
  border-left: 1px solid;
  height: auto;
  line-height: 1;
  padding-left: 5px; }
.otf-menu-social.s-border li {
  margin: 0; }
.otf-menu-social.s-border li:first-child a {
    border-left: none;
    width: 22px;
    text-align: left;
    padding-left: 0; }
.otf-menu-social.mini a {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em; }
.otf-menu-social.small a {
  width: 2em;
  height: 2em;
  line-height: 2em; }
.otf-menu-social.large a {
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em; }
.otf-menu-social.large a i {
    font-size: 18px;
    font-size: 1.125rem; }
.color-icons a[href*=twitter] i {
  color: #00aced; }
.color-icons a[href*=facebook] i {
  color: #3b5998; }
.color-icons a[href*=googleplus] i {
  color: #dd4b39; }
.color-icons a[href*=pinterest] i {
  color: #cb2027; }
.color-icons a[href*=linkedin] i {
  color: #007bb6; }
.color-icons a[href*=youtube] i {
  color: #b00; }
.color-icons a[href*=vimeo] i {
  color: #1ab7ea; }
.color-icons a[href*=tumblr] i {
  color: #32506d; }
.color-icons a[href*=instagram] i {
  color: #bc2a8d; }
.color-icons a[href*=flickr] i {
  color: #ff0084; }
.color-icons a[href*=dribbble] i {
  color: #ea4c89; }
.color-icons a[href*=quora] i {
  color: #a82400; }
.color-icons a[href*=foursquare] i {
  color: #0072b1; }
.color-icons a[href*=forrst] i {
  color: #5b9a68; }
.color-icons a[href*=vk] i {
  color: #45668e; }
.color-icons a[href*=wordpress] i {
  color: #21759b; }
.color-icons a[href*=stumbleupon] i {
  color: #eb4823; }
.color-icons a[href*=yahoo] i {
  color: #7b0099; }
.color-icons a[href*=blogger] i {
  color: #fb8f3d; }
.color-icons a[href*=soundcloud] i {
  color: #ff3a00; }
.color-background-icons i {
  color: #fff; }
.color-background-icons a[href*=twitter] {
  background-color: #00aced; }
.color-background-icons a[href*=facebook] {
  background-color: #3b5998; }
.color-background-icons a[href*=googleplus] {
  background-color: #dd4b39; }
.color-background-icons a[href*=pinterest] {
  background-color: #cb2027; }
.color-background-icons a[href*=linkedin] {
  background-color: #007bb6; }
.color-background-icons a[href*=youtube] {
  background-color: #b00; }
.color-background-icons a[href*=vimeo] {
  background-color: #1ab7ea; }
.color-background-icons a[href*=tumblr] {
  background-color: #32506d; }
.color-background-icons a[href*=instagram] {
  background-color: #bc2a8d; }
.color-background-icons a[href*=flickr] {
  background-color: #ff0084; }
.color-background-icons a[href*=dribbble] {
  background-color: #ea4c89; }
.color-background-icons a[href*=quora] {
  background-color: #a82400; }
.color-background-icons a[href*=foursquare] {
  background-color: #0072b1; }
.color-background-icons a[href*=forrst] {
  background-color: #5b9a68; }
.color-background-icons a[href*=vk] {
  background-color: #45668e; }
.color-background-icons a[href*=wordpress] {
  background-color: #21759b; }
.color-background-icons a[href*=stumbleupon] {
  background-color: #eb4823; }
.color-background-icons a[href*=yahoo] {
  background-color: #7b0099; }
.color-background-icons a[href*=blogger] {
  background-color: #fb8f3d; }
.color-background-icons a[href*=soundcloud] {
  background-color: #ff3a00; }
.colors-scheme-light .otf-menu-social.round a,.colors-scheme-light .otf-menu-social.square a {
  background-color: hsla(0,0%,100%,.102); }
.colors-scheme-light .otf-menu-social.round a:focus,.colors-scheme-light .otf-menu-social.round a:hover,.colors-scheme-light .otf-menu-social.square a:focus,.colors-scheme-light .otf-menu-social.square a:hover {
    background-color: #fff; }
.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tabs-container {
  background-color: transparent; }
.vc_tta-style-opal-style.vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panel-body {
  padding: 0; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a {
  font-size: 1.142em;
  font-weight: 600; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 100%;
    height: 3px;
    transition: .3s; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab&gt;a:hover:before {
    right: 0;
    display: inline;
    width: auto;
    height: 3px; }
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-opal-style.vc_tta-tabs .vc_tta-tab.vc_active&gt;a:before {
  right: 0 !important;
  display: block;
  width: auto;
  height: 3px !important;
  top: unset !important; }
.wpb-js-composer .vc_tta .otf_custom_tabs {
  display: flex;
  align-items: stretch; }
.wpb-js-composer .vc_tta .otf_custom_tabs .vc_custom_heading {
    display: flex;
    align-items: center;
    margin-right: 20px;
    overflow: visible;
    position: relative; }
.wpb-js-composer .vc_tta .otf_custom_tabs .vc_custom_heading h2 {
      position: static;
      margin: 0; }
.wpb-js-composer .vc_tta .otf_custom_tabs .vc_custom_heading h2:after,.wpb-js-composer .vc_tta .otf_custom_tabs .vc_custom_heading h2:before {
        bottom: 0;
        transform: translateX(0); }
.wpb-js-composer .vc_tta .otf_custom_tabs .vc_custom_heading+.vc_tta-tabs-list {
      flex: 1; }
.vc_tta-style-opal-style-2.vc_tta-tabs.vc_tta .otf_custom_tabs .vc_custom_heading:not(.underline-wrap) h2 {
  position: relative; }
.vc_tta-style-opal-style-2.vc_tta-tabs.vc_tta .otf_custom_tabs .vc_custom_heading:not(.underline-wrap) h2:after,.vc_tta-style-opal-style-2.vc_tta-tabs.vc_tta .otf_custom_tabs .vc_custom_heading:not(.underline-wrap) h2:before {
    bottom: -3px; }
body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-title&gt;a {
  font-size: 20px;
  font-size: 1.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 26px; }
.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel-body,.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-panel-heading,.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-style-classic .vc_tta-tab&gt;a {
  border-left: none;
  border-right: none; }
.otf-teams .team-wrapper {
  position: relative;
  overflow: hidden; }
.otf-teams .team-meta {
  left: 0;
  bottom: -100%;
  transition: .3s; }
.otf-teams .team-meta h4 {
    display: inline-block; }
.otf-teams img {
  width: 100%; }
.otf-teams .team {
  margin-bottom: 30px; }
.otf-teams .team:hover .team-meta {
    bottom: 0; }
.otf-teams .social a {
  width: 3em;
  height: 3em;
  line-height: 3em;
  margin: 0 5px; }
.otf-teams .social a[href*=twitter]:before {
    content: "\f099"; }
.otf-teams .social a[href*=instagram]:before {
    content: "\f16d"; }
.otf-teams .social a[href*=yelp]:before {
    content: "\f1e9"; }
.otf-teams .social a[href*=flickr]:before {
    content: "\f16e"; }
.otf-teams .social a[href*=github]:before {
    content: "\f09b"; }
.otf-teams .social a[href*=dribbble]:before {
    content: "\f17d"; }
.otf-teams .social a[href*=wordpress]:before {
    content: "\f19a"; }
.otf-teams .social a[href*=tumblr]:before {
    content: "\f173"; }
.otf-teams .social a[href*=vine]:before {
    content: "\f1ca"; }
.otf-teams .social a[href*=snapchat]:before {
    content: "\f2ab"; }
.otf-teams .social a[href*=codepen]:before {
    content: "\f1cb"; }
.otf-teams .social a[href*=skype]:before {
    content: "\f17e"; }
.otf-teams .social a[href*=reddit]:before {
    content: "\f1a1"; }
.otf-teams .social a[href*=stumbleupon]:before {
    content: "\f1a4"; }
.otf-teams .social a[href*=pocket]:before {
    content: "\f265"; }
.otf-teams .social a[href*=foursquare]:before {
    content: "\f180"; }
.otf-teams .social a[href*=medium]:before {
    content: "\f23a"; }
.otf-teams .social a[href*=gotinder]:before {
    content: "\f043"; }
.otf-teams .social a[href*=adn]:before {
    content: "\f170"; }
.otf-teams .social a[href*="500px"]:before {
    content: "\f26e"; }
.otf-teams .social a[href*=angel]:before {
    content: "\f209"; }
.otf-teams .social a[href*=behance]:before {
    content: "\f1b5"; }
.otf-teams .social a[href*=blacktieguide]:before {
    content: "\f27e"; }
.otf-teams .social a[href*=buysellads]:before {
    content: "\f20d"; }
.otf-teams .social a[href*=jcbusa]:before {
    content: "\f24b"; }
.otf-teams .social a[href*=visa]:before {
    content: "\f1f0"; }
.otf-teams .social a[href*=connectdevelop]:before {
    content: "\f20e"; }
.otf-teams .social a[href*="del.icio.us"]:before {
    content: "\f1a5"; }
.otf-teams .social a[href*=dropbox]:before {
    content: "\f16b"; }
.otf-teams .social a[href*=empireonline]:before {
    content: "\f1d1"; }
.otf-teams .social a[href*=thefa]:before {
    content: "\f2b4"; }
.otf-teams .social a[href*=facebook]:before {
    content: "\f09a"; }
.otf-teams .social a[href*="plus.google"]:before {
    content: "\f0d5"; }
.otf-teams .social a[href*="wallet.google/"]:before {
    content: "\f1ee"; }
.otf-teams .social a[href*=houzz]:before {
    content: "\f27c"; }
.otf-teams .social a[href*="last.fm"]:before {
    content: "\f202"; }
.otf-teams .social a[href*=modx]:before {
    content: "\f285"; }
.otf-teams .social a[href*=openid]:before {
    content: "\f19b"; }
.otf-teams .social a[href*=paypal]:before {
    content: "\f1ed"; }
.otf-teams .social a[href*=pinterest]:before {
    content: "\f0d2"; }
.otf-teams .social a[href*=qqchat]:before {
    content: "\f1d6"; }
.otf-teams .social a[href*=renren-inc]:before {
    content: "\f18b"; }
.otf-teams .social a[href*=sellsy]:before {
    content: "\f213"; }
.otf-teams .social a[href*=simplybuilt]:before {
    content: "\f215"; }
.otf-teams .social a[href*=slideshare]:before {
    content: "\f1e7"; }
.otf-teams .social a[href*=soundcloud]:before {
    content: "\f1be"; }
.otf-teams .social a[href*=steamcommunity]:before {
    content: "\f1b6"; }
.otf-teams .social a[href*=superpower-inc]:before {
    content: "\f2dd"; }
.otf-teams .social a[href*=trello]:before {
    content: "\f181"; }
.otf-teams .social a[href*="twitch.tv"]:before {
    content: "\f1e8"; }
.otf-teams .social a[href*=viacoin]:before {
    content: "\f237"; }
.otf-teams .social a[href*=weibo]:before {
    content: "\f18a"; }
.otf-teams .social a[href*=microsoft]:before {
    content: "\f17a"; }
.otf-teams .social a[href*=wpforms]:before {
    content: "\f298"; }
.otf-teams .social a[href*=ycombinator]:before {
    content: "\f1d4"; }
.otf-teams .social a[href*=youtube]:before {
    content: "\f167"; }
.otf-teams .social a[href*=apple]:before {
    content: "\f209"; }
.otf-teams .social a[href*=bitbucket]:before {
    content: "\f171"; }
.otf-teams .social a[href*=americanexpress]:before {
    content: "\f1f3"; }
.otf-teams .social a[href*="mastercard.us"]:before {
    content: "\f1f1"; }
.otf-teams .social a[href*="google/chrome"]:before {
    content: "\f268"; }
.otf-teams .social a[href*=contao]:before {
    content: "\f26d"; }
.otf-teams .social a[href*=deviantart]:before {
    content: "\f1bd"; }
.otf-teams .social a[href*=drupal]:before {
    content: "\f1a9"; }
.otf-teams .social a[href*="envira.uk"]:before {
    content: "\f299"; }
.otf-teams .social a[href*="https://mozilla/"]:before {
    content: "\f269"; }
.otf-teams .social a[href*=fonticons]:before {
    content: "\f280"; }
.otf-teams .social a[href*=codecamp]:before {
    content: "\f2c5"; }
.otf-teams .social a[href*="glide.me"]:before {
    content: "\f2a5"; }
.otf-teams .social a[href*=gratipay]:before {
    content: "\f184"; }
.otf-teams .social a[href*=iox]:before {
    content: "\f208"; }
.otf-teams .social a[href*="last.fm"]:before {
    content: "\f203"; }
.otf-teams .social a[href*=linode]:before {
    content: "\f2b8"; }
.otf-teams .social a[href*=odnoklassniki]:before {
    content: "\f263"; }
.otf-teams .social a[href*=opera]:before {
    content: "\f26a"; }
.otf-teams .social a[href*=piedpiper]:before {
    content: "\f2ae"; }
.otf-teams .social a[href*=quora]:before {
    content: "\f2c4"; }
.otf-teams .social a[href*=sharesc]:before {
    content: "\f1e0"; }
.otf-teams .social a[href*=skyatlas]:before {
    content: "\f216"; }
.otf-teams .social a[href*=spotify]:before {
    content: "\f1bc"; }
.otf-teams .social a[href*=steampowered]:before {
    content: "\f1b7"; }
.otf-teams .social a[href*=telegram]:before {
    content: "\f2c6"; }
.otf-teams .social a[href*=tripadvisor]:before {
    content: "\f262"; }
.otf-teams .social a[href*="us.viadeo"]:before {
    content: "\f2a9"; }
.otf-teams .social a[href*=xing]:before {
    content: "\f168"; }
.otf-teams .social a[href*=yoast]:before {
    content: "\f2b1"; }
.otf-teams .social a[href*=amazon]:before {
    content: "\f270"; }
.otf-teams .social a[href*=android]:before {
    content: "\f17b"; }
.otf-teams .social a[href*=bandcamp]:before {
    content: "\f2d5"; }
.otf-teams .social a[href*=behance]:before {
    content: "\f1b4"; }
.otf-teams .social a[href*=bitbucket]:before {
    content: "\f172"; }
.otf-teams .social a[href*=btc-e]:before {
    content: "\f15a"; }
.otf-teams .social a[href*=dinersclub]:before {
    content: "\f24c"; }
.otf-teams .social a[href*=discover]:before {
    content: "\f1f2"; }
.otf-teams .social a[href*=paypal]:before {
    content: "\f1f4"; }
.otf-teams .social a[href*=stripe]:before {
    content: "\f1f5"; }
.otf-teams .social a[href*=codiepie]:before {
    content: "\f284"; }
.otf-teams .social a[href*=dashcube]:before {
    content: "\f210"; }
.otf-teams .social a[href*=digg]:before {
    content: "\f1a6"; }
.otf-teams .social a[href*=edge]:before {
    content: "\f282"; }
.otf-teams .social a[href*=etsy]:before {
    content: "\f2d7"; }
.otf-teams .social a[href*=expeditedssl]:before {
    content: "\f23e"; }
.otf-teams .social a[href*=fontawesome]:before {
    content: "\f286"; }
.otf-teams .social a[href*=forumbee]:before {
    content: "\f211"; }
.otf-teams .social a[href*=getpocket]:before {
    content: "\f265"; }
.otf-teams .social a[href*=gitlab]:before {
    content: "\f296"; }
.otf-teams .social a[href*="glide.me"]:before {
    content: "\f2a6"; }
.otf-teams .social a[href*=google]:before {
    content: "\f1a0"; }
.otf-teams .social a[href*="news.ycombinator"]:before {
    content: "\f1d4"; }
.otf-teams .social a[href*=imdb]:before {
    content: "\f2d8"; }
.otf-teams .social a[href*=joomla]:before {
    content: "\f1aa"; }
.otf-teams .social a[href*=jsfiddle]:before {
    content: "\f1cc"; }
.otf-teams .social a[href*=leanpub]:before {
    content: "\f212"; }
.otf-teams .social a[href*=linkedin]:before {
    content: "\f0e1"; }
.otf-teams .social a[href*=linux]:before {
    content: "\f17c"; }
.otf-teams .social a[href*=maxcdn]:before {
    content: "\f136"; }
.otf-teams .social a[href*=meetup]:before {
    content: "\f2e0"; }
.otf-teams .social a[href*=mixcloud]:before {
    content: "\f289"; }
.otf-teams .social a[href*=ok]:before {
    content: "\f264"; }
.otf-teams .social a[href*=opencart]:before {
    content: "\f23d"; }
.otf-teams .social a[href*=optinmonster]:before {
    content: "\f23c"; }
.otf-teams .social a[href*=pagelines]:before {
    content: "\f18c"; }
.otf-teams .social a[href*=piedpiper]:before {
    content: "\f1a8"; }
.otf-teams .social a[href*=pinterest]:before {
    content: "\f0d3"; }
.otf-teams .social a[href*=producthunt]:before {
    content: "\f288"; }
.otf-teams .social a[href*=rebel]:before {
    content: "\f1d0"; }
.otf-teams .social a[href*=ravelry]:before {
    content: "\f2d9"; }
.otf-teams .social a[href*=scribd]:before {
    content: "\f28a"; }
.otf-teams .social a[href*=shirtsinbulk]:before {
    content: "\f214"; }
.otf-teams .social a[href*=slack]:before {
    content: "\f198"; }
.otf-teams .social a[href*=stackexchange]:before {
    content: "\f18d"; }
.otf-teams .social a[href*=stackoverflow]:before {
    content: "\f16c"; }
.otf-teams .social a[href*=tencent]:before {
    content: "\f1d5"; }
.otf-teams .social a[href*=themeisle]:before {
    content: "\f2b2"; }
.otf-teams .social a[href*=viadeo]:before {
    content: "\f2aa"; }
.otf-teams .social a[href*=vimeo]:before {
    content: "\f27d"; }
.otf-teams .social a[href*=vk]:before {
    content: "\f189"; }
.otf-teams .social a[href*=weixin]:before {
    content: "\f1d7"; }
.otf-teams .social a[href*=whatsapp]:before {
    content: "\f232"; }
.otf-teams .social a[href*=wikipedia]:before {
    content: "\f266"; }
.otf-teams .social a[href*=wpbeginner]:before {
    content: "\f297"; }
.otf-teams .social a[href*=wpexplorer]:before {
    content: "\f2de"; }
.otf-teams .social a[href*=xing]:before {
    content: "\f169"; }
.otf-teams .social a[href*=ycombinator]:before {
    content: "\f23b"; }
.otf-teams .social 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; }
.otf-teams.otf-teams-style-1 .team-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all .2s ease-in-out; }
.otf-teams.otf-teams-style-1 .team-meta {
  bottom: 0;
  color: #fff; }
.otf-teams.otf-teams-style-1 .team-meta h4 {
    color: #fff; }
.otf-teams.otf-teams-style-1 .social a {
  color: #fff;
  border-color: transparent; }
.otf-teams.otf-teams-style-1 .social a:hover {
    border-color: #fff; }
.otf-teams.otf-teams-style-1 .team-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
  z-index: 1;
  transform: scale(0);
  transition: all .2s ease-in-out; }
.otf-teams.otf-teams-style-1 .team:hover .team-content {
  opacity: 1; }
.otf-teams.otf-teams-style-1 .team:hover .team-wrapper:after {
  transform: scale(1); }
.otf-teams.otf-teams-style-2 .team-wrapper {
  overflow: visible;
  transition: all .2s ease-in-out; }
.otf-teams.otf-teams-style-2 .team-wrapper .job {
    line-height: 1; }
.otf-teams.otf-teams-style-2 .team-wrapper .social {
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    opacity: 0; }
.otf-teams.otf-teams-style-2 .team-wrapper .avatar {
    position: relative; }
.otf-teams.otf-teams-style-2 .team-wrapper .avatar:after {
      transition: all .2s ease-in-out;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      content: "";
      height: 150px;
      z-index: 1;
      background: linear-gradient(180deg,transparent,rgba(0,0,0,.3),rgba(0,0,0,.5)); }
.otf-teams.otf-teams-style-2 .team-wrapper:hover {
    position: relative; }
.otf-teams.otf-teams-style-2 .team-wrapper:hover .avatar {
      z-index: -1;
      position: relative; }
.otf-teams.otf-teams-style-2 .team-wrapper:hover .avatar:after {
        opacity: 1; }
.otf-teams.otf-teams-style-2 .team-wrapper:hover .team-meta {
      transform: translateY(-110%); }
.otf-teams.otf-teams-style-2 .team-wrapper:hover .team-meta .job,.otf-teams.otf-teams-style-2 .team-wrapper:hover .team-meta h4 {
        color: #fff; }
.otf-teams.otf-teams-style-2 .team-wrapper:hover .social {
      bottom: 0;
      opacity: 1; }
.otf-teams.otf-teams-style-3 .team-wrapper .social a {
  position: absolute;
  right: -55px;
  transition: all .2s ease-in-out;
  color: #fff;
  background-color: #333; }
.otf-teams.otf-teams-style-3 .team-wrapper .social a:first-child {
    transition-delay: .1s;
    top: 10px; }
.otf-teams.otf-teams-style-3 .team-wrapper .social a:nth-child(2) {
    transition-delay: .15s;
    top: calc(3em + 15px); }
.otf-teams.otf-teams-style-3 .team-wrapper .social a:nth-child(3) {
    transition-delay: .2s;
    top: calc(6em + 20px); }
.otf-teams.otf-teams-style-3 .team-wrapper .social a:nth-child(4) {
    transition-delay: .25s;
    top: calc(9em + 25px); }
.otf-teams.otf-teams-style-3 .team-wrapper .social a:hover {
    background-color: #000;
    color: #fff; }
.otf-teams.otf-teams-style-3 .team-wrapper .avatar {
  position: relative; }
.otf-teams.otf-teams-style-3 .team-wrapper .avatar:after {
    transition: all .2s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 150px;
    z-index: 1;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.3),rgba(0,0,0,.5)); }
.otf-teams.otf-teams-style-3 .team-wrapper .team-meta {
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 10px;
  z-index: 2; }
.otf-teams.otf-teams-style-3 .team-wrapper .team-meta .job,.otf-teams.otf-teams-style-3 .team-wrapper .team-meta h4 {
    color: #fff; }
.otf-teams.otf-teams-style-3 .team-wrapper:hover .social a {
  right: 5px; }
.otf-teams.otf-teams-style-4 .avatar {
  max-width: 270px;
  float: left;
  margin-right: 30px; }
.otf-teams.otf-teams-style-4 .job,.otf-teams.otf-teams-style-4 .social,.otf-teams.otf-teams-style-4 .team-meta {
  text-align: left; }
.otf-teams.otf-teams-style-4 .social a:first-child {
  margin-left: 0; }
.entry-gallery .otf-testimonials .gallery .owl-item img,.otf-testimonials .entry-gallery .gallery .owl-item img,.otf-testimonials .owl-carousel .owl-item img,.otf-testimonials .woocommerce-product-carousel ul.products .owl-item img,.otf-testimonials .woocommerce .woocommerce-carousel ul.products .owl-item img,.woocommerce-product-carousel .otf-testimonials ul.products .owl-item img,.woocommerce .woocommerce-carousel .otf-testimonials ul.products .owl-item img {
  width: 80px;
  height: 80px; }
.otf-testimonials .content {
  font-size: 1.25rem;
  font-size: 20px;
  font-style: italic;
  font-weight: 300; }
.otf-testimonials img {
  width: 80px;
  height: 80px; }
.otf-testimonials .author .title-box {
  font-size: 16px;
  font-size: 1rem; }
.otf-testimonials .job {
  font-size: .75rem;
  font-size: 12px;
  font-weight: 300; }
.entry-gallery .otf-testimonials .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-next:hover,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-prev,.entry-gallery .otf-testimonials .gallery .owl-nav .owl-prev:hover,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-next:hover,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials .entry-gallery .gallery .owl-nav .owl-prev:hover,.otf-testimonials .owl-theme .owl-nav .owl-next,.otf-testimonials .owl-theme .owl-nav .owl-next:hover,.otf-testimonials .owl-theme .owl-nav .owl-prev,.otf-testimonials .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent; }
.otf-testimonials.style1 .content {
  padding-right: 10%;
  padding-left: 10%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.5;
  font-style: normal;
  margin-bottom: 70px; }
.otf-testimonials.style1 .author {
  background-color: transparent;
  position: relative; }
.otf-testimonials.style1 .author-content {
  border-width: 0; }
.otf-testimonials.style1 .author-content img {
    display: inline-block; }
.otf-testimonials.style1 .author-content a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600; }
.otf-testimonials.style1 .job {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700; }
.otf-testimonials.style1 img {
  margin-top: -40px; }
.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev {
  background-color: transparent;
  color: #fff;
  font-size: 9px;
  font-size: .5625rem; }
.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next:hover,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next:hover,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next:hover,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent; }
.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev {
  font-size: 13px;
  font-size: .8125rem;
  width: 80px;
  line-height: 2;
  letter-spacing: .2em; }
.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next:after,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-next:before,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev:after,.entry-gallery .otf-testimonials.style1 .gallery .owl-nav .owl-prev:before,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next:after,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-next:before,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev:after,.otf-testimonials.style1 .entry-gallery .gallery .owl-nav .owl-prev:before,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next:after,.otf-testimonials.style1 .owl-theme .owl-nav .owl-next:before,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev:after,.otf-testimonials.style1 .owl-theme .owl-nav .owl-prev:before {
    display: none; }
.otf-testimonials.style1.color-white .author-content,.otf-testimonials.style1.color-white .author-content a,.otf-testimonials.style1.color-white .content,.otf-testimonials.style1.color-white .job {
  color: #fff; }
.entry-gallery .otf-testimonials.style1.color-white .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style1.color-white .gallery .owl-nav .owl-prev,.otf-testimonials.style1.color-white .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style1.color-white .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style1.color-white .owl-theme .owl-nav .owl-next,.otf-testimonials.style1.color-white .owl-theme .owl-nav .owl-prev {
  color: #fff;
  border-color: #fff; }
.otf-testimonials.style2 .author-content {
  width: auto;
  position: relative; }
.otf-testimonials.style2 .content {
  font-size: 18px;
  color: #000;
  position: relative; }
.otf-testimonials.style2 .content p {
    position: relative;
    z-index: 1; }
.otf-testimonials.style2 .content:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    left: -10px;
    top: -10px;
    font-size: 18px;
    font-style: normal; }
.otf-testimonials.style2 .owl-dots {
  position: absolute;
  bottom: 10px; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev {
  top: 40%; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev:hover {
    background: transparent; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-prev:before,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-prev:before,.otf-testimonials.style2 .owl-theme .owl-nav .owl-prev:before {
    content: "\e1cb";
    font-family: web-mob !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next {
  top: 40%; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next:hover,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next:hover,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next:hover {
    background: transparent; }
.entry-gallery .otf-testimonials.style2 .gallery .owl-nav .owl-next:before,.otf-testimonials.style2 .entry-gallery .gallery .owl-nav .owl-next:before,.otf-testimonials.style2 .owl-theme .owl-nav .owl-next:before {
    content: "\e1ce";
    font-family: web-mob !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px; }
.otf-testimonials.style3 {
  margin-left: -30px;
  margin-right: -30px; }
.otf-testimonials.style3 .owl-item {
    padding-left: 30px;
    padding-right: 30px; }
.otf-testimonials.style3 .content {
    font-size: 1rem;
    font-size: 16px;
    position: relative;
    color: #000; }
.otf-testimonials.style3 .content p {
      position: relative;
      z-index: 1; }
.otf-testimonials.style3 .content:before {
      content: "\f10d";
      font-family: FontAwesome;
      position: absolute;
      left: 1rem;
      top: 1rem;
      font-size: 25px;
      font-style: normal; }
.otf-testimonials.style3 .content:after {
      content: "";
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      position: absolute;
      bottom: -6px;
      left: 35px; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav,.otf-testimonials.style3 .owl-theme .owl-nav {
    position: absolute;
    top: 3rem;
    right: 3rem; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-next,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev {
      line-height: 2;
      position: static; }
.entry-gallery .otf-testimonials.style3 .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style3 .owl-theme .owl-nav .owl-prev {
      border-right-style: solid;
      border-right-width: 1px; }
.otf-testimonials.style4 {
  border: 1px solid #e9ecef; }
.otf-testimonials.style4 .content {
    color: #222;
    font-size: inherit;
    font-style: inherit;
    font-weight: 400;
    line-height: 2.5;
    position: relative;
    text-indent: 1.8em; }
.otf-testimonials.style4 .content:after,.otf-testimonials.style4 .content:before {
      font-size: 72px;
      font-size: 4.5rem;
      font-style: normal;
      position: absolute;
      text-indent: 0;
      line-height: 1; }
.otf-testimonials.style4 .content:before {
      content: "“";
      left: 0;
      top: 4px; }
.otf-testimonials.style4 .content:after {
      content: "”";
      right: 0;
      bottom: -25px; }
.otf-testimonials.style4 .author-content {
    position: relative; }
.otf-testimonials.style4 .author-content img {
      width: 70px;
      height: 70px; }
.entry-gallery .otf-testimonials.style4 .gallery .owl-nav,.otf-testimonials.style4 .entry-gallery .gallery .owl-nav,.otf-testimonials.style4 .owl-theme .owl-nav {
    display: none; }
.otf-testimonials.style5 {
  margin-left: -20px;
  padding-right: -20px; }
.otf-testimonials.style5 .testimonial {
    padding-left: 20px;
    padding-right: 20px; }
.otf-testimonials.style5 .content {
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2; }
.otf-testimonials.style5 .content:before {
      font-size: 210px;
      font-size: 13.125rem;
      font-style: normal;
      position: absolute;
      text-indent: 0;
      line-height: 1;
      z-index: -1;
      content: "“";
      left: 0;
      top: -8px; }
.otf-testimonials.style5 .author .title-box {
    font-size: 14px;
    font-size: .875rem;
    color: #222;
    font-weight: 700; }
.otf-testimonials.style5 .author a:hover {
    opacity: .8; }
.otf-testimonials.style5 .author .job,.otf-testimonials.style5 .author a {
    color: #222; }
.otf-testimonials.style5 .author-content {
    position: relative; }
.otf-testimonials.style5 .author-content img {
      width: auto;
      max-width: 100%; }
.entry-gallery .otf-testimonials.style5 .gallery .owl-nav,.otf-testimonials.style5 .entry-gallery .gallery .owl-nav,.otf-testimonials.style5 .owl-theme .owl-nav {
    display: none; }
.otf-testimonials.style6 .testimonial {
  position: relative;
  padding-top: 230px; }
.otf-testimonials.style6 .testimonial img {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%,-100%);
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto; }
.otf-testimonials.style6 .content {
  font-size: 16px;
  font-style: normal;
  max-width: 960px;
  margin: auto; }
.otf-testimonials.style6 .author-content a {
  font-size: 28px; }
.otf-testimonials.style6 .author-content .title-box {
  padding-top: 30px; }
.otf-testimonials.style6 .author-content .job {
  font-size: 18px; }
.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-next,.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-prev,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-next,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-prev,.otf-testimonials.style6 .owl-theme .owl-nav .owl-next,.otf-testimonials.style6 .owl-theme .owl-nav .owl-prev {
  background-color: #ebebeb;
  color: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%; }
.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-next:before,.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-prev:before,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-next:before,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-prev:before,.otf-testimonials.style6 .owl-theme .owl-nav .owl-next:before,.otf-testimonials.style6 .owl-theme .owl-nav .owl-prev:before {
    font-size: 18px; }
.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-next:hover,.entry-gallery .otf-testimonials.style6 .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-next:hover,.otf-testimonials.style6 .entry-gallery .gallery .owl-nav .owl-prev:hover,.otf-testimonials.style6 .owl-theme .owl-nav .owl-next:hover,.otf-testimonials.style6 .owl-theme .owl-nav .owl-prev:hover {
    border-radius: 50%; }
.otf-testimonials.style7 .testimonial {
  position: relative;
  padding: 70px 70px 70px 41.66666667%; }
.otf-testimonials.style7 .author-content img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  height: 100%;
  width: calc(41.66666667% - 70px);
  object-fit: cover; }
.otf-testimonials.style7 .content {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative; }
.otf-testimonials.style7 .content:before {
    content: "\f10d";
    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: 60px;
    font-size: 3.75rem;
    position: absolute;
    top: -20px;
    left: -15px;
    color: hsla(0,0%,80%,.051);
    z-index: -1; }
.otf-testimonials.style7 .job {
  font-size: 1em; }
.otf-testimonials.style7 .title-box a:after {
  content: "/"; }
.entry-gallery .otf-testimonials.style7 .gallery .owl-nav [class*=owl-].owl-prev,.otf-testimonials.style7 .entry-gallery .gallery .owl-nav [class*=owl-].owl-prev,.otf-testimonials.style7 .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.otf-testimonials.style7 .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.otf-testimonials.style7 .woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.woocommerce-product-carousel .otf-testimonials.style7 ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,.woocommerce .woocommerce-carousel .otf-testimonials.style7 ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
  left: inherit;
  right: 65px;
  bottom: 0;
  top: inherit;
  opacity: 1; }
.entry-gallery .otf-testimonials.style7 .gallery .owl-nav [class*=owl-].owl-next,.otf-testimonials.style7 .entry-gallery .gallery .owl-nav [class*=owl-].owl-next,.otf-testimonials.style7 .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.otf-testimonials.style7 .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.otf-testimonials.style7 .woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.woocommerce-product-carousel .otf-testimonials.style7 ul.owl-theme.products .owl-nav [class*=owl-].owl-next,.woocommerce .woocommerce-carousel .otf-testimonials.style7 ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
  left: inherit;
  right: 25px;
  bottom: 0;
  top: inherit;
  opacity: 1; }
.otf-testimonials.color-schema-dark .author a,.otf-testimonials.color-schema-dark .content,.otf-testimonials.color-schema-dark .job {
  color: #000; }
.otf-testimonials.color-schema-dark.style3 .content:after {
  background-color: #fff; }
.otf-testimonials.color-schema-light .author a,.otf-testimonials.color-schema-light .content,.otf-testimonials.color-schema-light .job {
  color: #fff; }
.otf-testimonials.color-schema-light.style2 .content:before {
  color: #767676; }
.otf-testimonials.color-schema-light.style3 .content {
  background-color: #222; }
.otf-testimonials.color-schema-light.style3 .content:before {
    color: #767676; }
.otf-testimonials.color-schema-light.style3 .content:after {
    background-color: #222; }
.otf-testimonials.color-schema-light.style4 .content {
  color: #fff; }
.otf-testimonials.color-schema-light.style5 .content:before {
  color: #767676; }
.otf-testimonials.color-schema-light.style5 .author .job,.otf-testimonials.color-schema-light.style5 .author a {
  color: #fafafa; }
.otf-product-banner .woocommerce-Price-amount {
  font-size: 36px;
  font-size: 2.25rem; }
/* endinject */
/* ===== End Visual Composer ===== */
/* ===== Start Woocommerce ===== */
/* inject:scss */
.search-form-wapper {
  min-width: 300px;
  max-width: 600px;
  width: auto;
  flex-grow: 6; }
.search-form-wapper.none-border .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    border: none; }
.dgwt-wcas-search-wrapp {
  position: relative;
  display: inline-block !important;
  color: #444;
  text-align: left;
  margin-left: 0 !important;
  width: 100%;
  border-radius: inherit; }
.widget .dgwt-wcas-search-wrapp {
  display: block; }
.dgwt-wcas-search-wrapp .product-title {
  color: #333;
  display: block;
  line-height: 110%;
  margin: 0; }
.dgwt-wcas-tpd-image img {
  margin: 0 15px 0 0 !important;
  display: block; }
.dgwt_wcas_rtl .dgwt-wcas-tpd-image img {
  margin: 0 0 0 15px !important; }
.dgwt-wcas-default-preloader {
  width: 1em;
  height: 1em;
  font-size: 169px;
  position: relative;
  display: block;
  margin: 56px auto; }
.dgwt-wcas-default-preloader * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
.dgwt-wcas-default-preloader:after,.dgwt-wcas-default-preloader:before {
    content: "";
    top: 0;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    border: .503em double transparent;
    border-radius: 1em;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    animation: d .8s infinite;
    -o-animation: d .8s infinite;
    -ms-animation: d .8s infinite;
    -webkit-animation: d .8s infinite;
    -moz-animation: d .8s infinite; }
.dgwt-wcas-default-preloader:after {
    left: 0;
    border-left-color: rgba(0,0,0,.05); }
.dgwt-wcas-default-preloader:before {
    right: 0;
    border-right-color: rgba(0,0,0,.02);
    animation-delay: -.2025s;
    -o-animation-delay: -.2025s;
    -ms-animation-delay: -.2025s;
    -webkit-animation-delay: -.2025s;
    -moz-animation-delay: -.2025s; }
@keyframes d {
  0% {
    transform: rotate(1turn); }
}
.dgwt-wcas-preloader-wrapp img {
  margin: 10px auto 0;
  display: block;
  max-width: 200px; }
.dgwt-wcas-suggestions-wrapp {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto; }
.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp {
  max-width: 550px; }
.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion {
  padding: 8px 15px; }
.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 0;
  border-left-color: #eee; }
.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp {
  border-radius: 5px 0 0 5px;
  border-right-color: #eee; }
.dgwt-wcas-suggestion {
  cursor: pointer;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
  padding: 7px 0;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  resize: vertical; }
.dgwt-wcas-suggestion:after {
    clear: both;
    display: block;
    content: ""; }
.dgwt-wcas-suggestion.dgwt-wcas-nores {
    cursor: default;
    opacity: .5; }
.dgwt-wcas-has-img .dgwt-wcas-suggestion {
  padding: 12px 0; }
.dgwt-wcas-st {
  padding-left: 30px;
  display: block;
  color: #444;
  font-size: 15px; }
.dgwt-wcas-has-price .dgwt-wcas-st {
  padding-right: 80px; }
.dgwt-wcas-sku {
  font-size: 80%;
  margin-left: 6px;
  padding-top: 10px; }
.dgwt-wcas-st&gt;span {
  display: inline-block;
  vertical-align: middle; }
.dgwt-wcas-si {
  left: 10px;
  height: 100%;
  min-height: 50px; }
.dgwt-wcas-si,.dgwt-wcas-si img {
  position: absolute;
  top: 0;
  width: 50px;
  display: block; }
.dgwt-wcas-si img {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    bottom: 0;
    margin: auto;
    padding: 2px; }
.dgwt-wcas-content-wrapp {
  padding-left: 60px; }
.dgwt-wcas-sp {
  color: #555;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 5px;
  vertical-align: middle;
  line-height: 120%;
  text-align: right; }
.dgwt-wcas-search-form {
  margin: 0;
  padding: 0;
  border-radius: inherit; }
.dgwt-wcas-sp del {
  opacity: .5;
  font-size: 12px; }
.dgwt-wcas-sd {
  color: #777;
  display: block;
  padding-left: 15px;
  line-height: 14px;
  padding-right: 60px;
  margin-top: 5px; }
.dgwt-wcas-suggestion-selected {
  background-color: #e9e9e9; }
.dgwt-wcas-suggestion-selected:first-child {
    border-top: none; }
.dgwt_wcas_rtl .dgwt-wcas-suggestion {
  padding-left: 0;
  padding-right: 15px;
  text-align: right; }
.dgwt-wcas-full-width .dgwt-wcas-suggestion {
  font-size: 15px;
  padding: 5px 15px; }
.dgwt-wcas-details-wrapp {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 0;
  width: 300px;
  height: 340px;
  box-sizing: border-box;
  z-index: 100;
  min-height: 340px; }
.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
  border-left: none;
  border-radius: 0 5px 5px 0; }
.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
  border-right: none;
  border-radius: 5px 0 0 5px; }
.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 0 5px; }
.dgwt-wcas-full-width .dgwt-wcas-details-wrapp {
  border-radius: 0 0 5px 0; }
.dgwt-wcas-details-inner {
  padding: 15px 10px; }
.woocommerce .dgwt-wcas-pd-rating .star-rating {
  float: left;
  margin-right: 5px;
  font-size: 12px;
  color: #ccae72; }
.woocommerce.dgwt_wcas_rtl .dgwt-wcas-pd-rating .star-rating {
  float: right;
  margin-left: 5px;
  margin-right: 0; }
.dgwt-wcas-datails-title {
  margin-bottom: 15px;
  font-size: 14px; }
.dgwt-wcas-pd-title {
  color: #202020; }
.dgwt-wcas-pd-title .product-title {
    color: #202020;
    margin: 0; }
.dgwt-wcas-tax-product-details {
  text-decoration: none; }
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title {
  margin-bottom: 8px; }
.dgwt-wcas-pd-rest {
  display: flex;
  flex-direction: column;
  float: left;
  height: auto;
  justify-content: center;
  width: 190px; }
.dgwt-wcas-tpd-image {
  float: left;
  width: 60px;
  margin-right: 15px; }
.dgwt-wcas-tpd-rest {
  float: left;
  max-width: 200px; }
.dgwt-wcas-tpd-rest .product-title {
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase; }
.dgwt-wcas-pd-price,.dgwt-wcas-tpd-rest .product-title {
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 145px; }
.dgwt-wcas-pd-price {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
  font-weight: lighter; }
.dgwt-wcas-pd-price del .amount {
    font-weight: lighter;
    background: transparent;
    font-size: 90%;
    opacity: .6; }
.dgwt-wcas-pd-price ins {
    background: transparent;
    text-decoration: none; }
.dgwt-wcas-pd-rating {
  font-size: 13px;
  line-height: 13px; }
.dgwt-wcas-pd-rating:after {
    content: "";
    clear: both;
    display: block; }
.dgwt-wcas-pd-review {
  color: #777;
  font-size: 11px;
  line-height: 11px; }
.dgwt-wcas-datails-title {
  margin: 5px 0 15px; }
.dgwt-wcas-datails-title,.dgwt-wcas-pd-title {
  border-bottom: 1px dashed #eee;
  display: block;
  padding-bottom: 5px; }
.dgwt-wcas-pd-title {
  margin-bottom: 15px;
  text-decoration: none; }
.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px; }
.dgwt-wcas-details-title-tax {
  margin-right: 3px; }
.dgwt_wcas_rtl .dgwt-wcas-details-title-tax {
  margin: 0 0 0 3px;
  float: right; }
.dgwt-wcas-tax-product-details {
  margin-bottom: 15px;
  display: block; }
.dgwt-wcas-pd-details:after,.dgwt-wcas-tax-product-details:after {
    content: "";
    clear: both;
    display: block; }
.dgwt-wcas-pd-image,.dgwt-wcas-tpd-image {
  float: left;
  width: 70px;
  margin-right: 15px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px; }
.dgwt-wcas-pd-image img,.dgwt-wcas-tpd-image img {
  display: block; }
.dgwt_wcas_rtl .dgwt-wcas-pd-image,.dgwt_wcas_rtl .dgwt-wcas-tpd-image {
  float: right;
  margin-right: 0;
  margin-left: 15px; }
.dgwt_wcas_rtl .dgwt-wcas-pd-rest,.dgwt_wcas_rtl .dgwt-wcas-tpd-rest {
  float: right;
  max-width: 200px; }
.dgwt-wcas-pd-desc {
  font-size: 13px;
  line-height: 130%;
  margin: 12px 0; }
.dgwt-wcas-pd-addtc {
  margin: 10px;
  text-align: right; }
.dgwt-wcas-pd-addtc a {
    margin-bottom: 5px; }
button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit {
  position: relative; }
.dgwt-wcas-ico-loupe {
  display: none; }
.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  border: 2px solid;
  padding-right: 80px;
  border-radius: inherit; }
.dgwt-wcas-preloader {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1;
  text-align: center;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff; }
.dgwt-wcas-preloader:before {
    font-family: web-mob;
    line-height: 1;
    content: "\e209";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin: 0 auto;
    display: block;
    height: 1.25em;
    margin-top: -.625em; }
.dgwt-wcas-close:before {
  content: "\e461"; }
.dgwt-wcas-inner-preloader:before {
  content: "\e43c";
  animation-name: a;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }
.dgwt-wcas-suggestion strong {
  font-weight: 700; }
#order_review_heading,.custom-logo-link+.site-branding-text,.otf-vertical-menu .navbar-nav li .text-label,.screen-reader-text,.shop-action .yith-wcwl-add-to-wishlist&gt;div span,.single .gallery-columns-6 .gallery-caption,.single .gallery-columns-7 .gallery-caption,.single .gallery-columns-8 .gallery-caption,.single .gallery-columns-9 .gallery-caption,.widget .gallery-columns-6 .gallery-caption,.widget .gallery-columns-7 .gallery-caption,.widget .gallery-columns-8 .gallery-caption,.widget .gallery-columns-9 .gallery-caption {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
.dgwt-wcas-sf-wrapp {
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0,0,0,.2);
  border-radius: inherit; }
.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before {
    content: "";
    display: table; }
.dgwt-wcas-sf-wrapp:after {
    clear: both; }
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  overflow: visible;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  right: 0;
  top: 0;
  padding: 0 15px;
  color: #fff;
  transition: all .25s ease-in-out;
  text-transform: uppercase;
  background-color: #96588a;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  box-shadow: none;
  -webkit-appearance: none; }
/* Form submit button */
.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
  border-radius: 0 2px 0 0; }
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover {
  opacity: .7; }
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus {
  opacity: .7;
  outline: 0; }
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  /* left arrow */
content: "";
  position: absolute;
  border-width: 8px 8px 8px 0;
  border-style: solid solid solid none;
  border-color: transparent #96588a;
  top: 12px;
  left: -6px;
  transition: all .25s ease-in-out; }
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before {
  border-right-color: #96588a; }
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner {
  /* remove extra button spacing for Mozilla Firefox */
border: 0;
  padding: 0; }
.dgwt-wcas-has-img .dgwt-wcas-suggestion {
  min-height: 60px; }
.dgwt-wcas-details-inner .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp&gt;*,.dgwt-wcas-has-img .dgwt-wcas-sp&gt;* {
  display: block; }
/*------------------------------------------------------
  Has image
---------------------------------------------------------*/
.dgwt-wcas-has-desc .dgwt-wcas-sp,.dgwt-wcas-has-img .dgwt-wcas-sp {
  top: 12px; }
/*------------------------------------------------------
   Specific styles for details box
---------------------------------------------------------*/
.dgwt-wcas-is-details .dgwt-wcas-content-wrapp {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  resize: vertical;
  padding-left: 20px; }
.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  min-height: 340px; }
.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion {
  min-height: 40px; }
.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
  overflow: visible; }
.dgwt-wcas-is-details .dgwt-wcas-si {
  min-height: 40px; }
.dgwt-wcas-is-details .dgwt-wcas-si img {
    width: 30px; }
.dgwt-wcas-is-details .dgwt-wcas-sp {
  display: flex;
  top: 0;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  resize: vertical; }
.dgwt-wcas-is-details .dgwt-wcas-sd {
  color: #777;
  font-size: 11px;
  line-height: 100%; }
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] {
  padding-left: 15px;
  min-height: 0; }
.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st {
  padding-left: 0; }
.opal-style-1 .dgwt-wcas-preloader {
  border-radius: inherit;
  left: 0;
  right: unset;
  width: 45px;
  background: transparent; }
.opal-style-1 .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
  padding-left: 50px;
  padding-right: 15px;
  border-radius: inherit;
  background: #f5f5f5;
  border: none; }
.otf-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: e .45s infinite linear;
  -webkit-animation: e .45s infinite linear;
  margin: 30px auto; }
@keyframes e {
  to {
    transform: rotate(1turn); }
}
.price del {
  font-weight: 400; }
.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; }
.site-search {
  font-size: .875em;
  clear: both;
  display: none; }
.site-search .widget_product_search input[type=search],.site-search .widget_product_search input[type=text] {
    padding: 1em 1.41575em;
    line-height: 1; }
.site-search .widget_product_search form:before {
    top: 1.15em;
    left: 1.15em; }
.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
clip: rect(1px,1px,1px,1px);
    position: absolute !important; }
/**
 * Shop tables
 */
table.shop_table_responsive tbody th,table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tr td {
  display: block;
  clear: both; }
table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left; }
table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.download-actions:before,table.shop_table_responsive tr td.product-remove:before {
    display: none; }
table.shop_table_responsive tr td.download-actions .button {
    text-align: center; }
table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right; }
.stock:empty:before,table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none; }
.stock.in-stock {
  color: #0f834d; }
.stock.out-of-stock {
  color: #e2401c; }
a.reset_variations {
  display: inline-block;
  margin-left: 1em; }
.site-header .shopping_cart_nav li,.site-header .shopping_cart_nav p.buttons,.site-header .shopping_cart_nav p.total,.site-header .widget_shopping_cart li,.site-header .widget_shopping_cart p.buttons,.site-header .widget_shopping_cart p.total {
  padding-left: 1.41575em;
  padding-right: 1.41575em; }
.site-header .shopping_cart_nav&gt;li {
  padding: 0; }
.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }
.wc-proceed-to-checkout:after,.wc-proceed-to-checkout:before {
    content: "";
    display: table; }
.wc-proceed-to-checkout:after {
    clear: both; }
.wc-proceed-to-checkout a.checkout-button {
    width: 100%; }
.woocommerce-shipping-calculator,.woocommerce-shipping-calculator&gt;p:first-child {
    margin: 0; }
.woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1.41575em; }
ul#shipping_method {
  list-style: none;
  margin-left: 0; }
ul#shipping_method li {
    margin-bottom: .23608em; }
ul#shipping_method li:last-child {
      margin-bottom: 0; }
ul#shipping_method input {
    margin-right: .33423em; }
.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0; }
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: .54079em 0;
  text-align: right;
  font-size: .875em; }
.woocommerce-password-strength.strong {
    color: #0f834d; }
.woocommerce-password-strength.bad,.woocommerce-password-strength.short {
    color: #e2401c; }
.woocommerce-password-strength.good {
    color: #3d9cd2; }
/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer; }
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .33423em; }
.form-row input,.form-row select,.form-row textarea {
  width: 100%; }
.form-row .button,.form-row input[type=checkbox],.form-row input[type=radio] {
  width: auto; }
.form-row.create-account label {
  display: inline-block; }
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }
.form-row-last {
  margin-right: 0 !important; }
.form-row-wide {
  clear: both;
  width: 100%; }
.required {
  border-bottom: 0 !important;
  color: red; }
.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 999; }
.demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
.demo_store a:hover {
      text-decoration: none; }
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 4.7em;
  font-family: FontAwesome;
  font-weight: 400; }
.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    opacity: .25; }
.star-rating:before,.star-rating span {
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
.star-rating span {
    overflow: hidden;
    padding-top: 1.5em; }
.star-rating span:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    position: absolute;
    left: 0;
    color: #eea96a; }
p.stars {
  display: inline-block;
  margin: 0; }
p.stars&gt;span {
    display: flex; }
p.stars a {
    position: relative;
    text-indent: -999em;
    display: flex;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    color: transparent; }
p.stars a,p.stars a:before {
    height: 1em;
    width: 1em; }
p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1;
      font-family: FontAwesome;
      text-indent: 0; }
p.stars a:before,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 {
  padding: 5px;
  display: inline-block;
  position: absolute;
  z-index: 100;
  left: 15px;
  background: #000; }
.onsale,.out-of-stock {
  color: #fff;
  line-height: 1.2; }
.out-of-stock {
  padding: 5px 10px;
  z-index: 15;
  text-transform: capitalize; }
.quantity .qty {
  text-align: center;
  padding: 0;
  -moz-appearance: textfield; }
.quantity .qty::-webkit-inner-spin-button,.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
.storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.61792em; }
.related&gt;h2:first-child,.upsells&gt;h2:first-child {
  font-size: 1.618em;
  margin-bottom: 1em;
  color: #000; }
.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,.woocommerce-notice,p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.61792em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: .61805em solid rgba(0,0,0,.15); }
.woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before,.woocommerce-noreviews:after,.woocommerce-noreviews:before,.woocommerce-notice:after,.woocommerce-notice:before,p.no-comments:after,p.no-comments:before {
    content: "";
    display: table; }
.woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce-noreviews:after,.woocommerce-notice:after,p.no-comments:after {
    clear: both; }
.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,.woocommerce-notice a,p.no-comments a {
    color: #fff;
    text-decoration: underline; }
.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover,.woocommerce-notice a:hover,p.no-comments a:hover {
      color: #fff;
      opacity: .7; }
.woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-message a.button:hover,.woocommerce-noreviews a.button:hover,.woocommerce-notice a.button:hover,p.no-comments a.button:hover {
      opacity: 1; }
.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,.woocommerce-notice .button,p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: hsla(0,0%,100%,.25) !important;
    border-radius: 0; }
.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover,.woocommerce-notice .button:hover,p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: .7; }
.woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre,.woocommerce-notice pre,p.no-comments pre {
    background-color: rgba(0,0,0,.1); }
.site-content&gt;.col-full&gt;.woocommerce&gt;.woocommerce-error:first-child,.site-content&gt;.col-full&gt;.woocommerce&gt;.woocommerce-info:first-child,.site-content&gt;.col-full&gt;.woocommerce&gt;.woocommerce-message:first-child,.site-content&gt;.col-full&gt;.woocommerce&gt;.woocommerce-notice:first-child {
  margin-top: 2.61792em; }
.woocommerce-error {
  list-style: none; }
.woocommerce-info,.woocommerce-noreviews,p.no-comments {
  background-color: #3d9cd2; }
.woocommerce-error {
  background-color: #e2401c; }
dl.variation {
  font-size: .875em; }
dl.variation dd {
    margin: 0 0 1em; }
.wc-item-meta {
  font-size: .875em;
  margin-left: 0;
  list-style: none; }
.wc-item-meta li:after,.wc-item-meta li:before {
    content: "";
    display: table; }
.wc-item-meta li:after {
    clear: both; }
.wc-item-meta li p,.wc-item-meta li strong {
    display: inline-block; }
.demo_store {
  bottom: 0; }
.demo_store a {
    background: rgba(0,0,0,.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; }
table.shop_table_responsive tbody th {
  display: table-cell; }
table.shop_table_responsive tr td {
  display: table-cell; }
/**
 * Header Elements
 */
.site-header-cart {
  position: relative;
  display: inline-block; }
.site-header-cart .shopping_cart {
    position: absolute;
    top: 100%;
    z-index: 999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    list-style: none; }
.site-header-cart .widget_shopping_cart {
    width: auto;
    font-size: 13px;
    font-size: .8125rem;
    background-color: #fff;
    min-width: 320px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding-bottom: 0;
    text-align: left; }
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
      display: none;
      left: 0; }
.site-header-cart .shopping_cart_nav,.site-header-cart .widget_shopping_cart {
    padding: 0 !important; }
.site-header-cart .shopping_cart_nav h2.widgettitle,.site-header-cart .widget_shopping_cart h2.widgettitle {
      display: none; }
.site-header-cart .shopping_cart_nav .product_list_widget li,.site-header-cart .widget_shopping_cart .product_list_widget li {
      width: 100%;
      border-width: 0 0 1px;
      padding: 1.4em;
      border-bottom: 1px solid hsla(0,0%,100%,.5); }
.site-header-cart .shopping_cart_nav .product_list_widget li a,.site-header-cart .widget_shopping_cart .product_list_widget li a {
        font-size: 1rem;
        color: #fafafa !important;
        font-weight: 500 !important;
        height: auto;
        line-height: inherit;
        padding: 0 !important;
        border: none;
        text-align: left;
        display: block; }
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove,.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
          position: relative;
          float: right;
          top: .2em;
          z-index: 999; }
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before,.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
            text-align: right;
            color: #fff; }
.site-header-cart .shopping_cart_nav .product_list_widget li a:focus,.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,.site-header-cart .widget_shopping_cart .product_list_widget li a:hover {
          background-color: transparent;
          color: #fff !important;
          opacity: .8; }
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity,.site-header-cart .widget_shopping_cart .product_list_widget li .quantity {
        color: #fff;
        opacity: .8;
        font-size: .875rem; }
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount {
          color: #fff; }
.site-header-cart .shopping_cart_nav p.total,.site-header-cart .widget_shopping_cart p.total {
      color: #fff;
      padding: 1em 1.41575em;
      text-align: center;
      margin-bottom: 0;
      border: none; }
.site-header-cart .shopping_cart_nav p.total strong,.site-header-cart .widget_shopping_cart p.total strong {
        vertical-align: middle; }
.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount {
        font-size: 1.5rem;
        vertical-align: middle;
        padding-left: .5rem;
        font-weight: 500; }
.site-header-cart .shopping_cart_nav p.buttons,.site-header-cart .widget_shopping_cart p.buttons {
      margin-bottom: 0;
      padding-bottom: 30px;
      padding-top: 0; }
.site-header-cart .shopping_cart_nav p.buttons .button,.site-header-cart .widget_shopping_cart p.buttons .button {
        display: block;
        height: auto;
        background-color: #fff;
        text-align: center;
        border: none !important;
        border-color: transparent;
        margin-bottom: 0;
        padding: .7rem 2rem;
        font-size: 1rem;
        line-height: 1.6;
        border-radius: 3px; }
.site-header-cart .shopping_cart_nav p.buttons .button:after,.site-header-cart .widget_shopping_cart p.buttons .button:after {
          display: none; }
.site-header-cart .shopping_cart_nav p.buttons .button:hover,.site-header-cart .widget_shopping_cart p.buttons .button:hover {
          opacity: .7; }
.site-header-cart .shopping_cart_nav p.buttons .button:active,.site-header-cart .shopping_cart_nav p.buttons .button:focus,.site-header-cart .widget_shopping_cart p.buttons .button:active,.site-header-cart .widget_shopping_cart p.buttons .button:focus {
          outline: none; }
.site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout),.site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout) {
          background-color: transparent;
          color: #fff !important;
          text-align: center; }
.site-header-cart .woocommerce-mini-cart__empty-message {
    margin: 0;
    color: #fff; }
.site-header-cart .widget_shopping_cart_content {
    min-width: 320px; }
.site-header-cart .widget_shopping_cart_content .product_list_widget {
      background-color: transparent !important;
      border: none; }
.site-header-cart .shopping_cart_nav li,.site-header-cart .shopping_cart_nav p.buttons,.site-header-cart .shopping_cart_nav p.total,.site-header-cart .widget_shopping_cart li,.site-header-cart .widget_shopping_cart p.buttons,.site-header-cart .widget_shopping_cart p.total {
    padding-left: 1.41575em;
    padding-right: 1.41575em; }
.site-header-cart .shopping_cart_nav&gt;li {
    padding: 0; }
.header-button {
  display: inline-block;
  position: relative;
  background-color: transparent;
  text-indent: 0;
  padding-left: 40px !important;
  height: 40px;
  vertical-align: middle;
  line-height: 1.5;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
  font-size: .875rem; }
.header-button .amount {
    padding-left: 10px;
    display: block;
    font-weight: 500;
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-size: 1rem; }
.header-button .count-text {
    display: none; }
.header-button .title {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: .875em;
    white-space: nowrap;
    color: #a3a5a7; }
.header-button .count {
    font-weight: 300;
    opacity: .5;
    position: absolute;
    top: 6px;
    left: 20px;
    padding: 0 .5em;
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    opacity: 1;
    line-height: 1.4;
    border-radius: .7em;
    min-height: 17px;
    min-width: 18px;
    text-align: center; }
.header-button i {
    position: absolute !important;
    left: 0 !important;
    top: 40%;
    margin-top: -10px;
    width: 1em;
    height: 1em;
    font-size: 24px;
    font-size: 1.5rem;
    color: inherit !important;
    vertical-align: middle !important;
    margin-left: 0 !important; }
.header-button:focus,.header-button:hover {
    outline: none; }
.site-header-cart.style-2 .header-button .amount,.site-header-cart.style-2 .header-button .count-text,.site-header-cart.style-2 .header-button .title {
  display: none; }
.colors-scheme-light .header-button .amount,.colors-scheme-light .header-button .title {
  color: #fff; }
.menu-item-cart .header-button {
  margin-left: 1.25em;
  padding: .9em 1.25em; }
.menu-item-cart .header-button .title {
    display: none; }
.menu-item-cart .header-button .count {
    top: 5px; }
.menu-item-cart .header-button i {
    top: 35% !important; }
.cart-contents i:before {
  content: "\e47b";
  font-family: web-mob !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body:not(.opal-header-layout-sideHeader) .shopping_cart {
  right: 0;
  border: none;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
body:not(.opal-header-layout-sideHeader) .active .shopping_cart {
  left: unset;
  right: 0;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }
body:not(.opal-header-layout-sideHeader) .active .shopping_cart.right {
    left: 0;
    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: .8125rem;
      display: block; }
.top-bar ul.site-header-cart&gt;li {
  border: none; }
.site-header-desktop .menu-item-search&gt;a {
  line-height: normal;
  outline: none; }
.site-header-desktop .menu-item-search&gt;a i {
    color: inherit; }
.site-header-desktop .menu-item-search&gt;a:before {
    font-family: web-mob;
    line-height: 1;
    content: "\e209";
    font-size: 22px;
    font-size: 1.375rem;
    vertical-align: text-bottom; }
.site-header-desktop .menu-item-search .sub-menu {
  padding: .75em 1.25em; }
.site-header-desktop .menu-item-search .woocommerce-product-search {
  display: flex; }
.site-header-desktop .menu-item-search .woocommerce-product-search input {
    padding: .2em .5em; }
.site-header-desktop .menu-item-search .woocommerce-product-search input[type=submit] {
      padding: .2em 1em; }
.woocommerce .page-description {
  margin-bottom: 1.618em; }
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review,.woocommerce-order-pay #order_review {
  width: 100%;
  float: none; }
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em; }
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row,.woocommerce-order-pay #order_review #payment .form-row,.woocommerce-order-pay #order_review .payment_methods+.form-row {
    padding: 1em; }
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em; }
#order_review .shop_table {
  margin-bottom: 2.61792em; }
.wishlist_table tr td {
  text-align: left; }
form.track_order {
  align-items: flex-end;
  color: #fff; }
form.track_order p:last-of-type input[type=submit] {
    width: 100%;
    line-height: inherit; }
form.track_order label {
    color: #fff; }
/**
 * General WooCommerce Components
 */
.storefront-full-width-content .woocommerce-tabs .panel {
  margin-bottom: 3.70633em; }
.woocommerce-tabs {
  padding-top: 2.61792em;
  padding-bottom: 2.61792em; }
.woocommerce-tabs:after,.woocommerce-tabs:before {
    content: "";
    display: table; }
.woocommerce-tabs:after {
    clear: both; }
.woocommerce-tabs ul.tabs li.active:after {
    right: 1em; }
.woocommerce-tabs .panel {
    margin-top: 0; }
.notification-added-to-cart {
  transition: all .2s ease-in-out;
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 50px;
  pointer-events: none; }
.notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff; }
.notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 0;
    animation-name: g;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    overflow: hidden; }
.notification-added-to-cart .ns-thumb img {
      width: 70px;
      height: 70px; }
.notification-added-to-cart .ns-content {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0 30px 0 90px;
    height: 70px;
    animation-name: f;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.7,0,.3,1);
    animation-delay: .5s;
    max-width: 370px;
    color: #fff; }
.notification-added-to-cart .ns-content strong {
      font-weight: 700; }
.notification-added-to-cart .ns-content p {
      margin: 0; }
.notification-added-to-cart.hide {
    opacity: 0; }
@keyframes f {
  0% {
    transform: translate3d(-100%,0,0); }
to {
    transform: translateZ(0); }
}
@keyframes g {
  0% {
    opacity: 0;
    transform: matrix(.7,0,0,.7,0,0); }
2.083333% {
    transform: matrix(.75266,0,0,.76342,0,0); }
4.166667% {
    transform: matrix(.81071,0,0,.84545,0,0); }
6.25% {
    transform: matrix(.86808,0,0,.9286,0,0); }
8.333333% {
    transform: matrix(.92038,0,0,1,0,0); }
10.416667% {
    opacity: 1;
    transform: matrix(.96482,0,0,1.05202,0,0); }
12.5% {
    transform: matrix(1,0,0,1.08204,0,0); }
14.583333% {
    transform: matrix(1.02563,0,0,1.09149,0,0); }
16.666667% {
    transform: matrix(1.04227,0,0,1.08453,0,0); }
18.75% {
    transform: matrix(1.05102,0,0,1.06666,0,0); }
20.833333% {
    transform: matrix(1.05334,0,0,1.04355,0,0); }
22.916667% {
    transform: matrix(1.05078,0,0,1.02012,0,0); }
25% {
    transform: matrix(1.04487,0,0,1,0,0); }
27.083333% {
    transform: matrix(1.03699,0,0,.98534,0,0); }
29.166667% {
    transform: matrix(1.02831,0,0,.97688,0,0); }
31.25% {
    transform: matrix(1.01973,0,0,.97422,0,0); }
33.333333% {
    transform: matrix(1.01191,0,0,.97618,0,0); }
35.416667% {
    transform: matrix(1.00526,0,0,.98122,0,0); }
37.5% {
    transform: matrix(1,0,0,.98773,0,0); }
39.583333% {
    transform: matrix(.99617,0,0,.99433,0,0); }
41.666667% {
    transform: matrix(.99368,0,0,1,0,0); }
43.75% {
    transform: matrix(.99237,0,0,1.00413,0,0); }
45.833333% {
    transform: matrix(.99202,0,0,1.00651,0,0); }
47.916667% {
    transform: matrix(.99241,0,0,1.00726,0,0); }
50% {
    transform: matrix(.99329,0,0,1.00671,0,0); }
52.083333% {
    transform: matrix(.99447,0,0,1.00529,0,0); }
54.166667% {
    transform: matrix(.99577,0,0,1.00346,0,0); }
56.25% {
    transform: matrix(.99705,0,0,1.0016,0,0); }
58.333333% {
    transform: matrix(.99822,0,0,1,0,0); }
60.416667% {
    transform: matrix(.99921,0,0,.99884,0,0); }
62.5% {
    transform: matrix(1,0,0,.99816,0,0); }
64.583333% {
    transform: matrix(1.00057,0,0,.99795,0,0); }
66.666667% {
    transform: matrix(1.00095,0,0,.99811,0,0); }
68.75% {
    transform: matrix(1.00114,0,0,.99851,0,0); }
70.833333% {
    transform: matrix(1.00119,0,0,.99903,0,0); }
72.916667% {
    transform: matrix(1.00114,0,0,.99955,0,0); }
75% {
    transform: matrix(1.001,0,0,1,0,0); }
77.083333% {
    transform: matrix(1.00083,0,0,1.00033,0,0); }
79.166667% {
    transform: matrix(1.00063,0,0,1.00052,0,0); }
81.25% {
    transform: matrix(1.00044,0,0,1.00058,0,0); }
83.333333% {
    transform: matrix(1.00027,0,0,1.00053,0,0); }
85.416667% {
    transform: matrix(1.00012,0,0,1.00042,0,0); }
87.5% {
    transform: matrix(1,0,0,1.00027,0,0); }
89.583333% {
    transform: matrix(.99991,0,0,1.00013,0,0); }
91.666667% {
    transform: matrix(.99986,0,0,1,0,0); }
93.75% {
    transform: matrix(.99983,0,0,.99991,0,0); }
95.833333% {
    transform: matrix(.99982,0,0,.99985,0,0); }
97.916667% {
    transform: matrix(.99983,0,0,.99984,0,0); }
to {
    transform: matrix(1,0,0,1,0,0); }
}
.opal-canvas-filter {
  background-color: #fff;
  transition: all .5s; }
.opal-canvas-filter section {
    padding-left: 15px;
    padding-right: 15px; }
.opal-canvas-filter.left,.opal-canvas-filter.right {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh; }
.opal-canvas-filter.left::-webkit-scrollbar,.opal-canvas-filter.right::-webkit-scrollbar {
      width: 3px; }
.opal-canvas-filter.left::-webkit-scrollbar-track,.opal-canvas-filter.right::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
      background-color: #f5f5f5; }
.opal-canvas-filter.left::-webkit-scrollbar-thumb,.opal-canvas-filter.right::-webkit-scrollbar-thumb {
      background-color: #000; }
.opal-canvas-filter.left {
    top: 0;
    left: 0;
    visibility: visible;
    transform: translate3d(-100%,0,0); }
.opal-canvas-filter.right {
    top: 0;
    right: 0;
    visibility: visible;
    transform: translate3d(100%,0,0); }
.opal-canvas-filter.right .filter-close {
      text-align: left; }
.opal-canvas-filter.top {
    overflow-y: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    padding: 0;
    margin: 0; }
.opal-canvas-filter.top .filter-close {
      display: none; }
.opal-canvas-filter.top .opal-canvas-filter-wrap {
      display: flex; }
.opal-canvas-filter.top .opal-canvas-filter-wrap section {
        flex: 1 0 auto;
        min-width: 25%;
        width: auto; }
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget {
          max-height: unset;
          flex-basis: 100%; }
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
            display: flex; }
.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
              border: none;
              flex: 1 0 auto;
              min-width: 25%;
              width: auto; }
.opal-canvas-filter.top.canvas-filter-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      padding-top: 30px;
      padding-bottom: 0;
      margin-bottom: 30px;
      border-style: solid;
      border-width: 1px 0; }
.opal-canvas-filter-open .opal-overlay-filter {
  cursor: pointer;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  background: rgba(0,0,0,.2); }
.opal-canvas-filter-open .opal-canvas-filter.left,.opal-canvas-filter-open .opal-canvas-filter.right {
  visibility: visible;
  transform: translateZ(0); }
.opal-canvas-filter-open .opal-canvas-filter.top+.opal-overlay-filter {
  display: none; }
.filter-toggle {
  background: transparent;
  height: 2.5em;
  padding: 0;
  border: none;
  font-weight: 700;
  transition: all .2s ease-in-out; }
.filter-toggle .filter-icon {
    width: 21px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    display: inline-block; }
.filter-toggle .filter-icon:after,.filter-toggle .filter-icon:before {
      left: -1px;
      content: "";
      position: absolute;
      width: 25px;
      border: 1px solid #e5e5e5;
      transition: all .2s ease-in-out; }
.filter-toggle .filter-icon:after {
      top: -7px; }
.filter-toggle .filter-icon:before {
      bottom: -7px; }
.filter-toggle:hover .filter-icon,.filter-toggle:hover .filter-icon:after,.filter-toggle:hover .filter-icon:before {
    border-color: #000; }
.filter-toggle:hover .filter-icon:before {
    width: 12px; }
.filter-toggle:hover .filter-icon:after {
    width: 17px; }
.filter-toggle.active .filter-icon {
    border: none; }
.filter-toggle.active .filter-icon:after,.filter-toggle.active .filter-icon:before {
      border-color: #000; }
.filter-toggle.active .filter-icon:before {
      transform: rotate(45deg);
      bottom: -1px; }
.filter-toggle.active .filter-icon:after {
      transform: rotate(-45deg);
      top: -1px; }
.filter-toggle.active:hover .filter-icon:after,.filter-toggle.active:hover .filter-icon:before {
    width: 25px; }
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px; }
.filter-close:after {
    content: "";
    width: 10px;
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px; }
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .opal-canvas-filter.left,.admin-bar .opal-canvas-filter.right {
    top: 46px; }
}
.entry-gallery .woocommerce-carousel.gallery .owl-nav [class*=owl],.entry-gallery .woocommerce-product-carousel.gallery .owl-nav [class*=owl],.owl-theme.woocommerce-carousel .owl-nav [class*=owl],.owl-theme.woocommerce-product-carousel .owl-nav [class*=owl] {
  opacity: 1 !important; }
/**
 * Cart
 */
table.cart:not(.wishlist_table) {
  margin-bottom: 3.70633em;
  overflow-x: auto; }
table.cart:not(.wishlist_table) .product-quantity .minus,table.cart:not(.wishlist_table) .product-quantity .plus {
    display: none; }
table.cart:not(.wishlist_table) .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.70633em;
    height: auto; }
table.cart:not(.wishlist_table) .product-thumbnail:before {
    display: none; }
table.cart:not(.wishlist_table) tr:first-child td.product-remove {
    border-top-width: 0; }
table.cart:not(.wishlist_table) td.product-remove {
    border-top: 1.618em solid;
    position: relative; }
table.cart:not(.wishlist_table) td.product-remove:after,table.cart:not(.wishlist_table) td.product-remove:before {
      content: "";
      display: table; }
table.cart:not(.wishlist_table) td.product-remove:after {
      clear: both; }
table.cart:not(.wishlist_table) td.product-remove a.remove {
      position: absolute;
      font-size: 1.41575em;
      top: -.61805em;
      right: -.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: .875em .875em 0; }
table.cart:not(.wishlist_table) td.product-subtotal {
    padding-bottom: .875em; }
table.cart:not(.wishlist_table) td.actions {
    background-color: transparent;
    padding: 1em; }
table.cart:not(.wishlist_table) td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid rgba(0,0,0,.05); }
table.cart:not(.wishlist_table) td.actions input {
      display: block;
      width: 100%;
      margin: .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 15px; }
.woocommerce-cart .cart-empty {
  padding-left: 15px; }
table.cart:not(.wishlist_table) td,table.cart:not(.wishlist_table) th {
  padding: 1.618em 1.41575em 1.618em 0; }
table.cart:not(.wishlist_table) .qty {
  padding: .875em;
  max-width: 3.632em; }
table.cart:not(.wishlist_table) td.product-remove {
  background-color: transparent;
  padding: 0; }
table.cart:not(.wishlist_table) td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto; }
table.cart:not(.wishlist_table) .product-quantity .minus,table.cart:not(.wishlist_table) .product-quantity .plus {
  display: inline-block; }
table.cart:not(.wishlist_table) .quantity {
  width: 145px;
  width: max-content; }
table.cart:not(.wishlist_table) .quantity input[type=button] {
    background-color: transparent;
    color: #000;
    padding: .5rem 1.1rem;
    height: 100%; }
table.cart:not(.wishlist_table) .quantity input[type=button]:active,table.cart:not(.wishlist_table) .quantity input[type=button]:focus,table.cart:not(.wishlist_table) .quantity input[type=button]:hover {
      box-shadow: none;
      outline: none; }
table.cart:not(.wishlist_table) .quantity input[type=number] {
    padding: .5rem 0;
    background-color: transparent; }
table.cart:not(.wishlist_table) td.actions {
  text-align: right; }
table.cart:not(.wishlist_table) td.actions label {
    display: none; }
table.cart:not(.wishlist_table) td.actions .coupon {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left; }
table.cart:not(.wishlist_table) td.actions .coupon:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f178";
      position: absolute;
      right: 35px;
      top: 50%;
      transform: translate(50%,-50%);
      pointer-events: none; }
table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
      width: 100%;
      min-width: 300px;
      max-width: 100%;
      padding-right: 90px; }
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: 70px;
      bottom: 0; }
.cart-collaterals {
  margin-bottom: 40px; }
.cart-collaterals:after,.cart-collaterals:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side,transparent 9px,#fafafa 100%); }
.cart-collaterals:before {
    margin-top: -10px; }
.cart-collaterals:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-bottom: -10px; }
.cart-collaterals h2 {
    font-size: 1.618em; }
.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important; }
.cart-collaterals .cart_totals {
    width: 100%;
    padding: 40px;
    background-color: #fafafa; }
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
      font-size: 24px;
      font-size: 1.5rem; }
.cart-collaterals .cart_totals td {
      padding: 1.5em 0; }
.cart-collaterals .cart_totals,.cart-collaterals .shipping_calculator {
    margin: 0;
    clear: 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-login {
  width: 550px;
  max-width: 100%;
  box-shadow: none;
  background-color: transparent; }
.woocommerce-checkout .woocommerce-form-login .lost_password,.woocommerce-checkout .woocommerce-form-login label {
    font-weight: 500; }
.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0; }
.checkout_coupon {
  position: relative;
  margin-bottom: 2.61792em;
  width: 510px;
  max-width: 100%; }
.checkout_coupon .form-row-first input {
    padding-right: 70px;
    background-color: transparent; }
.checkout_coupon .form-row-last {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%; }
.checkout_coupon .form-row-last:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f178";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: -1; }
.checkout_coupon .form-row-last button,.checkout_coupon .form-row-last input {
      background-color: transparent;
      width: 70px;
      height: 100%;
      border: none; }
.checkout_coupon .form-row-last button:hover,.checkout_coupon .form-row-last input:hover {
        background-color: transparent; }
form.checkout {
  position: static !important;
  /* 1 */
}
form.checkout:after,form.checkout:before {
    content: "";
    display: table; }
form.checkout:after {
    clear: both; }
form.checkout&gt;.blockUI {
    position: fixed !important;
    /* 1 */
}
#payment:after,#payment:before {
  content: "";
  display: table; }
#payment .create-account,#payment:after {
  clear: both; }
#payment .payment_methods {
  margin: 0 !important;
  padding: 0 !important; }
#payment .payment_methods&gt;.wc_payment_method&gt;label {
    padding: 1em;
    cursor: pointer;
    font-weight: 700; }
#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    position: relative; }
#payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 2.29068em; }
#payment .payment_methods li a {
      text-decoration: underline; }
#payment .payment_methods li:last-child:not(.woocommerce-notice) {
      padding-bottom: 0;
      border-bottom: 0; }
#payment .payment_methods li p {
      margin: 0; }
#payment .payment_methods li .payment_box {
      padding: 1.41575em;
      background: #fafafa; }
#payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0;
        font-size: .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: .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-cvc,#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        font-size: 1.41575em; }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        background-repeat: no-repeat;
        background-position: right .61805em center;
        background-size: 31px 20px;
        background-image: url(../../../assets/images/credit-cards/unknown.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
          background-image: url(../../../assets/images/credit-cards/visa.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
          background-image: url(../../../assets/images/credit-cards/mastercard.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
          background-image: url(../../../assets/images/credit-cards/laser.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
          background-image: url(../../../assets/images/credit-cards/diners.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
          background-image: url(../../../assets/images/credit-cards/maestro.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
          background-image: url(../../../assets/images/credit-cards/jcb.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
          background-image: url(../../../assets/images/credit-cards/amex.svg); }
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
          background-image: url(../../../assets/images/credit-cards/discover.svg); }
#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em; }
#payment .terms label {
    cursor: pointer; }
#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 16px;
  background-color: rgba(0,0,0,.05); }
#payment .place-order {
  margin-bottom: 0;
  float: none;
  width: 100%;
  margin-top: 2.61792em; }
#payment .place-order .button {
    font-size: 1em;
    width: 100%;
    white-space: pre-wrap; }
.woocommerce-checkout-review-order {
  background-color: #fafafa;
  padding: 40px 5px; }
.woocommerce-checkout-review-order:after,.woocommerce-checkout-review-order:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side,transparent 9px,#fafafa 100%); }
.woocommerce-checkout-review-order:after {
    bottom: -10px;
    top: unset;
    left: 0;
    transform: rotate(180deg); }
table.woocommerce-checkout-review-order-table td,table.woocommerce-checkout-review-order-table th {
  padding: .8em; }
table.woocommerce-checkout-review-order-table .product-name {
  min-width: 150px; }
table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
  font-weight: 700; }
table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 500; }
table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-size: 24px;
  font-size: 1.5rem; }
table.woocommerce-checkout-review-order-table .product-name {
  font-weight: 700; }
.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0,0,0,.2); }
.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px; }
.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
  display: none; }
/**
 * Checkout
 */
#ship-to-different-address {
  position: relative; }
#ship-to-different-address label {
    font-weight: 500; }
.woocommerce-shipping-fields label {
  font-weight: 700;
  margin-top: 20px; }
.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  border-radius: 0; }
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400; }
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    margin-top: -4px; }
.col2-set .col-1,.col2-set .col-2 {
  margin-bottom: 1.618em; }
.col2-set+#customer_details {
  display: none; }
.col2-set .woocommerce-billing-fields:after,.col2-set .woocommerce-billing-fields:before {
  content: "";
  display: table; }
.col2-set .woocommerce-billing-fields:after {
  clear: both; }
.woocommerce-billing-fields .form-row {
  margin: 0; }
.woocommerce-billing-fields label {
  margin-top: 20px;
  font-weight: 700; }
.woocommerce-billing-fields&gt;h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: auto;
  padding-top: .7rem;
  padding-bottom: .7rem; }
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit; }
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%); }
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
      position: absolute;
      margin-top: -4px; }
.woocommerce-additional-fields .form-row {
  margin: 0; }
.woocommerce-MyAccount-content form[class^=woocommerce-] fieldset {
  margin-right: 15px;
  margin-left: 15px; }
#wc_checkout_add_ons input[type=radio] {
  float: left;
  margin-right: .54079em;
  clear: left;
  margin-top: .35em; }
#order_review,#order_review_heading {
  clear: right; }
#order_review {
  transition: box-shadow .4s ease;
  position: relative; }
#order_review_heading {
  margin-bottom: 0;
  padding-bottom: .61805em; }
.form-row.woocommerce-validated input.input-text {
  border-bottom-color: #0f834d;
  box-shadow: none; }
.form-row.woocommerce-invalid input.input-text {
  border-bottom-color: #e2401c;
  box-shadow: none; }
.select2-container--default .select2-selection--single {
  border-width: 2px;
  border-color: #e5e5e5; }
.select2-dropdown {
  border: 2px solid #e5e5e5; }
.checkout .woocommerce-account-fields {
  margin-top: 20px; }
.opal-currency_switcher li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease-in-out;
  z-index: 99;
  background: #fff; }
.opal-currency_switcher ul {
  position: relative;
  margin: 0; }
.opal-currency_switcher ul:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
.opal-currency_switcher .currency_wrap {
  list-style: none; }
.opal-currency_switcher .currency_select {
  cursor: pointer;
  padding: 0 20px;
  border: 0 !important; }
.opal-currency_switcher .list-currency {
  box-shadow: 0 1px 16px 0 rgba(0,0,0,.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; }
#comments .commentlist .bypostauthor&gt;.comment-body cite:after {
  content: "\f0f6"; }
#comments .commentlist .bypostauthor&gt;.comment-body cite:after,#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;
  margin-left: .54079em; }
#comments .commentlist .reply a:after {
  content: "\f112"; }
#comments .commentlist .reply a.comment-edit-link:after {
  content: "\f040"; }
#respond #cancel-comment-reply-link {
  text-transform: capitalize;
  font-size: 12px;
  opacity: .4;
  display: block;
  margin-top: 10px; }
#respond #cancel-comment-reply-link:hover {
    opacity: 1; }
#respond #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"; }
.comment-form-comment label {
  font-weight: 700; }
.added_to_cart.loading,.button.loading,button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading {
  position: relative; }
.added_to_cart.loading:before,.button.loading:before,button.loading:before,input[type=button].loading:before,input[type=reset].loading:before,input[type=submit].loading:before {
    opacity: 0; }
.added_to_cart.loading:after,.button.loading:after,button.loading:after,input[type=button].loading:after,input[type=reset].loading:after,input[type=submit].loading:after {
    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: a .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important; }
.stock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .54079em; }
.stock.in-stock:before {
  content: "\f118"; }
.stock.out-of-stock:before {
  content: "\f119"; }
a.reset_variations:before {
  content: "\f021"; }
.woocommerce-breadcrumb a:first-of-type:before,a.reset_variations:before {
  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: .54079em; }
.woocommerce-breadcrumb a:first-of-type:before {
  content: "\f015"; }
a.remove {
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-indent: -9999px;
  position: relative; }
a.remove:before {
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #e2401c;
    line-height: 1.618;
    text-indent: 0;
    text-align: center; }
.woocommerce-shipping-calculator&gt;p:first-child a:before,a.remove: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; }
.woocommerce-shipping-calculator&gt;p:first-child a:before {
  content: "\f0d1";
  margin-right: .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: a .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-pagination .next,.woocommerce-pagination .prev {
  text-indent: -9999px;
  display: inline-block;
  position: relative; }
.woocommerce-pagination .next:after,.woocommerce-pagination .prev:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d9";
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1; }
.woocommerce-pagination .next:after {
  content: "\f0da"; }
.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  padding: 0 6.85353em; }
.woocommerce-breadcrumb .breadcrumb-separator:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: .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&gt;.wc_payment_method&gt;label:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10c";
  margin-right: .54079em;
  transition: color,ease,.2s; }
#payment .payment_methods li.wc_payment_method&gt;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&gt;input[type=radio]:first-child:checked+label:before {
    content: "\f192"; }
.woocommerce-password-strength:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f119";
  margin-left: .54079em; }
.woocommerce-password-strength.strong:after {
  content: "\f118"; }
.woocommerce-password-strength.good:after {
  content: "\f11a"; }
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1; }
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: .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: "\f0e4"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b"; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021"; }
.my_account_orders .button.view:after {
  content: "\f06e"; }
.my_account_orders .button.view:after,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;
  margin-left: .54079em; }
p.order-again .button:after {
  content: "\f021"; }
.woocommerce-MyAccount-downloads .button:after {
  content: "\f0ed";
  margin-left: .54079em; }
.demo_store:before,.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; }
.demo_store:before {
  margin-right: .54079em;
  content: "\f05a"; }
.wc-forward:after,.woocommerce-Button--next:after {
  content: "\f178";
  margin-left: .54079em; }
.wc-forward:after,.woocommerce-Button--next:after,.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; }
.woocommerce-Button--previous:before {
  content: "\f177";
  margin-right: .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 {
    content: "\f058";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em; }
/**
 * Composite Products
 */
#reviews .commentlist li p.meta .verified:before,.single-product div.product .component_selections .clear_component_options:before {
    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; }
.single-product div.product .component_selections .clear_component_options:before {
  content: "\f021";
  margin-right: .54079em; }
/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent:before,.shop_table .mnm_table_item .mnm_table_item_indent:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
  content: "\f148";
  margin-right: .38198em;
  opacity: .25; }
/**
 * Quick view
 */
.cart .mnm_table_item .mnm_table_item_indent:before,.quick-view-button:before,.shop_table .mnm_table_item .mnm_table_item_indent:before {
  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; }
.quick-view-button:before {
  content: "\f06e";
  margin-right: .61805em; }
/**
 * Ship multiple addresses
 */
.woocommerce-page .no_shipping_address .gift-form label:after,.woocommerce-page .ship_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: .54079em; }
.woocommerce-page .no_shipping_address .modify-address-button:before,.woocommerce-page .ship_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: .54079em; }
.woocommerce-page .addresses+.addresses header.title a:before {
  content: "\f067"; }
/**
 * Product reviews pro
 */
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\f005"; }
/**
 * Variation Swatches
 */
a#variations_clear:before {
  content: "\f021"; }
/**
 * Wishlists
 */
.wl-add-link:before,a#variations_clear:before {
  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: .54079em; }
.wl-add-link:before {
  content: "\f004"; }
.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: .54079em; }
/**
 * My Account
 */
.woocommerce-account .entry-content&gt;.woocommerce .u-columns {
  flex-wrap: wrap; }
.woocommerce-account .entry-content&gt;.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: 15px;
  margin-left: 15px; }
form.register,form.woocommerce-form-login {
  padding: 30px; }
form.register .user-text,form.woocommerce-form-login .user-text {
    margin-bottom: 1em; }
form.woocommerce-form-login {
  background-color: #fafafa;
  box-shadow: 0 11px 5px -10px rgba(0,0,0,.3); }
form.woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 0; }
label.inline {
  display: inline !important;
  margin-left: 1em; }
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.05); }
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative; }
.woocommerce-MyAccount-navigation ul li a {
      padding: .875em 0;
      display: block; }
.woocommerce-MyAccount-navigation ul li.is-active {
      font-weight: 700; }
ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.70633em 0;
  padding: 0;
  background: #eee; }
ul.order_details:after,ul.order_details:before {
    display: table; }
ul.order_details:after {
    clear: both; }
ul.order_details:after,ul.order_details:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%,16px 16px,16px 16px; }
ul.order_details:after {
    top: auto;
    bottom: -16px;
    transform: rotate(180deg); }
ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
    border-color: #fff; }
ul.order_details li:first-child {
      padding-top: 1.618em; }
ul.order_details li:last-child {
      border: 0;
      padding-bottom: 1.618em; }
ul.order_details li strong {
      font-size: 1.41575em;
      text-transform: none; }
.my_account_orders .button,.woocommerce-MyAccount-downloads .button {
  padding: .61805em .875em;
  font-size: .875em;
  margin-right: .236em; }
.woocommerce-MyAccount-content h2 {
  font-weight: 600; }
.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }
.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0,0,0,.05); }
/**
 * 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 .product-caption {
    position: absolute;
    z-index: 3;
    transition: all .3s ease-in-out; }
.product-transition .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
li.product {
  box-sizing: border-box;
  text-align: center; }
li.product .added_to_cart.wc-forward {
    display: none; }
li.product:hover .product-caption {
    bottom: 0; }
li.product .onsale {
    background-color: #2181e3;
    right: 10px;
    left: unset; }
li.product .onsale,li.product .out-of-stock {
    text-transform: uppercase;
    font-size: 10px;
    top: 10px; }
li.product .out-of-stock {
    position: absolute;
    padding: 0 4px;
    left: 10px;
    right: unset; }
li.product .time {
    padding-top: 30px; }
li.product .countdown-times {
    justify-content: center; }
li.product .countdown-times b {
      line-height: 40px;
      min-width: 48px;
      font-size: 22px;
      font-size: 1.375rem; }
li.product .countdown-times&gt;div {
      font-size: 85.7%; }
li.product .countdown-times .day:after,li.product .countdown-times .hours:after,li.product .countdown-times .minutes:after {
      color: #222;
      line-height: 40px; }
.shop-action {
  transition: all .35s ease; }
.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a {
    width: 45px;
    height: 45px;
    position: relative;
    white-space: nowrap;
    font-size: 0; }
.shop-action .compare:before,.shop-action .yith-wcqv-button:before,.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a:before {
      font-size: 16px;
      font-size: 1rem;
      color: #fff;
      text-align: center;
      position: absolute;
      top: 46%;
      left: 50%;
      transform: translate(-50%,-50%); }
.shop-action .add_to_cart_button,.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-button {
    flex: 0 1 45px; }
.shop-action a[class*=product_type_] {
    padding: .4em 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 2 1 auto; }
.shop-action a[class*=product_type_].added:before {
      font-family: web-mob !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 11px;
      font-size: .6875rem;
      color: #fff;
      content: "\e464";
      margin-right: 10px; }
.shop-action .yith-wcwl-add-to-wishlist {
    margin-top: 0; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div {
      position: relative;
      height: 100%; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a {
        border-radius: 0;
        white-space: nowrap; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div&gt;a:before {
          font-family: web-mob !important;
          font-style: normal !important;
          font-weight: 400 !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e186"; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); }
.shop-action .yith-wcwl-add-to-wishlist&gt;div.yith-wcwl-wishlistaddedbrowse&gt;a:before {
        color: #ff4a5d; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div.yith-wcwl-wishlistexistsbrowse a:before {
        transition: all .2s ease-in-out; }
.shop-action .yith-wcwl-add-to-wishlist&gt;div.yith-wcwl-wishlistexistsbrowse&gt;a:hover:before {
        content: "\e464"; }
.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%); }
.shop-action .compare:before {
    content: "\e1f5"; }
.shop-action .compare:before,.shop-action .yith-wcqv-button:before {
    font-family: web-mob !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.shop-action .yith-wcqv-button:before {
    content: "\e15e"; }
.icon-cart,.product-style-3 li.product:not(.otf-product-list) .shop-action a[class*=product_type_],.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-5 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-6 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-7 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-8 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-13 li.product:not(.otf-product-list) a[class*=product_type_],.product-style-14 li.product:not(.otf-product-list) a[class*=product_type_] {
  position: relative;
  font-size: 0;
  width: 45px;
  height: 45px;
  flex: none; }
.icon-cart:before,.product-style-3 li.product:not(.otf-product-list) .shop-action a[class*=product_type_]:before,.product-style-4 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-5 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-6 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-7 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-8 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-13 li.product:not(.otf-product-list) a[class*=product_type_]:before,.product-style-14 li.product:not(.otf-product-list) a[class*=product_type_]:before {
    font-family: web-mob !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e47b";
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%,-50%); }
.icon-cart.added:before,.product-style-3 li.product:not(.otf-product-list) .shop-action a.added[class*=product_type_]:before,.product-style-4 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-5 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-6 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-7 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-8 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-13 li.product:not(.otf-product-list) a.added[class*=product_type_]:before,.product-style-14 li.product:not(.otf-product-list) a.added[class*=product_type_]:before {
    content: "\e464"; }
[class*=product-style-] li.product .compare-button {
  margin: 0; }
[class*=product-style-] li.product .shop-action .yith-wcwl-add-to-wishlist&gt;.yith-wcwl-wishlistexistsbrowse a:before {
  color: #ff4a5d; }
.product-block {
  position: relative;
  overflow: hidden; }
.product-style-1 .shop-action&gt;a:first-of-type,.product-style-2 .shop-action&gt;a:first-of-type {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex: 2 1 auto; }
.product-boxshadow .product-transition {
  box-shadow: 0 0 2px rgba(0,0,0,.2); }
.product-boxshadow ul.products {
  padding-top: 2px; }
.product-boxshadow li.product .compare,.product-boxshadow li.product .yith-wcqv-button,.product-boxshadow li.product .yith-wcwl-add-to-wishlist&gt;div&gt;a,.product-boxshadow li.product a[class*=product_type_] {
  box-shadow: 0 0 1px rgba(0,0,0,.2); }
.opal-label-sale-square li.product .onsale {
  background-color: #2181e3;
  font-size: 10px;
  font-size: .625rem;
  line-height: 15px;
  padding: 0 4px; }
.opal-label-sale-square li.product .out-of-stock {
  position: absolute;
  padding: 0 4px;
  line-height: 15px;
  font-size: 10px;
  font-size: .625rem; }
.opal-label-sale-square li.product.otf-product-list .onsale {
  left: 10px;
  top: 40px;
  right: unset; }
.opal-label-sale-square li.product.otf-product-list .onsale+.out-of-stock {
    top: 25px; }
.opal-label-sale-rounded li.product .onsale,.opal-label-sale-rounded li.product .out-of-stock {
  padding: 0 6px;
  border-radius: 1rem; }
.opal-label-sale-rounded li.product.otf-product-list .onsale {
  left: 20px;
  right: unset; }
.opal-label-sale-rounded li.product.otf-product-list .onsale+.out-of-stock {
    top: 25px; }
.opal-label-sale-circle li.product .out-of-stock {
  top: 7%;
  left: inherit;
  right: 25px; }
.opal-label-sale-circle li.product .onsale {
  top: 7%;
  left: 5%;
  right: inherit;
  padding: 7px;
  font-weight: 600;
  background-color: transparent !important; }
.opal-label-sale-circle li.product .onsale:before {
    content: "";
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: -50%;
    margin-top: -50%; }
.opal-label-sale-rotate li.product .onsale {
  font-size: 12px;
  left: unset;
  padding: 3px 4px;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transform-origin: left; }
.opal-label-sale-rotate li.product .onsale:before {
    position: absolute;
    content: "";
    width: 300%;
    height: 100%;
    left: -100%;
    top: 0;
    background-color: #000;
    z-index: -1; }
.opal-label-sale-rotate li.product .out-of-stock {
  top: 10px; }
.opal-label-sale-rotate li.product.otf-product-list {
  overflow: hidden; }
.opal-label-sale-rotate li.product.otf-product-list .onsale {
    right: unset;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: right; }
.opal-label-sale-rotate li.product.otf-product-list .out-of-stock {
    top: unset;
    bottom: 10px; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap .inner {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 0s; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.bottom-to-top .inner {
  transform: translate3d(0,-100%,0); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.top-to-bottom .inner {
  transform: translate3d(0,100%,0); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.left-to-right .inner {
  transform: translate3d(100%,0,0); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.right-to-left .inner {
  transform: translate3d(-100%,0,0); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.swap .product-image {
  opacity: 0; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.swap .product-image img {
    transform: rotateY(180deg); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(0deg); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.fade .product-image {
  opacity: 0; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1; }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0); }
li.product:not(.product-swatched):not(.otf-product-list):hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1); }
.product-img-wrap {
  overflow: hidden;
  position: relative; }
.product-img-wrap .inner {
    animation-fill-mode: both;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
.product-img-wrap .product-image {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms; }
.product-img-wrap .product-image.second-image {
      position: absolute; }
.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 .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 {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 0s; }
.otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
  transform: translate3d(0,-100%,0); }
.otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
  transform: translate3d(0,100%,0); }
.otf-product-list .product-img-wrap:hover.left-to-right .inner {
  transform: translate3d(100%,0,0); }
.otf-product-list .product-img-wrap:hover.right-to-left .inner {
  transform: translate3d(-100%,0,0); }
.otf-product-list .product-img-wrap:hover.swap .product-image {
  opacity: 0; }
.otf-product-list .product-img-wrap:hover.swap .product-image img {
    transform: rotateY(180deg); }
.otf-product-list .product-img-wrap:hover.swap .product-image.second-image {
  opacity: 1; }
.otf-product-list .product-img-wrap:hover.swap .product-image.second-image img {
    transform: rotateY(0deg); }
.otf-product-list .product-img-wrap:hover.fade .product-image {
  opacity: 0; }
.otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
  opacity: 1; }
.otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
  transform: scale(1); }
.otf-product-list .product-img-wrap:hover.zoom-out .product-image {
  transform: scale(0); }
.otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
  transform: scale(1); }
li.product.otf-product-list {
  margin-bottom: 15px !important; }
li.product.otf-product-list:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 15px; }
li.product.otf-product-list:last-child:after {
    display: none; }
li.product.otf-product-list .caption {
    text-align: left;
    width: 100%; }
li.product.otf-product-list .star-rating {
    margin-left: 0; }
li.product.otf-product-list .yith-wcqv-button {
    height: auto; }
li.product.otf-product-list .compare,li.product.otf-product-list .yith-wcwl-add-to-wishlist&gt;div&gt;a {
    height: 100%; }
li.product.otf-product-list .shop-action&gt;* {
    margin-right: 10px; }
.opal-archive-style-2 li.product.otf-product-list .shop-action&gt;article.otf-post-style,.product-style-7 li.product:not(.otf-product-list) li.product.otf-product-list .shop-action&gt;.product-block,li.product.otf-product-list .opal-archive-style-2 .shop-action&gt;article.otf-post-style,li.product.otf-product-list .product-style-7 li.product:not(.otf-product-list) .shop-action&gt;.product-block,li.product.otf-product-list .shop-action&gt;.clear {
      margin: 0; }
li.product.otf-product-list .shop-action a[class*=product_type_] {
    flex: unset; }
li.product.otf-product-list .price,li.product.otf-product-list .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.5rem; }
li.product.otf-product-list .price del {
      font-size: 20px;
      font-size: 1.25rem; }
li.product.otf-product-list .excerpt {
    font-size: .875em;
    margin-bottom: 1.5rem; }
li.product.otf-product-list .excerpt ul {
      padding-left: 20px; }
/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin: 0; }
ul.products li.product {
    list-style: none;
    position: relative; }
ul.products li.product .price {
      color: #43454b; }
ul.products li.product .price ins {
        background-color: transparent; }
ul.products li.product .price del {
        padding-right: 10px; }
ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2,ul.products li.product h3 {
      font-weight: 400;
      margin: 0;
      padding: 0;
      font-size: 1.125em; }
ul.products li.product img {
      margin: 0 auto;
      width: 100%; }
ul.products li.product.product-category .woocommerce-loop-category__title,ul.products li.product.product-category h2,ul.products li.product.product-category h3 {
      font-size: 1.1em; }
ul.products li.product.product-category img {
      margin-bottom: 1.618em; }
ul.products li.product .price {
      font-weight: 700; }
ul.products li.product ins {
      background: transparent; }
ul.products li.product ins .amount {
        color: #ff4a5d; }
ul.products li.product del {
      opacity: .4; }
ul.products li.product .posted_in {
      display: block; }
ul.products li.product .posted_in a {
        color: #a3a5a7; }
ul.products+.woocommerce-result-count {
    margin-bottom: -1em;
    text-align: right; }
li.product .star-rating {
  font-size: .875em;
  margin: 0 auto .54079em;
  transition: all .2s ease-in-out; }
[class*=col-md] #customer_details .col-1,[class*=col-md] #customer_details .col-2 {
  padding: 0; }
.columns-5 ul.products&gt;li,.columns-5 ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%; }
.woocommerce .woocommerce-carousel ul.products li.product {
  flex: 0 0 100%;
  max-width: 100%; }
.woocommerce-product-carousel {
  width: 100%;
  position: relative; }
.otf-sorting .otf-sorting-group+.otf-sorting-group .woocommerce-result-count {
  margin-left: auto; }
.otf-sorting .woocommerce-ordering select {
  height: 2.5em; }
.otf-sorting .display-mode {
  min-width: 74px; }
.otf-sorting .display-mode button {
    background-color: #fff;
    line-height: 1;
    font-size: inherit;
    height: 2.5em;
    width: 2.5em;
    -webkit-appearance: none; }
.otf-sorting .display-mode button+button {
      margin-left: -1px; }
.otf-sorting .display-mode button.active,.otf-sorting .display-mode button:hover {
      background-color: #fff;
      -webkit-appearance: none;
      box-shadow: none; }
.columns-5 .woocommerce-loop-product__title,.columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-6 .woocommerce-loop-product__title {
  font-size: 15px;
  font-size: .9375rem; }
/**
 * Reviews
 */
#reviews {
  outline: none; }
#reviews #comments {
    padding-top: 0; }
#reviews .comment-reply-title {
    display: none; }
#reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0 !important; }
#reviews .commentlist li {
      margin-bottom: 2.61792em;
      list-style: none;
      clear: both; }
#reviews .commentlist li:after,#reviews .commentlist li:before {
        content: "";
        display: table; }
#reviews .commentlist li:after {
        clear: both; }
#reviews .commentlist li .comment_container {
        border-radius: 3px; }
#reviews .commentlist li .comment_container:after,#reviews .commentlist li .comment_container:before {
          content: "";
          display: table; }
#reviews .commentlist li .comment_container:after {
          clear: both; }
#reviews .commentlist li .comment_container .comment-text .star-rating {
          float: right;
          font-size: .875em;
          line-height: 1;
          height: 1em; }
#reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
#reviews .commentlist li time {
        opacity: .5;
        font-size: .875em; }
#reviews .commentlist li .comment-text .meta * {
        font-size: 14px;
        font-size: .875rem;
        color: #000;
        line-height: 30px; }
#reviews .commentlist li .avatar {
        height: auto; }
.opal-comment-1 #reviews .commentlist li .avatar,.opal-comment-3 #reviews .commentlist li .avatar,.opal-comment-6 #reviews .commentlist li .avatar {
          left: 0; }
#reviews .commentlist li p.meta {
        margin-bottom: 1em; }
#reviews .commentlist li p.meta strong {
          line-height: 1; }
#reviews .commentlist li p.meta .verified {
          font-style: normal;
          font-size: .875em; }
#reviews .commentlist li p.meta .woocommerce-review__dash {
          display: none; }
#reviews .commentlist li ul.children {
        padding-top: 1.618em; }
#reviews .commentlist li ul.children li {
          margin-bottom: 1.618em; }
#reviews .commentlist li ul.children li:last-child {
            margin-bottom: 0; }
#reviews .comment-form-author,#reviews .comment-form-email {
    width: 100%; }
#reviews .comment-form-email {
    margin-right: 0; }
.woocommerce-Tabs-panel table.shop_attributes {
  border: 1px solid #e9ecef; }
.woocommerce-Tabs-panel table.shop_attributes td,.woocommerce-Tabs-panel table.shop_attributes th {
    border: 1px solid #e9ecef;
    padding: 10px 20px; }
.woocommerce-Tabs-panel table.shop_attributes th {
    background-color: #f4f4f4;
    width: 150px; }
/**
 * Single Product
 */
.site-main&gt;.product&gt;.onsale {
  position: absolute;
  z-index: 10; }
.single-product .pswp__button {
  background-color: transparent; }
.single-product div.product {
  position: relative;
  overflow: hidden; }
.single-product div.product .entry-summary {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; }
.single-product div.product .images {
    padding: 0 15px; }
.single-product div.product .product_title {
    font-size: 40px;
    font-size: 2.5rem; }
.single-product div.product .images,.single-product div.product .summary,.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.61792em;
    margin-top: 0; }
.single-product div.product .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3.70633em; }
.single-product div.product .woocommerce-product-gallery .zoomImg {
      background-color: #fff; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 0;
      right: 30px;
      height: 2em;
      width: 2em;
      z-index: 99; }
.single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 10px;
      flex: 0 0 calc(100% - 100px); }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0 -10px 0 0;
      flex: 0 0 100px;
      padding: 0; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        padding-left: 0;
        list-style: none;
        cursor: pointer;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 5px;
        padding-right: 5px; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5;
          transition: all,ease,.2s; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      flex: 0 0 50%;
      max-width: 50%; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      flex: 0 0 20%;
      max-width: 20%; }
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
.single-product div.product .images {
    margin-bottom: 3.70633em; }
.single-product div.product .images .woocommerce-main-image {
      margin-bottom: 1.618em; }
.single-product div.product .images .thumbnails:after,.single-product div.product .images .thumbnails:before {
      content: "";
      display: table; }
.single-product div.product .images .thumbnails:after {
      clear: both; }
.single-product div.product .images .thumbnails a.zoom {
      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 {
    margin-bottom: 1.618em;
    padding: 1em 0; }
.single-product div.product form.cart:after,.single-product div.product form.cart:before {
      content: "";
      display: table; }
.single-product div.product form.cart:after {
      clear: both; }
.single-product div.product form.cart .quantity {
      margin-right: 30px;
      width: 145px; }
.single-product div.product form.cart .quantity input[type=button] {
        background-color: transparent;
        padding: .5rem 0;
        width: 30%;
        height: 100%;
        color: #000; }
.single-product div.product form.cart .quantity input[type=button]:active,.single-product div.product form.cart .quantity input[type=button]:focus,.single-product div.product form.cart .quantity input[type=button]:hover {
          outline: none;
          box-shadow: none; }
.single-product div.product form.cart .quantity input[type=number] {
        padding: .5rem 0;
        width: 40%;
        height: 100%;
        background-color: transparent; }
.single-product div.product .summary .price {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 1em 0; }
.single-product div.product .summary .price ins {
      background-color: transparent; }
.single-product div.product .summary .price del {
      font-size: 30px;
      font-size: 1.875rem;
      color: #767676; }
.single-product div.product table.variations tr select {
    margin-top: 1em; }
.single-product div.product table.variations td,.single-product div.product table.variations th {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    background-color: transparent; }
.single-product div.product table.variations select {
    height: 2em; }
.single-product div.product table.variations .value {
    margin-bottom: 1em;
    position: relative; }
.single-product div.product table.variations .value select {
      padding: 0 10px; }
.single-product div.product table.variations .value select+.reset_variations {
        margin-top: 0; }
.single-product div.product .single_variation .price {
    margin-bottom: 1em; }
.single-product div.product .variations_button {
    padding-top: 1em; }
.single-product div.product .variations_button:after,.single-product div.product .variations_button:before {
      content: "";
      display: table; }
.single-product div.product .variations_button:after {
      clear: both; }
.single-product div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    margin-top: -.875em; }
.single-product div.product .woocommerce-product-rating:after,.single-product div.product .woocommerce-product-rating:before {
      content: "";
      display: table; }
.single-product div.product .woocommerce-product-rating:after {
      clear: both; }
.single-product div.product .woocommerce-product-rating a {
      text-decoration: underline;
      font-size: 14px;
      font-size: .875rem;
      color: #767676; }
.single-product div.product .woocommerce-product-rating a:hover {
        text-decoration: none; }
.single-product div.product .woocommerce-product-rating .star-rating {
      margin-right: .61805em; }
.single-product div.product .product_meta {
    font-size: .875em;
    padding: 1em 0; }
.single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as {
      color: #000; }
.single-product div.product .product_meta .posted_in:last-child,.single-product div.product .product_meta .sku_wrapper:last-child,.single-product div.product .product_meta .tagged_as:last-child {
        border-bottom: 0; }
.single-product div.product .product_meta .posted_in a,.single-product div.product .product_meta .posted_in span,.single-product div.product .product_meta .sku_wrapper a,.single-product div.product .product_meta .sku_wrapper span,.single-product div.product .product_meta .tagged_as a,.single-product div.product .product_meta .tagged_as span {
        color: #767676; }
.single-product div.product .product_meta a {
      text-decoration: underline; }
.single-product div.product .product_meta a:hover {
        text-decoration: none; }
.single-product[class*=opal-comment-form] .comment-form .comment-form-author,.single-product[class*=opal-comment-form] .comment-form .comment-form-email,.single-product[class*=opal-comment-form] .comment-form .comment-notes {
  order: unset; }
.single-product[class*=opal-comment-form] .comment-form .form-submit {
  margin-top: 20px; }
.single-product[class*=product-style] .stock.out-of-stock {
  position: static;
  background-color: transparent; }
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 15px; }
.single-product .entry-summary .yith-wcwl-add-to-wishlist a {
    font-weight: 500; }
.single-product .product-navigator #older-nav:after {
  content: url(assets/images/left-arrow.png); }
.single-product .product-navigator #newer-nav:before {
  content: url(assets/images/right-arrow.png); }
[class*=product-style] .out-of-stock {
  position: absolute; }
.woocommerce-tabs {
  padding: 1em 0;
  width: 100%; }
.woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    border-bottom: 1px solid rgba(0,0,0,.05); }
.woocommerce-tabs ul.tabs li {
      position: relative; }
.woocommerce-tabs ul.tabs li a {
        padding: 1em 2em;
        font-weight: 600;
        font-size: 1.25rem; }
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #000; }
.woocommerce-tabs#otf-accordion-container [data-accordion] [data-control] {
    font-size: 1.25rem;
    font-weight: 700; }
.woocommerce-tabs#otf-accordion-container [data-accordion] [data-control]: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: "\f067";
      float: right;
      line-height: inherit;
      font-size: 1rem; }
.woocommerce-tabs#otf-accordion-container [data-accordion].open [data-control]:after {
    content: "\f068"; }
.single-product.otf_woocommerce_single_product_style_full #content {
  max-width: 1710px; }
.single-product .single_add_to_cart_button {
  padding: 1em;
  flex-basis: 350px; }
.single-product .single_add_to_cart_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: "\f067";
    font-size: .875em; }
.single-product .woocommerce-product-details__short-description ul {
  padding-left: 1.5em; }
.single-product table.variations {
  margin-bottom: 1em; }
.single-product table.variations label {
    font-weight: 700; }
.single-product .tawcvs-swatches {
  display: inline-block; }
.single-product .tawcvs-swatches .swatch {
    height: 40px;
    width: 40px;
    line-height: 40px; }
.single-product .tawcvs-swatches .swatch:after {
      position: absolute;
      top: 0;
      right: 0;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      border-style: solid;
      border-width: 5px; }
.single-product .tawcvs-swatches .swatch.selected {
      box-shadow: none; }
.single-product .tawcvs-swatches .swatch.selected:after {
        content: ""; }
.single-product .tawcvs-swatches .swatch-color.selected:before {
    top: 12px;
    left: 16px; }
.single-product a.reset_variations {
  vertical-align: top;
  font-weight: 500;
  font-size: .85em;
  display: block;
  padding-bottom: 1em;
  margin-top: -1em; }
.single-product a.reset_variations:before {
    content: "\f00d";
    display: none; }
.single-product .woocommerce-tabs ul li a {
  padding: 1em .5em; }
.single-product div.product .product_title {
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: .6em; }
.single-product div.product .summary .price {
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 600;
  letter-spacing: -.025em; }
.single-product div.product .summary .price del+ins {
    float: left;
    margin-left: 0;
    margin-right: 1rem; }
.single-product div.product .price {
  font-weight: 600;
  letter-spacing: -.025em; }
.single-product div.product .variations_button {
  padding-top: 0;
  flex-flow: wrap; }
.single-product div.product .product_meta span {
  font-weight: 700; }
.single-product div.product .product_meta span&gt;* {
    font-weight: 400; }
.single-product .star-rating {
  line-height: 2; }
.single-product .onsale {
  left: 35px;
  top: 20px;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  padding: .4em 1em; }
.single-product .single_add_to_cart_button,.single-product form.cart .quantity {
  margin-top: 15px;
  margin-bottom: 15px; }
.single-product.woocommerce-single-style-1 div.product .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 0 15px; }
.single-product.woocommerce-single-style-1 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 15px; }
.single-product.woocommerce-single-style-2 div.product .entry-summary .price del+ins,.single-product.woocommerce-single-style-3 div.product .entry-summary .price del+ins {
  float: unset; }
.single-product.woocommerce-single-style-2 div.product .woocommerce-product-details__short-description ul,.single-product.woocommerce-single-style-3 div.product .woocommerce-product-details__short-description ul {
  list-style: none;
  padding-left: 0; }
.single-product.woocommerce-single-style-2 div.product .woocommerce-product-rating,.single-product.woocommerce-single-style-3 div.product .woocommerce-product-rating {
  justify-content: center; }
.single-product.woocommerce-single-style-2 div.product .product_meta,.single-product.woocommerce-single-style-3 div.product .product_meta {
  border-bottom: none; }
.single-product.woocommerce-single-style-2 div.product table.variations,.single-product.woocommerce-single-style-3 div.product table.variations {
  width: auto; }
.single-product.woocommerce-single-style-2 div.product .single_variation_wrap,.single-product.woocommerce-single-style-3 div.product .single_variation_wrap {
  flex-flow: column; }
.single-product.woocommerce-single-style-2 div.product .woocommerce-tabs,.single-product.woocommerce-single-style-3 div.product .woocommerce-tabs {
  border-color: #e9ecef; }
.single-product.woocommerce-single-style-2 div.product .woocommerce-tabs ul.tabs,.single-product.woocommerce-single-style-3 div.product .woocommerce-tabs ul.tabs {
    border-bottom: none; }
.single-product .woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-right: 5px; }
.single-product .woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-left: 5px; }
.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 0 15px; }
.single-product.woocommerce-single-style-4 div.product .woocommerce-variation-add-to-cart {
  flex-flow: wrap; }
.single-product.woocommerce-single-style-4 div.product .single_add_to_cart_button {
  margin-top: 30px;
  flex-basis: 100%; }
.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs {
  border-color: #e9ecef; }
.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs ul.tabs {
    border-bottom: none; }
.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs ul.tabs li a {
      padding: 1em .5em; }
.opal-archive-style-3:not(.woocommerce).archive .single-product.woocommerce-single-style-5 .site-main&gt;.product .site-main,.opal-archive-style-3:not(.woocommerce).blog .single-product.woocommerce-single-style-5 .site-main&gt;.product .site-main,.opal-archive-style-4.archive .single-product.woocommerce-single-style-5 .site-main&gt;.product .site-main,.opal-archive-style-4.blog .single-product.woocommerce-single-style-5 .site-main&gt;.product .site-main,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .single-product.woocommerce-single-style-5 .site-main&gt;.product .woof_redraw_zone,.opal-canvas-filter.top .single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-canvas-filter-wrap,.opal-comment-form-2 .single-product.woocommerce-single-style-5 .site-main&gt;.product .comment-form,.opal-comment-form-3 .single-product.woocommerce-single-style-5 .site-main&gt;.product .comment-form,.opal-comment-form-4 .single-product.woocommerce-single-style-5 .site-main&gt;.product .comment-form,.opal-comment-form-6 .single-product.woocommerce-single-style-5 .site-main&gt;.product .comment-form,.product-style-8 .woocommerce-product-list:not(.skin-border-box) .single-product.woocommerce-single-style-5 .site-main&gt;.product .products,.product-style-10 .woocommerce-product-list .single-product.woocommerce-single-style-5 .site-main&gt;.product .products,.single-product.woocommerce-single-style-5 .site-main&gt;.product .list-feature-box,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-archive-style-3:not(.woocommerce).archive .site-main,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-archive-style-3:not(.woocommerce).blog .site-main,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-archive-style-4.archive .site-main,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-archive-style-4.blog .site-main,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-canvas-filter.top .opal-canvas-filter-wrap,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-comment-form-2 .comment-form,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-comment-form-3 .comment-form,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-comment-form-4 .comment-form,.single-product.woocommerce-single-style-5 .site-main&gt;.product .opal-comment-form-6 .comment-form,.single-product.woocommerce-single-style-5 .site-main&gt;.product .otf-sorting,.single-product.woocommerce-single-style-5 .site-main&gt;.product .product-style-8 .woocommerce-product-list:not(.skin-border-box) .products,.single-product.woocommerce-single-style-5 .site-main&gt;.product .product-style-10 .woocommerce-product-list .products,.single-product.woocommerce-single-style-5 .site-main&gt;.product .row,.single-product.woocommerce-single-style-5 .site-main&gt;.product .single .gallery,.single-product.woocommerce-single-style-5 .site-main&gt;.product .site-footer .widget-area,.single-product.woocommerce-single-style-5 .site-main&gt;.product .widget .gallery,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-account .entry-content&gt;.woocommerce,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-address-fields__field-wrapper,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-Addresses,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-cart .woocommerce,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-columns--addresses,.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-MyAccount-content form[class^=woocommerce-],.single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce .woocommerce-carousel,.single-product.woocommerce-single-style-5 .site-main&gt;.product [data-opal-columns],.single-product.woocommerce-single-style-5 .site-main&gt;.product body.opal-content-layout-2cl #content .wrap,.single-product.woocommerce-single-style-5 .site-main&gt;.product body.opal-content-layout-2cr #content .wrap,.single-product.woocommerce-single-style-5 .site-main&gt;.product div.product,.single-product.woocommerce-single-style-5 .site-main&gt;.product div.product .woocommerce-product-gallery .flex-control-thumbs,.single-product.woocommerce-single-style-5 .site-main&gt;.product form.track_order,.single-product.woocommerce-single-style-5 .site-main&gt;.product ul.products,.single-product.woocommerce-single-style-5 div.product .woocommerce-product-gallery .site-main&gt;.product .flex-control-thumbs,.single .single-product.woocommerce-single-style-5 .site-main&gt;.product .gallery,.site-footer .single-product.woocommerce-single-style-5 .site-main&gt;.product .widget-area,.widget .single-product.woocommerce-single-style-5 .site-main&gt;.product .gallery,.woocommerce-account .single-product.woocommerce-single-style-5 .site-main&gt;.product .entry-content&gt;.woocommerce,.woocommerce-billing-fields .single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-billing-fields__field-wrapper,.woocommerce-cart .single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce,.woocommerce-MyAccount-content .single-product.woocommerce-single-style-5 .site-main&gt;.product form[class^=woocommerce-],.woocommerce-single-style-5.single-product .site-main&gt;.product .site-main&gt;.product,.woocommerce .single-product.woocommerce-single-style-5 .site-main&gt;.product .woocommerce-carousel,body.opal-content-layout-2cl #content .single-product.woocommerce-single-style-5 .site-main&gt;.product .wrap,body.opal-content-layout-2cr #content .single-product.woocommerce-single-style-5 .site-main&gt;.product .wrap {
  margin: 0; }
.single-product.woocommerce-single-style-5 .site-main&gt;.product .single-style-5-wrap .onsale {
  left: calc(33.33% + 30px); }
.single-product.woocommerce-single-style-5 div.product .woocommerce-cart .price {
  margin-top: 0;
  padding-top: 1em; }
.single-product.woocommerce-single-style-5 div.product .product_title {
  padding-bottom: 2em; }
.single-product.woocommerce-single-style-5 div.product .woocommerce-cart .single_add_to_cart_button {
  flex-basis: auto; }
.single-product.woocommerce-single-style-5 div.product .product_meta {
  border-bottom: none; }
.single-product.woocommerce-single-style-5 div.product .woocommerce-product-details__short-description {
  font-size: 14px;
  font-size: .875rem; }
.single-product.woocommerce-single-style-5 div.product .woocommerce-cart .reset_variations {
  position: static; }
.single-product #reviews .commentlist li .comment_container {
  box-shadow: none;
  border-color: #e9ecef;
  padding: 2.5em 0; }
.single-product .stock.out-of-stock {
  position: static;
  background-color: transparent; }
.single-product#yith-quick-view-content a.reset_variations {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block; }
.ywsfd-wrapper h2:first-of-type {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-top: 1em;
  line-height: 30px; }
.ywsfd-wrapper .ywsfd-social {
  margin-top: 0;
  border: none;
  text-align: left;
  display: inline-block;
  margin-bottom: 0; }
.button-wrapper #chart-button {
  background-color: transparent;
  padding: 0;
  text-decoration: underline; }
.button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: transparent; }
.remodal .remodal-close:focus,.remodal .remodal-close:hover {
  color: #fff; }
.otf-wrap-swatches {
  transition: all .35s ease-in-out; }
.otf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
.otf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
.otf-wrap-swatches .swatch-label {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    padding: 0 3px;
    line-height: 18px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ebebeb; }
.otf-wrap-swatches .swatch-label.checked {
      background-color: #000;
      color: #fff; }
.otf-wrap-swatches .swatch-image {
    font-size: 0;
    display: inline-block;
    border-radius: 50%; }
.otf-wrap-swatches .swatch-image,.otf-wrap-swatches .swatch-image img {
    height: 20px;
    width: 20px; }
.otf-wrap-swatches .swatch-color.checked:after,.otf-wrap-swatches .swatch-image.checked:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000; }
.product-image-swatch+.product-image {
  display: none !important; }
.product-swatch-loading .product-img-wrap:after {
  font-family: FontAwesome;
  content: "\f110";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  animation: a 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,.3); }
.widget.widget-woof,.widget.WOOF_Widget {
  padding-bottom: 0;
  margin-bottom: 0; }
.widget .woof_products_top_panel {
  padding: 0 15px;
  border-width: 1px 0;
  border-style: solid; }
.widget .woof_products_top_panel li span {
    font-weight: 500;
    font-size: .85em; }
.widget .woof label {
  margin-bottom: 0 !important;
  margin-left: 0 !important; }
.widget .woof_list li {
  margin: -1px 0 0 !important;
  border: none; }
.widget .woof_list_label li {
  border: none !important;
  position: relative; }
.widget .woof_list_label li .woof_label_count {
    right: 0; }
.widget .woof_list_label li .woof_label_term {
    width: auto;
    height: auto;
    line-height: 1.5;
    background: #e9ecef;
    border: none;
    font-size: 12px;
    padding: 6px 10px;
    letter-spacing: .1em;
    font-weight: 300; }
.widget .woof_list_label li .woof_label_term.checked,.widget .woof_list_label li .woof_label_term:hover {
      background-color: #000;
      color: #fff; }
.widget ul.woof_list_color li {
  border: none !important;
  margin-right: 10px !important; }
.widget .woof_list_checkbox input[type=checkbox] {
  display: none; }
.widget .woof_list_checkbox input[type=checkbox]+label {
    padding-left: 30px;
    position: relative; }
.widget .woof_list_checkbox input[type=checkbox]+label:before {
      content: "";
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
.widget .woof_list_checkbox input[type=checkbox]+label:after {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 18px;
      font-size: 1.125rem;
      position: absolute;
      top: 50%;
      left: 2px;
      transform: translateY(-50%);
      display: none; }
.widget .woof_list_checkbox input[type=checkbox]:checked+label {
    font-weight: 700; }
.widget .woof_list_checkbox input[type=checkbox]:checked+label:after {
      display: block; }
.widget .woof_list_radio input[type=radio] {
  display: none; }
.widget .woof_list_radio input[type=radio]+label {
    padding-left: 30px;
    position: relative; }
.widget .woof_list_radio input[type=radio]+label:before {
      content: "";
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
.widget .woof_list_radio input[type=radio]+label:after {
      content: "";
      height: 8px;
      width: 8px;
      position: absolute;
      background-color: #000;
      top: 50%;
      left: 6px;
      transform: translateY(-50%);
      display: none; }
.widget .woof_list_radio input[type=radio]:checked+label {
    font-weight: 700; }
.widget .woof_list_radio input[type=radio]:checked+label:after {
    display: block; }
.widget .woof_list_radio .woof_radio_term_reset img {
  display: none; }
.widget .woof_color_term {
  border-width: 1px;
  opacity: .5; }
.widget .woof_color_term.checked {
    opacity: 1; }
.widget .woof_container:last-child {
  border: none !important;
  margin-bottom: 0 !important; }
.widget .woof_container .woof_container_inner {
  padding-bottom: 40px; }
.widget .woof_container h4 {
  margin-bottom: 15px !important; }
.woof_container_productsize ul {
  columns: 2; }
/**
 * Widgets
 */
.widget_product_brands ul,.widget_rating_filter ul,.woocommerce-widget-layered-nav ul {
  margin: 0; }
.widget_product_brands ul li a,.widget_rating_filter ul li a,.woocommerce-widget-layered-nav ul li a {
    position: relative;
    padding-left: 25px; }
.widget_product_brands ul li a:before,.widget_rating_filter ul li a:before,.woocommerce-widget-layered-nav ul li a:before {
      content: "";
      height: 16px;
      width: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      border-color: #d1d1d1; }
.widget_product_brands ul li.chosen a:after,.widget_rating_filter ul li.chosen a:after,.woocommerce-widget-layered-nav ul li.chosen a:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: .75rem;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    color: #fff; }
.widget_product_brands input[type=text] {
  margin-top: 25px;
  margin-bottom: 20px; }
.otf-active-filters {
  margin-top: -10px;
  margin-bottom: 10px; }
.otf-active-filters li {
    display: inline-block;
    margin-right: 10px; }
.otf-active-filters li a {
      color: #999;
      padding: 3px 12px;
      position: relative;
      font-size: 13px;
      font-size: .8125rem; }
.otf-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: .9375rem;
        position: absolute;
        top: -6px;
        left: -6px; }
.otf-active-filters li a:hover:before {
        color: #ff4a5d; }
.otf-active-filters .widget_layered_nav_filters {
    display: inline-block;
    margin-left: 10px; }
.otf-active-filters .otf_active_filters_label {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    display: none; }
.otf-active-filters .clear-all {
    display: none;
    font-size: 13px;
    font-size: .8125rem;
    padding-left: 10px; }
.otf-active-filters div+.otf_active_filters_label {
    display: inline-block;
    float: left;
    margin-top: 5px; }
.otf-active-filters div~.clear-all {
    display: inline-block;
    line-height: 1.2; }
.woocommerce-widget-layered-nav ul li a.otf-color-type {
  padding-left: 40px; }
.woocommerce-widget-layered-nav ul li a.otf-color-type:before,.woocommerce-widget-layered-nav ul li a.otf-label-type:after,.woocommerce-widget-layered-nav ul li a.otf-label-type:before {
  display: none; }
.woocommerce-widget-layered-nav ul li.chosen a.otf-color-type:before {
  width: 30px;
  height: 30px;
  border-radius: 0;
  display: block;
  z-index: 2;
  background-color: transparent; }
.woocommerce-widget-layered-nav ul li.chosen a.otf-color-type:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-15px);
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-style: solid;
  border-width: 5px; }
.woocommerce-widget-layered-nav ul li.chosen a.otf-label-type {
  color: #fff; }
.woocommerce-widget-layered-nav ul li.chosen a.otf-label-type:after {
    display: none; }
.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 .otf-color-type .color-label {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-shadow: 0 0 1px rgba(0,0,0,.2); }
.woocommerce-widget-layered-nav .otf-color-type .color-name {
  line-height: 30px; }
.woocommerce-widget-layered-nav .otf-label-type {
  padding: 7px;
  min-width: 38px;
  display: inline-block;
  font-weight: 600;
  text-align: center; }
.product_list_widget,.woocommerce-product-list {
  list-style: none;
  margin-left: 0; }
.product_list_widget li,.woocommerce-product-list li {
    list-style: none;
    width: 100%; }
.product_list_widget li:not(.woocommerce-mini-cart-item),.woocommerce-product-list li:not(.woocommerce-mini-cart-item) {
      display: flex; }
.product_list_widget li:after,.product_list_widget li:before,.woocommerce-product-list li:after,.woocommerce-product-list li:before {
      content: "";
      display: table; }
.product_list_widget li:after,.woocommerce-product-list li:after {
      clear: both; }
.product_list_widget li .inner,.woocommerce-product-list li .inner {
      padding: 1em 0;
      display: flex;
      width: 100%; }
.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: 50%;
      width: auto; }
.product_list_widget li .product-content,.woocommerce-product-list li .product-content {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: .5em 0; }
.product_list_widget li .product-title,.woocommerce-product-list li .product-title {
      font-size: 1em;
      line-height: 1.5;
      font-weight: 400; }
.product_list_widget li .product-title+.product-price,.woocommerce-product-list li .product-title+.product-price {
        margin-top: 0; }
.product_list_widget li .product-price,.woocommerce-product-list li .product-price {
      margin-top: .875em; }
.product_list_widget li&gt;a,.woocommerce-product-list li&gt;a {
      display: block; }
.product_list_widget li:first-child:before,.woocommerce-product-list li:first-child:before {
      content: none; }
.product_list_widget li .star-rating,.woocommerce-product-list li .star-rating {
      margin-bottom: 10px; }
.product_list_widget li .star-rating+.product-price,.woocommerce-product-list li .star-rating+.product-price {
        margin-top: 0; }
.product_list_widget li .posted_in,.woocommerce-product-list li .posted_in {
      font-size: .875em;
      display: none; }
.product_list_widget .amount,.woocommerce-product-list .amount {
    font-weight: 700;
    color: #ff4a5d; }
.product_list_widget ins,.woocommerce-product-list ins {
    background: transparent;
    float: left;
    margin-right: 10px; }
.product_list_widget ins .amount,.woocommerce-product-list ins .amount {
      color: #ff4a5d; }
.product_list_widget del,.woocommerce-product-list del {
    opacity: .4; }
.product_list_widget del .amount,.woocommerce-product-list del .amount {
      color: #000; }
.woocommerce-product-list.boxed li {
  background-color: #fff;
  padding-right: 1em;
  padding-left: 1em; }
.woocommerce-product-list.boxed .product-content {
  padding: 1.5em 0; }
.woocommerce-product-list.boxed .product-excerpt {
  order: 5; }
.woocommerce-product-list.boxed .star-rating {
  margin-top: .8em;
  margin-bottom: 0;
  order: 4; }
.woocommerce-product-list.boxed .product-price {
  margin-top: 1em; }
.woocommerce-product-list.skin-line-bottom li {
  padding-top: 0;
  padding-bottom: 0; }
.woocommerce-product-list.skin-line-bottom li .inner {
    padding-top: 20px;
    padding-bottom: 20px; }
.woocommerce-product-list.skin-line-bottom .product-content {
  padding: 0;
  justify-content: space-between; }
.woocommerce-product-list.skin-line-bottom .product-content&gt;* {
    margin: 0; }
.woocommerce-product-list.skin-border-box li {
  margin-bottom: 20px; }
.woocommerce-product-list.skin-line-right .posted_in {
  order: -1;
  margin-bottom: 5px;
  margin-top: 10px; }
.woocommerce-product-list.skin-line-right .product-content {
  padding-right: 10px; }
.woocommerce-product-list.skin-line-right .product-price {
  margin-top: 0; }
.woocommerce-product-list.skin-line-right li {
  padding: 20px 0 !important; }
.woocommerce-product-list.skin-line-right li .inner {
    padding-top: 0;
    padding-bottom: 0; }
.woocommerce-product-list.big-typo .product-title {
  margin-top: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1em; }
.woocommerce-product-list.big-typo .product-excerpt {
  margin-top: 1.7em;
  line-height: 30px; }
.woocommerce-product-list.big-typo .product-content {
  padding: 1.5em 30px 1.5em 0; }
.woocommerce-product-list li {
  border: none;
  box-sizing: border-box; }
.woocommerce-product-list li .posted_in {
    line-height: 1.2;
    display: block; }
.woocommerce-product-list li .posted_in a {
      color: #a3a5a7; }
.woocommerce-product-list .product-excerpt {
  margin-top: 15px; }
.columns-1 .woocommerce-product-list.skin-line-bottom li:first-child .inner,.columns-1 .woocommerce-product-list.skin-line-right li:nth-child(1n) .inner,.columns-2 .woocommerce-product-list.skin-line-bottom li:first-child .inner {
  border: none; }
.columns-2 .woocommerce-product-list.skin-line-right li:nth-child(2n) .inner,.columns-3 .woocommerce-product-list.skin-line-bottom li:first-child .inner {
  border: none; }
.columns-3 .woocommerce-product-list.skin-line-right li:nth-child(3n) .inner,.columns-4 .woocommerce-product-list.skin-line-bottom li:first-child .inner {
  border: none; }
.columns-4 .woocommerce-product-list.skin-line-right li:nth-child(4n) .inner,.columns-5 .woocommerce-product-list.skin-line-bottom li:first-child .inner {
  border: none; }
.columns-5 .woocommerce-product-list.skin-line-right li:nth-child(5n) .inner,.columns-6 .woocommerce-product-list.skin-line-bottom li:first-child .inner {
  border: none; }
.columns-6 .woocommerce-product-list.skin-line-right li:nth-child(6n) .inner {
  border: none; }
.widget ul.products li.product a {
  text-decoration: none; }
.widget_products a {
  display: block; }
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
.widget_shopping_cart .product_list_widget li {
    position: relative; }
.widget_shopping_cart .product_list_widget li img {
      margin-right: 15px; }
.widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: .6em;
      right: 0;
      opacity: 1; }
.widget_shopping_cart p.buttons,.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0; }
.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0,0,0,.05); }
.widget_shopping_cart .buttons .button {
  display: block;
  height: auto; }
.widget_shopping_cart .buttons .button:nth-child(odd) {
    margin-bottom: .61805em;
    display: block; }
.widget.woocommerce li .count {
  font-size: 1em; }
.widget_price_filter .price_slider {
  margin-bottom: 1em; }
.widget_price_filter .price_slider_amount {
  line-height: 2.4em; }
.widget_price_filter .price_slider_amount input[type=text] {
    display: none; }
.widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  opacity: 1;
  top: -6px; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -14px; }
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 .236em rgba(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;
  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,.1);
  margin-top: 2em; }
.widget_price_filter .ui-slider-horizontal {
  height: 3px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }
.widget_product_search form input[type=submit] {
  display: none; }
.search-form-wapper .input-group,.search-form-wapper .input-group-btn,.search-form-wapper .search-form {
  border-radius: inherit !important; }
.search-form-wapper .search-submit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }
.search-form-wapper input[type=search] {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important; }
.opal-style-1.search-form-wapper .dgwt-wcas-preloader,.opal-style-1.search-form-wapper .input-group-btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 4; }
.opal-style-1.search-form-wapper input[type=search] {
  border-radius: inherit !important;
  padding-left: 55px;
  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 .dgwt-wcas-preloader,.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 .dgwt-wcas-preloader,.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; }
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none; }
#yith-quick-view-content.single-product div.product {
  margin: 0; }
#yith-quick-view-content.single-product div.product .summary-content h1.product_title {
    padding-top: 0;
    padding-top: .5em;
    margin: 0; }
#yith-quick-view-content.single-product div.product .summary .price {
    margin-top: 15px; }
#yith-quick-view-content.single-product div.product .woocommerce-product-rating {
    margin: 10px 0; }
#yith-quick-view-content .out-of-stock {
  position: static; }
#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px; }
#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0; }
.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle; }
.otf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px; }
.otf-product-deal .woocommerce-product-list li .inner {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
.otf-product-deal .woocommerce-product-list li p {
    margin: 0; }
.otf-product-deal .woocommerce-product-list li .product-thumbnail {
    margin-right: 0;
    padding: 0;
    max-width: 100%; }
.otf-product-deal .woocommerce-product-list .product-content {
  padding: 30px; }
.otf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500; }
.otf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em; }
.otf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px; }
.otf-product-deal .woocommerce-product-list .opal-countdown .day:after,.otf-product-deal .woocommerce-product-list .opal-countdown .hours:after,.otf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
  content: ""; }
.otf-product-deal .woocommerce-product-list .opal-countdown .countdown-times&gt;div {
  text-transform: capitalize; }
.otf-product-deal .woocommerce-product-list .opal-countdown b {
  min-width: 50px;
  background-color: transparent;
  font-size: 1.25em;
  line-height: 30px;
  min-height: 30px; }
.otf-product-deal .woocommerce-product-list .opal-countdown .day {
  text-align: left;
  padding-right: 10px; }
.otf-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; }
/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: .875em;
  padding: 1em 1.387rem; }
.woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 .54079em; }
/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  padding: 1.41575em 99em;
  margin-left: -99em;
  margin-right: -99em;
  margin-bottom: 4.2358em; }
@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem; }
}
#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  box-shadow: 0 0 10px rgba(0,0,0,.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: e .45s infinite linear;
    -webkit-animation: e .45s infinite linear;
    margin: 30px auto;
    margin: 10px auto; }
body.opal-filter-loading #content {
  opacity: .76; }
body.opal-filter-loading #content * {
    pointer-events: none; }
/* endinject */
/* inject:product-block */
/* endinject */
/* ===== End Woocommerce ===== */
#cookie-notice{
	width: 270px;
	margin-bottom: 20px;
	margin-left: 20px;
	min-width: unset;
}
#cookie-notice .cn-button{
	margin-top: 10px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
}
@media all and (max-width: 768px){
	#cookie-notice{
		width: auto;
		margin-right: 20px;
	}
}</pre></body></html>