/*!
 *  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(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.eatitfamily.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: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

.fa.pull-right {
  margin-left: 0.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(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/opal-icon.eot);
  src: url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/opal-icon.eot?#iefix) format("eot"), url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/opal-icon.woff2) format("woff2"), url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/opal-icon.woff) format("woff"), url(//www.eatitfamily.com/wp-content/themes/auros/assets/fonts/opal-icon.ttf) format("truetype"),
    url(//www.eatitfamily.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 .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 .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 .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: 0.2;
  transition: opacity 0.4s;
  cursor: pointer;
}
.owl-carousel + .owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce-product-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce .woocommerce-carousel ul.products + .owl-carousel-thumbnail .owl-item .item:hover {
  opacity: 1;
}
.owl-carousel.owl-loading,
.woocommerce-product-carousel ul.owl-loading.products,
.woocommerce .woocommerce-carousel ul.owl-loading.products {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden,
.woocommerce-product-carousel ul.owl-hidden.products,
.woocommerce .woocommerce-carousel ul.owl-hidden.products {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item,
.woocommerce-product-carousel ul.owl-refresh.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-refresh.products .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item,
.woocommerce-product-carousel ul.owl-drag.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-drag.products .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab,
.woocommerce-product-carousel ul.owl-grab.products,
.woocommerce .woocommerce-carousel ul.owl-grab.products {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl,
.woocommerce-product-carousel ul.owl-rtl.products,
.woocommerce .woocommerce-carousel ul.owl-rtl.products {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item,
.woocommerce-product-carousel ul.owl-rtl.products .owl-item,
.woocommerce .woocommerce-carousel ul.owl-rtl.products .owl-item {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*rtl:end:ignore*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme.owl-carousel .owl-nav,
.owl-theme .products .owl-nav,
.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 0.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: 0.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 0.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: 0.25rem;
  margin-left: 0.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: 0.92857rem;
  min-width: 80px;
  line-height: 2;
  letter-spacing: 0.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;
}/* 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 0.45s infinite linear;
  -webkit-animation: p 0.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: 0.327em;
}

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

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

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

/**
 * Shop tables
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-row label {
  display: block;
}

.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: 0.25;
  letter-spacing: 0.1em;
}
.star-rating:before,
.star-rating span {
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #ffb14b;
  letter-spacing: 0.1em;
}

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

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

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

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

.storefront-sorting {
  font-size: 0.875em;
  margin-bottom: 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: 0.7;
}
.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-noreviews a.button:hover,
.woocommerce-notice a.button:hover,
p.no-comments a.button:hover {
  opacity: 1;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
.woocommerce-notice .button,
p.no-comments .button {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button,
  .woocommerce-noreviews .button,
  .woocommerce-notice .button,
  p.no-comments .button {
    padding-left: 0;
    border-left-width: 0;
    float: inherit;
    display: block;
  }
}
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
.woocommerce-noreviews .button:hover,
.woocommerce-notice .button:hover,
p.no-comments .button:hover {
  background: none;
  color: #fff;
  opacity: 0.7;
  text-decoration: underline;
}
.woocommerce-error pre,
.woocommerce-info pre,
.woocommerce-message pre,
.woocommerce-noreviews pre,
.woocommerce-notice pre,
p.no-comments pre {
  background-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

/**
 * Header Elements
 */
.site-header-cart {
  position: relative;
}
.site-header-cart .shopping_cart {
  position: absolute;
  top: 100%;
  z-index: 999999;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  list-style: none;
}
.site-header-cart .shopping_cart:before {
  content: "";
  width: 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: 0.92857rem;
  background-color: #fff;
  min-width: 270px;
  padding-bottom: 0;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
  display: none;
  left: 0;
}
.site-header-cart .shopping_cart_nav,
.site-header-cart .widget_shopping_cart {
  padding: 0 !important;
}
.site-header-cart .shopping_cart_nav h2.widgettitle,
.site-header-cart .widget_shopping_cart h2.widgettitle {
  display: none;
}
.site-header-cart .shopping_cart_nav .product_list_widget li,
.site-header-cart .widget_shopping_cart .product_list_widget li {
  width: 100%;
  border-width: 0 0 1px;
  padding: 15px 20px;
  border-bottom: 1px solid #e3e3e3;
}
.site-header-cart .shopping_cart_nav .product_list_widget li a,
.site-header-cart .widget_shopping_cart .product_list_widget li a {
  font-size: 13px;
  font-size: 0.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.7;
}
.site-header-cart .shopping_cart_nav p.buttons .button:active,
.site-header-cart .shopping_cart_nav p.buttons .button:focus,
.site-header-cart .widget_shopping_cart p.buttons .button:active,
.site-header-cart .widget_shopping_cart p.buttons .button:focus {
  outline: none;
}
.site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout),
.site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout) {
  background-color: #fafafa;
  color: #000;
  line-height: 1.6;
}
.site-header-cart .shopping_cart_nav p.buttons .button.checkout,
.site-header-cart .widget_shopping_cart p.buttons .button.checkout {
  margin-bottom: 10px;
}
.site-header-cart .woocommerce-mini-cart__empty-message {
  padding: 35px 65px;
  margin: 0;
  min-height: 180px;
  text-align: center;
  font-size: 16px;
  font-size: 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: 0.5rem;
  padding-right: 0.5rem;
}

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

