@charset "UTF-8";
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}/*!
 *  Font Awesome 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(//dwmartins.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//dwmartins.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//dwmartins.com/wp-content/themes/auros/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>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 {
  float: left; }

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

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

.elementor-menu-toggle.elementor-active i:before,.elementor-menu-toggle i:before,.elementor-widget-opal-search-form .fa-search:before,.handheld-footer-bar .cart .footer-cart-contents:before,.handheld-footer-bar .my-account .my-accrount-footer:before,.handheld-footer-bar .search .search-footer:before,.opal-icon,.select-selected:before,.shop-action .compare:before,.shop-action .woosw-btn:before,.shop-action .yith-wcqv-button:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before,.single-product .single_add_to_cart_button.disabled[type=submit]:before,.single-product .single_add_to_cart_button:before,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before,.wishlist-empty:before,.woocommerce-cart .cart-empty:before,[class*=opal-icon-]:before {
  font-family: opal-icon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none; }

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

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

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

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

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

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

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

.handheld-footer-bar .cart .footer-cart-contents:before,.opal-icon-cart:before,.single-product .single_add_to_cart_button.disabled[type=submit]:before,.single-product .single_add_to_cart_button:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opal-icon-grid1:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.elementor-widget-opal-search-form .fa-search:before,.opal-icon-search3:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.opal-icon-wishlist-fill:before,.shop-action .woosw-btn.woosw-added:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
  content: ""; }

.opal-icon-wishlist:before,.shop-action .woosw-btn:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before {
  content: ""; }

.opal-icon-zoom-in:before {
  content: ""; }/*rtl:begin:ignore*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel,.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage,.woocommerce-product-carousel ul.products .owl-stage,.woocommerce .woocommerce-carousel ul.products .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after,.woocommerce-product-carousel ul.products .owl-stage:after,.woocommerce .woocommerce-carousel ul.products .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer,.woocommerce-product-carousel ul.products .owl-stage-outer,.woocommerce .woocommerce-carousel ul.products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translateZ(0); }
  .owl-carousel .owl-item,.owl-carousel .owl-wrapper,.woocommerce-product-carousel ul.products .owl-item,.woocommerce-product-carousel ul.products .owl-wrapper,.woocommerce .woocommerce-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0); }
  
  .owl-carousel .owl-item,.woocommerce-product-carousel ul.products .owl-item,.woocommerce .woocommerce-carousel ul.products .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.woocommerce-product-carousel ul.products .owl-dots.disabled,.woocommerce-product-carousel ul.products .owl-nav.disabled,.woocommerce .woocommerce-carousel ul.products .owl-dots.disabled,.woocommerce .woocommerce-carousel ul.products .owl-nav.disabled {
    display: none; }
  .owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev,.woocommerce-product-carousel ul.products .owl-dot,.woocommerce-product-carousel ul.products .owl-nav .owl-next,.woocommerce-product-carousel ul.products .owl-nav .owl-prev,.woocommerce .woocommerce-carousel ul.products .owl-dot,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-next,.woocommerce .woocommerce-carousel ul.products .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded,.woocommerce-product-carousel ul.owl-loaded.products,.woocommerce .woocommerce-carousel ul.owl-loaded.products {
    display: block; }
  .owl-carousel+.owl-carousel-thumbnail,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail {
    margin-top: 10px; }
    .owl-carousel+.owl-carousel-thumbnail .owl-item .item,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item {
      opacity: .2;
      transition: opacity .4s;
      cursor: pointer; }
      .owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,.woocommerce .woocommerce-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover {
        opacity: 1; }
  .owl-carousel.owl-loading,.woocommerce-product-carousel ul.owl-loading.products,.woocommerce .woocommerce-carousel ul.owl-loading.products {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden,.woocommerce-product-carousel ul.owl-hidden.products,.woocommerce .woocommerce-carousel ul.owl-hidden.products {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item,.woocommerce-product-carousel ul.owl-refresh.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item,.woocommerce-product-carousel ul.owl-drag.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab,.woocommerce-product-carousel ul.owl-grab.products,.woocommerce .woocommerce-carousel ul.owl-grab.products {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl,.woocommerce-product-carousel ul.owl-rtl.products,.woocommerce .woocommerce-carousel ul.owl-rtl.products {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item,.woocommerce-product-carousel ul.owl-rtl.products .owl-item,.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
    float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav,.owl-theme .products .owl-nav,.owl-theme.woocommerce-carousel .owl-nav,.woocommerce-product-carousel ul.owl-theme.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav {
  /* 		margin-top: 10px; */
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-carousel .owl-nav [class*=owl-],.owl-theme .products .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: #ccc;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0;
    transition: all .3s ease; }
    .owl-theme.owl-carousel .owl-nav [class*=owl-]:before,.owl-theme .products .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: 22px;
      font-size: 1.57143rem;
      font-family: FontAwesome;
      display: block;
      color: #ccc;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,.owl-theme .products .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; }
      .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next:before,.owl-theme .products .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: "\f178"; }
    .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,.owl-theme .products .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; }
      .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev:before,.owl-theme .products .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: "\f177"; }
    .owl-theme.owl-carousel .owl-nav [class*=owl-]:hover,.owl-theme .products .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 {
      background-color: transparent;
      text-decoration: none; }
      .owl-theme.owl-carousel .owl-nav [class*=owl-]:hover:before,.owl-theme .products .owl-nav [class*=owl-]:hover:before,.owl-theme.woocommerce-carousel .owl-nav [class*=owl-]:hover:before,.woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover:before,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-nav [class*=owl-]:hover:before {
        color: #eb7025; }
  .owl-theme.owl-carousel .owl-nav .disabled,.owl-theme .products .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; }

.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-next,.owl-theme.owl-carousel:hover .owl-nav [class*=owl-].owl-prev,.owl-theme .products:hover .owl-nav [class*=owl-].owl-next,.owl-theme .products: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; }

.owl-theme.owl-carousel .products,.owl-theme .products .products,.owl-theme.woocommerce-carousel .products,.woocommerce-product-carousel ul.owl-theme.products .products,.woocommerce .woocommerce-carousel ul.owl-theme.products .products {
  position: static; }

.owl-theme.owl-carousel .owl-dots,.owl-theme .products .owl-dots,.owl-theme.woocommerce-carousel .owl-dots,.woocommerce-product-carousel ul.owl-theme.products .owl-dots,.woocommerce .woocommerce-carousel ul.owl-theme.products .owl-dots {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme.owl-carousel .owl-dots .owl-dot,.owl-theme .products .owl-dots .owl-dot,.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;
    background-color: #eee;
    width: 10px;
    height: 10px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    transition: all .3s ease;
    vertical-align: middle; }

.owl-theme.owl-carousel.nav-position-top-right .owl-nav,.owl-theme .products.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; }
  .owl-theme.owl-carousel.nav-position-top-right .owl-nav [class*=owl-],.owl-theme .products.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); }

.owl-theme.owl-carousel.nav-position-top-center .owl-nav,.owl-theme .products.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; }
  .owl-theme.owl-carousel.nav-position-top-center .owl-nav [class*=owl-],.owl-theme .products.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); }

.owl-theme.owl-carousel.nav-position-bottom-center .owl-nav,.owl-theme .products.nav-position-bottom-center .owl-nav,.owl-theme.woocommerce-carousel.nav-position-bottom-center .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-position-bottom-center.products .owl-nav {
  margin-top: 1.5rem; }
  .owl-theme.owl-carousel.nav-position-bottom-center .owl-nav [class*=owl-],.owl-theme .products.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); }

.owl-theme.owl-carousel.nav-style-2 .owl-nav,.owl-theme .products.nav-style-2 .owl-nav,.owl-theme.woocommerce-carousel.nav-style-2 .owl-nav,.woocommerce-product-carousel ul.owl-theme.nav-style-2.products .owl-nav,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-2.products .owl-nav {
  margin: 0 -4px; }
  .owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl],.owl-theme .products.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;
    margin-right: .25rem;
    margin-left: .25rem;
    padding: 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    background-color: transparent; }
    .owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl]:before,.owl-theme .products.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.71429rem;
      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; }
    .owl-theme.owl-carousel.nav-style-2 .owl-nav [class*=owl]:hover,.owl-theme .products.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; }
  .owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-next:before,.owl-theme .products.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; }
  .owl-theme.owl-carousel.nav-style-2 .owl-nav .owl-prev:before,.owl-theme .products.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; }

.owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl],.owl-theme .products.nav-style-3 .owl-nav [class*=owl],.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl],.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl],.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl] {
  background: transparent; }
  .owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl]:before,.owl-theme .products.nav-style-3 .owl-nav [class*=owl]:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl]:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .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.71429rem;
    color: #000; }
  .owl-theme.owl-carousel.nav-style-3 .owl-nav [class*=owl]:hover,.owl-theme .products.nav-style-3 .owl-nav [class*=owl]:hover,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav [class*=owl]:hover,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:hover,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav [class*=owl]:hover {
    background-color: transparent; }

.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-next:before,.owl-theme .products.nav-style-3 .owl-nav .owl-next:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-next:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-next:before {
  content: "\e1d8" !important; }

.owl-theme.owl-carousel.nav-style-3 .owl-nav .owl-prev:before,.owl-theme .products.nav-style-3 .owl-nav .owl-prev:before,.owl-theme.woocommerce-carousel.nav-style-3 .owl-nav .owl-prev:before,.woocommerce-product-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before,.woocommerce .woocommerce-carousel ul.owl-theme.nav-style-3.products .owl-nav .owl-prev:before {
  content: "\e1d9" !important; }

.owl-theme.owl-carousel.nav-style-4 .owl-nav [class*=owl],.owl-theme .products.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; }
  .owl-theme.owl-carousel.nav-style-4 .owl-nav [class*=owl]:hover,.owl-theme .products.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; }

.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme .products.nav-style-4 .owl-nav .owl-next,.owl-theme .products.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: .92857rem;
  min-width: 80px;
  line-height: 2;
  letter-spacing: .2em; }
  .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 .products.nav-style-4 .owl-nav .owl-next:after,.owl-theme .products.nav-style-4 .owl-nav .owl-next:before,.owl-theme .products.nav-style-4 .owl-nav .owl-prev:after,.owl-theme .products.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; }

.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme .products.nav-style-4 .owl-nav .owl-prev,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-prev,.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 {
  text-align: left; }

.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme .products.nav-style-4 .owl-nav .owl-next,.owl-theme.woocommerce-carousel.nav-style-4 .owl-nav .owl-next,.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; }

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

.woocommerce-product-carousel ul.products,.woocommerce .woocommerce-carousel ul.products {
  position: static; }/* ===== Start Gutter: Column ===== */
#content,.container,.container-fluid,.opal-canvas-filter.top,.otf-product-recently-content .widget_recently_viewed_products,.single-product.osf_woocommerce_single_product_style_full #content,.single-product .related.products,.single-product .up-sells.products {
  padding-right: 20px;
  padding-left: 20px; }

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

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

/* ===== Start Grid: Row ===== */
.elementor-element .gallery,.entry-gallery .gallery,.list-feature-box,.opal-archive-style-4.archive .site-main,.opal-archive-style-4.blog .site-main,.opal-canvas-filter.top .opal-canvas-filter-wrap,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone,.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form,.opal-comment-form-4 .comment-form,.opal-comment-form-6 .comment-form,.opal-default-content-layout-2cr .site-content .wrap,.osf-sorting,.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 .woocommerce,.woocommerce-address-fields__field-wrapper,.woocommerce-Addresses,.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,.woocommerce-cart .woocommerce,.woocommerce-columns--addresses,.woocommerce-MyAccount-content form[class^=woocommerce-],[data-elementor-columns],[data-opal-columns],body.opal-content-layout-2cl #content .wrap,body.opal-content-layout-2cr #content .wrap,ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

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

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

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

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

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

.col-4,.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,[data-elementor-columns-mobile="3"] .column-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

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

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

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

#customer_details [class*=col],#reviews .comment-form-rating,.col-12,.columns-1 ul.products>li,.columns-1 ul.products li.product,.elementor-element .gallery-columns-1 .gallery-item,.elementor-single-product .single-product div.product .entry-summary,.entry-gallery .gallery-columns-1 .gallery-item,.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-4 .comment-form .logged-in-as,.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,.related-posts .column-item,.single .gallery-columns-1 .gallery-item,.site-footer .widget-area .widget-column,.widget .gallery-columns-1 .gallery-item,.woocommerce-Addresses .woocommerce-Address,.woocommerce-billing-fields .form-row-wide,.woocommerce-cart .cart-empty,.woocommerce-cart .return-to-shop,.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,.woocommerce-MyAccount-content form[class^=woocommerce-]>:not(fieldset),[data-elementor-columns-mobile="1"] .column-item {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none; }

.d-inline {
  display: inline; }

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

.d-block {
  display: block; }

.d-table {
  display: table; }

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

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

.d-flex {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0; }

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

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

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

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

.m-1 {
  margin: .25rem; }

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

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

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

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

.m-2 {
  margin: .5rem; }

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

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

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

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

.m-3 {
  margin: 1rem; }

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

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

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

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

.m-4 {
  margin: 1.5rem; }

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

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

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

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

.m-5 {
  margin: 3rem; }

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

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

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

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

.p-0 {
  padding: 0; }

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

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

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

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

.p-1 {
  padding: .25rem; }

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

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

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

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

.p-2 {
  padding: .5rem; }

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

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

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

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

.p-3 {
  padding: 1rem; }

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

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

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

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

.p-4 {
  padding: 1.5rem; }

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

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

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

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

.p-5 {
  padding: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

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

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

.button-outline-primary,.button-outline-secondary,.button-primary,.button-secondary,.page .edit-link a.post-edit-link,.secondary-button .search-submit,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.widget_shopping_cart .buttons .button:nth-child(odd),.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit] {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  letter-spacing: 1px;
  padding: .8rem 1.25rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0;
  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,.page .edit-link a.post-edit-link:focus,.page .edit-link a.post-edit-link:hover,.secondary-button .search-submit:focus,.secondary-button .search-submit:hover,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .button:hover,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .button:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd),.wishlist_table .product-add-to-cart a.button:focus,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-cart .return-to-shop a:focus,.woocommerce-cart .return-to-shop a:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button:focus[type=submit],button:hover[type=submit],input:focus[type=button],input:focus[type=reset],input:focus[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
    text-decoration: none; }
  .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,.page .edit-link a.focus.post-edit-link,.page .edit-link a.post-edit-link:focus,.secondary-button .focus.search-submit,.secondary-button .search-submit:focus,.wc-proceed-to-checkout .button:focus,.wc-proceed-to-checkout .focus.button,.widget_shopping_cart .buttons .button:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button,.widget_shopping_cart .buttons .focus.button:nth-child(odd),.wishlist_table .product-add-to-cart a.button:focus,.wishlist_table .product-add-to-cart a.focus.button,.woocommerce-cart .return-to-shop a.focus,.woocommerce-cart .return-to-shop a:focus,.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,button.focus[type=submit],button:focus[type=submit],input.focus[type=button],input.focus[type=reset],input.focus[type=submit],input:focus[type=button],input:focus[type=reset],input:focus[type=submit] {
    outline: 0;
    box-shadow: none; }
  .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,.page .edit-link a.disabled.post-edit-link,.page .edit-link a.post-edit-link:disabled,.secondary-button .disabled.search-submit,.secondary-button .search-submit:disabled,.wc-proceed-to-checkout .button:disabled,.wc-proceed-to-checkout .disabled.button,.widget_shopping_cart .buttons .button:disabled,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button,.widget_shopping_cart .buttons .disabled.button:nth-child(odd),.wishlist_table .product-add-to-cart a.button:disabled,.wishlist_table .product-add-to-cart a.disabled.button,.woocommerce-cart .return-to-shop a.disabled,.woocommerce-cart .return-to-shop a:disabled,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=reset],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=reset],input:disabled[type=submit] {
    opacity: .5;
    box-shadow: none;
    cursor: no-drop; }
  .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,.page .edit-link a.active.post-edit-link,.page .edit-link a.post-edit-link:active,.secondary-button .active.search-submit,.secondary-button .search-submit:active,.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .button:active:nth-child(odd),.wishlist_table .product-add-to-cart a.active.button,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-cart .return-to-shop a.active,.woocommerce-cart .return-to-shop a:active,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=reset],input.active[type=submit],input:active[type=button],input:active[type=reset],input:active[type=submit] {
    background-image: none;
    box-shadow: none,inset 0 3px 5px rgba(0,0,0,.125); }

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

.button-primary,.page .edit-link a.post-edit-link,.wc-proceed-to-checkout .button,.widget_shopping_cart .buttons .button,.wishlist_table .product-add-to-cart a.button,.woocommerce-cart .return-to-shop a,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,button[type=submit],input.secondary[type=button],input.secondary[type=reset],input.secondary[type=submit],input[type=button],input[type=reset],input[type=submit] {
  color: #fff;
  box-shadow: none; }
  .button-primary:hover,.page .edit-link a.post-edit-link:hover,.wc-proceed-to-checkout .button:hover,.widget_shopping_cart .buttons .button:hover,.wishlist_table .product-add-to-cart a.button:hover,.woocommerce-cart .return-to-shop a:hover,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,button:hover[type=submit],input:hover[type=button],input:hover[type=reset],input:hover[type=submit] {
    color: #fff; }
  .button-primary.disabled,.button-primary:disabled,.page .edit-link a.disabled.post-edit-link,.page .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,.wishlist_table .product-add-to-cart a.button:disabled,.wishlist_table .product-add-to-cart a.disabled.button,.woocommerce-cart .return-to-shop a.disabled,.woocommerce-cart .return-to-shop a:disabled,.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,button.disabled[type=submit],button:disabled[type=submit],input.disabled[type=button],input.disabled[type=reset],input.disabled[type=submit],input:disabled[type=button],input:disabled[type=reset],input:disabled[type=submit] {
    background-color: #eb7025;
    border-color: #eb7025; }
  .button-primary.active,.button-primary:active,.page .edit-link .show>a.dropdown-toggle.post-edit-link,.page .edit-link a.active.post-edit-link,.page .edit-link a.post-edit-link:active,.show>.button-primary.dropdown-toggle,.show>button.dropdown-toggle[type=submit],.show>input.dropdown-toggle[type=button],.show>input.dropdown-toggle[type=reset],.show>input.dropdown-toggle[type=submit],.wc-proceed-to-checkout .active.button,.wc-proceed-to-checkout .button:active,.wc-proceed-to-checkout .show>.dropdown-toggle.button,.widget_shopping_cart .buttons .active.button,.widget_shopping_cart .buttons .button:active,.widget_shopping_cart .buttons .show>.dropdown-toggle.button,.wishlist_table .product-add-to-cart .show>a.dropdown-toggle.button,.wishlist_table .product-add-to-cart a.active.button,.wishlist_table .product-add-to-cart a.button:active,.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,.woocommerce-cart .return-to-shop a.active,.woocommerce-cart .return-to-shop a:active,.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,button.active[type=submit],button:active[type=submit],input.active[type=button],input.active[type=reset],input.active[type=submit],input:active[type=button],input:active[type=reset],input:active[type=submit] {
    color: #fff;
    background-image: none; }


.button-secondary,.secondary-button .search-submit {
  color: #fff;
  box-shadow: none; }
  
  .button-secondary:hover,.secondary-button .search-submit:hover {
    color: #fff; }
  
  .button-secondary.disabled,.button-secondary:disabled,.secondary-button .disabled.search-submit,.secondary-button .search-submit:disabled {
    background-color: #ffd8d4;
    border-color: #ffd8d4; }
  
  .button-secondary.active,.button-secondary:active,.secondary-button .active.search-submit,.secondary-button .search-submit:active,.secondary-button .show>.dropdown-toggle.search-submit,.show>.button-secondary.dropdown-toggle {
    color: #fff;
    background-image: none; }

.button-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.button-sm,.page .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,.widget_shopping_cart .buttons .button:nth-child(odd) {
  background-color: transparent;
  background-image: none; }
  
  .button-outline-primary:hover,.widget_shopping_cart .buttons .button:hover:nth-child(odd) {
    color: #fff; }
  
  .button-outline-primary.focus,.button-outline-primary:focus,.widget_shopping_cart .buttons .button:focus:nth-child(odd),.widget_shopping_cart .buttons .focus.button:nth-child(odd) {
    box-shadow: 0 0 0 2px rgba(235,112,37,.5); }
  
  .button-outline-primary.disabled,.button-outline-primary:disabled,.widget_shopping_cart .buttons .button:disabled:nth-child(odd),.widget_shopping_cart .buttons .disabled.button:nth-child(odd) {
    color: #eb7025;
    background-color: transparent; }
  
  .button-outline-primary.active,.button-outline-primary:active,.show>.button-outline-primary.dropdown-toggle,.widget_shopping_cart .buttons .active.button:nth-child(odd),.widget_shopping_cart .buttons .button:active:nth-child(odd),.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd) {
    color: #fff; }

.button-outline-secondary {
  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 hsla(6,100%,92%,.5); }
  .button-outline-secondary.disabled,.button-outline-secondary:disabled {
    color: #ffd8d4;
    background-color: transparent; }
  .button-outline-secondary.active,.button-outline-secondary:active,.show>.button-outline-secondary.dropdown-toggle {
    color: #fff; }

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

.btn-link,.button-link,.more-link {
  border-radius: 0; }
  .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; }

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

.border-0 {
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: .25rem; }

.rounded-top {
  border-top-left-radius: .25rem; }

.rounded-right,.rounded-top {
  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; }

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

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

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

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

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

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

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

.position-static {
  position: static; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

.position-fixed {
  position: fixed; }

.position-sticky {
  position: sticky; }

.fixed-top {
  top: 0; }

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

.fixed-bottom {
  bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown,.dropup {
  position: relative; }

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .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: #333;
  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: #eb7025; }
  .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; }

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

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

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

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

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

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

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

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

.otf-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: all .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>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>div {
      opacity: 0;
      transform: translateY(20px);
      transition: all .4s ease .5s; }
    .otf-dropdown.bottom-to-top.active>div {
      opacity: 1;
      transform: translateY(0); }
  .otf-dropdown.popup {
    position: fixed;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transition: all .2s ease;
    margin-left: 0 !important; }
    .otf-dropdown.popup>div {
      position: absolute;
      top: 25%;
      transition: all .6s ease .2s;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0; }
    .otf-dropdown.popup [data-search-toggle=close] {
      top: 50px; }
    .otf-dropdown.popup.active>div {
      top: 30%;
      opacity: 1; }

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

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

.over-hidden {
  overflow: hidden; }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: #222; }

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

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

.h3,h3 {
  font-size: 1.25rem; }

.h4,h4 {
  font-size: 1.125rem; }

.h5,h5 {
  font-size: 1rem; }

.h6,h6 {
  font-size: .875rem; }

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(0,0,0,.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"; }

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

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

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

.b-so-1,.bottom-to-top .search-form-wapper:after,.box-border,.custom-header .my-account-links-menu .sub-menu,.filter-close:after,.opal-checkbox .icon-check,.opal-comment-1 .comment-body,.opal-comment-1 .comment_container,.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,.osf-active-filters li a,.otf-product-recently-content li .product-thumbnail img,.popup .search-form-wapper:after,.single-product .tawcvs-swatches .swatch.swatch-label,.single-product.woocommerce-single-style-1 div.product table.variations select,.single-product.woocommerce-single-style-2 div.product table.variations select,.single-product.woocommerce-single-style-3 div.product table.variations select,.single-product.woocommerce-single-style-4 div.product table.variations select,.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 .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_product_categories ul li a:before,.widget_rating_filter ul li a:before,.woocommerce-widget-layered-nav .osf-label-type,.woocommerce-widget-layered-nav ul li a:before,fieldset,select,table.cart:not(.wishlist_table) .quantity input[type=button] {
  border: 1px solid; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bl-so-1,.columns-5 .site-header-mobile ul.products>li,.columns-5 ul.products .site-header-mobile li.product,.mfp-content .site-header-mobile .comment-form-rating,.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-post-navigation-2 .post-navigation .nav-links .nav-next a:before,.osf-active-filters .clear-all,.site-header-mobile .col,.site-header-mobile .columns-5 ul.products>li,.site-header-mobile .columns-5 ul.products li.product,.site-header-mobile .mfp-content .comment-form-rating,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section,.site-header-mobile .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container,.site-header-mobile body #secondary,body .site-header-mobile #secondary {
  border-left: 1px solid; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.br-so-1,.opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before,.osf-product-deal .woocommerce-product-list .opal-countdown .day {
  border-right: 1px solid; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#reviews .opal-comment-4 .commentlist,.author-wrapper .author-avatar:before,.bt-so-1,.main-navigation>div>ul,.mainmenu-container>div>ul,.my-account-links-menu .sub-menu li,.opal-comment-4 #reviews .commentlist,.opal-comment-4 .comment-list,.opal-pagination-8 .page-numbers:not(ul),.osf-product-deal .woocommerce-product-list .time,.site-footer .widget_rss ul li,.widget_rss ul li,.ywsfd-wrapper,body.single-post article.type-post .tag-social,table.cart:not(.wishlist_table) .quantity input[type=number] {
  border-top: 1px solid; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#payment .payment_methods li,.bb-so-1,.error404 .go-back,.filter-close,.home .site-header .header-content,.mainmenu-container li li,.opal-comment-3 .comment-body,.opal-comment-3 .comment_container,.opal-comment-4 .pingback .comment-body,.opal-comment-4 article.comment-body,.search .site-content .page-title,.single-product #reviews .commentlist li .comment_container,.single-product div.product table.variations tr,.site-content .wp-playlist-dark .wp-playlist-item,.site-content .wp-playlist-light .wp-playlist-item,.site-footer .widget.widget_recent_entries li,.widget .woof_container,.woocommerce-tabs#osf-accordion-container [data-accordion],li.product.osf-product-list:after,table.cart:not(.wishlist_table) .quantity input[type=number],tr,ul.order_details li {
  border-bottom: 1px solid; }

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

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

.bb-so-2,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-next,.owl-theme.owl-carousel.nav-style-4 .owl-nav .owl-prev,.owl-theme .products.nav-style-4 .owl-nav .owl-next,.owl-theme .products.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; }

/* ===== Start Typography: Heading ===== */
#secondary .elementor-widget-container h5:first-of-type,.author-wrapper .author-name,.osf-product-deal .woocommerce-product-list .opal-countdown,.post-navigation .nav-subtitle,.post-navigation .nav-title,.typo-heading,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 h1,.fw-1 h2,.fw-1 h3,.fw-1 h4,.fw-1 h5,.fw-1 h6 {
  font-weight: 100; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ls-m-25 {
  letter-spacing: -.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; }

.form-control {
  display: block;
  width: 100%;
  padding: .8rem 1.25rem;
  font-size: 1rem;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px 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: #f6bd9a;
    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(3.6rem + 2px); }

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

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

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

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

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

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

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

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

.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

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

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

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

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

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

.input-group-addon {
  padding: .8rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }
  .input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.input-group-addon {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem; }
  .input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.input-group-addon {
    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)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group .form-control:not(:last-child),.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group:not(:last-child)>a,.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group>a,.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:not(:last-child):not(.dropdown-toggle),.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Shop tables
 */

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

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

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

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

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

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

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

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

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

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

ul#shipping_method {
  list-style: none;
  margin-left: 0; }
  ul#shipping_method li {
    margin-bottom: .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;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .33423em; }

.form-row label {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.61792em; }

.related,.upsells {
  margin-top: 50px; }
  .related>h2:first-child,.upsells>h2:first-child {
    margin-bottom: 1.2em;
    color: #232323;
    text-align: center; }

.woocommerce-notices-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto; }

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

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

.cart-empty.woocommerce-info {
  background: transparent;
  pointer-events: none; }
  .cart-empty.woocommerce-info:after {
    display: none; }

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

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

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

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

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

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

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

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

dl.variation {
  font-size: .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; }
  @media (max-width: 767px) {
    table.shop_table_responsive thead {
      display: none; } }

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

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

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

.header-button {
  white-space: nowrap;
  display: flex;
  align-items: center; }
  .header-button i {
    font-size: 20px; }
  .header-button .amount {
    padding-left: 10px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    font-size: 16px;
    font-size: 1.14286rem; }
  .header-button .title {
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;
    margin-right: 10px; }
  .header-button .count {
    text-align: center;
    box-sizing: content-box;
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50px 50px 50px 50px;
    padding: 2px;
    margin: -15px 0 0 -1px; }
  .header-button:focus,.header-button:hover {
    outline: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-added-to-cart {
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 50px;
  pointer-events: none; }
  @media (max-width: 991px) {
    .notification-added-to-cart {
      display: none; } }
  .notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff; }
  .notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 0;
    animation-name: t;
    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: s;
    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 s {
  0% {
    transform: translate3d(-100%,0,0); }
  to {
    transform: translateZ(0); } }

@keyframes t {
  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;
  padding-bottom: 40px; }
  .opal-canvas-filter section {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .opal-canvas-filter section {
        padding-left: 35px;
        padding-right: 35px; } }
  .opal-canvas-filter.left,.opal-canvas-filter.right {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh; }
    @media (max-width: 991px) {
      .opal-canvas-filter.left,.opal-canvas-filter.right {
        width: 300px; } }
    .opal-canvas-filter.left::-webkit-scrollbar,.opal-canvas-filter.right::-webkit-scrollbar {
      width: 3px; }
    .opal-canvas-filter.left::-webkit-scrollbar-track,.opal-canvas-filter.right::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.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; }
      @media (max-width: 1199px) {
        .opal-canvas-filter.top .opal-canvas-filter-wrap {
          flex-direction: column; } }
      .opal-canvas-filter.top .opal-canvas-filter-wrap section {
        flex: 1 0 auto;
        min-width: 25%;
        width: auto; }
        @media (min-width: 768px) {
          .opal-canvas-filter.top .opal-canvas-filter-wrap section {
            max-height: 250px;
            overflow-y: auto; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar {
              width: 3px; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
              background-color: #f5f5f5; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-thumb {
              background-color: #000; } }
        .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget {
          max-height: unset;
          flex-basis: 100%; }
          .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
            display: flex; }
            @media (max-width: 1199px) {
              .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
                flex-direction: column; } }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
              border: none;
              flex: 1 0 auto;
              min-width: 25%;
              width: auto; }
              @media (min-width: 768px) {
                .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
                  max-height: 250px;
                  overflow-y: auto; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar {
                    width: 3px; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
                    background-color: #f5f5f5; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-thumb {
                    background-color: #000; } }
    .opal-canvas-filter.top.canvas-filter-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      padding-top: 30px;
      padding-bottom: 0;
      margin-bottom: 30px;
      border-style: solid;
      border-width: 1px 0; }

.opal-canvas-filter-open .opal-overlay-filter {
  cursor: pointer;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.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; }
  .filter-toggle .filter-icon {
    margin-bottom: 4px;
    margin-right: 15px;
    position: relative;
    display: inline-block; }
    .filter-toggle .filter-icon,.filter-toggle .filter-icon:before {
    width: 12px;
    border: 1px solid #313131;
    transition: all .3s ease; }
    .filter-toggle .filter-icon:before {
      left: -1px;
      top: -1px;
      content: "";
      position: absolute;
      transform: rotate(90deg); }
  .filter-toggle:hover .filter-icon {
    transform: rotate(90deg); }
  .filter-toggle.active .filter-icon:before {
    transform: rotate(0deg); }

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

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

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

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

/**
 * Cart
 */
table.cart:not(.wishlist_table) {
  margin-bottom: 3.70633em;
  overflow-x: auto; }
  table.cart:not(.wishlist_table) .product-quantity .minus,table.cart:not(.wishlist_table) .product-quantity .plus,table.cart:not(.wishlist_table) thead {
    display: none; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) .product-thumbnail {
      width: 100px; } }
  table.cart:not(.wishlist_table) .product-thumbnail img {
    margin: 0 auto;
    max-width: 100px;
    height: auto; }
  table.cart:not(.wishlist_table) .product-thumbnail:before {
    display: none; }
  table.cart:not(.wishlist_table) tr:first-child td.product-remove {
    border-top-width: 0; }
  table.cart:not(.wishlist_table) tr:last-child {
    border-bottom: none; }
  table.cart:not(.wishlist_table) td.product-remove {
    border-top: 1.618em solid;
    position: relative; }
    table.cart:not(.wishlist_table) td.product-remove:after,table.cart:not(.wishlist_table) td.product-remove:before {
      content: "";
      display: table; }
    table.cart:not(.wishlist_table) td.product-remove:after {
      clear: both; }
    table.cart:not(.wishlist_table) td.product-remove a.remove {
      position: absolute;
      font-size: 1.41575em;
      top: -.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.actions {
    background-color: transparent;
    padding: 1em; }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.actions {
        padding: .4em; } }
    table.cart:not(.wishlist_table) td.actions label {
      display: inline-block;
      margin-bottom: 0;
      font-weight: 600;
      margin-right: 25px; }
      @media (max-width: 991px) {
        table.cart:not(.wishlist_table) td.actions label {
          display: none; } }
    table.cart:not(.wishlist_table) td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid rgba(0,0,0,.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; }

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

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

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

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

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

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

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

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

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

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

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

.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: 24px;
    font-size: 1.71429rem;
    margin-bottom: 25px; }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important; }
  .cart-collaterals .cart_totals {
    width: 100%;
    padding: 40px;
    background-color: #fafafa; }
    @media (max-width: 767px) {
      .cart-collaterals .cart_totals {
        padding: 20px; } }
    .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
      font-size: 24px;
      font-size: 1.71429rem;
      font-weight: 600; }
    .cart-collaterals .cart_totals td {
      padding: 1.5em 0; }
    .cart-collaterals .cart_totals th {
      font-weight: 400; }
      .cart-collaterals .cart_totals th:after {
        content: ":"; }
    .cart-collaterals .cart_totals .amount {
      font-weight: 600; }
    .cart-collaterals .cart_totals tr:first-child {
      border-top: 1px solid #e5e5e5; }
    .cart-collaterals .cart_totals tr:last-child {
      border: none; }
  .cart-collaterals .cart_totals,.cart-collaterals .shipping_calculator {
    margin: 0;
    clear: right; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: right; }

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

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

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

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

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

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

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

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

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

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

#payment .payment_methods {
  padding: 0 0 25px;
  margin-bottom: 45px;
  position: relative;
  z-index: 3; }
  #payment .payment_methods:before {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -25px;
    z-index: -1; }
  #payment .payment_methods>.wc_payment_method>label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400; }
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0; }
    #payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 2.29068em;
      display: none; }
    #payment .payment_methods li a {
      text-decoration: underline;
      float: right; }
    #payment .payment_methods li:last-child:not(.woocommerce-notice) {
      padding-bottom: 0;
      border-bottom: 0; }
    #payment .payment_methods li p {
      margin: 0; }
    #payment .payment_methods li .payment_box {
      padding-bottom: 30px;
      margin-top: -5px; }
      #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0;
        font-size: .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(//dwmartins.com/wp-content/themes/assets/images/credit-cards/unknown.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/visa.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/mastercard.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/laser.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/diners.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/maestro.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/jcb.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/amex.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
          background-image: url(//dwmartins.com/wp-content/themes/assets/images/credit-cards/discover.svg); }
    #payment .payment_methods li.woocommerce-info,#payment .payment_methods li.woocommerce-notice,#payment .payment_methods li.woocommerce-notice--info {
      padding: 25px 0 0;
      background-color: transparent;
      border: none;
      display: inline-block; }
      #payment .payment_methods li.woocommerce-info:before,#payment .payment_methods li.woocommerce-notice--info:before,#payment .payment_methods li.woocommerce-notice:before {
        content: "\f06a";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffb400;
        font-size: 16px;
        font-size: 1.14286rem;
        margin-right: 10px; }

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

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

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