body:not(.opal-header-layout-sideHeader) .shopping_cart {
  right: 0;
  border: none;
  margin-top: 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: 0.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: 0.4s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-delay: 0.5s;
  max-width: 370px;
  color: #fff;
}
.notification-added-to-cart .ns-content strong {
  font-weight: 700;
}
.notification-added-to-cart .ns-content p {
  margin: 0;
}
.notification-added-to-cart.hide {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woocommerce-cart .cart-empty {
  display: block;
  font-size: 24px;
  font-size: 1.71429rem;
  color: #000;
  text-align: center;
  letter-spacing: -0.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: 0.5em;
  }
}

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

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

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

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

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

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

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

table.cart:not(.wishlist_table) .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.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: 0.5em;
  }
}
table.cart:not(.wishlist_table) td.actions .coupon:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(50%, -50%);
  pointer-events: none;
  font-size: 12px;
  font-size: 0.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: 0.25rem;
}

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

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

.checkout_coupon {
  position: relative;
  width: 470px;
  max-width: 100%;
  padding: 50px;
  background: #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: 0.875em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row input[type="checkbox"] {
  margin-right: 5px;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
  padding-top: 1em;
  margin: 0;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
  margin-top: 0.61805em;
}
#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type="radio"] {
  margin-right: 0.236em;
}
#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
  margin-left: 0;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  font-size: 1.41575em;
}
#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
  background-repeat: no-repeat;
  background-position: right 0.61805em center;
  background-size: 31px 20px;
  background-image: url(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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(//www.eatitfamily.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, 0.2);
  margin-bottom: 16px;
  background-color: rgba(0, 0, 0, 0.05);
}

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

.woocommerce-checkout-review-order {
  background-color: #fafafa;
  padding: 40px 15px;
}
@media (min-width: 576px) {
  .woocommerce-checkout-review-order {
    padding: 50px 50px 75px;
  }
}
.woocommerce-checkout-review-order: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, 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: 0.8rem;
  padding-bottom: 0.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: 0.54079em;
  clear: left;
  margin-top: 0.35em;
}

#order_review,
#order_review_heading {
  clear: right;
}

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

.order_review_heading {
  margin-bottom: 23px;
}

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

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

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

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

.select2-container--default .select2-selection--single {
  border-color: #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: 0.7rem;
}

/**
 * COMPARE
 */

#cboxWrapper,
#colorbox {
  overflow: visible;
}

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

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

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

.wishlist_table tfoot tr {
  border: none;
}

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

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

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

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

.wishlist_table .product-stock-status {
  font-size: 11px;
  font-size: 0.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, 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: 0.75em;
}
.opal-woocommerce-deal .countdown-times {
  margin-top: 1rem;
  color: #222;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.opal-woocommerce-deal .countdown-times > div {
  padding-left: 25px;
  padding-right: 25px;
}
.opal-woocommerce-deal .countdown-times > div b {
  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: 0.54079em;
}
#comments .commentlist .reply a:after {
  content: "\f112";
}
#comments .commentlist .reply a.comment-edit-link:after {
  content: "\f040";
}

/*
.comment-form-comment{
    label{
        font-weight: 700;
    }
}*/
.added_to_cart.loading,
.button.loading,
button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading {
  position: relative;
}
.added_to_cart.loading:before,
.button.loading:before,
button.loading:before,
input[type="button"].loading:before,
input[type="reset"].loading:before,
input[type="submit"].loading:before {
  opacity: 0;
}
.added_to_cart.loading:after,
.button.loading:after,
button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after {
  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 0.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: 0.54079em;
}

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

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

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

.woocommerce-breadcrumb a:first-of-type:before,
a.reset_variations:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.54079em;
}

.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: 0.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 0.75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.woocommerce-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: 0.875em;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  opacity: 0.25;
}

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

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

.woocommerce-password-strength:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f119";
  margin-left: 0.54079em;
}

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

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

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

.woocommerce-MyAccount-navigation ul li a:before {
  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: 0.54079em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.my_account_orders .button.view:after {
  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: 0.54079em;
}

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

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

.demo_store:before,
.woocommerce-MyAccount-downloads .button:after {
  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: 0.54079em;
  content: "\f05a";
}

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

.wc-forward:after,
.woocommerce-Button--next:after,
.woocommerce-Button--previous:before {
  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: 0.54079em;
}

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px;
}
#reviews .commentlist li p.meta .verified:before {
  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: 0.54079em;
}

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

/**
 * Quick view
 */
.cart .mnm_table_item .mnm_table_item_indent:before,
.quick-view-button:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
  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: 0.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: 0.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: 0.54079em;
}

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

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

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

/**
 * Wishlists
 */
.wl-add-link:before,
a#variations_clear:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.54079em;
}
.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: 0.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;
}

.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, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  font-weight: 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: 0.8em;
  text-transform: uppercase;
  border-color: #fff;
}
ul.order_details li:first-child {
  padding-top: 1.618em;
}
ul.order_details li:last-child {
  border: 0;
  padding-bottom: 1.618em;
}
ul.order_details li strong {
  display: block;
  font-size: 1.41575em;
  text-transform: none;
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.61805em 0.875em;
  font-size: 0.875em;
  margin-right: 0.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, 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 0.3s ease-in-out;
  width: 100%;
}
.product-transition .woocommerce-loop-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

li.product {
  box-sizing: border-box;
  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: 0.5;
}
li.product .out-of-stock + .product-img-wrap + .product-caption,
li.product .out-of-stock + .product-img-wrap + .product-caption + .woocommerce-loop-product__gallery {
  display: none;
}
li.product .out-of-stock:before {
  content: "\f119";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.54079em;
}
li.product .time {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
li.product .countdown-times {
  justify-content: center;
  display: inline-flex;
  text-transform: uppercase;
  background: #232323;
  padding: 8px 12px;
}
li.product .countdown-times b {
  line-height: 1;
  display: block;
  font-size: 17px;
  font-size: 1.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 0.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(0.19, 1, 0.22, 1) 0s;
}

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

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

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

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

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

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

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

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

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

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

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

.product-img-wrap {
  overflow: hidden;
  position: relative;
}
.product-img-wrap .inner {
  width: 100%;
  height: 100%;
  animation-fill-mode: both;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-img-wrap .product-image {
  opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.product-img-wrap .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-img-wrap.top-to-bottom .product-image {
  bottom: 100%;
}
.product-img-wrap.left-to-right .product-image {
  top: 0;
  right: 100%;
}
.product-img-wrap.right-to-left .product-image {
  top: 0;
  left: 100%;
}
.product-img-wrap.swap .product-image {
  top: 0;
  left: 0;
  transition: all 0.7s ease;
}
.product-img-wrap.swap .product-image img {
  transition: all 0.7s ease;
  transform: rotateY(0deg);
}
.product-img-wrap.swap .product-image.second-image {
  z-index: 2;
  opacity: 0;
}
.product-img-wrap.swap .product-image.second-image img {
  transform: rotateY(-180deg);
}
.product-img-wrap.fade .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.fade .product-image.second-image {
  opacity: 0;
  z-index: 2;
}
.product-img-wrap.zoom-in .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(0);
  z-index: 2;
}
.product-img-wrap.zoom-out .product-image {
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.product-img-wrap.zoom-out .product-image.second-image {
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 1.5rem;
}
ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
}
ul.products li.product .price ins {
  background-color: transparent;
  margin: 0;
}
ul.products li.product .price del {
  margin-right: 10px;
  color: #777;
  font-size: 12px;
  font-size: 0.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: 0.8em;
}

li.product .star-rating {
  font-size: 0.875em;
  margin: 0 auto 0.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: 0.5em;
    margin: auto;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .osf-sorting .filter-toggle {
    margin: auto;
  }
}
.osf-sorting .woocommerce-ordering {
  display: inline-block;
}
@media (max-width: 991px) {
  .osf-sorting .woocommerce-ordering {
    margin-left: auto;
    margin-right: auto;
  }
}
.osf-sorting .woocommerce-ordering select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0;
  height: 2.5em;
}
.osf-sorting .display-mode {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 0.5rem;
  min-width: 74px;
}
@media (max-width: 768px) {
  .osf-sorting .display-mode {
    margin-right: auto;
  }
}
.osf-sorting .display-mode button {
  background-color: #fff;
  color: #e5e5e5;
  padding: 0 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: 0.5em;
  }
}

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

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

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

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

/*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, 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, 0.5);
}

/**
 * Reviews
 */