.woocommerce-checkout-review-order {
  background-color: #fafafa;
  padding: 40px 15px; }
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order {
      padding: 50px 50px 75px; } }
  .woocommerce-checkout-review-order: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 th {
  padding: 1.4rem 0;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border-radius: 0;
  padding-top: .8rem;
  padding-bottom: .8rem; }
  .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: 20px;
  margin-left: 20px;
  width: 100%; }

#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 .shop_table {
    margin-bottom: 20px; }
    #order_review .shop_table thead {
      display: none; }
    #order_review .shop_table tr.cart_item:first-child {
      border-top: 1px solid #e5e5e5; }

.order_review_heading {
  margin-bottom: 23px; }

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

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

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

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

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

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

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

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

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

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

/**
 * COMPARE
 */

#cboxWrapper,#colorbox {
  overflow: visible; }

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

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

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

.wishlist_table tfoot tr {
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.deal-progress .progress-bar {
  width: 100%;
  height: 12px;
  background-color: #ccc;
  position: relative;
  overflow: hidden; }

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

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

#comments {
  margin-top: 15px; }
  #comments .commentlist .bypostauthor>.comment-body cite:after {
    content: "\f0f6"; }
  #comments .commentlist .bypostauthor>.comment-body cite:after,#comments .commentlist .reply a:after {
    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"; }

/*
.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 {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #bbb; }
  a.remove:focus,a.remove:hover {
    color: #e2401c; }

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

.blockUI:before,.woocommerce-shipping-calculator>p:first-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blockUI:before {
  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: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: .875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    opacity: .25; }

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

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

.woocommerce-password-strength:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f119";
  margin-left: .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 .woocommerce .u-columns {
  display: flex;
  flex-wrap: wrap; }

.woocommerce-account .woocommerce>.woocommerce-form-login {
  margin: 0 auto; }

.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 {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px; }

.woocommerce-account .woocommerce-form__label-for-checkbox {
  margin-bottom: 0; }

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

.woocommerce-privacy-policy-text {
  font-size: 14px;
  font-size: 1rem; }

form.register h2,form.woocommerce-form-login h2 {
  font-weight: 400;
  margin-bottom: 28px;
  font-size: 20px;
  font-size: 1.42857rem; }

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

form.register label,form.woocommerce-form-login label {
  font-size: inherit;
  margin-bottom: 12px; }

form.register button[type=submit],form.woocommerce-form-login button[type=submit] {
  width: 100%; }

form.woocommerce-form-login .woocommerce-form-login-wrap {
  background-color: #fafafa;
  padding: 50px;
  margin-bottom: 25px; }

form.woocommerce-form-login .woocommerce-LostPassword {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-style: dotted; }

form.woocommerce-form-login .button[type=submit] {
  margin-top: 10px; }

form.register {
  padding-top: 50px; }
  form.register .button[type=submit] {
    background-color: #000;
    border-color: #000; }

label.inline {
  display: inline !important; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.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: "";
    display: block;
    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 {
      display: block;
      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-size: 18px;
  font-size: 1.28571rem;
  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); }

.woocommerce-address-fields {
  text-align: center; }
  .woocommerce-address-fields .button {
    margin-top: 1em; }

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

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

.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  height: 52px;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

.shop-action {
  transition: all .35s ease;
  justify-content: center; }
  .shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-to-wishlist>div>a {
    width: 40px;
    height: 40px;
    position: relative;
    white-space: nowrap;
    text-indent: -999em;
    margin-bottom: 5px; }
    .shop-action .compare:before,.shop-action .yith-wcqv-button:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before {
      color: #fff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-indent: 0;
      font-size: 14px;
      font-size: 1rem; }
  .shop-action .yith-wcwl-add-to-wishlist {
    margin-top: 0; }
    .shop-action .yith-wcwl-add-to-wishlist>div {
      position: relative;
      height: 100%; }
      .shop-action .yith-wcwl-add-to-wishlist>div>a {
        display: block;
        border-radius: 0;
        white-space: nowrap; }
        .shop-action .yith-wcwl-add-to-wishlist>div>a:hover {
          background: #000;
          border-color: #000; }
          .shop-action .yith-wcwl-add-to-wishlist>div>a:hover:before {
            color: #fff; }
      .shop-action .yith-wcwl-add-to-wishlist>div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); }
      .shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
        color: #ff4a5d; }
  .shop-action .yith-wcwl-add-button {
    position: relative; }
    .shop-action .yith-wcwl-add-button .add_to_wishlist {
      display: block; }
    .shop-action .yith-wcwl-add-button img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }
  .shop-action .compare {
    display: block; }
    .shop-action .compare:before {
      content: "\f080"; }
    .shop-action .compare:hover {
      border-color: #000;
      background: #000; }
      .shop-action .compare:hover:before {
        color: #fff; }
  .shop-action .yith-wcqv-button {
    display: block; }
    .shop-action .yith-wcqv-button:before {
      content: "\f00e"; }
    .shop-action .yith-wcqv-button:hover {
      border-color: #000;
      background: #000; }
      .shop-action .yith-wcqv-button:hover:before {
        color: #fff; }

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

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

.product-block {
  position: relative; }

.product-style-1 .shop-action {
  display: flex; }
  .product-style-1 .shop-action>* {
    margin: 0; }

li.product>a {
  display: block; }

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

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

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

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

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

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

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

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

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

li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1); }

li.product:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0); }

li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1); }

.product-img-wrap {
  overflow: hidden;
  position: relative; }
  .product-img-wrap .inner {
    width: 100%;
    height: 100%;
    animation-fill-mode: both;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
  .product-img-wrap .product-image {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms; }
    .product-img-wrap .product-image.second-image {
      position: absolute;
      width: 100%;
      height: 100%; }
  .product-img-wrap.top-to-bottom .product-image {
    bottom: 100%; }
  .product-img-wrap.left-to-right .product-image {
    top: 0;
    right: 100%; }
  .product-img-wrap.right-to-left .product-image {
    top: 0;
    left: 100%; }
  .product-img-wrap.swap .product-image {
    top: 0;
    left: 0;
    transition: all .7s ease; }
    .product-img-wrap.swap .product-image img {
      transition: all .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); }

ul.products li.product.osf-product-list .price,ul.products li.product.osf-product-list .woocommerce-loop-product__title {
  padding-top: .5rem;
  padding-bottom: .5rem; }

li.product.osf-product-list {
  margin-bottom: 15px !important; }
  li.product.osf-product-list:after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 15px; }
  li.product.osf-product-list:last-child:after {
    display: none; }
  @media (min-width: 992px) {
    li.product.osf-product-list .product-block>.product-image,li.product.osf-product-list .product-img-wrap {
      max-width: 300px;
      float: left; } }
  li.product.osf-product-list .caption {
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      li.product.osf-product-list .caption {
        width: calc(100% - 300px);
        padding-left: 30px;
        float: right; } }
  li.product.osf-product-list .star-rating {
    margin-left: 0; }
  li.product.osf-product-list .yith-wcqv-button {
    height: auto; }
  li.product.osf-product-list .compare,li.product.osf-product-list .yith-wcwl-add-to-wishlist>div>a {
    height: 100%; }
  li.product.osf-product-list .shop-action {
    display: flex; }
    li.product.osf-product-list .shop-action>* {
      margin-right: 10px; }
      .widget_recent_entries li.product.osf-product-list .shop-action>ul,li.product.osf-product-list .shop-action>.clear,li.product.osf-product-list .widget_recent_entries .shop-action>ul {
        margin: 0; }
    li.product.osf-product-list .shop-action a[class*=product_type_] {
      flex: unset; }
  li.product.osf-product-list .price,li.product.osf-product-list .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 600; }
    li.product.osf-product-list .price del {
      font-weight: 300;
      font-size: 20px;
      font-size: 1.42857rem; }
  li.product.osf-product-list .star-rating {
    margin-bottom: .5rem; }
  li.product.osf-product-list .excerpt {
    margin-top: 1rem;
    font-size: .875em;
    margin-bottom: 1.5rem; }
    li.product.osf-product-list .excerpt ul {
      padding-left: 20px; }

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 1.5rem; }
    ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
    ul.products li.product .price ins {
      background-color: transparent;
      margin: 0; }
    ul.products li.product .price del {
      margin-right: 10px;
      color: #777;
      font-size: 12px;
      font-size: .85714rem; }
    ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2,ul.products li.product h3 {
      margin: 0;
      padding: 0; }
    ul.products li.product img {
      display: block;
      margin: 0 auto;
      width: 100%; }
    ul.products li.product.product-category .woocommerce-loop-category__title,ul.products li.product.product-category h2,ul.products li.product.product-category h3 {
      font-size: 1.1em; }
    ul.products li.product.product-category img {
      margin-bottom: 1.618em; }
    ul.products li.product ins {
      background: transparent; }
    ul.products li.product .posfed_in {
      display: block; }
      ul.products li.product .posfed_in a {
        color: #e0e2e6; }
    ul.products li.product a[class*=product_type_].loading {
      color: transparent; }
      ul.products li.product a[class*=product_type_].loading:after {
        color: #fff; }
  @media (min-width: 768px) {
    ul.products+.woocommerce-result-count {
      text-align: right; } }
  @media (min-width: 768px) {
    ul.products+.woocommerce-result-count+.woocommerce-pagination {
      margin-top: -7em; } }

li.product .product-transition {
  margin-bottom: .8em; }

li.product .star-rating {
  font-size: .875em;
  margin: 0 auto .54079em; }

[class^=columns-] {
  width: 100%; }

[class*=col-md] #customer_details .col-1,[class*=col-md] #customer_details .col-2,[class*=col-md] #customer_details [data-elementor-columns-mobile="6"] .column-item,[data-elementor-columns-mobile="6"] [class*=col-md] #customer_details .column-item {
  padding: 0; }

.archive.osf_woocommerce_archive_product_style_full #content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }

body.archive .site-content {
  padding-bottom: 40px; }

.columns-5 ul.products>li,.columns-5 ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%; }
  @media (max-width: 991px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 575px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 100%;
      max-width: 100%; } }

.woocommerce .woocommerce-carousel ul.products {
  margin-left: 0;
  margin-right: 0; }
  .woocommerce .woocommerce-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%; }

.woocommerce-product-carousel {
  width: 100%;
  position: relative; }
  .woocommerce-product-carousel ul.products {
    margin-left: 0;
    margin-right: 0; }

.osf-sorting {
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .osf-sorting,.osf-sorting .osf-sorting-group {
  align-items: center;
  display: flex; }
    .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
      margin-left: auto; }
      @media (min-width: 768px) {
        .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count+.woocommerce-ordering {
          margin-left: 30px; } }
      @media (max-width: 991px) {
        .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
          display: none; } }
  .osf-sorting .woocommerce-result-count {
    margin: 0; }
    @media (max-width: 768px) {
      .osf-sorting .woocommerce-result-count {
        padding-top: .5em;
        margin: auto;
        padding-bottom: .5em; } }
  @media (max-width: 768px) {
    .osf-sorting .filter-toggle {
      margin: auto; } }
  .osf-sorting .woocommerce-ordering {
    display: inline-block; }
    @media (max-width: 991px) {
      .osf-sorting .woocommerce-ordering {
        margin-left: auto;
        margin-right: auto; } }
    .osf-sorting .woocommerce-ordering select {
      padding-left: .5rem;
      padding-right: .5rem;
      border-radius: 0;
      height: 2.5em; }
  .osf-sorting .display-mode {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: .5rem;
    min-width: 74px; }
    @media (max-width: 768px) {
      .osf-sorting .display-mode {
        margin-right: auto; } }
    .osf-sorting .display-mode button {
      background-color: #fff;
      color: #e5e5e5;
      padding: 0 .5rem;
      border: 1px solid #eee;
      border-radius: 0;
      line-height: 1;
      font-size: inherit;
      height: 2.5em;
      width: 2.5em;
      -webkit-appearance: none; }
      .osf-sorting .display-mode button+button {
        margin-left: -1px; }
      .osf-sorting .display-mode button.active,.osf-sorting .display-mode button:hover {
        background-color: #fff;
        -webkit-appearance: none;
        box-shadow: none;
        line-height: 1;
        font-size: inherit; }

.columns-5 .woocommerce-loop-product__title,.columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-6 .woocommerce-loop-product__title {
  font-size: 15px;
  font-size: 1.07143rem; }

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .woocommerce-result-count,.opal-content-layout-2cr .osf-sorting .woocommerce-result-count {
    margin: auto;
    padding-bottom: .5em; } }

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .display-mode,.opal-content-layout-2cr .osf-sorting .display-mode {
    margin-right: auto; } }

/*the container must be positioned relative:*/
.woocommerce-ordering {
  position: relative; }

.woocommerce-ordering select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:before {
  margin-right: 10px;
  vertical-align: middle; }

.select-selected:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  margin-left: 5.5rem;
  vertical-align: middle; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "\f106"; }

/*style the items (options), including the selected item:*/
.select-selected {
  padding: 5px 0;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer; }

.select-items div {
  padding: 3px 15px;
  border: 0;
  cursor: pointer; }
  .select-items div:hover {
    background-color: #f7f8fa; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  font-size: 90%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  margin-top: -1px;
  border: 1px solid #eee; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.same-as-selected {
  background-color: #f7f8fa; }

/**
 * QUICK VIEW
 */
#yith-quick-view-modal {
  /* Let's get this party started */
  /* Track */
  /* Handle */ }
  @media (min-width: 992px) {
    #yith-quick-view-modal.open .yith-wcqv-main {
      overflow-y: hidden;
      overflow-x: hidden; } }
  #yith-quick-view-modal #yith-quick-view-content .product {
    height: 100%; }
  #yith-quick-view-modal #yith-quick-view-content .product div.product {
    display: block; }
  #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
    #yith-quick-view-modal #yith-quick-view-content div.images img {
      display: block;
      width: 100%; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.images {
        width: 100%;
        height: auto; }
        #yith-quick-view-modal #yith-quick-view-content div.images img.zoomImg {
          display: none !important; } }
  #yith-quick-view-modal #yith-quick-view-content div.summary {
    width: 50%;
    height: calc(100% - 65px);
    margin: 25px 0 40px;
    padding: 0 30px;
    overflow-x: hidden;
    overflow-y: scroll; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.summary {
        width: 100%;
        height: auto; } }
  #yith-quick-view-modal #yith-quick-view-close {
    color: #232323;
    border: 0;
    font-weight: 700;
    opacity: 1;
    font-size: 20px;
    line-height: 1;
    width: auto;
    height: auto;
    top: 12px;
    right: 30px;
    z-index: 9999; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-close {
        left: 30px;
        right: auto; } }
  #yith-quick-view-modal ::-webkit-scrollbar {
    width: 5px; }
  #yith-quick-view-modal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px; }
  #yith-quick-view-modal ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); }
  #yith-quick-view-modal .single-product div.product {
    padding-bottom: 0; }

#woosq-popup .single-product .product {
  margin: 0; }
  #woosq-popup .single-product .product>div {
    max-width: 50%;
    flex: 0 0 50%; }

/**
 * Reviews
 */
#reviews {
  outline: none; }
  #reviews #comments {
    margin-top: 0;
    padding-top: 0; }
  #reviews .comment-reply-title {
    display: none; }
  #reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0 !important; }
    #reviews .commentlist li {
      margin-bottom: 2.61792em;
      list-style: none;
      clear: both; }
      #reviews .commentlist li:after,#reviews .commentlist li:before {
        content: "";
        display: table; }
      #reviews .commentlist li:after {
        clear: both; }
      #reviews .commentlist li .comment_container {
        border-radius: 3px;
        background: transparent; }
        #reviews .commentlist li .comment_container:after,#reviews .commentlist li .comment_container:before {
          content: "";
          display: table; }
        #reviews .commentlist li .comment_container:after {
          clear: both; }
        #reviews .commentlist li .comment_container .comment-text .star-rating {
          font-size: .875em;
          line-height: 1;
          height: 1em;
          margin-bottom: 20px; }
      #reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #reviews .commentlist li time {
        opacity: .5;
        font-size: .875em; }
      #reviews .commentlist li .comment-text {
        display: flex;
        flex-direction: column; }
        #reviews .commentlist li .comment-text .star-rating {
          margin-bottom: 1.5rem; }
        #reviews .commentlist li .comment-text .meta {
          order: -1; }
          #reviews .commentlist li .comment-text .meta * {
            margin-right: 1rem;
            font-size: 12px;
            font-size: .85714rem;
            color: #222;
            line-height: 24px; }
          #reviews .commentlist li .comment-text .meta strong {
            font-size: 18px;
            font-size: 1.28571rem;
            display: block; }
      #reviews .commentlist li .avatar {
        display: none;
        border-radius: 50%;
        height: auto;
        left: 0; }
        .opal-comment-1 #reviews .commentlist li .avatar,.opal-comment-3 #reviews .commentlist li .avatar,.opal-comment-6 #reviews .commentlist li .avatar {
          left: 0; }
      #reviews .commentlist li p.meta {
        margin-bottom: .625em; }
        #reviews .commentlist li p.meta strong {
          line-height: 1;
          margin-bottom: 3px; }
        #reviews .commentlist li p.meta time {
          display: block; }
        #reviews .commentlist li p.meta .verified {
          font-style: normal;
          font-size: .875em; }
        #reviews .commentlist li p.meta .woocommerce-review__dash {
          display: none; }
      #reviews .commentlist li ul.children {
        margin: 0;
        padding-top: 1.618em; }
        #reviews .commentlist li ul.children li {
          margin-bottom: 1.618em; }
          #reviews .commentlist li ul.children li:last-child {
            margin-bottom: 0; }
  #reviews .comment-form-rating label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px; }
  #reviews .comment-form-rating .stars,#reviews .comment-form-rating label {
    font-size: 18px;
    font-size: 1.28571rem; }
  #reviews .comment-form-author,#reviews .comment-form-email {
    width: 100%; }
  #reviews .comment-form-email {
    margin-right: 0; }

#osf-accordion-container table.shop_attributes,.woocommerce-Tabs-panel table.shop_attributes {
  border: 1px solid #e9ecef; }
  #osf-accordion-container table.shop_attributes td,#osf-accordion-container table.shop_attributes th,.woocommerce-Tabs-panel table.shop_attributes td,.woocommerce-Tabs-panel table.shop_attributes th {
    border: 1px solid #e9ecef;
    padding: 10px 20px; }
    #osf-accordion-container table.shop_attributes td p,#osf-accordion-container table.shop_attributes th p,.woocommerce-Tabs-panel table.shop_attributes td p,.woocommerce-Tabs-panel table.shop_attributes th p {
      margin-bottom: 0; }

/**
 * Single Product
 */