#reviews {
  outline: none;
}
#reviews #comments {
  margin-top: 0;
  padding-top: 0;
}
#reviews .comment-reply-title {
  display: none;
}
#reviews .commentlist {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}
#reviews .commentlist li {
  margin-bottom: 2.61792em;
  list-style: none;
  clear: both;
}
#reviews .commentlist li:after,
#reviews .commentlist li:before {
  content: "";
  display: table;
}
#reviews .commentlist li:after {
  clear: both;
}
#reviews .commentlist li .comment_container {
  border-radius: 3px;
  background: transparent;
}
#reviews .commentlist li .comment_container:after,
#reviews .commentlist li .comment_container:before {
  content: "";
  display: table;
}
#reviews .commentlist li .comment_container:after {
  clear: both;
}
#reviews .commentlist li .comment_container .comment-text .star-rating {
  font-size: 0.875em;
  line-height: 1;
  height: 1em;
  margin-bottom: 20px;
}
#reviews .commentlist li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#reviews .commentlist li time {
  opacity: 0.5;
  font-size: 0.875em;
}
#reviews .commentlist li .comment-text {
  display: flex;
  flex-direction: column;
}
#reviews .commentlist li .comment-text .star-rating {
  margin-bottom: 1.5rem;
}
#reviews .commentlist li .comment-text .meta {
  order: -1;
}
#reviews .commentlist li .comment-text .meta * {
  margin-right: 1rem;
  font-size: 12px;
  font-size: 0.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: 0.625em;
}
#reviews .commentlist li p.meta strong {
  line-height: 1;
  margin-bottom: 3px;
}
#reviews .commentlist li p.meta time {
  display: block;
}
#reviews .commentlist li p.meta .verified {
  font-style: normal;
  font-size: 0.875em;
}
#reviews .commentlist li p.meta .woocommerce-review__dash {
  display: none;
}
#reviews .commentlist li ul.children {
  margin: 0;
  padding-top: 1.618em;
}
#reviews .commentlist li ul.children li {
  margin-bottom: 1.618em;
}
#reviews .commentlist li ul.children li:last-child {
  margin-bottom: 0;
}
#reviews .comment-form-rating label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
#reviews .comment-form-rating .stars,
#reviews .comment-form-rating label {
  font-size: 18px;
  font-size: 1.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, 0.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: 0.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: 0.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: 0.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: -0.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: 0.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(//www.eatitfamily.com/wp-content/themes/auros/assets/css/assets/images/left-arrow.png);
}

.single-product .product-navigator #newer-nav:before {
  content: url(//www.eatitfamily.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: 0.5rem;
  padding-bottom: 0.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 0.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 0.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: 0.85714rem;
  text-transform: uppercase;
  padding: 0.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: 0.502;
}

.single-product.woocommerce-single-style-4 div.product .woocommerce-product-gallery__image.flex-active-slide img {
  box-shadow: 0 5px 10px 0.1px rgba(0, 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 0.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: 0.25rem;
}

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

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

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

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

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

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

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

/** 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 0.35s ease-in-out;
}
.osf-wrap-swatches .swatch {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
}
.osf-wrap-swatches .swatch-color {
  height: 15px;
  width: 15px;
  font-size: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.osf-wrap-swatches .swatch-label {
  font-size: 11px;
  font-size: 0.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, 0.3);
}

.widget.widget-woof,
.widget.WOOF_Widget {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget .woof_products_top_panel {
  padding: 0 15px;
  margin-bottom: 1.5rem;
  border-width: 1px 0;
  border-style: solid;
}
.widget .woof_products_top_panel li span {
  font-weight: 500;
  font-size: 0.85em;
}

.widget .woof label {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.widget .woof_list li {
  margin: -1px 0 0 !important;
  border: none;
}

.widget .woof_list_label li {
  border: none !important;
  position: relative;
}
.widget .woof_list_label li .woof_label_count {
  right: 0;
}
.widget .woof_list_label li .woof_label_term {
  width: auto;
  height: auto;
  line-height: 1.5;
  background: #e9ecef;
  border: none;
  font-size: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 300;
}
.widget .woof_list_label li .woof_label_term.checked,
.widget .woof_list_label li .woof_label_term:hover {
  background-color: #000;
  color: #fff;
}

.widget ul.woof_list_color li {
  border: none !important;
  margin-right: 10px !important;
}

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

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

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

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

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

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

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

.woof_container_productsize ul {
  columns: 2;
}

/**
 * Widgets
 */
#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 0.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: 0.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: 0.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, 0.2);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.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: 0.5em 0;
}
.product_list_widget li .product-title,
.woocommerce-product-list li .product-title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
}
.product_list_widget li .product-title + .product-price,
.woocommerce-product-list li .product-title + .product-price {
  margin-top: 0;
}
.product_list_widget li .product-price,
.woocommerce-product-list li .product-price {
  margin-top: 0.875em;
}
.product_list_widget li > a,
.woocommerce-product-list li > a {
  display: block;
}
.product_list_widget li:first-child:before,
.woocommerce-product-list li:first-child:before {
  content: none;
}
.product_list_widget li .star-rating,
.woocommerce-product-list li .star-rating {
  margin-bottom: 10px;
}
.product_list_widget li .star-rating + .product-price,
.woocommerce-product-list li .star-rating + .product-price {
  margin-top: 0;
}
.product_list_widget li .posted_in,
.woocommerce-product-list li .posted_in {
  font-size: 0.875em;
  display: none;
}
.product_list_widget .amount,
.woocommerce-product-list .amount {
  font-weight: 700;
  color: #ff4a5d;
}
.product_list_widget ins,
.woocommerce-product-list ins {
  background: transparent;
  float: 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: 0.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: 0.6em;
  right: 0;
  opacity: 1;
}

.widget_shopping_cart p.buttons,
.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0;
}

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_shopping_cart .buttons .button {
  display: block;
  height: auto;
}
.widget_shopping_cart .buttons .button:nth-child(odd) {
  margin-bottom: 0.61805em;
  display: block;
}

.widget.woocommerce li .count {
  font-size: 1em;
}

.widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
  line-height: 2.4em;
}
.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 0.236em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 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: 0.5em;
  margin: 0;
}
#yith-quick-view-content.single-product div.product .summary .price {
  margin-top: 15px;
}
#yith-quick-view-content.single-product div.product .woocommerce-product-rating {
  margin: 10px 0;
}

#yith-quick-view-content .out-of-stock {
  position: static;
}

#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px;
}

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0;
}

.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle;
}

.osf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.osf-product-deal .woocommerce-product-list li .inner {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .osf-product-deal .woocommerce-product-list li .inner {
    display: block !important;
  }
}
.osf-product-deal .woocommerce-product-list li p {
  margin: 0;
}
.osf-product-deal .woocommerce-product-list li .product-thumbnail {
  margin-right: 0;
  padding: 0;
  max-width: 100%;
}

.osf-product-deal .woocommerce-product-list .product-content {
  padding: 30px;
}

.osf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500;
}

.osf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em;
}

.osf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px;
}

.osf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day:after,
.osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,
.osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
  content: "";
}
.osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times > div {
  text-transform: capitalize;
}
.osf-product-deal .woocommerce-product-list .opal-countdown b {
  min-width: 50px;
  background-color: transparent;
  font-size: 1.25em;
  line-height: 30px;
  min-height: 30px;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day {
  text-align: left;
  padding-right: 10px;
}
.osf-product-deal .woocommerce-product-list .opal-countdown .day b {
  font-size: 2.25em;
}

#secondary .widget_price_filter button[type="submit"],
.opal-canvas-filter .widget_price_filter button[type="submit"] {
  display: none;
}

.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: 0.2s;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed.active {
  background: #fff;
}
.otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
  transform: rotate(180deg) translateY(50%);
}

.otf-product-recently-content {
  width: 100% !important;
  display: none;
  clear: both;
  position: relative;
}
.otf-product-recently-content:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.otf-product-recently-content .woocommerce-product {
  background: #fff;
}
.otf-product-recently-content .products {
  display: flex;
  padding: 30px 0;
}
.otf-product-recently-content li {
  width: auto;
  padding: 0 15px !important;
}
.otf-product-recently-content li a.product-thumbnail {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.otf-product-recently-content li img.wp-post-image {
  max-width: 5.99684em;
}
.otf-product-recently-content li .product-content {
  display: none;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: 0.875em;
  padding: 1em 1.387rem;
}
.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block;
  padding: 0 0.54079em;
}

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  padding: 1.41575em 99em;
  margin-left: -99em;
  margin-right: -99em;
  margin-bottom: 4.2358em;
}

@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem;
  }
}

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#opal-woocommerce-loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: p 0.45s infinite linear;
  -webkit-animation: p 0.45s infinite linear;
  margin: 40px auto;
  margin: 10px auto;
}

body.opal-filter-loading #content {
  opacity: 0.76;
}
body.opal-filter-loading #content * {
  pointer-events: none;
}

@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .opal-wrapper {
    margin-bottom: 65px;
  }
  .handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    background-color: #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%, 0.2);
  }
  .handheld-footer-bar [class*="columns-"] a {
    color: #f3f3f3;
    height: 100%;
    cursor: pointer;
    display: block;
    background: #262626;
  }
  .handheld-footer-bar [class*="columns-"] a:before {
    font: normal normal normal 26px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    line-height: 65px;
  }
  .handheld-footer-bar .my-account .my-accrount-footer {
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
  }
  .handheld-footer-bar .my-account .my-accrount-footer:before {
    text-indent: 0;
    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, 0.2s;
    padding: 1em;
    z-index: 1;
    display: block;
    background-color: #262626;
  }
  .handheld-footer-bar .site-search .search-submit {
    border-radius: 0;
  }
  .handheld-footer-bar .search .search-footer {
    position: relative;
    text-indent: -9999px;
    z-index: 999;
  }
  .handheld-footer-bar .search.active .site-search {
    bottom: 100%;
  }
}