.site-main>.product>.onsale {
  position: absolute;
  z-index: 10; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product {
  position: relative;
  padding-bottom: 50px; }
  .single-product div.product .entry-summary {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .single-product div.product .entry-summary {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .single-product div.product .entry-summary {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 768px) {
      .single-product div.product .entry-summary .inner {
        padding-left: 30px; } }
    .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
      margin: 0; }
      .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a {
        line-height: 46px;
        border-radius: 0;
        font-weight: 600;
        border-bottom: 1px solid; }
        .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
          content: "+"; }
  .single-product div.product .images {
    padding: 0 20px; }
    @media (min-width: 768px) {
      .single-product div.product .images {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .single-product div.product .images {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .single-product div.product .images figure {
      margin: 0; }
  .single-product div.product .product_title {
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 27px; }
  .single-product div.product .images,.single-product div.product .summary,.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.61792em;
    margin-top: 0; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3.70633em; }
    .single-product div.product .woocommerce-product-gallery .zoomImg {
      background-color: #fff; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 10px;
      right: 25px;
      display: block;
      height: 2em;
      width: 2em;
      z-index: 99;
      border-radius: 50%;
      text-align: center; }
    .single-product div.product .woocommerce-product-gallery img {
      margin: 0; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      flex: 0 0 calc(100% - 107px); }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0 -3px;
      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: 3px; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          transition: all,ease,.2s;
          width: 100%;
          display: block; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            filter: brightness(50%);
            border-color: #e9ecef; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before {
          content: ""; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          filter: brightness(50%);
          border-color: #e9ecef; }
    .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;
      display: block; }
    .single-product div.product .images .thumbnails:after,.single-product div.product .images .thumbnails:before {
      content: "";
      display: table; }
    .single-product div.product .images .thumbnails:after {
      clear: both; }
    .single-product div.product .images .thumbnails a.zoom {
      display: block;
      width: 22.05%;
      margin-right: 3.8%;
      float: left;
      margin-bottom: 1em; }
      .single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
      .single-product div.product .images .thumbnails a.zoom.first {
        clear: both; }
  .single-product div.product form.cart:after,.single-product div.product form.cart:before {
    content: "";
    display: table; }
  .single-product div.product form.cart:after {
    clear: both; }
  .single-product div.product form.cart .single_variation_wrap {
    width: 100%; }
  .single-product div.product form.cart .quantity {
    position: relative;
    font-size: 16px;
    font-size: 1.14286rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 25px;
    width: 80px;
    flex: 1;
    flex-basis: 80px; }
    .single-product div.product form.cart .quantity input[type=button] {
      background-color: transparent;
      padding: .5rem 0;
      width: 45%;
      color: #222;
      text-indent: -999px;
      position: absolute;
      right: 0; }
      .single-product div.product form.cart .quantity input[type=button]:active,.single-product div.product form.cart .quantity input[type=button]:focus,.single-product div.product form.cart .quantity input[type=button]:hover {
        outline: none;
        box-shadow: none;
        color: #000; }
      .single-product div.product form.cart .quantity input[type=button].minus {
        top: 50%;
        bottom: 0;
        z-index: 2; }
      .single-product div.product form.cart .quantity input[type=button].plus {
        top: 0;
        bottom: 50%;
        z-index: 1; }
    .single-product div.product form.cart .quantity input[type=number] {
      padding: .5rem 0;
      width: 55%;
      height: 100%;
      background-color: transparent;
      font-size: 22px;
      font-size: 1.57143rem; }
    .single-product div.product form.cart .quantity:after,.single-product div.product form.cart .quantity:before {
      width: 45%;
      position: absolute;
      display: flex;
      justify-content: center;
      right: 0;
      font-family: FontAwesome;
      pointer-events: none;
      color: #313131;
      font-size: 10px;
      line-height: 1; }
    .single-product div.product form.cart .quantity:before {
      content: "\f078";
      top: 50%;
      bottom: 80%; }
    .single-product div.product form.cart .quantity:after {
      content: "\f077";
      top: 30%;
      bottom: 50%;
      align-items: flex-end; }
  .single-product div.product .summary .price {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.3;
    margin-bottom: 1.7em; }
    .single-product div.product .summary .price ins {
      background-color: transparent;
      float: left;
      margin-left: 0;
      margin-right: .327em; }
    .single-product div.product .summary .price del {
      color: #777;
      font-size: 16px;
      font-size: 1.14286rem; }
  .single-product div.product table.variations {
    font-size: 16px;
    font-size: 1.14286rem;
    position: relative;
    margin: 0; }
    .single-product div.product table.variations tr {
      padding-top: 15px;
      display: block; }
    .single-product div.product table.variations td,.single-product div.product table.variations th {
      padding: 0;
      list-style: none;
      background-color: transparent;
      vertical-align: middle; }
    .single-product div.product table.variations select {
      height: 40px;
      width: 100%;
      border: none;
      font-size: 16px;
      font-size: 1.14286rem;
      background: transparent; }
    .single-product div.product table.variations label {
      margin-bottom: 0;
      font-size: 17px;
      font-size: 1.21429rem;
      color: #222;
      white-space: nowrap;
      line-height: 40px;
      font-weight: 600; }
      .single-product div.product table.variations label:after {
        content: ":";
        padding-right: 5px; }
    .single-product div.product table.variations .value select {
      padding: 0 10px;
      margin: 10px 0; }
  .single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block; }
  .single-product div.product .variations_button {
    padding-top: 1em;
    display: flex; }
    .single-product div.product .variations_button:after,.single-product div.product .variations_button:before {
      content: "";
      display: table; }
    .single-product div.product .variations_button:after {
      clear: both; }
  .single-product div.product .woocommerce-variation-price {
    margin-top: 15px; }
  .single-product div.product .woocommerce-product-rating {
    display: flex;
    margin-bottom: 1.2em;
    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 {
      font-size: 14px;
      font-size: 1rem;
      color: #333; }
    .single-product div.product .woocommerce-product-rating .star-rating {
      margin-right: .61805em; }
  .single-product div.product .product_meta {
    line-height: 30px;
    padding: 2em 0 1.5em;
    border-bottom: 1px solid;
    border-color: #eee; }
    .single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as {
      display: block;
      color: #222;
      margin-right: 1.5rem; }
      .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 .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 0; }
  .single-product div.product .pbr-social-share {
    margin-top: 22px;
    color: #222;
    text-align: unset; }
    .single-product div.product .pbr-social-share a {
      color: #888; }
      .single-product div.product .pbr-social-share a:hover {
        color: #222; }

.single-product.opal-default-content-layout div.product .woocommerce-product-gallery[class*=woocommerce-product-gallery--columns] .flex-control-thumbs li {
  max-width: 106px; }

.single-product[class*=opal-comment-form] .comment-form .comment-form-author,.single-product[class*=opal-comment-form] .comment-form .comment-form-email,.single-product[class*=opal-comment-form] .comment-form .comment-notes {
  order: unset; }

.single-product[class*=opal-comment-form] .comment-form .form-submit {
  margin-top: 20px; }
  .single-product[class*=opal-comment-form] .comment-form .form-submit .submit {
    min-width: 260px; }

.single-product[class*=product-style] .stock.out-of-stock {
  position: static;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }

.single-product .product-navigator #older-nav:after {
  content: url(//dwmartins.com/wp-content/themes/auros/assets/css/assets/images/left-arrow.png); }

.single-product .product-navigator #newer-nav:before {
  content: url(//dwmartins.com/wp-content/themes/auros/assets/css/assets/images/right-arrow.png); }

@media (max-width: 767px) {
  .single-product .product-navigator #newer-nav .outter-title {
    float: right; } }

@media (min-width: 768px) {
  .single-product .product-navigator .entry-title {
    max-width: 100px; } }

.single-product[class*=opal-comment-form] .comment-form .form-submit .submit {
  background: #000;
  border-color: #000; }

[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;
    margin-bottom: 55px;
    display: block;
    text-align: center; }
    .woocommerce-tabs ul.tabs li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .woocommerce-tabs ul.tabs li:not(:last-child) {
        margin-right: 45px; }
        @media (max-width: 991px) {
          .woocommerce-tabs ul.tabs li:not(:last-child) {
            margin-right: 25px; } }
      .woocommerce-tabs ul.tabs li a {
        display: block;
        font-size: 22px;
        font-size: 1.57143rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: #666;
        font-weight: 600;
        position: relative; }
        .woocommerce-tabs ul.tabs li a:after {
          content: "";
          position: absolute;
          bottom: 5px;
          width: 0;
          left: 0;
          height: 2px;
          transition: all .35s ease; }
        .woocommerce-tabs ul.tabs li a:hover:after {
          width: 100%; }
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #000; }
  .woocommerce-tabs#osf-accordion-container [data-accordion] {
    border-color: #eee; }
    .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
      font-size: 1.25rem;
      font-weight: 600;
      position: relative;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after,.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
        content: "";
        width: 12px;
        display: inline-block;
        height: 1px;
        background: #000;
        position: absolute;
        right: 0;
        top: 50%; }
      .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
        transform: rotate(90deg); }
    .woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
      content: none; }

.single-product.osf_woocommerce_single_product_style_full #content {
  max-width: 1740px; }

@media screen and (min-width: 1200px) {
  .single-product.osf_woocommerce_single_product_style_full div.product .product_title {
    padding-top: 2em; } }

@media (min-width: 1200px) {
  .single-product.osf_woocommerce_single_product_style_full .entry-summary {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; } }

.single-product .single_add_to_cart_button,.single-product .single_add_to_cart_button.disabled[type=submit] {
  padding: 1em;
  text-transform: capitalize;
  font-weight: 400; }
  .single-product .single_add_to_cart_button.disabled[type=submit]:before,.single-product .single_add_to_cart_button:before {
    padding-right: 14px;
    font-size: 22px;
    font-size: 1.57143rem;
    vertical-align: bottom; }

.single-product .woocommerce-product-details__short-description ul {
  padding-left: 1.5em; }

.single-product table.variations {
  margin-bottom: 1em; }

.single-product table.group_table {
  width: 100%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #e1e1e1;
  padding-top: 24px; }
  .single-product table.group_table tr:last-child {
    border-bottom: 0; }
    .single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
      border-bottom: 0;
      padding-bottom: 23px; }
  .single-product table.group_table tr:first-child .woocommerce-grouped-product-image {
    padding-top: 30px;
    width: 80px; }
  .single-product table.group_table .woocommerce-grouped-product-image {
    border-bottom: 1px solid #fff; }
    .single-product table.group_table .woocommerce-grouped-product-image img {
      width: 70px; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-weight: 700; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price .amount {
      color: #222; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
      background: transparent;
      color: #222; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price p {
      margin-bottom: 0; }
  .single-product table.group_table .quantity {
    margin-right: 0 !important;
    margin-left: auto; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right; }

.single-product .tawcvs-swatches {
  display: inline-block;
  padding: 0; }
  .single-product .tawcvs-swatches .swatch {
    line-height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0; }
    .single-product .tawcvs-swatches .swatch.selected {
      box-shadow: none; }
      .single-product .tawcvs-swatches .swatch.selected.swatch-label {
        border-color: #222;
        background: #222;
        color: #fff; }
      .single-product .tawcvs-swatches .swatch.selected:before {
        left: calc(50% - 3px);
        top: 10px; }
    .single-product .tawcvs-swatches .swatch.swatch-label {
      height: 35px;
      width: 60px;
      background: #fff;
      color: #222;
      border-color: #eee;
      font-size: 16px;
      font-size: 1.14286rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: all .3s ease; }
      .single-product .tawcvs-swatches .swatch.swatch-label:hover {
        border-color: #222;
        background: #222;
        color: #fff; }
    .single-product .tawcvs-swatches .swatch.swatch-color {
      height: 35px;
      width: 35px;
      border-radius: 50%;
      border-color: #eee; }

.single-product a.reset_variations {
  position: absolute;
  bottom: calc(100% - 15px);
  left: 0;
  display: block;
  margin-left: 0;
  text-decoration: underline; }
  .single-product a.reset_variations:before {
    content: "\f00d"; }

.single-product .woocommerce-tabs {
  margin-bottom: 3rem; }
  .single-product .woocommerce-tabs .wc-tabs .active a {
    color: #222; }
    .single-product .woocommerce-tabs .wc-tabs .active a:after {
      width: 100%; }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 1199px) {
    .single-product .woocommerce-tabs#osf-accordion-container [data-control] {
      font-size: 1em; } }
  .single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type,.single-product .woocommerce-tabs .panel h2:first-of-type {
    display: none; }

@media (min-width: 576px) {
  .single-product div.product .entry-summary {
    padding-left: 60px; } }

.single-product div.product .variations_button {
  padding-top: 0; }

.single-product .star-rating {
  line-height: 2; }

.single-product .onsale {
  left: 40px;
  top: 20px;
  font-size: 12px;
  font-size: .85714rem;
  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 img {
  display: block; }

.single-product.woocommerce-single-style-1 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-left: -3px;
  margin-right: -3px; }

@media (min-width: 1200px) {
  .single-product.woocommerce-single-style-1 div.product .entry-summary {
    flex: 0 0 45.83333%;
    max-width: 45.83333%; } }

.single-product.woocommerce-single-style-1 div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
  display: flex; }

@media (min-width: 1200px) {
  .single-product.woocommerce-single-style-1 div.product .images {
    flex: 0 0 54.16667%;
    max-width: 54.16667%; } }

.single-product.woocommerce-single-style-1 div.product table.variations td.label {
  min-width: 60px; }

.single-product.woocommerce-single-style-1 div.product table.variations tr {
  border-bottom: 0;
  padding-top: 0; }
  .single-product.woocommerce-single-style-1 div.product table.variations tr:first-child {
    padding-top: 15px; }

.single-product.woocommerce-single-style-1 div.product .variations_button {
  display: flex; }

.single-product.woocommerce-single-style-1 .single_add_to_cart_button {
  width: 100%; }

.single-product.woocommerce-single-style-2 div.product .woocommerce-product-gallery img {
  display: block; }

.single-product.woocommerce-single-style-2 div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
  display: flex; }

.single-product.woocommerce-single-style-2 div.product table.variations td.label {
  min-width: 60px; }

.single-product.woocommerce-single-style-2 div.product table.variations tr {
  border-bottom: 0;
  padding-top: 0; }
  .single-product.woocommerce-single-style-2 div.product table.variations tr:first-child {
    padding-top: 15px; }

.single-product.woocommerce-single-style-2 div.product .variations_button {
  display: flex; }

.single-product.woocommerce-single-style-2 .single_add_to_cart_button {
  width: 100%; }

.single-product.woocommerce-single-style-3 div.product .woocommerce-product-gallery img,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery img {
  display: block;
  margin: 0 auto; }

.single-product.woocommerce-single-style-3 div.product .woocommerce-product-gallery .flex-viewport,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery .flex-viewport {
  display: block;
  flex: 1; }

.single-product.woocommerce-single-style-3 div.product .woocommerce-product-gallery.images .flex-control-thumbs,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-left: -3px;
  margin-right: -3px; }

.single-product.woocommerce-single-style-3 div.product .entry-summary,.single-product.woocommerce-single-style-4 div.product .entry-summary {
  text-align: center; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form),.single-product.woocommerce-single-style-4 div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
    display: flex; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary .inner,.single-product.woocommerce-single-style-4 div.product .entry-summary .inner {
    padding-left: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary .price,.single-product.woocommerce-single-style-4 div.product .entry-summary .price {
    margin-bottom: 1em; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist {
    display: none;
    margin-top: 0; }
    .single-product.woocommerce-single-style-3 div.product .entry-summary .widget_recent_entries .yith-wcwl-add-to-wishlist+ul,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist+.clear,.single-product.woocommerce-single-style-4 div.product .entry-summary .widget_recent_entries .yith-wcwl-add-to-wishlist+ul,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist+.clear,.widget_recent_entries .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist+ul,.widget_recent_entries .single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist+ul {
      display: none; }
    .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div {
      position: relative;
      height: 100%; }
      .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a {
        border: none;
        width: 62px;
        height: 100%;
        position: relative;
        white-space: nowrap;
        text-indent: -999em;
        display: block; }
        .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
          content: "\E010";
          color: #313131;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          text-indent: 0; }
        .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover:before,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover:before {
          color: #ff4a5d; }
      .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div img,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); }
      .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
        color: #ff4a5d; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary form.cart,.single-product.woocommerce-single-style-4 div.product .entry-summary form.cart {
    display: flex; }
    .single-product.woocommerce-single-style-3 div.product .entry-summary form.cart.variations_form,.single-product.woocommerce-single-style-4 div.product .entry-summary form.cart.variations_form {
      flex-direction: column; }
    .single-product.woocommerce-single-style-3 div.product .entry-summary form.cart.grouped_form,.single-product.woocommerce-single-style-4 div.product .entry-summary form.cart.grouped_form {
      flex-wrap: wrap; }
    .single-product.woocommerce-single-style-3 div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist,.single-product.woocommerce-single-style-4 div.product .entry-summary form.cart .yith-wcwl-add-to-wishlist {
      padding-bottom: 0;
      margin: 15px 0 15px 5px;
      display: inline-block; }
  .single-product.woocommerce-single-style-3 div.product .entry-summary.summary .price ins,.single-product.woocommerce-single-style-4 div.product .entry-summary.summary .price ins {
    float: unset; }

.single-product.woocommerce-single-style-3 div.product .woocommerce-tabs,.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs {
  position: relative;
  margin-top: 30px;
  padding-top: 80px; }
  .single-product.woocommerce-single-style-3 div.product .woocommerce-tabs:after,.single-product.woocommerce-single-style-4 div.product .woocommerce-tabs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-bottom: 1px solid #eee;
    width: 100%;
    max-width: 1170px;
    transform: translateX(-50%); }

.single-product.woocommerce-single-style-3 div.product .images,.single-product.woocommerce-single-style-4 div.product .images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }

.single-product.woocommerce-single-style-3 div.product table.variations td.label,.single-product.woocommerce-single-style-4 div.product table.variations td.label {
  min-width: 60px; }

.single-product.woocommerce-single-style-3 div.product table.variations tr,.single-product.woocommerce-single-style-4 div.product table.variations tr {
  border-bottom: 0;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .single-product.woocommerce-single-style-3 div.product table.variations tr:first-child,.single-product.woocommerce-single-style-4 div.product table.variations tr:first-child {
    padding-top: 15px; }

.single-product.woocommerce-single-style-3 div.product .variations_button,.single-product.woocommerce-single-style-4 div.product .variations_button {
  display: flex; }

.single-product.woocommerce-single-style-3 div.product .woocommerce-product-rating,.single-product.woocommerce-single-style-4 div.product .woocommerce-product-rating {
  display: flex;
  justify-content: center; }

.single-product.woocommerce-single-style-3 div.product .product_meta,.single-product.woocommerce-single-style-4 div.product .product_meta {
  border: none;
  padding: 0; }

.single-product.woocommerce-single-style-3 div.product a.reset_variations,.single-product.woocommerce-single-style-4 div.product a.reset_variations {
  display: inline-block;
  margin-top: 1.3em;
  line-height: 40px;
  padding-bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.single-product.woocommerce-single-style-3 div.product>.onsale,.single-product.woocommerce-single-style-4 div.product>.onsale {
  left: 50%;
  transform: translateX(-50%); }

.single-product.woocommerce-single-style-3 .single_add_to_cart_button,.single-product.woocommerce-single-style-4 .single_add_to_cart_button {
  width: 100%; }

.single-product.woocommerce-single-style-4 .flex-control-nav {
  display: none; }

.single-product.woocommerce-single-style-4 div.product .images {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery img {
  width: calc(100% - 40px); }

.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery__image img {
  opacity: .502; }

.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery__image.flex-active-slide img {
  box-shadow: 0 5px 10px .1px rgba(0,0,0,.08);
  opacity: 1; }

.single-product.woocommerce-single-style-4 div.product .flex-viewport {
  overflow: unset !important; }

.single-product.woocommerce-single-style-4 .flex-direction-nav {
  list-style: none; }

.single-product.woocommerce-single-style-4 .flex-nav-next a,.single-product.woocommerce-single-style-4 .flex-nav-prev a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 5px);
  z-index: 99;
  cursor: pointer;
  transition: all .35s ease;
  text-indent: -9999px; }
  .single-product.woocommerce-single-style-4 .flex-nav-next a:after,.single-product.woocommerce-single-style-4 .flex-nav-prev a:after {
    content: "";
    width: 25px;
    height: 25px;
    border-style: solid;
    border-color: #000;
    display: block;
    transform: rotate(45deg); }

.single-product.woocommerce-single-style-4 .flex-nav-next a {
  right: -200px; }
  @media (max-width: 1199px) {
    .single-product.woocommerce-single-style-4 .flex-nav-next a {
      right: 30px; } }
  .single-product.woocommerce-single-style-4 .flex-nav-next a:after {
    border-width: 2px 2px 0 0;
    margin-left: -10px; }

.single-product.woocommerce-single-style-4 .flex-nav-prev a {
  left: -200px; }
  @media (max-width: 1199px) {
    .single-product.woocommerce-single-style-4 .flex-nav-prev a {
      left: 30px; } }
  .single-product.woocommerce-single-style-4 .flex-nav-prev a:after {
    border-width: 0 0 2px 2px;
    margin-right: -10px; }

.single-product .comment-body,.single-product .comment_container {
  margin-bottom: .25rem; }

.single-product #reviews .commentlist li {
  margin-bottom: 0; }
  .single-product #reviews .commentlist li .comment_container {
    box-shadow: none;
    border-radius: 0;
    border-color: #e9ecef;
    padding: .8em 0; }

.single-product .stock.out-of-stock {
  position: static;
  background-color: transparent; }

.single-product#yith-quick-view-content a.reset_variations {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block; }

.ywsfd-wrapper h2:first-of-type {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding-top: 1em;
  line-height: 30px; }

.ywsfd-wrapper .ywsfd-social {
  margin-top: 0;
  border: none;
  text-align: left;
  display: inline-block;
  margin-bottom: 0; }

.button-wrapper #chart-button {
  background-color: transparent;
  padding: 0;
  text-decoration: underline; }
  .button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: transparent; }

.remodal .remodal-close:focus,.remodal .remodal-close:hover {
  color: #fff; }

/** Single Product Start : Style 1 */
/** Single Product End : Style 1 */
/** Single Product Start : Style 2 */
.woocommerce-single-style-2 .product {
  justify-content: space-between; }

.woocommerce-single-style-2 div.product .images {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; }

.woocommerce-single-style-2 div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px; }

.woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs {
  margin-left: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: -3px; }
  .woocommerce-single-style-2 div.product .woocommerce-product-gallery.images .flex-control-thumbs li {
    flex: 0 0 100%;
    max-width: 100%; }

.woocommerce-single-style-2 div.product>.onsale {
  left: 145px; }

/** Single Product End : Style 2 */
/** Single Product Start : Style 3 */
/** Single Product End : Style 3 */
/** Single Product Start : Style 4 */
/** Single Product End : Style 4 */
/** Single Product Start : Style 5 */
/** Single Product End : Style 5 */
.osf-wrap-swatches {
  transition: all .35s ease-in-out; }
  .osf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
  .osf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  .osf-wrap-swatches .swatch-label {
    font-size: 11px;
    font-size: .78571rem;
    font-weight: 600;
    padding: 0 3px;
    line-height: 18px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ebebeb; }
    .osf-wrap-swatches .swatch-label.checked {
      background-color: #000;
      color: #fff; }
  .osf-wrap-swatches .swatch-image {
    font-size: 0;
    display: inline-block;
    border-radius: 50%; }
    .osf-wrap-swatches .swatch-image,.osf-wrap-swatches .swatch-image img {
    height: 20px;
    width: 20px; }
  .osf-wrap-swatches .swatch-color.checked:after,.osf-wrap-swatches .swatch-image.checked:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000; }

.product-image-swatch+.product-image {
  display: none !important; }

.product-swatch-loading .product-img-wrap:after {
  font-family: FontAwesome;
  content: "\f110";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  animation: 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;
  margin-bottom: 1.5rem;
  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;
    text-transform: uppercase;
    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;
      display: inline-block;
      margin-right: .5rem;
      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;
      text-align: center;
      font-size: 18px;
      font-size: 1.28571rem;
      position: absolute;
      top: 50%;
      left: 2px;
      transform: translateY(-50%);
      display: none; }
  .widget .woof_list_checkbox input[type=checkbox]:checked+label {
    font-weight: 700; }
    .widget .woof_list_checkbox input[type=checkbox]:checked+label:after {
      display: block; }

.widget .woof_list_radio input[type=radio] {
  display: none; }
  .widget .woof_list_radio input[type=radio]+label {
    padding-left: 30px;
    position: relative; }
    .widget .woof_list_radio input[type=radio]+label:before {
      height: 20px;
      width: 20px;
      display: inline-block;
      margin-right: .5rem;
      left: 0; }
    .widget .woof_list_radio input[type=radio]+label:after,.widget .woof_list_radio input[type=radio]+label:before {
      content: "";
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .widget .woof_list_radio input[type=radio]+label:after {
      height: 8px;
      width: 8px;
      background-color: #000;
      left: 6px;
      display: none; }
  .widget .woof_list_radio input[type=radio]:checked+label {
    font-weight: 700; }
  .widget .woof_list_radio input[type=radio]:checked+label:after {
    display: block; }

.widget .woof_list_radio .woof_radio_term_reset img {
  display: none; }

.widget .woof_color_term {
  border-radius: 50%;
  border-width: 1px;
  opacity: .5; }
  .widget .woof_color_term.checked {
    opacity: 1; }

.widget .woof_list_checkbox li div {
  margin-top: 0; }

.widget .woof_container:last-child {
  border: none !important;
  margin-bottom: 0 !important; }

.widget .woof_container .woof_container_inner {
  padding-bottom: 40px; }

.widget .woof_container h4 {
  margin-bottom: 15px !important; }

.woof_container_productsize ul {
  columns: 2; }

/**
 * Widgets
 */
#secondary .widget.woocommerce a {
  font-size: 14px;
  font-size: 1rem;
  color: #666; }
  #secondary .widget.woocommerce a:hover {
    color: #222; }

.archive.post-type-archive-product #secondary {
  padding-top: 11px; }

.widget_product_brands ul,.widget_product_categories ul,.widget_rating_filter ul,.woocommerce-widget-layered-nav ul {
  margin: 0; }
  .widget_product_brands ul li a,.widget_product_categories ul li a,.widget_rating_filter ul li a,.woocommerce-widget-layered-nav ul li a {
    position: relative;
    padding-left: 33px; }
    .widget_product_brands ul li a:before,.widget_product_categories 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-radius: 50%;
      border-color: #cdcdcd;
      transition: all .4s ease; }
  .widget_product_brands ul li.current-cat a:before,.widget_product_brands ul li a:hover:before,.widget_product_categories ul li.current-cat a:before,.widget_product_categories ul li a:hover:before,.widget_rating_filter ul li.current-cat a:before,.widget_rating_filter ul li a:hover:before,.woocommerce-widget-layered-nav ul li.current-cat a:before,.woocommerce-widget-layered-nav ul li a:hover:before {
    border-width: 2px; }
  .widget_product_brands ul li.chosen a,.widget_product_categories ul li.chosen a,.widget_rating_filter ul li.chosen a,.woocommerce-widget-layered-nav ul li.chosen a {
    color: #222;
    font-weight: 600; }
    .widget_product_brands ul li.chosen a:before,.widget_product_categories ul li.chosen a:before,.widget_rating_filter ul li.chosen a:before,.woocommerce-widget-layered-nav ul li.chosen a:before {
      border-color: #222;
      background-color: #222; }

.widget_product_brands input[type=text] {
  margin-top: 25px;
  margin-bottom: 20px; }

.osf-active-filters {
  margin-bottom: 2rem; }
  .osf-active-filters ul li {
    padding: 5px 0;
    border: none; }
  .osf-active-filters li {
    display: inline-block;
    margin-right: 10px; }
    .osf-active-filters li a {
      color: #999;
      padding: 3px 12px;
      position: relative;
      font-size: 13px;
      font-size: .92857rem; }
      .osf-active-filters li a:before {
        content: "\f057";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        font-size: 1.07143rem;
        position: absolute;
        top: -6px;
        left: -6px; }
      .osf-active-filters li a:hover:before {
        color: #ff4a5d; }
  .osf-active-filters .widget_layered_nav_filters {
    display: inline-block;
    margin-left: 10px; }
  .osf-active-filters .osf_active_filters_label {
    color: #000;
    display: none; }
  .osf-active-filters .clear-all {
    display: none;
    font-size: 13px;
    font-size: .92857rem;
    padding-left: 10px; }
  .osf-active-filters div+.osf_active_filters_label {
    display: inline-block;
    float: left;
    margin-top: 5px; }
  .osf-active-filters div~.clear-all {
    display: inline-block;
    line-height: 1.2; }

.woocommerce-widget-layered-nav ul li a.osf-color-type {
  display: flex;
  align-items: center;
  padding-left: 37px; }

.woocommerce-widget-layered-nav ul li a.osf-color-type:before,.woocommerce-widget-layered-nav ul li a.osf-label-type:after,.woocommerce-widget-layered-nav ul li a.osf-label-type:before {
  display: none; }

.woocommerce-widget-layered-nav ul li a.osf-label-type:hover {
  border-color: #222;
  color: #222; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  transform: rotate(-45deg);
  width: 9px;
  height: 4px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  display: block; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-label {
  opacity: 1;
  width: 22px;
  height: 22px;
  left: 0; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
  color: #222; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:hover .color-label {
  transform: translateY(-50%); }

.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
  border-color: #222;
  background-color: #222;
  color: #fff; }
  .woocommerce-widget-layered-nav ul li.chosen a.osf-label-type:after {
    display: none; }

.woocommerce-widget-layered-nav ul.two_columns {
  columns: 2; }

.woocommerce-widget-layered-nav ul.inline li {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-widget-layered-nav .osf-color-type .color-label {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  border-radius: 50%;
  opacity: .5;
  transition: all .3s ease; }

.woocommerce-widget-layered-nav .osf-color-type .color-name {
  line-height: 30px; }

.woocommerce-widget-layered-nav .osf-color-type .color-count {
  color: #777;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-block;
  margin-left: auto; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-label {
  opacity: 1; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
  color: #222; }

.woocommerce-widget-layered-nav .osf-label-type {
  padding: 0 7px;
  min-width: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  border-color: #cdcdcd; }

.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>a,.woocommerce-product-list li>a {
      display: block; }
    .product_list_widget li:first-child:before,.woocommerce-product-list li:first-child:before {
      content: none; }
    .product_list_widget li .star-rating,.woocommerce-product-list li .star-rating {
      margin-bottom: 10px; }
      .product_list_widget li .star-rating+.product-price,.woocommerce-product-list li .star-rating+.product-price {
        margin-top: 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 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; }

.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 .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.opal-style-1.search-form-wapper .search-submit,.opal-style-1.search-form-wapper input[type=search] {
  border-radius: inherit !important;
  border: none; }

.opal-style-1.search-form-wapper .search-submit {
  background: transparent;
  padding-left: 25px;
  padding-right: 20px; }

.opal-style-1.search-form-wapper.button_left .input-group-btn {
  left: 0;
  right: auto; }

.opal-style-1.search-form-wapper.button_left input[type=search] {
  padding-left: 55px;
  padding-right: 15px; }

.opal-style-1.search-form-wapper.button_right .input-group-btn {
  right: 0;
  left: auto; }

.opal-style-1.search-form-wapper.button_right input[type=search] {
  padding-right: 55px;
  padding-left: 15px; }

.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp {
  background-color: transparent; }

#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none; }

#yith-quick-view-content.single-product div.product {
  margin: 0; }
  #yith-quick-view-content.single-product div.product .summary-content h1.product_title {
    padding-top: 0;
    padding-top: .5em;
    margin: 0; }
  #yith-quick-view-content.single-product div.product .summary .price {
    margin-top: 15px; }
  #yith-quick-view-content.single-product div.product .woocommerce-product-rating {
    margin: 10px 0; }

#yith-quick-view-content .out-of-stock {
  position: static; }

#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px; }

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0; }

.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle; }

.osf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px; }
  .osf-product-deal .woocommerce-product-list li .inner {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .osf-product-deal .woocommerce-product-list li .inner {
        display: block !important; } }
  .osf-product-deal .woocommerce-product-list li p {
    margin: 0; }
  .osf-product-deal .woocommerce-product-list li .product-thumbnail {
    margin-right: 0;
    padding: 0;
    max-width: 100%; }

.osf-product-deal .woocommerce-product-list .product-content {
  padding: 30px; }

.osf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500; }

.osf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em; }

.osf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px; }

.osf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day:after,.osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,.osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
    content: ""; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times>div {
    text-transform: capitalize; }
  .osf-product-deal .woocommerce-product-list .opal-countdown b {
    min-width: 50px;
    background-color: transparent;
    font-size: 1.25em;
    line-height: 30px;
    min-height: 30px; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day {
    text-align: left;
    padding-right: 10px; }
    .osf-product-deal .woocommerce-product-list .opal-countdown .day b {
      font-size: 2.25em; }

#secondary .widget_price_filter button[type=submit],.opal-canvas-filter .widget_price_filter button[type=submit] {
  display: none; }

.otf-product-recently-review {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999; }
  @media (max-width: 767px) {
    .otf-product-recently-review {
      display: none; } }
  .otf-product-recently-review .otf-woocommerce-recently-viewed {
    float: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 75px 0 0;
    position: relative;
    background-color: #f4f5f5;
    cursor: pointer;
    z-index: 999; }
    .otf-product-recently-review .otf-woocommerce-recently-viewed:after {
      content: "\f078";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: 700;
      transition: .2s; }
    .otf-product-recently-review .otf-woocommerce-recently-viewed.active {
      background: #fff; }
      .otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
        transform: rotate(180deg) translateY(50%); }

.otf-product-recently-content {
  width: 100% !important;
  display: none;
  clear: both;
  position: relative; }
  .otf-product-recently-content:before {
    content: "";
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .otf-product-recently-content .woocommerce-product {
    background: #fff; }
  .otf-product-recently-content .products {
    display: flex;
    padding: 30px 0; }
  .otf-product-recently-content li {
    width: auto;
    padding: 0 15px !important; }
    .otf-product-recently-content li a.product-thumbnail {
      margin-right: 0;
      max-width: 100%;
      width: 100%; }
    .otf-product-recently-content li img.wp-post-image {
      max-width: 5.99684em; }
    .otf-product-recently-content li .product-content {
      display: none; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: .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: p .45s infinite linear;
    -webkit-animation: p .45s infinite linear;
    margin: 40px auto;
    margin: 10px auto; }

body.opal-filter-loading #content {
  opacity: .76; }
  body.opal-filter-loading #content * {
    pointer-events: none; }

@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none; } }

@media (max-width: 767px) {
  .opal-wrapper {
    margin-bottom: 65px; }
  .handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid hsla(0,0%,100%,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.7);
    z-index: 9999;
    background-color: #262626; }
    .handheld-footer-bar [class*=columns-] {
      display: flex;
      -ms-flex-align: center;
      list-style: none;
      margin-bottom: 0;
      min-height: 65px;
      color: #f3f3f3;
      position: relative; }
      .handheld-footer-bar [class*=columns-] li {
        flex: 1 1 0;
        text-align: center; }
        .handheld-footer-bar [class*=columns-] li:not(:last-child) a {
          border-right: 1px solid hsla(0,0%,100%,.2); }
      .handheld-footer-bar [class*=columns-] a {
        color: #f3f3f3;
        height: 100%;
        cursor: pointer;
        display: block;
        background: #262626; }
        .handheld-footer-bar [class*=columns-] a:before {
          font: normal normal normal 26px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          text-align: center;
          cursor: pointer;
          pointer-events: none;
          line-height: 65px; }
    .handheld-footer-bar .my-account .my-accrount-footer {
      display: block;
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
      .handheld-footer-bar .my-account .my-accrount-footer:before {
        text-indent: 0;
        font-size: 34px; }
    .handheld-footer-bar .cart .footer-cart-contents {
      position: relative;
      display: block;
      z-index: 99; }
      .handheld-footer-bar .cart .footer-cart-contents .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        box-sizing: content-box;
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: calc(50% + 5px);
        border-radius: 100%;
        border: 1px solid #262626;
        color: #262626; }
    .handheld-footer-bar .site-search {
      position: absolute;
      bottom: -120%;
      left: 0;
      right: 0;
      transition: all,ease,.2s;
      padding: 1em;
      z-index: 1;
      display: block;
      background-color: #262626; }
      .handheld-footer-bar .site-search .search-submit {
        border-radius: 0; }
    .handheld-footer-bar .search .search-footer {
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
    .handheld-footer-bar .search.active .site-search {
      bottom: 100%; } }

.handheld-footer-bar .search .search-footer:before {
  text-indent: 0; }

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product:not(.elementor-style) {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .product-style-1 li.product:not(.elementor-style) .product-block {
    padding-bottom: 0; }
  .product-style-1 li.product:not(.elementor-style) .woocommerce-loop-product__title,.product-style-1 li.product:not(.elementor-style) h2,.product-style-1 li.product:not(.elementor-style) h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .product-style-1 li.product:not(.elementor-style) .woocommerce-loop-product__title a,.product-style-1 li.product:not(.elementor-style) h2 a,.product-style-1 li.product:not(.elementor-style) h3 a {
      color: #222; }
  .product-style-1 li.product:not(.elementor-style) .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .product-style-1 li.product:not(.elementor-style) .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .product-style-1 li.product:not(.elementor-style) .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .product-style-1 li.product:not(.elementor-style) .price del {
      margin-right: 0;
      margin-left: 10px; }
  .product-style-1 li.product:not(.elementor-style) .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .product-style-1 li.product:not(.elementor-style) a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
    z-index: 9; }
    .product-style-1 li.product:not(.elementor-style) a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px; }
    .product-style-1 li.product:not(.elementor-style) a[class*=product_type_].loading,.product-style-1 li.product:not(.elementor-style) a[class*=product_type_]:hover {
      text-decoration: underline; }
  .product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.product-style-1 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .product-style-1 li.product:not(.elementor-style) .woosq-btn {
    background-color: transparent;
    border: none;
    color: #000; }
  .product-style-1 li.product:not(.elementor-style) .caption {
    padding-bottom: 25px;
    padding-top: 25px; }
  .product-style-1 li.product:not(.elementor-style):hover a[class*=product_type_] {
    bottom: 0; }
  .product-style-1 li.product:not(.elementor-style):hover .product-caption {
    top: 5px;
    right: 5px; }
  .product-style-1 li.product:not(.elementor-style):hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

.elementor-product-style-1 li.elementor-style {
  overflow: visible;
  margin-bottom: 0 !important;
  padding-bottom: 32px; }
  .elementor-product-style-1 li.elementor-style .product-block {
    padding-bottom: 0; }
  .elementor-product-style-1 li.elementor-style .woocommerce-loop-product__title,.elementor-product-style-1 li.elementor-style h2,.elementor-product-style-1 li.elementor-style h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .elementor-product-style-1 li.elementor-style .woocommerce-loop-product__title a,.elementor-product-style-1 li.elementor-style h2 a,.elementor-product-style-1 li.elementor-style h3 a {
      color: #222; }
  .elementor-product-style-1 li.elementor-style .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .elementor-product-style-1 li.elementor-style .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .elementor-product-style-1 li.elementor-style .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .elementor-product-style-1 li.elementor-style .price del {
      margin-right: 0;
      margin-left: 10px; }
  .elementor-product-style-1 li.elementor-style .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .elementor-product-style-1 li.elementor-style a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 60px;
    display: block;
    bottom: -60px;
    z-index: 9; }
    .elementor-product-style-1 li.elementor-style a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px;
      display: inline-block; }
    .elementor-product-style-1 li.elementor-style a[class*=product_type_].loading,.elementor-product-style-1 li.elementor-style a[class*=product_type_]:hover {
      text-decoration: underline; }
  .elementor-product-style-1 li.elementor-style .woosq-btn {
    background-color: transparent;
    border: none;
    color: #000; }
  .elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.elementor-product-style-1 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .elementor-product-style-1 li.elementor-style .caption {
    padding-bottom: 25px;
    padding-top: 25px; }
  .elementor-product-style-1 li.elementor-style:hover a[class*=product_type_] {
    bottom: 0; }
  .elementor-product-style-1 li.elementor-style:hover .product-caption {
    top: 5px;
    right: 5px; }
  .elementor-product-style-1 li.elementor-style:hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

/** Product Animation End : Style 1 */
/** Product Animation Start : Style 2 */
.product-style-2 ul.products:not(.elementor-style) {
  margin-left: 0;
  margin-right: 0; }
  .product-style-2 ul.products:not(.elementor-style) li.product:not(.elementor-style) {
    margin-bottom: 0;
    padding: 0; }

.product-style-2 li.product:not(.elementor-style) {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .product-style-2 li.product:not(.elementor-style) .product-block {
    padding-bottom: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
    height: calc(100% + 1px); }
  .product-style-2 li.product:not(.elementor-style) .woocommerce-loop-product__title,.product-style-2 li.product:not(.elementor-style) h2,.product-style-2 li.product:not(.elementor-style) h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .product-style-2 li.product:not(.elementor-style) .woocommerce-loop-product__title a,.product-style-2 li.product:not(.elementor-style) h2 a,.product-style-2 li.product:not(.elementor-style) h3 a {
      color: #222; }
  .product-style-2 li.product:not(.elementor-style) .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .product-style-2 li.product:not(.elementor-style) .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .product-style-2 li.product:not(.elementor-style) .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .product-style-2 li.product:not(.elementor-style) .price del {
      margin-right: 0;
      margin-left: 10px; }
  .product-style-2 li.product:not(.elementor-style) .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .product-style-2 li.product:not(.elementor-style) a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
    z-index: 9; }
    .product-style-2 li.product:not(.elementor-style) a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px; }
    .product-style-2 li.product:not(.elementor-style) a[class*=product_type_].loading,.product-style-2 li.product:not(.elementor-style) a[class*=product_type_]:hover {
      text-decoration: underline; }
  .product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.product-style-2 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .product-style-2 li.product:not(.elementor-style) .caption {
    padding-bottom: 25px;
    padding-top: 25px; }
  .product-style-2 li.product:not(.elementor-style):hover a[class*=product_type_] {
    bottom: 0; }
  .product-style-2 li.product:not(.elementor-style):hover .product-caption {
    top: 5px;
    right: 5px; }
  .product-style-2 li.product:not(.elementor-style):hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

.elementor-product-style-2 ul.products.elementor-style {
  margin-left: 0;
  margin-right: 0; }
  .elementor-product-style-2 ul.products.elementor-style li.product.elementor-style {
    margin-bottom: 0;
    padding: 0; }

.elementor-product-style-2 li.elementor-style {
  overflow: visible;
  padding-bottom: 30px; }
  .elementor-product-style-2 li.elementor-style .product-block {
    padding-bottom: 0;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
    height: calc(100% + 1px); }
  .elementor-product-style-2 li.elementor-style .woocommerce-loop-product__title,.elementor-product-style-2 li.elementor-style h2,.elementor-product-style-2 li.elementor-style h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .elementor-product-style-2 li.elementor-style .woocommerce-loop-product__title a,.elementor-product-style-2 li.elementor-style h2 a,.elementor-product-style-2 li.elementor-style h3 a {
      color: #222; }
  .elementor-product-style-2 li.elementor-style .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .elementor-product-style-2 li.elementor-style .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .elementor-product-style-2 li.elementor-style .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .elementor-product-style-2 li.elementor-style .price del {
      margin-right: 0;
      margin-left: 10px; }
  .elementor-product-style-2 li.elementor-style .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .elementor-product-style-2 li.elementor-style a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 60px;
    display: block;
    bottom: -60px;
    z-index: 9; }
    .elementor-product-style-2 li.elementor-style a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px;
      display: inline-block; }
    .elementor-product-style-2 li.elementor-style a[class*=product_type_].loading,.elementor-product-style-2 li.elementor-style a[class*=product_type_]:hover {
      text-decoration: underline; }
  .elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.elementor-product-style-2 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .elementor-product-style-2 li.elementor-style .caption {
    padding-bottom: 25px;
    padding-top: 25px; }
  .elementor-product-style-2 li.elementor-style:hover a[class*=product_type_] {
    bottom: 0; }
  .elementor-product-style-2 li.elementor-style:hover .product-caption {
    top: 5px;
    right: 5px; }
  .elementor-product-style-2 li.elementor-style:hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

/** Product Animation End : Style 2 */
/** Product Animation Start : Style 3 */
.product-style-3 ul.products:not(.elementor-style) {
  margin-left: 0;
  margin-right: 0; }
  .product-style-3 ul.products:not(.elementor-style) li.product:not(.elementor-style) {
    margin-bottom: 0;
    padding: 0; }

.product-style-3 li.product:not(.elementor-style) {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .product-style-3 li.product:not(.elementor-style) .product-block {
    padding-bottom: 0;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-left: -1px; }
  .product-style-3 li.product:not(.elementor-style) .woocommerce-loop-product__title,.product-style-3 li.product:not(.elementor-style) h2,.product-style-3 li.product:not(.elementor-style) h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .product-style-3 li.product:not(.elementor-style) .woocommerce-loop-product__title a,.product-style-3 li.product:not(.elementor-style) h2 a,.product-style-3 li.product:not(.elementor-style) h3 a {
      color: #222; }
  .product-style-3 li.product:not(.elementor-style) .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .product-style-3 li.product:not(.elementor-style) .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .product-style-3 li.product:not(.elementor-style) .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .product-style-3 li.product:not(.elementor-style) .price del {
      margin-right: 0;
      margin-left: 10px; }
  .product-style-3 li.product:not(.elementor-style) .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .product-style-3 li.product:not(.elementor-style) a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -60px;
    z-index: 9; }
    .product-style-3 li.product:not(.elementor-style) a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px; }
    .product-style-3 li.product:not(.elementor-style) a[class*=product_type_].loading,.product-style-3 li.product:not(.elementor-style) a[class*=product_type_]:hover {
      text-decoration: underline; }
  .product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.product-style-3 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .product-style-3 li.product:not(.elementor-style) .caption {
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: 98px; }
  .product-style-3 li.product:not(.elementor-style):hover a[class*=product_type_] {
    bottom: 0; }
  .product-style-3 li.product:not(.elementor-style):hover .product-caption {
    top: 5px;
    right: 5px; }
  .product-style-3 li.product:not(.elementor-style):hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

.elementor-product-style-3 ul.products.elementor-style {
  margin-left: 0;
  margin-right: 0; }
  .elementor-product-style-3 ul.products.elementor-style li.product.elementor-style {
    margin-bottom: 0;
    padding: 0; }
  @media (min-width: 768px) {
    .elementor-product-style-3 ul.products.elementor-style>li.product.elementor-style:first-child {
      flex: 0 0 50%;
      max-width: 50%; }
      .elementor-product-style-3 ul.products.elementor-style>li.product.elementor-style:first-child .product-block {
        height: calc(100% + 1px);
        display: flex;
        flex-direction: column; }
        .elementor-product-style-3 ul.products.elementor-style>li.product.elementor-style:first-child .product-block .caption {
          margin-top: auto; }
      .elementor-product-style-3 ul.products.elementor-style>li.product.elementor-style:first-child a[class*=product_type_] {
        min-width: 320px;
        transform: translateX(-50%);
        left: 50%; } }

.elementor-product-style-3 li.elementor-style {
  overflow: visible;
  margin-bottom: 0;
  padding: 0; }
  .elementor-product-style-3 li.elementor-style.group-child:hover a[class*=product_type_] {
    bottom: -60px; }
  .elementor-product-style-3 li.elementor-style.group-child:hover .shop-action {
    opacity: 0; }
  .elementor-product-style-3 li.elementor-style.group-child:hover li.product:hover a[class*=product_type_] {
    bottom: 0; }
  .elementor-product-style-3 li.elementor-style.group-child:hover li.product:hover .shop-action {
    opacity: 1; }
  .elementor-product-style-3 li.elementor-style .product-custom-style {
    margin: 0;
    padding: 0; }
    .elementor-product-style-3 li.elementor-style .product-custom-style>li {
      padding: 0;
      max-width: 100%;
      flex: 0 0 100%; }
  .elementor-product-style-3 li.elementor-style .product-block {
    padding-bottom: 0;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-left: -1px; }
  .elementor-product-style-3 li.elementor-style .woocommerce-loop-product__title,.elementor-product-style-3 li.elementor-style h2,.elementor-product-style-3 li.elementor-style h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .elementor-product-style-3 li.elementor-style .woocommerce-loop-product__title a,.elementor-product-style-3 li.elementor-style h2 a,.elementor-product-style-3 li.elementor-style h3 a {
      color: #222; }
  .elementor-product-style-3 li.elementor-style .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .elementor-product-style-3 li.elementor-style .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .elementor-product-style-3 li.elementor-style .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .elementor-product-style-3 li.elementor-style .price del {
      margin-right: 0;
      margin-left: 10px; }
  .elementor-product-style-3 li.elementor-style .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .elementor-product-style-3 li.elementor-style a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 60px;
    display: block;
    bottom: -60px;
    z-index: 9; }
    .elementor-product-style-3 li.elementor-style a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px;
      display: inline-block; }
    .elementor-product-style-3 li.elementor-style a[class*=product_type_].loading,.elementor-product-style-3 li.elementor-style a[class*=product_type_]:hover {
      text-decoration: underline; }
  .elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.elementor-product-style-3 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .elementor-product-style-3 li.elementor-style .caption {
    padding-bottom: 25px;
    padding-top: 25px;
    min-height: 98px; }
  .elementor-product-style-3 li.elementor-style:hover a[class*=product_type_] {
    bottom: 0; }
  .elementor-product-style-3 li.elementor-style:hover .product-caption {
    top: 5px;
    right: 5px; }
  .elementor-product-style-3 li.elementor-style:hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }

/** Product Animation End : Style 3 */
/** Product Animation Start : Style 4 */
.product-style-4 li.product:not(.elementor-style) {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .product-style-4 li.product:not(.elementor-style) .product-block {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .product-style-4 li.product:not(.elementor-style) .product-block {
        margin-bottom: 40px; } }
  .product-style-4 li.product:not(.elementor-style) .woocommerce-loop-product__title,.product-style-4 li.product:not(.elementor-style) h2,.product-style-4 li.product:not(.elementor-style) h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .product-style-4 li.product:not(.elementor-style) .woocommerce-loop-product__title a,.product-style-4 li.product:not(.elementor-style) h2 a,.product-style-4 li.product:not(.elementor-style) h3 a {
      color: #222; }
  .product-style-4 li.product:not(.elementor-style) .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .product-style-4 li.product:not(.elementor-style) .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .product-style-4 li.product:not(.elementor-style) .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .product-style-4 li.product:not(.elementor-style) .price del {
      margin-right: 0;
      margin-left: 10px; }
  .product-style-4 li.product:not(.elementor-style) .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .product-style-4 li.product:not(.elementor-style) a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    bottom: 50%;
    opacity: 0;
    transform: translate(-50%,50%);
    left: 50%;
    max-width: 100%;
    width: 300px; }
    .product-style-4 li.product:not(.elementor-style) a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px; }
    .product-style-4 li.product:not(.elementor-style) a[class*=product_type_].loading,.product-style-4 li.product:not(.elementor-style) a[class*=product_type_]:hover {
      text-decoration: underline; }
  .product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.product-style-4 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .product-style-4 li.product:not(.elementor-style) .caption {
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%; }
  .product-style-4 li.product:not(.elementor-style):hover a[class*=product_type_] {
    opacity: 1;
    bottom: 50%; }
  .product-style-4 li.product:not(.elementor-style):hover .product-caption {
    top: 5px;
    right: 5px; }
  .product-style-4 li.product:not(.elementor-style):hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }
  .product-style-4 li.product:not(.elementor-style):hover .woocommerce-loop-product__link {
    background-color: hsla(0,0%,100%,.8); }
  .product-style-4 li.product:not(.elementor-style):hover .product-block {
    box-shadow: 0 6px 17.82px .18px rgba(0,0,0,.07); }
  .product-style-4 li.product:not(.elementor-style):hover.outofstock a[class*=product_type_] {
    opacity: 0; }

.elementor-product-style-4 li.elementor-style {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .elementor-product-style-4 li.elementor-style .product-block {
    padding-bottom: 0; }
  .elementor-product-style-4 li.elementor-style .woocommerce-loop-product__title,.elementor-product-style-4 li.elementor-style h2,.elementor-product-style-4 li.elementor-style h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: .2em; }
    .elementor-product-style-4 li.elementor-style .woocommerce-loop-product__title a,.elementor-product-style-4 li.elementor-style h2 a,.elementor-product-style-4 li.elementor-style h3 a {
      color: #222; }
  .elementor-product-style-4 li.elementor-style .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .elementor-product-style-4 li.elementor-style .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .elementor-product-style-4 li.elementor-style .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse; }
    .elementor-product-style-4 li.elementor-style .price del {
      margin-right: 0;
      margin-left: 10px; }
  .elementor-product-style-4 li.elementor-style .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .elementor-product-style-4 li.elementor-style a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    line-height: 60px;
    display: block;
    z-index: 9;
    bottom: 50%;
    opacity: 0;
    transform: translate(-50%,50%);
    left: 50%;
    max-width: 100%;
    width: 300px; }
    .elementor-product-style-4 li.elementor-style a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px;
      display: inline-block; }
    .elementor-product-style-4 li.elementor-style a[class*=product_type_].loading,.elementor-product-style-4 li.elementor-style a[class*=product_type_]:hover {
      text-decoration: underline; }
  .elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.elementor-product-style-4 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .elementor-product-style-4 li.elementor-style .caption {
    padding-bottom: 25px;
    padding-top: 25px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%; }
  .elementor-product-style-4 li.elementor-style:hover a[class*=product_type_] {
    opacity: 1;
    bottom: 50%; }
  .elementor-product-style-4 li.elementor-style:hover .product-caption {
    top: 5px;
    right: 5px; }
  .elementor-product-style-4 li.elementor-style:hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }
  .elementor-product-style-4 li.elementor-style:hover .woocommerce-loop-product__link {
    background-color: hsla(0,0%,100%,.8); }
  .elementor-product-style-4 li.elementor-style:hover.outofstock a[class*=product_type_] {
    opacity: 0; }

/** Product Animation End : Style 4 */
/** Product Animation Start : Style 5 */
.product-style-5 li.product:not(.elementor-style) {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .product-style-5 li.product:not(.elementor-style) .product-block {
    padding-bottom: 0;
    position: relative; }
  .product-style-5 li.product:not(.elementor-style) .woocommerce-loop-product__title,.product-style-5 li.product:not(.elementor-style) h2,.product-style-5 li.product:not(.elementor-style) h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: .2em; }
    .product-style-5 li.product:not(.elementor-style) .woocommerce-loop-product__title a,.product-style-5 li.product:not(.elementor-style) h2 a,.product-style-5 li.product:not(.elementor-style) h3 a {
      color: #222; }
  .product-style-5 li.product:not(.elementor-style) .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .product-style-5 li.product:not(.elementor-style) .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .product-style-5 li.product:not(.elementor-style) .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 5px; }
    .product-style-5 li.product:not(.elementor-style) .price del {
      margin-right: 0;
      margin-left: 10px; }
  .product-style-5 li.product:not(.elementor-style) .posted_in {
    font-size: 12px;
    font-size: .85714rem;
    text-transform: uppercase; }
    .product-style-5 li.product:not(.elementor-style) .posted_in:before {
      content: "#";
      padding-left: 5px; }
  .product-style-5 li.product:not(.elementor-style) .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .product-style-5 li.product:not(.elementor-style) a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    bottom: 50%;
    opacity: 0;
    transform: translate(-50%,50%);
    left: 50%;
    max-width: 100%;
    width: 300px; }
    .product-style-5 li.product:not(.elementor-style) a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px; }
    .product-style-5 li.product:not(.elementor-style) a[class*=product_type_].loading,.product-style-5 li.product:not(.elementor-style) a[class*=product_type_]:hover {
      text-decoration: underline; }
  .product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.product-style-5 li.product:not(.elementor-style) .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .product-style-5 li.product:not(.elementor-style) .caption {
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%; }
  .product-style-5 li.product:not(.elementor-style):hover a[class*=product_type_] {
    opacity: 1;
    bottom: 50%; }
  .product-style-5 li.product:not(.elementor-style):hover .product-caption {
    top: 5px;
    right: 5px; }
  .product-style-5 li.product:not(.elementor-style):hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }
  .product-style-5 li.product:not(.elementor-style):hover.outofstock a[class*=product_type_] {
    opacity: 0; }

.elementor-product-style-5 li.elementor-style {
  overflow: visible;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .elementor-product-style-5 li.elementor-style .product-block {
    padding-bottom: 0; }
  .elementor-product-style-5 li.elementor-style .woocommerce-loop-product__title,.elementor-product-style-5 li.elementor-style h2,.elementor-product-style-5 li.elementor-style h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: .2em; }
    .elementor-product-style-5 li.elementor-style .woocommerce-loop-product__title a,.elementor-product-style-5 li.elementor-style h2 a,.elementor-product-style-5 li.elementor-style h3 a {
      color: #222; }
  .elementor-product-style-5 li.elementor-style .product-transition {
    margin-bottom: 0;
    overflow: hidden; }
  .elementor-product-style-5 li.elementor-style .product-caption {
    top: 5px;
    right: 5px;
    width: 40px; }
  .elementor-product-style-5 li.elementor-style .price {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin-top: 5px; }
    .elementor-product-style-5 li.elementor-style .price del {
      margin-right: 0;
      margin-left: 10px; }
  .elementor-product-style-5 li.elementor-style .onsale {
    box-shadow: inset 0 -7px #f9d4bd;
    line-height: 1;
    padding-bottom: 0;
    background-color: transparent; }
  .elementor-product-style-5 li.elementor-style a[class*=product_type_] {
    font-size: 13px;
    font-size: .92857rem;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    transition: all .35s ease;
    color: #fff;
    background-color: #000;
    position: absolute;
    right: 0;
    line-height: 60px;
    display: block;
    z-index: 9;
    bottom: 50%;
    opacity: 0;
    transform: translate(-50%,50%);
    left: 50%;
    max-width: 100%;
    width: 300px; }
    .elementor-product-style-5 li.elementor-style a[class*=product_type_]:before {
      content: "+";
      padding-right: 5px;
      display: inline-block; }
    .elementor-product-style-5 li.elementor-style a[class*=product_type_].loading,.elementor-product-style-5 li.elementor-style a[class*=product_type_]:hover {
      text-decoration: underline; }
  .elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div>a {
    opacity: 0;
    background: transparent;
    transition: all .3s ease; }
    .elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover {
      background: transparent;
      color: #ff4a5d; }
      .elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #ff4a5d; }
  .elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a,.elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a {
    opacity: 1; }
    .elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.elementor-product-style-5 li.elementor-style .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
      color: #ff4a5d; }
  .elementor-product-style-5 li.elementor-style .posted_in {
    font-size: 12px;
    font-size: .85714rem;
    text-transform: uppercase; }
    .elementor-product-style-5 li.elementor-style .posted_in:before {
      content: "#";
      padding-left: 5px; }
  .elementor-product-style-5 li.elementor-style .caption {
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%; }
  .elementor-product-style-5 li.elementor-style:hover a[class*=product_type_] {
    opacity: 1;
    bottom: 50%; }
  .elementor-product-style-5 li.elementor-style:hover .product-caption {
    top: 5px;
    right: 5px; }
  .elementor-product-style-5 li.elementor-style:hover .yith-wcwl-add-to-wishlist>div>a {
    opacity: 1; }
  .elementor-product-style-5 li.elementor-style:hover.outofstock a[class*=product_type_] {
    opacity: 0; }

/** Product Animation End : Style 5 */
.shop-action .woosw-btn {
  width: 40px;
  height: 40px;
  position: relative;
  white-space: nowrap;
  text-indent: -999em;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
  background: transparent; }
  .shop-action .woosw-btn:before {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0;
    font-size: 14px;
    font-size: 1rem; }
  .shop-action .woosw-btn.woosw-added:before {
    color: red; }
  .shop-action .woosw-btn.woosw-adding: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: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px; }

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a,.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
  padding: 0;
  background-color: transparent;
  margin-top: 10px;
  border: none; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a:hover,.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a:hover {
    text-decoration: underline; }

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
  padding: 15px; }