.handheld-footer-bar .search .search-footer:before {
  text-indent: 0;
}

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product: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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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) .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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 .yith-wcwl-add-to-wishlist > div > a {
  opacity: 0;
  background: transparent;
  transition: all 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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%, 0.8);
}
.product-style-4 li.product:not(.elementor-style):hover .product-block {
  box-shadow: 0 6px 17.82px 0.18px rgba(0, 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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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%, 0.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: 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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: 0.92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.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 0.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: 0.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 */.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;-o-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}.eael-force-hide{display:none !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}@media (min-width: 768px) and (max-width: 991px) {
    [data-elementor-columns-tablet="6"] ul.products > li.product {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    [data-elementor-columns-tablet="5"] ul.products > li.product {
        flex: 0 0 20%;
        max-width: 20%;
    }

    [data-elementor-columns-tablet="4"] ul.products > li.product {
        flex: 0 0 25%;
        max-width: 25%;
    }

    [data-elementor-columns-tablet="3"] ul.products > li.product {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    [data-elementor-columns-tablet="2"] ul.products > li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-elementor-columns-tablet="1"] ul.products > li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    [data-elementor-columns-mobile="6"]ul.products > li.product {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    [data-elementor-columns-mobile="5"] ul.products > li.product {
        flex: 0 0 20%;
        max-width: 20%;
    }

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

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

    [data-elementor-columns-mobile="2"] ul.products > li.product {
        flex: 0 0 50%;
        max-width: 50%;
    }

    [data-elementor-columns-mobile="1"] ul.products > li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-icons_ffd27a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(//www.eatitfamily.com/wp-content/plugins/yith-woocommerce-product-add-ons//v1/assets/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
/* options */

.yith_wapo_groups_container {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.woocommerce .ywapo_group_container.form-row.form-row-wide {
	display: block;
	margin: 0 0 15px 0;
}

.ywapo_group_container.form-row.form-row-wide.ywapo_conditional_hidden,
.ywapo_group_container.form-row.form-row-wide.ywapo_conditional_variation_hidden {
	display: none;
}

.ywapo_group_container.form-row.form-row-wide h3 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ywapo_input_container {
	display: block;
	margin-bottom: 15px;
	clear: both;
}

.ywapo_input_container .ywapo_label {

	cursor: pointer;

}

.ywapo_input_container label.ywapo_label_tag_position_before {
	display: block;
	margin-bottom: 10px;
}

.woocommerce form .form-row .ywapo_input_container label {
	display: inline-block;
}

.woocommerce form .form-row .ywapo_input_container.ywapo_input_container_labels label {
	cursor: pointer;
}

.woocommerce form .form-row .ywapo_input_container label > img {
	width: 50px;
	margin-right: 10px;
}

.woocommerce form .form-row .ywapo_input_container input[type="number"] {
	/*width: 100%;*/
	text-align: right;
	display: block;
}

/* INPUT TYPE NUMBER */
.ywapo_input_container_number {
	position: relative;
}
.ywapo_input_container_number input[type=number]::-webkit-inner-spin-button,
.ywapo_input_container_number input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.ywapo_input_container_number input[type=number] {
	-moz-appearance: textfield;
}
.ywapo_input_container_number input {
	height: 42px;
	line-height: 1.65;
	border: 1px solid #eee;
	padding: 0px 30px 0px 0px;
	margin: 0;
	float: left;
	display: block;
}
.ywapo_input_container_number input:focus {
	outline: 0;
}
.ywapo_input_container_number .quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.ywapo_input_container_number .quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ywapo_input_container_number .quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.ywapo_input_container_number .quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
/* INPUT TYPE NUMBER */

.woocommerce form .form-row .ywapo_input_container input[type="checkbox"], .woocommerce form .form-row .ywapo_input_container input[type="radio"]  {
	margin-right: 10px;
}

.yith_wapo_group_total {
	 display: none;
	 margin-bottom: 15px;
}

.yith_wapo_group_total.yith_wapo_keep_show {
	display: block;
}

.yith_wapo_group_total table {
	width: 100%;
}

.yith_wapo_group_total table td {
	text-align: right;
}

.ywapo_product_option_image > img {
	width: 100%;
}

/* labels */

.ywapo_group_container_labels h3 {
	margin-bottom: 5px;
}

.ywapo_input_container.ywapo_input_container_labels {

	padding: 5px;
	border: 1px solid #d6d3d3;
	cursor: pointer;
	text-align: left;
	display: inline-block;
	margin: 10px 10px 0 0;
}

.ywapo_input_container.ywapo_input_container_labels.ywapo_selected {
	border-color: #000;
}

.ywapo_input_container.ywapo_input_container_labels label.ywapo_label_tag_position_before {
	margin-bottom: 0;
}

/* reuquire */
.ywapo_miss_required {
	border: 2px solid #a41103;
	padding: 5px;
}
.ywapo_miss_required::before {
    background-color: #faa;
    color: #fff;
    padding: 5px 10px;
    display: block;
}

/*
 *	Options Tooltip
 */

.wapo_option_tooltip {
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
.wapo_option_tooltip .yith_wccl_tooltip {
	position: absolute;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
	width: 100px;
	margin-left: -50px;
	z-index: 99;
	left: 50%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	pointer-events: none;
}
.wapo_option_tooltip .yith_wccl_tooltip img {
	height: auto;
	max-width: 100%;
	margin: 5px 0;
}
.wapo_option_tooltip .yith_wccl_tooltip span:after {
	content: '';
	border: 5px solid transparent;
	width: 1px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
}

/*
 *	Options Tooltip Position
 */

.wapo_option_tooltip .yith_wccl_tooltip.top {
	bottom: 100%;
	padding-bottom: 10px;
}
.wapo_option_tooltip .yith_wccl_tooltip.top span:after {
	bottom: -10px;
}
.wapo_option_tooltip .yith_wccl_tooltip.bottom {
	top: 100%;
	padding-top: 10px;
}
.wapo_option_tooltip .yith_wccl_tooltip.bottom span:after {
	top: -10px;
}

/*
 *	Options Tooltip Animation
 */

.wapo_option_tooltip .yith_wccl_tooltip.fade,
.wapo_option_tooltip .yith_wccl_tooltip.slide {
	opacity: 0;
}
.wapo_option_tooltip:hover .yith_wccl_tooltip.fade,
.wapo_option_tooltip:hover .yith_wccl_tooltip.slide {
	opacity: 1;
}
.wapo_option_tooltip .yith_wccl_tooltip.top.slide {
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
}
.wapo_option_tooltip .yith_wccl_tooltip.bottom.slide {
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	-moz-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
}
.wapo_option_tooltip:hover .yith_wccl_tooltip.slide {
	transform: translateY( 0 );
	-webkit-transform: translateY( 0 );
	-moz-transform: translateY( 0 );
	-ms-transform: translateY( 0 );
}

.wapo_option_tooltip:hover .yith_wccl_tooltip {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
}
.wapo_option_tooltip .yith_wccl_tooltip > span {
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	max-width: 100%;
	border-radius: 3px;
	padding: 3px 6px;
}

/*
 *	Options Description
 */

.wapo_option_description {
	font-style: italic;
	opacity: 0.5;
	clear: both;
	display: block;
}

.ywapo_input_container_labels .wapo_option_description {
	margin-bottom: 0;
}

/* color picker */

.ywapo_input_container_color input.wp-color-picker {
	display: none;
}

.ywapo_input_container_color .wp-picker-container {
	display: block !important;
}

a.wp-color-result {
	color: #ccc;
}

a.wp-color-result:hover {
	box-shadow: 0 1px 0 0 currentColor;
	color: #a0a5aa;
}

.ywapo_input_container_color .wp-color-result {
	height: 23px;
	float: left;
	border: 1px solid #ccc;
}

.ywapo_input_container_color .wp-color-result:after {
	display: block !important;
	background: none;
}

.ywapo_input_container_color .wp-picker-container .wp-picker-holder {
	top: 55px;
}
.ywapo_input_container_color .wp-picker-open + .wp-picker-input-wrap {
	top: 33px;
}
.ywapo_input_container_color .typography_color .wp-color-result {
	height: 25px;
}
.ywapo_input_container_color .typography_color .wp-color-result:after {
	line-height: 25px;
}

.ywapo_input_container_color .typography_color {
	float:left;
}
/* Color Picker Style */
.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker),
.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker):active {
	position: relative;
}

.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker) .wp-color-result {
	margin-bottom: 10px !important;
	min-width: 100px;
}

.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker) .wp-color-picker{
	height: 24px !important;
	width:60px !important;
}

.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker) .wp-picker-holder{
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 57px;
	z-index: 115;
}

.ywapo_input_container_color .wp-picker-container:not(.vc-color-picker) .wp-picker-open + .wp-picker-input-wrap {
	display: inline-block;
	min-width: 140px;
	vertical-align: top;
	position: absolute;
	top: 30px;
	left: 3px;
	z-index: 110;
}

/*Colorpicker opacity field*/
.ywapo_input_container_color .option .number_container.wp-picker-opacity {
	float: left;
	font-size: 11px;
	line-height: 22px;
	margin-top: 5px;
	padding-left: 2px;
	width: 139px;
}

.ywapo_input_container_color .number_container.wp-picker-opacity .colorpicker-opacity-label{
	display: inline-block;
	float: left;
}

.ywapo_input_container_color .number_container.wp-picker-opacity .spinner-wrapper {
	display: inline-block;
	float: left;
	margin-left: 12px;
}

.ywapo_input_container_color .spinner-wrapper .spinner-button {
	left: 54px;
}

.woocommerce div.product form.cart .button.wp-picker-clear.hidden {
   display: none;
}

.woocommerce div.product form.cart .button.wp-picker-clear {
	float:none;
	margin-left: 6px;
	display: inline-block;
	padding: 5px;
	font-size: 13px;
}

/* Avada */
.fusion-body .single_variation_wrap { display: inline-block; }

/* Elementor */
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) { display: block; }

/* ***** PROTEO ***** */
/*
.theme-yith-proteo #yith_wapo_groups_container .form-row {
    padding: 0 !important;
}
.theme-yith-proteo #yith_wapo_groups_container .ywapo_group_container {
    margin-bottom: 50px !important;
}
.theme-yith-proteo #yith_wapo_groups_container .ywapo_miss_required {
    border-color: #da601a !important;
    border-width: 0px 10px 0px 0px !important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15) !important;
    padding: 20px 20px 20px 20px !important;
}
.theme-yith-proteo #yith_wapo_groups_container .ywapo_miss_required:before {
    background-color: #fff !important;
    color: #da601a !important;
    padding: 0 !important;
    font-weight: 600 !important;
}
.theme-yith-proteo #yith_wapo_groups_container span.select2 {
    margin-right: 30% !important;
    max-width: 70% !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels {
    padding: 0;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels.ywapo_selected {
    border-color: #3fce8c !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels label {
    padding: 20px 0px 0px 20px !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels label img {
    width: 75px !important;
    height: 75px !important;
    margin-right: 15px !important;
    float: left !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels label span {
	font-weight: bold !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels p {
	padding: 0px 20px 20px 20px !important;
	margin-top: 10px !important;
	font-style: normal !important;
	opacity: 1 !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels label.with_image {
	padding: 7px 20px 7px 7px !important;
}
.theme-yith-proteo .ywapo_input_container.ywapo_input_container_labels label.with_image span {
	line-height: 75px !important;
	font-weight: normal !important;
}
.theme-yith-proteo #yith_wapo_groups_container {
	padding-top: 15px !important;
}
.theme-yith-proteo .ywapo_input_container_radio img {
    margin-bottom: -3px !important;
}
.theme-yith-proteo .ywapo_input_container_radio label {
    line-height: 17px !important;
}
.theme-yith-proteo .ywapo_input_container_radio label span {
    font-weight: bold !important;
}
.theme-yith-proteo .product-name .variation * {
    font-size: 14px !important;
    line-height: 20px !important;
}
.theme-yith-proteo .product-name .variation dd {
    float: left !important;
    margin: 0px 0px 0px 10px !important;
}
.theme-yith-proteo .product-name .variation dd p {
    margin: 0 !important;
}
.theme-yith-proteo .product-name .variation dt {
    clear: both !important;
    float: left !important;
}
.theme-yith-proteo .widget_shopping_cart .yith-proteo-mini-cart-content dl.variation {
    display: block !important;
    margin: 0px 0px 20px 0px !important;
}
.theme-yith-proteo .yith-proteo-mini-cart-content .variation * {
    font-size: 12px !important;
    line-height: 20px !important;
}
.theme-yith-proteo .yith-proteo-mini-cart-content .variation dd {
    float: none !important;
    font-weight: normal !important;
    margin: 0 !important;
}
.theme-yith-proteo .yith-proteo-mini-cart-content .variation dd p {
    margin: 0 !important;
}
.theme-yith-proteo .yith-proteo-mini-cart-content .variation dt {
    clear: both !important;
    float: none !important;
}
.theme-yith-proteo .yith-proteo-mini-cart-content span.quantity {
    top: 25px !important;
}
.theme-yith-proteo .yith_wapo_group_total {
    background-color: #fafafa !important;
    margin: 0px 0px 30px 0px !important;
    padding: 20px 20px 10px 20px !important;
    width: 70% !important;
}
.theme-yith-proteo .yith_wapo_group_total table {
    margin: 0 !important;
    padding: 0px !important;
}
.theme-yith-proteo .yith_wapo_group_total table td {
    height: 70px !important;
    line-height: 70px !important;
    padding: 0 !important;
}
.theme-yith-proteo .yith_wapo_group_total table td .price.amount {
    margin: 0 !important;
}
.theme-yith-proteo .yith_wapo_group_total table td:first-child {
    height: 52px !important;
    line-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.theme-yith-proteo .yith_wapo_group_total:before {
    content: 'Price total' !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: bold !important;
    height: 30px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}
*/