.single-product div.product .entry-summary .wooscp-btn,.single-product div.product .entry-summary .woosw-btn {
  border-radius: 0;
  font-weight: 600;
  padding: 0;
  border: 0;
  background: transparent;
  border-bottom: 1px solid;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px; }
  .single-product div.product .entry-summary .wooscp-btn:before,.single-product div.product .entry-summary .woosw-btn:before {
    content: "+";
    margin-right: 5px; }

/*
Theme Name: Auros
Theme URI: http://demo2.wpopal.com/auros
Author: Opal Team
Author URI: https://www.wpopal.com/
Description: Auros is a modern & minimal Furniture WordPress Shopping Theme.  Built on the powerful WooCommerce, Auros fits for a range of e-commerce website like Furniture shop, Furniture marketplace, Wood shop, Interior shop, Architecture shop, and much more. Featuring with 19+ pre-built shopping homepages, Elementor - the best drag n drop Page Builder
Version: 2.0.3
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, sticky-post, translation-ready
Text Domain: auros

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
    5.1 Page Title
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
   12.1 Off Canvas
   12.2 Pagination
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Modal
    17.1 Modal User
18.0 SVGs Fallbacks
19.0 Colors
    19.1 Colors Schema Light
20.0 Media Queries
21.0 Print
--------------------------------------------------------------*/
@font-face {
  font-family: Eina03;
  src: url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Bold.ttf) format("ttf"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Bold.woff) format("woff"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Bold.eot) format("eot");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: Eina03;
  src: url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Regular.ttf) format("ttf"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Regular.woff) format("woff"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-Regular.eot) format("eot");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Eina03;
  src: url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-RegularItalic.ttf) format("ttf"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-RegularItalic.woff) format("woff"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-RegularItalic.eot) format("eot");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: Eina03;
  src: url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-SemiBold.ttf) format("ttf"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-SemiBold.woff) format("woff"),url(//dwmartins.com/wp-content/themes/auros/assets/fonts/Eina03-SemiBold.eot) format("eot");
  font-weight: 600;
  font-style: normal; }


/*-------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: Eina03,Helvetica Neue,helvetica,arial,sans-serif;
  line-height: 1.86;
  -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;
  font-weight: 700; }

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

dfn {
  font-style: italic; }

mark {
  color: #000;
  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,video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,input,optgroup,select,textarea {
  font-family: Eina03,Helvetica Neue,helvetica,arial,sans-serif;
  font-size: 100%;
  line-height: 1.75;
  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%;
  padding: 0;
  white-space: normal; }

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

textarea {
  overflow: auto; }

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

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

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

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

details,menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

[hidden],template {
  display: none; }

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


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
#order_review_heading,.custom-logo-link+.site-branding-text,.elementor-element .gallery-columns-6 .gallery-caption,.elementor-element .gallery-columns-7 .gallery-caption,.elementor-element .gallery-columns-8 .gallery-caption,.elementor-element .gallery-columns-9 .gallery-caption,.entry-gallery .gallery-columns-6 .gallery-caption,.entry-gallery .gallery-columns-7 .gallery-caption,.entry-gallery .gallery-columns-8 .gallery-caption,.entry-gallery .gallery-columns-9 .gallery-caption,.opal-pagination-6 .next.page-numbers .fa,.opal-pagination-6 .prev.page-numbers .fa,.screen-reader-text,.shop-action .yith-wcwl-add-to-wishlist>div span,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,.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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  #order_review_heading:focus,.custom-logo-link+.site-branding-text:focus,.elementor-element .gallery-columns-6 .gallery-caption:focus,.elementor-element .gallery-columns-7 .gallery-caption:focus,.elementor-element .gallery-columns-8 .gallery-caption:focus,.elementor-element .gallery-columns-9 .gallery-caption:focus,.entry-gallery .gallery-columns-6 .gallery-caption:focus,.entry-gallery .gallery-columns-7 .gallery-caption:focus,.entry-gallery .gallery-columns-8 .gallery-caption:focus,.entry-gallery .gallery-columns-9 .gallery-caption:focus,.opal-pagination-6 .next.page-numbers .fa:focus,.opal-pagination-6 .prev.page-numbers .fa:focus,.screen-reader-text:focus,.shop-action .yith-wcwl-add-to-wishlist>div span:focus,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span:focus,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span:focus,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback: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 !important; }

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:after,.clear:before,.widget_recent_entries ul:after,.widget_recent_entries ul:before {
  content: "";
  display: table;
  table-layout: fixed; }

#yith-quick-view-modal #yith-quick-view-content .product div.product:after,.clearfix:after,.mc4wp-form-fields:after {
  display: block;
  clear: both;
  content: ""; }

.comment-author:after,.comment-author:before,.comment-content:after,.comment-content:before,.comment-meta:after,.comment-meta:before,.entry-content:after,.entry-content:before,.entry-footer:after,.entry-footer:before,.pagination:after,.pagination:before,.site-content:after,.site-content:before,.site-footer:after,.site-footer:before,.site-header:after,.site-header:before,.widget-area:after,.widget-area:before,.widget:after,.widget:before,.woocommerce-pagination:after,.woocommerce-pagination:before {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,.comment-author:after,.comment-content:after,.comment-meta:after,.entry-content:after,.entry-footer:after,.nav-links:after,.pagination:after,.site-content:after,.site-footer:after,.site-header:after,.widget-area:after,.widget:after,.widget_recent_entries ul:after,.woocommerce-pagination:after {
  clear: both; }

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html {
  font-size: 14px; }

body,button,input,select,textarea {
  color: #333;
  font-size: 1rem;
  line-height: 2;
  font-family: Eina03,Helvetica Neue,helvetica,arial,sans-serif; }

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

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700; }

h2 {
  font-size: 24px;
  font-size: 1.71429rem; }

h2,h3 {
  color: #222; }

h3 {
  font-size: 20px;
  font-size: 1.42857rem; }

h4 {
  font-size: 18px;
  font-size: 1.28571rem; }

h4,h5 {
  color: #222; }

h5 {
  font-size: 16px;
  font-size: 1.14286rem; }

h6 {
  color: #222;
  font-size: 14px;
  font-size: 1rem; }

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

select {
  background: transparent; }

cite,dfn,em,i {
  font-style: italic; }

blockquote {
  quotes: "" "";
  color: #022;
  overflow: hidden;
  font-size: 1.25rem;
  border-left: 8px solid #eb7025;
  padding: 1.2em 20px 1.2em 40px;
  line-height: 1.6;
  position: relative;
  background: #ededed;
  margin: 0 0 1.5em; }
  @media (min-width: 1200px) {
    blockquote {
      padding: 1.2em 30px 1.2em 60px;
      border-left-width: 4px; } }
  blockquote:before {
    font-family: Arial;
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px; }
  blockquote p {
    margin: 0; }
  blockquote cite {
    display: block;
    font-weight: 400;
    font-weight: 700;
    margin-top: .5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background-color: #eee;
  font-family: Courier\ 10 Pitch,Courier,monospace;
  line-height: 1.715;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,kbd,pre,tt,var {
  font-size: 14px;
  font-size: .875rem; }

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

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

:focus {
  outline: none; }

/*--------------------------------------------------------------
5.1 Page Title
--------------------------------------------------------------*/
.page-title-bar {
  background-color: #fafafa;
  position: relative;
  z-index: 3;
  border-width: 0; }
  .page-title-bar .wrap {
    min-height: 140px;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 768px) {
      .page-title-bar .wrap {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .page-title-bar .wrap .page-title {
      margin: 0;
      padding: 0; }
  .home .page-title-bar {
    display: none; }

.page-header .page-title {
  margin-top: 1em; }

.page-title {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 42px;
  font-weight: 700; }

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
.form-group {
  box-shadow: none;
  line-height: 1.56;
  margin-bottom: 1rem; }
  .form-group.form-button {
    margin-bottom: 0; }
  .form-group .form-row label {
    font-weight: 600; }
    .form-group .form-row label+label {
      margin-left: 15px; }

.form-control {
  box-shadow: none; }

label {
  color: #222;
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-transform: capitalize; }

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

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea {
  font-size: 1rem;
  border: 1px solid #f6f6f6;
  display: block;
  width: 100%;
  padding: .8rem 1.25rem;
  background-color: #f6f6f6;
  border-radius: 0; }

textarea {
  transition: all .3s ease; }
  textarea::placeholder {
    transition: all .5s ease; }

input {
  transition: all .3s ease; }
  input::placeholder {
    transition: all .5s ease; }
  input[type=color]:focus::placeholder,input[type=date]:focus::placeholder,input[type=datetime-local]:focus::placeholder,input[type=datetime]:focus::placeholder,input[type=email]:focus::placeholder,input[type=month]:focus::placeholder,input[type=number]:focus::placeholder,input[type=password]:focus::placeholder,input[type=range]:focus::placeholder,input[type=search]:focus::placeholder,input[type=tel]:focus::placeholder,input[type=text]:focus::placeholder,input[type=time]:focus::placeholder,input[type=url]:focus::placeholder,input[type=week]:focus::placeholder {
    color: transparent; }

textarea:focus {
  color: #222; }
  textarea:focus::placeholder {
    color: transparent; }

select {
  border-radius: 0;
  height: 3em;
  max-width: 100%; }

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

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

button[type=submit],input[type=button],input[type=submit] {
  background-color: #222;
  border-color: #222; }

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

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: .75rem;
  text-align: left; }

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

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

.wpcf7 div.wpcf7-response-output,.wpcf7 span.wpcf7-list-item {
  margin: 0; }

.wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: #222;
  text-transform: capitalize; }

.elementor-align-right .wpcf7 .ajax-loader {
  background-position: 100%; }

.elementor-align-center .wpcf7 .ajax-loader {
  background-position: 50%; }

.elementor-align-justify .wpcf7 input[type=submit],.elementor-mobile-align-justify .wpcf7 input[type=submit],.elementor-tablet-align-justify .wpcf7 input[type=submit] {
  width: 100%; }

.elementor-align-justify .wpcf7 div.wpcf7-response-output,.elementor-mobile-align-justify .wpcf7 div.wpcf7-response-output,.elementor-tablet-align-justify .wpcf7 div.wpcf7-response-output {
  text-align: center; }

.elementor-align-justify .wpcf7 .ajax-loader,.elementor-mobile-align-justify .wpcf7 .ajax-loader,.elementor-tablet-align-justify .wpcf7 .ajax-loader {
  background-position: 50%; }

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

::-moz-placeholder {
  color: #222;
  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: #222;
  font-family: Libre Franklin,Helvetica Neue,helvetica,arial,sans-serif; }

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

.opal-checkbox {
  position: relative; }
  .opal-checkbox .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    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 {
      font-weight: 700;
      color: #222; }
  .opal-checkbox .info {
    padding-left: 1.5rem; }

/* Rdiobox */
.opal-radio {
  position: relative; }
  .opal-radio .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    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 {
      font-weight: 400;
      color: #222; }
  .opal-radio .info {
    padding-left: 1.5rem; }

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

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

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

.post-password-form input {
  font-size: 14px;
  height: 52px;
  box-shadow: 0 0;
  margin-top: 0;
  flex: 1; }

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

.box-content,.opal-sidebar-boxed:not(.opal-sidebar-title-outside) #secondary .widget,.opal-sidebar-title-outside #secondary .widget>:not(.widget-title):not(.customize-partial-edit-shortcut) {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: .25rem; }

.box-border,.box-shadow,.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;
  border-radius: .25rem;
  padding: 40px; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li>ol,li>ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

#reviews .commentlist,#reviews .commentlist .children,.comment-list,.comment-list .children,.list-inline,.list-unstyled,.opal-custom-menu-inline .widget ul {
  padding-left: 0;
  list-style: none; }

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

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

thead th {
  padding-bottom: .5em; }

th {
  text-align: left; }

td,th {
  padding: .4em; }

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

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

.table-striped tbody tr:nth-of-type(2n) {
  background-color: #eee; }

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #222;
  text-decoration: none;
  transition: all .3s ease; }
  a:active,a:hover {
    outline: 0; }

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  position: relative;
  margin-bottom: 20px; }
  .post-thumbnail a,.post-thumbnail img {
    display: block; }
  .post-thumbnail.embed-responsive {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box; }

.effect-thumbnail:hover .post-thumbnail a:before,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail a:before {
  visibility: visible;
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100); }

.effect-thumbnail:hover .post-thumbnail img,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .post-thumbnail img {
  filter: grayscale(0);
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100); }

.effect-thumbnail .post-thumbnail,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail {
  position: relative; }
  .effect-thumbnail .post-thumbnail a,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a {
    display: block;
    background-image: linear-gradient(left,#eb7025,#022);
    background-image: -webkit-linear-gradient(left,#eb7025,#022); }
    .effect-thumbnail .post-thumbnail a:before,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail a:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0,0,0,.3);
      display: block;
      z-index: 1;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      transition: all .3s ease; }
  .effect-thumbnail .post-thumbnail img,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .post-thumbnail img {
    display: block;
    filter: grayscale(100%);
    opacity: .2;
    -ms-opacity: .2;
    -o-opacity: .2;
    -moz-opacity: .2;
    -webkit-opacity: .2;
    filter: alpha(opacity=20);
    transition: all .3s ease; }

.effect-thumbnail-v2:hover .entry-header,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper:hover .entry-header {
  border-bottom: 4px solid #ffd8d4; }

.effect-thumbnail-v2 .entry-header,.elementor-widget-opal-box-overview .elementor-box-overview-wrapper .entry-header {
  transition: all .3s ease;
  border-bottom: 4px solid transparent; }

.effect-thumbnail-v3:hover .post-thumbnail img {
  transform: scale(1.1); }

.effect-thumbnail-v3 .post-thumbnail {
  overflow: hidden; }
  .effect-thumbnail-v3 .post-thumbnail img {
    transform: scale(1);
    transition: all .5s ease; }

.effect-thumbnail-v4,.elementor-widget-opal-box-overview {
  transition: all .3s ease; }
  .effect-thumbnail-v4:hover,.elementor-widget-opal-box-overview:hover {
    transform: translateY(-5px); }

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both; }
  .main-navigation .top-menu>li>a {
    padding: .75em 1.25em; }
  .main-navigation>div>ul {
    padding: .75em 1.695em; }
  .main-navigation .text-label {
    font-size: 11px;
    font-size: .78571rem;
    font-weight: 400;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: .25rem;
    color: #fff;
    margin-left: .25rem;
    display: inline-block;
    text-align: center;
    min-width: 32px;
    position: absolute;
    line-height: 1.4;
    transform: translate(-30px,-100%); }
    .main-navigation .text-label:before {
      content: "";
      border: 5px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 7px; }
  .main-navigation.d-block {
    width: 100%; }

.mainmenu-container {
  clear: both; }
  .mainmenu-container ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left; }
  .mainmenu-container ul ul {
    padding-left: 0;
    padding-right: 0; }
    .mainmenu-container ul ul.toggled-on {
      display: block; }
    .mainmenu-container ul ul .menu-item>a {
      letter-spacing: 0;
      position: relative;
      text-transform: none;
      font-size: 13px;
      font-size: .92857rem;
      line-height: 20px;
      width: 100%;
      display: block;
      margin-bottom: 0;
      padding: 10px 20px; }
      .mainmenu-container ul ul .menu-item>a:active,.mainmenu-container ul ul .menu-item>a:focus,.mainmenu-container ul ul .menu-item>a:hover {
        background-color: rgba(34,34,34,.1); }
  .mainmenu-container li {
    position: relative;
    text-align: left; }
      .mainmenu-container li li,.mainmenu-container li li:last-child {
        border: 0; }
    .mainmenu-container li a span {
      padding-right: .5rem; }
  .mainmenu-container .menu-item>a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    font-weight: 400; }
  .mainmenu-container .menu-item-has-children>a>i,.mainmenu-container .page_item_has_children>a>i {
    color: #222; }
  .mainmenu-container li li.current-menu-item a:focus,.mainmenu-container li li.current-menu-item a:hover,.mainmenu-container li li.current_page_item a:focus,.mainmenu-container li li.current_page_item a:hover,.mainmenu-container li li.focus>a,.mainmenu-container li li:focus>a,.mainmenu-container li li:hover>a {
    color: #000; }
  .mainmenu-container>div>ul {
    padding: .75em 1.695em; }
  .mainmenu-container .text-label {
    font-size: 11px;
    font-size: .78571rem;
    font-weight: 400;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: .25rem;
    margin-left: .25rem;
    display: inline-block;
    text-align: center;
    min-width: 32px;
    position: absolute;
    line-height: 1.4;
    transform: translate(-30px,-100%); }
    .mainmenu-container .text-label:before {
      content: "";
      border: 5px solid transparent;
      position: absolute;
      bottom: -10px;
      left: 7px; }

.site-header .main-navigation ul ul {
  min-width: 280px; }

.site-header .mainmenu-container .top-menu>li {
  margin-right: 35px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .site-header .mainmenu-container .top-menu>li {
      margin-right: 25px; } }
  .site-header .mainmenu-container .top-menu>li>a {
    font-size: 14px;
    font-size: 1rem;
    padding: 1em 0;
    font-weight: 600;
    position: relative; }
    .site-header .mainmenu-container .top-menu>li>a:before {
      content: "";
      width: calc(100% + 20px);
      height: 0;
      background: rgba(235,112,37,.3);
      position: absolute;
      left: 50%;
      bottom: 19px;
      transform: translateX(-50%);
      transition: all .3s; }
    .site-header .mainmenu-container .top-menu>li>a:hover {
      color: #000; }
  .site-header .mainmenu-container .top-menu>li.current-menu-item>a:before,.site-header .mainmenu-container .top-menu>li>a:hover:before {
    height: 6px; }

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

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.main-navigation ul,.sub-menu .text-label:before {
  display: none; }

.main-navigation.toggled-on>div>ul {
  display: block; }

/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  outline: none !important;
  padding: .7em;
  text-shadow: none;
  position: relative;
  z-index: 100;
  border: 2px solid #666; }
  .menu-toggle i {
    padding-right: 5px;
    font-weight: 700; }

/* Display the menu toggle when JavaScript is available. */
.main-navigation.toggled-on ul.nav-menu,.menu-toggle {
  display: block; }

.menu-toggle:focus,.menu-toggle:hover {
  background-color: transparent;
  box-shadow: none; }

.menu-toggle:focus {
  outline: thin solid; }

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

/* My Account Menu */
.my-account-links-menu {
  list-style: none; }
  .my-account-links-menu li {
    position: relative; }
    .my-account-links-menu li:hover .sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
      z-index: 2; }
  .my-account-links-menu>li {
    display: inline-block;
    list-style: none; }
  .my-account-links-menu .sub-menu {
    opacity: 0;
    position: absolute;
    top: 200%;
    right: -1px;
    min-width: 200px;
    background-color: #ccc;
    visibility: hidden;
    margin: 0;
    transition: .3s; }
    .my-account-links-menu .sub-menu li {
      float: none !important; }
      .my-account-links-menu .sub-menu li:first-child {
        border-left: none; }
      .my-account-links-menu .sub-menu li a {
        border: none;
        text-align: left; }

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

.custom-header .my-account-links-menu>li:first-child>a {
  font-size: 0;
  display: block; }
  .custom-header .my-account-links-menu>li:first-child>a:before {
    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: .85714rem;
    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: .85714rem; }

/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none; }

.opal-menu-canvas.main-navigation>div>ul {
  display: block; }

.vertical-navigation {
  position: relative;
  width: 100%; }
  .vertical-navigation .menu-open-label {
    padding: 1em 25px;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 500;
    display: block; }
    .vertical-navigation .menu-open-label i,.vertical-navigation .menu-open-label img {
      margin-right: 15px; }
  .vertical-navigation .arrow-opener {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -16px; }
    .vertical-navigation .arrow-opener:before {
      content: "\e1aa";
      font-family: web-mob !important;
      font-style: normal !important;
      font-weight: 400 !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      font-size: 8px;
      font-size: .57143rem; }
  .vertical-navigation ul {
    margin: 0;
    list-style: none; }
  .vertical-navigation.show-on-hover .vertical-menu-dropdown {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .vertical-navigation.show-on-hover:hover .vertical-menu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }

.vertical-menu-dropdown {
  position: absolute;
  width: 100%;
  z-index: 3;
  transition: opacity .25s ease,visibility .25s ease,left .25s ease; }

body:not(.opal-header-layout-sideHeader) .search_nav {
  left: -999em !important; }
  body:not(.opal-header-layout-sideHeader) .search_nav.active {
    left: auto !important;
    right: 0 !important;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }

.navigation-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .navigation-logo .custom-logo-link {
    padding: 0; }
  .navigation-logo .site-branding {
    padding: 0 1em; }

.navigation-has-logo {
  display: block; }
  .navigation-has-logo .mainmenu-container {
    position: relative;
    transition: .35s;
    opacity: 0;
    text-align: center; }
  .navigation-has-logo.menu-calculated .mainmenu-container {
    opacity: 1; }
  .navigation-has-logo.d-inline-block {
    position: relative; }

.main-navigation a {
  font-size: 1em; }
  .main-navigation a.fa:before {
    font-size: 14px;
    font-size: 1rem; }

.main-navigation li li {
  border: 0;
  border: none; }
  .main-navigation li li a:before {
    display: none; }

.main-navigation ul ul {
  box-shadow: 0 1px 16px 0 rgba(0,0,0,.1);
  border: 0; }

/*--------------------------------------------------------------
12.1 Navigation
--------------------------------------------------------------*/

#page,.opal-wrapper {
  transition: transform .5s; }

#page {
  z-index: 101; }

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

.scroller {
  overflow-y: scroll; }

.menu-trigger,.scroller,.scroller-inner {
  position: relative; }

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

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

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

.mp-menu {
  position: absolute;
  /* we can't use fixed here :( */
  top: 0;
  left: 0;
  z-index: 1;
  width: 300px;
  height: 100%;
  transform: translate3d(-100%,0,0);
  display: none; }
  .mp-menu.mp-menu-active {
    z-index: 3; }

#page+.mp-menu,.mp-menu+.mp-menu {
  display: block; }

.mp-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  transform: translate3d(-100%,0,0);
  z-index: 3; }

/* overlays for pusher and for level that gets covered */

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

.mp-level:after,.mp-pusher:after {
  background: rgba(0,0,0,.3);
  transition: opacity .3s,width .1s .3s,height .1s .3s; }

.mp-level:after {
  z-index: -1; }

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

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

.mp-level,.mp-pusher {
  transition: all .5s; }

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

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

/* cover */
.mp-cover .mp-level.mp-level-open {
  transform: translateZ(0); }
  .mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
    transform: translate3d(-100%,0,0); }

/* content style */
.mp-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mp-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,.4);
  text-shadow: 0 0 1px rgba(0,0,0,.1);
  font-weight: 300;
  font-size: 2em; }

.mp-menu.mp-overlap h2:before {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
  font-size: 75%;
  line-height: 1.8;
  opacity: 0;
  transition: opacity .3s,transform .1s .3s;
  transform: translateX(-100%); }

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

.mp-overlap .mp-level.mp-level-overlay>h2:before {
  opacity: 1;
  transition: transform .3s,opacity .3s;
  transform: translateX(0); }

.mp-menu ul li>a {
  display: block;
  padding: .7em 3em .7em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0,0,0,.15);
  text-shadow: 0 0 1px hsla(0,0%,100%,.1);
  font-size: 15px;
  font-size: 1.07143rem;
  transition: background .3s,box-shadow .3s; }

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

.mp-level>ul>li:first-child>a {
  box-shadow: inset 0 -1px rgba(0,0,0,.2),inset 0 1px rgba(0,0,0,.2); }
  .mp-menu a,.mp-menu a:hover {
    color: #fff; }

.mp-menu ul li a:hover {
  background: rgba(0,0,0,.2);
  box-shadow: inset 0 -1px transparent; }

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

.mp-level>ul>li:first-child>a:hover {
  background: rgba(0,0,0,.2); }

.mp-level.mp-level-overlay>ul>li:first-child>a,.mp-level>ul>li:first-child>a:hover,.mp-menu .mp-level.mp-level-overlay>ul>li>a {
  box-shadow: inset 0 -1px transparent; }

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

/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back {
  background: rgba(0,0,0,.1);
  outline: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
  font-size: .8em;
  padding: 1em;
  position: relative;
  box-shadow: inset 0 1px rgba(0,0,0,.1);
  transition: background .3s; }
  .mp-back .fa {
    font-size: 12px; }
  .mp-back:after {
    /*font-family: 'linecons';*/
    /*position: absolute;*/
    /*content: "\e037";*/
    /*right: 10px;*/
    /*font-size: 1.3em;*/
    /*color: rgba(0,0,0,0.3);*/ }
  .mp-menu .mp-level.mp-level-overlay>.mp-back,.mp-menu .mp-level.mp-level-overlay>.mp-back:after {
    background: transparent;
    box-shadow: none;
    color: transparent; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,.no-js .mp-pusher {
  padding-left: 300px; }

.no-csstransforms3d .mp-menu .mp-level,.no-js .mp-menu .mp-level {
  display: none; }

.no-csstransforms3d .mp-menu>.mp-level,.no-js .mp-menu>.mp-level {
  display: block; }

.mp-menu .menu-item-has-children>a {
  position: relative;
  z-index: 1; }

.mp-pushed .scroller:before {
  content: "";
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,.4); }

.mp-pushed .scroller:before,.trigger {
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

.trigger {
  width: 4em;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border-left: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.05);
  font-size: 12px !important; }
  .trigger:hover {
    background: rgba(0,0,0,.2); }

/*--------------------------------------------------------------
12.2 Pagination
--------------------------------------------------------------*/
.page-numbers:not(ul) {
  display: inline-block;
  line-height: 3em;
  height: 3em;
  width: 3em; }
  .page-numbers:not(ul).current {
    display: inline-block;
    border-radius: 50%;
    color: #000;
    background-color: #ccc; }
    .elementor-element .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.elementor-element .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-6 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-7 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-8 .page-numbers:not(ul).current .gallery-caption,.entry-gallery .gallery-columns-9 .page-numbers:not(ul).current .gallery-caption,.opal-pagination-6 .next.page-numbers .page-numbers:not(ul).current .fa,.opal-pagination-6 .prev.page-numbers .page-numbers:not(ul).current .fa,.page-numbers:not(ul).current #order_review_heading,.page-numbers:not(ul).current .custom-logo-link+.site-branding-text,.page-numbers:not(ul).current .elementor-element .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .elementor-element .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-6 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-7 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-8 .gallery-caption,.page-numbers:not(ul).current .entry-gallery .gallery-columns-9 .gallery-caption,.page-numbers:not(ul).current .opal-pagination-6 .next.page-numbers .fa,.page-numbers:not(ul).current .opal-pagination-6 .prev.page-numbers .fa,.page-numbers:not(ul).current .screen-reader-text,.page-numbers:not(ul).current .shop-action .yith-wcwl-add-to-wishlist>div span,.page-numbers:not(ul).current .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.page-numbers:not(ul).current .single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.page-numbers:not(ul).current .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,.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>div .page-numbers:not(ul).current span,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .page-numbers:not(ul).current span,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .page-numbers:not(ul).current span,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .page-numbers:not(ul).current .feedback,.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 {
  display: inline-block;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .3s ease-in-out; }

.elementor-pagination .next.page-numbers,.elementor-pagination .prev.page-numbers {
  width: auto;
  height: auto; }

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

.comments-pagination,.pagination,.woocommerce-pagination {
  font-size: 12px;
  padding: 2em 0 3em;
  text-align: center; }
  .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;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 10px;
  font-size: .71429rem;
  font-weight: 400;
  text-align: center; }
  .opal-pagination-1 .ore-pagination ul.page-numbers {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .opal-pagination-1 .ore-pagination ul.page-numbers li {
      display: inline-block; }

.opal-pagination-2 .page-numbers:not(ul) {
  border-radius: .25rem;
  background-color: #eee; }
  .opal-pagination-2 .page-numbers:not(ul).current {
    border-radius: .25rem;
    color: #fff;
    background-color: #000; }
  .opal-pagination-2 .page-numbers:not(ul):hover {
    background-color: #000;
    color: #fff; }
  .opal-pagination-3 .page-numbers:not(ul),.opal-pagination-3 .page-numbers:not(ul).current {
    border-radius: .25rem; }

.opal-pagination-3 a.page-numbers:hover {
  background-color: #000;
  color: #fff; }

.opal-pagination-4 .page-numbers:not(ul).current {
  border-radius: 0;
  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) {
  border-radius: 50%;
  background-color: #eee; }
  .opal-pagination-5 .page-numbers:not(ul).current {
    background-color: #000;
    color: #fff; }
  .opal-pagination-5 .page-numbers:not(ul).dots {
    border-radius: 0;
    background-color: transparent; }

.opal-pagination-5 .next.page-numbers,.opal-pagination-5 .prev.page-numbers {
  background-color: transparent; }

.opal-pagination-6 .page-numbers:not(ul) {
  border-color: #ebebeb;
  margin-right: 2px;
  margin-left: 2px;
  color: #bcbcbc;
  width: 3.8em;
  height: 3.2em;
  line-height: 3.2em;
  font-weight: 700; }
  .opal-pagination-6 .page-numbers:not(ul).current {
    border-radius: 0; }
  .opal-pagination-6 .page-numbers:not(ul).current,.opal-pagination-6 .page-numbers:not(ul):hover {
    color: #000;
    background: #fff;
    border-color: #000;
    box-shadow: inset 0 0 0 1px #000; }

.opal-pagination-6 .next.page-numbers,.opal-pagination-6 .prev.page-numbers {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #000;
  text-indent: unset;
  width: auto;
  min-width: 100px;
  padding: 0 20px; }
  .opal-pagination-6 .next.page-numbers:after,.opal-pagination-6 .prev.page-numbers:after {
    content: none; }
  .elementor-element .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,.elementor-element .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,.elementor-element .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,.elementor-element .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,.elementor-element .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,.elementor-element .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,.elementor-element .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,.elementor-element .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,.entry-gallery .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,.entry-gallery .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,.entry-gallery .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,.entry-gallery .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,.entry-gallery .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,.entry-gallery .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,.entry-gallery .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,.entry-gallery .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,.opal-pagination-6 .next.page-numbers #order_review_heading,.opal-pagination-6 .next.page-numbers .custom-logo-link+.site-branding-text,.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-6 .gallery-caption,.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-7 .gallery-caption,.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-8 .gallery-caption,.opal-pagination-6 .next.page-numbers .elementor-element .gallery-columns-9 .gallery-caption,.opal-pagination-6 .next.page-numbers .entry-gallery .gallery-columns-6 .gallery-caption,.opal-pagination-6 .next.page-numbers .entry-gallery .gallery-columns-7 .gallery-caption,.opal-pagination-6 .next.page-numbers .entry-gallery .gallery-columns-8 .gallery-caption,.opal-pagination-6 .next.page-numbers .entry-gallery .gallery-columns-9 .gallery-caption,.opal-pagination-6 .next.page-numbers .fa,.opal-pagination-6 .next.page-numbers .screen-reader-text,.opal-pagination-6 .next.page-numbers .shop-action .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .next.page-numbers .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .next.page-numbers .single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .next.page-numbers .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,.opal-pagination-6 .next.page-numbers .single .gallery-columns-6 .gallery-caption,.opal-pagination-6 .next.page-numbers .single .gallery-columns-7 .gallery-caption,.opal-pagination-6 .next.page-numbers .single .gallery-columns-8 .gallery-caption,.opal-pagination-6 .next.page-numbers .single .gallery-columns-9 .gallery-caption,.opal-pagination-6 .next.page-numbers .widget .gallery-columns-6 .gallery-caption,.opal-pagination-6 .next.page-numbers .widget .gallery-columns-7 .gallery-caption,.opal-pagination-6 .next.page-numbers .widget .gallery-columns-8 .gallery-caption,.opal-pagination-6 .next.page-numbers .widget .gallery-columns-9 .gallery-caption,.opal-pagination-6 .prev.page-numbers #order_review_heading,.opal-pagination-6 .prev.page-numbers .custom-logo-link+.site-branding-text,.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-6 .gallery-caption,.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-7 .gallery-caption,.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-8 .gallery-caption,.opal-pagination-6 .prev.page-numbers .elementor-element .gallery-columns-9 .gallery-caption,.opal-pagination-6 .prev.page-numbers .entry-gallery .gallery-columns-6 .gallery-caption,.opal-pagination-6 .prev.page-numbers .entry-gallery .gallery-columns-7 .gallery-caption,.opal-pagination-6 .prev.page-numbers .entry-gallery .gallery-columns-8 .gallery-caption,.opal-pagination-6 .prev.page-numbers .entry-gallery .gallery-columns-9 .gallery-caption,.opal-pagination-6 .prev.page-numbers .fa,.opal-pagination-6 .prev.page-numbers .screen-reader-text,.opal-pagination-6 .prev.page-numbers .shop-action .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .prev.page-numbers .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .prev.page-numbers .single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.opal-pagination-6 .prev.page-numbers .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,.opal-pagination-6 .prev.page-numbers .single .gallery-columns-6 .gallery-caption,.opal-pagination-6 .prev.page-numbers .single .gallery-columns-7 .gallery-caption,.opal-pagination-6 .prev.page-numbers .single .gallery-columns-8 .gallery-caption,.opal-pagination-6 .prev.page-numbers .single .gallery-columns-9 .gallery-caption,.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-6 .gallery-caption,.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-7 .gallery-caption,.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-8 .gallery-caption,.opal-pagination-6 .prev.page-numbers .widget .gallery-columns-9 .gallery-caption,.shop-action .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .next.page-numbers span,.shop-action .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .prev.page-numbers span,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .next.page-numbers span,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .prev.page-numbers span,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .next.page-numbers span,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .prev.page-numbers span,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .next.page-numbers .feedback,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .opal-pagination-6 .prev.page-numbers .feedback,.single .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,.single .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,.single .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,.single .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,.single .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,.single .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,.single .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,.single .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption,.widget .gallery-columns-6 .opal-pagination-6 .next.page-numbers .gallery-caption,.widget .gallery-columns-6 .opal-pagination-6 .prev.page-numbers .gallery-caption,.widget .gallery-columns-7 .opal-pagination-6 .next.page-numbers .gallery-caption,.widget .gallery-columns-7 .opal-pagination-6 .prev.page-numbers .gallery-caption,.widget .gallery-columns-8 .opal-pagination-6 .next.page-numbers .gallery-caption,.widget .gallery-columns-8 .opal-pagination-6 .prev.page-numbers .gallery-caption,.widget .gallery-columns-9 .opal-pagination-6 .next.page-numbers .gallery-caption,.widget .gallery-columns-9 .opal-pagination-6 .prev.page-numbers .gallery-caption {
    position: static !important;
    text-transform: uppercase;
    clip: unset; }

.opal-pagination-7 .comments-pagination,.opal-pagination-7 .pagination,.opal-pagination-7 .woocommerce-pagination {
  border-top-width: 3px;
  padding-top: 0; }

.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;
    width: 100%; }
  .opal-pagination-7 .page-numbers:not(ul).current {
    border-radius: 0;
    background-color: transparent;
    font-weight: 700; }
    .opal-pagination-7 .page-numbers:not(ul).current:before {
      width: 100%;
      right: 0;
      left: 0; }

.opal-pagination-8 .page-numbers:not(ul) {
  border-radius: .25rem;
  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,#ccc);
  background-repeat: repeat-x; }
  .opal-pagination-8 .page-numbers:not(ul).current {
    background-image: linear-gradient(180deg,#e3e3e3 0,#555);
    background-repeat: repeat-x;
    border-radius: .25rem;
    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 {
  text-align: left;
  margin-top: 30px; }
  .woocommerce-pagination ul.page-numbers {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .woocommerce-pagination ul.page-numbers li {
      display: inline-block; }

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }
  *,:after,:before {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit; }

body {
  background-color: #fff; }
  @media (max-width: 767px) {
    body #secondary {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    body #secondary,body .primary {
      flex: 0 0 100%;
      max-width: 100%; } }
  body.opal-content-layout-2cl #primary,body.opal-content-layout-2cr #primary {
    padding-right: 20px;
    padding-left: 20px; }
    @media (min-width: 769px) {
      body.opal-content-layout-2cl #primary,body.opal-content-layout-2cr #primary {
        flex: 0 0 calc(100% - 340px);
        max-width: calc(100% - 340px); } }
  @media (min-width: 769px) {
    body.opal-content-layout-2cl #secondary,body.opal-content-layout-2cr #secondary {
      flex: 0 0 340px;
      max-width: 340px; } }
  @media (min-width: 1200px) {
    body.opal-content-layout-2cr #primary .site-main {
      padding-right: 50px; } }
  @media (min-width: 1200px) {
    body.opal-content-layout-2cl #primary .site-main {
      padding-left: 50px; } }
  @media (min-width: 1200px) {
    body.blog.opal-content-layout-2cr .site-main {
      border-right: 1px solid #eee; }
    body.blog.opal-content-layout-2cr #secondary .inner {
      padding-left: 10px; } }
  @media (min-width: 1200px) {
    body.opal-content-layout-2cl .site-main {
      border-left: 1px solid #eee; }
    body.opal-content-layout-2cl #secondary .inner {
      padding-right: 10px; } }
  body.opal-layout-boxed #page {
    background: #fff; }

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

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

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

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

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

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

#primary {
  max-width: 100%; }

@media (max-width: 1199px) {
  .opal-container-full #content,.opal-container-full .container,.opal-container-full .opal-canvas-filter.top,.opal-container-full .otf-product-recently-content .widget_recently_viewed_products,.opal-container-full .single-product .related.products,.opal-container-full .single-product .up-sells.products,.otf-product-recently-content .opal-container-full .widget_recently_viewed_products,.single-product .opal-container-full .related.products,.single-product .opal-container-full .up-sells.products {
    max-width: 100%; } }

.opal-container-full .page-title-bar {
  border-bottom: 1px solid #e1e1e1; }
  .opal-container-full .page-title-bar .page-header {
    margin-top: 5px; }

@media (min-width: 1200px) {
  .opal-default-content-layout #content,.opal-default-content-layout .container,.opal-default-content-layout .container-fluid,.opal-default-content-layout .opal-canvas-filter.top,.opal-default-content-layout .otf-product-recently-content .widget_recently_viewed_products,.opal-default-content-layout .single-product.osf_woocommerce_single_product_style_full #content,.opal-default-content-layout .single-product .related.products,.opal-default-content-layout .single-product .up-sells.products,.otf-product-recently-content .opal-default-content-layout .widget_recently_viewed_products,.single-product .opal-default-content-layout .related.products,.single-product .opal-default-content-layout .up-sells.products,.single-product.osf_woocommerce_single_product_style_full .opal-default-content-layout #content {
    padding-left: 40px;
    padding-right: 40px; } }

.opal-default-content-layout.opal-comment-4 .comment-content h1,.opal-default-content-layout.opal-comment-4 .comment-content h2,.opal-default-content-layout.opal-comment-4 .comment-content h3,.opal-default-content-layout.opal-comment-4 .comment-content h4,.opal-default-content-layout.opal-comment-4 .comment-content h5,.opal-default-content-layout.opal-comment-4 .comment-content h6 {
  color: #222 !important; }

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap,.site-header {
  position: relative; }

.site-header {
  background-color: #fff;
  z-index: 4; }
  .site-header .widget,.site-header .wpb_button,.site-header .wpb_content_element,.site-header ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0; }
  .site-header .widget {
    padding-bottom: 0; }
  .otf-product-recently-content .site-header .widget_recently_viewed_products,.single-product .site-header .related.products,.single-product .site-header .up-sells.products,.site-header #content,.site-header .container,.site-header .opal-canvas-filter.top,.site-header .otf-product-recently-content .widget_recently_viewed_products,.site-header .single-product .related.products,.site-header .single-product .up-sells.products {
    float: unset; }
  .site-header .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .site-header .wpb_wrapper .wpb_wrapper {
      display: block; }
  .site-header .text-left .wpb_wrapper {
    justify-content: flex-start; }
  .site-header .text-right .wpb_wrapper {
    justify-content: flex-end; }
  .site-header .header-content .custom-header {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1200px) {
      .site-header .header-content .custom-header {
        max-width: 1790px; } }
    @media (max-width: 991px) {
      .site-header .header-content .custom-header .header-main-content {
        justify-content: space-between; } }
    @media (min-width: 768px) and (max-width: 1200px) {
      .site-header .header-content .custom-header .header-main-content {
        margin-right: 0; } }
    @media (max-width: 1200px) {
      .site-header .header-content .custom-header .header-main-content {
        flex-wrap: wrap; } }
  @media (min-width: 1201px) {
    .site-header .header-content .site-branding {
      width: 15%; } }
  @media (min-width: 768px) and (max-width: 1440px) {
    .site-header .header-content .site-branding {
      max-width: 45%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .site-header .header-content .site-branding {
      margin-right: auto;
      max-width: 70%; } }
  @media (min-width: 1201px) {
    .site-header .header-content .navigation-top {
      width: 70%;
      text-align: center;
      padding-right: 30px;
      padding-left: 30px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .site-header .header-content .navigation-top {
      width: 100%;
      order: 12;
      padding-top: 30px;
      text-align: center; } }
  .site-header .header-group {
    display: flex;
    margin-left: auto;
    align-items: center; }
    @media (min-width: 1201px) {
      .site-header .header-group {
        width: 15%;
        justify-content: flex-end;
        padding-top: 1em; } }
    @media (max-width: 767px) {
      .site-header .header-group {
        display: none;
        padding-top: 20px;
        width: 100%; } }
    @media (max-width: 767px) {
        .site-header .header-group .site-header-account,.site-header .header-group .site-header-cart {
          display: none; } }
    .site-header .header-group>* {
      margin-right: 25px; }
      .site-header .header-group>.site-header-cart,.site-header .header-group>:last-child {
        margin-right: 0; }
    .site-header .header-group .search-form {
      padding: 10px;
      box-shadow: 0 0 30px 0 rgba(0,0,0,.05); }
    .site-header .header-group .search-field {
      padding: 0;
      border: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: .25px;
      border-bottom: 1px solid transparent; }
      .site-header .header-group .search-field:focus,.site-header .header-group .search-field:hover {
        border-bottom-color: #313131; }
    .site-header .header-group .search-submit {
      display: none; }

/* Site branding */
.site-branding {
  position: relative;
  transition: margin-bottom .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: 18px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  /* 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;
  margin-bottom: 0; }

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

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

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

.custom-header {
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px; }

.custom-header,.header-main-content {
  position: relative; }
  @media (min-width: 1201px) {
    .header-main-content {
      align-items: flex-start; } }

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

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

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

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

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

.header-search {
  position: relative; }
  .header-search .search-button {
    font-size: 20px;
    width: 20px;
    height: 20px; }
  .header-search .search-form {
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    width: 250px;
    z-index: 1000; }
  .header-search .active .search-form {
    opacity: 1;
    pointer-events: auto; }

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

.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&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: #232323;
  margin-bottom: 3em; }

.recent-posts .entry-header {
  margin-bottom: 1.2em; }

.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none; }

.ezboozt-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: .6875rem;
  margin-left: 1em; }

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

.site-content {
  padding: 2em 0 0; }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative; }
  .sticky .entry-title:before {
    margin-right: 15px;
    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; }

.column-item .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 30px;
  margin-bottom: 0; }

.entry-header .entry-title {
  margin-bottom: .2em; }

.entry-title {
  font-size: 36px;
  font-size: 2.57143rem;
  font-weight: 700; }
  .entry-title:not(:first-child) {
    padding-top: 0; }

h1.entry-title {
  font-size: 36px;
  font-size: 2.57143rem; }

.entry-meta {
  color: #222;
  font-size: 14px; }
  .entry-meta .avatar {
    border-radius: 50%; }

.cat-tags-links .tags-links {
  display: block; }
  .cat-tags-links .tags-links a {
    line-height: 1.8;
    background-color: transparent;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid;
    padding: 2px 17px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #222;
    font-size: 13px;
    font-size: .92857rem;
    border-radius: 50px;
    transition: all .3s ease; }

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

.byline {
  display: inline-block; }
  .byline a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1rem; }

.more-link {
  display: inline-block; }
  .more-link:before {
    content: "+";
    margin-right: .25rem; }
  .more-link:hover {
    color: #fff !important; }
    .more-link:hover:before {
      color: #fff; }

.pbr-social-share {
  color: #222;
  text-align: right;
  font-size: 13px;
  font-size: .92857rem; }
  .pbr-social-share span.social-link {
    float: right; }
  .pbr-social-share a {
    color: #999;
    font-size: 16px;
    font-size: 1.14286rem;
    display: inline-block;
    margin: 0 5px; }

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

.entry-content blockquote.alignleft,.entry-content blockquote.alignright {
  font-size: .92857rem; }

/* tabel */
.entry-content table:not(.shop_table),.widget-area table:not(.shop_table) {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  margin: 0 0 1.5em; }
  .entry-content table:not(.shop_table) td,.entry-content table:not(.shop_table) th,.widget-area table:not(.shop_table) td,.widget-area table:not(.shop_table) th {
    border: 1px solid #e9ecef;
    padding: .6em; }
  .entry-content table:not(.shop_table) thead th,.widget-area table:not(.shop_table) thead th {
    padding-bottom: .5em;
    background-color: #222a35;
    color: #b8bdc8;
    border-color: #2e3744; }
  .entry-content table:not(.shop_table) th,.widget-area table:not(.shop_table) th {
    font-weight: 500; }
  .entry-content table:not(.shop_table) tr,.widget-area table:not(.shop_table) tr {
    border-bottom: 1px solid #e9ecef; }
  .entry-content table:not(.shop_table) tbody>tr,.widget-area table:not(.shop_table) tbody>tr {
    color: #7d8794;
    background-color: #f5f6fa; }
    .entry-content table:not(.shop_table) tbody>tr:nth-child(odd),.widget-area table:not(.shop_table) tbody>tr:nth-child(odd) {
      background-color: rgba(245,246,250,.7);
      background-color: #e8eaed; }

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

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

.post .entry-content a {
  text-decoration: underline; }

article.type-post .entry-header {
  padding-bottom: 1em; }

article.type-post .entry-meta {
  font-size: 14px;
  font-size: 1rem; }

article.type-post .entry-content {
  position: relative;
  padding-top: 25px; }
  article.type-post .entry-content:before {
    position: absolute;
    width: 60px;
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1px solid;
    border-color: #eee; }

article.type-post .entry-meta-inner {
  font-size: 11px;
  font-size: .78571rem;
  line-height: 28px; }
  article.type-post .entry-meta-inner>span {
    display: inline-block;
    color: #999; }
    article.type-post .entry-meta-inner>span:first-child:before {
      content: none; }
    article.type-post .entry-meta-inner>span:before {
      display: inline-block;
      content: "/";
      margin: 0 5px; }

article.type-post .posted-on a:not(:hover) {
  color: #999; }

article.type-post .entry-category {
  margin-bottom: 0; }
  article.type-post .entry-category li {
    display: inline-block; }
  article.type-post .entry-category a {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }

body.single-post .site-content {
  padding-bottom: 40px; }

body.single-post article.type-post {
  margin-bottom: 0; }
  body.single-post article.type-post .entry-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem; }
    body.single-post article.type-post .entry-content>p:last-child {
      padding-bottom: 0; }
  body.single-post article.type-post .entry-footer {
    padding: 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 article.type-post .tag-social {
    display: flex;
    padding-top: 2rem;
    margin-top: 20px; }
    body.single-post article.type-post .tag-social>* {
      flex: 1; }

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

body.single-post .entry-title {
  color: #222; }

body.single-post .post-thumbnail {
  text-align: center;
  margin-bottom: 3rem; }

body.single-post .navigation {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px; }
  body.single-post .navigation>div {
    -ms-flex: 1;
    flex: 1;
    padding: 40px 30px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #f5f5f5;
    transition: all .3s ease; }
    body.single-post .navigation>div:hover {
      background: #f5f5f5; }
    body.single-post .navigation>div .thumbnail-nav {
      max-width: 90px; }
    body.single-post .navigation>div img {
      display: block; }
  body.single-post .navigation .nav-title {
    font-size: 10px;
    font-size: .71429rem;
    text-transform: uppercase; }
  body.single-post .navigation .nav-link {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1.2; }
  body.single-post .navigation .next-nav {
    background: #fff;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    border-left: 0; }
    body.single-post .navigation .next-nav .thumbnail-nav {
      margin-left: 20px; }
  body.single-post .navigation .previous-nav {
    justify-content: flex-start;
    align-items: center; }
    body.single-post .navigation .previous-nav .thumbnail-nav {
      margin-right: 20px; }

body.single-post.opal-single-post-style .post-thumbnail img {
  width: 100%; }

body.single-post.opal-single-post-style .entry-content,body.single-post.opal-single-post-style .entry-header {
  margin-left: auto;
  margin-right: auto; }

.related-heading {
  margin-top: 65px;
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 45px;
  font-weight: 600; }

.related-posts .column-item {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .related-posts .column-item .post-inner {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 50px; }
    .related-posts .column-item .post-inner .post-thumbnail {
      padding-top: 56.25%;
      position: relative; }
      .related-posts .column-item .post-inner .post-thumbnail a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
        .related-posts .column-item .post-inner .post-thumbnail a img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .related-posts .column-item .post-inner .post-content {
      padding: 15px; }
    .related-posts .column-item .post-inner .entry-title {
      font-size: 16px;
      font-size: 1.14286rem;
      margin-bottom: 1em; }
  .related-posts .column-item .entry-meta-inner>span:before {
    display: none;
    margin: 0; }

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

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap; }

.search #primary .search-form {
  margin: 30px auto 100px; }

.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: .92857rem; }

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

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

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

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

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

.format-quote blockquote {
  color: #232323;
  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 Author*/
.author-wrapper {
  text-align: center; }
  .author-wrapper .author-avatar {
    position: relative; }
    .author-wrapper .author-avatar img {
      border-radius: 50%;
      position: relative;
      z-index: 2;
      max-width: 70px; }
    .author-wrapper .author-avatar:before {
      content: "";
      top: 50%;
      left: 0;
      width: 100%;
      position: absolute;
      transform: translateY(-50%);
      z-index: 1;
      overflow: hidden;
      min-height: 2px; }
  .author-wrapper .author-name {
    margin-top: 1rem;
    font-size: 20px;
    font-size: 1.42857rem; }
    .author-wrapper .author-name .a-name {
      text-transform: capitalize; }
  .author-wrapper .author-description {
    margin-top: 1.5rem; }

/* Post Navigation */
.post-navigation {
  margin: 3em 0; }
  .post-navigation .nav-subtitle {
    background-color: transparent;
    text-transform: uppercase;
    color: #b6b7b6;
    display: block;
    margin-bottom: .5;
    font-size: 10px;
    font-size: .71429rem; }
  .post-navigation .nav-title {
    color: #232323; }
  .post-navigation .nav-links {
    display: flex;
    position: relative; }
    .post-navigation .nav-links .nav-title-icon-wrapper {
      width: 2em;
      display: inline-block; }

@media (max-width: 991px) {
  .opal-post-navigation-2 .post-navigation {
    margin-top: 15px;
    padding-top: 15px; } }

.opal-post-navigation-2 .post-navigation .nav-links .nav-title-icon-wrapper {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute; }

.opal-post-navigation-2 .post-navigation .nav-links .nav-previous {
  position: relative;
  width: 50%;
  background: #f6f7fa;
  margin-right: 5px; }
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 100px;
    display: block;
    position: relative; }
    @media (max-width: 991px) {
      .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a {
        padding-left: 70px; } }
    .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before {
      position: absolute;
      content: "\f104";
      height: 100%;
      left: 0;
      top: 0;
      width: 100px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #c7c8ca;
      border-color: #e7e8ef; }
      @media (max-width: 991px) {
        .opal-post-navigation-2 .post-navigation .nav-links .nav-previous a:before {
          font-size: 30px;
          width: 70px; } }
  .opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle,.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title {
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-subtitle,.opal-post-navigation-2 .post-navigation .nav-links .nav-previous .nav-title {
        text-decoration: underline; } }
  .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 {
  position: relative;
  width: 50%;
  text-align: right;
  background: #f6f7fa;
  margin-left: 5px; }
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next a {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    display: block;
    padding-right: 100px;
    position: relative; }
    @media (max-width: 991px) {
      .opal-post-navigation-2 .post-navigation .nav-links .nav-next a {
        padding-right: 70px; } }
    .opal-post-navigation-2 .post-navigation .nav-links .nav-next a:before {
      position: absolute;
      content: "\f105";
      height: 100%;
      right: 0;
      top: 0;
      width: 100px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #c7c8ca;
      border-color: #e7e8ef; }
      @media (max-width: 991px) {
        .opal-post-navigation-2 .post-navigation .nav-links .nav-next a:before {
          font-size: 30px;
          width: 70px; } }
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle,.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title {
    padding-right: 30px;
    padding-left: 10px;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-subtitle,.opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title {
        text-decoration: underline; } }
  .opal-post-navigation-2 .post-navigation .nav-links .nav-next .nav-title-icon-wrapper {
    right: 0; }

.opal-post-navigation-2 .post-navigation .nav-links .nav-title {
  position: static;
  display: block; }
  @media (max-width: 991px) {
    .opal-post-navigation-2 .post-navigation .nav-links .nav-title {
      display: none; } }

.opal-post-navigation-3 .post-navigation .nav-links:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc; }

.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-3 .post-navigation .nav-previous {
  padding-right: 1rem; }

.opal-post-navigation-3 .post-navigation .nav-next {
  padding-left: 1rem; }

.opal-post-navigation-4 .post-navigation .nav-links {
  justify-content: space-between; }
  .opal-post-navigation-4 .post-navigation .nav-links>div {
    width: calc(50% - 15px);
    border: 1px solid;
    border: 1px solid #ccc;
    background-color: #fff; }
    .opal-post-navigation-4 .post-navigation .nav-links>div a>span {
      margin: 0;
      padding: 1rem 1.5rem;
      display: block; }
    .opal-post-navigation-4 .post-navigation .nav-links>div .nav-subtitle {
      border-bottom: 1px solid;
      text-align: center;
      border-color: #ccc; }
    .opal-post-navigation-4 .post-navigation .nav-links>div.nav-previous .nav-subtitle:before {
      content: "\f104";
      font-family: FontAwesome;
      width: 20px;
      display: inline-block;
      font-size: 16px;
      font-size: 1.14286rem; }
    .opal-post-navigation-4 .post-navigation .nav-links>div.nav-next .nav-subtitle:after {
      content: "\f105";
      font-family: FontAwesome;
      width: 20px;
      display: inline-block;
      font-size: 16px;
      font-size: 1.14286rem; }
    .opal-post-navigation-4 .post-navigation .nav-links>div .nav-title {
      text-transform: uppercase;
      font-weight: 700; }
  .opal-post-navigation-4 .post-navigation .nav-links .nav-title-icon-wrapper {
    display: none; }

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

.archive article.type-page,.archive article.type-post,.blog article.type-page,.blog article.type-post,.search article.type-page,.search article.type-post {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .archive article.type-page,.archive article.type-post,.blog article.type-page,.blog article.type-post,.search article.type-page,.search article.type-post {
      padding-top: 60px; } }
  .archive article.type-page:first-child,.archive article.type-post:first-child,.blog article.type-page:first-child,.blog article.type-post:first-child,.search article.type-page:first-child,.search article.type-post:first-child {
    padding-top: 0; }
  .archive article.type-page:last-of-type,.archive article.type-post:last-of-type,.blog article.type-page:last-of-type,.blog article.type-post:last-of-type,.search article.type-page:last-of-type,.search article.type-post:last-of-type {
    border: none; }
  .archive article.type-page .entry-summary,.archive article.type-post .entry-summary,.blog article.type-page .entry-summary,.blog article.type-post .entry-summary,.search article.type-page .entry-summary,.search article.type-post .entry-summary {
    padding-bottom: 20px; }
  .archive article.type-page .post-thumbnail,.archive article.type-post .post-thumbnail,.blog article.type-page .post-thumbnail,.blog article.type-post .post-thumbnail,.search article.type-page .post-thumbnail,.search article.type-post .post-thumbnail {
    margin-bottom: 1.5rem; }
  .archive article.type-page .more-link,.archive article.type-post .more-link,.blog article.type-page .more-link,.blog article.type-post .more-link,.search article.type-page .more-link,.search article.type-post .more-link {
    transition: all .3s ease;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 0 -9px 0 0 rgba(235,112,37,.3); }
    .archive article.type-page .more-link:hover,.archive article.type-post .more-link:hover,.blog article.type-page .more-link:hover,.blog article.type-post .more-link:hover,.search article.type-page .more-link:hover,.search article.type-post .more-link:hover {
      box-shadow: inset 0 -50px 0 0 #eb7025;
      padding: 10px;
      margin: 0; }

article.otf-post-style .entry-content {
  text-align: center; }

article.type-page+.comments-area {
  margin-top: 5em; }

.opal-archive-style-4.archive .site-main .navigation,.opal-archive-style-4.archive .site-main .pagination,.opal-archive-style-4.archive .site-main .woocommerce-pagination,.opal-archive-style-4.blog .site-main .navigation,.opal-archive-style-4.blog .site-main .pagination,.opal-archive-style-4.blog .site-main .woocommerce-pagination {
  width: 100%; }

.search article.type-post .entry-content,.search article.type-post .entry-header,.search article.type-post .entry-summary,article.content-style-1 .entry-header {
  padding-left: 0;
  padding-right: 0; }

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

@media (min-width: 1200px) {
  .opal-default-content-layout-2cr #secondary .inner {
    padding-left: 50px;
    margin-left: 10px;
    border-left: 1px solid #eee; } }

@media (min-width: 1200px) {
  .opal-default-content-layout:not(.opal-default-content-layout-2cr):not(.opal-content-layout-2cr) #content {
    max-width: 1170px; } }

.elementor-widget-opal-post-grid .column-item {
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }

.elementor-widget-opal-post-grid .post-inner {
  flex: 0 0 100%;
  max-width: 100%; }

.column-item {
  padding-left: 20px;
  padding-right: 20px; }
  .column-item .post-inner {
    position: relative;
    margin-bottom: 80px;
    transition: all .5s ease; }
    @media (max-width: 767px) {
      .column-item .post-inner {
        margin-bottom: 50px; } }
    .column-item .post-inner:hover .post-thumbnail img {
      transform: scale(1.1) rotate(2deg); }
  .column-item .post-thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5em; }
    .column-item .post-thumbnail img {
      width: 100%;
      transform: scale(1);
      transition: all 1s ease; }
  .column-item .post-content {
    transition: all .5s ease; }
  .column-item .entry-header {
    margin-bottom: 0; }
  .column-item .entry-category {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: #eb7025; }
    .column-item .entry-category:before {
      content: "#";
      display: inline-block; }
    .column-item .entry-category a {
      color: #eb7025; }
      .column-item .entry-category a:last-child:after {
        display: none; }
      .column-item .entry-category a:after {
        content: ",";
        display: inline-block; }
      .column-item .entry-category a:hover {
        text-decoration: underline; }
  .column-item .entry-title {
    font-size: 20px;
    font-size: 1.42857rem;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.5; }
    .column-item .entry-title a {
      transition: all .3s ease; }
      .column-item .entry-title a:hover {
        color: #eb7025; }
  .column-item .entry-date,.column-item .post-date {
    font-size: 12px;
    font-size: .85714rem;
    color: #999; }
    .column-item .entry-date .entry-meta-inner>span,.column-item .post-date .entry-meta-inner>span {
      display: inline-block; }
      .column-item .entry-date .entry-meta-inner>span:after,.column-item .post-date .entry-meta-inner>span:after {
        content: "/";
        display: inline-block;
        padding: 0 3px; }
      .column-item .entry-date .entry-meta-inner>span:last-child:after,.column-item .post-date .entry-meta-inner>span:last-child:after {
        display: none; }
    .column-item .entry-date a,.column-item .post-date a {
      text-transform: capitalize;
      color: #222;
      font-weight: 400; }
      .column-item .entry-date a:hover,.column-item .post-date a:hover {
        color: #eb7025; }
  .column-item .link-more a {
    transition: all .3s ease;
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0;
    box-shadow: inset 0 -9px 0 0 rgba(235,112,37,.3); }
    .column-item .link-more a:hover {
      box-shadow: inset 0 -50px 0 0 #eb7025;
      padding: 10px;
      margin: 0; }
  .column-item .entry-tags a {
    display: inline-block;
    font-size: 10px;
    font-size: .71429rem;
    text-transform: uppercase;
    border: 1px solid #222;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 20px;
    transition: all .3s ease; }
    .column-item .entry-tags a:hover {
      color: #fff; }
  .column-item p {
    margin-bottom: 0; }
  .column-item .entry-excerpt {
    font-size: 14px;
    font-size: 1rem; }
  .column-item.post-style-1 .post-inner {
    display: flex;
    flex-direction: column; }
  .column-item.post-style-1 .post-thumbnail a {
    position: relative;
    display: block;
    padding-top: 75%; }
    body.archive .column-item.post-style-1 .post-thumbnail a,body.blog .column-item.post-style-1 .post-thumbnail a {
      padding-top: 50%; }
  .column-item.post-style-1 .post-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  .column-item.post-style-1 .post-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .column-item.post-style-1 .entry-header {
    margin-bottom: 1em; }
    .column-item.post-style-1 .entry-header>span:after {
      content: "/";
      display: inline-block;
      padding: 0 6px; }
    .column-item.post-style-1 .entry-header>span:last-child:after {
      display: none; }
  .column-item.post-style-1 .entry-category {
    color: #999;
    font-size: 11px; }
    .column-item.post-style-1 .entry-category:before {
      display: none; }
  .column-item.post-style-1 .entry-title {
    margin-bottom: .3em;
    order: -1; }
    @media (min-width: 992px) {
      .column-item.post-style-1 .entry-title {
        font-size: 20px;
        font-size: 1.42857rem; } }
  .column-item.post-style-1 .entry-excerpt {
    padding-top: 25px;
    position: relative;
    margin-bottom: 1em; }
    .column-item.post-style-1 .entry-excerpt:before {
      position: absolute;
      width: 60px;
      content: "";
      top: 0;
      margin: 0 auto;
      left: 0;
      border-bottom: 1px solid;
      border-color: #eee; }
  .column-item.post-style-1 .link-more {
    margin-top: auto; }
    .column-item.post-style-1 .link-more a {
      text-transform: uppercase; }
  .column-item.post-style-2 .post-inner {
    border: 1px solid #eee;
    background-position: 50%; }
    .column-item.post-style-2 .post-inner:hover .post-content {
      background: rgba(0,0,0,.8); }
    .column-item.post-style-2 .post-inner:hover .entry-title:after {
      background: hsla(0,0%,80%,.5); }
      .column-item.post-style-2 .post-inner .entry-category,.column-item.post-style-2 .post-inner .entry-category a,.column-item.post-style-2 .post-inner .entry-title,.column-item.post-style-2 .post-inner .entry-title a,.column-item.post-style-2 .post-inner .post-date,.column-item.post-style-2 .post-inner .post-date a {
        color: #fff; }
  .column-item.post-style-2 .post-content {
    padding: 50px 40px;
    background: rgba(0,0,0,.3); }
    .column-item.post-style-2 .entry-category,.column-item.post-style-2 .entry-category a {
      color: #fff; }
  .column-item.post-style-2 .entry-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px; }
    .column-item.post-style-2 .entry-title a {
      color: #fff; }
    .column-item.post-style-2 .entry-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 1px;
      background: #fff; }
  .column-item.post-style-3 .post-inner {
    border: 1px solid #eee; }
  .column-item.post-style-3 .post-thumbnail {
    margin-bottom: 0; }
  .column-item.post-style-3 .post-content {
    position: absolute;
    background: #fff;
    padding: 70px 40px;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease; }
    @media (max-width: 767px) {
      .column-item.post-style-3 .post-content {
        position: static;
        width: 100%;
        padding: 30px; } }
    .column-item.post-style-3 .entry-category,.column-item.post-style-3 .entry-category a {
      color: #999; }
  .column-item.post-style-3 .entry-title {
    position: relative;
    padding-bottom: 30px; }
    .column-item.post-style-3 .entry-title:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 60px;
      height: 1px;
      background: #eee; }
  .column-item.post-style-3 .link-more {
    margin-top: auto; }
  .column-item.post-style-4 .post-inner {
    display: flex;
    align-items: center; }
  .column-item.post-style-4 .post-thumbnail {
    margin-bottom: 0;
    max-width: 120px;
    min-width: 120px; }
  .column-item.post-style-4 .post-content {
    padding-left: 15px; }
  .column-item.post-style-4 .entry-title {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 3px; }
  .column-item.post-style-4 .entry-date .entry-meta-inner .entry-category,.column-item.post-style-4 .post-date .entry-meta-inner .entry-category {
    display: none; }
  .column-item.post-style-5 .entry-tags {
    position: absolute;
    top: 25px;
    left: 25px; }
  .column-item.post-style-5 .entry-date .entry-meta-inner .entry-category,.column-item.post-style-5 .post-date .entry-meta-inner .entry-category {
    display: none; }
  .column-item.post-style-6 .post-inner {
    border: 1px solid #eee; }
    .column-item.post-style-6 .post-inner:hover {
      box-shadow: 0 0 30px 0 rgba(0,0,0,.05); }
      .column-item.post-style-6 .post-inner:hover .post-content {
        border-color: transparent; }
  .column-item.post-style-6 .post-thumbnail {
    margin-bottom: 0; }
  .column-item.post-style-6 .post-content {
    padding: 25px 35px; }
  .column-item.post-style-6 .entry-title {
    margin-bottom: 2em; }
  .column-item.post-style-6 div.entry-date {
    border-top: 1px solid #eee;
    padding-top: 1rem; }
  .column-item.post-style-6 .entry-date .entry-meta-inner .entry-category,.column-item.post-style-6 .post-date .entry-meta-inner .entry-category {
    display: none; }

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: .875rem; }

.page .edit-link {
  display: inline-block;
  margin-top: .5rem;
  position: absolute;
  padding-right: 10px;
  padding-left: 10px;
  top: 0;
  right: 0; }
  .page .edit-link a.post-edit-link {
    margin-right: .5rem; }

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

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

.search .site-content .page-title {
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 50px; }

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

.page:not(.home) #content {
  padding-bottom: 1.5em; }

/* 404 page */
.error404 .page-title-bar {
  display: none; }

.error404 h1 {
  color: #222;
  font-size: 80px;
  font-size: 5.71429rem;
  line-height: 1;
  font-weight: 700; }
  @media (max-width: 991px) {
    .error404 h1 {
      font-size: 50px;
      font-size: 3.57143rem; } }

.error404 .error-title {
  color: #222;
  font-size: 30px;
  font-size: 2.14286rem;
  padding: .9em 0 .2em; }
  @media (max-width: 991px) {
    .error404 .error-title {
      font-size: 20px;
      font-size: 1.42857rem; } }

.error404 .error-text {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 28px;
  margin-bottom: 0; }

.error404 .go-back {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #222;
  padding-bottom: 5px;
  font-weight: 600; }

.error404 .page-content {
  padding-bottom: 200px;
  padding-top: 4.3em;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 991px) {
    .error404 .page-content {
      padding-bottom: 120px;
      padding-top: 2em; } }
  .error404 .page-content .search-form {
    max-width: 390px;
    margin: 0 auto 30px; }
    .error404 .page-content .search-form button.search-submit {
      background: transparent;
      padding: 0;
      color: #000;
      font-size: 18px;
      font-weight: 700;
      margin-left: 30px;
      border-width: 0 0 1px;
      border-style: solid; }
      .elementor-widget-opal-search-form .error404 .page-content .search-form button.search-submit .fa-search:before,.error404 .page-content .search-form button.search-submit .elementor-widget-opal-search-form .fa-search:before,.error404 .page-content .search-form button.search-submit .fa,.error404 .page-content .search-form button.search-submit .opal-icon-search3 {
        display: none; }
      .elementor-element .gallery-columns-6 .error404 .page-content .search-form button.search-submit .gallery-caption,.elementor-element .gallery-columns-7 .error404 .page-content .search-form button.search-submit .gallery-caption,.elementor-element .gallery-columns-8 .error404 .page-content .search-form button.search-submit .gallery-caption,.elementor-element .gallery-columns-9 .error404 .page-content .search-form button.search-submit .gallery-caption,.entry-gallery .gallery-columns-6 .error404 .page-content .search-form button.search-submit .gallery-caption,.entry-gallery .gallery-columns-7 .error404 .page-content .search-form button.search-submit .gallery-caption,.entry-gallery .gallery-columns-8 .error404 .page-content .search-form button.search-submit .gallery-caption,.entry-gallery .gallery-columns-9 .error404 .page-content .search-form button.search-submit .gallery-caption,.error404 .page-content .search-form button.search-submit #order_review_heading,.error404 .page-content .search-form button.search-submit .custom-logo-link+.site-branding-text,.error404 .page-content .search-form button.search-submit .elementor-element .gallery-columns-6 .gallery-caption,.error404 .page-content .search-form button.search-submit .elementor-element .gallery-columns-7 .gallery-caption,.error404 .page-content .search-form button.search-submit .elementor-element .gallery-columns-8 .gallery-caption,.error404 .page-content .search-form button.search-submit .elementor-element .gallery-columns-9 .gallery-caption,.error404 .page-content .search-form button.search-submit .entry-gallery .gallery-columns-6 .gallery-caption,.error404 .page-content .search-form button.search-submit .entry-gallery .gallery-columns-7 .gallery-caption,.error404 .page-content .search-form button.search-submit .entry-gallery .gallery-columns-8 .gallery-caption,.error404 .page-content .search-form button.search-submit .entry-gallery .gallery-columns-9 .gallery-caption,.error404 .page-content .search-form button.search-submit .opal-pagination-6 .next.page-numbers .fa,.error404 .page-content .search-form button.search-submit .opal-pagination-6 .prev.page-numbers .fa,.error404 .page-content .search-form button.search-submit .screen-reader-text,.error404 .page-content .search-form button.search-submit .shop-action .yith-wcwl-add-to-wishlist>div span,.error404 .page-content .search-form button.search-submit .single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.error404 .page-content .search-form button.search-submit .single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div span,.error404 .page-content .search-form button.search-submit .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,.error404 .page-content .search-form button.search-submit .single .gallery-columns-6 .gallery-caption,.error404 .page-content .search-form button.search-submit .single .gallery-columns-7 .gallery-caption,.error404 .page-content .search-form button.search-submit .single .gallery-columns-8 .gallery-caption,.error404 .page-content .search-form button.search-submit .single .gallery-columns-9 .gallery-caption,.error404 .page-content .search-form button.search-submit .widget .gallery-columns-6 .gallery-caption,.error404 .page-content .search-form button.search-submit .widget .gallery-columns-7 .gallery-caption,.error404 .page-content .search-form button.search-submit .widget .gallery-columns-8 .gallery-caption,.error404 .page-content .search-form button.search-submit .widget .gallery-columns-9 .gallery-caption,.opal-pagination-6 .next.page-numbers .error404 .page-content .search-form button.search-submit .fa,.opal-pagination-6 .prev.page-numbers .error404 .page-content .search-form button.search-submit .fa,.shop-action .yith-wcwl-add-to-wishlist>div .error404 .page-content .search-form button.search-submit span,.single-product.woocommerce-single-style-3 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .error404 .page-content .search-form button.search-submit span,.single-product.woocommerce-single-style-4 div.product .entry-summary .yith-wcwl-add-to-wishlist>div .error404 .page-content .search-form button.search-submit span,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div .error404 .page-content .search-form button.search-submit .feedback,.single .gallery-columns-6 .error404 .page-content .search-form button.search-submit .gallery-caption,.single .gallery-columns-7 .error404 .page-content .search-form button.search-submit .gallery-caption,.single .gallery-columns-8 .error404 .page-content .search-form button.search-submit .gallery-caption,.single .gallery-columns-9 .error404 .page-content .search-form button.search-submit .gallery-caption,.widget .gallery-columns-6 .error404 .page-content .search-form button.search-submit .gallery-caption,.widget .gallery-columns-7 .error404 .page-content .search-form button.search-submit .gallery-caption,.widget .gallery-columns-8 .error404 .page-content .search-form button.search-submit .gallery-caption,.widget .gallery-columns-9 .error404 .page-content .search-form button.search-submit .gallery-caption {
        clip: unset;
        height: auto;
        position: static !important;
        width: auto; }
    .error404 .page-content .search-form input[type=search] {
      background: transparent;
      padding: 7px 0;
      border-width: 0 0 1px;
      border-style: solid; }

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

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer .wrap {
  position: relative; }

.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em; }

@media (max-width: 991px) {
  .site-footer .social-navigation {
    text-align: left; } }

.site-footer .social-navigation li a i {
  font-size: 18px;
  font-size: 1.28571rem; }

.site-footer .widget li {
  padding-top: .3rem;
  padding-bottom: .3rem; }
  .site-footer .widget li:first-child {
    padding-top: 0; }

.site-footer .widget_rss ul li {
  padding: 2.125em 0; }
  .site-footer .widget_rss ul li:first-child {
    border: none; }
  .site-footer .widget_rss ul li:last-child {
    padding-bottom: 0; }

@media (max-width: 991px) {
  .site-footer .b-sm-none {
    border: none !important; } }

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

.scrollup {
  font-size: 10px;
  font-weight: 700; }
  .scrollup .icon {
    font-size: 30px;
    font-size: 1.875rem;
    color: #bbb;
    font-weight: 400;
    height: auto;
    line-height: 24px; }

/*--------------------------------------------------------------
13.7 Breadcrumb
--------------------------------------------------------------*/
.breadcrumb i {
  padding: 0 10px; }

.breadcrumb a:after {
  content: "/";
  padding: 0 10px;
  display: inline-block;
  display: none; }

.breadcrumb span.fa {
  margin: 0 10px; }

.breadcrumbs {
  font-size: 13px;
  font-size: .92857rem; }

/*--------------------------------------------------------------
13.8 header-mobile
--------------------------------------------------------------*/
.site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  text-align: center;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 1rem; }
  @media (max-width: 480px) {
    .site-header-mobile .icon-mobile,.site-header-mobile .menu-toggle,.site-header-mobile .search-dropdown {
      height: 60px;
      line-height: 60px; } }
  .site-header-mobile .icon-mobile i,.site-header-mobile .menu-toggle i,.site-header-mobile .search-dropdown i {
    font-size: 24px;
    font-size: 1.71429rem;
    margin: 0;
    color: #000; }

.site-header-mobile .custom-logo-link {
  padding: .5rem 0; }

.site-header-mobile .site-branding {
  padding-top: .25rem;
  padding-bottom: .25rem; }
  @media (max-width: 480px) {
    .site-header-mobile .site-branding {
      padding: 0; } }

.site-header-mobile .site-header-cart {
  position: static; }
  .site-header-mobile .site-header-cart .header-button {
    padding: 0;
    margin: 0 auto;
    height: 80px;
    line-height: 80px; }
    @media (max-width: 480px) {
      .site-header-mobile .site-header-cart .header-button {
        height: 60px;
        line-height: 60px; } }
    .site-header-mobile .site-header-cart .header-button .amount,.site-header-mobile .site-header-cart .header-button .count-text,.site-header-mobile .site-header-cart .header-button .title {
      display: none; }
    .site-header-mobile .site-header-cart .header-button .count {
      left: inherit;
      right: 0;
      bottom: 30%; }
    .site-header-mobile .site-header-cart .header-button:after {
      display: none; }
    .site-header-mobile .site-header-cart .header-button i {
      top: 50%;
      border: none;
      margin: 0;
      transform: translateY(-50%);
      font-size: 24px;
      font-size: 1.71429rem; }

.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.71429rem; }
  .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.71429rem; }
  .site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-close:after,.site-header-mobile div.dgwt-wcas-preloader.dgwt-wcas-inner-preloader:after {
    opacity: 0; }

/*--------------------------------------------------------------
13.9 header-sticky
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.10 header-sticky
--------------------------------------------------------------*/
.site-header-account {
  position: relative; }
  .site-header-account.style-icon .account-label,.site-header-account.style-label .icon {
    display: none; }
  .site-header-account.style-both .account-label,.site-header-account.style-both .icon {
    display: inline-block;
    vertical-align: bottom; }
  .site-header-account.style-both .account-label {
    padding-left: 10px; }
    .site-header-account.style-both .account-label span {
      display: block;
      line-height: 1; }
    @media (max-width: 991px) {
      .site-header-account.style-both .account-label {
        display: none; } }
  .site-header-account.style-both .account-avata img {
    margin-bottom: -5px; }
  .site-header-account.style-both .account-avata+.account-label span {
    line-height: 1.2; }
  .site-header-account .label-name {
    max-width: 83px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500; }
  .site-header-account>a {
    display: block;
    font-size: 13px;
    color: #232323;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700; }
    .site-header-account>a span {
      font-size: 20px;
      vertical-align: middle; }
  .site-header-account .login-form-title {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 700; }
  .site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: calc(100% + 15px);
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    color: #000;
    padding-top: 10px; }
    .site-header-account .account-dropdown.right {
      left: 0;
      right: unset; }
      .site-header-account .account-dropdown.right .account-wrap:before {
        left: 20px;
        right: unset; }
    .site-header-account .account-dropdown.justify {
      right: 50%;
      transform: translateX(50%); }
      .site-header-account .account-dropdown.justify .account-wrap:before {
        right: 50%;
        transform: translateX(50%) rotate(45deg); }
    .site-header-account .account-dropdown a.lostpass-link,.site-header-account .account-dropdown a.register-link {
      font-size: 14px;
      font-size: 1rem; }
      .site-header-account .account-dropdown a.lostpass-link:hover,.site-header-account .account-dropdown a.register-link:hover {
        text-decoration: underline; }
    .site-header-account .account-dropdown label {
      margin-bottom: .5rem;
      font-size: 13px;
      font-size: .92857rem;
      line-height: 1.7; }
    .site-header-account .account-dropdown p {
      margin-bottom: 1rem; }
    .site-header-account .account-dropdown button,.site-header-account .account-dropdown input {
      line-height: normal !important; }
    .site-header-account .account-dropdown button {
      font-size: 12px !important;
      text-transform: uppercase; }
    .site-header-account .account-dropdown .account-wrap {
      position: relative;
      background: #fff;
      box-shadow: 0 0 30px 0 rgba(0,0,0,.17); }
      .site-header-account .account-dropdown .account-wrap:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        background-color: #fff;
        top: -5px;
        right: 5px;
        transform: rotate(45deg);
        z-index: 1; }
    .site-header-account .account-dropdown .account-inner {
      width: 320px;
      padding: 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;
      font-size: 14px;
      line-height: 30px; }
  .site-header-account .woocommerce-error {
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .site-header-account:hover .account-dropdown {
    top: 100%;
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }

.opal-login-form-ajax.loading:after {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: p .45s infinite linear;
  -webkit-animation: p .45s infinite linear;
  margin: 40px 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); }

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header-account .account-dropdown {
    top: 0;
    left: 100%;
    right: unset; }
    body.opal-header-layout-sideHeader .site-header-account .account-dropdown.justify,body.opal-header-layout-sideHeader .site-header-account .account-dropdown.right {
      top: 0;
      right: 100%;
      left: unset;
      transform: translateX(0); }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown {
    top: 0;
    right: 100%;
    left: unset; }
    body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.justify,body.opal-header-layout-sideHeader.opal-side-header-right .site-header-account .account-dropdown.right {
      top: 0;
      left: 100%;
      right: unset;
      transform: translateX(0); } }

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both; }

.comments-title {
  font-size: 28px;
  font-size: 2rem;
  margin-bottom: 45px; }

#reviews .commentlist,.comment-list {
  margin: 0 0 3em; }
    @media (max-width: 991px) {
      #reviews .commentlist .children,.comment-list .children {
        margin-left: 1em !important; } }
  #reviews .commentlist .pingback .comment-body a:not(.comment-edit-link),#reviews .commentlist .trackback .comment-body a:not(.comment-edit-link),.comment-list .pingback .comment-body a:not(.comment-edit-link),.comment-list .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: 700;
    display: block; }
  #reviews .commentlist .pingback .comment-body .comment-edit-link,#reviews .commentlist .trackback .comment-body .comment-edit-link,.comment-list .pingback .comment-body .comment-edit-link,.comment-list .trackback .comment-body .comment-edit-link {
    font-weight: 500; }

#reviews .commentlist,.comment-list {
  margin: 0;
  padding: 0;
  position: relative; }
  #reviews .commentlist .children,.comment-list .children {
    margin: 0;
    padding: 0;
    margin-left: 4em !important; }
  #reviews .commentlist li:before,.comment-list li:before {
    display: none; }
  #reviews .commentlist .depth-1>article,.comment-list .depth-1>article {
    margin-left: 0; }

.comment-respond {
  margin-top: 65px; }

.comment-body .avatar,.comment_container .avatar {
  height: 60px;
  left: -75px;
  position: absolute;
  width: 60px; }

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

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

.comment-author {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.comment-meta {
  margin-bottom: 1.5em;
  margin-left: 75px; }

.comment-metadata {
  font-size: 12px;
  font-size: .85714rem; }
  .comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em; }
  .comment-metadata a:hover {
    text-decoration: underline; }

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

.comment-awaiting-moderation,.no-comments {
  font-size: 14px;
  font-size: 1rem;
  font-style: italic; }

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

.form-submit {
  text-align: right; }
  .form-submit input[type=submit] {
    text-transform: uppercase; }

#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";
    display: block; }

/**
Comment Form
 */
.comment-reply-title {
  font-size: 28px;
  font-size: 2rem; }

.comment-form label {
  font-size: 14px; }

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

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

.opal-comment-form-2 .comment-respond .comment-reply-title,.opal-comment-form-3 .comment-respond .comment-reply-title {
  position: relative;
  font-size: 28px;
  font-size: 2rem; }

.opal-comment-form-2 .comment-form,.opal-comment-form-3 .comment-form {
  display: flex;
  flex-wrap: wrap; }
  .opal-comment-form-2 .comment-form .form-submit,.opal-comment-form-3 .comment-form .form-submit {
    text-align: left; }
  .opal-comment-form-2 .comment-form input[type=color],.opal-comment-form-2 .comment-form input[type=date],.opal-comment-form-2 .comment-form input[type=datetime-local],.opal-comment-form-2 .comment-form input[type=datetime],.opal-comment-form-2 .comment-form input[type=email],.opal-comment-form-2 .comment-form input[type=month],.opal-comment-form-2 .comment-form input[type=number],.opal-comment-form-2 .comment-form input[type=password],.opal-comment-form-2 .comment-form input[type=range],.opal-comment-form-2 .comment-form input[type=search],.opal-comment-form-2 .comment-form input[type=tel],.opal-comment-form-2 .comment-form input[type=text],.opal-comment-form-2 .comment-form input[type=time],.opal-comment-form-2 .comment-form input[type=url],.opal-comment-form-2 .comment-form input[type=week],.opal-comment-form-2 .comment-form textarea,.opal-comment-form-3 .comment-form input[type=color],.opal-comment-form-3 .comment-form input[type=date],.opal-comment-form-3 .comment-form input[type=datetime-local],.opal-comment-form-3 .comment-form input[type=datetime],.opal-comment-form-3 .comment-form input[type=email],.opal-comment-form-3 .comment-form input[type=month],.opal-comment-form-3 .comment-form input[type=number],.opal-comment-form-3 .comment-form input[type=password],.opal-comment-form-3 .comment-form input[type=range],.opal-comment-form-3 .comment-form input[type=search],.opal-comment-form-3 .comment-form input[type=tel],.opal-comment-form-3 .comment-form input[type=text],.opal-comment-form-3 .comment-form input[type=time],.opal-comment-form-3 .comment-form input[type=url],.opal-comment-form-3 .comment-form input[type=week],.opal-comment-form-3 .comment-form textarea {
    border-color: #ebebeb; }
  .opal-comment-form-2 .comment-form input[type=submit],.opal-comment-form-3 .comment-form input[type=submit] {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    letter-spacing: 1px;
    padding: 15px 30px;
    font-weight: 600; }
    .opal-comment-form-2 .comment-form input[type=submit]:active,.opal-comment-form-2 .comment-form input[type=submit]:focus,.opal-comment-form-2 .comment-form input[type=submit]:hover,.opal-comment-form-3 .comment-form input[type=submit]:active,.opal-comment-form-3 .comment-form input[type=submit]:focus,.opal-comment-form-3 .comment-form input[type=submit]:hover {
      color: #fff; }
  .opal-comment-form-2 .comment-form label,.opal-comment-form-3 .comment-form label {
    display: none; }
  .opal-comment-form-2 .comment-form [class*=comment-form-],.opal-comment-form-3 .comment-form [class*=comment-form-] {
    margin-bottom: 30px; }

.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 {
  order: -1; }

.opal-comment-form-4 .comment-form {
  flex-direction: column; }
  .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-4 .comment-form .form-submit {
    text-align: left; }

.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: 40px;
  margin-bottom: 40px; }
  .opal-comment-form-5 .comment-form>p {
    margin-bottom: 0; }
  .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;
    flex-direction: column-reverse; }
    .opal-comment-form-5 .comment-form .form-submit .submit {
      width: 100%; }

.opal-comment-form-6 .comment-form {
  display: flex;
  flex-wrap: wrap; }
  .opal-comment-form-6 .comment-form .form-submit {
    text-align: center; }

.opal-comment-form-1 .comment-form ::placeholder,.opal-comment-form-4 .comment-form ::placeholder,.opal-comment-form-5 .comment-form ::placeholder,.opal-comment-form-6 .comment-form ::placeholder {
  color: transparent; }

.opal-comment-form-1 .comment-form :-ms-input-placeholder,.opal-comment-form-1 .comment-form ::-ms-input-placeholder,.opal-comment-form-4 .comment-form :-ms-input-placeholder,.opal-comment-form-4 .comment-form ::-ms-input-placeholder,.opal-comment-form-5 .comment-form :-ms-input-placeholder,.opal-comment-form-5 .comment-form ::-ms-input-placeholder,.opal-comment-form-6 .comment-form :-ms-input-placeholder,.opal-comment-form-6 .comment-form ::-ms-input-placeholder {
  color: transparent; }

.comment-content table {
  border-collapse: collapse;
  margin: 0;
  width: 100%; }
  .comment-content table td,.comment-content table th {
    border: 1px solid #e9ecef;
    padding: .6em; }
  .comment-content table thead th {
    padding-bottom: .5em;
    background-color: #222a35;
    color: #b8bdc8;
    border-color: #2e3744; }
  .comment-content table th {
    font-weight: 500; }
  .comment-content table tr {
    border-bottom: 1px solid #e9ecef; }
  .comment-content table tbody>tr {
    color: #7d8794;
    background-color: #f5f6fa; }
    .comment-content table tbody>tr:nth-child(odd) {
      background-color: rgba(245,246,250,.7);
      background-color: #e8eaed; }
  .comment-content table tr:not(.odd):not(.even) th {
    padding-bottom: .5em;
    background-color: #222a35;
    color: #b8bdc8;
    border-color: #2e3744; }
  .comment-content table th {
    border-bottom: 1px solid;
    border-bottom-color: #ebebeb;
    padding-bottom: .5em; }

.opal-comment-1 .comment-body,.opal-comment-1 .comment_container {
  padding: 30px; }

.opal-comment-1 .comment-body+.comment-respond {
  margin-top: -2em;
  padding: 30px;
  margin-left: 4em;
  background: #f0f0f0;
  position: relative; }
  .opal-comment-1 .comment-body+.comment-respond:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    position: absolute;
    transform: rotate(180deg);
    top: 0;
    right: calc(100% + 15px);
    font-size: 24px; }

#reviews .opal-comment-1 .commentlist>li,.opal-comment-1 #reviews .commentlist>li,.opal-comment-1 .comment-list>li {
  margin-bottom: 1.5em; }

#reviews .opal-comment-1 .commentlist .children,.opal-comment-1 #reviews .commentlist .children,.opal-comment-1 .comment-list .children {
  padding-left: 0; }

.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 {
  border-radius: 50%;
  left: -85px; }

.opal-comment-3 .comment-content {
  margin-left: 65px;
  font-style: italic; }

.opal-comment-3 .comment-meta {
  font-style: italic; }

.opal-comment-3 .comment-body,.opal-comment-3 .comment_container {
  background-color: transparent; }

.opal-comment-3 .comment-author b {
  font-weight: 400;
  font-style: italic; }

.opal-comment-3 .comment-reply-link {
  border: 1px solid;
  text-transform: capitalize;
  font-weight: 400;
  padding: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem; }

.opal-comment-3 #comments .avatar {
  border: 3px solid; }

.opal-comment-4 .comment-content {
  margin-left: 75px; }
  .opal-comment-4 .comment-content p:last-child {
    margin-bottom: 0; }

.opal-comment-4 .comment-body,.opal-comment-4 .comment_container {
  position: relative;
  padding: 30px 0;
  margin-bottom: 0;
  background: #f6f7fa; }
  .opal-comment-4 .comment-body .reply,.opal-comment-4 .comment_container .reply {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 2; }

.opal-comment-4 .pingback .comment-body,.opal-comment-4 article.comment-body {
  background-color: transparent; }

.opal-comment-4 .comment-reply-link {
  text-transform: capitalize;
  font-weight: 400; }

.opal-comment-4 #comments .avatar {
  border-radius: 50%; }

.opal-comment-4 #comments .depth-1>article {
  padding-left: 0; }

.opal-comment-4 #comments time {
  position: relative; }

.opal-comment-5 .comment-meta {
  margin-left: 15px; }

.opal-comment-5 .comment-author b {
  font-weight: 400;
  font-style: italic; }

.opal-comment-5 .comment-reply-link {
  font-weight: 400;
  background-color: #eee;
  padding: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  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-5 #comments .depth-1>article {
  margin-left: 1.5rem; }

.opal-comment-6 .commnent-list .children {
  margin-left: 6em !important; }

.opal-comment-6 .comment-reply-link {
  font-weight: 400;
  font-size: 11px;
  font-size: .78571rem; }

#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.85714rem;
    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.42857rem;
    top: 0; }

.opal-comment-7 .comment-meta {
  margin-left: 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;
    border-top: 0;
    border-right: 0;
    content: "";
    background-color: #fff;
    transform: rotate(45deg); }

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary .widget_archive ul,#secondary .widget_categories ul,#secondary .widget_layered_nav_filters ul,#secondary .widget_layered_nav ul,#secondary .widget_links ul,#secondary .widget_nav_menu ul,#secondary .widget_pages ul,#secondary .widget_product_categories ul,#secondary .widget_recent_comments ul,#secondary .widget_recent_entries ul {
  margin: 0; }
  #secondary .widget_archive ul li,#secondary .widget_categories ul li,#secondary .widget_layered_nav_filters ul li,#secondary .widget_layered_nav ul li,#secondary .widget_links ul li,#secondary .widget_nav_menu ul li,#secondary .widget_pages ul li,#secondary .widget_product_categories ul li,#secondary .widget_recent_comments ul li,#secondary .widget_recent_entries ul li {
    position: relative; }

#secondary .widget_product_categories ul li {
  position: relative;
  padding-right: 20px; }
  #secondary .widget_product_categories ul li.current-cat>a {
    color: #222; }
  #secondary .widget_product_categories ul li i {
    position: absolute;
    right: 0;
    top: .7rem;
    line-height: inherit;
    font-size: 10px;
    font-size: .71429rem;
    cursor: pointer; }
  #secondary .widget_product_categories ul li ul.children {
    margin-right: -20px;
    padding-top: .5rem;
    display: none; }

.widget-area h2.widget-title,.widget-area h2.widgettitle {
  margin-bottom: .5em;
  padding-bottom: .5em; }

.widget-area .widget {
  margin-bottom: 40px; }

h2.widget-title,h2.widgettitle {
  font-size: 17px;
  font-size: 1.21429rem;
  margin-bottom: 1.5em;
  text-transform: uppercase; }

.site-footer .widget {
  padding-bottom: .25rem; }

/* widget forms */
.widget select {
  width: 100%; }

.widget>ul>li {
  border-bottom: 1px dashed #dadada; }

.widget ul {
  list-style: none;
  margin: 0; }
  .widget ul li {
    padding: .65rem 0; }
    .widget ul li+li {
      margin-top: -1px; }
    .widget ul li ul {
      margin: 0 0 -1px;
      padding: 0;
      position: relative; }
    .widget ul li li {
      padding-left: 1.3rem; }
      .widget ul li li:last-child {
        padding-bottom: 0; }

.widget h2.widget-title a,.widget h2.widgettitle a {
  color: inherit; }

.widget a.url {
  font-weight: 600; }

.widget-grofile ul.grofile-links li ul,.widget_meta ul li ul,.widget_pages ul li ul,.widget_rss_links ul li ul,.widget_top-posts ul li ul {
  bottom: 0; }
  .widget-grofile ul.grofile-links li,.widget-grofile ul.grofile-links li li,.widget_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;
    padding-bottom: .25rem; }

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

/* 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 {
  display: inline-block; }
  .widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent; }
  .widget_rss .widget-title .rsswidget:first-child img {
    display: block; }

.widget_rss ul li {
  padding: 2.125em 0; }
  .widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0; }

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

.widget_rss .rss-date,.widget_rss li cite {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase; }

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

/* Contact Info Widget */
.widget_contact_info .contact-map,.widget_rss .rssSummary {
  margin-bottom: .5em; }

/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  margin-bottom: 0; }

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

/* Recent Posts widget */
.widget_recent_entries li {
  display: flex; }
  .widget_recent_entries li.item-recent-post {
    padding: 0;
    margin-bottom: 30px;
    border: 0;
    line-height: 20px; }
    .widget_recent_entries li.item-recent-post:first-child {
      margin-top: 16px; }
    .widget_recent_entries li.item-recent-post:last-child {
      margin-bottom: 0; }
    .widget_recent_entries li.item-recent-post:hover {
      box-shadow: 0 5px 20px .2px rgba(0,0,0,.1); }
    .widget_recent_entries li.item-recent-post a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      height: 39px; }

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

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  font-size: .85714rem;
  color: #aaa;
  margin-top: 10px; }

.widget_recent_entries .thumbnail-post {
  width: 120px; }

.widget_recent_entries .title-post {
  padding-top: 15px;
  padding-bottom: 15px; }

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

.widget_search button[type=submit] {
  background: transparent;
  border: 0;
  color: #222;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.6; }
  .widget_search button[type=submit]:focus,.widget_search button[type=submit]:hover {
    color: #eb7025;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 1; }

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

.widget_archive ul li a:before,.widget_categories ul li a:before {
  content: "\f192";
  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;
  padding-right: 14px;
  font-size: 8px; }
  .secondary-border .search-form input[type=text],.secondary-border .search-form input[type=text]:focus {
    border-color: #ffd8d4; }

.none-border .search-form input[type=text] {
  border: none; }

.bottom-to-top .search-form-wapper,.popup .search-form-wapper,.top-to-bottom .search-form-wapper {
  position: relative;
  max-width: 100%; }
  .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    text-align: center;
    font-size: 36px;
    border: none; }
    @media (max-width: 991px) {
      .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        font-size: 24px;
        padding-right: 50px; } }
    .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
      color: 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 .otf-product-recently-content .widget_recently_viewed_products,.bottom-to-top .single-product .related.products,.bottom-to-top .single-product .up-sells.products,.otf-product-recently-content .bottom-to-top .widget_recently_viewed_products,.otf-product-recently-content .popup .widget_recently_viewed_products,.otf-product-recently-content .top-to-bottom .widget_recently_viewed_products,.popup #content,.popup .container,.popup .opal-canvas-filter.top,.popup .otf-product-recently-content .widget_recently_viewed_products,.popup .single-product .related.products,.popup .single-product .up-sells.products,.single-product .bottom-to-top .related.products,.single-product .bottom-to-top .up-sells.products,.single-product .popup .related.products,.single-product .popup .up-sells.products,.single-product .top-to-bottom .related.products,.single-product .top-to-bottom .up-sells.products,.top-to-bottom #content,.top-to-bottom .container,.top-to-bottom .opal-canvas-filter.top,.top-to-bottom .otf-product-recently-content .widget_recently_viewed_products,.top-to-bottom .single-product .related.products,.top-to-bottom .single-product .up-sells.products {
  padding-top: 0;
  padding-bottom: 0; }

.bottom-to-top [data-search-toggle=close],.popup [data-search-toggle=close],.top-to-bottom [data-search-toggle=close] {
  display: block;
  top: 25px;
  right: 60px;
  z-index: 3; }
  @media (max-width: 991px) {
    .bottom-to-top [data-search-toggle=close],.popup [data-search-toggle=close],.top-to-bottom [data-search-toggle=close] {
      top: 15px;
      right: 20px; } }
  .bottom-to-top [data-search-toggle=close]:before,.popup [data-search-toggle=close]:before,.top-to-bottom [data-search-toggle=close]:before {
    font-size: 24px; }

.bottom-to-top .search-form input[type=search],.popup .search-form input[type=search],.top-to-bottom .search-form input[type=search] {
  text-align: center;
  font-size: 36px;
  border: none; }
  @media (max-width: 991px) {
    .bottom-to-top .search-form input[type=search],.popup .search-form input[type=search],.top-to-bottom .search-form input[type=search] {
      font-size: 24px; } }

.bottom-to-top .search-submit,.popup .search-submit,.top-to-bottom .search-submit {
  display: none; }

.bottom-to-top .dgwt-wcas-details-wrapp,.bottom-to-top .dgwt-wcas-suggestions-wrapp,.popup .dgwt-wcas-details-wrapp,.popup .dgwt-wcas-suggestions-wrapp,.top-to-bottom .dgwt-wcas-details-wrapp,.top-to-bottom .dgwt-wcas-suggestions-wrapp {
  border-top: none; }

/* Tag cloud widget */
.tagcloud,.widget_tag_cloud,.wp_widget_tag_cloud {
  line-height: 1.5; }
  .tagcloud:after,.tagcloud:before,.widget_tag_cloud:after,.widget_tag_cloud:before,.wp_widget_tag_cloud:after,.wp_widget_tag_cloud:before {
    content: "";
    display: table;
    clear: both; }

.widget .tagcloud a,.widget.widget_tag_cloud a {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  display: inline-block;
  float: left;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 15px 20px 0 0 !important;
  padding: 5px 25px !important;
  letter-spacing: .1em;
  font-weight: 400;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all .3s ease;
  line-height: 1; }
  .widget .tagcloud a:before,.widget.widget_tag_cloud a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -5px;
    width: 6px;
    height: calc(100% + 2px);
    background: #e3e3e3;
    clip-path: polygon(100% 0,20% 50%,100% 100%,80% 100%,0 50%,80% 0);
    transition: all .3s ease; }
  .widget .tagcloud a:after,.widget.widget_tag_cloud a:after {
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    transform: translateY(-50%);
    border: 1px solid #e3e3e3;
    transition: all .3s ease; }

.wp_widget_tag_cloud a {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  display: inline-block;
  float: left;
  font-size: 12px !important;
  /* !important to overwrite inline styles */
  margin: 15px 20px 0 0 !important;
  padding: 5px 25px !important;
  letter-spacing: .1em;
  font-weight: 400;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  transition: all .3s ease;
  line-height: 1;
  color: #999; }
  .wp_widget_tag_cloud a:before {
    top: -1px;
    left: -5px;
    height: calc(100% + 2px);
    background: #e3e3e3;
    -webkit-clip-path: polygon(100% 0,20% 50%,100% 100%,80% 100%,0 50%,80% 0);
    clip-path: polygon(100% 0,20% 50%,100% 100%,80% 100%,0 50%,80% 0); }
  .wp_widget_tag_cloud a:after,.wp_widget_tag_cloud a:before {
    content: "";
    position: absolute;
    width: 6px;
    transition: all .3s ease; }
  .wp_widget_tag_cloud a:after {
    border-radius: 50%;
    height: 6px;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    border: 1px solid #e3e3e3; }

.widget .tagcloud a:focus,.widget .tagcloud a:hover,.widget.widget_tag_cloud a:focus,.widget.widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover {
  box-shadow: none;
  text-decoration: none; }

/* Calendar widget */
.widget_calendar td,.widget_calendar th {
  text-align: center; }

.widget_calendar tfoot td {
  border: 0; }

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

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

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

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

aside .widget .woof_container h4,aside .widget h2.widget-title,aside .widget h2.widgettitle {
  font-weight: 600; }

section.widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #000; }

.opal-custom-menu-inline .widget ul li {
  display: inline;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block; }

.opal-custom-menu-inline .widget_nav_menu li {
  position: relative;
  padding: 0;
  margin: 0; }
  .opal-custom-menu-inline .widget_nav_menu li li {
    display: block;
    width: 100%;
    border: none; }
    .opal-custom-menu-inline .widget_nav_menu li li a {
      text-align: left; }
  .opal-custom-menu-inline .widget_nav_menu li ul {
    position: absolute;
    min-width: 180px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fff;
    z-index: 9; }
    .opal-custom-menu-inline .widget_nav_menu li ul ul {
      top: 0;
      left: 100%; }
  .opal-custom-menu-inline .widget_nav_menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }

.opal-custom-menu-inline .widget_nav_menu ul.menu>li {
  display: inline-block;
  vertical-align: middle; }

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img,video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

img.alignleft,img.alignright {
  float: none;
  margin: 0; }

.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* Make sure embeds and iframes fit their containers. */

.gallery-caption,.wp-caption,embed,iframe,object {
  margin-bottom: 1.5em;
  max-width: 100%; }

.gallery-caption,.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: .8125rem;
  font-style: italic; }

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

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

/* Media Elements */
.entry-video.embed-responsive-16by9,.mejs-container {
  margin-bottom: 1.5em; }

/* Audio Player */
  .mejs-controls a.mejs-horizontal-volume-slider,.mejs-controls a.mejs-horizontal-volume-slider:focus,.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0; }

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #232323; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #e3e3e3; }
  .site-content .wp-playlist-light .wp-playlist-item {
    border-bottom-color: #eee;
    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:hover {
      border-bottom-color: transparent;
      background-color: #e3e3e3;
      color: #fff; }
  .site-content .wp-playlist-light .wp-playlist-item:focus a,.site-content .wp-playlist-light .wp-playlist-item:hover a,.site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff; }

.site-content .wp-playlist-dark {
  background-color: #222;
  border-color: #232323; }
  .site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #232323; }
  .site-content .wp-playlist-dark .wp-playlist-caption,.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #fff; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa; }
  .site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #232323; }
  .site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom-color: #555;
    transition: background-color .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:hover {
      border-bottom-color: transparent;
      background-color: #aaa;
      color: #222; }
  .site-content .wp-playlist-dark .wp-playlist-item:focus a,.site-content .wp-playlist-dark .wp-playlist-item:hover a,.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
    color: #222; }

.site-content .wp-playlist {
  padding: .625em .625em .3125em; }

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

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

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

.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 {
  width: 100%;
  max-width: 100%;
  padding: 0;
  float: left; }

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

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

.elementor-element .gallery-columns-5 .gallery-item,.entry-gallery .gallery-columns-5 .gallery-item,.single .gallery-columns-5 .gallery-item,.widget .gallery-columns-5 .gallery-item {
  flex: 0 0 20%;
  max-width: 20%; }

.elementor-element .gallery-columns-7 .gallery-item,.entry-gallery .gallery-columns-7 .gallery-item,.single .gallery-columns-7 .gallery-item,.widget .gallery-columns-7 .gallery-item {
  flex: 0 0 14.28571%;
  max-width: 14.28571%; }

.elementor-element .gallery-columns-8 .gallery-item,.entry-gallery .gallery-columns-8 .gallery-item,.single .gallery-columns-8 .gallery-item,.widget .gallery-columns-8 .gallery-item {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.elementor-element .gallery-columns-9 .gallery-item,.entry-gallery .gallery-columns-9 .gallery-item,.single .gallery-columns-9 .gallery-item,.widget .gallery-columns-9 .gallery-item {
  flex: 0 0 11.11111%;
  max-width: 11.11111%; }

.gallery-item a {
  display: block; }
  .gallery-item a,.gallery-item a:focus,.gallery-item a:hover {
  box-shadow: none;
  background: none;
  max-width: 100%; }
  .gallery-item a img {
    display: block;
    transition: filter .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallery-item a:focus img,.gallery-item a:hover img {
    filter: opacity(60%); }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 5px 10px 0 0;
  margin-bottom: 0;
  line-height: 1.4; }

/*--------------------------------------------------------------
17.0 Modal
--------------------------------------------------------------*/

.modal,.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%); }
  .modal.show .modal-dialog {
    transform: translate(0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0; }

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

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef; }

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

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

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

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

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

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

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

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

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

.modal-user.loading a,.modal-user.loading button,.modal-user.loading checkbox,.modal-user.loading input,.modal-user.loading label,.modal-user.loading select {
  pointer-events: none; }

.modal-user.loading .opal-loader {
  display: block; }

.modal-user .opal-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500; }

.modal-user .opal-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 0 100px;
  text-align: center; }
  .modal-user .opal-loader-inner label {
    font-size: 20px;
    font-size: 1.25rem;
    opacity: 0;
    color: #eb7025;
    display: inline-block; }
    .modal-user .opal-loader-inner label:nth-child(6) {
      animation: c 3s infinite ease-in-out; }
    .modal-user .opal-loader-inner label:nth-child(5) {
      animation: c 3s .1s infinite ease-in-out; }
    .modal-user .opal-loader-inner label:nth-child(4) {
      animation: c 3s .2s infinite ease-in-out; }
    .modal-user .opal-loader-inner label:nth-child(3) {
      animation: c 3s .3s infinite ease-in-out; }
    .modal-user .opal-loader-inner label:nth-child(2) {
      animation: c 3s .4s infinite ease-in-out; }
    .modal-user .opal-loader-inner label:first-child {
      animation: c 3s .5s infinite ease-in-out; }

@keyframes c {
  0% {
    opacity: 0;
    transform: translateX(-300px); }
  33% {
    opacity: 1;
    transform: translateX(0); }
  66% {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 0;
    transform: translateX(300px); } }

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.0 Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
19.1 Colors Schema Light
--------------------------------------------------------------*/
/*--------------------------------------------------------------
19.2 Colors custom-class
--------------------------------------------------------------*/
[class*=before-title]:before {
  margin-right: .8em; }

[class*=after-title]:after,[class*=before-title]:before {
  content: "";
  width: 30px;
  height: 2px;
  vertical-align: middle;
  display: inline-block; }

[class*=after-title]:after {
  margin-left: .8em; }

.font-large {
  font-size: 3.75rem;
  line-height: 1.175; }
  @media (max-width: 991px) {
    .font-large {
      font-size: 2.75rem; } }

.bg-rounded-circle {
  position: relative;
  z-index: 1; }
  .bg-rounded-circle:before {
    position: absolute;
    content: "";
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    box-shadow: 0 0 10px rgba(0,0,0,.2); }

.bg-gradient {
  background-image: -ms-linear-gradient(45deg,#0160b4 0,#5b2c8c 75%); }

div.bg-gradient-xs {
  background-position: center 0 !important; }
  @media (max-width: 767px) {
    div.bg-gradient-xs {
      background-image: -ms-linear-gradient(45deg,#0160b4 0,#5b2c8c 100%) !important; } }

.theme-shadow {
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.16); }

.list-feature-box {
  font-weight: 600; }
  .list-feature-box>li {
    font-size: 14px;
    font-size: 1rem;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: inherit;
    line-height: 1.5; }
    .list-feature-box>li:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c";
      margin-right: 1rem;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      text-align: center;
      padding: 2px; }

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

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

@media screen and (min-width: 48em) {
  .error404 #primary {
    float: none; }
  /* Site Branding */
  .site-branding {
    margin-bottom: 0; }
  .custom-header-media {
    height: 165px;
    position: relative; }
  .site-title {
    font-size: 24px; }
  .site-description {
    font-size: 16px; }
  /* Main Navigation */
  .dropdown-toggle,.menu-toggle {
    display: none; }
    .site-header .main-navigation ul,.site-header .main-navigation ul ul {
      display: block; }
  .site-header .main-navigation>div>ul {
    display: inline-block; }
  .site-header .main-navigation ul {
    background: transparent;
    padding: 0; }
  .site-header .main-navigation>div>ul {
    border: 0;
    margin-bottom: 0;
    padding: 0; }
  .site-header .main-navigation li {
    display: inline-block; }
    .site-header .main-navigation li li {
      display: block; }
  .site-header .main-navigation ul ul {
    background: #fff;
    left: 0;
    padding: 20px 0;
    position: absolute;
    top: calc(100% + 15px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    transition: opacity .25s ease,visibility .25s ease,top .25s ease; }
  .site-header .main-navigation ul ul li>ul {
    left: 100%;
    right: auto; }
  .site-header .main-navigation ul ul li.focus>ul,.site-header .main-navigation ul ul li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible; }
  .site-header .main-navigation li li {
    transition: background-color .2s ease-in-out; }
    .site-header .main-navigation li li a {
      transition: color .3s ease-in-out; }
  .site-header .main-navigation ul li.focus>ul,.site-header .main-navigation ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    right: auto;
    pointer-events: visible; }
  .site-header .main-navigation .menu-item-has-children>a>i,.site-header .main-navigation .page_item_has_children>a>i {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px; }
  .site-header .main-navigation ul ul .menu-item-has-children>a>i,.site-header .main-navigation ul ul .page_item_has_children>a>i {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    /* Chrome, Safari, Opera */
    /* IE 9 */
    transform: rotate(-90deg); }
  .site-header .main-navigation ul ul ul {
    left: -999em;
    top: 15px; }
  .site-header .main-navigation ul ul li.menu-item-has-children.focus:after,.site-header .main-navigation ul ul li.menu-item-has-children.focus:before,.site-header .main-navigation ul ul li.menu-item-has-children:hover:after,.site-header .main-navigation ul ul li.menu-item-has-children:hover:before,.site-header .main-navigation ul ul li.page_item_has_children.focus:after,.site-header .main-navigation ul ul li.page_item_has_children.focus:before,.site-header .main-navigation ul ul li.page_item_has_children:hover:after,.site-header .main-navigation ul ul li.page_item_has_children:hover:before,.site-header .site-navigation-fixed .menu-scroll-down {
    display: none; }
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
    color: #fff;
    top: 2em; }
    .site-header .menu-scroll-down .icon {
      /* Chrome, Safari, Opera */
      /* IE 9 */
      transform: rotate(90deg); }
  /* Scroll down arrow */
  /* Front Page */
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em; }
  .panel-image {
    height: 100vh;
    max-height: 1200px; }
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  .background-fixed .panel-image {
    background-attachment: fixed; }
  /* Front Page - Recent Posts */
  .panel-content .recent-posts article {
    margin-bottom: 4em; }
  .panel-content .recent-posts .entry-header {
    float: none;
    width: 100%;
    margin-bottom: 1.5em; }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem; }
  /* Posts */
  .comments-pagination,.post-navigation {
    clear: both; }
    .post-navigation .nav-previous {
      width: 50%; }
    .post-navigation .nav-next {
      text-align: right;
      width: 50%; }
  .nav-next,.post-navigation .nav-next {
    margin-top: 0; }
  /* Blog, archive, search */
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px; }
  /* Post formats */
  .format-quote blockquote .icon {
    left: -1.5em; }
  /* Pages */
  .site-content {
    padding: 3.75em 0; }
  .page:not(.home) #content {
    padding-bottom: 3.25em; }
  /* 404 page */
  /* Comments */
  /* Posts pagination */
  .nav-links .nav-title {
    position: relative; }
  /* Secondary */
  #secondary {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px; }
  /* Footer */
  .site-footer {
    line-height: 1.715; }
  .site-info .sep {
    margin: 0 .5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto; }
  /* Gallery Columns */ }

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

/*--------------------------------------------------------------
20.1 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  #page-title-bar,#secondary,#topbar,.comment-edit-link,.comment-metadata .edit-link,.comment-reply-link,.comment-respond,.comments-pagination,.content-bottom-widgets,.edit-link,.header-image,.icon-thumb-tack,.navigation.woocommerce-pagination,.page-links,.pagination.navigation,.panel-image-prop,.pingback .edit-link,.post-navigation,.site-footer aside.widget-area,.site-info,.social-navigation,button,form,input,select,textarea {
    display: none !important; }
  #comments,.entry-footer,.single-featured-image-header,.site-footer {
    border: 0; }
  /* Font sizes */
  body {
    font-size: 12pt; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 22pt; }
  h3 {
    font-size: 17pt; }
  h4 {
    font-size: 12pt; }
  h5 {
    font-size: 11pt; }
  h6 {
    font-size: 12pt; }
  .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; } }