@charset "UTF-8";
/*!
 *  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('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format("embedded-opentype"), url('fontawesome-webfont.woff2?v=4.7.0') format("woff2"), url('fontawesome-webfont.woff?v=4.7.0') format("woff"), url('fontawesome-webfont.ttf?v=4.7.0') format("truetype"), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #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: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

.bounce{animation-name:bounce;transform-origin:center bottom}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

.flash{animation-name:flash}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pulse{animation-name:pulse}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

.rubberBand{animation-name:rubberBand}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

.shake{animation-name:shake}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

.headShake{animation-timing-function:ease-in-out;animation-name:headShake}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{transform-origin:top center;animation-name:swing}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

.tada{animation-name:tada}

@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}

.wobble{animation-name:wobble}

@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

.jello{animation-name:jello;transform-origin:center}

@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}

.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}

.bounceIn{animation-duration:.75s;animation-name:bounceIn}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}

.bounceInDown{animation-name:bounceInDown}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}

.bounceInLeft{animation-name:bounceInLeft}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

.bounceInUp{animation-name:bounceInUp}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}

.bounceOut{animation-duration:.75s;animation-name:bounceOut}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}

.bounceOutDown{animation-name:bounceOutDown}

@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.bounceOutLeft{animation-name:bounceOutLeft}

@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.bounceOutUp{animation-name:bounceOutUp}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

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

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInDownBig{animation-name:fadeInDownBig}

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

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}

.animated.flip{backface-visibility:visible;animation-name:flip}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

.flipInX{backface-visibility:visible!important;animation-name:flipInX}

@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

.flipInY{backface-visibility:visible!important;animation-name:flipInY}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}

.flipOutX{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}

.flipOutY{animation-duration:.75s;backface-visibility:visible!important;animation-name:flipOutY}

@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}

.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}

.rotateIn{animation-name:rotateIn}

@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

.rotateInDownLeft{animation-name:rotateInDownLeft}

@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

.rotateInUpLeft{animation-name:rotateInUpLeft}

@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}

.rotateOut{animation-name:rotateOut}

@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}

.rotateOutDownLeft{animation-name:rotateOutDownLeft}

@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutUpLeft{animation-name:rotateOutUpLeft}

@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}

.hinge{animation-duration:2s;animation-name:hinge}

@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}

.jackInTheBox{animation-name:jackInTheBox}

@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}

.rollIn{animation-name:rollIn}

@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

.rollOut{animation-name:rollOut}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInDown{animation-name:zoomInDown}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInLeft{animation-name:zoomInLeft}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInUp{animation-name:zoomInUp}

@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutDown{animation-name:zoomOutDown}

@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

.zoomOutLeft{animation-name:zoomOutLeft}

@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomOutUp{animation-name:zoomOutUp}

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

.slideInDown{animation-name:slideInDown}

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

.slideInLeft{animation-name:slideInLeft}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

.slideInUp{animation-name:slideInUp}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}

.slideOutDown{animation-name:slideOutDown}

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

.slideOutLeft{animation-name:slideOutLeft}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}

.slideOutRight{animation-name:slideOutRight}

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

.slideOutUp{animation-name:slideOutUp}

.animated{animation-duration:1s;animation-fill-mode:both}

.animated.infinite{animation-iteration-count:infinite}

.animated.delay-1s{animation-delay:1s}

.animated.delay-2s{animation-delay:2s}

.animated.delay-3s{animation-delay:3s}

.animated.delay-4s{animation-delay:4s}

.animated.delay-5s{animation-delay:5s}

.animated.fast{animation-duration:.8s}

.animated.faster{animation-duration:.5s}

.animated.slow{animation-duration:2s}

.animated.slower{animation-duration:3s}

@media (prefers-reduced-motion:reduce), (print){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@media only screen and (max-width: 767px) {
    header .logo-wrapper {
        padding: 0
    }

    .mobile-remove-br br {
        display: none
    }

    .mobile-remove-bg,
    .mobile-remove-bg>.elementor-column-wrap {
        background-image: none !important
    }

    .elementor-column.mobile-order-top {
        order: -1
    }

    .search-table .search-button input[type^="submit"],
    .woocommerce-product-search button[type="submit"] {
        min-width: 0
    }

    .ts-mask {
        clip-path: ellipse(200% 100% at 50% 0)
    }

    .header-v3 header .logo-wrapper {
        padding: 0
    }

    .mobile-app-style #ts-filter-widget-area .ts-sidebar-content,
    .mobile-app-style .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
        padding-bottom: 70px
    }

    article.single-post .entry-format .thumbnail img {
        margin-bottom: 22px
    }

    article.single-post.no-featured-image .entry-meta-top {
        margin-top: 13px
    }

    .woocommerce .woocommerce-ordering .orderby ul,
    .product-per-page-form ul.perpage ul {
        width: 140px
    }

    #ts-filter-widget-area .before-loop-wrapper>.widget.product-filter-by-brand {
        position: relative;
        z-index: 1000
    }

    body.mobile-app-style:not(.ts_desktop):not(.page-template-blank-page-template) {
        padding-bottom: 46px
    }

    .elementor-section.elementor-section-stretched {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important
    }

    .visible-phone {
        display: block !important
    }

    .hidden-phone,
    .sticky-wrapper.is-sticky .icon-menu-sticky-header.hidden-phone {
        display: none !important
    }

    .mobile-ts-aligncenter {
        text-align: center !important
    }

    .ts-header .container,
    footer .container,
    .layout-fullwidth .footer-container .container,
    .breadcrumb-title-wrapper .breadcrumb-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .single-post>.single-related-wrapper:last-child:after {
        left: 15px;
        right: 15px
    }

    .footer-container .ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
    .footer-container .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .footer-container .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    #main>.page-container {
        padding-left: 15px;
        padding-right: 15px
    }

    #left-sidebar,
    #right-sidebar {
        margin-bottom: 50px
    }

    #main-content,
    #left-sidebar,
    #right-sidebar {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    #left-sidebar.ts-col-6 {
        padding-right: 0
    }

    #right-sidebar.ts-col-6 {
        padding-left: 0
    }

    #left-sidebar .widget-container .widget-title-wrapper .widget-title:not(:empty),
    #left-sidebar .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-container .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-title-wrapper .widget-title:not(:empty) {
        margin: 0
    }

    #left-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper .widget-title:not(:empty),
    #left-sidebar .widget-container .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #left-sidebar .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #right-sidebar .widget-container .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #right-sidebar .widget-title-wrapper .block-control.active~.widget-title:not(:empty) {
        margin-bottom: 10px
    }

    body.page article.page+.comments-area {
        min-height: 240px
    }

    body.page article.page .comments-area .commentlist {
        margin-bottom: 100px
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: calc(100% - 30px)
    }

    body .mobile-menu-wrapper .ts-megamenu .elementor-section,
    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-stretched {
        width: 100% !important;
        max-width: calc(100vw - 40px) !important;
        left: 0 !important
    }

    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-boxed>.elementor-container,
    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: 100%;
        margin: 0
    }

    .widget-title-wrapper a.block-control {
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: right;
        z-index: 2
    }

    #right-sidebar {
        margin-top: 64px;
        margin-bottom: 0
    }

    .single-post #right-sidebar {
        margin-top: 45px
    }

    #left-sidebar .widget-container,
    #right-sidebar .widget-container {
        border-width: 0;
        padding: 15px;
        margin-top: 8px;
        margin-bottom: 20px;
        border-width: 1px;
        border-style: solid
    }

    #left-sidebar .widget-container.widget_media_image,
    #right-sidebar .widget-container.widget_media_image {
        padding: 0;
        border-width: 0
    }

    #left-sidebar .widget-container .widget-title-wrapper .widget-title:empty,
    #left-sidebar .widget-title-wrapper .widget-title:empty,
    #right-sidebar .widget-container .widget-title-wrapper .widget-title:empty,
    #right-sidebar .widget-title-wrapper .widget-title:empty {
        min-height: 18px
    }

    #left-sidebar .widget-container.mailchimp-subscription .block-control,
    #right-sidebar .widget-container.mailchimp-subscription .block-control {
        display: none !important
    }

    #left-sidebar .widget-container.mailchimp-subscription .subscribe-widget,
    #right-sidebar .widget-container.mailchimp-subscription .subscribe-widget {
        display: block !important
    }

    #left-sidebar .product-filter-by-color ul,
    #right-sidebar .product-filter-by-color ul,
    #left-sidebar .product-filter-by-brand .product-filter-by-brand-wrapper>ul,
    #right-sidebar .product-filter-by-brand .product-filter-by-brand-wrapper>ul {
        margin-bottom: 5px
    }

    #left-sidebar .widget_text .textwidget>p,
    #right-sidebar .widget_text .textwidget>p {
        margin-bottom: 10px
    }

    #left-sidebar .woocommerce ul.product_list_widget,
    #right-sidebar .woocommerce ul.product_list_widget {
        padding-bottom: 5px
    }

    #left-sidebar .product-filter-by-brand>.product-filter-by-brand-wrapper,
    #right-sidebar .product-filter-by-brand>.product-filter-by-brand-wrapper,
    #left-sidebar .widget_rating_filter>ul,
    #right-sidebar .widget_rating_filter>ul,
    #left-sidebar .product-filter-by-color>ul,
    #right-sidebar .product-filter-by-color>ul {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .footer-container .ts-mailchimp-subscription-shortcode .widget-title-wrapper .widget-title:not(:empty) {
        margin-bottom: 20px
    }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        margin: 5px 1px 0
    }

    #right-sidebar .widget_text .textwidget>p[style="margin-bottom: 30px;"] {
        margin-bottom: 10px !important
    }

    #left-sidebar .widget_text .textwidget>p:first-child>img:first-child,
    #right-sidebar .widget_text .textwidget>p:first-child>img:first-child {
        margin-top: 5px
    }

    #left-sidebar .widget_text .textwidget>*:last-child,
    #right-sidebar .widget_text .textwidget>*:last-child {
        margin-bottom: 0
    }

    #left-sidebar .mc4wp-response,
    #right-sidebar .mc4wp-response {
        margin-top: 5px
    }

    .woocommerce .widget_price_filter form {
        padding-top: 11px
    }

    .woocommerce .widget_price_filter .price_slider_amount .price_label {
        margin-bottom: 10px
    }

    ul.blog-filter-bar {
        margin-bottom: 15px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav,
    .ts-product.ts-slider.partial-view.partial-right .owl-nav {
        left: 5px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav {
        right: 5px
    }

    .ts-portfolio-wrapper .filter-bar li,
    ul.blog-filter-bar li {
        padding: 0;
        margin-bottom: 5px
    }

    body .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: -14px
    }

    .mobile-order-1 {
        order: 1
    }

    .mobile-2-columns ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .mobile-2-columns ul li {
        width: 50%;
        float: left;
        padding-left: 5px;
        padding-right: 5px
    }

    .footer-container .ts-language-switcher ul.wpml-ls-sub-menu li,
    .footer-container .ts-currency-switcher ul li {
        line-height: 20px;
        padding: 4px 0
    }

    .admin-bar .elementor-section.elementor-section-height-full {
        height: calc(100vh - 46px)
    }

    .single #right-sidebar {
        margin-bottom: 50px
    }

    body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        width: 100%;
        max-width: 100%
    }

    body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        display: none
    }

    body .elementor-widget-image-box.ts-feature .elementor-image-box-wrapper,
    .footer-container .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        display: flex;
        flex-direction: row
    }

    body .elementor-widget-image-box.ts-feature .elementor-image-box-wrapper,
    .footer-container .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    body .elementor-element.ts-feature.elementor-position-left .elementor-image-box-img {
        margin-right: 14px !important
    }

    .logo-wrapper .normal-logo {
        display: none
    }

    .logo-wrapper .mobile-logo {
        display: block
    }

    .menu-center .logo-wrapper {
        width: auto
    }

    .shopping-cart-wrapper .dropdown-container,
    .my-account-wrapper .dropdown-container {
        display: none !important
    }

    .header-middle>.container,.header-middle>.container-fluid {
        padding-top: 12px;
        padding-bottom: 12px
    }

    div.header-right>*:not(:last-child) {
        margin-right: 0
    }

    html .header-v2 #page .vertical-categories-wrapper {
        padding-bottom: 50px
    }

    .header-v4 .header-middle .header-left>.ts-mobile-icon-toggle {
        padding: 8px 13px;
        border-width: 0
    }

    .header-v4 .header-middle .shopping-cart-wrapper {
        padding: 0px 5px 0px 0
    }

    .header-v4 .ts-header .header-middle div.header-right {
        padding-left: 0px
    }

    .header-v4 .header-middle .search-button.search-icon {
        min-width: 0;
        background: transparent !important
    }

    .header-v4 .header-middle .header-right .search-button.search-icon {
        border-width: 0
    }

    .header-v4 .header-middle .logo-wrapper {
        padding: 0 20px 0 0;
        text-align: left
    }

    .ts-header div.header-right .search-button.search-icon .icon {
        padding: 10px 0 10px 10px
    }

    .ts-header div.header-right .search-button.search-icon .icon:before {
        font-size: 18px
    }

    #group-icon-header .header-social-icon {
        text-align: center
    }

    .vertical-categories-wrapper {
        display: none
    }

    .header-v2 .ts-header .header-middle .header-right {
        padding-left: 0;
        margin-left: auto
    }

    .header-v2 .header-middle .header-right>.search-button.search-icon {
        padding-left: 15px
    }

    .vertical-categories-wrapper~* {
        transform: translateX(0);
        max-width: 100%
    }

    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper,body:not(.mobile-app-style) .ts-header .my-notificarion-wrapper,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper {
        display: block !important
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle {
        padding: 13px 0 13px 13px
    }

    body:not(.mobile-app-style):not(.header-v2) .ts-header .ts-mobile-icon-toggle {
        order: 10
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle .icon {
        width: 20px;
        height: 20px
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle .icon:before {
        font-size: 18px;
        line-height: 22px
    }

    body:not(.mobile-app-style) .ts-header .search-button.search-icon {
        display: none !important
    }

    .header-v2:not(.mobile-app-style) header .logo-wrapper {
        padding: 0 10px 0 0
    }

    .header-v2:not(.mobile-app-style) header .logo-wrapper {
        padding: 0 10px 0 0
    }

    .header-v2:not(.mobile-app-style) .ts-header .header-middle .header-right {
        padding-left: 0;
        margin-left: auto
    }

    .header-v2:not(.mobile-app-style) .header-middle .header-right>* {
        padding: 0
    }

    .header-v2:not(.mobile-app-style) .header-middle .header-right>.shopping-cart-wrapper {
        padding-left: 10px
    }

    .header-v2 .header-middle .shopping-cart-wrapper .cart-control .cart-total {
        display: none
    }

    .header-v2 .ts-header .shopping-cart-wrapper:last-child .cart-control {
        padding-right: 10px
    }

    .mobile-menu-wrapper .mobile-menu>ul>li.empty-label.ts-megamenu:only-child .sub-menu {
        transform: translateX(0);
        padding: 20px
    }

    .footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li:not(:last-child) {
        margin-right: 20px
    }

    #ts-mobile-button-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 46px;
        border-width: 1px 0 0 0;
        border-style: solid;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        z-index: 99999
    }

    #ts-mobile-button-bottom>.shopping-cart-wrapper:last-child,
    #ts-mobile-button-bottom>.my-wishlist-wrapper:last-child {
        padding-right: 10px
    }

    #ts-mobile-button-bottom>div {
        flex: 1;
        text-align: center
    }

    #ts-mobile-button-bottom>div .icon,
    #ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist,
    #ts-mobile-button-bottom .my-notification-wrapper i,
    #ts-mobile-button-bottom .my-account-wrapper .account-control>a,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control {
        width: 46px;
        height: 46px;
        display: block;
        line-height: 46px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        color: inherit
    }

    #ts-mobile-button-bottom>div .icon:before,
    #ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist:before,
    #ts-mobile-button-bottom .my-notification-wrapper i:before,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .ic-cart:before,
    #ts-mobile-button-bottom .ts-tiny-account-wrapper .account-control>a:before {
        font-size: 22px;
        line-height: inherit
    }

    #ts-mobile-button-bottom .my-wishlist-wrapper>a .count-number,
    #ts-mobile-button-bottom .my-notification-wrapper>a .count-number,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .cart-number {
        right: 0;
        top: 3px
    }

    #ts-mobile-button-bottom a {
        text-decoration: none !important;
        color: inherit
    }

    .ts-mobile-icon-toggle {
        position: relative
    }

    .ts-mobile-icon-toggle .icon {
        display: inline-block;
        vertical-align: top;
        line-height: 0;
        transition: 350ms ease
    }

    .mobile-app-style #to-top {
        bottom: 47px
    }

    #group-icon-header .tab-mobile-menu li {
        background: #252B33
    }

    #group-icon-header .tab-mobile-menu li,
    #group-icon-header .close:after {
        color: #fff
    }

    #group-icon-header {
        display: flex;
        flex-direction: column
    }

    body.menu-mobile-active #group-icon-header {
        height: 100%
    }

    #group-icon-header .ts-sidebar-content {
        width: 100%;
        left: 0;
        right: auto;
        padding: 0;
        flex: 1;
        overflow-y: auto;
        transform: translateX(-100%)
    }

    #group-icon-header.active .ts-sidebar-content {
        transform: translateX(0)
    }

    .admin-bar .ts-floating-sidebar .ts-sidebar-content {
        top: 46px
    }

    #group-icon-header .sidebar-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: calc(100% - 30px)
    }

    body.mobile-app-style #group-icon-header .sidebar-content {
        height: calc(100% - 65px)
    }

    #group-icon-header .tab-mobile-menu {
        margin: 0;
        display: table;
        width: 100%
    }

    #group-icon-header .tab-mobile-menu:after {
        display: table;
        clear: both;
        content: ""
    }

    #group-icon-header .tab-mobile-menu li {
        list-style: none;
        text-transform: uppercase;
        padding: 5px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        display: table-cell;
        line-height: 36px;
        min-width: 120px
    }

    .mobile-menu-wrapper nav ul li>a {
        color: inherit
    }

    #group-icon-header .tab-mobile-menu li:first-child {
        padding-left: 30px
    }

    #group-icon-header .tab-mobile-menu li:last-child {
        padding-right: 30px
    }

    #group-icon-header .tab-mobile-menu li:first-child:last-child {
        width: 100%
    }

    #group-icon-header .mobile-menu-wrapper {
        position: relative;
        margin-top: -50px;
        margin-bottom: 0 !important;
        padding-top: 58px;
        height: 100%
    }

    #group-icon-header .tab-vertical-menu {
        display: none
    }

    #group-icon-header .mobile-menu-wrapper .menu-main-mobile,
    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper,
    #group-icon-header .tab-vertical-menu .content-wrapper {
        height: 100%;
        overflow-y: auto
    }

    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper .vertical-menu {
        position: static;
        display: block;
        width: 100% !important;
        height: 100%;
        padding: 0 20px
    }

    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper .vertical-menu,
    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper:hover .vertical-menu {
        animation-name: none
    }

    #group-icon-header .tab-vertical-menu .vertical-menu>ul>li {
        width: 100%
    }

    .vertical-menu>ul>li:first-child {
        border-top-width: 0;
        padding-top: 0
    }

    .vertical-menu ul.menu li .menu-icon {
        width: 50px
    }

    .mobile-menu-wrapper .vertical-menu .has-icon+span.ts-menu-drop-icon:not(.active) {
        top: 7px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .mobile-menu-wrapper .vertical-menu ul.menu li .menu-icon {
        margin-right: 10px
    }

    .mobile-menu-wrapper .vertical-menu-wrapper {
        position: static
    }

    .mobile-menu-wrapper nav.vertical-menu>ul>li {
        padding-left: 0;
        padding-right: 0
    }

    .ts-search-by-category .search-button:before {
        right: -10px
    }

    body.menu-mobile-active .ts-header .container,
    body.menu-mobile-active #main,
    body.menu-mobile-active #colophon {
        transform: translateX(0)
    }

    header .ts-mobile-icon-toggle .icon:before,
    header .shopping-cart-wrapper a>.ic-cart:before {
        font-size: 20px;
        line-height: 44px;
        display: inline-block
    }

    header .ts-mobile-icon-toggle .icon:before {
        font-size: 15px
    }

    body .mobile-menu-wrapper.ts-menu nav.mobile-menu {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper ul.menu li .menu-icon {
        margin-right: 5px
    }

    .mobile-menu-wrapper span.ts-menu-drop-icon {
        position: relative;
        top: 12px;
        left: auto;
        bottom: auto;
        text-align: center;
        right: -10px;
        z-index: 3;
        cursor: pointer;
        padding: 0;
        transform: none;
        width: 30px;
        float: right;
        transition: color 150ms ease 0s
    }

    body #group-icon-header .menu-title {
        margin: 0;
        padding: 15px 0;
        text-align: center;
        white-space: nowrap;
        line-height: 20px;
        position: relative
    }

    body #group-icon-header .menu-title:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 20px;
        right: 20px;
        border-width: 1px 0 0;
        border-style: solid;
        z-index: 7
    }

    #group-icon-header .menu-title span {
        position: relative;
        z-index: 7;
        display: inline-block;
        padding: 0 40px
    }

    .mobile-menu-wrapper ul {
        margin: 0
    }

    .mobile-menu-wrapper ul.sub-menu {
        position: absolute;
        padding-top: 58px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        height: 100%;
        transform: translateX(-100%);
        display: block !important;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        overflow: scroll
    }

    .mobile-menu-wrapper nav>ul>li>ul.sub-menu {
        top: 0
    }

    .mobile-menu-wrapper li.active .ts-menu-drop-icon.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 5;
        text-align: start;
        padding: 18px
    }

    .mobile-menu-wrapper nav>ul>li.active>.ts-menu-drop-icon.active {
        top: 46px
    }

    .mobile-menu-wrapper li.active>ul.sub-menu {
        transform: translateX(0)
    }

    .mobile-menu-wrapper nav>ul {
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper nav>ul ul {
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper nav>ul ul.sub-menu li:last-child>ul.sub-menu {
        margin-bottom: 0
    }

    .mobile-menu-wrapper nav ul>li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        float: none
    }

    .mobile-menu-wrapper nav>ul>li,
    #group-icon-header .tab-vertical-menu>.content-wrapper,
    .mobile-menu-wrapper li.active>ul.sub-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-menu-wrapper .menu-sub-label {
        top: -5px;
        right: 0;
        transform: translateX(80%)
    }

    .mobile-menu-wrapper nav ul li>a {
        padding: 8px 0;
        display: inline-block;
        color: inherit;
        z-index: 1;
        position: relative
    }

    .mobile-menu-wrapper nav ul li>.shop-more {
        padding: 8px 0
    }

    .mobile-menu-wrapper nav ul li.has-line {
        padding-top: 16px
    }

    .mobile-menu-wrapper nav ul li.has-line:before {
        content: '';
        width: 23px;
        height: 1px;
        border-top: 1px solid #d9d9d9;
        display: block;
        margin-bottom: 8px
    }

    .mobile-menu-wrapper nav li a:hover {
        text-decoration: none
    }

    .mobile-menu-wrapper .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item,
    .mobile-menu-wrapper .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-3 .items .item {
        width: 50%
    }

    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 1
    }

    #group-icon-header .group-button-header:not(:empty) {
        padding: 20px 20px 0;
        margin-top: auto;
        position: relative;
        line-height: 18px
    }

    #group-icon-header .group-button-header .ts-tiny-account-wrapper.ts-style-text {
        text-align: center
    }

    #group-icon-header .group-button-header .ts-tiny-account-wrapper.ts-style-text .account-control {
        display: inline-block
    }

    #group-icon-header .group-button-header:not(:empty):before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        border-width: 1px 0 0;
        border-style: solid
    }

    .group-button-header>*:not(:last-child) {
        margin-bottom: 15px
    }

    .group-button-header>.language-currency {
        margin-top: -5px;
        text-align: center
    }

    .group-button-header .header-language,
    .group-button-header .header-currency {
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    #group-icon-header .group-button-header a {
        color: inherit
    }

    .mobile-menu-wrapper *[class^="elementor-"] {
        position: static
    }

    body #group-icon-header .header-language a:hover,
    body #group-icon-header .header-language a:active,
    body #group-icon-header .header-language a:focus,
    body #group-icon-header .header-currency a:active,
    body #group-icon-header .header-currency a:focus,
    body #group-icon-header .header-currency a:hover {
        color: inherit
    }

    .ts-megamenu-container .elementor-widget-container>h5,
    .ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title {
        margin-bottom: 15px
    }

    .elementor-widget-wp-widget-nav_menu.columns-4 ul.menu,
    .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 3
    }

    body #group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    #group-icon-header .header-currency ul {
        padding: 20px 30px 26px 30px;
        top: auto;
        bottom: 100%;
        margin-bottom: 0;
        color: #000
    }

    #group-icon-header .wcml_currency_switcher>ul:before,
    #group-icon-header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
    #group-icon-header .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
        top: 0;
        bottom: 6px
    }

    body #group-icon-header .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown:focus .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    #group-icon-header .header-currency:focus ul,
    #group-icon-header .header-currency:hover ul {
        transform-origin: bottom center
    }

    .filter-widget-area-button {
        margin: 0 20px 20px 0
    }

    .woocommerce .before-loop-wrapper>.widget,
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering,
    .before-loop-wrapper>.product-per-page-form {
        width: 50%;
        margin: 0 !important
    }

    .woocommerce .before-loop-wrapper>.widget,
    .before-loop-wrapper>.product-per-page-form {
        text-align: right
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 140px
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget,
    .woocommerce #main-content.ts-col-18 .woocommerce-ordering,
    .woocommerce-page #main-content.ts-col-18 .woocommerce-ordering,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        width: auto;
        margin: 0 20px 0 0 !important
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        text-align: left
    }

    .product-per-page-form ul.perpage {
        text-align: left
    }

    .woocommerce-page .page-container {
        flex-direction: column
    }

    .filter-widget-area .widget-title-wrapper a.block-control {
        display: none !important
    }

    .filter-widget-area .widget-container>*:not(.widget-title-wrapper) {
        display: block !important
    }

    .list-categories:after {
        left: 5px;
        right: 5px
    }

    .woocommerce.archive #main-content.show-filter-sidebar {
        padding-left: 0
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-5 .products .product:not(.product-category),
    .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-4 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category,
    .woocommerce.columns-4 .products .list-categories .product.product-category {
        width: 33.33333%
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category,
    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category,
    .woocommerce.columns-6 .products .product.product-category {
        width: 25%
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category,
    .woocommerce.columns-4.category-style-2 .products .product.product-category,
    .woocommerce.columns-3.category-style-2 .products .product.product-category {
        width: 33.33333%
    }

    .ts-product-category-wrapper.woocommerce:not(.category-style-vertical) .products .product-category img {
        max-width: 80px
    }

    .ts-shop-result-count {
        margin-bottom: 0
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 100%;
        position: static;
        order: 10
    }

    .woocommerce div.product.product-style-1 .product-top-section>.ts-delivery-note {
        margin-top: -30px;
        display: block
    }

    .woocommerce div.product.product-style-1 .summary-column-2 .ts-delivery-note {
        display: none
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-right: 0
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 100%;
        margin-top: 45px
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-3 div.summary {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .woocommerce .cross-sells:not(:last-child):before,
    .woocommerce .up-sells:not(:last-child):before,
    .woocommerce .related:not(:last-child):before {
        bottom: -8px
    }

    .woocommerce div.product.tabs-in-summary .summary>h2,
    .woocommerce div.product.tabs-in-summary .summary>#reviews,
    .woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs {
        margin-right: 0
    }

    #commentform.comment-form .cr-upload-local-images label,
    .comment-form .cr-upload-local-images label {
        width: 100%;
        margin: 0 0 15px
    }

    .pagination-wrap ul.pagination,
    .woocommerce nav.woocommerce-pagination ul,
    .ts-pagination ul,
    .dokan-pagination-container .dokan-pagination {
        padding: 0 42px
    }

    .pagination-wrap ul.pagination>li>a.prev,
    .pagination-wrap ul.pagination>li>a.next {
        width: 40px;
        height: 28px;
        padding: 0;
        line-height: 26px
    }

    .dokan-pagination-container .dokan-pagination li:first-child a,
    .dokan-pagination-container .dokan-pagination li:last-child a,
    .woocommerce nav.woocommerce-pagination ul li a.next,
    .woocommerce nav.woocommerce-pagination ul li a.prev,
    .ts-pagination ul li a.prev,
    .ts-pagination ul li a.next {
        width: 40px;
        height: 28px;
        line-height: 0;
        font-size: 0;
        padding: 0;
        min-width: 0
    }

    .dokan-pagination-container .dokan-pagination li:first-child a:before,
    .dokan-pagination-container .dokan-pagination li:last-child a:after,
    .woocommerce nav.woocommerce-pagination ul li a.next:after,
    .ts-pagination ul li a.next:after,
    .woocommerce nav.woocommerce-pagination ul li a.prev:before,
    .ts-pagination ul li a.prev:before {
        font-size: 12px;
        line-height: 26px;
        margin: 0
    }

    .dokan-pagination-container .dokan-pagination li:first-child a:before,
    .woocommerce nav.woocommerce-pagination ul li a.prev:before,
    .ts-pagination ul li a.prev:before {
        content: '<'
    }

    .dokan-pagination-container .dokan-pagination li:last-child a:after,
    .woocommerce nav.woocommerce-pagination ul li a.next:after,
    .ts-pagination ul li a.next:after {
        content: '>'
    }

    #main-content.ts-col-18~#right-sidebar {
        margin-top: 10px
    }

    #main-content.ts-col-12 .ts-pagination {
        padding-bottom: 0
    }

    .blog-template #main-content.ts-col-18~#right-sidebar {
        margin-top: 0
    }

    .ts-pagination ul li {
        padding-bottom: 0
    }

    .woocommerce-tabs #tab-description .ts-feature {
        margin: 0;
        flex-direction: column
    }

    .woocommerce-tabs #tab-description .ts-feature>div {
        padding: 0
    }

    .woocommerce-tabs #tab-description .ts-feature>div:not(:last-child) {
        padding-bottom: 34px;
        margin-bottom: 40px;
        border-width: 0 0 1px;
        border-style: solid
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper .brand-info {
        width: 100%
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper>img {
        margin: 0 0 15px
    }

    .woocommerce div.product.product-style-3 .ts-product-brand-info .description {
        max-width: 100%
    }

    .woocommerce div.product .woocommerce-tabs .panel table tr:not(:last-child):after {
        width: calc(100vw - 30px);
        left: calc(50% - 50vw + 15px)
    }

    .woocommerce div.product.product-style-5 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-5 div.summary {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        flex-direction: column
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
        margin-bottom: 21px;
        margin-top: 0
    }

    .woocommerce #review_form #respond .comment-form {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce #review_form #respond .comment-form>* {
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce #review_form #respond .comment-form>.comment-form-cookies-consent {
        margin: 15px 0 24px
    }

    .woocommerce #review_form #respond .comment-form>.comment-form-author,
    .woocommerce #review_form #respond .comment-form>.comment-form-email {
        width: 100%
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        width: 100%;
        order: 2;
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
        margin-top: 7px;
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        width: 100%
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 25px 20px 30px
    }

    .woocommerce #customer_login form.login .button,
    .woocommerce #customer_login form.register .button {
        min-width: 0
    }

    .woocommerce ul.order_details {
        flex-direction: column;
        padding: 12px 20px
    }

    .woocommerce ul.order_details li {
        border-width: 0 0 1px;
        width: 100%;
        text-align: left;
        padding: 8px 0
    }

    .woocommerce ul.order_details li strong {
        display: inline-block
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: -5px;
        margin-right: -5px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        margin-left: 5px;
        margin-right: 5px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
        width: calc(50% - 10px)
    }

    .wpcf7 form div.columns-3 {
        margin-left: 0;
        margin-right: 0
    }

    .wpcf7 form div.columns-3>label {
        width: 100%;
        float: none;
        padding: 0
    }

    body.search.search-no-results .search-wrapper {
        max-width: 80%
    }

    body.search.search-no-results .alert p {
        font-size: 120%
    }

    body.search.search-no-results .alert {
        padding-bottom: 20px !important
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li {
        margin-bottom: 10px
    }

    .intro-main-image.elementor-widget-image img {
        max-width: 100%
    }

    .has-filters .filter-bar {
        font-size: 16px
    }

    .intro-filter-items .filter-item {
        width: 33.33333%
    }

    .columns-0 .list-posts article:nth-child(2),
    .columns-0 .list-posts article,
    .columns-2 .list-posts article,
    .ts-blogs.columns-2 .items article,
    .columns-3 .list-posts article,
    .ts-blogs.columns-3 .items article {
        width: 100%
    }

    .list-posts article .entry-content>*:not(:last-child),
    .ts-blogs article .entry-content>*:not(:last-child) {
        margin-bottom: 13px
    }

    .entry-author {
        padding: 20px
    }

    .entry-author .author-avatar {
        width: 80px;
        padding-right: 10px
    }

    .commentlist .comment-detail .comment-meta,
    .commentlist .comment-detail .comment-text {
        width: 100%;
        float: none
    }

    .commentlist li.comment .comment-detail {
        padding: 24px 0
    }

    .commentlist li.comment .comment-actions {
        top: 28px
    }

    .commentlist li.comment .comment-meta,
    .commentlist .comment-detail .comment-meta {
        padding-right: 90px
    }

    .commentlist .comment-detail .comment-meta {
        margin-bottom: 10px
    }

    .commentlist .comment-detail .comment-text {
        width: 100%;
        padding-right: 0
    }

    .comment-meta span {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px
    }

    .commentlist li.comment .avatar+.comment-meta {
        margin-top: 4px
    }

    .commentlist li #comment-wrapper {
        padding-left: 0
    }

    .comment-meta .author+.date-time {
        width: auto
    }

    #commentform .info-wrapper {
        margin: 0 -5px
    }

    #commentform .info-wrapper>p {
        padding: 0 5px
    }

    .item-wrapper .portfolio-meta>*:not(:last-child) {
        margin-bottom: 8px
    }

    .list-posts article,
    .ts-blogs .items article {
        margin-bottom: 50px;
        padding-bottom: 50px
    }

    .page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article:not(:last-child) {
        padding-bottom: 50px
    }

    .ts-shortcode.ts-portfolio-wrapper .load-more-wrapper {
        margin: 48px 0 40px
    }

    .list-posts article.sticky {
        padding: 30px !important
    }

    .single-portfolio>.entry-main {
        margin-bottom: 45px
    }

    body.page .page-container #primary>article.page {
        margin-top: 0
    }

    .entry-meta-middle .author>img,
    .entry-meta-bottom .author>img,
    .columns-0 .list-posts article:nth-child(2) .entry-meta-middle .author>img,
    .columns-0 .list-posts article:nth-child(2) .entry-meta-bottom .author>img,
    .columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-middle .author>img,
    .columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-bottom .author>img,
    .columns-3 .list-posts article .entry-meta-middle .author>img,
    .columns-3 .list-posts article .entry-meta-bottom .author>img {
        width: 22px;
        height: 22px
    }

    .woocommerce .woocommerce-order,
    .woocommerce .woocommerce-customer-details {
        margin-bottom: 42px
    }

    body .ts-popup-modal .product-360-container {
        width: 200px
    }

    .threesixty .nav_bar a {
        width: 30px;
        height: 30px;
        margin: 3px 0
    }

    .threesixty .nav_bar a:before {
        font-size: 12px;
        line-height: 30px
    }

    body .ts-popup-modal .add-to-cart-popup-container {
        width: 70%;
        padding: 20px
    }

    .add-to-cart-popup-content .heading {
        margin-bottom: 10px
    }

    .add-to-cart-popup-content .item .product-image {
        width: 30%
    }

    .add-to-cart-popup-content .item .product-meta {
        width: calc(70% - 30px)
    }

    .column-tabs .list-categories {
        flex-direction: column;
        padding: 20px
    }

    .style-tabs-default.only-child .column-tabs .list-categories {
        align-items: flex-start
    }

    .style-tabs-default .column-tabs .shop-more,
    .style-tabs-default.only-child .column-tabs .shop-more {
        margin-top: 13px;
        margin-left: 0
    }

    .column-tabs .list-categories>* {
        width: 100%;
        margin: 0
    }

    .elementor-col-20 .ts-banner .box-content {
        max-width: calc(100% - 30px)
    }

    .left-top .box-content {
        left: 15px;
        top: 15px
    }

    .left-bottom .box-content {
        left: 15px;
        bottom: 20px
    }

    .left-center .box-content {
        left: 15px
    }

    .right-top .box-content {
        right: 15px;
        top: 15px
    }

    .right-bottom .box-content {
        right: 15px;
        bottom: 20px
    }

    .right-center .box-content {
        right: 15px
    }

    .center-top .box-content {
        left: 15px;
        right: 15px;
        top: 15px
    }

    .center-bottom .box-content {
        left: 15px;
        right: 15px;
        bottom: 20px
    }

    .center-center .box-content {
        left: 15px;
        right: 15px
    }

    .ts-banner .box-content .banner-text strong {
        font-size: 120%
    }

    .ts-product-deals-wrapper .shortcode-heading-wrapper {
        flex-direction: column
    }

    .ts-product-deals-wrapper .shortcode-heading-wrapper>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }

    .ts-portfolio-wrapper .portfolio-meta,
    .ts-portfolio-wrapper .portfolio-meta-inner {
        padding: 15px
    }

    .ts-product-brand-wrapper.style-2 .item {
        padding: 18px 0
    }

    .ts-portfolio-wrapper.columns-2 .item,
    .ts-portfolio-wrapper.columns-3 .item,
    .ts-portfolio-wrapper.columns-4 .item {
        width: 100%;
        float: none
    }

    #ts-search-sidebar .ts-sidebar-content {
        bottom: 0
    }

    .ts-floating-sidebar .ts-search-result-container {
        padding: 30px 0
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 33.33333%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .woocommerce div.product.product-style-5:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li,
    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs li {
        width: 16.66666%
    }
}

@media only screen and (max-width: 670px) {

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item {
        width: 33.333333%
    }
}

@media only screen and (max-width: 570px) {

    .woocommerce.ts-product-category-wrapper.style-icon.columns-8 .products .product,
    .woocommerce.ts-product-category-wrapper.style-icon.columns-7 .products .product,
    .woocommerce.ts-product-category-wrapper.style-icon.columns-6 .products .product {
        width: 25%
    }

    .ts-store-notice .container {
        min-height: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ts-store-notice .divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        opacity: 0;
        visibility: hidden
    }

    .yith-wcwl-share .yith-wcwl-after-share-section,
    .yith-wcwl-share .yith-wcwl-after-share-section input.copy-target {
        text-align: left
    }

    .yith-wcwl-share .yith-wcwl-after-share-section {
        margin-top: 10px
    }

    body .elementor-image-gallery .gallery-columns-4 .gallery-item,
    body .elementor-image-gallery .gallery-columns-5 .gallery-item,
    body .elementor-image-gallery .gallery-columns-6 .gallery-item,
    body .elementor-image-gallery .gallery-columns-7 .gallery-item,
    body .elementor-image-gallery .gallery-columns-8 .gallery-item,
    body .elementor-image-gallery .gallery-columns-9 .gallery-item {
        width: 33.333333% !important
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 110px
    }
}

@media only screen and (max-width: 500px) {

    .ts-team-members:not(.ts-slider) .item.ts-col-4,
    .ts-team-members:not(.ts-slider) .item.ts-col-8,
    .ts-team-members:not(.ts-slider) .item.ts-col-12,
    .ts-team-members:not(.ts-slider) .item.ts-col-6 {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .elementor-widget ul.elementor-icon-list-items.elementor-inline-items {
        margin: 0 !important;
        flex-direction: column
    }

    .ts-floating-sidebar.active .ts-sidebar-content {
        width: 100%
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-5 .products .product:not(.product-category),
    .woocommerce.columns-4 .products .product:not(.product-category),
    .woocommerce.columns-3 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 50%
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-3 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-5 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-3 .products .product.product-category {
        width: 100%
    }

    #main-content.ts-col-18 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 50%
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li,
    .woocommerce.ts-search-result-container ul.product_list_widget li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    #ts-filter-widget-area .ts-sidebar-content,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
        width: 100% !important
    }

    #ts-search-sidebar .ts-sidebar-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce .woocommerce-ordering .orderby ul,
    .product-per-page-form ul.perpage ul {
        width: 130px
    }

    .woocommerce #main-content.ts-col-18 .woocommerce-ordering,
    .woocommerce-page #main-content.ts-col-18 .woocommerce-ordering,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        width: 50%;
        margin: 0 !important
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget {
        width: 100%;
        margin: 0 0 10px !important
    }

    #main-content.ts-col-18 .product-per-page-form {
        text-align: right
    }

    .woocommerce div.product div.images {
        display: block
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        width: 100%;
        flex-direction: row;
        margin: 15px -1px 0
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 20%;
        padding: 15px 1px 0;
        margin: 0
    }

    #ts-product-360-modal.ts-popup-modal .close {
        right: 3px
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 50%
    }

    .list-posts .gallery .gallery-item {
        width: 100% !important
    }

    .list-posts .gallery .gallery-item img {
        width: 100%
    }

    .elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
    .elementor-widget-wp-widget-nav_menu.columns-4 ul.menu,
    .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 2
    }

    .ts-store-notice>.container {
        padding-right: 30px
    }

    .ts-store-notice .close {
        top: 7px
    }

    .header-v4 .header-middle .shopping-cart-wrapper .cart-control .cart-total {
        display: none
    }

    .footer-container .elementor-column:not(.elementor-col-100) .ts-mailchimp-subscription-shortcode .widget-title-wrapper .widget-title {
        max-width: 100%
    }

    .social-icons .list-icons {
        margin: 0 -3px
    }

    .social-icons .list-icons li {
        margin: 0 3px
    }

    .footer-container .elementor-widget-wp-widget-nav_menu ul.menu li {
        margin: 0
    }

    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category,
    .woocommerce.columns-6 .products .product.product-category,
    .woocommerce.columns-5 .products .product.product-category,
    .woocommerce.columns-4 .products .product.product-category {
        width: 33.333333%
    }

    .woocommerce.columns-8 .products .product,
    .woocommerce.columns-7 .products .product,
    .woocommerce.columns-6 .products .product,
    .woocommerce.columns-5 .products .product,
    .woocommerce.columns-4 .products .product,
    .woocommerce.columns-3 .products .product,
    .style-tabs-vertical .woocommerce.columns-8 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-7 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-6 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-5 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-4 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-3 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category,
    .woocommerce.columns-4 .products .list-categories .product.product-category,
    .woocommerce.columns-3 .products .list-categories .product.product-category,
    .woocommerce #tab-more_seller_product .products .product,
    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 50%
    }

    .woocommerce.main-products.style-column-list .products .list-categories .product.product-category {
        width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del+ins {
        margin-right: 5px
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 33%
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        width: 45%;
        padding-right: 25px
    }

    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2>*,
    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity {
        margin-bottom: 5px
    }

    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity,
    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta {
        width: 100%
    }

    .main-products.style-column-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        padding: 0 5px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important
    }

    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review {
        padding: 30px
    }

    .woocommerce>form.checkout #order_review_heading {
        margin: 25px 0 0
    }

    .woocommerce>form.checkout #order_review {
        padding: 60px 30px 30px;
        margin-top: -49px
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td:not(.image_plus) {
        min-width: 33.333333%
    }

    .woocommerce div.product.product-style-1:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
        width: 20%
    }

    ul.features {
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    .woocommerce div.product.reviews-grid #reviews #comments .commentlist {
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    .woocommerce #tab-more_seller_product .products .product {
        width: 50%
    }

    ul.features li {
        padding-top: 15px
    }

    .woocommerce.product-label-rectangle div.product .images .product-label>span.onsale,
    .woocommerce.product-label-rectangle div.product .images .product-label>span {
        font-size: 12px;
        line-height: 22px !important;
        min-width: 50px
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper,
    .woocommerce div.product.product-style-3 .product-images-summary {
        padding: 30px 20px
    }

    .woocommerce div.product.product-style-3 .ts-delivery-note+.yith-wfbt-section {
        margin-top: 50px
    }

    .woocommerce div.product.product-style-3 .ads-banner,
    #main-content.ts-col-24 div.product.product-style-3 .ads-banner {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .woocommerce div.product.product-style-3 .product-top-section .ts-product-brand-info {
        width: 100%
    }

    .woocommerce div.product.product-style-4 .product-images-summary {
        width: 100%;
        padding: 20px
    }

    .load-more-wrapper,
    .woocommerce .woocommerce-cart-form,
    .woocommerce-checkout #customer_details,
    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review,
    .woocommerce #customer_login,
    .woocommerce>form.checkout #customer_details,
    .woocommerce>form.checkout #order_review,
    .yith_wcwl_wishlist_footer .yith-wcwl-share,
    .blog-template #left-sidebar,
    .blog-template #right-sidebar,
    .ts-pagination,
    .woocommerce .after-loop-wrapper:not(:last-child),
    .woocommerce.archive #main>.page-container,
    .single-portfolio .related-portfolios,
    .woocommerce div.product.tabs-in-summary .woocommerce.yith-wfbt-section,
    .woocommerce-account .woocommerce-MyAccount-content,
    .ts-delivery-note,
    .woocommerce div.product.product-style-4 .product-top-section>.ts-product-brand-info {
        margin-bottom: 50px
    }

    .woocommerce div.product>.ts-product-in-category-tab-wrapper {
        padding-bottom: 50px
    }

    .woocommerce-tabs {
        padding-top: 45px;
        padding-bottom: 50px
    }

    .woocommerce div.product .ts-instagram-shortcode {
        padding: 45px 0 50px
    }

    .woocommerce div.product .ts-mailchimp-subscription-shortcode {
        padding: 50px 0 40px
    }

    .ts-product-brand-info ul.product_list_widget li .cart-item-wrapper,
    .woocommerce .ts-product-brand-info ul.product_list_widget li .cart-item-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .ts-product-brand-info ul.product_list_widget li .meta-wrapper:last-child {
        margin-left: 0;
        padding-left: 0;
        text-align: left
    }

    .ts-product-brand-info ul.product_list_widget li .price,
    .woocommerce .ts-product-brand-info ul.product_list_widget li .price {
        justify-content: flex-start;
        margin: 8px 0 0
    }

    .ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:not(:last-child) {
        padding-right: 20px
    }

    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-1,
    .woocommerce-page #customer_login .col-2 {
        width: 100%;
        float: none
    }

    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-2 {
        border-width: 1px 0 0
    }

    .woocommerce #customer_login,
    .woocommerce form.track_order,
    .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
        max-width: 100%
    }

    body .wishlist_table.mobile li {
        width: calc(100% - 2px)
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 10px;
        float: none;
        width: 100%
    }

    .woocommerce-cart table.cart td.actions:after {
        content: '';
        clear: both;
        display: table
    }

    .woocommerce-cart table.cart td.actions>.button {
        width: calc(50% - 5px) !important;
        float: left;
        display: block
    }

    .woocommerce-cart table.cart td.actions>.button.empty-cart-button {
        margin-left: 10px
    }

    .woocommerce table.shop_table.cart td.actions {
        text-align: start !important
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item {
        margin-bottom: 10px;
        padding: 15px 35px 15px 15px
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td {
        padding: 4px 0;
        width: calc(100% - 110px)
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-thumbnail {
        width: 110px;
        padding: 0 15px 0 0
    }

    .woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-remove {
        width: 26px;
        right: 5px
    }

    .woocommerce table.shop_table_responsive.cart tr td:not(.product-subtotal)::before,
    .woocommerce-page table.shop_table_responsive.cart tr td:not(.product-subtotal)::before {
        display: none
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        min-width: 0
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal {
        clear: both;
        padding-top: 10px;
        padding-bottom: 0;
        margin-top: 17px;
        border-width: 1px 0 0;
        border-style: dotted;
        width: calc(100% + 15px);
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .woocommerce form.checkout_coupon,
    .woocommerce .checkout-login-coupon-wrapper form.login {
        padding: 20px
    }

    .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first {
        width: 100%
    }

    .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-top: 10px
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field,
    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    body.search.search-no-results .search-wrapper {
        max-width: 100%
    }

    div.wpcf7 .ts-row .ts-column-left,
    div.wpcf7 .ts-row .ts-column-right {
        float: none;
        margin-right: 0;
        width: 100%
    }

    div.wpcf7 .ts-row .ts-column-left {
        margin-bottom: 10px
    }

    body.error404 #primary>article div.not-found h1 {
        font-size: 100px;
        line-height: 1
    }

    body.error404 #main>.page-container {
        padding-top: 22px
    }

    body.error404 .not-found {
        margin-bottom: 50px
    }

    .intro-filter-items .filter-item {
        width: 50%
    }

    #commentform .info-wrapper {
        margin: 0
    }

    #commentform .info-wrapper>p {
        width: 100%;
        float: none;
        padding: 0
    }

    .commentlist #commentform p {
        margin-bottom: 20px
    }

    .post-password-form>p>label {
        display: block
    }

    .post-password-form>p>label>input {
        min-width: 0;
        width: 100%
    }

    .post-password-form>p>label+input[type="submit"] {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        display: block;
        top: 0
    }

    .wp-block-search .wp-block-search__inside-wrapper {
        flex-direction: column
    }

    .wp-block-search .wp-block-search__button {
        width: 100%;
        min-width: 0;
        margin: 10px 0 0
    }

    .wp-block-search .wp-block-search__input {
        width: 100%;
        min-width: 0
    }

    body .ts-popup-modal .product-360-container {
        width: calc(85% - 50px)
    }

    .add-to-cart-popup-content .item:after {
        content: '';
        clear: both;
        display: table
    }

    .add-to-cart-popup-content .action .button {
        width: 100%;
        min-width: 0
    }

    .add-to-cart-popup-content .item .product-image {
        width: 40%;
        margin-right: 20px
    }

    .add-to-cart-popup-content .item .product-meta {
        width: calc(60% - 20px)
    }

    .column-tabs .list-categories {
        background-position: 25% 0
    }

    .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"] {
        flex: none;
        margin: 0 0 10px
    }

    .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .button {
        width: 100%
    }

    .ts-instagram-wrapper.columns-4 .item,
    .ts-instagram-wrapper.columns-5 .item,
    .ts-instagram-wrapper.columns-6 .item {
        width: 50%
    }

    .ts-instagram-wrapper.columns-4 .item:nth-child(4n+1),
    .ts-instagram-wrapper.columns-5 .item:nth-child(5n+1),
    .ts-instagram-wrapper.columns-6 .item:nth-child(6n+1) {
        clear: none
    }

    .ts-instagram-wrapper.columns-4 .item:nth-child(2n+1),
    .ts-instagram-wrapper.columns-5 .item:nth-child(2n+1),
    .ts-instagram-wrapper.columns-6 .item:nth-child(2n+1) {
        clear: both
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category {
        width: 33.3333%
    }

    body .elementor-image-gallery .gallery-columns-4 .gallery-item,
    body .elementor-image-gallery .gallery-columns-5 .gallery-item,
    body .elementor-image-gallery .gallery-columns-6 .gallery-item,
    body .elementor-image-gallery .gallery-columns-7 .gallery-item,
    body .elementor-image-gallery .gallery-columns-8 .gallery-item,
    body .elementor-image-gallery .gallery-columns-9 .gallery-item {
        width: 50% !important
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category,
    .woocommerce.columns-4.category-style-2 .products .product.product-category,
    .woocommerce.columns-3.category-style-2 .products .product.product-category {
        width: 50%
    }

    .ts-product-category-wrapper.woocommerce.category-style-2 .products .product-category img {
        max-width: 60px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        display: block
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        margin-left: 0;
        margin-right: 0
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners .banner {
        padding: 0;
        display: block
    }

    .woocommerce ul#shipping_method li input[type^="radio"] {
        margin-top: 1px
    }

    .ts-instagram-wrapper.columns-12 .item,
    .ts-instagram-wrapper.columns-11 .item,
    .ts-instagram-wrapper.columns-10 .item,
    .ts-instagram-wrapper.columns-9 .item,
    .ts-instagram-wrapper.columns-8 .item,
    .ts-instagram-wrapper.columns-7 .item,
    .ts-instagram-wrapper.columns-6 .item,
    .ts-instagram-wrapper.columns-5 .item,
    .ts-instagram-wrapper.columns-4 .item,
    .ts-instagram-wrapper.columns-3 .item {
        width: 50%
    }

    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-7 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-8 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .items .item {
        width: 50%
    }

    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 33%
    }

    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        width: 45%
    }
}

@media only screen and (max-width: 430px) {

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item {
        width: 50%
    }
}

@media only screen and (max-width: 350px) {
    .woocommerce div.product form.cart div.quantity {
        margin: 0;
        width: 100%
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-top: 10px
    }

    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper .tini-wishlist .count-number,
    body:not(.mobile-app-style) .ts-header .my-notification-wrapper .tini-wishlist .count-number,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper .cart-control .cart-number {
        left: 22px;
        width: 16px;
        height: 16px;
        font-size: 9px;
        line-height: 16px
    }

    body:not(.mobile-app-style) .ts-header .search-button.search-icon .icon,
    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper .tini-wishlist,
    body:not(.mobile-app-style) .ts-header .my-notification-wrapper .tini-wishlist,
    body:not(.mobile-app-style) .ts-header .my-account-wrapper .account-control>a,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper .cart-control {
        padding: 10px
    }

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-2 .item {
        width: 100%;
        margin-right: 0
    }

    header .logo img,
    header .logo-header img {
        max-width: 158px
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 90px
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        padding-left: 5px;
        padding-right: 20px
    }

    .main-products.style-column-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        padding: 0 !important;
        font-size: 11px !important
    }

    #group-icon-header .group-button-header:not(:empty) {
        padding: 10px 20px 0
    }

    body.mobile-app-style #group-icon-header .sidebar-content {
        height: calc(100% - 50px)
    }

    .woocommerce div.product .ts-product-brand-info form.cart .button {
        width: 100% !important;
        margin: 5px 0 0;
        max-width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del,
    .woocommerce.main-products.style-column-list .product .price ins {
        width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del+ins {
        margin-right: 0
    }

    .woocommerce.main-products.style-column-list .product .price {
        font-size: 90%
    }

    .woocommerce .before-loop-wrapper>.widget {
        width: 100%;
        margin-bottom: 10px !important;
        text-align: left
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
        width: 100%
    }

    .ts-product.style-list .shortcode-heading-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .ts-product.style-list .shortcode-heading-wrapper .shop-more {
        margin-left: 0
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper {
        display: block
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper:after,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper:after {
        content: '';
        clear: both;
        display: table
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper {
        width: 30%;
        float: left
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 70%;
        padding-left: 15px;
        padding-right: 35px;
        float: left
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        margin-top: 7px
    }

    .ts-product.style-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        width: 100%
    }

    .main-products.style-column-list .products .product:not(.product-category) .price del,
    .main-products.style-column-list .products .product:not(.product-category) .price ins,
    .ts-product.style-list .products .product:not(.product-category) .price del,
    .ts-product.style-list .products .product:not(.product-category) .price ins {
        width: auto
    }

    .main-products.style-column-list .products .product:not(.product-category) .price del+ins,
    .ts-product.style-list .products .product:not(.product-category) .price del+ins {
        margin-right: 5px;
        margin-bottom: 0
    }

    .ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .price,
    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .price {
        justify-content: flex-start
    }
}

@media only screen and (max-height: 500px) {
    #ts-add-to-cart-popup-modal .close {
        top: 5px;
        right: 5px;
        transform: translateY(0);
        color: #191919
    }
}

header .logo img,
header .logo-header img {
    width: 190px
}

@media only screen and (max-width: 1279px) {

    header .logo img,
    header .logo-header img {
        width: 160px
    }
}

html,
body,
label,
input,
textarea,
keygen,
select,
button,
body .font-body,
.ts-header nav.main-menu>ul.menu>li.font-body>a,
.ts-header nav.main-menu>ul>li.font-body>a,
.price del,
.product-price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price del,
ul.product_list_widget li .price del,
.woocommerce ul.product_list_widget li .price del,
.woocommerce .widget_shopping_cart .cart_list li .price del,
.woocommerce.widget_shopping_cart .cart_list li .price del,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .price,
.category-name .count,
.portfolio-info .cat-links a,
.mobile-menu-wrapper .mobile-menu .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .ts-menu .product,
.single-portfolio .meta-content .portfolio-info>span:last-child,
.single-portfolio .meta-content .portfolio-info>a:last-child,
.woocommerce div.product form.cart .variations label,
.ts-testimonial-wrapper blockquote .author-role,
.style-tabs-default .column-tabs ul.tabs li,
.style-tabs-vertical .column-tabs ul.tabs li,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
body table.compare-list,
.ts-testimonial-wrapper.style-default blockquote,
.ts-list-of-product-categories-wrapper.style-horizontal h3.heading-title,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button,
.ts-search-result-container .view-all-wrapper a,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px
}

.product-style-3 .brand-info-wrapper h3,
.product-per-page-form ul.perpage .perpage-current>span:last-child,
.woocommerce .woocommerce-ordering .orderby-current,
.woocommerce .woocommerce-ordering .orderby li a.current,
.product-per-page-form ul.perpage ul li a.current,
.product-filter-by-brand-wrapper select,
.product-filter-by-brand-wrapper select option[selected="selected"],
body #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.woocommerce-page.archive #left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.woocommerce-page.archive #right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
#tab-description .ul-style.list-inline li,
.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list>li>a,
.woocommerce-widget-layered-nav ul li.chosen>a,
.ts-product-categories-widget-wrapper ul.product-categories>li>a,
.ts-product-categories-widget-wrapper ul li.current>a,
.widget_product_categories ul.product-categories>li>a,
.widget_product_categories ul li.current-cat>a,
.ts-product-attribute>div.option:not(.color)>a {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500
}

strong,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
table thead th,
table th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
body .wp-block-calendar table th,
body blockquote,
.ts-store-notice,
.ts-tiny-cart-wrapper .total>span.total-title,
.widget_shopping_cart .total-title,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong,
.elementor-widget-wp-widget-woocommerce_widget_cart .total strong,
.shopping-cart-wrapper .cart-control .cart-total,
.my-account-wrapper .ts-style-text .account-control>a,
.ts-testimonial-wrapper.style-default blockquote strong,
#group-icon-header .tab-mobile-menu li,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.ts-store-notice a,
div.product .summary .tags-link a,
.hightlight,
.category-name .heading-title,
.column-tabs ul.tabs li,
.entry-author .author a,
.comments-area .add-comment .comments-count,
.meta-bottom-2 .single-navigation,
ul.blog-filter-bar li.current,
.counter-wrapper>div,
.ts-portfolio-wrapper .filter-bar li.current,
.cart-collaterals .cart_totals>h2,
.cart_list .subtotal,
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total-title,
.price,
.product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
ul.product_list_widget li .price,
.woocommerce ul.product_list_widget li .price,
.woocommerce .widget_shopping_cart .cart_list li .price,
.woocommerce.widget_shopping_cart .cart_list li .price,
.yith-wfbt-section .total_price,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal,
body .wishlist_table.images_grid li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li table.additional-info td.label,
body .wishlist_table.modern_grid li .item-details table.item-details-table td.label,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.ts-list-of-product-categories-wrapper.style-horizontal>.list-categories ul li,
#main-content .woocommerce.columns-1>.products .product .product-name,
#main-content .woocommerce.columns-1>.products .product .meta-wrapper-2 .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price ins,
.woocommerce div.product form.cart div.quantity .screen-reader-text,
.woocommerce #reviews .comment-reply-title,
.woocommerce-tabs #reviews>.woocommerce-product-rating .review-count,
div.product .single-navigation>a>span,
.woocommerce-orders-table__cell-order-number,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
html body>h1,
.more-less-buttons a,
.button,
a.button,
button,
.ts-button,
input[type^="submit"],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit,
.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare,
.elementor-button-wrapper .elementor-button,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare,
div.product .summary .meta-content>div>span:first-child,
div.product .summary .detail-meta-top>div>span:first-child,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
div.button a,
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .product .category-name .count,
.ts-product-brand-wrapper .item .count,
.woocommerce .cart-collaterals .amount,
.woocommerce-shipping-fields h3#ship-to-different-address,
.ts-product-video-button,
.ts-product-360-button,
.portfolio-info>span:first-child,
.woocommerce>form>fieldset legend,
#ts-search-result-container .view-all-wrapper,
.woocommerce form table.shop_table tbody th,
.woocommerce form table.shop_table tfoot td,
.woocommerce form table.shop_table tfoot th,
.woocommerce table.shop_table ul#shipping_method .amount,
.column-tabs ul.tabs li.current,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li.current,
.product-group-button .button-tooltip,
.ts-product-attribute .button-tooltip,
.availability .availability-text,
.view-all-wrapper a,
.ts-shortcode a.view-more,
.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like,
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked,
.widget-container.product-filter-by-brand ul>li.selected label,
.product-filter-by-availability ul li input[checked="checked"]+label,
.product-filter-by-price ul li.chosen label,
.woocommerce .widget_rating_filter ul li.chosen a,
.product-filter-by-color ul li.chosen a,
.product_list_widget .product-label>span.onsale,
.product_list_widget .product-label>span,
.woocommerce .product-label>span.onsale,
.woocommerce .product-label>span,
.dropdown-container .theme-title span,
.my-wishlist-wrapper .tini-wishlist .count-number,
.my-notification-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number,
.ts-pagination ul li a,
.ts-pagination ul li span,
.pagination-wrap ul.pagination>li>a,
.pagination-wrap ul.pagination>li>span,
.dokan-pagination-container .dokan-pagination li a,
.dokan-pagination-container .dokan-pagination li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination-wrap ul.pagination>li>a.prev,
.pagination-wrap ul.pagination>li>a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700
}

.ts-banner .box-content .banner-text strong {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 900
}

.mobile-menu-wrapper .mobile-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li,
.ts-header .menu-wrapper .ts-menu {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper ul.sub-menu,
.ts-header .menu-wrapper .ts-menu ul.sub-menu {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 400
}

.widget_nav_menu li[class*="agrofood-"],
.widget_nav_menu li[class*="fa-"],
.mobile-menu-wrapper .mobile-menu li[class*="agrofood-"],
.ts-header nav.main-menu li[class*="agrofood-"],
.mobile-menu-wrapper .mobile-menu li[class*="fa-"],
.ts-header nav.main-menu li[class*="fa-"] {
    font-family: Helvetica !important
}

.product-name,
h3.product-name,
.product-name h3 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500
}

.yith-wfbt-item .product-name,
.ts-tiny-cart-wrapper .cart_list li .product-name,
.woocommerce .ts-tiny-cart-wrapper .product-name,
.woocommerce table.shop_table td.product-name {
    font-style: normal;
    font-weight: 400
}

html,
body,
html body>h1,
.ts-testimonial-wrapper.style-default blockquote strong,
.ts-sidebar .widget_text small+a,
.woocommerce-shipping-fields h3#ship-to-different-address,
.ts-blogs-widget-wrapper .post-title,
.list-posts .entry-content .button-readmore,
.ts-blogs .entry-content .button-readmore,
.yith-wfbt-form .yith-wfbt-submit-block .button,
.commentlist li.comment .comment-actions strong {
    font-size: 14px;
    line-height: 22px
}

.list-posts,
.ts-blogs,
.single-post>.entry-content>.content-wrapper {
    font-size: 15px
}

.ts-store-notice,
.footer-container,
.entry-meta-middle,
.entry-meta-bottom,
.elementor-text-editor .boxed,
.shopping-cart-wrapper .cart-control .cart-total,
.ts-header nav.main-menu>ul.menu>li.font-body>a,
.ts-header nav.main-menu>ul>li.font-body>a,
.mobile-menu-wrapper nav ul li.font-body>a,
.ts-testimonial-wrapper.style-default blockquote,
.style-tabs-default .column-tabs ul.tabs li,
.style-tabs-vertical .column-tabs ul.tabs li,
.woocommerce ul.cart_list li .price,
.woocommerce ul.product_list_widget li .price,
.woocommerce>form.checkout #order_review,
#group-icon-header .tab-mobile-menu li,
.wishlist_table.mobile,
ul.blog-filter-bar li,
.woocommerce-cart article .woocommerce .cart-collaterals,
.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .terms-conditions label,
#group-icon-header .tab-mobile-menu li,
.woocommerce-checkout #order_review,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    font-size: 13px
}

.header-language,
.header-currency,
.ts-language-switcher,
.ts-currency-switcher,
.comment-meta .author,
.commentlist li.comment .comment-actions,
.comments-area .add-comment,
.meta-bottom-2 .single-navigation,
.product-group-button .button-tooltip,
.ts-product-attribute .button-tooltip,
body table.compare-list,
.ts-product.style-grid.has-shop-more-button .shop-more .button-text:not(.ts-banner):not(.elementor-widget-button),
.woocommerce>.woocommerce-order .woocommerce-customer-details,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details,
.ts-testimonial-wrapper blockquote .author-role .author,
.woocommerce ul.cart_list li .product-categories,
.woocommerce ul.cart_list li .product-brands,
.woocommerce ul.product_list_widget li .product-categories,
.woocommerce ul.product_list_widget li .product-brands,
.ts-active-filters,
.woocommerce #reviews>.woocommerce-product-rating,
.woocommerce .before-loop-wrapper,
.brand-info-wrapper,
.product-style-3 .brand-info-wrapper h3,
#ts-quickshop-modal .woocommerce-product-details__short-description,
#ts-filter-widget-area .ts-sidebar-content,
.ts-search-result-container .view-all-wrapper a,
#left-sidebar,
#right-sidebar {
    font-size: 13px
}

.column-tabs .shop-more .button-text,
.ts-product-brand-info .show-all a,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span,
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 13px !important
}

small,
.font-small,
.font-small li,
.breadcrumb-title-wrapper .breadcrumbs,
.header-top,
.comment-meta,
#comment-wrapper .heading-title small,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.widget_recent_entries .post-date,
.single-portfolio .meta-content,
.woocommerce ul.order_details li,
.product-style-3 .brand-info-wrapper .description,
.woocommerce-privacy-policy-text,
.elementor-widget-wp-widget-recent-posts .post-date,
.dokan-store-wrap .commentlist li p strong[itemprop="author"],
.dokan-store-wrap .commentlist li p em.verified,
.dokan-store-wrap .commentlist li p time,
.ts-testimonial-wrapper blockquote .author-role {
    font-size: 13px
}

.header-contact-info>strong {
    font-size: 15px
}

.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu-heading,
.ts-header .menu-wrapper .ts-menu,
.ts-megamenu-container .elementor-widget-container>h5 {
    font-size: 17px;
    line-height: 22px
}

.mobile-menu-wrapper .mobile-menu li,
.ts-header nav.main-menu li {
    line-height: 22px !important
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu,
.ts-header .menu-wrapper .ts-menu ul.sub-menu {
    font-size: 13px;
    line-height: 18px
}

.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu>ul>li {
    font-size: 14px
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu li,
.ts-header nav.main-menu ul.sub-menu li {
    line-height: 18px !important
}

.product-name,
h3.product-name,
.product-name h3,
.product .price del,
.woocommerce div.product div.summary,
.ts-product.style-list .product .price,
.ts-product.style-list .product .price del,
.ts-product.style-list .product .price ins,
.main-products.style-column-list .product .price,
.main-products.style-column-list .product .price del,
.main-products.style-column-list .product .price ins,
.woocommerce div.product .ts-product-brand-info .price,
.woocommerce div.product .ts-product-brand-info .price del,
.woocommerce div.product .ts-product-brand-info .price ins,
.yith-wfbt-section,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label>* {
    font-size: 13px;
    line-height: 16px
}

.yith-wfbt-section .total_price_label {
    font-size: 13px
}

.product.product-category .product-wrapper {
    font-size: 14px
}

.product-brands,
.product-sku,
.product-categories,
.short-description,
.product .availability,
.ts-product-video-button,
.ts-product-360-button,
.woocommerce .product .category-name .count,
.products .product .meta-wrapper>.count-rating,
.woocommerce div.product .summary .woocommerce-product-rating,
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.added,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .added a:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .ts-tooltip:before {
    font-size: 12px
}

div.product .summary .meta-content,
div.product .summary .detail-meta-top {
    font-size: 12px
}

input,
textarea,
keygen,
select,
select option,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.dokan-form-control,
.more-less-buttons a,
.woocommerce-columns>h3,
.hidden-title-form input[type="text"],
body .select2-container--default .select2-selection--single .select2-selection__rendered,
body select.dokan-form-control {
    font-size: 15px;
    line-height: 24px
}

.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button {
    font-size: 16px
}

.button,
a.button,
button,
input[type^="submit"],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.woocommerce #respond input#submit,
div.button a,
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn,
.woocommerce .button.button-small,
.button.button-small,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.elementor-button-wrapper .elementor-button,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare {
    font-size: 16px;
    line-height: 24px
}

.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare {
    line-height: 24px
}

.elementor-button-wrapper .elementor-button.elementor-size-xs {
    font-size: 13px !important
}

.elementor-button-wrapper .elementor-button.elementor-size-xl {
    font-size: 18px !important
}

#left-sidebar .widget-container a.button,
#left-sidebar .widget-container button,
#left-sidebar .widget-container input[type^="submit"],
#left-sidebar .yith-woocompare-widget a.clear-all,
#left-sidebar .yith-woocompare-widget a.compare,
#left-sidebar .widget-container .dokan-btn,
#right-sidebar .widget-container a.button,
#right-sidebar .widget-container button,
#right-sidebar .widget-container input[type^="submit"],
#right-sidebar .yith-woocompare-widget a.clear-all,
#right-sidebar .yith-woocompare-widget a.compare,
#right-sidebar .widget-container .dokan-btn,
#ts-filter-widget-area .widget-container a.button,
#ts-filter-widget-area .widget-container button,
#ts-filter-widget-area .widget-container input[type^="submit"],
#ts-filter-widget-area .yith-woocompare-widget a.clear-all,
#ts-filter-widget-area .yith-woocompare-widget a.compare,
#ts-filter-widget-area .widget-container .dokan-btn,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.woocommerce-cart table.cart td.actions .button {
    font-size: 14px
}

h1,
.h1,
.h1 .elementor-heading-title,
article.single-portfolio .entry-content>.entry-title,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.main-content-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title,
.layout-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title {
    font-size: 40px;
    line-height: 56px
}

h2,
.h2,
.h2 .elementor-heading-title,
.breadcrumb-title-wrapper .page-title,
.related-portfolios .shortcode-title,
article.single .entry-header .entry-title,
.woocommerce div.product .summary .entry-title,
.woocommerce .cross-sells>h2,
.woocommerce .up-sells>h2,
.woocommerce .related>h2,
.woocommerce.related>h2,
.theme-title .heading-title,
.yith-wfbt-section .total_price,
.woocommerce div.product>.ts-mailchimp-subscription-shortcode .widget-title,
.style-tabs-vertical .column-tabs .heading-tab .heading-title,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title {
    font-size: 30px;
    line-height: 42px
}

h3,
.h3,
.h3 .elementor-heading-title,
.ts-blogs.columns-1 article .entry-title,
.columns-1 .list-posts article .entry-title,
.ts-blogs.columns-2 article .entry-title,
.columns-2 .list-posts article .entry-title,
.columns-0 .list-posts article:nth-child(1) .entry-title,
.columns-0 .list-posts article:nth-child(2) .entry-title,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.ts-portfolio-wrapper .portfolio-meta h4,
.yith-wfbt-section>h3,
.woocommerce-MyAccount-content form>h3,
#customer_login h2,
.woocommerce-order-details>h2,
.woocommerce .cart-collaterals .order-total .amount,
.dokan-dashboard h1.entry-title,
.dokan-dashboard header.dokan-dashboard-header h1,
#main-content .woocommerce.columns-1>.products .product .meta-wrapper-2 .price {
    font-size: 25px;
    line-height: 32px
}

h4,
.h4,
.h4 .elementor-heading-title,
#main-content .woocommerce.columns-1>.products .product .product-name,
.widget-container .widget-title-wrapper,
.widget-container .wp-block-group h2,
.woocommerce .cart-collaterals .cart_totals>h2,
.woocommerce-billing-fields>h3,
.woocommerce>form.checkout #order_review_heading,
.elementor-widget-image-box .elementor-image-box-title {
    font-size: 22px;
    line-height: 28px
}

h5,
.h5,
.h5 .elementor-heading-title,
.widget-container .widget-title,
.comments-title .heading-title,
.ts-search-by-category>h2,
.dropdown-container .theme-title,
#comment-wrapper .heading-title,
.woocommerce #reviews #comments h2,
#reviews .woocommerce-Reviews-title,
.column-tabs ul.tabs li,
.style-tabs-default .column-tabs .heading-tab .heading-title,
#main-content.ts-col-24 .frequently-bought-together-vertical .yith-wfbt-section>h3,
.ts-megamenu .elementor-widget .elementor-widget-container .banner-wrapper h5,
.elementor-widget[data-widget_type*="wp-widget-"] h2.widgettitle,
.ts-product.style-list .shortcode-heading-wrapper .shortcode-title {
    font-size: 20px;
    line-height: 26px
}

h6,
.h6,
.h6 .elementor-heading-title,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.filter-widget-area .widget-container .widget-title,
.ts-megamenu .elementor-widget .elementor-widget-container h5,
.footer-container .elementor-widget .elementor-widget-container h5,
.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
body .dokan-category-menu h3.widget-title,
body .dokan-widget-area .widget .widget-title,
body .cart-empty.woocommerce-info,
.ts-team-members h3,
.commentlist li #comment-wrapper .heading-title,
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
.woocommerce .tabs-in-summary #reviews #comments .woocommerce-Reviews-title {
    font-size: 17px;
    line-height: 22px
}

body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #left-sidebar .widget-container .wp-block-group h2,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #right-sidebar .widget-container .wp-block-group h2,
.brand-info-wrapper h3 {
    font-size: 16px
}

@media only screen and (max-width: 1400px) {

    #tab-description .ts-row .h1,
    .woocommerce div.product.product-style-3 .summary p.price {
        font-size: 30px;
        line-height: 42px
    }

    .woocommerce div.product .summary p.price,
    .woocommerce div.product .summary span.price {
        font-size: 35px
    }

    .yith-wfbt-section .total_price {
        font-size: 25px
    }
}

@media only screen and (min-width: 1279px) {

    .show-filter-top .product-filter-by-brand ul li label,
    .show-filter-top .product-filter-by-availability ul li label,
    .show-filter-top .product-filter-by-color ul li a {
        font-family: Helvetica;
        font-style: normal;
        font-weight: 500
    }
}

@media only screen and (max-width: 1279px) {

    h1,
    .h1,
    .h1 .elementor-heading-title,
    article.single-portfolio .entry-content>.entry-title,
    .woocommerce div.product .summary p.price,
    .woocommerce div.product .summary span.price,
    .main-content-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title,
    .layout-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title {
        font-size: 30px;
        line-height: 42px
    }

    h2,
    .h2,
    .h2 .elementor-heading-title,
    .breadcrumb-title-wrapper .page-title,
    .related-portfolios .shortcode-title,
    article.single .entry-header .entry-title,
    .woocommerce div.product .summary .entry-title,
    .woocommerce .cross-sells>h2,
    .woocommerce .up-sells>h2,
    .woocommerce .related>h2,
    .woocommerce.related>h2,
    .theme-title .heading-title,
    .yith-wfbt-section .total_price,
    .woocommerce div.product>.ts-mailchimp-subscription-shortcode .widget-title,
    .ts-shortcode .shortcode-heading-wrapper .shortcode-title {
        font-size: 25px;
        line-height: 32px
    }

    h3,
    .h3,
    .h3 .elementor-heading-title,
    .ts-blogs.columns-1 article .entry-title,
    .columns-1 .list-posts article .entry-title,
    .ts-blogs.columns-2 article .entry-title,
    .columns-2 .list-posts article .entry-title,
    .columns-0 .list-posts article:nth-child(1) .entry-title,
    .page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-title,
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    #reviews .woocommerce-Reviews-title,
    .yith-wfbt-section>h3,
    .woocommerce-MyAccount-content form>h3,
    #customer_login h2,
    .woocommerce-order-details>h2,
    .woocommerce .cart-collaterals .order-total .amount,
    .dokan-dashboard h1.entry-title,
    .dokan-dashboard header.dokan-dashboard-header h1,
    .style-tabs-default .column-tabs .heading-tab .heading-title,
    .style-tabs-vertical .column-tabs .heading-tab .heading-title,
    #main-content .woocommerce.columns-1>.products .product .meta-wrapper-2 .price {
        font-size: 22px;
        line-height: 28px
    }

    h4,
    .h4,
    .h4 .elementor-heading-title,
    #main-content .woocommerce.columns-1>.products .product .product-name,
    .widget-container .widget-title-wrapper,
    .widget-container .wp-block-group h2,
    .woocommerce .cart-collaterals .cart_totals>h2,
    .woocommerce-billing-fields>h3,
    .woocommerce>form.checkout #order_review_heading,
    .elementor-widget-image-box .elementor-image-box-title,
    .column-tabs ul.tabs li {
        font-size: 20px;
        line-height: 26px
    }

    h5,
    .h5,
    .h5 .elementor-heading-title,
    .widget-container .widget-title,
    .comments-title .heading-title,
    .ts-search-by-category>h2,
    .dropdown-container .theme-title,
    #comment-wrapper .heading-title,
    .woocommerce #reviews #comments h2,
    #reviews .woocommerce-Reviews-title,
    #main-content.ts-col-24 .frequently-bought-together-vertical .yith-wfbt-section>h3,
    .elementor-widget[data-widget_type*="wp-widget-"] h2.widgettitle,
    .ts-portfolio-wrapper .portfolio-meta h4 {
        font-size: 17px;
        line-height: 22px
    }

    h6,
    .h6,
    .h6 .elementor-heading-title,
    .ts-blogs article .entry-title,
    .list-posts article .entry-title,
    .columns-0 .list-posts article:nth-child(2) .entry-title,
    .filter-widget-area .widget-container .widget-title,
    .ts-megamenu .elementor-widget .elementor-widget-container h5,
    .footer-container .elementor-widget .elementor-widget-container h5,
    .footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
    body .dokan-category-menu h3.widget-title,
    body .dokan-widget-area .widget .widget-title,
    body .cart-empty.woocommerce-info,
    .ts-team-members h3,
    .commentlist li #comment-wrapper .heading-title,
    .woocommerce-account .addresses .title h3,
    .woocommerce-account .addresses h2,
    .woocommerce-customer-details .addresses h2,
    body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widget-title,
    body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widgettitle,
    body:not(.woocommerce.archive) #left-sidebar .widget-container .wp-block-group h2,
    body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widget-title,
    body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widgettitle,
    body:not(.woocommerce.archive) #right-sidebar .widget-container .wp-block-group h2,
    .ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
    .woocommerce .tabs-in-summary #reviews #comments .woocommerce-Reviews-title {
        font-size: 15px;
        line-height: 20px
    }

    .mobile-menu-wrapper .mobile-menu,
    .ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu-heading,
    .ts-megamenu-container .elementor-widget-container>h5,
    .ts-header .menu-wrapper .ts-menu {
        font-size: 15px
    }

    input,
    textarea,
    keygen,
    select,
    select option,
    body .select2-container,
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .dokan-form-control,
    .more-less-buttons a,
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text,
    .woocommerce-columns>h3,
    .hidden-title-form input[type="text"] {
        font-size: 14px;
        line-height: 18px
    }

    .button-text:not(.ts-banner):not(.elementor-widget-button),
    .elementor-widget-button.button-text .elementor-button {
        font-size: 15px
    }

    .button,
    a.button,
    button,
    input[type^="submit"],
    .shopping-cart p.buttons a,
    a.wp-block-button__link,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce-page a.button,
    .woocommerce-page button.button,
    .woocommerce-page input.button,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce-page a.button.alt,
    .woocommerce-page button.button.alt,
    .woocommerce-page input.button.alt,
    #content button.button,
    .woocommerce #respond input#submit,
    div.button a,
    input[type="submit"].dokan-btn,
    a.dokan-btn,
    .dokan-btn,
    .woocommerce .button.button-small,
    .button.button-small,
    .woocommerce .button.button-small.button-border,
    .button.button-small.button-border,
    .woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
    .wishlist_table .product-add-to-cart a,
    body .woocommerce table.compare-list .add-to-cart td a,
    .elementor-button-wrapper .elementor-button,
    .elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
    .elementor-widget-wp-widget-yith-woocompare-widget a.compare {
        font-size: 15px;
        line-height: 18px
    }

    .elementor-button-wrapper .elementor-button.elementor-size-xs {
        font-size: 12px !important
    }

    .elementor-button-wrapper .elementor-button.elementor-size-xl {
        font-size: 17px
    }

    .entry-meta-middle,
    .entry-meta-bottom {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .columns-0 .list-posts article:nth-child(1) .entry-title {
        font-size: 15px;
        line-height: 20px
    }
}

body #main,
body.dokan-store #main:before,
#cboxLoadedContent,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
form.checkout div.create-account,
.ts-popup-modal .popup-container,
body #ts-search-result-container:before,
#yith-wcwl-popup-message,
.dataTables_wrapper,
body>.compare-list,
.single-navigation>div .product-info:before,
.single-navigation .product-info:before,
.archive.ajax-pagination .woocommerce>.products:after,
.dropdown-container ul.cart_list li.loading:before,
.thumbnail-wrapper .button-in.wishlist>a.loading:before,
.meta-wrapper .button-in.wishlist>a.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce .blockUI.blockOverlay:before,
div.product .single-navigation a .product-info,
.ts-floating-sidebar .ts-sidebar-content,
.mobile-menu-wrapper ul.sub-menu,
.ts-team-members .team-info,
.mobile-menu-wrapper li.active .ts-menu-drop-icon.active,
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before,
#comments .wcpr-filter-container ul.wcpr-filter-button-ul,
.single-post .entry-header-meta .entry-header-meta-content,
.vertical-categories-wrapper .products .product-category,
.archive.woocommerce .woocommerce .product-wrapper,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
.wcml_currency_switcher>ul:before,
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
    background-color: rgba(255, 255, 255, 1)
}

.ts-tiny-cart-wrapper .total {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1)
}

.ts-tiny-cart-wrapper li div.blockUI.blockOverlay,
.widget_shopping_cart li div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li div.blockUI.blockOverlay {
    background-color: rgba(255, 255, 255, 1) !important
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.portfolio-thumbnail>figure~a.like {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1)
}

.more-less-buttons>a.more-button:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 100%)
}

.ts-team-members .team-info {
    background-color: rgba(255, 255, 255, 0.9)
}

blockquote {
    background: rgba(255, 246, 236, 1);
    color: rgba(0, 0, 0, 1)
}

body,
body table.compare-list,
.comment-author-link a,
.widget-container li>a,
.widget_categories li>a,
.widget_archive li>a,
.wp-block-archives-list li>a,
.header-middle .header-currency ul,
.header-middle .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.header-middle .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-top .header-currency ul,
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
body .header-top .dropdown-container,
body .header-middle .dropdown-container,
body .header-bottom .dropdown-container,
footer#colophon .wcml_currency_switcher>ul,
footer#colophon .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu,
footer#colophon .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu,
.ts-testimonial-wrapper blockquote .author-role .author,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.my-account-wrapper .dropdown-container,
.ul-style.primary-color li,
.header-transparent.header-text-light .dropdown-container,
body.header-transparent.header-text-light .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body.header-transparent.header-text-light .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-transparent.header-text-light .header-currency ul,
.button-text:not(.ts-banner):not(.elementor-widget-button),
.ts-product.style-grid.has-shop-more-button .shop-more .button-text,
.ts-product.style-grid.has-shop-more-button .shop-more .button-text:hover,
.elementor-widget-button.button-text .elementor-button,
.elementor-widget-button.button-text .elementor-button:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.owl-nav>div:before,
.ts-social-sharing li a,
.woocommerce-info,
.woocommerce .woocommerce-info,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
#yith-wcwl-popup-message,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce.yith-wfbt-section .yith-wfbt-images td>a,
#ts-product-360-modal.ts-popup-modal .close,
.more-less-buttons>a,
.woocommerce-product-rating a,
.woocommerce-product-rating a:hover,
#reviews>.woocommerce-product-rating .review-count,
.woocommerce-privacy-policy-text,
.woocommerce>form.checkout a,
body .hidden-title-form a,
.ts-product-video-button,
.ts-product-360-button,
.dokan-store-wrap .commentlist li p time,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a {
    color: rgba(0, 0, 0, 1)
}

.owl-dot.active,
.social-icons .list-icons .ts-tooltip {
    background: rgba(0, 0, 0, 1)
}

.social-icons .list-icons .ts-tooltip:before {
    border-top-color: rgba(0, 0, 0, 1)
}

.threesixty .nav_bar a {
    background: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1)
}

.threesixty .nav_bar a:hover {
    color: rgba(0, 0, 0, 1)
}

.thumbnail-wrapper .product-group-button>div {
    background-color: rgba(255, 255, 255, 1)
}

.product-group-button>div a:after,
.product-group-button-meta>div.button-in a:before {
    color: rgba(0, 0, 0, 1)
}

.product-group-button-meta>div a.added:before,
.product-group-button-meta>div .added a:before,
.product-group-button>div a.added:after,
.product-group-button>div .added a:after,
.product_list_widget .button-in a:hover,
.woocommerce .product_list_widget .button-in a:hover,
.product_list_widget .button-in .added a:after,
.product_list_widget .button-in a.added:after {
    color: rgba(254, 121, 52, 1)
}

.product-group-button>div a.loading:after,
.product-group-button-meta>div a.loading:after,
.ts-product.style-list .product-group-button-meta>div.wishlist a.loading:before,
.main-products.style-column-list .product-group-button-meta>div.wishlist a.loading:before {
    border-color: rgba(0, 0, 0, 0.5);
    border-top-color: rgba(0, 0, 0, 1)
}

.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(229, 218, 218, 1);
    color: rgba(0, 0, 0, 1)
}

.tags-link a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    background-color: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

.pagination-wrap ul.pagination>li>a.prev,
.pagination-wrap ul.pagination>li>a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.product-group-button .button-tooltip,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next {
    background-color: rgba(0, 180, 18, 1) !important;
    border-color: rgba(0, 180, 18, 1) !important;
    color: rgba(255, 255, 255, 1) !important
}

.product-group-button .button-tooltip:after {
    border-left-color: rgba(0, 180, 18, 1)
}

.rtl .product-group-button .button-tooltip:after {
    border-right-color: rgba(0, 180, 18, 1)
}

.ts-pagination ul li a:focus,
.ts-pagination ul li a:hover,
.ts-pagination ul li span.current,
.pagination-wrap ul.pagination>li>a:hover,
.pagination-wrap ul.pagination>li>span.current,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination-wrap ul.pagination>li>a.prev:hover,
.pagination-wrap ul.pagination>li>a.next:hover,
.dokan-pagination-container .dokan-pagination li:first-child a:hover,
.dokan-pagination-container .dokan-pagination li:last-child a:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover {
    color: rgba(0, 180, 18, 1) !important;
    border-color: rgba(0, 180, 18, 1) !important
}

.woocommerce a.remove,
.ts-floating-sidebar .close,
.cart_list li a.remove,
ul.products-list a.remove,
table.shop_table .product-remove a,
table.compare-list tr.remove td>a .remove,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    color: rgba(0, 0, 0, 1) !important
}

.entry-meta-middle,
.entry-author .role,
.widget-container .count,
.ts-testimonial-wrapper blockquote .author-role,
.woocommerce-review__published-date,
.commentlist li .date-time,
.ts-search-result-container .description,
.product-style-3 .brand-info-wrapper .description,
.woocommerce-privacy-policy-text,
div.product .summary .meta-content,
.tagcloud .tag-link-count,
.product-brands,
.product-sku,
.product-categories,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-content>form .form-row>span>em,
.yith-wcwl-share .yith-wcwl-after-share-section,
.widget_archive li,
.wp-block-archives-list li,
.widget_categories li,
.elementor-widget-wp-widget-categories li,
.product-filter-by-color ul li .count,
ul.product_list_widget li .reviewer,
.elementor-widget-wp-widget-recent-posts .post-date,
#cancel-comment-reply-link,
.meta-wrapper .short-description,
.ts-product-brand-wrapper .item .count,
.woocommerce .widget_rating_filter ul li a,
.product-filter-by-brand li label .count,
.my-account-wrapper .form-content>form>a.register,
.comments-area .navigation .nav-previous+.nav-next:before,
.commentlist li.comment .comment-actions a {
    color: rgba(128, 128, 128, 1)
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dt,
label,
p>label,
fieldset div>label,
blockquote,
blockquote .author,
table thead th,
.wpcf7 p,
.woocommerce>form>fieldset legend,
.woocommerce table.shop_table th,
html input:focus:invalid:focus,
html select:focus:invalid:focus,
#yith-wcwl-popup-message,
table#wp-calendar thead th,
html body>h1,
.woocommerce table.shop_attributes th,
.column-tabs ul.tabs li,
.ts-banner.text-under-image .box-content .description,
.ts-banner.text-under-image .box-content h2,
.ts-banner.text-under-image .box-content h6,
.ts-banner.text-under-image.style-arrow .ts-banner-button a,
body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th {
    color: rgba(0, 0, 0, 1)
}

.column-tabs ul.tabs li:after {
    border-color: rgba(0, 0, 0, 1)
}

.primary-color,
.hightlight,
.ul-style.primary-color li:before,
.woocommerce-tabs .ul-style li:before,
.short-description .ul-style li:before,
.woocommerce-product-details__short-description .ul-style li:before,
blockquote:before,
.out-of-stock .availability-text,
.woocommerce div.product form.cart .woocommerce-variation-availability p.stock.out-of-stock,
.elementor-lightbox .dialog-lightbox-close-button:hover,
.ts-store-notice .close:hover,
body #cboxClose:hover:after,
html body>h1 a.close:hover,
body table.compare-list tr.remove td>a:hover,
.elementor-lightbox .elementor-swiper-button:hover,
.woocommerce-account .addresses .title .edit:hover:before,
body .hidden-title-form a:hover,
.ts-header a:hover,
.product .meta-wrapper a:hover,
.meta-bottom-2 a:hover,
.filter-widget-area-button a:hover,
.filter-widget-area-button a.active,
.my-account-wrapper .dropdown-container a:hover,
body .wpml-ls-legacy-dropdown a:hover,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
body .wpml-ls-legacy-dropdown-click a:hover,
body .wpml-ls-legacy-dropdown-click a:focus,
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.ts-search-result-container .view-all-wrapper a:hover,
.widget_text a[href^="mailto"]:hover,
.widget_text a[href^="tel"]:hover,
.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a:hover {
    color: rgba(0, 180, 18, 1)
}

.ts-language-switcher a:hover,
.ts-currency-switcher a:hover,
#ts-product-video-modal .close:hover,
ul.products-list a.remove:hover,
table.shop_table .product-remove a:hover,
table.compare-list tr.remove td>a .remove:hover,
.cart_list li a.remove:hover {
    color: rgba(0, 180, 18, 1) !important
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before {
    background: rgba(0, 180, 18, 1)
}

.ts-header .ts-menu ul li:hover:before,
.ts-header .ts-menu ul li:hover>a,
.ts-header .ts-menu ul li.current-menu-item:before,
.ts-header .ts-menu ul li.current-menu-item>a,
.ts-header .ts-menu ul li.current-menu-parent>a,
.ts-header .ts-menu ul li.current-menu-ancestor>a,
.ts-header .ts-menu ul li.current-product_cat-ancestor>a,
.ts-header .ts-menu ul li.current-menu-item .ts-menu-drop-icon,
.ts-header .ts-menu ul li.current-menu-parent .ts-menu-drop-icon,
.ts-header .ts-menu ul li.current-menu-ancestor .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-item>a,
.ts-header .ts-menu ul .sub-menu li.current-menu-parent>a,
.ts-header .ts-menu ul .sub-menu li.current-menu-ancestor>a,
.ts-header .ts-menu ul .sub-menu li.current-product_cat-ancestor>a,
.ts-header .ts-menu ul .sub-menu li.current-menu-item .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-parent .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-ancestor .ts-menu-drop-icon,
#group-icon-header .social-icons ul li a:hover,
.ts-header .social-icons ul li a:hover,
.ts-list-of-product-categories-wrapper .list-categories ul li a:hover,
.footer-container .elementor-widget-wp-widget-nav_menu ul.menu li a:hover,
.footer-container ul.nostyle li a:hover,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li>a .menu-label:before,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current-menu-item>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current_page_parent>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current-menu-parent>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current_page_item>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current-menu-ancestor>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current-page-ancestor>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav>ul.menu>li.current-product_cat-ancestor>a {
    color: rgba(0, 180, 18, 1) !important
}

.ts-banner .box-content .sale-label,
.add-to-cart-popup-content .heading .theme-title,
.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like {
    background: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

#to-top a,
.my-account-wrapper .ts-style-text .account-control>a:hover,
.header-text-light .my-account-wrapper .ts-style-text .account-control>a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

.product-on-sale-form:hover label:before,
.product-on-sale-form.checked label:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked,
.widget-container.product-filter-by-brand ul>li label:hover:before,
.widget-container.product-filter-by-brand ul>li.selected label:before,
.product-filter-by-availability ul li label:hover:before,
.product-filter-by-availability ul li input[checked="checked"]+label:before,
.product-filter-by-price ul li label:hover:before,
.product-filter-by-price ul li.chosen label:before,
.woocommerce .widget_rating_filter ul li a:hover::before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.product-filter-by-color ul li a:hover:before,
.product-filter-by-color ul li.chosen a:before {
    background: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1) !important
}

.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after,
.widget-container.product-filter-by-brand ul>li label:hover:after,
.widget-container.product-filter-by-brand ul>li.selected label:after,
.product-filter-by-availability ul li label:hover:after,
.product-filter-by-availability ul li input[checked="checked"]+label:after,
.product-filter-by-price ul li label:hover:after,
.product-filter-by-price ul li.chosen label:after,
.woocommerce .widget_rating_filter ul li a:hover::after,
.woocommerce .widget_rating_filter ul li.chosen a::after,
.product-filter-by-color ul li a:hover:after,
.product-filter-by-color ul li.chosen a:after {
    color: rgba(255, 255, 255, 1)
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border-color: rgba(0, 180, 18, 1)
}

#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
    background-color: rgba(0, 180, 18, 1)
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
    background-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

.list-posts article.sticky {
    border-top-color: rgba(0, 180, 18, 1)
}

.summary-column-2 .ts-product-attribute>div.option:not(.color).selected>a,
.summary-column-2 .ts-product-attribute>div.option:not(.color):hover>a,
.ts-product-attribute>div.option:not(.color).selected>a,
.ts-product-attribute>div.option:not(.color):hover>a {
    background: rgba(236, 253, 238, 1);
    border-color: rgba(0, 180, 18, 1)
}

.yith-wfbt-section .total_price,
.availability .availability-text,
.header-contact-info:before {
    color: rgba(255, 109, 34, 1)
}

.woocommerce.yith-wfbt-section:before {
    background-color: rgba(255, 246, 236, 1)
}

#group-icon-header .tab-mobile-menu li.active,
.woocommerce.yith-wfbt-section .yith-wfbt-images td:not(:last-child)>a:after {
    background: rgba(255, 109, 34, 1);
    color: rgba(255, 255, 255, 1)
}

.ts-delivery-note>span,
.woocommerce div.product div.summary .ts-delivery-note>span {
    border-color: rgba(255, 109, 34, 1)
}

.ts-delivery-note svg path {
    stroke: rgba(255, 109, 34, 1)
}

a,
.elementor-widget-text-editor table a {
    color: rgba(0, 180, 18, 1)
}

a:hover,
.elementor-widget-text-editor table a:hover,
.product-brands a:hover,
.product-categories a:hover,
.portfolio-info .cat-links a:hover,
.widget_categories>ul li>a:hover,
.widget_archive li>a:hover,
.widget_nav_menu li>a:hover,
.widget_pages li>a:hover,
.widget_meta li>a:hover,
.widget_recent_comments li>a:hover,
.widget_recent_entries li>a:hover,
.widget_rss li>a:hover,
ul.product_list_widget li a:hover,
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover,
.ts-product-brand-info .social-profile li a:hover,
.ts-header .menu-wrapper .vertical-menu-wrapper ul.sub-menu a:hover,
.ts-header .menu-wrapper .ts-menu ul.sub-menu a:hover,
.vertical-categories-wrapper .products .product-category .heading-title a:hover,
.woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover,
.widget_categories>ul li.current-cat>a,
.woocommerce div.product .summary .product-brands a:hover,
.woocommerce div.product .summary .cat-links a:hover,
.woocommerce div.product .summary .tag-links a:hover,
.ts-product-category-wrapper .product:not(.product-category) .category-name a:hover,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items a:hover,
.elementor-widget[data-widget_type*="wp-widget-"] ul li a:hover,
.comments-area .add-comment>a:hover,
.commentlist li.comment .comment-actions a:hover,
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover {
    color: rgba(0, 180, 18, 1)
}

.item-wrapper .portfolio-meta a:hover {
    color: rgba(0, 180, 18, 1) !important
}

.button,
a.button,
button,
input[type^="submit"],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.is-style-outline>.wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.wp-block-search .wp-block-search__button,
.woocommerce #respond input#submit,
div.button a,
input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn,
.dokan-btn.dokan-store-list-filter-button,
.dokan-btn.dokan-store-list-filter-button:hover,
.elementor-button-wrapper .elementor-button,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.woocommerce-cart table.cart td.actions>.button:hover,
div.wpcf7 input[type^="submit"],
.woocommerce a.button.disabled,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

div.wpcf7 input[type^="submit"]:hover,
.button:hover,
a.button:hover,
button:hover,
input[type^="submit"]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#content button.button:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce #respond input#submit:hover,
div.button a:hover,
input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
.wishlist_table .product-add-to-cart a:hover,
a.wp-block-button__link:hover,
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.elementor-button-wrapper .elementor-button:hover,
body .woocommerce table.compare-list .add-to-cart td a:hover,
.woocommerce-cart table.cart td.actions>.button,
.yith-woocompare-widget a.clear-all:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all:hover {
    color: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1)
}

.button-primary,
.button.button-primary,
#content button.button.button-primary,
.shop-more a.button,
.woocommerce-page button.button.button-primary,
.yith-wfbt-form .yith-wfbt-submit-block .button,
form.track_order input[type^="submit"],
form.track_order button[type^="submit"],
.woocommerce-MyAccount-content form button[type^="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"],
.load-more-wrapper .button,
.ts-shop-load-more .button,
.woocommerce .ts-shop-load-more .button,
.woocommerce-cart .return-to-shop a.button,
.widget_shopping_cart .buttons a.checkout:hover,
.woocommerce #customer_login form.login .button,
.woocommerce #customer_login form.register .button,
.yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.dropdown-footer>a.button.checkout-button:hover {
    background: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

.button-primary:hover,
.button.button-primary:hover,
.shop-more a.button:hover,
#content button.button.button-primary:hover,
.woocommerce-page button.button.button-primary:hover,
.woocommerce div.product form.cart .button:hover,
.yith-wfbt-form .yith-wfbt-submit-block .button:hover,
form.track_order input[type^="submit"]:hover,
form.track_order button[type^="submit"]:hover,
.woocommerce-MyAccount-content form button[type^="submit"]:hover,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"]:hover,
.load-more-wrapper .button:hover,
.ts-shop-load-more .button:hover,
.woocommerce .ts-shop-load-more .button:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.widget_shopping_cart .buttons a.checkout,
.woocommerce #customer_login form.login .button:hover,
.woocommerce #customer_login form.register .button:hover,
.yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.dropdown-footer>a.button.checkout-button {
    color: rgba(0, 180, 18, 1)
}

.woocommerce div.product form.cart .button.loading:after,
.search-table .search-field.loading~.search-button:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after,
.product-group-button-meta>div a.loading:after,
.woocommerce .product-group-button-meta>div a.button.loading:after,
rs-layer .products .product div.loop-add-to-cart .button.loading:after {
    background: rgba(0, 180, 18, 1) !important
}

.ts-portfolio-wrapper .item-wrapper a.like.loading:before,
.portfolio-like .ic-like.loading:before,
.portfolio-thumbnail>figure~a.like.loading:hover:before,
.woocommerce div.product form.cart .button.loading:before,
.search-table .search-field.loading~.search-button:after,
#ts-search-sidebar .search-table .search-field.loading~.search-button:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:before,
.product-group-button-meta>div a.loading:before,
.woocommerce .product-group-button-meta>div a.button.loading:before,
rs-layer .products .product div.loop-add-to-cart .button.loading:before {
    border-color: rgba(255, 255, 255, 0.5);
    border-top-color: rgba(255, 255, 255, 1)
}

.woocommerce div.product form.cart .button.loading:hover:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:hover:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:hover:after,
.product-group-button-meta>div a.loading:hover:after,
.woocommerce .product-group-button-meta>div a.button.loading:hover:after,
rs-layer .products .product div.loop-add-to-cart .button.loading:hover:after {
    background: rgba(255, 255, 255, 1) !important
}

.woocommerce div.product form.cart .button.loading:hover:before,
.search-table .search-field.loading~.search-button:hover:after,
#ts-search-sidebar .search-table .search-field.loading~.search-button:hover:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:hover:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:hover:before,
.product-group-button-meta>div a.loading:hover:before,
.woocommerce .product-group-button-meta>div a.button.loading:hover:before,
rs-layer .products .product div.loop-add-to-cart .button.loading:hover:before {
    border-color: rgba(0, 180, 18, 0.5);
    border-top-color: rgba(0, 180, 18, 1)
}

.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading {
    border-top-color: rgba(0, 180, 18, 1)
}

select,
textarea,
html input[type="search"],
html input[type="text"],
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
.woocommerce .quantity input.qty,
.quantity input.qty,
body .wishlist-title a.show-title-form,
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-dropdown,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selection--multiple,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(242, 242, 242, 1)
}

.vertical-categories-wrapper .products .product-category .product-wrapper:hover,
.ts-active-filters .widget_layered_nav_filters ul li a,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider .owl-nav>div,
.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider .owl-nav>div,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider .owl-nav>div,
.widget-container .ts-slider .owl-nav>div,
#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
    background-color: rgba(242, 242, 242, 1)
}

.ts-header nav.vertical-menu>ul.menu>li:hover,
.ts-header nav.vertical-menu>ul.menu>li.ts-active,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li:hover,
.ts-header nav.vertical-menu ul li.current-menu-item {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(240, 240, 240, 1)
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px rgba(242, 242, 242, 1) inset !important
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(0, 0, 0, 1)
}

body .wishlist-title a.show-title-form:hover {
    background-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: rgba(242, 242, 242, 1)
}

*,
*:before,
*:after,
img,
.entry-meta-bottom,
.commentlist li.comment,
.woocommerce #reviews #comments ol.commentlist li,
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.twitter-wrapper .avatar-name img,
body.single-post article .entry-format.no-featured-image,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce div.product form.cart table.group_table td,
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login,
.ts-product-brand-wrapper .item img,
body #yith-woocompare table.compare-list tbody th,
body #yith-woocompare table.compare-list tbody td,
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal,
.ts-header .dropdown-container *,
.color-swatch>div img,
.ts-product-attribute a img,
.ts-header nav>ul.menu ul.sub-menu:before,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews nav.woocommerce-pagination,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images:after,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items:after {
    border-color: rgba(229, 229, 229, 1)
}

.images.loading:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.search-table .search-button:after,
.woocommerce .product figure.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
.archive.ajax-pagination .woocommerce>.products:before,
div.wpcf7 .ajax-loader:after {
    border-color: rgba(229, 229, 229, 1)
}

.images.loading:after,
.search-table .search-button:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
.archive.ajax-pagination .woocommerce>.products:before,
div.wpcf7 .ajax-loader:after {
    border-top-color: rgba(0, 0, 0, 1)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after,
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:hover img,
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color.selected a img {
    border-color: rgba(0, 0, 0, 1)
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:after {
    background: rgba(0, 0, 0, 1)
}

.ts-store-notice {
    background-color: rgba(255, 109, 34, 1);
    border-color: rgba(255, 109, 34, 1);
    color: rgba(255, 255, 255, 1)
}

.header-top,
.header-middle,
.header-bottom {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(229, 229, 229, 1);
    color: rgba(0, 0, 0, 1)
}

.header-contact-info {
    color: rgba(128, 128, 128, 1)
}

.header-middle .header-right>*:before {
    border-color: rgba(229, 229, 229, 1)
}

.ts-header .search-content input[type="text"] {
    color: rgba(0, 0, 0, 1);
    background-color: rgba(240, 240, 240, 1)
}

.ts-header .search-table .loading~.search-button:after,
.ts-header .search-table .loading~.search-button:hover:after {
    border-color: rgba(0, 0, 0, 0.5) !important;
    border-top-color: rgba(0, 0, 0, 1) !important
}

.ts-megamenu .category-style-vertical .products .product-category .product-wrapper {
    background-color: rgba(255, 255, 255, 1)
}

.ts-megamenu .category-style-vertical .products .product-category.active .product-wrapper,
.ts-megamenu .category-style-vertical .products .product-category .product-wrapper:hover {
    background-color: rgba(240, 240, 240, 1)
}

.ts-header .social-icons ul li:hover i,
.ts-megamenu .category-style-vertical .products .product-category .product-wrapper:hover a {
    color: rgba(0, 180, 18, 1)
}

.ts-header .search-content ::-webkit-input-placeholder {
    color: rgba(77, 77, 77, 1)
}

.ts-header .search-content :-moz-placeholder {
    color: rgba(77, 77, 77, 1)
}

.ts-header .search-content ::-moz-placeholder {
    color: rgba(77, 77, 77, 1)
}

.ts-header .search-content :-ms-input-placeholder {
    color: rgba(77, 77, 77, 1)
}

.ts-header nav>ul.menu li ul.sub-menu:before,
.ts-header nav>ul.menu li ul.sub-menu:after,
.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before,
.ts-header .vertical-menu>ul,
.ts-header .vertical-menu>ul>li,
.ts-header .vertical-menu li:not(.ts-megamenu)>ul.sub-menu>li {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(229, 229, 229, 1)
}

.ts-header nav>ul.menu>li.has-line,
.ts-header nav>ul>li.has-line,
.ts-header *,
.ts-header *:before,
.ts-header *:after,
ul.sub-menu .tab-vertical-menu .products .product-category,
ul.sub-menu .category-style-vertical .products .product-category {
    border-color: rgba(229, 229, 229, 1)
}

.ts-header .menu-wrapper .vertical-menu,
.ts-header nav>ul.menu li ul.sub-menu,
ul.sub-menu .elementor-element .list-categories ul li a,
ul.sub-menu .elementor-element .heading-title,
.header-contact-info strong {
    color: rgba(0, 0, 0, 1)
}

.ts-header .social-icons ul li i {
    color: rgba(0, 0, 0, 1)
}

.icon-menu-sticky-header .icon:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper .tini-wishlist:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.shopping-cart-wrapper .cart-control .cart-total,
.ts-tiny-account-wrapper .account-control>a:before,
.header-transparent.header-text-light .is-sticky .header-middle .icon-menu-sticky-header .icon:before,
.header-transparent.header-text-light .is-sticky .header-middle .search-button.search-icon .icon:before,
.header-transparent.header-text-light .is-sticky .header-middle .my-wishlist-wrapper .tini-wishlist:before,
.header-transparent.header-text-light .is-sticky .header-middle .shopping-cart-wrapper .cart-control .ic-cart:before,
.header-transparent.header-text-light .is-sticky .header-middle .ts-tiny-account-wrapper .account-control>a:before {
    color: rgba(0, 0, 0, 1)
}

.icon-menu-sticky-header:hover .icon:before,
.search-button.search-icon:hover .icon:before,
.my-wishlist-wrapper:hover .tini-wishlist:before,
.shopping-cart-wrapper:hover .cart-control .ic-cart:before,
.shopping-cart-wrapper:hover .cart-control .cart-total,
.ts-tiny-account-wrapper:hover .account-control>a:before,
.header-transparent.header-text-light .icon-menu-sticky-header:hover .icon:before,
.header-transparent.header-text-light .search-button.search-icon:hover .icon:before,
.header-transparent.header-text-light .my-wishlist-wrapper:hover .tini-wishlist:before,
.header-transparent.header-text-light .shopping-cart-wrapper:hover .cart-control .ic-cart:before,
.header-transparent.header-text-light .shopping-cart-wrapper:hover .cart-control .cart-total,
.header-transparent.header-text-light .ts-tiny-account-wrapper:hover .account-control>a:before {
    color: rgba(0, 180, 18, 1)
}

.my-wishlist-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number,
.dropdown-container .theme-title span {
    background: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

.header-v4 .header-middle .header-left>*,
.header-v4 .header-middle .header-right>*,
.header-v4 .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .is-sticky .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .is-sticky .header-middle .header-left>*,
.header-v4.header-transparent .is-sticky .header-middle .header-right>* {
    background-color: rgba(240, 240, 240, 1)
}

.header-v4.header-transparent .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .header-middle .header-left>*,
.header-v4.header-transparent .header-middle .header-right>* {
    background-color: rgba(255, 255, 255, 1)
}

.breadcrumb-title-wrapper {
    background-color: rgba(255, 255, 255, 1)
}

.breadcrumb-title-wrapper .breadcrumbs,
.breadcrumb-title-wrapper .page-title {
    color: rgba(0, 0, 0, 1)
}

.breadcrumb-title-wrapper .breadcrumbs a,
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current):before,
.breadcrumb-title-wrapper.breadcrumb-v1 .description {
    color: rgba(128, 128, 128, 1)
}

footer#colophon {
    background-color: rgba(247, 247, 247, 1);
    color: rgba(0, 0, 0, 1)
}

footer#colophon,
.footer-container * {
    border-color: rgba(230, 230, 230, 1)
}

.footer-container .elementor-widget-divider {
    --divider-color: rgba(230, 230, 230, 1)
}

.column-tabs .list-categories,
.woocommerce .products .product:not(.product-category) .product-wrapper,
.product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta {
    background-color: rgba(255, 255, 255, 1)
}

.product-name,
h3.product-name,
.product-name h3,
.product_list_widget .title,
ul.product_list_widget li a,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.price,
.product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
ul.product_list_widget .product-categories,
.price del,
td[data-title="Price"] del,
table.group_table del,
.product-price del,
body .wishlist_table.mobile table.item-details-table td del {
    color: rgba(0, 0, 0, 1)
}

.price ins,
td[data-title="Price"] ins,
table.group_table ins,
body .wishlist_table.mobile table.item-details-table td ins,
.product-price ins {
    color: rgba(255, 109, 34, 1)
}

.star-rating::before,
.woocommerce .star-rating::before,
.woocommerce p.stars a,
.woocommerce p.stars a:hover~a,
.woocommerce p.stars.selected a.active~a,
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before {
    color: rgba(204, 204, 204, 1) !important
}

.star-rating span,
.woocommerce .star-rating span,
.product_list_widget .star-rating span,
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a,
.woocommerce .star-rating span:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before {
    color: rgba(255, 109, 34, 1) !important
}

.ts-product-deals-wrapper .content-wrapper,
.woocommerce.main-products>.products>.list-categories {
    background-color: rgba(255, 246, 236, 1);
    border-color: rgba(255, 109, 34, 1)
}

.meta-wrapper .counter-wrapper .number,
.counter-wrapper>div .number>span {
    background-color: rgba(255, 109, 34, 1);
    color: rgba(255, 255, 255, 1)
}

.counter-wrapper .separate {
    color: rgba(255, 109, 34, 1)
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td:not(.actions),
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login,
.woocommerce>form.checkout #customer_details,
.woocommerce>form.checkout #order_review_heading,
.woocommerce>form.checkout #order_review,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce #customer_login,
.woocommerce form.track_order,
body .wishlist_table.mobile li,
.woocommerce.ts-search-result-container ul.product_list_widget li,
.ts-floating-sidebar .woocommerce ul.product_list_widget li,
#ts-search-sidebar .search-table .search-field input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation li:not(:hover):not(.is-active) a,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce div.product.product-style-3 .product-images-summary,
.woocommerce div.product.product-style-3 .ts-product-brand-info,
.woocommerce div.product.product-style-4 .product-images-summary,
.summary-column-2 .ts-product-attribute>div.option:not(.color)>a,
.woocommerce .summary-column-2 .quantity input.qty,
.summary-column-2 .quantity input.qty,
.ts-product-brand-info .brand-info-wrapper,
.ts-product-brand-info .product_list_widget li,
.ts-product.style-list .shortcode-heading-wrapper {
    background-color: rgba(255, 255, 255, 1)
}

body>#ts-search-result-container,
.woocommerce-page.archive #main,
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main,
.woocommerce-wishlist #main,
div.product .summary-column-2,
.woocommerce .cross-sells:before,
.woocommerce .up-sells:before,
.woocommerce .related:before,
.woocommerce div.product>.ts-product-in-category-tab-wrapper:before,
#ts-search-sidebar .ts-sidebar-content,
article.single-post .single-related-wrapper {
    background-color: rgba(247, 247, 247, 1)
}

@media only screen and (max-width: 1279px) {
    #ts-filter-widget-area .ts-sidebar-content {
        background-color: rgba(247, 247, 247, 1)
    }
}

.woocommerce div.product div.summary * {
    border-color: rgba(240, 242, 245, 1)
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td>a,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items:after,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:last-child,
.woocommerce div.product.product-style-3 .woocommerce-tabs:before,
.woocommerce div.product.product-style-3 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-3 .ts-instagram-shortcode:before,
.woocommerce div.product.product-style-4 .woocommerce-tabs:before,
.woocommerce div.product.product-style-4 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-4 .ts-instagram-shortcode:before,
.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.widget_product_categories ul.product-categories li>a,
.widget_product_categories ul.product-categories li>span,
.ts-product-categories-widget-wrapper ul.product-categories li>a,
.ts-product-categories-widget-wrapper ul.product-categories li>span:not(.icon-toggle),
.ts-product-categories-widget-wrapper>ul li.cat-parent>span.icon-toggle {
    background: rgba(255, 255, 255, 1) !important
}

.woocommerce-widget-layered-nav ul li:hover>a,
.woocommerce-widget-layered-nav ul li:hover>span,
.ts-active-filters .widget_layered_nav_filters ul li:hover a,
.ts-active-filters .widget_layered_nav_filters ul li.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover span,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen span,
.widget_product_categories ul.product-categories li:hover>a,
.widget_product_categories ul.product-categories li:hover>span,
.widget_product_categories ul.product-categories li.current-cat>a,
.widget_product_categories ul.product-categories li.current-cat>span,
.ts-product-categories-widget-wrapper ul.product-categories li:hover>a,
.ts-product-categories-widget-wrapper ul.product-categories li:hover>span:not(.icon-toggle),
.ts-product-categories-widget-wrapper ul.product-categories li.current>a,
.ts-product-categories-widget-wrapper ul.product-categories li.current>span:not(.icon-toggle),
.ts-product-categories-widget-wrapper>ul li.cat-parent.current>span.icon-toggle {
    background: rgba(236, 253, 238, 1) !important;
    border-color: rgba(0, 180, 18, 1) !important
}

@media only screen and (min-width: 1279px) {

    .show-filter-top .product-filter-by-brand ul li label,
    .show-filter-top .product-filter-by-availability ul li label,
    .show-filter-top .product-filter-by-color ul li a {
        background: rgba(255, 255, 255, 1) !important
    }

    .show-filter-top .product-filter-by-brand ul li.selected label,
    .show-filter-top .product-filter-by-brand ul li:hover label,
    .show-filter-top .product-filter-by-availability ul li:hover label,
    .show-filter-top .product-filter-by-availability ul li.selected label,
    .show-filter-top .product-filter-by-color ul li:hover a,
    .show-filter-top .product-filter-by-color ul li.chosen a {
        background: rgba(236, 253, 238, 1) !important;
        border-color: rgba(0, 180, 18, 1) !important
    }
}

.product_list_widget .product-label .onsale,
.woocommerce .product .product-label .onsale {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 180, 18, 1)
}

.product_list_widget .product-label .new,
.woocommerce .product .product-label .new {
    color: rgba(255, 255, 255, 1);
    background: rgba(254, 121, 52, 1)
}

.product_list_widget .product-label .featured,
.woocommerce .product .product-label .featured {
    color: rgba(255, 255, 255, 1);
    background: rgba(203, 24, 0, 1)
}

.product_list_widget .product-label .out-of-stock,
.woocommerce .product .product-label .out-of-stock {
    color: rgba(255, 255, 255, 1);
    background: rgba(154, 154, 154, 1)
}

#ts-mobile-button-bottom {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(217, 217, 217, 1)
}

#ts-mobile-button-bottom>div .icon:before,
#ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist:before,
#ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .ic-cart:before,
#ts-mobile-button-bottom .ts-tiny-account-wrapper .account-control>a:before {
    color: rgba(0, 0, 0, 1)
}

#ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist .count-number,
#ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .cart-number {
    background: rgba(0, 180, 18, 1);
    border-color: rgba(0, 180, 18, 1);
    color: rgba(255, 255, 255, 1)
}

#group-icon-header .ts-sidebar-content {
    background-color: rgba(255, 255, 255, 1)
}

#group-icon-header .ts-sidebar-content,
.mobile-menu-wrapper,
.mobile-menu-wrapper .mobile-menu {
    color: rgba(0, 0, 0, 1)
}

/*! This file is auto-generated */

.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}

.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2750 .elementor-element.elementor-element-2396f672:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('mega-shop-1.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px 40px 0px 40px
}

.elementor-2750 .elementor-element.elementor-element-5e9330cb {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2750 .elementor-element.elementor-element-5e9330cb>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2750 .elementor-element.elementor-element-9f006c8 .elementor-spacer-inner {
    height: 14px
}

.elementor-2750 .elementor-element.elementor-element-5851322>.elementor-widget-container {
    margin: -8px 0px 0px 0px
}

.elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap {
    padding: 35px 50px 35px 40px
}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg img {
    min-height: 0px
}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text {
    font-size: 14px
}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .banner-text,
.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg img {
    min-height: 0px
}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text {
    font-size: 14px
}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .banner-text,
.elementor-2750 .elementor-element.elementor-element-6600809f .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg img {
    min-height: 0px
}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text {
    font-size: 14px
}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .banner-text,
.elementor-2750 .elementor-element.elementor-element-181e5718 .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button .button {
    font-size: 14px
}

@media(min-width:768px) {
    .elementor-2750 .elementor-element.elementor-element-2396f672 {
        width: 50%
    }

    .elementor-2750 .elementor-element.elementor-element-340aabdd {
        width: 30%
    }

    .elementor-2750 .elementor-element.elementor-element-58a2def6 {
        width: 70%
    }

    .elementor-2750 .elementor-element.elementor-element-59aafdfb {
        width: 50%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2750 .elementor-element.elementor-element-2396f672 {
        width: 100%
    }

    .elementor-2750 .elementor-element.elementor-element-59aafdfb {
        width: 100%
    }
}

@media(max-width:1024px) {
    .elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated {
        border-width: 0px 0px 0px 0px;
        margin: 0px 0px -5px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap {
        padding: 20px 30px 20px 30px
    }

    .elementor-2750 .elementor-element.elementor-element-5e9330cb:not(.elementor-motion-effects-element-type-background),
    .elementor-2750 .elementor-element.elementor-element-5e9330cb>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 0px 500px
    }

    .elementor-2750 .elementor-element.elementor-element-340aabdd>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap {
        padding: 3px 30px 25px 30px
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button .button {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated {
        border-width: 0px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-2750 .elementor-element.elementor-element-340aabdd>.elementor-element-populated {
        margin: 0px 0px 8px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 25px 0px
    }

    .elementor-2750 .elementor-element.elementor-element-2da660d4 {
        width: 50%
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text {
        font-size: 18px
    }

    .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button .button {
        font-size: 13px
    }

    .elementor-2750 .elementor-element.elementor-element-374e427e {
        width: 50%
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text {
        font-size: 18px
    }

    .elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button .button {
        font-size: 13px
    }

    .elementor-2750 .elementor-element.elementor-element-1f7af16f {
        width: 50%
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg img {
        min-height: 0px
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text {
        font-size: 18px
    }

    .elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button .button {
        font-size: 13px
    }
}

.elementor-2761 .elementor-element.elementor-element-13e99aa:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('mega-shop-eco-1.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px 40px 40px 40px
}

.elementor-2761 .elementor-element.elementor-element-15abef1e .elementor-spacer-inner {
    height: 50px
}

.elementor-2761 .elementor-element.elementor-element-ecf96c3>.elementor-widget-container {
    margin: -8px 0px 0px 0px
}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #00B412;
    background-image: url('mega-shop-banner-app.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-widget-wrap {
    padding: 35px 50px 35px 40px
}

.elementor-2761 .elementor-element.elementor-element-2fbd8083 .elementor-heading-title {
    color: #FFF
}

.elementor-2761 .elementor-element.elementor-element-2fbd8083>.elementor-widget-container {
    margin: 0px 0px 20px 0px
}

.elementor-2761 .elementor-element.elementor-element-360bfc7f {
    text-align: left
}

.elementor-2761 .elementor-element.elementor-element-360bfc7f>.elementor-widget-container {
    margin: 0px 0px 10px 0px
}

.elementor-2761 .elementor-element.elementor-element-796fd791 {
    text-align: left
}

.elementor-2761 .elementor-element.elementor-element-796fd791>.elementor-widget-container {
    margin: 0px 0px 10px 0px
}

.elementor-2761 .elementor-element.elementor-element-21487d20 .elementor-spacer-inner {
    height: 50px
}

@media(min-width:768px) {
    .elementor-2761 .elementor-element.elementor-element-22f22032 {
        width: 35%
    }

    .elementor-2761 .elementor-element.elementor-element-150c3dcf {
        width: 65%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2761 .elementor-element.elementor-element-13e99aa {
        width: 100%
    }

    .elementor-2761 .elementor-element.elementor-element-30d2ed0a {
        width: 100%
    }
}

@media(max-width:1024px) {
    .elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap {
        padding: 20px 30px 20px 30px
    }

    .elementor-2761 .elementor-element.elementor-element-22f22032>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px
    }

    .elementor-2761 .elementor-element.elementor-element-30d2ed0a:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
    .elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: top center
    }

    .elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-widget-wrap {
        padding: 20px 20px 20px 20px
    }

    .elementor-2761 .elementor-element.elementor-element-21487d20 .elementor-spacer-inner {
        height: 100px
    }
}

@media(max-width:767px) {
    .elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated {
        border-width: 0px 0px 0px 0px;
        margin: 0px 0px 15px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-2761 .elementor-element.elementor-element-22f22032>.elementor-element-populated {
        margin: 0px 0px 6px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated {
        margin: 0px 0px 30px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }
}

.elementor-2763 .elementor-element.elementor-element-611b7f7 {
    margin-top: 1px;
    margin-bottom: 0px
}

.elementor-2763 .elementor-element.elementor-element-7843de51:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('mega-shop-fruits-1.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px 40px 40px 40px
}

.elementor-2763 .elementor-element.elementor-element-75d04251 .elementor-spacer-inner {
    height: 100px
}

.elementor-2763 .elementor-element.elementor-element-14c6936c>.elementor-widget-container {
    margin: -8px 0px 0px 0px
}

.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap {
    padding: 35px 50px 35px 40px
}

.elementor-2763 .elementor-element.elementor-element-4d109d94 {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2763 .elementor-element.elementor-element-4d109d94>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2763 .elementor-element.elementor-element-73f31c8a>.elementor-widget-container {
    margin: 0px 0px 45px 0px
}

.elementor-2763 .elementor-element.elementor-element-1da0dee8 .elementor-button {
    font-size: 12px;
    line-height: 1em
}

@media(min-width:768px) {
    .elementor-2763 .elementor-element.elementor-element-3f40112d {
        width: 35%
    }

    .elementor-2763 .elementor-element.elementor-element-22ff94ad {
        width: 65%
    }
}

@media(max-width:1024px) {
    .elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated {
        border-width: 0px 0px 0px 0px
    }

    .elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap {
        padding: 20px 30px 25px 30px
    }

    .elementor-2763 .elementor-element.elementor-element-3f40112d>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px
    }

    .elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 30px 30px 30px
    }

    .elementor-2763 .elementor-element.elementor-element-4d109d94 {
        border-width: 1px 0px 0px 0px;
        padding: 26px 0px 0px 0px
    }

    .elementor-2763 .elementor-element.elementor-element-4e0449cb>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px
    }

    .elementor-2763 .elementor-element.elementor-element-73f31c8a>.elementor-widget-container {
        margin: 0px 0px 28px 0px
    }
}

@media(max-width:767px) {
    .elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated {
        border-width: 0px 0px 0px 0px
    }

    .elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 15px 0px
    }

    .elementor-2763 .elementor-element.elementor-element-7de8457a>.elementor-widget-container {
        margin: 0px 0px 10px 0px
    }

    .elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 30px 0px
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2763 .elementor-element.elementor-element-7843de51 {
        width: 100%
    }

    .elementor-2763 .elementor-element.elementor-element-6c305782 {
        width: 100%
    }
}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2765 .elementor-element.elementor-element-165b7d59:not(.elementor-motion-effects-element-type-background),
.elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('mega-shop-fruits.jpg');
    background-position: 90% 0px;
    background-repeat: no-repeat;
    background-size: auto
}

.elementor-2765 .elementor-element.elementor-element-165b7d59 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 29px 40px 0px 40px
}

.elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2765 .elementor-element.elementor-element-133b4981>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0% 20% 0% 0%
}

.elementor-2765 .elementor-element.elementor-element-64d170c1>.elementor-widget-container {
    margin: -8px 0px 0px 0px
}

.elementor-2765 .elementor-element.elementor-element-b3a93 {
    margin-top: -5px;
    margin-bottom: 0px;
    padding: 0px 40px 0px 40px
}

.elementor-2765 .elementor-element.elementor-element-17d5fb55 {
    --divider-border-style: solid;
    --divider-color: #0000001F;
    --divider-border-width: 1px
}

.elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider-separator {
    width: 100%
}

.elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider {
    padding-top: 30px;
    padding-bottom: 30px
}

.elementor-2765 .elementor-element.elementor-element-5cb1c396 {
    padding: 0px 50px 35px 40px
}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg img {
    min-height: 220px
}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text {
    font-size: 14px
}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .banner-text,
.elementor-2765 .elementor-element.elementor-element-4bb550cb .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg img {
    min-height: 220px
}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text {
    font-size: 14px
}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .banner-text,
.elementor-2765 .elementor-element.elementor-element-6ff209cb .button-text .ts-banner-button a {
    color: #000
}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg img {
    min-height: 220px
}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text {
    font-size: 14px
}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .banner-text,
.elementor-2765 .elementor-element.elementor-element-4991234 .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button .button {
    font-size: 14px
}

@media(max-width:1024px) {

    .elementor-2765 .elementor-element.elementor-element-165b7d59:not(.elementor-motion-effects-element-type-background),
    .elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 0px 500px
    }

    .elementor-2765 .elementor-element.elementor-element-165b7d59 {
        padding: 20px 20px 20px 20px
    }

    .elementor-2765 .elementor-element.elementor-element-b3a93 {
        padding: 0px 20px 18px 20px
    }

    .elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .elementor-2765 .elementor-element.elementor-element-5cb1c396 {
        padding: 1px 20px 24px 20px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button .button {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated {
        border-width: 0px 0px 0px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-165b7d59 {
        padding: 0px 0px 15px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-133b4981>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 10px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-b3a93 {
        padding: 0px 0px 20px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-5cb1c396 {
        padding: 0px 0px 25px 0px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg img {
        min-height: 220px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button .button {
        font-size: 14px
    }
}

@media(min-width:768px) {
    .elementor-2765 .elementor-element.elementor-element-133b4981 {
        width: 30%
    }

    .elementor-2765 .elementor-element.elementor-element-221137c0 {
        width: 70%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2765 .elementor-element.elementor-element-133b4981 {
        width: 50%
    }

    .elementor-2765 .elementor-element.elementor-element-221137c0 {
        width: 50%
    }

    .elementor-2765 .elementor-element.elementor-element-18d0d111 {
        width: 50%
    }

    .elementor-2765 .elementor-element.elementor-element-2f58949a {
        width: 50%
    }

    .elementor-2765 .elementor-element.elementor-element-55c295da {
        width: 50%
    }
}

.elementor-2767 .elementor-element.elementor-element-23ea9a9 {
    margin-top: 1px;
    margin-bottom: 0px
}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2767 .elementor-element.elementor-element-51675864:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('mega-shop-vegetables-1.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2767 .elementor-element.elementor-element-2e063f78 {
    padding: 29px 40px 0px 40px
}

.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0% 20% 0% 0%
}

.elementor-2767 .elementor-element.elementor-element-2711b073>.elementor-widget-container {
    margin: -8px 0px 0px 0px
}

.elementor-2767 .elementor-element.elementor-element-31edb62 {
    margin-top: 0px;
    margin-bottom: 17px;
    padding: 0px 40px 0px 40px
}

.elementor-2767 .elementor-element.elementor-element-309e9d0c {
    --divider-border-style: solid;
    --divider-color: #0000001F;
    --divider-border-width: 1px
}

.elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider-separator {
    width: 100%
}

.elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider {
    padding-top: 30px;
    padding-bottom: 30px
}

.elementor-2767 .elementor-element.elementor-element-49dc39d7 {
    padding: 0px 200px 52px 40px
}

.elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container {
    margin: 0px 0px -40px 0px
}

.elementor-2767 .elementor-element.elementor-element-4f739566 {
    width: 1100px;
    max-width: 1100px
}

@media(min-width:768px) {
    .elementor-2767 .elementor-element.elementor-element-594b57af {
        width: 36%
    }

    .elementor-2767 .elementor-element.elementor-element-3fee5b89 {
        width: 64%
    }
}

@media(max-width:1024px) {

    .elementor-2767 .elementor-element.elementor-element-51675864:not(.elementor-motion-effects-element-type-background)>.elementor-column-wrap,
    .elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 70% 0px
    }

    .elementor-2767 .elementor-element.elementor-element-2e063f78 {
        padding: 20px 30px 0px 30px
    }

    .elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated {
        margin: 0px 0px 20px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0% 10% 0% 0%
    }

    .elementor-2767 .elementor-element.elementor-element-31edb62 {
        padding: 0px 20px 0px 20px
    }

    .elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .elementor-2767 .elementor-element.elementor-element-49dc39d7 {
        padding: 0px 40px 22px 40px
    }

    .elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container {
        margin: 0px 0px -20px 0px
    }
}

@media(max-width:767px) {
    .elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated {
        border-width: 0px 0px 0px 0px
    }

    .elementor-2767 .elementor-element.elementor-element-2e063f78 {
        padding: 0px 0px 18px 0px
    }

    .elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated {
        margin: 0px 0px 8px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-2767 .elementor-element.elementor-element-31edb62 {
        padding: 0px 0px 0px 0px
    }

    .elementor-2767 .elementor-element.elementor-element-49dc39d7 {
        padding: 0px 0px 20px 0px
    }

    .elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container {
        margin: 0px 0px 0px 0px
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2767 .elementor-element.elementor-element-51675864 {
        width: 100%
    }

    .elementor-2767 .elementor-element.elementor-element-594b57af {
        width: 50%
    }

    .elementor-2767 .elementor-element.elementor-element-3fee5b89 {
        width: 50%
    }
}

.elementor-2274 .elementor-element.elementor-element-7c4648bf {
    width: 70%;
    max-width: 70%
}

@media(max-width:1024px) {
    .elementor-2274 .elementor-element.elementor-element-7c4648bf {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .elementor-2274 .elementor-element.elementor-element-64df6fe0>.elementor-element-populated {
        margin: 0px 0px 20px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2274 .elementor-element.elementor-element-7fb03433>.elementor-element-populated {
        margin: 0px 0px 20px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2274 .elementor-element.elementor-element-eff769e>.elementor-element-populated {
        margin: 0px 0px 20px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2274 .elementor-element.elementor-element-769c3a14>.elementor-element-populated {
        margin: 0px 0px 20px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }
}

@media(min-width:768px) {
    .elementor-2274 .elementor-element.elementor-element-64df6fe0 {
        width: 26%
    }

    .elementor-2274 .elementor-element.elementor-element-7fb03433 {
        width: 21%
    }

    .elementor-2274 .elementor-element.elementor-element-eff769e {
        width: 18%
    }

    .elementor-2274 .elementor-element.elementor-element-769c3a14 {
        width: 17%
    }

    .elementor-2274 .elementor-element.elementor-element-7854339 {
        width: 18%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2274 .elementor-element.elementor-element-64df6fe0 {
        width: 16%
    }

    .elementor-2274 .elementor-element.elementor-element-7fb03433 {
        width: 28%
    }

    .elementor-2274 .elementor-element.elementor-element-eff769e {
        width: 18%
    }

    .elementor-2274 .elementor-element.elementor-element-769c3a14 {
        width: 20%
    }

    .elementor-2274 .elementor-element.elementor-element-7854339 {
        width: 18%
    }
}

.elementor-2393 .elementor-element.elementor-element-7f69d7a9>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
    padding-bottom: calc(140px/2)
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
    margin-top: calc(140px/2)
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: calc(140px/2);
    margin-left: calc(140px/2)
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items {
    margin-right: calc(-140px/2);
    margin-left: calc(-140px/2)
}

body.rtl .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    left: calc(-140px/2)
}

body:not(.rtl) .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    right: calc(-140px/2)
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-item:not(:last-child):after {
    content: "";
    height: 20px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after {
    border-top-style: solid;
    border-top-width: 1px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-style: solid
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    border-left-width: 1px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 {
    --e-icon-list-icon-size: 24px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-text {
    padding-left: 0px
}

.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-item>a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -.2px;
}

.elementor-2393 .elementor-element.elementor-element-5b6af141>.elementor-widget-container {
    margin: 20px 0px 10px 0px
}

.elementor-2393 .elementor-element.elementor-element-5e017c67 {
    --divider-border-style: solid;
    --divider-border-width: 1px
}

.elementor-2393 .elementor-element.elementor-element-5e017c67 .elementor-divider-separator {
    width: 100%
}

.elementor-2393 .elementor-element.elementor-element-5e017c67 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-5e017c67>.elementor-widget-container {
    margin: 0px 0px 30px 0px
}

.elementor-2393 .elementor-element.elementor-element-67798227 {
    padding: 0px 30px 30px 30px
}

.elementor-2393 .elementor-element.elementor-element-553677aa>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-553677aa>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0% 10% 0% 0%
}

.elementor-2393 .elementor-element.elementor-element-659c595a>.elementor-widget-container {
    margin: 0px 0px 25px 0px
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2.elementor-position-right .elementor-image-box-img {
    margin-left: 13px
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2.elementor-position-left .elementor-image-box-img {
    margin-right: 13px
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2.elementor-position-top .elementor-image-box-img {
    margin-bottom: 13px
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 20%
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2 .elementor-image-box-img img {
    transition-duration: 0.3s
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2>.elementor-widget-container {
    margin: 0px 0px 30px 0px;
    padding: 12px 20px 12px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 2px 2px 2px 2px
}

.elementor-2393 .elementor-element.elementor-element-34f8bad2 {
    width: 300px;
    max-width: 300px
}

.elementor-2393 .elementor-element.elementor-element-6cb71339 {
    color: #999;
    font-size: 13px;
    line-height: 18px
}

.elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0% 12% 0% 12%
}

.elementor-2393 .elementor-element.elementor-element-61b7c1ff>.elementor-widget-container {
    margin: 0px 0px 20px 0px
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0.elementor-position-right .elementor-image-box-img {
    margin-left: 14px
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0.elementor-position-left .elementor-image-box-img {
    margin-right: 14px
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0.elementor-position-top .elementor-image-box-img {
    margin-bottom: 14px
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 10%
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-img img {
    transition-duration: 0.3s
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-title {
    margin-bottom: 6px;
    font-size: 20px
}

.elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-description {
    color: #999;
    font-size: 13px
}

.elementor-2393 .elementor-element.elementor-element-dfef061 {
    --divider-border-style: solid;
    --divider-border-width: 1px
}

.elementor-2393 .elementor-element.elementor-element-dfef061 .elementor-divider-separator {
    width: 100%
}

.elementor-2393 .elementor-element.elementor-element-dfef061 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-dfef061>.elementor-widget-container {
    margin: 20px 0px 26px 0px
}

.elementor-2393 .elementor-element.elementor-element-77d06349.elementor-position-right .elementor-image-box-img {
    margin-left: 14px
}

.elementor-2393 .elementor-element.elementor-element-77d06349.elementor-position-left .elementor-image-box-img {
    margin-right: 14px
}

.elementor-2393 .elementor-element.elementor-element-77d06349.elementor-position-top .elementor-image-box-img {
    margin-bottom: 14px
}

.elementor-2393 .elementor-element.elementor-element-77d06349 .elementor-image-box-wrapper .elementor-image-box-img {
    width: 10%
}

.elementor-2393 .elementor-element.elementor-element-77d06349 .elementor-image-box-img img {
    transition-duration: 0.3s
}

.elementor-2393 .elementor-element.elementor-element-77d06349 .elementor-image-box-title {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-3ea905f3>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0% 0% 0% 10%
}

.elementor-2393 .elementor-element.elementor-element-6fe45d85>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px 10px 0px 0px
}

.elementor-2393 .elementor-element.elementor-element-74a1383f>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-1ba2cde9 {
    --divider-border-style: solid;
    --divider-border-width: 1px
}

.elementor-2393 .elementor-element.elementor-element-1ba2cde9 .elementor-divider-separator {
    width: 100%
}

.elementor-2393 .elementor-element.elementor-element-1ba2cde9 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-1ba2cde9>.elementor-widget-container {
    margin: 0px 0px 34px 0px
}

.elementor-2393 .elementor-element.elementor-element-5c1072e0 {
    padding: 0px 0px 20px 0px
}

.elementor-2393 .elementor-element.elementor-element-2c2215e1>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2393 .elementor-element.elementor-element-2c0ca8e1>.elementor-widget-container {
    margin: 0px 0px 7px 0px
}

.elementor-2393 .elementor-element.elementor-element-78aadb5f {
    color: #999
}

.elementor-2393 .elementor-element.elementor-element-78aadb5f>.elementor-widget-container {
    margin: 0px 0px 28px 0px
}

.elementor-2393 .elementor-element.elementor-element-57d156e0>.elementor-widget-container {
    margin: 0px 10px 0px 0px
}

.elementor-2393 .elementor-element.elementor-element-57d156e0 {
    width: auto;
    max-width: auto
}

.elementor-2393 .elementor-element.elementor-element-49a66cfb>.elementor-widget-container {
    margin: 0px 40px 0px 0px
}

.elementor-2393 .elementor-element.elementor-element-49a66cfb {
    width: auto;
    max-width: auto
}

.elementor-2393 .elementor-element.elementor-element-6d88361b>.elementor-widget-container {
    margin: -2px 0px 0px 0px
}

.elementor-2393 .elementor-element.elementor-element-6d88361b {
    width: auto;
    max-width: auto
}

.elementor-2393 .elementor-element.elementor-element-2d7706c0.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-2393 .elementor-element.elementor-element-b333f95>.elementor-widget-container {
    margin: 0px 0px 10px 80px
}

.elementor-2393 .elementor-element.elementor-element-b333f95 {
    width: auto;
    max-width: auto
}

@media(max-width:1024px) {
    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(30px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(30px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(30px/2);
        margin-left: calc(30px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-30px/2);
        margin-left: calc(-30px/2)
    }

    body.rtl .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-30px/2)
    }

    body:not(.rtl) .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-30px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 {
        --e-icon-list-icon-size: 20px
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141>.elementor-widget-container {
        margin: 20px 0px 8px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-5e017c67>.elementor-widget-container {
        margin: 0px 0px 50px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-67798227 {
        padding: 0px 0px 39px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-37985937>.elementor-element-populated {
        margin: 0px 0px 46px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2393 .elementor-element.elementor-element-659c595a>.elementor-widget-container {
        margin: 0px 0px 15px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-34f8bad2>.elementor-widget-container {
        margin: 0px 0px 20px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-34f8bad2 {
        width: 250px;
        max-width: 250px
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated {
        border-width: 0px 0px 0px 1px
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0% 0% 0% 12%
    }

    .elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-title {
        font-size: 17px
    }

    .elementor-2393 .elementor-element.elementor-element-dfef061>.elementor-widget-container {
        margin: 14px 0px 20px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-3ea905f3>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-1ba2cde9>.elementor-widget-container {
        margin: 0px 0px 39px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-5c1072e0 {
        padding: 0px 0px 35px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-2c2215e1>.elementor-element-populated {
        margin: 0px 0px 16px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2393 .elementor-element.elementor-element-78aadb5f>.elementor-widget-container {
        margin: 0px 0px 16px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-2d7706c0.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
        justify-content: flex-start
    }

    .elementor-2393 .elementor-element.elementor-element-b333f95>.elementor-widget-container {
        margin: 0px 0px 10px 0px
    }
}

@media(max-width:767px) {
    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child) {
        padding-bottom: calc(0px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child) {
        margin-top: calc(0px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(0px/2);
        margin-left: calc(0px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-0px/2);
        margin-left: calc(-0px/2)
    }

    body.rtl .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        left: calc(-0px/2)
    }

    body:not(.rtl) .elementor-2393 .elementor-element.elementor-element-5b6af141 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-0px/2)
    }

    .elementor-2393 .elementor-element.elementor-element-5b6af141>.elementor-widget-container {
        margin: 25px 0px 15px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-37985937>.elementor-element-populated {
        margin: 0px 0px 42px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2393 .elementor-element.elementor-element-553677aa>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 46px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-34f8bad2 .elementor-image-box-img {
        margin-bottom: 13px
    }

    .elementor-2393 .elementor-element.elementor-element-34f8bad2 .elementor-image-box-wrapper .elementor-image-box-img {
        width: 14%
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated {
        border-width: 0px 0px 0px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0% 0% 0% 0%
    }

    .elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-img {
        margin-bottom: 14px
    }

    .elementor-2393 .elementor-element.elementor-element-24bbc2a0 .elementor-image-box-wrapper .elementor-image-box-img {
        width: 10%
    }

    .elementor-2393 .elementor-element.elementor-element-77d06349 .elementor-image-box-img {
        margin-bottom: 14px
    }

    .elementor-2393 .elementor-element.elementor-element-77d06349 .elementor-image-box-wrapper .elementor-image-box-img {
        width: 10%
    }

    .elementor-2393 .elementor-element.elementor-element-6fe45d85>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 35px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-745b1ee {
        width: 50%
    }

    .elementor-2393 .elementor-element.elementor-element-79fdb2c4 {
        width: 50%
    }

    .elementor-2393 .elementor-element.elementor-element-2c2215e1>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-2393 .elementor-element.elementor-element-2c0ca8e1>.elementor-widget-container {
        margin: 0px 0px 3px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-78aadb5f>.elementor-widget-container {
        margin: 0px 0px 12px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-57d156e0>.elementor-widget-container {
        margin: 0px 10px 10px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-49a66cfb>.elementor-widget-container {
        margin: 0px 10px 10px 0px
    }

    .elementor-2393 .elementor-element.elementor-element-6d88361b>.elementor-widget-container {
        margin: 0px 0px 10px 0px
    }
}

@media(min-width:768px) {
    .elementor-2393 .elementor-element.elementor-element-37985937 {
        width: 70%
    }

    .elementor-2393 .elementor-element.elementor-element-553677aa {
        width: 33%
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e {
        width: 56%
    }

    .elementor-2393 .elementor-element.elementor-element-3ea905f3 {
        width: 30%
    }

    .elementor-2393 .elementor-element.elementor-element-6fe45d85 {
        width: 66%
    }

    .elementor-2393 .elementor-element.elementor-element-745b1ee {
        width: 30%
    }

    .elementor-2393 .elementor-element.elementor-element-79fdb2c4 {
        width: 24.662%
    }

    .elementor-2393 .elementor-element.elementor-element-2c2215e1 {
        width: 50%
    }

    .elementor-2393 .elementor-element.elementor-element-2d7706c0 {
        /* width: 55% */
    }
    .elementor-2393 .elementor-element.elementor-element-2d7706c043 {
        width: 15%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-2393 .elementor-element.elementor-element-37985937 {
        width: 100%
    }

    .elementor-2393 .elementor-element.elementor-element-553677aa {
        width: 50%
    }

    .elementor-2393 .elementor-element.elementor-element-7339274e {
        width: 50%
    }

    .elementor-2393 .elementor-element.elementor-element-3ea905f3 {
        width: 100%
    }

    .elementor-2393 .elementor-element.elementor-element-2c2215e1 {
        width: 100%
    }

    .elementor-2393 .elementor-element.elementor-element-2d7706c0 {
        width: 100%
    }
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0px !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888');
    src: url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
        url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
        url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
        url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" 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
}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak-as: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0px !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0px;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0px;
    height: 0px
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0px;
    padding: 0px;
    border: none
}

rs-module .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0px;
    left: 0px
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -webkit-user-select: none;
            user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0px;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    -webkit-user-select: text;
            user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        rs-carousel-wrap rs-layer-wrap,
        rs-carousel-wrap rs-loop-wrap {
            backface-visibility: hidden;
            transform-style: preserve-3d
        }
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0px
}

.rev_row_zone_bottom {
    bottom: 0px
}

.rev_row_zone_middle {
    top: 0px
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0px
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0px
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 100%;
    top: 0px
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0px
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: 100%;
    top: 0px
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url('gridtile.png')
}

rs-dotted.twoxtwowhite {
    background: url('gridtile_white.png')
}

rs-dotted.threexthree {
    background: url('gridtile_3x3.png')
}

rs-dotted.threexthreewhite {
    background: url('gridtile_3x3_white.png')
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px / 20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    margin-left: 0px;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: normal;
    position: relative;
    top: 0px;
    transition: opacity 0.2s ease-out, margin 0.2s ease-out;
    opacity: 0;
    margin-left: 0px !important;
    width: 0px !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: 0.8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.50);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1
}

.rev-sbutton-red {
    background-color: #DD4B39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0px;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px
}

.rs-layer img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url('coloredbg.png') repeat
}

.rs-layer.slidelink a span {
    background: url('coloredbg.png') repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #f00;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0)
    }

    100% {
        transform: scale(1.0);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -0.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -0.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0)
    }

    40% {
        transform: scale(1.0)
    }
}

rs-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2.0s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0px;
    animation-delay: -1.0s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0.0)
    }

    50% {
        transform: scale(1.0)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    backface-visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
}

.rs_error_message_oops {
    margin: 0px 0px 20px;
    line-height: 60px;
    font-size: 34px;
    color: #FFF
}

.rs_error_message_content {
    margin: 0px 0px 20px;
    line-height: 25px;
    font-size: 17px;
    color: #FFF
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter: grayscale(1) contrast(.95) brightness(.9)
        }

        .willow::after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    animation-delay: -1s
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    animation-delay: -.8s
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    animation-delay: .2s
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        transform: scale3D(1, 1, 1)
    }

    35% {
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-12 1s infinite linear
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    animation: rs-revealer-14-4 2s infinite
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    animation-delay: -.9s
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

@media only screen and (max-width: 767px) {
    header .logo-wrapper {
        padding: 0
    }

    .mobile-remove-br br {
        display: none
    }

    .mobile-remove-bg,
    .mobile-remove-bg>.elementor-column-wrap {
        background-image: none !important
    }

    .elementor-column.mobile-order-top {
        order: -1
    }

    .search-table .search-button input[type^="submit"],
    .woocommerce-product-search button[type="submit"] {
        min-width: 0
    }

    .ts-mask {
        clip-path: ellipse(200% 100% at 50% 0)
    }

    .header-v3 header .logo-wrapper {
        padding: 0
    }

    .mobile-app-style #ts-filter-widget-area .ts-sidebar-content,
    .mobile-app-style .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
        padding-bottom: 70px
    }

    article.single-post .entry-format .thumbnail img {
        margin-bottom: 22px
    }

    article.single-post.no-featured-image .entry-meta-top {
        margin-top: 13px
    }

    .woocommerce .woocommerce-ordering .orderby ul,
    .product-per-page-form ul.perpage ul {
        width: 140px
    }

    #ts-filter-widget-area .before-loop-wrapper>.widget.product-filter-by-brand {
        position: relative;
        z-index: 1000
    }

    body.mobile-app-style:not(.ts_desktop):not(.page-template-blank-page-template) {
        padding-bottom: 46px
    }

    .elementor-section.elementor-section-stretched {
        width: 100vw !important;
        left: calc(-50vw + 50%) !important
    }

    .visible-phone {
        display: block !important
    }

    .hidden-phone,
    .sticky-wrapper.is-sticky .icon-menu-sticky-header.hidden-phone {
        display: none !important
    }

    .mobile-ts-aligncenter {
        text-align: center !important
    }

    .ts-header .container,
    footer .container,
    .layout-fullwidth .footer-container .container,
    .breadcrumb-title-wrapper .breadcrumb-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .single-post>.single-related-wrapper:last-child:after {
        left: 15px;
        right: 15px
    }

    .footer-container .ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
    .footer-container .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .footer-container .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    #main>.page-container {
        padding-left: 15px;
        padding-right: 15px
    }

    #left-sidebar,
    #right-sidebar {
        margin-bottom: 50px
    }

    #main-content,
    #left-sidebar,
    #right-sidebar {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    #left-sidebar.ts-col-6 {
        padding-right: 0
    }

    #right-sidebar.ts-col-6 {
        padding-left: 0
    }

    #left-sidebar .widget-container .widget-title-wrapper .widget-title:not(:empty),
    #left-sidebar .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-container .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-title-wrapper .widget-title:not(:empty) {
        margin: 0
    }

    #left-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper .widget-title:not(:empty),
    #right-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper .widget-title:not(:empty),
    #left-sidebar .widget-container .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #left-sidebar .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #right-sidebar .widget-container .widget-title-wrapper .block-control.active~.widget-title:not(:empty),
    #right-sidebar .widget-title-wrapper .block-control.active~.widget-title:not(:empty) {
        margin-bottom: 10px
    }

    body.page article.page+.comments-area {
        min-height: 240px
    }

    body.page article.page .comments-area .commentlist {
        margin-bottom: 100px
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: calc(100% - 30px)
    }

    body .mobile-menu-wrapper .ts-megamenu .elementor-section,
    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-stretched {
        width: 100% !important;
        max-width: calc(100vw - 40px) !important;
        left: 0 !important
    }

    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-boxed>.elementor-container,
    body .mobile-menu-wrapper .ts-megamenu .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: 100%;
        margin: 0
    }

    .widget-title-wrapper a.block-control {
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: right;
        z-index: 2
    }

    #right-sidebar {
        margin-top: 64px;
        margin-bottom: 0
    }

    .single-post #right-sidebar {
        margin-top: 45px
    }

    #left-sidebar .widget-container,
    #right-sidebar .widget-container {
        border-width: 0;
        padding: 15px;
        margin-top: 8px;
        margin-bottom: 20px;
        border-width: 1px;
        border-style: solid
    }

    #left-sidebar .widget-container.widget_media_image,
    #right-sidebar .widget-container.widget_media_image {
        padding: 0;
        border-width: 0
    }

    #left-sidebar .widget-container .widget-title-wrapper .widget-title:empty,
    #left-sidebar .widget-title-wrapper .widget-title:empty,
    #right-sidebar .widget-container .widget-title-wrapper .widget-title:empty,
    #right-sidebar .widget-title-wrapper .widget-title:empty {
        min-height: 18px
    }

    #left-sidebar .widget-container.mailchimp-subscription .block-control,
    #right-sidebar .widget-container.mailchimp-subscription .block-control {
        display: none !important
    }

    #left-sidebar .widget-container.mailchimp-subscription .subscribe-widget,
    #right-sidebar .widget-container.mailchimp-subscription .subscribe-widget {
        display: block !important
    }

    #left-sidebar .product-filter-by-color ul,
    #right-sidebar .product-filter-by-color ul,
    #left-sidebar .product-filter-by-brand .product-filter-by-brand-wrapper>ul,
    #right-sidebar .product-filter-by-brand .product-filter-by-brand-wrapper>ul {
        margin-bottom: 5px
    }

    #left-sidebar .widget_text .textwidget>p,
    #right-sidebar .widget_text .textwidget>p {
        margin-bottom: 10px
    }

    #left-sidebar .woocommerce ul.product_list_widget,
    #right-sidebar .woocommerce ul.product_list_widget {
        padding-bottom: 5px
    }

    #left-sidebar .product-filter-by-brand>.product-filter-by-brand-wrapper,
    #right-sidebar .product-filter-by-brand>.product-filter-by-brand-wrapper,
    #left-sidebar .widget_rating_filter>ul,
    #right-sidebar .widget_rating_filter>ul,
    #left-sidebar .product-filter-by-color>ul,
    #right-sidebar .product-filter-by-color>ul {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .footer-container .ts-mailchimp-subscription-shortcode .widget-title-wrapper .widget-title:not(:empty) {
        margin-bottom: 20px
    }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        margin: 5px 1px 0
    }

    #right-sidebar .widget_text .textwidget>p[style="margin-bottom: 30px;"] {
        margin-bottom: 10px !important
    }

    #left-sidebar .widget_text .textwidget>p:first-child>img:first-child,
    #right-sidebar .widget_text .textwidget>p:first-child>img:first-child {
        margin-top: 5px
    }

    #left-sidebar .widget_text .textwidget>*:last-child,
    #right-sidebar .widget_text .textwidget>*:last-child {
        margin-bottom: 0
    }

    #left-sidebar .mc4wp-response,
    #right-sidebar .mc4wp-response {
        margin-top: 5px
    }

    .woocommerce .widget_price_filter form {
        padding-top: 11px
    }

    .woocommerce .widget_price_filter .price_slider_amount .price_label {
        margin-bottom: 10px
    }

    ul.blog-filter-bar {
        margin-bottom: 15px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav,
    .ts-product.ts-slider.partial-view.partial-right .owl-nav {
        left: 5px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav {
        right: 5px
    }

    .ts-portfolio-wrapper .filter-bar li,
    ul.blog-filter-bar li {
        padding: 0;
        margin-bottom: 5px
    }

    body .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: -14px
    }

    .mobile-order-1 {
        order: 1
    }

    .mobile-2-columns ul {
        margin-left: -5px;
        margin-right: -5px
    }

    .mobile-2-columns ul li {
        width: 50%;
        float: left;
        padding-left: 5px;
        padding-right: 5px
    }

    .footer-container .ts-language-switcher ul.wpml-ls-sub-menu li,
    .footer-container .ts-currency-switcher ul li {
        line-height: 20px;
        padding: 4px 0
    }

    .admin-bar .elementor-section.elementor-section-height-full {
        height: calc(100vh - 46px)
    }

    .single #right-sidebar {
        margin-bottom: 50px
    }

    body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        width: 100%;
        max-width: 100%
    }

    body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        display: none
    }

    body .elementor-widget-image-box.ts-feature .elementor-image-box-wrapper,
    .footer-container .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        display: flex;
        flex-direction: row
    }

    body .elementor-widget-image-box.ts-feature .elementor-image-box-wrapper,
    .footer-container .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    body .elementor-element.ts-feature.elementor-position-left .elementor-image-box-img {
        margin-right: 14px !important
    }

    .logo-wrapper .normal-logo {
        display: none
    }

    .logo-wrapper .mobile-logo {
        display: block
    }

    .menu-center .logo-wrapper {
        width: auto
    }

    .shopping-cart-wrapper .dropdown-container,
    .my-account-wrapper .dropdown-container {
        display: none !important
    }

    .header-middle>.container {
        padding-top: 12px;
        padding-bottom: 12px
    }

    div.header-right>*:not(:last-child) {
        margin-right: 0
    }

    html .header-v2 #page .vertical-categories-wrapper {
        padding-bottom: 50px
    }

    .header-v4 .header-middle .header-left>.ts-mobile-icon-toggle {
        padding: 8px 13px;
        border-width: 0
    }

    .header-v4 .header-middle .shopping-cart-wrapper {
        padding: 0px 5px 0px 0
    }

    .header-v4 .ts-header .header-middle div.header-right {
        padding-left: 0px
    }

    .header-v4 .header-middle .search-button.search-icon {
        min-width: 0;
        background: transparent !important
    }

    .header-v4 .header-middle .header-right .search-button.search-icon {
        border-width: 0
    }

    .header-v4 .header-middle .logo-wrapper {
        padding: 0 20px 0 0;
        text-align: left
    }

    .ts-header div.header-right .search-button.search-icon .icon {
        padding: 10px 0 10px 10px
    }

    .ts-header div.header-right .search-button.search-icon .icon:before {
        font-size: 18px
    }

    #group-icon-header .header-social-icon {
        text-align: center
    }

    .vertical-categories-wrapper {
        display: none
    }

    .header-v2 .ts-header .header-middle .header-right {
        padding-left: 0;
        margin-left: auto
    }

    .header-v2 .header-middle .header-right>.search-button.search-icon {
        padding-left: 15px
    }

    .vertical-categories-wrapper~* {
        transform: translateX(0);
        max-width: 100%
    }

    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper,.my-notificarion-wrapper,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper {
        display: block !important
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle {
        padding: 13px 0 13px 13px
    }

    body:not(.mobile-app-style):not(.header-v2) .ts-header .ts-mobile-icon-toggle {
        order: 10
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle .icon {
        width: 20px;
        height: 20px
    }

    body:not(.mobile-app-style) .ts-header .ts-mobile-icon-toggle .icon:before {
        font-size: 18px;
        line-height: 22px
    }

    body:not(.mobile-app-style) .ts-header .search-button.search-icon {
        display: none !important
    }

    .header-v2:not(.mobile-app-style) header .logo-wrapper {
        padding: 0 10px 0 0
    }

    .header-v2:not(.mobile-app-style) header .logo-wrapper {
        padding: 0 10px 0 0
    }

    .header-v2:not(.mobile-app-style) .ts-header .header-middle .header-right {
        padding-left: 0;
        margin-left: auto
    }

    .header-v2:not(.mobile-app-style) .header-middle .header-right>* {
        padding: 0
    }

    .header-v2:not(.mobile-app-style) .header-middle .header-right>.shopping-cart-wrapper {
        padding-left: 10px
    }

    .header-v2 .header-middle .shopping-cart-wrapper .cart-control .cart-total {
        display: none
    }

    .header-v2 .ts-header .shopping-cart-wrapper:last-child .cart-control {
        padding-right: 10px
    }

    .mobile-menu-wrapper .mobile-menu>ul>li.empty-label.ts-megamenu:only-child .sub-menu {
        transform: translateX(0);
        padding: 20px
    }

    .footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li:not(:last-child) {
        margin-right: 20px
    }

    #ts-mobile-button-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 46px;
        border-width: 1px 0 0 0;
        border-style: solid;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        z-index: 99999
    }

    #ts-mobile-button-bottom>.shopping-cart-wrapper:last-child,
    #ts-mobile-button-bottom>.my-wishlist-wrapper:last-child {
        padding-right: 10px
    }

    #ts-mobile-button-bottom>div {
        flex: 1;
        text-align: center
    }

    #ts-mobile-button-bottom>div .icon,
    #ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist,
    #ts-mobile-button-bottom .my-account-wrapper .account-control>a,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control {
        width: 46px;
        height: 46px;
        display: block;
        line-height: 46px;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        color: inherit
    }

    #ts-mobile-button-bottom>div .icon:before,
    #ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist:before,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .ic-cart:before,
    #ts-mobile-button-bottom .ts-tiny-account-wrapper .account-control>a:before {
        font-size: 22px;
        line-height: inherit
    }

    #ts-mobile-button-bottom .my-wishlist-wrapper>a .count-number,
    #ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .cart-number {
        right: 0;
        top: 3px
    }

    #ts-mobile-button-bottom a {
        text-decoration: none !important;
        color: inherit
    }

    .ts-mobile-icon-toggle {
        position: relative
    }

    .ts-mobile-icon-toggle .icon {
        display: inline-block;
        vertical-align: top;
        line-height: 0;
        transition: 350ms ease
    }

    .mobile-app-style #to-top {
        bottom: 47px
    }

    #group-icon-header .tab-mobile-menu li {
        background: #252B33
    }

    #group-icon-header .tab-mobile-menu li,
    #group-icon-header .close:after {
        color: #fff
    }

    #group-icon-header {
        display: flex;
        flex-direction: column
    }

    body.menu-mobile-active #group-icon-header {
        height: 100%
    }

    #group-icon-header .ts-sidebar-content {
        width: 100%;
        left: 0;
        right: auto;
        padding: 0;
        flex: 1;
        overflow-y: auto;
        transform: translateX(-100%)
    }

    #group-icon-header.active .ts-sidebar-content {
        transform: translateX(0)
    }

    .admin-bar .ts-floating-sidebar .ts-sidebar-content {
        top: 46px
    }

    #group-icon-header .sidebar-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: calc(100% - 30px)
    }

    body.mobile-app-style #group-icon-header .sidebar-content {
        height: calc(100% - 65px)
    }

    #group-icon-header .tab-mobile-menu {
        margin: 0;
        display: table;
        width: 100%
    }

    #group-icon-header .tab-mobile-menu:after {
        display: table;
        clear: both;
        content: ""
    }

    #group-icon-header .tab-mobile-menu li {
        list-style: none;
        text-transform: uppercase;
        padding: 5px;
        text-align: center;
        position: relative;
        white-space: nowrap;
        display: table-cell;
        line-height: 36px;
        min-width: 120px
    }

    .mobile-menu-wrapper nav ul li>a {
        color: inherit
    }

    #group-icon-header .tab-mobile-menu li:first-child {
        padding-left: 30px
    }

    #group-icon-header .tab-mobile-menu li:last-child {
        padding-right: 30px
    }

    #group-icon-header .tab-mobile-menu li:first-child:last-child {
        width: 100%
    }

    #group-icon-header .mobile-menu-wrapper {
        position: relative;
        margin-top: -50px;
        margin-bottom: 0 !important;
        padding-top: 58px;
        height: 100%
    }

    #group-icon-header .tab-vertical-menu {
        display: none
    }

    #group-icon-header .mobile-menu-wrapper .menu-main-mobile,
    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper,
    #group-icon-header .tab-vertical-menu .content-wrapper {
        height: 100%;
        overflow-y: auto
    }

    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper .vertical-menu {
        position: static;
        display: block;
        width: 100% !important;
        height: 100%;
        padding: 0 20px
    }

    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper .vertical-menu,
    #group-icon-header .tab-vertical-menu .vertical-menu-wrapper:hover .vertical-menu {
        animation-name: none
    }

    #group-icon-header .tab-vertical-menu .vertical-menu>ul>li {
        width: 100%
    }

    .vertical-menu>ul>li:first-child {
        border-top-width: 0;
        padding-top: 0
    }

    .vertical-menu ul.menu li .menu-icon {
        width: 50px
    }

    .mobile-menu-wrapper .vertical-menu .has-icon+span.ts-menu-drop-icon:not(.active) {
        top: 7px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .mobile-menu-wrapper .vertical-menu ul.menu li .menu-icon {
        margin-right: 10px
    }

    .mobile-menu-wrapper .vertical-menu-wrapper {
        position: static
    }

    .mobile-menu-wrapper nav.vertical-menu>ul>li {
        padding-left: 0;
        padding-right: 0
    }

    .ts-search-by-category .search-button:before {
        right: -10px
    }

    body.menu-mobile-active .ts-header .container,
    body.menu-mobile-active #main,
    body.menu-mobile-active #colophon {
        transform: translateX(0)
    }

    header .ts-mobile-icon-toggle .icon:before,
    header .shopping-cart-wrapper a>.ic-cart:before {
        font-size: 20px;
        line-height: 44px;
        display: inline-block
    }

    header .ts-mobile-icon-toggle .icon:before {
        font-size: 15px
    }

    body .mobile-menu-wrapper.ts-menu nav.mobile-menu {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper ul.menu li .menu-icon {
        margin-right: 5px
    }

    .mobile-menu-wrapper span.ts-menu-drop-icon {
        position: relative;
        top: 12px;
        left: auto;
        bottom: auto;
        text-align: center;
        right: -10px;
        z-index: 3;
        cursor: pointer;
        padding: 0;
        transform: none;
        width: 30px;
        float: right;
        transition: color 150ms ease 0s
    }

    body #group-icon-header .menu-title {
        margin: 0;
        padding: 15px 0;
        text-align: center;
        white-space: nowrap;
        line-height: 20px;
        position: relative
    }

    body #group-icon-header .menu-title:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 20px;
        right: 20px;
        border-width: 1px 0 0;
        border-style: solid;
        z-index: 7
    }

    #group-icon-header .menu-title span {
        position: relative;
        z-index: 7;
        display: inline-block;
        padding: 0 40px
    }

    .mobile-menu-wrapper ul {
        margin: 0
    }

    .mobile-menu-wrapper ul.sub-menu {
        position: absolute;
        padding-top: 58px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        height: 100%;
        transform: translateX(-100%);
        display: block !important;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        overflow: scroll
    }

    .mobile-menu-wrapper nav>ul>li>ul.sub-menu {
        top: 0
    }

    .mobile-menu-wrapper li.active .ts-menu-drop-icon.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 5;
        text-align: start;
        padding: 18px
    }

    .mobile-menu-wrapper nav>ul>li.active>.ts-menu-drop-icon.active {
        top: 46px
    }

    .mobile-menu-wrapper li.active>ul.sub-menu {
        transform: translateX(0)
    }

    .mobile-menu-wrapper nav>ul {
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper nav>ul ul {
        margin: 0;
        padding: 0
    }

    .mobile-menu-wrapper nav>ul ul.sub-menu li:last-child>ul.sub-menu {
        margin-bottom: 0
    }

    .mobile-menu-wrapper nav ul>li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        float: none
    }

    .mobile-menu-wrapper nav>ul>li,
    #group-icon-header .tab-vertical-menu>.content-wrapper,
    .mobile-menu-wrapper li.active>ul.sub-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .mobile-menu-wrapper .menu-sub-label {
        top: -5px;
        right: 0;
        transform: translateX(80%)
    }

    .mobile-menu-wrapper nav ul li>a {
        padding: 8px 0;
        display: inline-block;
        color: inherit;
        z-index: 1;
        position: relative
    }

    .mobile-menu-wrapper nav ul li>.shop-more {
        padding: 8px 0
    }

    .mobile-menu-wrapper nav ul li.has-line {
        padding-top: 16px
    }

    .mobile-menu-wrapper nav ul li.has-line:before {
        content: '';
        width: 23px;
        height: 1px;
        border-top: 1px solid #d9d9d9;
        display: block;
        margin-bottom: 8px
    }

    .mobile-menu-wrapper nav li a:hover {
        text-decoration: none
    }

    .mobile-menu-wrapper .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item,
    .mobile-menu-wrapper .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-3 .items .item {
        width: 50%
    }

    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .mobile-menu-wrapper .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 1
    }

    #group-icon-header .group-button-header:not(:empty) {
        padding: 20px 20px 0;
        margin-top: auto;
        position: relative;
        line-height: 18px
    }

    #group-icon-header .group-button-header .ts-tiny-account-wrapper.ts-style-text {
        text-align: center
    }

    #group-icon-header .group-button-header .ts-tiny-account-wrapper.ts-style-text .account-control {
        display: inline-block
    }

    #group-icon-header .group-button-header:not(:empty):before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        right: 20px;
        border-width: 1px 0 0;
        border-style: solid
    }

    .group-button-header>*:not(:last-child) {
        margin-bottom: 15px
    }

    .group-button-header>.language-currency {
        margin-top: -5px;
        text-align: center
    }

    .group-button-header .header-language,
    .group-button-header .header-currency {
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    #group-icon-header .group-button-header a {
        color: inherit
    }

    .mobile-menu-wrapper *[class^="elementor-"] {
        position: static
    }

    body #group-icon-header .header-language a:hover,
    body #group-icon-header .header-language a:active,
    body #group-icon-header .header-language a:focus,
    body #group-icon-header .header-currency a:active,
    body #group-icon-header .header-currency a:focus,
    body #group-icon-header .header-currency a:hover {
        color: inherit
    }

    .ts-megamenu-container .elementor-widget-container>h5,
    .ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title {
        margin-bottom: 15px
    }

    .elementor-widget-wp-widget-nav_menu.columns-4 ul.menu,
    .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 3
    }

    body #group-icon-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    #group-icon-header .header-currency ul {
        padding: 20px 30px 26px 30px;
        top: auto;
        bottom: 100%;
        margin-bottom: 0;
        color: #000
    }

    #group-icon-header .wcml_currency_switcher>ul:before,
    #group-icon-header .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
    #group-icon-header .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
        top: 0;
        bottom: 6px
    }

    body #group-icon-header .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown:focus .wpml-ls-sub-menu,
    body #group-icon-header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    #group-icon-header .header-currency:focus ul,
    #group-icon-header .header-currency:hover ul {
        transform-origin: bottom center
    }

    .filter-widget-area-button {
        margin: 0 20px 20px 0
    }

    .woocommerce .before-loop-wrapper>.widget,
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering,
    .before-loop-wrapper>.product-per-page-form {
        width: 50%;
        margin: 0 !important
    }

    .woocommerce .before-loop-wrapper>.widget,
    .before-loop-wrapper>.product-per-page-form {
        text-align: right
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 140px
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget,
    .woocommerce #main-content.ts-col-18 .woocommerce-ordering,
    .woocommerce-page #main-content.ts-col-18 .woocommerce-ordering,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        width: auto;
        margin: 0 20px 0 0 !important
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        text-align: left
    }

    .product-per-page-form ul.perpage {
        text-align: left
    }

    .woocommerce-page .page-container {
        flex-direction: column
    }

    .filter-widget-area .widget-title-wrapper a.block-control {
        display: none !important
    }

    .filter-widget-area .widget-container>*:not(.widget-title-wrapper) {
        display: block !important
    }

    .list-categories:after {
        left: 5px;
        right: 5px
    }

    .woocommerce.archive #main-content.show-filter-sidebar {
        padding-left: 0
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-5 .products .product:not(.product-category),
    .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-4 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category,
    .woocommerce.columns-4 .products .list-categories .product.product-category {
        width: 33.33333%
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category,
    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category,
    .woocommerce.columns-6 .products .product.product-category {
        width: 25%
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category,
    .woocommerce.columns-4.category-style-2 .products .product.product-category,
    .woocommerce.columns-3.category-style-2 .products .product.product-category {
        width: 33.33333%
    }

    .ts-product-category-wrapper.woocommerce:not(.category-style-vertical) .products .product-category img {
        max-width: 80px
    }

    .ts-shop-result-count {
        margin-bottom: 0
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 100%;
        position: static;
        order: 10
    }

    .woocommerce div.product.product-style-1 .product-top-section>.ts-delivery-note {
        margin-top: -30px;
        display: block
    }

    .woocommerce div.product.product-style-1 .summary-column-2 .ts-delivery-note {
        display: none
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-right: 0
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 100%;
        margin-top: 45px
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-3 div.summary {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .woocommerce .cross-sells:not(:last-child):before,
    .woocommerce .up-sells:not(:last-child):before,
    .woocommerce .related:not(:last-child):before {
        bottom: -8px
    }

    .woocommerce div.product.tabs-in-summary .summary>h2,
    .woocommerce div.product.tabs-in-summary .summary>#reviews,
    .woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs {
        margin-right: 0
    }

    #commentform.comment-form .cr-upload-local-images label,
    .comment-form .cr-upload-local-images label {
        width: 100%;
        margin: 0 0 15px
    }

    .pagination-wrap ul.pagination,
    .woocommerce nav.woocommerce-pagination ul,
    .ts-pagination ul,
    .dokan-pagination-container .dokan-pagination {
        padding: 0 42px
    }

    .pagination-wrap ul.pagination>li>a.prev,
    .pagination-wrap ul.pagination>li>a.next {
        width: 40px;
        height: 28px;
        padding: 0;
        line-height: 26px
    }

    .dokan-pagination-container .dokan-pagination li:first-child a,
    .dokan-pagination-container .dokan-pagination li:last-child a,
    .woocommerce nav.woocommerce-pagination ul li a.next,
    .woocommerce nav.woocommerce-pagination ul li a.prev,
    .ts-pagination ul li a.prev,
    .ts-pagination ul li a.next {
        width: 40px;
        height: 28px;
        line-height: 0;
        font-size: 0;
        padding: 0;
        min-width: 0
    }

    .dokan-pagination-container .dokan-pagination li:first-child a:before,
    .dokan-pagination-container .dokan-pagination li:last-child a:after,
    .woocommerce nav.woocommerce-pagination ul li a.next:after,
    .ts-pagination ul li a.next:after,
    .woocommerce nav.woocommerce-pagination ul li a.prev:before,
    .ts-pagination ul li a.prev:before {
        font-size: 12px;
        line-height: 26px;
        margin: 0
    }

    .dokan-pagination-container .dokan-pagination li:first-child a:before,
    .woocommerce nav.woocommerce-pagination ul li a.prev:before,
    .ts-pagination ul li a.prev:before {
        content: '<'
    }

    .dokan-pagination-container .dokan-pagination li:last-child a:after,
    .woocommerce nav.woocommerce-pagination ul li a.next:after,
    .ts-pagination ul li a.next:after {
        content: '>'
    }

    #main-content.ts-col-18~#right-sidebar {
        margin-top: 10px
    }

    #main-content.ts-col-12 .ts-pagination {
        padding-bottom: 0
    }

    .blog-template #main-content.ts-col-18~#right-sidebar {
        margin-top: 0
    }

    .ts-pagination ul li {
        padding-bottom: 0
    }

    .woocommerce-tabs #tab-description .ts-feature {
        margin: 0;
        flex-direction: column
    }

    .woocommerce-tabs #tab-description .ts-feature>div {
        padding: 0
    }

    .woocommerce-tabs #tab-description .ts-feature>div:not(:last-child) {
        padding-bottom: 34px;
        margin-bottom: 40px;
        border-width: 0 0 1px;
        border-style: solid
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper .brand-info {
        width: 100%
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper>img {
        margin: 0 0 15px
    }

    .woocommerce div.product.product-style-3 .ts-product-brand-info .description {
        max-width: 100%
    }

    .woocommerce div.product .woocommerce-tabs .panel table tr:not(:last-child):after {
        width: calc(100vw - 30px);
        left: calc(50% - 50vw + 15px)
    }

    .woocommerce div.product.product-style-5 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-5 div.summary {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        flex-direction: column
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
        margin-bottom: 21px;
        margin-top: 0
    }

    .woocommerce #review_form #respond .comment-form {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce #review_form #respond .comment-form>* {
        margin: 0 0 10px;
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce #review_form #respond .comment-form>.comment-form-cookies-consent {
        margin: 15px 0 24px
    }

    .woocommerce #review_form #respond .comment-form>.comment-form-author,
    .woocommerce #review_form #respond .comment-form>.comment-form-email {
        width: 100%
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        width: 100%;
        order: 2;
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
        margin-top: 7px;
        margin-bottom: 0
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text .description {
        width: 100%
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 25px 20px 30px
    }

    .woocommerce #customer_login form.login .button,
    .woocommerce #customer_login form.register .button {
        min-width: 0
    }

    .woocommerce ul.order_details {
        flex-direction: column;
        padding: 12px 20px
    }

    .woocommerce ul.order_details li {
        border-width: 0 0 1px;
        width: 100%;
        text-align: left;
        padding: 8px 0
    }

    .woocommerce ul.order_details li strong {
        display: inline-block
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: -5px;
        margin-right: -5px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        margin-left: 5px;
        margin-right: 5px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
        width: calc(50% - 10px)
    }

    .wpcf7 form div.columns-3 {
        margin-left: 0;
        margin-right: 0
    }

    .wpcf7 form div.columns-3>label {
        width: 100%;
        float: none;
        padding: 0
    }

    body.search.search-no-results .search-wrapper {
        max-width: 80%
    }

    body.search.search-no-results .alert p {
        font-size: 120%
    }

    body.search.search-no-results .alert {
        padding-bottom: 20px !important
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li {
        margin-bottom: 10px
    }

    .intro-main-image.elementor-widget-image img {
        max-width: 100%
    }

    .has-filters .filter-bar {
        font-size: 16px
    }

    .intro-filter-items .filter-item {
        width: 33.33333%
    }

    .columns-0 .list-posts article:nth-child(2),
    .columns-0 .list-posts article,
    .columns-2 .list-posts article,
    .ts-blogs.columns-2 .items article,
    .columns-3 .list-posts article,
    .ts-blogs.columns-3 .items article {
        width: 100%
    }

    .list-posts article .entry-content>*:not(:last-child),
    .ts-blogs article .entry-content>*:not(:last-child) {
        margin-bottom: 13px
    }

    .entry-author {
        padding: 20px
    }

    .entry-author .author-avatar {
        width: 80px;
        padding-right: 10px
    }

    .commentlist .comment-detail .comment-meta,
    .commentlist .comment-detail .comment-text {
        width: 100%;
        float: none
    }

    .commentlist li.comment .comment-detail {
        padding: 24px 0
    }

    .commentlist li.comment .comment-actions {
        top: 28px
    }

    .commentlist li.comment .comment-meta,
    .commentlist .comment-detail .comment-meta {
        padding-right: 90px
    }

    .commentlist .comment-detail .comment-meta {
        margin-bottom: 10px
    }

    .commentlist .comment-detail .comment-text {
        width: 100%;
        padding-right: 0
    }

    .comment-meta span {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px
    }

    .commentlist li.comment .avatar+.comment-meta {
        margin-top: 4px
    }

    .commentlist li #comment-wrapper {
        padding-left: 0
    }

    .comment-meta .author+.date-time {
        width: auto
    }

    #commentform .info-wrapper {
        margin: 0 -5px
    }

    #commentform .info-wrapper>p {
        padding: 0 5px
    }

    .item-wrapper .portfolio-meta>*:not(:last-child) {
        margin-bottom: 8px
    }

    .list-posts article,
    .ts-blogs .items article {
        margin-bottom: 50px;
        padding-bottom: 50px
    }

    .page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article:not(:last-child) {
        padding-bottom: 50px
    }

    .ts-shortcode.ts-portfolio-wrapper .load-more-wrapper {
        margin: 48px 0 40px
    }

    .list-posts article.sticky {
        padding: 30px !important
    }

    .single-portfolio>.entry-main {
        margin-bottom: 45px
    }

    body.page .page-container #primary>article.page {
        margin-top: 0
    }

    .entry-meta-middle .author>img,
    .entry-meta-bottom .author>img,
    .columns-0 .list-posts article:nth-child(2) .entry-meta-middle .author>img,
    .columns-0 .list-posts article:nth-child(2) .entry-meta-bottom .author>img,
    .columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-middle .author>img,
    .columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-bottom .author>img,
    .columns-3 .list-posts article .entry-meta-middle .author>img,
    .columns-3 .list-posts article .entry-meta-bottom .author>img {
        width: 22px;
        height: 22px
    }

    .woocommerce .woocommerce-order,
    .woocommerce .woocommerce-customer-details {
        margin-bottom: 42px
    }

    body .ts-popup-modal .product-360-container {
        width: 200px
    }

    .threesixty .nav_bar a {
        width: 30px;
        height: 30px;
        margin: 3px 0
    }

    .threesixty .nav_bar a:before {
        font-size: 12px;
        line-height: 30px
    }

    body .ts-popup-modal .add-to-cart-popup-container {
        width: 70%;
        padding: 20px
    }

    .add-to-cart-popup-content .heading {
        margin-bottom: 10px
    }

    .add-to-cart-popup-content .item .product-image {
        width: 30%
    }

    .add-to-cart-popup-content .item .product-meta {
        width: calc(70% - 30px)
    }

    .column-tabs .list-categories {
        flex-direction: column;
        padding: 20px
    }

    .style-tabs-default.only-child .column-tabs .list-categories {
        align-items: flex-start
    }

    .style-tabs-default .column-tabs .shop-more,
    .style-tabs-default.only-child .column-tabs .shop-more {
        margin-top: 13px;
        margin-left: 0
    }

    .column-tabs .list-categories>* {
        width: 100%;
        margin: 0
    }

    .elementor-col-20 .ts-banner .box-content {
        max-width: calc(100% - 30px)
    }

    .left-top .box-content {
        left: 15px;
        top: 15px
    }

    .left-bottom .box-content {
        left: 15px;
        bottom: 20px
    }

    .left-center .box-content {
        left: 15px
    }

    .right-top .box-content {
        right: 15px;
        top: 15px
    }

    .right-bottom .box-content {
        right: 15px;
        bottom: 20px
    }

    .right-center .box-content {
        right: 15px
    }

    .center-top .box-content {
        left: 15px;
        right: 15px;
        top: 15px
    }

    .center-bottom .box-content {
        left: 15px;
        right: 15px;
        bottom: 20px
    }

    .center-center .box-content {
        left: 15px;
        right: 15px
    }

    .ts-banner .box-content .banner-text strong {
        font-size: 120%
    }

    .ts-product-deals-wrapper .shortcode-heading-wrapper {
        flex-direction: column
    }

    .ts-product-deals-wrapper .shortcode-heading-wrapper>*:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px
    }

    .ts-portfolio-wrapper .portfolio-meta,
    .ts-portfolio-wrapper .portfolio-meta-inner {
        padding: 15px
    }

    .ts-product-brand-wrapper.style-2 .item {
        padding: 18px 0
    }

    .ts-portfolio-wrapper.columns-2 .item,
    .ts-portfolio-wrapper.columns-3 .item,
    .ts-portfolio-wrapper.columns-4 .item {
        width: 100%;
        float: none
    }

    #ts-search-sidebar .ts-sidebar-content {
        bottom: 0
    }

    .ts-floating-sidebar .ts-search-result-container {
        padding: 30px 0
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 33.33333%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .woocommerce div.product.product-style-5:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li,
    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs li {
        width: 16.66666%
    }
}

@media only screen and (max-width: 670px) {

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item {
        width: 33.333333%
    }
}

@media only screen and (max-width: 570px) {

    .woocommerce.ts-product-category-wrapper.style-icon.columns-8 .products .product,
    .woocommerce.ts-product-category-wrapper.style-icon.columns-7 .products .product,
    .woocommerce.ts-product-category-wrapper.style-icon.columns-6 .products .product {
        width: 25%
    }

    .ts-store-notice .container {
        min-height: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .ts-store-notice .divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        opacity: 0;
        visibility: hidden
    }

    .yith-wcwl-share .yith-wcwl-after-share-section,
    .yith-wcwl-share .yith-wcwl-after-share-section input.copy-target {
        text-align: left
    }

    .yith-wcwl-share .yith-wcwl-after-share-section {
        margin-top: 10px
    }

    body .elementor-image-gallery .gallery-columns-4 .gallery-item,
    body .elementor-image-gallery .gallery-columns-5 .gallery-item,
    body .elementor-image-gallery .gallery-columns-6 .gallery-item,
    body .elementor-image-gallery .gallery-columns-7 .gallery-item,
    body .elementor-image-gallery .gallery-columns-8 .gallery-item,
    body .elementor-image-gallery .gallery-columns-9 .gallery-item {
        width: 33.333333% !important
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 110px
    }
}

@media only screen and (max-width: 500px) {

    .ts-team-members:not(.ts-slider) .item.ts-col-4,
    .ts-team-members:not(.ts-slider) .item.ts-col-8,
    .ts-team-members:not(.ts-slider) .item.ts-col-12,
    .ts-team-members:not(.ts-slider) .item.ts-col-6 {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .elementor-widget ul.elementor-icon-list-items.elementor-inline-items {
        margin: 0 !important;
        flex-direction: column
    }

    .ts-floating-sidebar.active .ts-sidebar-content {
        width: 100%
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-5 .products .product:not(.product-category),
    .woocommerce.columns-4 .products .product:not(.product-category),
    .woocommerce.columns-3 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 50%
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-3 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-5 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-icon-background.columns-3 .products .product.product-category {
        width: 100%
    }

    #main-content.ts-col-18 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 50%
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li,
    .woocommerce.ts-search-result-container ul.product_list_widget li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    #ts-filter-widget-area .ts-sidebar-content,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
        width: 100% !important
    }

    #ts-search-sidebar .ts-sidebar-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .woocommerce .woocommerce-ordering .orderby ul,
    .product-per-page-form ul.perpage ul {
        width: 130px
    }

    .woocommerce #main-content.ts-col-18 .woocommerce-ordering,
    .woocommerce-page #main-content.ts-col-18 .woocommerce-ordering,
    #main-content.ts-col-18 .before-loop-wrapper>.product-per-page-form {
        width: 50%;
        margin: 0 !important
    }

    .woocommerce #main-content.ts-col-18 .before-loop-wrapper>.widget {
        width: 100%;
        margin: 0 0 10px !important
    }

    #main-content.ts-col-18 .product-per-page-form {
        text-align: right
    }

    .woocommerce div.product div.images {
        display: block
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        width: 100%;
        flex-direction: row;
        margin: 15px -1px 0
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 20%;
        padding: 15px 1px 0;
        margin: 0
    }

    #ts-product-360-modal.ts-popup-modal .close {
        right: 3px
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 50%
    }

    .list-posts .gallery .gallery-item {
        width: 100% !important
    }

    .list-posts .gallery .gallery-item img {
        width: 100%
    }

    .elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
    .elementor-widget-wp-widget-nav_menu.columns-4 ul.menu,
    .ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
    .ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
        column-count: 2
    }

    .ts-store-notice>.container {
        padding-right: 30px
    }

    .ts-store-notice .close {
        top: 7px
    }

    .header-v4 .header-middle .shopping-cart-wrapper .cart-control .cart-total {
        display: none
    }

    .footer-container .elementor-column:not(.elementor-col-100) .ts-mailchimp-subscription-shortcode .widget-title-wrapper .widget-title {
        max-width: 100%
    }

    .social-icons .list-icons {
        margin: 0 -3px
    }

    .social-icons .list-icons li {
        margin: 0 3px
    }

    .footer-container .elementor-widget-wp-widget-nav_menu ul.menu li {
        margin: 0
    }

    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category,
    .woocommerce.columns-6 .products .product.product-category,
    .woocommerce.columns-5 .products .product.product-category,
    .woocommerce.columns-4 .products .product.product-category {
        width: 33.333333%
    }

    .woocommerce.columns-8 .products .product,
    .woocommerce.columns-7 .products .product,
    .woocommerce.columns-6 .products .product,
    .woocommerce.columns-5 .products .product,
    .woocommerce.columns-4 .products .product,
    .woocommerce.columns-3 .products .product,
    .style-tabs-vertical .woocommerce.columns-8 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-7 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-6 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-5 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-4 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-3 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category,
    .woocommerce.columns-4 .products .list-categories .product.product-category,
    .woocommerce.columns-3 .products .list-categories .product.product-category,
    .woocommerce #tab-more_seller_product .products .product,
    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 50%
    }

    .woocommerce.main-products.style-column-list .products .list-categories .product.product-category {
        width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del+ins {
        margin-right: 5px
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 33%
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        width: 45%;
        padding-right: 25px
    }

    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2>*,
    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity {
        margin-bottom: 5px
    }

    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity,
    .main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta {
        width: 100%
    }

    .main-products.style-column-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        padding: 0 5px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important
    }

    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review {
        padding: 30px
    }

    .woocommerce>form.checkout #order_review_heading {
        margin: 25px 0 0
    }

    .woocommerce>form.checkout #order_review {
        padding: 60px 30px 30px;
        margin-top: -49px
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td:not(.image_plus) {
        min-width: 33.333333%
    }

    .woocommerce div.product.product-style-1:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
        width: 20%
    }

    ul.features {
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    .woocommerce div.product.reviews-grid #reviews #comments .commentlist {
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    .woocommerce #tab-more_seller_product .products .product {
        width: 50%
    }

    ul.features li {
        padding-top: 15px
    }

    .woocommerce.product-label-rectangle div.product .images .product-label>span.onsale,
    .woocommerce.product-label-rectangle div.product .images .product-label>span {
        font-size: 12px;
        line-height: 22px !important;
        min-width: 50px
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper,
    .woocommerce div.product.product-style-3 .product-images-summary {
        padding: 30px 20px
    }

    .woocommerce div.product.product-style-3 .ts-delivery-note+.yith-wfbt-section {
        margin-top: 50px
    }

    .woocommerce div.product.product-style-3 .ads-banner,
    #main-content.ts-col-24 div.product.product-style-3 .ads-banner {
        width: 100%;
        padding-left: 0;
        text-align: center
    }

    .woocommerce div.product.product-style-3 .product-top-section .ts-product-brand-info {
        width: 100%
    }

    .woocommerce div.product.product-style-4 .product-images-summary {
        width: 100%;
        padding: 20px
    }

    .load-more-wrapper,
    .woocommerce .woocommerce-cart-form,
    .woocommerce-checkout #customer_details,
    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review,
    .woocommerce #customer_login,
    .woocommerce>form.checkout #customer_details,
    .woocommerce>form.checkout #order_review,
    .yith_wcwl_wishlist_footer .yith-wcwl-share,
    .blog-template #left-sidebar,
    .blog-template #right-sidebar,
    .ts-pagination,
    .woocommerce .after-loop-wrapper:not(:last-child),
    .woocommerce.archive #main>.page-container,
    .single-portfolio .related-portfolios,
    .woocommerce div.product.tabs-in-summary .woocommerce.yith-wfbt-section,
    .woocommerce-account .woocommerce-MyAccount-content,
    .ts-delivery-note,
    .woocommerce div.product.product-style-4 .product-top-section>.ts-product-brand-info {
        margin-bottom: 50px
    }

    .woocommerce div.product>.ts-product-in-category-tab-wrapper {
        padding-bottom: 50px
    }

    .woocommerce-tabs {
        padding-top: 45px;
        padding-bottom: 50px
    }

    .woocommerce div.product .ts-instagram-shortcode {
        padding: 45px 0 50px
    }

    .woocommerce div.product .ts-mailchimp-subscription-shortcode {
        padding: 50px 0 40px
    }

    .ts-product-brand-info ul.product_list_widget li .cart-item-wrapper,
    .woocommerce .ts-product-brand-info ul.product_list_widget li .cart-item-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .ts-product-brand-info ul.product_list_widget li .meta-wrapper:last-child {
        margin-left: 0;
        padding-left: 0;
        text-align: left
    }

    .ts-product-brand-info ul.product_list_widget li .price,
    .woocommerce .ts-product-brand-info ul.product_list_widget li .price {
        justify-content: flex-start;
        margin: 8px 0 0
    }

    .ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:not(:last-child) {
        padding-right: 20px
    }

    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-1,
    .woocommerce-page #customer_login .col-2 {
        width: 100%;
        float: none
    }

    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-2 {
        border-width: 1px 0 0
    }

    .woocommerce #customer_login,
    .woocommerce form.track_order,
    .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
        max-width: 100%
    }

    body .wishlist_table.mobile li {
        width: calc(100% - 2px)
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 10px;
        float: none;
        width: 100%
    }

    .woocommerce-cart table.cart td.actions:after {
        content: '';
        clear: both;
        display: table
    }

    .woocommerce-cart table.cart td.actions>.button {
        width: calc(50% - 5px) !important;
        float: left;
        display: block
    }

    .woocommerce-cart table.cart td.actions>.button.empty-cart-button {
        margin-left: 10px
    }

    .woocommerce table.shop_table.cart td.actions {
        text-align: start !important
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item {
        margin-bottom: 10px;
        padding: 15px 35px 15px 15px
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td {
        padding: 4px 0;
        width: calc(100% - 110px)
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-thumbnail {
        width: 110px;
        padding: 0 15px 0 0
    }

    .woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-remove {
        width: 26px;
        right: 5px
    }

    .woocommerce table.shop_table_responsive.cart tr td:not(.product-subtotal)::before,
    .woocommerce-page table.shop_table_responsive.cart tr td:not(.product-subtotal)::before {
        display: none
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        min-width: 0
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal {
        clear: both;
        padding-top: 10px;
        padding-bottom: 0;
        margin-top: 17px;
        border-width: 1px 0 0;
        border-style: dotted;
        width: calc(100% + 15px);
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .woocommerce form.checkout_coupon,
    .woocommerce .checkout-login-coupon-wrapper form.login {
        padding: 20px
    }

    .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first {
        width: 100%
    }

    .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-top: 10px
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field,
    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    body.search.search-no-results .search-wrapper {
        max-width: 100%
    }

    div.wpcf7 .ts-row .ts-column-left,
    div.wpcf7 .ts-row .ts-column-right {
        float: none;
        margin-right: 0;
        width: 100%
    }

    div.wpcf7 .ts-row .ts-column-left {
        margin-bottom: 10px
    }

    body.error404 #primary>article div.not-found h1 {
        font-size: 100px;
        line-height: 1
    }

    body.error404 #main>.page-container {
        padding-top: 22px
    }

    body.error404 .not-found {
        margin-bottom: 50px
    }

    .intro-filter-items .filter-item {
        width: 50%
    }

    #commentform .info-wrapper {
        margin: 0
    }

    #commentform .info-wrapper>p {
        width: 100%;
        float: none;
        padding: 0
    }

    .commentlist #commentform p {
        margin-bottom: 20px
    }

    .post-password-form>p>label {
        display: block
    }

    .post-password-form>p>label>input {
        min-width: 0;
        width: 100%
    }

    .post-password-form>p>label+input[type="submit"] {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        display: block;
        top: 0
    }

    .wp-block-search .wp-block-search__inside-wrapper {
        flex-direction: column
    }

    .wp-block-search .wp-block-search__button {
        width: 100%;
        min-width: 0;
        margin: 10px 0 0
    }

    .wp-block-search .wp-block-search__input {
        width: 100%;
        min-width: 0
    }

    body .ts-popup-modal .product-360-container {
        width: calc(85% - 50px)
    }

    .add-to-cart-popup-content .item:after {
        content: '';
        clear: both;
        display: table
    }

    .add-to-cart-popup-content .action .button {
        width: 100%;
        min-width: 0
    }

    .add-to-cart-popup-content .item .product-image {
        width: 40%;
        margin-right: 20px
    }

    .add-to-cart-popup-content .item .product-meta {
        width: calc(60% - 20px)
    }

    .column-tabs .list-categories {
        background-position: 25% 0
    }

    .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"] {
        flex: none;
        margin: 0 0 10px
    }

    .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .button {
        width: 100%
    }

    .ts-instagram-wrapper.columns-4 .item,
    .ts-instagram-wrapper.columns-5 .item,
    .ts-instagram-wrapper.columns-6 .item {
        width: 50%
    }

    .ts-instagram-wrapper.columns-4 .item:nth-child(4n+1),
    .ts-instagram-wrapper.columns-5 .item:nth-child(5n+1),
    .ts-instagram-wrapper.columns-6 .item:nth-child(6n+1) {
        clear: none
    }

    .ts-instagram-wrapper.columns-4 .item:nth-child(2n+1),
    .ts-instagram-wrapper.columns-5 .item:nth-child(2n+1),
    .ts-instagram-wrapper.columns-6 .item:nth-child(2n+1) {
        clear: both
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-4 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-5 .products .product.product-category {
        width: 33.3333%
    }

    body .elementor-image-gallery .gallery-columns-4 .gallery-item,
    body .elementor-image-gallery .gallery-columns-5 .gallery-item,
    body .elementor-image-gallery .gallery-columns-6 .gallery-item,
    body .elementor-image-gallery .gallery-columns-7 .gallery-item,
    body .elementor-image-gallery .gallery-columns-8 .gallery-item,
    body .elementor-image-gallery .gallery-columns-9 .gallery-item {
        width: 50% !important
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category,
    .woocommerce.columns-4.category-style-2 .products .product.product-category,
    .woocommerce.columns-3.category-style-2 .products .product.product-category {
        width: 50%
    }

    .ts-product-category-wrapper.woocommerce.category-style-2 .products .product-category img {
        max-width: 60px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        display: block
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        margin-left: 0;
        margin-right: 0
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners .banner {
        padding: 0;
        display: block
    }

    .woocommerce ul#shipping_method li input[type^="radio"] {
        margin-top: 1px
    }

    .ts-instagram-wrapper.columns-12 .item,
    .ts-instagram-wrapper.columns-11 .item,
    .ts-instagram-wrapper.columns-10 .item,
    .ts-instagram-wrapper.columns-9 .item,
    .ts-instagram-wrapper.columns-8 .item,
    .ts-instagram-wrapper.columns-7 .item,
    .ts-instagram-wrapper.columns-6 .item,
    .ts-instagram-wrapper.columns-5 .item,
    .ts-instagram-wrapper.columns-4 .item,
    .ts-instagram-wrapper.columns-3 .item {
        width: 50%
    }

    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-7 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-8 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .items .item {
        width: 50%
    }

    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 33%
    }

    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        width: 45%
    }
}

@media only screen and (max-width: 430px) {

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item {
        width: 50%
    }
}

@media only screen and (max-width: 350px) {
    .woocommerce div.product form.cart div.quantity {
        margin: 0;
        width: 100%
    }

    .woocommerce div.product form.cart .button {
        width: 100%;
        margin-top: 10px
    }

    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper .tini-wishlist .count-number,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper .cart-control .cart-number {
        left: 22px;
        width: 16px;
        height: 16px;
        font-size: 9px;
        line-height: 16px
    }

    body:not(.mobile-app-style) .ts-header .search-button.search-icon .icon,
    body:not(.mobile-app-style) .ts-header .my-wishlist-wrapper .tini-wishlist,
    body:not(.mobile-app-style) .ts-header .my-account-wrapper .account-control>a,
    body:not(.mobile-app-style) .ts-header .shopping-cart-wrapper .cart-control {
        padding: 10px
    }

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item,
    .ts-logo-slider-wrapper:not(.ts-slider).columns-2 .item {
        width: 100%;
        margin-right: 0
    }

    header .logo img,
    header .logo-header img {
        max-width: 158px
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current,
    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 90px
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        padding-left: 5px;
        padding-right: 20px
    }

    .main-products.style-column-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        padding: 0 !important;
        font-size: 11px !important
    }

    #group-icon-header .group-button-header:not(:empty) {
        padding: 10px 20px 0
    }

    body.mobile-app-style #group-icon-header .sidebar-content {
        height: calc(100% - 50px)
    }

    .woocommerce div.product .ts-product-brand-info form.cart .button {
        width: 100% !important;
        margin: 5px 0 0;
        max-width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del,
    .woocommerce.main-products.style-column-list .product .price ins {
        width: 100%
    }

    .woocommerce.main-products.style-column-list .product .price del+ins {
        margin-right: 0
    }

    .woocommerce.main-products.style-column-list .product .price {
        font-size: 90%
    }

    .woocommerce .before-loop-wrapper>.widget {
        width: 100%;
        margin-bottom: 10px !important;
        text-align: left
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        margin-left: 0;
        margin-right: 0
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
        width: 100%
    }

    .ts-product.style-list .shortcode-heading-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .ts-product.style-list .shortcode-heading-wrapper .shop-more {
        margin-left: 0
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper {
        display: block
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper:after,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper:after {
        content: '';
        clear: both;
        display: table
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper {
        width: 30%;
        float: left
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 70%;
        padding-left: 15px;
        padding-right: 35px;
        float: left
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2,
    .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        margin-top: 7px
    }

    .ts-product.style-list .product-group-button-meta>div.loop-add-to-cart>a.button {
        width: 100%
    }

    .main-products.style-column-list .products .product:not(.product-category) .price del,
    .main-products.style-column-list .products .product:not(.product-category) .price ins,
    .ts-product.style-list .products .product:not(.product-category) .price del,
    .ts-product.style-list .products .product:not(.product-category) .price ins {
        width: auto
    }

    .main-products.style-column-list .products .product:not(.product-category) .price del+ins,
    .ts-product.style-list .products .product:not(.product-category) .price del+ins {
        margin-right: 5px;
        margin-bottom: 0
    }

    .ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .price,
    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .price {
        justify-content: flex-start
    }
}

@media only screen and (max-height: 500px) {
    #ts-add-to-cart-popup-modal .close {
        top: 5px;
        right: 5px;
        transform: translateY(0);
        color: #191919
    }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

.ts-effect-image {
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ts-effect-image .image-link {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden
}

.counter-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 0 -6px
}

.text-center .counter-wrapper {
  justify-content: center
}

.text-right .counter-wrapper {
  justify-content: flex-end
}

.counter-wrapper>div {
  text-align: center;
  padding: 0 6px
}

.counter-wrapper .number {
  display: inline-block;
  vertical-align: middle
}

.counter-wrapper .number>span {
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 15px 2px;
  min-width: 34px;
  margin: 0 1px;
  border-radius: 2px
}

.counter-wrapper .ref-wrapper {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 10px
}

.counter-wrapper .separate {
  margin-top: -20px;
  font-size: 30px;
  line-height: 1
}

.ts-product-deals-wrapper .ts-countdown .ref-wrapper {
  display: none
}

.ts-product-deals-wrapper .shortcode-heading-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center
}

.ts-product-deals-wrapper .shortcode-heading-wrapper>*:not(:last-child) {
  margin-right: 30px
}

.ts-product-deals-wrapper .counter-wrapper .separate {
  margin-top: 0
}

.ts-product-deals-wrapper .content-wrapper {
  padding: 46px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px
}

.ts-product-deals-wrapper .owl-nav>div.owl-prev {
  left: -37px
}

.ts-product-deals-wrapper .owl-nav>div.owl-next {
  right: -37px
}

.meta-wrapper .counter-wrapper {
  margin: 0 -2px;
  justify-content: center
}

.meta-wrapper .counter-wrapper>div {
  padding: 0 2px
}

.meta-wrapper .counter-wrapper .separate {
  font-size: 14px
}

.meta-wrapper .counter-wrapper .number {
  border-radius: 2px;
  background-color: #00B412;
  color: #fff;
  padding: 6px 2px;
  min-width: 34px
}

.meta-wrapper .counter-wrapper .number>span {
  font-size: 11px;
  line-height: 14px;
  padding: 0;
  min-width: 0;
  background: transparent;
  border-radius: 0;
  vertical-align: middle
}

.ts-banner,
.ts-banner * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ts-banner {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center
}

.ts-banner .banner-wrapper {
  position: relative
}

.ts-banner .banner-wrapper .banner-bg {
  overflow: hidden
}

.ts-banner .banner-wrapper>a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9
}

.ts-banner .banner-bg img {
  position: relative;
  margin: 0 -1px;
  width: calc(100% + 2px);
  object-fit: cover
}

.ts-banner .box-content {
  position: absolute;
  z-index: 2;
  transition: 300ms ease 0s
}

.ts-banner header {
  display: table-cell;
  vertical-align: middle
}

.ts-banner .box-content .banner-text {
  line-height: 1.3;
  margin-bottom: 14px
}

.ts-banner .box-content .banner-text * {
  color: inherit
}

.ts-banner .box-content .banner-text p {
  margin-bottom: 10px
}

.ts-banner .box-content .banner-text h1,
.ts-banner .box-content .banner-text h2,
.ts-banner .box-content .banner-text h3,
.ts-banner .box-content .banner-text h4,
.ts-banner .box-content .banner-text h5,
.ts-banner .box-content .banner-text h6 {
  margin-bottom: 5px;
  line-height: 1.3
}

.ts-banner .box-content .banner-text *:last-child {
  margin-bottom: 0
}

.ts-banner .box-content .banner-text h1 strong,
.ts-banner .box-content .banner-text h2 strong,
.ts-banner .box-content .banner-text h3 strong,
.ts-banner .box-content .banner-text h4 strong {
  font-size: 145%
}

.ts-banner .box-content .banner-text h5 strong,
.ts-banner .box-content .banner-text h6 strong {
  font-size: 125%
}

.ts-banner .box-content .banner-text strong,
.ts-banner .box-content .banner-text small {
  line-height: 1.1
}

.ts-banner .box-content .sale-label {
  font-size: 10px;
  line-height: 14px;
  padding: 3px 5px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 10px;
  font-weight: bold
}

.ts-banner.center-top .box-content .banner-text .price,
.ts-banner.center-center .box-content .banner-text .price,
.ts-banner.center-bottom .box-content .banner-text .price {
  justify-content: center
}

.ts-banner .box-content .banner-text .price,
.ts-banner .box-content .banner-text del {
  color: inherit;
  line-height: 1
}

.ts-banner .box-content .banner-text del {
  text-decoration: line-through;
  font-size: 73%;
  font-weight: normal
}

.ts-banner.text-left .box-content {
  text-align: left
}

.ts-banner.text-right .box-content {
  text-align: right
}

.ts-banner .ts-banner-button {
  display: inline-block;
  overflow: hidden;
  position: relative
}

.ts-banner .ts-banner-button .button {
  text-decoration: none;
  border-width: 0
}

.ts-banner .ts-banner-button .button:not(.button-text) {
  margin-top: 7px;
  padding: 6px 20px;
  line-height: 1.3
}

.left-top .box-content {
  left: 30px;
  right: auto;
  top: 30px;
  bottom: auto
}

.left-bottom .box-content {
  left: 30px;
  right: auto;
  top: auto;
  bottom: 30px
}

.left-center .box-content {
  left: 30px;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%)
}

.right-top .box-content {
  right: 30px;
  left: auto;
  top: 30px;
  bottom: auto
}

.right-bottom .box-content {
  right: 30px;
  left: auto;
  top: auto;
  bottom: 30px
}

.right-center .box-content {
  right: 30px;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%)
}

.center-top .box-content {
  text-align: center;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: auto
}

.center-bottom .box-content {
  text-align: center;
  left: 30px;
  right: 30px;
  top: auto;
  bottom: 30px
}

.center-center .box-content {
  left: 30px;
  right: 30px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  text-align: center
}

.eff-zoom-in .image-link .bg-image,
.eff-zoom-in .banner-bg img {
  transition: transform 500ms
}

.eff-zoom-in:hover .image-link .bg-image,
.eff-zoom-in:hover .banner-bg img {
  transform: scale(1.12)
}

.eff-zoom-out .image-link .bg-image,
.eff-zoom-out .banner-bg img {
  width: calc(100% + 60px);
  max-width: none;
  transition: transform 500ms;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  backface-visibility: hidden
}

.eff-zoom-out:hover .image-link .bg-image,
.eff-zoom-out:hover .banner-bg img {
  transform: translate3d(0, 0, 0) scale(1)
}

.eff-zoom-rotate .image-link .bg-image,
.eff-zoom-rotate .bg-content img {
  transition: 500ms ease
}

.eff-zoom-rotate:hover .image-link .bg-image,
.eff-zoom-rotate:hover .bg-content img {
  transform: rotate(6deg) scale(1.15)
}

.elementor-col-50 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-50 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-60 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-60 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-70 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-70 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-80 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-80 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-90 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-90 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-100 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-100 .eff-zoom-rotate:hover .bg-content img {
  transform: rotate(6deg) scale(1.3)
}

.eff-flash .bg-content,
.eff-flash .image-link {
  position: relative;
  overflow: hidden
}

.eff-flash .bg-content:before,
.eff-flash .bg-content:after,
.eff-flash .image-link:before,
.eff-flash .image-link:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: transform .5s, opacity .2s ease-in-out 0s;
  opacity: 0
}

.eff-flash:hover .bg-content:before,
.eff-flash:hover .image-link:before {
  transform: scale(0, 1);
  opacity: 1
}

.eff-flash:hover .bg-content:after,
.eff-flash:hover .image-link:after {
  transform: scale(1, 0);
  opacity: 1
}

.eff-line .image-link {
  position: relative;
  overflow: hidden;
  line-height: 1
}

.eff-line .bg-content:before,
.eff-line .bg-content:after,
.eff-line .image-link:before,
.eff-line .image-link:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, .7);
  transition: all ease .45s;
  z-index: 2;
  display: block
}

.eff-line .bg-content:before,
.eff-line .image-link:before {
  width: calc(100% - 30px);
  height: 0;
  border-top: none;
  border-bottom: none
}

.eff-line .bg-content:after,
.eff-line .image-link:after {
  height: calc(100% - 30px);
  width: 0;
  border-left: none;
  border-right: none
}

.eff-line:hover .bg-content:before,
.eff-line:hover .image-link:before {
  height: calc(100% - 30px)
}

.eff-line:hover .bg-content:after,
.eff-line:hover .image-link:after {
  width: calc(100% - 30px)
}

.ts-banner-image {
  overflow: hidden;
  position: relative;
  text-align: center
}

.ts-banner-image * {
  backface-visibility: hidden
}

.ts-banner-image img.text-image {
  position: absolute;
  z-index: 2
}

.ts-banner-image>* {
  display: block;
  position: relative;
  overflow: hidden
}

.ts-banner-image>*:after {
  display: table;
  content: "";
  clear: both
}

.ts-banner-image img.bg-image {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 400ms ease 0s
}

.ts-banner-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 0
}

.ts-banner-image.image-radius {
  border-radius: 5px;
  overflow: hidden
}

.ts-banner-image img.text-image {
  max-width: 85%;
  transition: 500ms ease 0s;
  margin: 0
}

.ts-banner-image.left-top img.text-image {
  left: 5%;
  right: auto;
  top: 5%;
  bottom: auto;
  margin: 20px 0 0 10px
}

.ts-banner-image.left-bottom img.text-image {
  left: 5%;
  right: auto;
  top: auto;
  bottom: 8%;
  margin: 0 0 20px 20px
}

.ts-banner-image.left-center img.text-image {
  left: 5%;
  right: auto;
  margin: 0 0 0 10px;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%)
}

.ts-banner-image.right-top img.text-image {
  right: 5%;
  left: auto;
  top: 5%;
  bottom: auto;
  margin: 20px 10px 0 0
}

.ts-banner-image.right-bottom img.text-image {
  right: 5%;
  left: auto;
  top: auto;
  bottom: 8%;
  margin: 0 10px 20px 0
}

.ts-banner-image.right-center img.text-image {
  right: 5%;
  left: auto;
  top: 50%;
  bottom: auto;
  margin: 0 20px 0 0;
  transform: translate(0, -50%)
}

.ts-banner-image.center-top img.text-image {
  left: 50%;
  right: auto;
  top: 8%;
  bottom: auto;
  margin: 10px 0 0 0;
  transform: translate(-50%, 0)
}

.ts-banner-image.center-bottom img.text-image {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 8%;
  margin: 0 0 10px 0;
  transform: translate(-50%, 0)
}

.ts-banner-image.center-center img.text-image {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 70%
}

.ts-logo-slider-wrapper .content-wrapper {
  padding: 0;
  text-align: center
}

.ts-logo-slider-wrapper .content-wrapper ul {
  padding: 0;
  margin: 0
}

.ts-logo-slider-wrapper .owl-carousel .owl-item {
  text-align: center
}

.ts-logo-slider-wrapper .owl-carousel * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ts-logo-slider-wrapper a {
  display: block;
  text-align: center
}

.ts-logo-slider-wrapper .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto
}

.ts-logo-slider-wrapper.no-nav .content-wrapper .items {
  padding-left: 0;
  padding-right: 0
}

.ts-logo-slider-wrapper .item {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 10px 0
}

.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav>div {
  background: rgba(100, 100, 100, 0.2);
  color: #999
}

.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav>div:hover {
  color: #fff
}

.ts-shortcode.ts-logo-slider-wrapper .items {
  margin: 0;
  width: 100%
}

.ts-shortcode.ts-logo-slider-wrapper .items .item {
  padding: 1px
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider) .items {
  align-items: center;
  margin: 0 -1px
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider) .items .item {
  margin-bottom: 40px
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-2 .items .item {
  width: 50%
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-3 .items .item {
  width: 33.333333%
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item {
  width: 25%
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .items .item {
  width: 20%
}

.ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .items .item {
  width: 16.666666%
}

.ts-shortcode {
  position: relative;
  clear: both
}

.ts-shortcode .shortcode-heading-wrapper {
  margin: 0 0 30px 0
}

.ts-shortcode .shortcode-heading-wrapper h2 {
  margin-bottom: 0;
  display: block
}

.ts-shortcode.title-border-bottom .shortcode-heading-wrapper h2 {
  width: 100%;
  position: relative;
  padding-bottom: 4px
}

.ts-shortcode.title-border-bottom .shortcode-heading-wrapper h2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 4px 0 0 0;
  border-style: solid;
  content: ""
}

.ts-shortcode.ts-testimonial-wrapper .items {
  margin-left: -10px;
  margin-right: -10px
}

.ts-shortcode.ts-testimonial-wrapper .items.owl-carousel {
  width: calc(100% + 20px)
}

.ts-shortcode.ts-testimonial-wrapper .items .item {
  padding-left: 10px;
  padding-right: 10px
}

.ts-testimonial-wrapper.style-default .items .item blockquote {
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px
}

.ts-testimonial-wrapper blockquote:before {
  display: none
}

.ts-testimonial-wrapper:not(.ts-slider):not(.columns-1) .item {
  margin-bottom: 20px
}

.ts-testimonial-wrapper:not(.ts-slider).columns-2 .item {
  width: 50%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-3 .item {
  width: 33.33333%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-4 .item {
  width: 25%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-5 .item {
  width: 20%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-6 .item {
  width: 16.66666%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-7 .item {
  width: 14.2857%
}

.ts-testimonial-wrapper:not(.ts-slider).columns-8 .item {
  width: 12.5%
}

.ts-testimonial-wrapper blockquote {
  background: transparent;
  max-width: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: column wrap
}

.ts-testimonial-wrapper.style-2 blockquote .rating {
  order: -1;
  margin: 0 0 20px
}

.ts-testimonial-wrapper.style-2 blockquote .author-role {
  margin: 21px 0 0
}

.ts-testimonial-wrapper blockquote .content img {
  width: auto !important;
  height: auto !important;
  border-radius: 2px;
  margin: 5px 2px 0 0;
  display: inline-block;
  vertical-align: top
}

.ts-testimonial-wrapper blockquote .author-role {
  line-height: 18px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  grid-column-gap: 10px;
  column-gap: 10px;
  margin-top: 8px
}

.ts-testimonial-wrapper blockquote .author-role a {
  text-decoration: none
}

.ts-testimonial-wrapper blockquote .author-role a:hover {
  text-decoration: underline
}

.ts-testimonial-wrapper blockquote .author-role>span {
  display: block;
  margin-bottom: 6px
}

.ts-testimonial-wrapper .rating {
  margin-top: 10px
}

.ts-testimonial-wrapper .image {
  width: 32px;
  height: 32px
}

.ts-testimonial-wrapper .image img {
  border-radius: 50%
}

.ts-testimonial-wrapper.text-light blockquote {
  color: #fff
}

.text-light.ts-testimonial-wrapper .rating:before,
.text-light blockquote .rating:before {
  color: rgba(255, 255, 255, 0.5)
}

.text-light.ts-testimonial-wrapper .rating span:before,
.text-light blockquote .rating span:before {
  color: rgba(255, 255, 255, 1)
}

.ts-team-members:not(.ts-slider) .item {
  margin-bottom: 30px
}

.ts-team-members .team-content {
  position: relative;
  overflow: hidden;
  height: 100%
}

.ts-team-members:after {
  display: table;
  clear: both;
  content: ""
}

.ts-team-members .image-content {
  position: relative;
  overflow: hidden
}

.ts-team-members .image-thumbnail figure {
  position: relative
}

.ts-team-members .team-info {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  padding: 16px 20px 10px
}

.ts-team-members .team-info>*:not(:last-child) {
  margin-bottom: 6px;
  display: block
}

.ts-team-members .member-social {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
  display: block
}

.ts-team-members .member-social a {
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 24px !important;
  margin: 10px 5px 0;
  display: inline-block;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ts-team-members .member-social a {
  color: inherit
}

.ts-team-members .member-social a.facebook:hover {
  color: #3b5998
}

.ts-team-members .member-social a.twitter:hover {
  color: #2caae1
}

.ts-team-members .member-social a.linked:hover {
  color: #0073b1
}

.ts-team-members .member-social a.rss:hover {
  color: #ee802f
}

.ts-team-members .member-social a.dribbble:hover {
  color: #ea4c89
}

.ts-team-members .member-social a.pinterest:hover {
  color: #cb2027
}

.ts-team-members .member-social a.instagram:hover {
  color: #d32558
}

.ts-portfolio-wrapper .item-wrapper * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden
}

.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content .item {
  float: left;
  display: block;
  outline: 0;
  padding: 0
}

.ts-portfolio-wrapper.columns-2 .item {
  width: 50%
}

.ts-portfolio-wrapper.columns-3 .item {
  width: 33.3333333%
}

.ts-portfolio-wrapper.columns-4 .item {
  width: 25%
}

.ts-portfolio-wrapper .item-wrapper {
  position: relative;
  overflow: hidden
}

.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content {
  margin: 0 -1px
}

.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content .item {
  padding: 0 1px;
  margin-bottom: 2px
}

.ts-portfolio-wrapper.ts-justified-gallery .portfolio-wrapper-content .item {
  padding: 0 !important
}

.ts-portfolio-wrapper .item-wrapper figure>a {
  display: block;
  width: 100%;
  height: 100%
}

.ts-portfolio-wrapper .page_navi {
  text-align: center;
  margin: 40px 0
}

.ts-portfolio-wrapper .page_navi .nav-content {
  margin: 0 auto;
  float: none;
  display: inline-block
}

.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail:after,
.ts-portfolio-wrapper .item-wrapper .item:after {
  display: table;
  clear: both;
  content: ""
}

.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail {
  position: relative
}

.ts-portfolio-wrapper .item-wrapper .item figure img {
  width: 100%
}

.ts-portfolio-wrapper .portfolio-thumbnail a.like {
  position: absolute;
  top: 10px;
  right: 10px;
  float: none;
  z-index: 6
}

.ts-portfolio-wrapper .portfolio-meta a.button {
  font-size: 100% !important;
  line-height: 18px;
  padding: 6px 10px;
  min-width: 112px
}

.ts-portfolio-wrapper .item-wrapper figure {
  position: relative;
  overflow: hidden;
  max-width: 100%
}

.ts-portfolio-wrapper .item-wrapper,
.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail,
.ts-portfolio-wrapper .item-wrapper figure {
  height: 100%
}

.ts-portfolio-wrapper .portfolio-meta {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  z-index: 2;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: none 0s ease 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.ts-portfolio-wrapper .portfolio-meta-inner {
  padding: 30px;
  background-color: #fff;
  max-width: 413px
}

.ts-portfolio-wrapper .portfolio-meta .heading-title {
  margin-bottom: 10px
}

.ts-portfolio-wrapper .portfolio-meta .entry-meta-middle {
  margin-bottom: 20px
}

.ts-portfolio-wrapper.ts-slider .portfolio-meta {
  opacity: 1;
  visibility: visible
}

.item-wrapper .portfolio-meta h4,
.item-wrapper .portfolio-meta h4 a {
  color: inherit !important;
  text-decoration: none
}

.item-wrapper .portfolio-meta>*:not(:last-child) {
  margin-bottom: 15px
}

.ts-shortcode.ts-portfolio-wrapper .load-more-wrapper {
  margin: 64px 0 56px
}

.ts-portfolio-wrapper .portfolio-thumbnail img {
  width: 100%;
  margin-top: 0px !important;
  margin-left: 0px !important
}

.justified-gallery>a>.jg-caption,
.justified-gallery>div>.jg-caption,
.justified-gallery>figure>.jg-caption {
  display: none !important
}

@keyframes dgwt-jg-in-right {
  0% {
    right: -100%
  }

  100% {
    right: 0
  }
}

@keyframes dgwt-jg-in-left {
  0% {
    left: -100%
  }

  100% {
    left: 0
  }
}

@keyframes dgwt-jg-out-right {
  0% {
    right: 0
  }

  100% {
    right: -100%
  }
}

@keyframes dgwt-jg-out-left {
  0% {
    left: 0
  }

  100% {
    left: -100%
  }
}

@keyframes dgwt-jg-in-top {
  0% {
    top: -100%
  }

  100% {
    top: 0
  }
}

@keyframes dgwt-jg-in-bottom {
  0% {
    bottom: -100%
  }

  100% {
    bottom: 0
  }
}

@keyframes dgwt-jg-out-top {
  0% {
    top: 0
  }

  100% {
    top: -100%
  }
}

@keyframes dgwt-jg-out-bottom {
  0% {
    bottom: 0
  }

  100% {
    bottom: -100%
  }
}

.ts-portfolio-wrapper .hover-in-top .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
  bottom: auto;
  top: 0;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-out-top .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
  bottom: auto;
  top: -100%;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-in-bottom .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-out-bottom .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
  bottom: -100%;
  top: auto;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-in-left .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
  left: 0;
  right: auto;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-out-left .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
  left: -100%;
  right: auto;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-in-right .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .hover-out-right .portfolio-meta {
  animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
  -webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
  -moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
  -ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
  left: auto;
  right: -100%;
  opacity: 1;
  visibility: visible
}

.ts-portfolio-wrapper .jg-spinner {
  display: none
}

.ts-twitter-slider .twitter-content {
  text-align: center
}

.ts-twitter-slider .twitter-content .date-time a {
  color: inherit;
  text-decoration: underline
}

.ts-twitter-slider .twitter-content .date-time a:hover {
  text-decoration: none
}

.ts-twitter-slider .owl-item {
  opacity: 0
}

.ts-twitter-slider .owl-item.active {
  opacity: 1
}

.twitter-content .content {
  font-style: italic
}

.ts-twitter-slider .icon {
  font-size: 300%;
  line-height: 1;
  color: #2CAAE1;
  margin-bottom: 20px
}

.ts-twitter-slider .date-time {
  margin-bottom: 10px
}

.ts-twitter-slider.text-light .item *,
#page .ts-shortcode.text-light .shortcode-heading-wrapper .shortcode-title {
  color: #fff
}

.ts-twitter-slider h4 {
  font-size: 100%;
  margin-bottom: 0
}

.ts-product-brand-wrapper .item {
  text-align: center
}

.ts-product-brand-wrapper .meta-wrapper h3 {
  font-size: 100%;
  margin-bottom: 0
}

.ts-product-brand-wrapper .meta-wrapper h3 .count {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  vertical-align: 1px
}

.ts-product-brand-wrapper .owl-carousel .owl-item {
  backface-visibility: unset !important
}

.grayscale .ts-shortcode.ts-logo-slider-wrapper .items .item img,
.ts-product-brand-wrapper .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  transition: 350ms ease
}

.grayscale .ts-shortcode.ts-logo-slider-wrapper .items .item img:not(:hover),
.ts-product-brand-wrapper.grayscale .owl-carousel .owl-item img:not(:hover) {
  filter: grayscale(1) brightness(0) contrast(0.8)
}

.ts-product-brand-wrapper.style-2 .item {
  padding: 27px 0;
  position: relative
}

.ts-product-brand-wrapper.style-2 .item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 1px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05)
}

.ts-product-brand-wrapper.style-2 .item>* {
  position: relative;
  z-index: 2
}

.column-tabs .list-categories {
  margin: 0;
  align-items: center;
  min-height: 100px;
  padding: 30px;
  border-radius: 2px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.style-tabs-vertical-banner .column-tabs .list-categories {
  background-position: bottom right
}

.column-tabs .heading-tab {
  width: 100%
}

.column-tabs .heading-tab .heading-title {
  margin-bottom: 10px
}

.column-tabs ul.tabs {
  margin: 0
}

.column-tabs ul.tabs li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 1.3 !important
}

.column-tabs ul.tabs li:not(:last-child) {
  padding-right: 20px
}

.column-tabs ul.tabs li.current {
  cursor: default
}

.column-tabs ul.tabs li span.count {
  text-transform: none
}

.column-tabs .shop-more {
  line-height: 14px !important;
  margin-left: 13px;
  display: inline-block
}

.style-tabs-default .column-tabs .shop-more {
  margin-top: -1px
}

.column-tabs .shop-more .button-text {
  font-size: 12px !important;
  line-height: 14px !important;
  color: inherit
}

.column-tabs ul.tabs li.current:not(:only-child),
.column-tabs ul.tabs li:hover:not(:only-child) {
  text-decoration: underline
}

.style-tabs-default .column-tabs ul.tabs li:only-child {
  display: none
}

.style-tabs-default.only-child .column-tabs .list-categories>* {
  width: auto
}

.style-tabs-default.only-child .column-tabs .heading-tab .heading-title {
  margin-bottom: 0
}

.style-tabs-default.only-child .column-tabs .shop-more {
  margin-left: 13px
}

.style-tabs-default .column-tabs .shop-more .button-text {
  margin-top: 0 !important
}

.ts-product-in-product-type-tab-wrapper .column-tabs {
  margin-bottom: 30px;
  text-align: center
}

.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li:not(:last-child) {
  padding-right: 40px
}

.ts-product.style-tabs-vertical {
  display: flex;
  flex-flow: row wrap
}

.ts-product.style-tabs-vertical .column-tabs {
  width: 28%
}

.ts-product.style-tabs-vertical .column-content {
  width: 72%;
  padding-left: 2px
}

.style-tabs-vertical .column-tabs .heading-tab .heading-title {
  margin-bottom: 12px;
  line-height: 1.3
}

.ts-product-in-category-tab-wrapper.style-tabs-vertical>*,
.style-tabs-vertical .column-tabs .list-categories {
  transition: 300ms ease
}

.style-tabs-vertical .column-tabs .list-categories {
  height: 100%;
  flex-direction: column;
  align-items: flex-start
}

.style-tabs-vertical .column-tabs ul.tabs {
  max-width: 75%
}

.style-tabs-vertical.tab-heading-2-columns .column-tabs ul {
  column-count: 2;
  page-break-inside: avoid;
  break-inside: avoid
}

.style-tabs-vertical .column-tabs ul.tabs li {
  padding: 5px 0;
  display: inline-block;
  width: 100%
}

.style-tabs-vertical .column-tabs .shop-more {
  width: 100%;
  margin-top: auto;
  margin-left: 0
}

.style-tabs-vertical .column-tabs .shop-more .button-text {
  margin-top: 16px
}

.ts-shortcode.ts-product-in-category-tab-wrapper.style-tabs-vertical .owl-dots {
  position: absolute;
  width: 100%
}

.ts-product-in-category-tab-wrapper.style-tabs-vertical:not(.style-tabs-vertical-banner).ts-slider .column-content .column-products:not(.loading),
.ts-product-in-category-tab-wrapper.style-tabs-vertical:not(.style-tabs-vertical-banner).ts-slider .column-content .products,
.ts-product-in-category-tab-wrapper.style-tabs-vertical:not(.style-tabs-vertical-banner).ts-slider .column-content .owl-stage {
  height: 100%
}

.banners.banner-device {
  display: none
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs {
  width: 18%;
  margin-right: 2px
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
  width: 315px;
  margin-right: 2px;
  overflow: hidden;
  background: #f7fbfe;
  border-bottom: 2px solid #FFFFFF;
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners img {
  width: 100%
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-content {
  width: calc(82% - 320px);
  padding-left: 0
}

.style-tabs-vertical-banner .banners img {
  border-radius: 2px
}

.style-tabs-vertical-banner .banners>.banner:not(:last-child) {
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: top
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs .shop-more {
  margin-top: 0;
  padding-top: 15px
}

.ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs .shop-more .button-text {
  padding-top: 0;
  margin-top: 0
}

.woocommerce .column-products.loading .products {
  transition: 300ms ease 0s
}

.column-products.loading~.shop-more {
  visibility: hidden;
  opacity: 0
}

.column-products.loading:after {
  top: 35%
}

.ts-mailchimp-subscription-shortcode .widget-container .widget-title {
  line-height: 1.3;
  margin-bottom: 10px
}

.ts-mailchimp-subscription-shortcode .widget-container .newsletter {
  line-height: 1.8
}

.ts-mailchimp-subscription-shortcode .subscribe-widget>form {
  display: inline-block
}

.ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper {
  margin-bottom: 20px
}

.ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper .widget-title {
  margin-bottom: 0 !important
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email {
  display: flex;
  flex-flow: row wrap;
  max-width: 570px
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"] {
  flex: 1;
  margin: 0 10px 0 0
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email a {
  color: inherit
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .terms-conditions {
  width: 100%;
  order: 1;
  margin: 22px 0 0
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .terms-conditions label {
  display: inline-block;
  padding: 0;
  cursor: pointer
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .terms-conditions input[type="checkbox"] {
  width: 23px;
  height: 23px;
  border-radius: 2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -6px
}

.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px
}

.text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter {
  color: #fff !important
}

.ts-product-category-wrapper.woocommerce .products {
  justify-content: center;
  width: 100%
}

.products .product.product-category .product-wrapper>a {
  display: block;
  width: 100%;
  /* height: 100%; */
  position: relative
}

.ts-product-category-wrapper.woocommerce .products .product-category img {
  width: auto !important;
  transition: 350ms ease;
  max-width: 80px
}

.woocommerce .products .list-categories .product.product-category .product-wrapper,
.style-default .product.product-category .product-wrapper {
  text-align: center
}

.woocommerce .products .list-categories .product.product-category img,
.ts-product-category-wrapper.woocommerce.style-default .products .product-category img {
  margin: 0 auto
}

.product.product-category .product-wrapper>.meta-wrapper:not(:first-child) {
  margin-top: 11px;
  padding-top: 0
}

.product.product-category .product-wrapper .category-name h3 {
  font-size: 100%;
  line-height: 18px;
  color: inherit
}

.product.product-category .product-wrapper span.count {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin-top: 4px
}

.products .product.product-category .product-wrapper {
  position: relative
}

.products .product.product-category .product-wrapper>a.term-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  margin: 0
}

.category-style-2 .products .product.product-category .product-wrapper {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-color: #fff
}

.category-style-2 .products .product.product-category .product-wrapper>a {
  /* width: auto !important; */
  width: 78px;
}

.category-style-2 .products .product.product-category .product-wrapper .meta-wrapper {
  flex: 1;
  padding: 10px;
  margin: 0
}

.tab-vertical-menu .products,
.vertical-categories-wrapper .woocommerce .products,
.woocommerce.category-style-vertical .products {
  flex-direction: column
}

.tab-vertical-menu .products .product-category,
.vertical-categories-wrapper .products .product-category,
.category-style-vertical .products .product-category {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  width: 100% !important;
  border-width: 1px 0 0;
  border-style: solid;
  transition: 350ms ease
}

.tab-vertical-menu .products .product-category:first-child,
.vertical-categories-wrapper .products .product-category:first-child,
.category-style-vertical .products .product-category:first-child {
  border-width: 0
}

.tab-vertical-menu .products .product-category .product-wrapper,
.vertical-categories-wrapper .products .product-category .product-wrapper,
.category-style-vertical .products .product-category .product-wrapper {
  padding: 5px 12px !important;
  color: inherit;
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.tab-vertical-menu .products .product-category .product-wrapper:hover,
.vertical-categories-wrapper .products .product-category .product-wrapper:hover,
.category-style-vertical .products .product-category .product-wrapper:hover {
  cursor: pointer
}

.ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch .elementor-section-full_width.elementor-section-stretched .category-style-vertical .products .product-category .product-wrapper {
  padding: 5px 30px !important
}

.ts-megamenu .ts-list-of-product-categories-wrapper .list-categories ul li .shop-more .button {
  margin: 0
}

.tab-vertical-menu .products .product-category .product-wrapper>a,
.vertical-categories-wrapper .products .product-category .product-wrapper>a,
.category-style-vertical .products .product-category .product-wrapper>a {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.tab-vertical-menu .products .product-category .product-wrapper img,
.vertical-categories-wrapper .products .product-category .product-wrapper img,
.category-style-vertical .products .product-category .product-wrapper img {
  width: 100%;
  border-radius: 50%;
  max-width: 100%
}

.tab-vertical-menu .products .product-category .product-wrapper>.meta-wrapper,
.vertical-categories-wrapper .products .product-category .product-wrapper>.meta-wrapper,
.tab-vertical-menu .products .product-category .product-wrapper>.meta-wrapper .heading-title,
.vertical-categories-wrapper .products .product-category .product-wrapper>.meta-wrapper .heading-title,
.category-style-vertical .products .product-category .product-wrapper>.meta-wrapper,
.category-style-vertical .products .product-category .product-wrapper>.meta-wrapper .heading-title {
  margin: 0
}

.tab-vertical-menu .products .product-category .product-wrapper>.meta-wrapper,
.vertical-categories-wrapper .products .product-category .product-wrapper>.meta-wrapper,
.category-style-vertical .products .product-category .product-wrapper>.meta-wrapper {
  padding-top: 0
}

.tab-vertical-menu .products .product-category .heading-title a:hover,
.vertical-categories-wrapper .products .product-category .heading-title a:hover,
.category-style-vertical .products .product-category .heading-title a:hover,
.category-style-vertical .products .product-category.active .heading-title a {
  text-decoration: none
}

.ts-list-of-product-categories-wrapper h3.heading-title {
  font-size: 100%;
  line-height: 1.3
}

.ts-list-of-product-categories-wrapper .list-categories {
  margin: 0;
  display: block
}

.ts-list-of-product-categories-wrapper .list-categories:after {
  display: none
}

.ts-list-of-product-categories-wrapper .list-categories ul {
  margin: 0
}

.ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
.ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
.ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
  column-count: 2;
  page-break-inside: avoid;
  break-inside: avoid
}

.ts-list-of-product-categories-wrapper.columns-3 .list-categories ul {
  column-count: 3
}

.ts-list-of-product-categories-wrapper.columns-4 .list-categories ul {
  column-count: 4
}

.ts-list-of-product-categories-wrapper .list-categories ul li {
  display: inline-block;
  width: 100%;
  list-style: none
}

.ts-list-of-product-categories-wrapper .list-categories ul li .shop-more .button {
  font-size: 100%;
  line-height: inherit
}

.ts-list-of-product-categories-wrapper .list-categories ul li .shop-more .button:after {
  display: none
}

.ts-list-of-product-categories-wrapper.style-horizontal h3.heading-title,
.ts-list-of-product-categories-wrapper.style-horizontal>.list-categories,
.ts-list-of-product-categories-wrapper.style-horizontal>.list-categories ul li {
  display: inline-block;
  width: auto
}

.ts-list-of-product-categories-wrapper.style-horizontal h3.heading-title:not(:last-child),
.ts-list-of-product-categories-wrapper.style-horizontal>.list-categories ul li:not(:last-child) {
  margin: 0 30px 0 0
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel .owl-rtl {
  direction: rtl
}

.owl-carousel .owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url(../404-page.html) no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3)
}

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}

/*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery>a>.jg-caption,
.justified-gallery>div>.jg-caption,
.justified-gallery>figure>.jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery>a>.jg-caption.jg-caption-visible,
.justified-gallery>div>.jg-caption.jg-caption-visible,
.justified-gallery>figure>.jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery>.jg-entry-visible>img,
.justified-gallery>.jg-entry-visible>a>img,
.justified-gallery>.jg-entry-visible>svg,
.justified-gallery>.jg-entry-visible>a>svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-filtered {
  display: none;
}

.justified-gallery>.jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery>.jg-spinner>span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%
}

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

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%
}

.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
  content: " ";
  display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
  clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
  content: " ";
  display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
  clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
  content: " ";
  display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: " ";
  display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  content: " ";
  display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: .7em;
  cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "\e010";
  text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right
}

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

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left
}

.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0
}

@media screen and (min-width:673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media screen and (min-width:1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px
  }
}

@media screen and (min-width:1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media screen and (min-width:1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px
  }

  .full-width .twentyfourteen .tfwc {
    margin-right: auto
  }
}

.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
  margin-left: 0
}

@media screen and (min-width:38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%
  }
}

@media screen and (min-width:59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%
  }

  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important
  }
}

.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%
}

.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%
}

@media screen and (min-width:44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%
  }
}

@media screen and (min-width:56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0
  }

  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%
  }

  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
  }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left
}

:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
  display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
  border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
  display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
  display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  display: block;
  text-align: right !important
}

.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
  text-align: left !important
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  float: left
}

.woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
  display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, .025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
  text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
  display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
  float: none;
  margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: right;
  clear: none !important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: none
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: left
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: none;
  padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
  content: " ";
  display: table
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after {
  clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
  width: 48%;
  box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text+.button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
  float: right
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  display: block;
  width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 100%;
  float: none;
  text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
  width: 100%;
  float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
  width: 100%;
  float: none;
  margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%
}

.single-product .twentythirteen .panel {
  padding-left: 20px !important;
  padding-right: 20px !important
}

:root {
  --woocommerce: #a46497;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: #ebe9eb;
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676
}

@keyframes spin {
  100% {
    transform: rotate(360deg)
  }
}

@font-face {
  font-family: star;
  src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/star.eot);
  src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url('star.woff') format("woff"), url('star.ttf') format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: WooCommerce;
  src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
  src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url('WooCommerce.woff') format("woff"), url('WooCommerce.ttf') format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
  font-weight: 400;
  font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
  display: none
}

.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.admin-bar p.demo_store {
  top: 32px
}

.clear {
  clear: both
}

.woocommerce .blockUI.blockOverlay {
  position: relative
}

.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url('loader.svg') center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  content: "";
  animation: spin 1s ease-in-out infinite;
  background: url('loader.svg') center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: red
}

.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: .857em;
  margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: .92em;
  color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-breadcrumb::after {
  clear: both
}

.woocommerce .woocommerce-breadcrumb a {
  color: #767676
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: .5;
  display: inline-block
}

.woocommerce div.product p.stock {
  font-size: .92em
}

.woocommerce div.product .stock {
  color: #77a464
}

.woocommerce div.product .out-of-stock {
  color: red
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em
}

.woocommerce div.product div.images {
  margin-bottom: 2em
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
  margin: 0;
  padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left
}

.woocommerce div.product div.summary {
  margin-bottom: 2em
}

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em
}

.woocommerce div.product div.social span {
  margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
  margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0
}

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0
}

.woocommerce div.product p.cart {
  margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
  content: " ";
  display: table
}

.woocommerce div.product p.cart::after {
  clear: both
}

.woocommerce div.product form.cart {
  margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  content: " ";
  display: table
}

.woocommerce div.product form.cart::after {
  clear: both
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
  padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0
}

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top
}

.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: .202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: .857em;
  z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  content: " ";
  display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em
}

.woocommerce ul.products li.product a {
  text-decoration: none
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none
}

.woocommerce ul.products li.product strong {
  display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
  font-size: .857em
}

.woocommerce ul.products li.product .button {
  margin-top: 1em
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: .857em
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block
}

.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block
}

.woocommerce ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
  text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 1em;
  display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: .618em;
  right: 1em;
  animation: spin 2s linear infinite
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: .5;
  padding: .618em 1em
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none
}

.woocommerce a.added_to_cart {
  padding-top: .5em;
  display: inline-block
}

.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676
}

.woocommerce #reviews h3 {
  margin: 0
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0
}

.woocommerce #reviews #comment {
  height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments .add_review::after {
  clear: both
}

.woocommerce #reviews #comments h2 {
  clear: none
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
  content: ""
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star
}

.woocommerce .star-rating::before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0
}

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-product-rating::after {
  clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
  content: " ";
  display: table
}

.woocommerce #review_form #respond::after {
  clear: both
}

.woocommerce #review_form #respond p {
  margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
  left: auto
}

.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none
}

.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
  content: "\e021"
}

.woocommerce p.stars:hover a::before {
  content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
  content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020"
}

.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, .1);
  margin-bottom: 1.618em;
  width: 100%
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  margin: 0;
  line-height: 1.5
}

.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .1);
  margin: 0;
  line-height: 1.5
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px
}

.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em
}

.woocommerce table.shop_table td small {
  font-weight: 400
}

.woocommerce table.shop_table td del {
  font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
  font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: .25em;
  display: inline-block;
  list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em
}

.woocommerce td.product-quantity {
  min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
  content: " ";
  display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
  content: " ";
  display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
  clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0
}

.woocommerce form .form-row label {
  line-height: 2
}

.woocommerce form .form-row label.hidden {
  visibility: hidden
}

.woocommerce form .form-row label.inline {
  display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0
}

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden
}

.woocommerce form .form-row .optional {
  visibility: visible
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px
}

.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0
}

.woocommerce ul#shipping_method li {
  margin: 0 0 .5em;
  line-height: 1.5em;
  list-style: none outside
}

.woocommerce ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top
}

.woocommerce ul#shipping_method li label {
  display: inline
}

.woocommerce ul#shipping_method .amount {
  font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
  content: " ";
  display: table
}

.woocommerce ul.order_details::after {
  clear: both
}

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none
}

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
  border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: " ";
  display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: .5em
}

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

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px
}

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
  content: " ";
  display: table
}

.woocommerce .widget_rating_filter ul li::after {
  clear: both
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e013";
  text-decoration: none;
  color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
  content: " ";
  display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
  clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed
}

.woocommerce-message {
  border-top-color: #8fae1b
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b
}

.woocommerce-info {
  border-top-color: #1e85be
}

.woocommerce-info::before {
  color: #1e85be
}

.woocommerce-error {
  border-top-color: #b81c23
}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  content: " ";
  display: table
}

.woocommerce-account .woocommerce::after {
  clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  content: " ";
  display: table
}

.woocommerce-account .addresses .title::after {
  clear: both
}

.woocommerce-account .addresses .title h3 {
  float: left
}

.woocommerce-account .addresses .title .edit {
  float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: .618em;
  content: "\e00a";
  text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
  float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
  content: " ";
  display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
  clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: .5em;
  display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-family: WooCommerce;
  speak: never;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: .618em;
  content: "\e019";
  text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
  content: " ";
  display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
  clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
  margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: " ";
  display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url('visa.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url('mastercard.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url('laser.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url('diners.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url('maestro.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url('jcb.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url('amex.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url('discover.svg')
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #767676;
  font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733
}

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0
}

.single-product .twentythirteen p.stars {
  clear: both
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px
}

.twentyfourteen ul.products li.product {
  margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit
}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2750 .elementor-element.elementor-element-2396f672:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url('mega-shop-1.jpg');background-position:bottom right;background-repeat:no-repeat;background-size:cover}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap{padding:30px
40px 0px 40px}

.elementor-2750 .elementor-element.elementor-element-5e9330cb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2750 .elementor-element.elementor-element-5e9330cb>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2750 .elementor-element.elementor-element-9f006c8 .elementor-spacer-inner{height:14px}

.elementor-2750 .elementor-element.elementor-element-5851322>.elementor-widget-container{margin:-8px 0px 0px 0px}

.elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap{padding:35px
50px 35px 40px}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg
img{min-height:0px}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text{font-size:14px}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .banner-text, .elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .button-text .ts-banner-button
a{color:#fff}

.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button
.button{font-size:14px}

.elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg
img{min-height:0px}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text{font-size:14px}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .banner-text, .elementor-2750 .elementor-element.elementor-element-6600809f .button-text .ts-banner-button
a{color:#fff}

.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button
.button{font-size:14px}

.elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg
img{min-height:0px}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text{font-size:14px}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .banner-text, .elementor-2750 .elementor-element.elementor-element-181e5718 .button-text .ts-banner-button
a{color:#fff}

.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button
.button{font-size:14px}

@media(min-width:768px){.elementor-2750 .elementor-element.elementor-element-2396f672{width:50%}.elementor-2750 .elementor-element.elementor-element-340aabdd{width:30%}.elementor-2750 .elementor-element.elementor-element-58a2def6{width:70%}.elementor-2750 .elementor-element.elementor-element-59aafdfb{width:50%}}

@media(max-width:1024px) and (min-width:768px){.elementor-2750 .elementor-element.elementor-element-2396f672{width:100%}.elementor-2750 .elementor-element.elementor-element-59aafdfb{width:100%}}

@media(max-width:1024px){.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated{border-width:0px 0px 0px 0px;margin:0px
0px -5px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap{padding:20px
30px 20px 30px}.elementor-2750 .elementor-element.elementor-element-5e9330cb:not(.elementor-motion-effects-element-type-background), .elementor-2750 .elementor-element.elementor-element-5e9330cb>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-position:0px 500px}.elementor-2750 .elementor-element.elementor-element-340aabdd>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}.elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap{padding:3px
30px 25px 30px}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text{font-size:14px}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button
.button{font-size:14px}.elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text{font-size:14px}.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button
.button{font-size:14px}.elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text{font-size:14px}.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button
.button{font-size:14px}}

@media(max-width:767px){.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated{border-width:0px 0px 0px 0px;margin:0px
0px 10px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2750 .elementor-element.elementor-element-2396f672>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 0px 0px}.elementor-2750 .elementor-element.elementor-element-340aabdd>.elementor-element-populated{margin:0px
0px 8px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2750 .elementor-element.elementor-element-59aafdfb>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 25px 0px}.elementor-2750 .elementor-element.elementor-element-2da660d4{width:50%}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content div.banner-text{font-size:18px}.elementor-2750 .elementor-element.elementor-element-2f8e6fa0 .box-content .ts-banner-button
.button{font-size:13px}.elementor-2750 .elementor-element.elementor-element-374e427e{width:50%}.elementor-2750 .elementor-element.elementor-element-6600809f .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-6600809f .box-content div.banner-text{font-size:18px}.elementor-2750 .elementor-element.elementor-element-6600809f .box-content .ts-banner-button
.button{font-size:13px}.elementor-2750 .elementor-element.elementor-element-1f7af16f{width:50%}.elementor-2750 .elementor-element.elementor-element-181e5718 .banner-bg
img{min-height:0px}.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content div.banner-text{font-size:18px}.elementor-2750 .elementor-element.elementor-element-181e5718 .box-content .ts-banner-button
.button{font-size:13px}}

.elementor-2761 .elementor-element.elementor-element-13e99aa:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url('mega-shop-eco-1.jpg');background-position:bottom right;background-repeat:no-repeat;background-size:cover}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap{padding:30px
40px 40px 40px}

.elementor-2761 .elementor-element.elementor-element-15abef1e .elementor-spacer-inner{height:50px}

.elementor-2761 .elementor-element.elementor-element-ecf96c3>.elementor-widget-container{margin:-8px 0px 0px 0px}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#00B412;background-image:url('mega-shop-banner-app.jpg');background-position:center center;background-repeat:no-repeat;background-size:cover}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-widget-wrap{padding:35px
50px 35px 40px}

.elementor-2761 .elementor-element.elementor-element-2fbd8083 .elementor-heading-title{color:#FFF}

.elementor-2761 .elementor-element.elementor-element-2fbd8083>.elementor-widget-container{margin:0px
0px 20px 0px}

.elementor-2761 .elementor-element.elementor-element-360bfc7f{text-align:left}

.elementor-2761 .elementor-element.elementor-element-360bfc7f>.elementor-widget-container{margin:0px
0px 10px 0px}

.elementor-2761 .elementor-element.elementor-element-796fd791{text-align:left}

.elementor-2761 .elementor-element.elementor-element-796fd791>.elementor-widget-container{margin:0px
0px 10px 0px}

.elementor-2761 .elementor-element.elementor-element-21487d20 .elementor-spacer-inner{height:50px}

@media(min-width:768px){.elementor-2761 .elementor-element.elementor-element-22f22032{width:35%}.elementor-2761 .elementor-element.elementor-element-150c3dcf{width:65%}}

@media(max-width:1024px) and (min-width:768px){.elementor-2761 .elementor-element.elementor-element-13e99aa{width:100%}.elementor-2761 .elementor-element.elementor-element-30d2ed0a{width:100%}}

@media(max-width:1024px){.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap{padding:20px
30px 20px 30px}.elementor-2761 .elementor-element.elementor-element-22f22032>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}.elementor-2761 .elementor-element.elementor-element-30d2ed0a:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-position:top center}.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated>.elementor-widget-wrap{padding:20px
20px 20px 20px}.elementor-2761 .elementor-element.elementor-element-21487d20 .elementor-spacer-inner{height:100px}}

@media(max-width:767px){.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated{border-width:0px 0px 0px 0px;margin:0px
0px 15px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2761 .elementor-element.elementor-element-13e99aa>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 0px 0px}.elementor-2761 .elementor-element.elementor-element-22f22032>.elementor-element-populated{margin:0px
0px 6px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2761 .elementor-element.elementor-element-30d2ed0a>.elementor-element-populated{margin:0px
0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}}

.elementor-2763 .elementor-element.elementor-element-611b7f7{margin-top:1px;margin-bottom:0px}

.elementor-2763 .elementor-element.elementor-element-7843de51:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url('mega-shop-fruits-1.jpg');background-position:bottom right;background-repeat:no-repeat;background-size:cover}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap{padding:30px
40px 40px 40px}

.elementor-2763 .elementor-element.elementor-element-75d04251 .elementor-spacer-inner{height:100px}

.elementor-2763 .elementor-element.elementor-element-14c6936c>.elementor-widget-container{margin:-8px 0px 0px 0px}

.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap{padding:35px
50px 35px 40px}

.elementor-2763 .elementor-element.elementor-element-4d109d94{border-style:solid;border-width:0px 0px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2763 .elementor-element.elementor-element-4d109d94>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2763 .elementor-element.elementor-element-73f31c8a>.elementor-widget-container{margin:0px
0px 45px 0px}

.elementor-2763 .elementor-element.elementor-element-1da0dee8 .elementor-button{font-size:12px;line-height:1em}

@media(min-width:768px){.elementor-2763 .elementor-element.elementor-element-3f40112d{width:35%}.elementor-2763 .elementor-element.elementor-element-22ff94ad{width:65%}}

@media(max-width:1024px){.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated{border-width:0px 0px 0px 0px}.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap{padding:20px
30px 25px 30px}.elementor-2763 .elementor-element.elementor-element-3f40112d>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap{padding:0px
30px 30px 30px}.elementor-2763 .elementor-element.elementor-element-4d109d94{border-width:1px 0px 0px 0px;padding:26px
0px 0px 0px}.elementor-2763 .elementor-element.elementor-element-4e0449cb>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}.elementor-2763 .elementor-element.elementor-element-73f31c8a>.elementor-widget-container{margin:0px
0px 28px 0px}}

@media(max-width:767px){.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated{border-width:0px 0px 0px 0px}.elementor-2763 .elementor-element.elementor-element-7843de51>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 15px 0px}.elementor-2763 .elementor-element.elementor-element-7de8457a>.elementor-widget-container{margin:0px
0px 10px 0px}.elementor-2763 .elementor-element.elementor-element-6c305782>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 30px 0px}}

@media(max-width:1024px) and (min-width:768px){.elementor-2763 .elementor-element.elementor-element-7843de51{width:100%}.elementor-2763 .elementor-element.elementor-element-6c305782{width:100%}}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2765 .elementor-element.elementor-element-165b7d59:not(.elementor-motion-effects-element-type-background), .elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url('mega-shop-fruits.jpg');background-position:90% 0px;background-repeat:no-repeat;background-size:auto}

.elementor-2765 .elementor-element.elementor-element-165b7d59{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:29px
40px 0px 40px}

.elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2765 .elementor-element.elementor-element-133b4981>.elementor-element-populated>.elementor-widget-wrap{padding:0% 20% 0% 0%}

.elementor-2765 .elementor-element.elementor-element-64d170c1>.elementor-widget-container{margin:-8px 0px 0px 0px}

.elementor-2765 .elementor-element.elementor-element-b3a93{margin-top:-5px;margin-bottom:0px;padding:0px
40px 0px 40px}

.elementor-2765 .elementor-element.elementor-element-17d5fb55{--divider-border-style:solid;--divider-color:#0000001F;--divider-border-width:1px}

.elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider-separator{width:100%}

.elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider{padding-top:30px;padding-bottom:30px}

.elementor-2765 .elementor-element.elementor-element-5cb1c396{padding:0px
50px 35px 40px}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg
img{min-height:220px}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text{font-size:14px}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .banner-text, .elementor-2765 .elementor-element.elementor-element-4bb550cb .button-text .ts-banner-button
a{color:#fff}

.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button
.button{font-size:14px}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg
img{min-height:220px}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text{font-size:14px}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .banner-text, .elementor-2765 .elementor-element.elementor-element-6ff209cb .button-text .ts-banner-button
a{color:#000}

.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button
.button{font-size:14px}

.elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg
img{min-height:220px}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text{font-size:14px}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .banner-text, .elementor-2765 .elementor-element.elementor-element-4991234 .button-text .ts-banner-button
a{color:#fff}

.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button
.button{font-size:14px}

@media(max-width:1024px){.elementor-2765 .elementor-element.elementor-element-165b7d59:not(.elementor-motion-effects-element-type-background), .elementor-2765 .elementor-element.elementor-element-165b7d59>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-position:0px 500px}.elementor-2765 .elementor-element.elementor-element-165b7d59{padding:20px
20px 20px 20px}.elementor-2765 .elementor-element.elementor-element-b3a93{padding:0px
20px 18px 20px}.elementor-2765 .elementor-element.elementor-element-17d5fb55 .elementor-divider{padding-top:0px;padding-bottom:0px}.elementor-2765 .elementor-element.elementor-element-5cb1c396{padding:1px
20px 24px 20px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button
.button{font-size:14px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button
.button{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button
.button{font-size:14px}}

@media(max-width:767px){.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated{border-width:0px 0px 0px 0px}.elementor-2765 .elementor-element.elementor-element-1497a156>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 0px 0px}.elementor-2765 .elementor-element.elementor-element-165b7d59{padding:0px
0px 15px 0px}.elementor-2765 .elementor-element.elementor-element-133b4981>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 10px 0px}.elementor-2765 .elementor-element.elementor-element-b3a93{padding:0px
0px 20px 0px}.elementor-2765 .elementor-element.elementor-element-5cb1c396{padding:0px
0px 25px 0px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4bb550cb .box-content .ts-banner-button
.button{font-size:14px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-6ff209cb .box-content .ts-banner-button
.button{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4991234 .banner-bg
img{min-height:220px}.elementor-2765 .elementor-element.elementor-element-4991234 .box-content div.banner-text{font-size:14px}.elementor-2765 .elementor-element.elementor-element-4991234 .box-content .ts-banner-button
.button{font-size:14px}}

@media(min-width:768px){.elementor-2765 .elementor-element.elementor-element-133b4981{width:30%}.elementor-2765 .elementor-element.elementor-element-221137c0{width:70%}}

@media(max-width:1024px) and (min-width:768px){.elementor-2765 .elementor-element.elementor-element-133b4981{width:50%}.elementor-2765 .elementor-element.elementor-element-221137c0{width:50%}.elementor-2765 .elementor-element.elementor-element-18d0d111{width:50%}.elementor-2765 .elementor-element.elementor-element-2f58949a{width:50%}.elementor-2765 .elementor-element.elementor-element-55c295da{width:50%}}

.elementor-2767 .elementor-element.elementor-element-23ea9a9{margin-top:1px;margin-bottom:0px}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2767 .elementor-element.elementor-element-51675864:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url('mega-shop-vegetables-1.jpg');background-position:center right;background-repeat:no-repeat;background-size:cover}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 0px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2767 .elementor-element.elementor-element-2e063f78{padding:29px
40px 0px 40px}

.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap{padding:0% 20% 0% 0%}

.elementor-2767 .elementor-element.elementor-element-2711b073>.elementor-widget-container{margin:-8px 0px 0px 0px}

.elementor-2767 .elementor-element.elementor-element-31edb62{margin-top:0px;margin-bottom:17px;padding:0px
40px 0px 40px}

.elementor-2767 .elementor-element.elementor-element-309e9d0c{--divider-border-style:solid;--divider-color:#0000001F;--divider-border-width:1px}

.elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider-separator{width:100%}

.elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider{padding-top:30px;padding-bottom:30px}

.elementor-2767 .elementor-element.elementor-element-49dc39d7{padding:0px
200px 52px 40px}

.elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container{margin:0px
0px -40px 0px}

.elementor-2767 .elementor-element.elementor-element-4f739566{width:1100px;max-width:1100px}

@media(min-width:768px){.elementor-2767 .elementor-element.elementor-element-594b57af{width:36%}.elementor-2767 .elementor-element.elementor-element-3fee5b89{width:64%}}

@media(max-width:1024px){.elementor-2767 .elementor-element.elementor-element-51675864:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-2767 .elementor-element.elementor-element-51675864>.elementor-column-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-position:70% 0px}.elementor-2767 .elementor-element.elementor-element-2e063f78{padding:20px
30px 0px 30px}.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated{margin:0px
0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap{padding:0% 10% 0% 0%}.elementor-2767 .elementor-element.elementor-element-31edb62{padding:0px
20px 0px 20px}.elementor-2767 .elementor-element.elementor-element-309e9d0c .elementor-divider{padding-top:0px;padding-bottom:0px}.elementor-2767 .elementor-element.elementor-element-49dc39d7{padding:0px
40px 22px 40px}.elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container{margin:0px
0px -20px 0px}}

@media(max-width:767px){.elementor-2767 .elementor-element.elementor-element-51675864>.elementor-element-populated{border-width:0px 0px 0px 0px}.elementor-2767 .elementor-element.elementor-element-2e063f78{padding:0px
0px 18px 0px}.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated{margin:0px
0px 8px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2767 .elementor-element.elementor-element-594b57af>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 0px 0px}.elementor-2767 .elementor-element.elementor-element-31edb62{padding:0px
0px 0px 0px}.elementor-2767 .elementor-element.elementor-element-49dc39d7{padding:0px
0px 20px 0px}.elementor-2767 .elementor-element.elementor-element-4f739566>.elementor-widget-container{margin:0px
0px 0px 0px}}

@media(max-width:1024px) and (min-width:768px){.elementor-2767 .elementor-element.elementor-element-51675864{width:100%}.elementor-2767 .elementor-element.elementor-element-594b57af{width:50%}.elementor-2767 .elementor-element.elementor-element-3fee5b89{width:50%}}

.elementor-2274 .elementor-element.elementor-element-7c4648bf{width:70%;max-width:70%}

@media(max-width:1024px){.elementor-2274 .elementor-element.elementor-element-7c4648bf{width:100%;max-width:100%}}

@media(max-width:767px){.elementor-2274 .elementor-element.elementor-element-64df6fe0>.elementor-element-populated{margin:0px
0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2274 .elementor-element.elementor-element-7fb03433>.elementor-element-populated{margin:0px
0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2274 .elementor-element.elementor-element-eff769e>.elementor-element-populated{margin:0px
0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2274 .elementor-element.elementor-element-769c3a14>.elementor-element-populated{margin:0px
0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}}

@media(min-width:768px){.elementor-2274 .elementor-element.elementor-element-64df6fe0{width:26%}.elementor-2274 .elementor-element.elementor-element-7fb03433{width:21%}.elementor-2274 .elementor-element.elementor-element-eff769e{width:18%}.elementor-2274 .elementor-element.elementor-element-769c3a14{width:17%}.elementor-2274 .elementor-element.elementor-element-7854339{width:18%}}

@media(max-width:1024px) and (min-width:768px){.elementor-2274 .elementor-element.elementor-element-64df6fe0{width:16%}.elementor-2274 .elementor-element.elementor-element-7fb03433{width:28%}.elementor-2274 .elementor-element.elementor-element-eff769e{width:18%}.elementor-2274 .elementor-element.elementor-element-769c3a14{width:20%}.elementor-2274 .elementor-element.elementor-element-7854339{width:18%}}

.elementor-2083 .elementor-element.elementor-element-9924c79>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(140px/2)}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(140px/2)}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(140px/2);margin-left:calc(140px/2)}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-140px/2);margin-left:calc(-140px/2)}

body.rtl .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-140px/2)}

body:not(.rtl) .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-140px/2)}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-item:not(:last-child):after{content:"";height:20px}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-top-style:solid;border-top-width:1px}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-style:solid}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-left-width:1px}

.elementor-2083 .elementor-element.elementor-element-7cc338a{--e-icon-list-icon-size:24px}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-text{padding-left:0px}

.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-item>a{font-size:14px;font-weight:500;line-height:18px}

.elementor-2083 .elementor-element.elementor-element-7cc338a>.elementor-widget-container{margin:20px
0px 10px 0px}

.elementor-2083 .elementor-element.elementor-element-309f2a5{--divider-border-style:solid;--divider-border-width:1px}

.elementor-2083 .elementor-element.elementor-element-309f2a5 .elementor-divider-separator{width:100%}

.elementor-2083 .elementor-element.elementor-element-309f2a5 .elementor-divider{padding-top:0px;padding-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-309f2a5>.elementor-widget-container{margin:0px
0px 60px 0px}

.elementor-2083 .elementor-element.elementor-element-bad63c2{padding:0px
0px 60px 0px}

.elementor-2083 .elementor-element.elementor-element-de764d5>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-de764d5>.elementor-element-populated>.elementor-widget-wrap{padding:0% 12% 0% 0%}

.elementor-2083 .elementor-element.elementor-element-2212c28>.elementor-widget-container{margin:0px
0px 25px 0px}

.elementor-2083 .elementor-element.elementor-element-40e1db8.elementor-position-right .elementor-image-box-img{margin-left:13px}

.elementor-2083 .elementor-element.elementor-element-40e1db8.elementor-position-left .elementor-image-box-img{margin-right:13px}

.elementor-2083 .elementor-element.elementor-element-40e1db8.elementor-position-top .elementor-image-box-img{margin-bottom:13px}

.elementor-2083 .elementor-element.elementor-element-40e1db8 .elementor-image-box-wrapper .elementor-image-box-img{width:20%}

.elementor-2083 .elementor-element.elementor-element-40e1db8 .elementor-image-box-img
img{transition-duration:0.3s}

.elementor-2083 .elementor-element.elementor-element-40e1db8>.elementor-widget-container{margin:0px
0px 30px 0px;padding:12px
20px 12px 20px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#CCC;border-radius:2px 2px 2px 2px}

.elementor-2083 .elementor-element.elementor-element-40e1db8{width:300px;max-width:300px}

.elementor-2083 .elementor-element.elementor-element-845d9c9{color:var( --e-global-color-be13655 );font-size:13px;line-height:18px}

.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated{border-style:solid;border-width:0px 1px 0px 1px;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s}

.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated>.elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s}

.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated>.elementor-widget-wrap{padding:0% 12% 0% 12%}

.elementor-2083 .elementor-element.elementor-element-3c25e1f>.elementor-widget-container{margin:0px
0px 20px 0px}

.elementor-2083 .elementor-element.elementor-element-051b481.elementor-position-right .elementor-image-box-img{margin-left:14px}

.elementor-2083 .elementor-element.elementor-element-051b481.elementor-position-left .elementor-image-box-img{margin-right:14px}

.elementor-2083 .elementor-element.elementor-element-051b481.elementor-position-top .elementor-image-box-img{margin-bottom:14px}

.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-wrapper .elementor-image-box-img{width:10%}

.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-img
img{transition-duration:0.3s}

.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-title{margin-bottom:6px;font-size:20px}

.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-description{color:var( --e-global-color-be13655 );font-size:13px}

.elementor-2083 .elementor-element.elementor-element-3b5508a{--divider-border-style:solid;--divider-border-width:1px}

.elementor-2083 .elementor-element.elementor-element-3b5508a .elementor-divider-separator{width:100%}

.elementor-2083 .elementor-element.elementor-element-3b5508a .elementor-divider{padding-top:0px;padding-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-3b5508a>.elementor-widget-container{margin:24px
0px 24px 0px}

.elementor-2083 .elementor-element.elementor-element-d967048.elementor-position-right .elementor-image-box-img{margin-left:14px}

.elementor-2083 .elementor-element.elementor-element-d967048.elementor-position-left .elementor-image-box-img{margin-right:14px}

.elementor-2083 .elementor-element.elementor-element-d967048.elementor-position-top .elementor-image-box-img{margin-bottom:14px}

.elementor-2083 .elementor-element.elementor-element-d967048 .elementor-image-box-wrapper .elementor-image-box-img{width:10%}

.elementor-2083 .elementor-element.elementor-element-d967048 .elementor-image-box-img
img{transition-duration:0.3s}

.elementor-2083 .elementor-element.elementor-element-d967048 .elementor-image-box-title{margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-d967048>.elementor-widget-container{margin:-2px 0px 0px 0px}

.elementor-2083 .elementor-element.elementor-element-d6308f6>.elementor-element-populated>.elementor-widget-wrap{padding:0% 0% 0% 10%}

.elementor-2083 .elementor-element.elementor-element-90cfbe2>.elementor-element-populated>.elementor-widget-wrap{padding:0px
10px 0px 0px}

.elementor-2083 .elementor-element.elementor-element-b1a544d>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-3511727{--divider-border-style:solid;--divider-border-width:1px}

.elementor-2083 .elementor-element.elementor-element-3511727 .elementor-divider-separator{width:100%}

.elementor-2083 .elementor-element.elementor-element-3511727 .elementor-divider{padding-top:0px;padding-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-3511727>.elementor-widget-container{margin:0px
0px 34px 0px}

.elementor-2083 .elementor-element.elementor-element-345fae7{padding:0px
0px 50px 0px}

.elementor-2083 .elementor-element.elementor-element-b249c06>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-da94cc4>.elementor-widget-container{margin:0px
0px 7px 0px}

.elementor-2083 .elementor-element.elementor-element-eadd21f{color:var( --e-global-color-be13655 )}

.elementor-2083 .elementor-element.elementor-element-eadd21f>.elementor-widget-container{margin:0px
0px 28px 0px}

.elementor-2083 .elementor-element.elementor-element-2573da2>.elementor-widget-container{margin:0px
10px 0px 0px}

.elementor-2083 .elementor-element.elementor-element-2573da2{width:auto;max-width:auto}

.elementor-2083 .elementor-element.elementor-element-d1a8dc3>.elementor-widget-container{margin:0px
40px 0px 0px}

.elementor-2083 .elementor-element.elementor-element-d1a8dc3{width:auto;max-width:auto}

.elementor-2083 .elementor-element.elementor-element-39b31b9>.elementor-widget-container{margin:-2px 0px 0px 0px}

.elementor-2083 .elementor-element.elementor-element-39b31b9{width:auto;max-width:auto}

.elementor-bc-flex-widget .elementor-2083 .elementor-element.elementor-element-1f5be45.elementor-column .elementor-column-wrap{align-items:center}

.elementor-2083 .elementor-element.elementor-element-1f5be45.elementor-column.elementor-element[data-element_type="column"]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap{align-content:center;align-items:center}

.elementor-2083 .elementor-element.elementor-element-1f5be45.elementor-column>.elementor-column-wrap>.elementor-widget-wrap{justify-content:flex-end}

.elementor-2083 .elementor-element.elementor-element-1f5be45>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px}

.elementor-2083 .elementor-element.elementor-element-4390d14>.elementor-widget-container{margin:0px
0px 10px 0px}

.elementor-2083 .elementor-element.elementor-element-4390d14{width:auto;max-width:auto}

.elementor-2083 .elementor-element.elementor-element-c53f4eb>.elementor-widget-container{margin:0px
0px 10px 30px}

.elementor-2083 .elementor-element.elementor-element-c53f4eb{width:auto;max-width:auto}

.elementor-2083 .elementor-element.elementor-element-dcc13ab>.elementor-widget-container{margin:0px
0px 10px 80px}

.elementor-2083 .elementor-element.elementor-element-dcc13ab{width:auto;max-width:auto}

@media(max-width:1024px){.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(30px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(30px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(30px/2);margin-left:calc(30px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-30px/2);margin-left:calc(-30px/2)}body.rtl .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-30px/2)}body:not(.rtl) .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-30px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a{--e-icon-list-icon-size:20px}.elementor-2083 .elementor-element.elementor-element-7cc338a>.elementor-widget-container{margin:20px
0px 8px 0px}.elementor-2083 .elementor-element.elementor-element-309f2a5>.elementor-widget-container{margin:0px
0px 50px 0px}.elementor-2083 .elementor-element.elementor-element-bad63c2{padding:0px
0px 39px 0px}.elementor-2083 .elementor-element.elementor-element-c2d883e>.elementor-element-populated{margin:0px
0px 46px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2083 .elementor-element.elementor-element-2212c28>.elementor-widget-container{margin:0px
0px 15px 0px}.elementor-2083 .elementor-element.elementor-element-40e1db8>.elementor-widget-container{margin:0px
0px 20px 0px}.elementor-2083 .elementor-element.elementor-element-40e1db8{width:250px;max-width:250px}.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated{border-width:0px 0px 0px 1px}.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated>.elementor-widget-wrap{padding:0% 0% 0% 12%}.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-title{font-size:17px}.elementor-2083 .elementor-element.elementor-element-3b5508a>.elementor-widget-container{margin:14px
0px 20px 0px}.elementor-2083 .elementor-element.elementor-element-d6308f6>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 0px 0px}.elementor-2083 .elementor-element.elementor-element-3511727>.elementor-widget-container{margin:0px
0px 39px 0px}.elementor-2083 .elementor-element.elementor-element-345fae7{padding:0px
0px 35px 0px}.elementor-2083 .elementor-element.elementor-element-b249c06>.elementor-element-populated{margin:0px
0px 16px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2083 .elementor-element.elementor-element-eadd21f>.elementor-widget-container{margin:0px
0px 16px 0px}.elementor-2083 .elementor-element.elementor-element-1f5be45.elementor-column>.elementor-column-wrap>.elementor-widget-wrap{justify-content:flex-start}.elementor-2083 .elementor-element.elementor-element-4390d14>.elementor-widget-container{margin:0px
20px 10px 0px}.elementor-2083 .elementor-element.elementor-element-c53f4eb>.elementor-widget-container{margin:0px
20px 10px 0px}.elementor-2083 .elementor-element.elementor-element-dcc13ab>.elementor-widget-container{margin:0px
0px 10px 0px}}

@media(max-width:767px){.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(0px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(0px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(0px/2);margin-left:calc(0px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-0px/2);margin-left:calc(-0px/2)}body.rtl .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-0px/2)}body:not(.rtl) .elementor-2083 .elementor-element.elementor-element-7cc338a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-0px/2)}.elementor-2083 .elementor-element.elementor-element-7cc338a>.elementor-widget-container{margin:25px
0px 15px 0px}.elementor-2083 .elementor-element.elementor-element-c2d883e>.elementor-element-populated{margin:0px
0px 42px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2083 .elementor-element.elementor-element-de764d5>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 45px 0px}.elementor-2083 .elementor-element.elementor-element-40e1db8 .elementor-image-box-img{margin-bottom:13px}.elementor-2083 .elementor-element.elementor-element-40e1db8 .elementor-image-box-wrapper .elementor-image-box-img{width:14%}.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated{border-width:0px 0px 0px 0px}.elementor-2083 .elementor-element.elementor-element-bab6998>.elementor-element-populated>.elementor-widget-wrap{padding:0% 0% 0% 0%}.elementor-2083 .elementor-element.elementor-element-051b481 .elementor-image-box-img{margin-bottom:14px}.elementor-2083 .elementor-element.elementor-element-d967048 .elementor-image-box-img{margin-bottom:14px}.elementor-2083 .elementor-element.elementor-element-90cfbe2>.elementor-element-populated>.elementor-widget-wrap{padding:0px
0px 35px 0px}.elementor-2083 .elementor-element.elementor-element-ceeeafe{width:50%}.elementor-2083 .elementor-element.elementor-element-0457e96{width:50%}.elementor-2083 .elementor-element.elementor-element-b249c06>.elementor-element-populated{margin:0px
0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px}.elementor-2083 .elementor-element.elementor-element-da94cc4>.elementor-widget-container{margin:0px
0px 3px 0px}.elementor-2083 .elementor-element.elementor-element-eadd21f>.elementor-widget-container{margin:0px
0px 11px 0px}.elementor-2083 .elementor-element.elementor-element-2573da2>.elementor-widget-container{margin:0px
10px 40px 0px}.elementor-2083 .elementor-element.elementor-element-d1a8dc3>.elementor-widget-container{margin:0px
10px 40px 0px}.elementor-2083 .elementor-element.elementor-element-39b31b9>.elementor-widget-container{margin:0px
0px 10px 0px}.elementor-2083 .elementor-element.elementor-element-39b31b9{width:100%;max-width:100%}.elementor-2083 .elementor-element.elementor-element-4390d14>.elementor-widget-container{margin:0px
20px 15px 0px}.elementor-2083 .elementor-element.elementor-element-c53f4eb>.elementor-widget-container{margin:0px
20px 15px 0px}}

@media(min-width:768px){.elementor-2083 .elementor-element.elementor-element-c2d883e{width:50%}.elementor-2083 .elementor-element.elementor-element-de764d5{width:44%}.elementor-2083 .elementor-element.elementor-element-bab6998{width:56%}.elementor-2083 .elementor-element.elementor-element-d6308f6{width:50%}.elementor-2083 .elementor-element.elementor-element-90cfbe2{width:45%}.elementor-2083 .elementor-element.elementor-element-ceeeafe{width:30%}.elementor-2083 .elementor-element.elementor-element-0457e96{width:24.662%}.elementor-2083 .elementor-element.elementor-element-b249c06{width:45%}.elementor-2083 .elementor-element.elementor-element-d6ccc59{width:55%}}

@media(max-width:1024px) and (min-width:768px){.elementor-2083 .elementor-element.elementor-element-c2d883e{width:100%}.elementor-2083 .elementor-element.elementor-element-de764d5{width:50%}.elementor-2083 .elementor-element.elementor-element-bab6998{width:50%}.elementor-2083 .elementor-element.elementor-element-d6308f6{width:100%}.elementor-2083 .elementor-element.elementor-element-b249c06{width:100%}.elementor-2083 .elementor-element.elementor-element-d6ccc59{width:100%}}

.rs-p-wp-fix{display:none !important;margin:0
!important;height:0px !important}

.wp-block-themepunch-revslider{position:relative}

rs-modal{position:fixed !important;z-index:9999999 !important;pointer-events:none !important}

rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}

rs-modal.rs-modal-fullwidth,rs-modal.rs-modal-fullscreen{top:0px;left:0px;width:100%;height:100%}

rs-modal rs-fullwidth-wrap{position:absolute;top:0px;left:0px;height:100%}

rs-module-wrap.rs-modal{display:none;max-height:100% !important;overflow:auto !important;pointer-events:auto !important}

rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden !important;max-width:100% !important}

rs-modal-cover{width:100%;height:100%;z-index:0;background:transparent;position:absolute;top:0px;left:0px;cursor:pointer;pointer-events:auto}

body>rs-modal-cover{position:fixed;z-index:9999995 !important}

rs-sbg-px{pointer-events:none}

.rs-forceuntouchable,
.rs-forceuntouchable
*{pointer-events:none !important}

.rs-forcehidden
*{visibility:hidden !important}

.rs_splitted_lines{display:block;white-space:nowrap !important}

.rs-go-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0px !important;left:0px !important;z-index:9999999 !important;background:#fff}

.rtl{direction:rtl}

@font-face{font-family:'revicons';src:url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),
url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),
url('https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:normal;font-style:normal;font-display:swap}

[class^="revicon-"]:before,[class*=" revicon-"]:before{font-family:"revicons";font-style:normal;font-weight:normal;speak-as:none;display:inline-block;text-decoration:inherit;width:1em;margin-right: .2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left: .2em}

rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" 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}

rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak-as:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.revicon-search-1:before{content:'\e802'}

.revicon-pencil-1:before{content:'\e831'}

.revicon-picture-1:before{content:'\e803'}

.revicon-cancel:before{content:'\e80a'}

.revicon-info-circled:before{content:'\e80f'}

.revicon-trash:before{content:'\e801'}

.revicon-left-dir:before{content:'\e817'}

.revicon-right-dir:before{content:'\e818'}

.revicon-down-open:before{content:'\e83b'}

.revicon-left-open:before{content:'\e819'}

.revicon-right-open:before{content:'\e81a'}

.revicon-angle-left:before{content:'\e820'}

.revicon-angle-right:before{content:'\e81d'}

.revicon-left-big:before{content:'\e81f'}

.revicon-right-big:before{content:'\e81e'}

.revicon-magic:before{content:'\e807'}

.revicon-picture:before{content:'\e800'}

.revicon-export:before{content:'\e80b'}

.revicon-cog:before{content:'\e832'}

.revicon-login:before{content:'\e833'}

.revicon-logout:before{content:'\e834'}

.revicon-video:before{content:'\e805'}

.revicon-arrow-combo:before{content:'\e827'}

.revicon-left-open-1:before{content:'\e82a'}

.revicon-right-open-1:before{content:'\e82b'}

.revicon-left-open-mini:before{content:'\e822'}

.revicon-right-open-mini:before{content:'\e823'}

.revicon-left-open-big:before{content:'\e824'}

.revicon-right-open-big:before{content:'\e825'}

.revicon-left:before{content:'\e836'}

.revicon-right:before{content:'\e826'}

.revicon-ccw:before{content:'\e808'}

.revicon-arrows-ccw:before{content:'\e806'}

.revicon-palette:before{content:'\e829'}

.revicon-list-add:before{content:'\e80c'}

.revicon-doc:before{content:'\e809'}

.revicon-left-open-outline:before{content:'\e82e'}

.revicon-left-open-2:before{content:'\e82c'}

.revicon-right-open-outline:before{content:'\e82f'}

.revicon-right-open-2:before{content:'\e82d'}

.revicon-equalizer:before{content:'\e83a'}

.revicon-layers-alt:before{content:'\e804'}

.revicon-popup:before{content:'\e828'}

.tp-fullwidth-forcer{z-index:0;pointer-events:none}

rs-module-wrap{visibility:hidden}

rs-module-wrap,
rs-module-wrap
*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}

rs-module-wrap{position:relative;z-index:1;width:100%;display:block}

.rs-fixedscrollon rs-module-wrap{position:fixed !important;top:0px !important;z-index:1000;left:0 !important}

.rs-stickyscrollon rs-module-wrap{position:sticky !important;top:0px;z-index:1000}

.rs-stickyscrollon{overflow:visible !important}

rs-fw-forcer{display:block;width:100%;pointer-events:none}

rs-module{position:relative;overflow:hidden;display:block}

rs-module.disableVerticalScroll{touch-action:pan-x}

rs-pzimg-wrap,rs-sbg-effectwrap,rs-sbg{display:block;pointer-events:none}

rs-sbg-effectwrap{position:absolute;top:0px;left:0px;width:100%;height:100%}

rs-carousel-wrap rs-column rs-layer
img{width:0px;height:0px}

rs-sbg-px,rs-sbg-wrap{position:absolute;top:0px;left:0px;z-index:0;width:100%;height:100%;display:block}

a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}

a[x-apple-data-detectors]{color:inherit !important;text-decoration:none !important;font-size:inherit !important;font-family:inherit !important;font-weight:inherit !important;line-height:inherit !important}

.entry-content rs-module a, rs-module
a{box-shadow:none}

.rs-ov-hidden{overflow:hidden !important}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide{overflow:visible !important}

.tp-simpleresponsive img,
rs-module
img{max-width:none !important;transition:none;margin:0px;padding:0px;border:none}

rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px}

rs-slides,rs-slide,rs-slide:before{position:absolute;text-indent:0em;top:0px;left:0px}

rs-slide,rs-slide:before{display:block;visibility:hidden}

.rs-layer .rs-untoggled-content{display:block}

.rs-layer .rs-toggled-content{display:none}

.rs-tc-active.rs-layer>.rs-toggled-content{display:block}

.rs-tc-active.rs-layer>.rs-untoggled-content{display:none}

.rs-layer-video{overflow:hidden}

.rs_html5vidbasicstyles{position:relative;top:0px;left:0px;width:100%;height:100%;overflow:hidden}

rs-module rs-layer,
rs-module .rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased !important;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module
img{-webkit-user-select:none;user-select:none}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{margin-bottom:0}

.rs-svg
svg{width:100%;height:100%;position:relative;vertical-align:top}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex){outline:none !important}

rs-carousel-wrap{cursor:url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/css/openhand.cur), move}

rs-carousel-wrap.dragged{cursor:url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move}

rs-carousel-wrap.noswipe{cursor:default}

rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0px;left:0px}

rs-carousel-space{clear:both;display:block;width:100%;height:0px;position:relative}

.tp_inner_padding{box-sizing:border-box;max-height:none !important}

.rs-layer.rs-selectable{-webkit-user-select:text;user-select:text}

rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module
video{max-width:none !important;border:none}

rs-bg-elem{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0;display:block;pointer-events:none}

.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}

rs-zone{position:absolute;width:100%;left:0px;box-sizing:border-box;min-height:50px;font-size:0px;pointer-events:none}

rs-row-wrap,rs-column,rs-cbg-mask-wrap{display:block;visibility:hidden}

rs-layer-wrap,rs-parallax-wrap,rs-loop-wrap,rs-mask-wrap{display:block}

rs-column-wrap>rs-loop-wrap{z-index:1}

rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{transform-style:flat}

@media not all and (min-resolution:.001dpcm){@media{rs-carousel-wrap rs-layer-wrap,
rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}}

.safarifix rs-layer-wrap{perspective:1000000}

@-moz-document url-prefix(){rs-layer-wrap,rs-mask-wrap,rs-cbg-mask-wrap{perspective:none}}

rs-mask-wrap{overflow:hidden}

rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none !important}

.rev_row_zone_top{top:0px}

.rev_row_zone_bottom{bottom:0px}

.rev_row_zone_middle{top:0px}

rs-column-wrap .rs-parallax-wrap{vertical-align:top}

.rs-layer img,
rs-layer
img{vertical-align:top}

rs-row,rs-row.rs-layer{display:table;position:relative;width:100% !important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}

rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0px}

rs-column{box-sizing:border-box;display:block;position:relative;width:100% !important;height:auto !important;white-space:normal !important}

rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}

rs-column-wrap rs-cbg-mask-wrap{top:0px;left:0px;bottom:0px;right:0px}

rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}

.rs-pelock
*{pointer-events:none !important}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap{text-align:inherit}

rs-column rs-mask-wrap{display:inline-block}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap{position:relative !important;left:auto !important;top:auto !important;line-height:0px}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column
.rev_layer_in_column{vertical-align:top}

.rev_break_columns{display:block !important}

.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block !important;width:100% !important}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-row-wrap.rs-layer-hidden,rs-column-wrap.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden{visibility:hidden !important;display:none !important}

a.rs-layer.rs-nointeraction>.div,rs-layer.rs-nointeraction:not(a),.rs-layer.rs-nointeraction:not(a){pointer-events:none !important}

rs-static-layers{position:absolute;z-index:101;top:0px;left:0px;display:block;width:100%;height:100%;pointer-events:none;overflow:hidden}

rs-static-layers.rs-stl-back{z-index:0}

.rs-stl-visible{overflow:visible !important}

.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-top:40px solid #00A8FF;position:absolute;right:100%;top:0px}

.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;border-bottom:40px solid #00A8FF;position:absolute;right:100%;top:0px}

.rs-layer rs-bcr{width:0;height:0;border-left:0px solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;position:absolute;left:100%;top:0px}

.rs-layer rs-bcrt{width:0;height:0;border-left:0px solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;position:absolute;left:100%;top:0px}

.tp-layer-inner-rotation{position:relative !important}

img.tp-slider-alternative-image{width:100%;height:auto}

.noFilterClass{filter:none !important}

rs-bgvideo{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0;display:block}

.rs-layer.rs-fsv{top:0px;left:0px;position:absolute;width:100%;height:100%}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe
video{width:100%;height:100% }

.rs-fsv
video{background:#000}

.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0px;left:0px}

.videoisplaying .html5vid rs-poster{display:none}

.tp-video-play-button{background:#000;background:rgba(0,0,0,0.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px !important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity 300ms ease-out !important}

.rs-ISM .tp-video-play-button{opacity:1;transition:none !important;z-index:6}

.rs-audio .tp-video-play-button{display:none !important}

.rs-layer
.html5vid{width:100% !important;height:100% !important}

.tp-video-play-button
i{width:50px;height:50px;display:inline-block;text-align:center !important;vertical-align:top;line-height:50px !important;font-size:30px !important}

.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}

.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff !important;border-left:5px solid #fff !important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px !important;margin-top:5px !important}

.videoisplaying .revicon-right-dir{display:none}

.videoisplaying .tp-revstop{display:block}

.videoisplaying  .tp-video-play-button{display:none}

.fullcoveredvideo .tp-video-play-button{display:none !important}

.rs-fsv .rs-fsv
audio{object-fit:contain !important}

.rs-fsv .rs-fsv
video{object-fit:contain !important}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}

@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo
audio{object-fit:cover !important}.rs-fsv .fullcoveredvideo
video{object-fit:cover !important}}

.rs-fullvideo-cover{width:100%;height:100%;top:0px;left:0px;position:absolute;background:transparent;z-index:5}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls{display:none !important}

.rs-audio .tp-video-controls{opacity:1 !important;visibility:visible !important}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before{content:none}

rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events:none}

rs-sbg-wrap rs-dotted{z-index:31}

rs-dotted.twoxtwo{background:url('gridtile.png')}

rs-dotted.twoxtwowhite{background:url('gridtile_white.png')}

rs-dotted.threexthree{background:url('gridtile_3x3.png')}

rs-dotted.threexthreewhite{background:url('gridtile_3x3_white.png')}

.tp-shadowcover{width:100%;height:100%;top:0px;left:0px;background:#fff;position:absolute;z-index:-1}

.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,0.8)}

.tp-shadow2:before,.tp-shadow2:after,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:transparent;box-shadow:0 15px 10px rgba(0,0,0,0.8);transform:rotate(-3deg)}

.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}

.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset}

.tp-shadow5:before,.tp-shadow5:after{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px / 20px}

.rev-btn,.rev-btn:visited{outline:none !important;box-shadow:none;text-decoration:none !important;box-sizing:border-box;cursor:pointer}

.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}

.rev-btn
i{font-size:inherit;font-weight:normal;position:relative;top:0px;transition:opacity 0.2s ease-out, margin 0.2s ease-out;margin-left:0px;line-height:inherit}

.rev-btn.rev-hiddenicon
i{font-size:inherit;font-weight:normal;position:relative;top:0px;transition:opacity 0.2s ease-out, margin 0.2s ease-out;opacity:0;margin-left:0px !important;width:0px !important}

.rev-btn.rev-hiddenicon:hover
i{opacity:1 !important;margin-left:10px !important;width:auto !important}

.rev-burger{position:relative;box-sizing:border-box;padding:22px
14px 22px 14px;border-radius:50%;border:1px
solid rgba(51,51,51,0.25);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;cursor:pointer}

.rev-burger
span{display:block;width:30px;height:3px;background:#333;transition: .7s;pointer-events:none;transform-style:flat !important}

.rev-burger span:nth-child(2){margin:3px
0}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}

.rev-burger.revb-white{border:2px
solid rgba(255,255,255,0.2)}

.rev-b-span-light span,
.rev-burger.revb-white
span{background:#fff}

.rev-burger.revb-whitenoborder{border:0}

.rev-burger.revb-whitenoborder
span{background:#fff}

.rev-burger.revb-darknoborder{border:0}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder
span{background:#333}

.rev-burger.revb-whitefull{background:#fff;border:none}

.rev-burger.revb-whitefull
span{background:#333}

.rev-burger.revb-darkfull{background:#333;border:none}

.rev-burger.revb-darkfull
span{background:#fff}

@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}

.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px
solid white;border-radius:23px}

.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:normal;color:#7f8c8d;color:#fff;font-family:"proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*.active{color:#fff}

.rev-scroll-btn>*:hover,.rev-scroll-btn>*:focus,.rev-scroll-btn>*:active,.rev-scroll-btn>*.active{opacity:0.8}

.rev-scroll-btn.revs-fullwhite{background:#fff}

.rev-scroll-btn.revs-fullwhite
span{background:#333}

.rev-scroll-btn.revs-fulldark{background:#333;border:none}

.rev-scroll-btn.revs-fulldark
span{background:#fff}

.rev-scroll-btn
span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}

.rev-scroll-btn.rev-b-span-dark{border-color:#333}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark
span{background:#333}

.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0, 0, 0, 0.50);width:60px;height:60px;box-sizing:border-box;cursor:pointer}

.rev-cbutton-dark-sr{border-radius:3px}

.rev-cbutton-light{color:#333;background-color:rgba(255,255,255, 0.75)}

.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255, 0.75)}

.rev-sbutton{line-height:37px;width:37px;height:37px}

.rev-sbutton-blue{background-color:#3B5998}

.rev-sbutton-lightblue{background-color:#00A0D1}

.rev-sbutton-red{background-color:#DD4B39}

rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}

rs-progress-bar,.rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0px;width:100%;height:100%}

rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0px;left:0px}

rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}

rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}

rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0px;left:0px}

.rs-layer
img{background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)}

.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}

.rs-layer.slidelink
a{width:100%;height:100%;display:block}

.rs-layer.slidelink a
div{width:3000px;height:1500px;background:url('coloredbg.png') repeat}

.rs-layer.slidelink a
span{background:url('coloredbg.png') repeat;width:100%;height:100%;display:block}

.rs-layer .rs-starring{display:inline-block}

.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321 !important}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em !important}

.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}

.rs-layer .rs-starring .star-rating
span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em !important}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}

rs-loader{top:50%;left:50%;z-index:10000;position:absolute}

rs-loader.off{display:none !important}

rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url('loader.gif');background-repeat:no-repeat;background-position:center center;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}

rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}

rs-loader.spinner5{background-image:url('loader.gif');background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}

@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}

rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:#f00;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);border-radius:100%;animation:tp-scaleout 1.0s infinite ease-in-out}

@keyframes tp-scaleout{0%{transform:scale(0.0)}100%{transform:scale(1.0);opacity:0}}

rs-loader.spinner3{margin:-9px 0px 0px -35px;width:70px;text-align:center}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3
.bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}

rs-loader.spinner3
.bounce1{animation-delay:-0.32s}

rs-loader.spinner3
.bounce2{animation-delay:-0.16s}

@keyframes tp-bouncedelay{0%,80%,100%{transform:scale(0.0)}40%{transform:scale(1.0)}}

rs-loader.spinner4{margin:-20px 0px 0px -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2.0s infinite linear}

rs-loader.spinner4 .dot1,
rs-loader.spinner4
.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2.0s infinite ease-in-out;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15)}

rs-loader.spinner4
.dot2{top:auto;bottom:0px;animation-delay:-1.0s}

@keyframes tp-rotate{100%{transform:rotate(360deg)}}

@keyframes tp-bounce{0%,100%{transform:scale(0.0)}50%{transform:scale(1.0)}}

rs-layer
iframe{visibility:hidden}

rs-layer.rs-ii-o
iframe{visibility:visible}

rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"]{display:inline-block}

rs-layer input::placeholder{vertical-align:middle;line-height:inherit !important}

a.rs-layer{transition:none}

rs-thumbs-wrap,rs-tabs-wrap,rs-thumbs,rs-thumb,rs-tab,rs-bullet,rs-bullets,rs-navmask,rs-tabs,rs-arrow{display:block;pointer-events:all}

.tp-thumbs.navbar,.tp-bullets.navbar,.tp-tabs.navbar{border:none;min-height:0;margin:0;border-radius:0}

.tp-tabs,.tp-thumbs,.tp-bullets{position:absolute;display:block;z-index:1000;top:0px;left:0px}

.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:0.5;box-sizing:border-box}

.tp-arr-imgholder,rs-poster,.tp-thumb-image,.tp-tab-image{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0px;left:0px}

rs-poster{cursor:pointer;z-index:3}

.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}

.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box !important}

.tp-tabs,.tp-thumbs{box-sizing:content-box !important}

.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,0.3);cursor:pointer}

.tp-bullet.selected,.tp-bullet.rs-touchhover{background:#fff}

.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,0.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}

.tparrows.rs-touchhover{background:#000}

.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}

.tparrows.tp-leftarrow:before{content:'\e824'}

.tparrows.tp-rightarrow:before{content:'\e825'}

.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"]{width:auto;margin:0;line-height:inherit;box-sizing:inherit}

rs-pzimg-wrap{display:block}

body.rtl .rs-pzimg{left:0 !important}

.rs_fake_cube{transform-style:preserve-3d}

.rs_fake_cube,.rs_fake_cube_wall{position:absolute;backface-visibility:hidden;left:0px;top:0px;z-index:0}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg
canvas{overflow:hidden;z-index:5;backface-visibility:hidden}

.dddwrappershadow{box-shadow:0 45px 100px rgba(0, 0, 0, 0.4)}

.dddwrapper{transform-style:flat;perspective:10000px}

.rs_error_message_box{background:#111;width:800px;margin:40px
auto;padding:40px
20px;text-align:center;font-family:"Open Sans",sans-serif}

.rs_error_message_oops{margin:0px
0px 20px;line-height:60px;font-size:34px;color:#FFF}

.rs_error_message_content{margin:0px
0px 20px;line-height:25px;font-size:17px;color:#FFF}

.rs_error_message_button{color:#fff !important;background:#333;display:inline-block;padding:10px
15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none !important}

.rs_error_message_button:hover{background:#5e35b1}

.hglayerinfo{position:fixed;bottom:0px;left:0px;color:#FFF;font-size:12px;line-height:20px;font-weight:600;background:rgba(0, 0, 0, 0.75);padding:5px
10px;z-index:2000;white-space:normal}

.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px
5px}

.indebugmode .rs-layer:hover{border:1px
dashed #c0392b !important}

.helpgrid{border:2px
dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0}

#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7);z-index:100000;font-size:10px;overflow:scroll}

.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}

.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}

.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}

.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}

.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}

.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}

.reyes::after{background:#efcdad}

.gingham{filter:brightness(1.05) hue-rotate(-10deg)}

.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}

.toaster{filter:contrast(1.5) brightness(.9)}

.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}

.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}

.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}

.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}

.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}

.earlybird{filter:contrast(.9) sepia(.2)}

.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}

.mayfair{filter:contrast(1.1) saturate(1.1)}

.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}

.lofi{filter:saturate(1.1) contrast(1.5)}

.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}

._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}

._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}

.brooklyn{filter:contrast(.9) brightness(1.1)}

.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}

.xpro2{filter:sepia(.3)}

.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}

.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}

.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}

.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}

.lark{filter:contrast(.9)}

.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}

.lark::before{background:#22253f;mix-blend-mode:color-dodge}

.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}

.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}

.moon::after{background:#383838;mix-blend-mode:lighten}

.clarendon{filter:contrast(1.2) saturate(1.35)}

.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}

.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}

.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}

.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}

.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}

.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}

._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}

._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}

._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}

._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}

.slumber{filter:saturate(.66) brightness(1.05)}

.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}

.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.willow::after{background-color:#d8cdcb;mix-blend-mode:color}

@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}

rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after{height:500%;width:500%}

rs-loader.spinner6{width:40px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;animation:rs-revealer-6 1.4s linear infinite}

rs-loader.spinner6 .rs-spinner-inner
span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}

@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}

rs-loader.spinner7{width:35px;height:35px;transform:translate(-50%,-50%)}

rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px
solid;animation:rs-revealer-7 .8s linear infinite}

@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}

rs-loader.spinner8{width:50px;height:50px;transform:translate(-50%,-50%)}

rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}

rs-loader.spinner8 .rs-spinner-inner
span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;animation:rs-revealer-8 1.6s linear infinite}

rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}

@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}

rs-loader.spinner9{width:40px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner9 .rs-spinner-inner
span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;animation:rs-revealer-9 2s infinite ease-in-out}

rs-loader.spinner9 .rs-spinner-inner span:last-child{animation-delay:-1s}

@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}

rs-loader.spinner10{width:54px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}

rs-loader.spinner10 .rs-spinner-inner
span{display:block;height:100%;width:6px;display:inline-block;animation:rs-revealer-10 1.2s infinite ease-in-out}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){animation-delay:-1.1s}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){animation-delay:-1s}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){animation-delay:-.9s}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){animation-delay:-.8s}

@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}

rs-loader.spinner11{width:40px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}

rs-loader.spinner11 .rs-spinner-inner
span{display:block;width:33%;height:33%;background-color:#333;float:left;animation:rs-revealer-11 1.3s infinite ease-in-out}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){animation-delay:.2s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){animation-delay:.3s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){animation-delay:.4s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){animation-delay:.1s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){animation-delay:.2s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){animation-delay:.3s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){animation-delay:0s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){animation-delay:.1s}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){animation-delay:.2s}

@keyframes rs-revealer-11{0%,100%,70%{transform:scale3D(1,1,1)}35%{transform:scale3D(0,0,1)}}

rs-loader.spinner12{width:35px;height:35px;transform:translate(-50%,-50%)}

rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-12 1s infinite linear}

@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

rs-loader.spinner13{width:40px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}

rs-loader.spinner13 .rs-spinner-inner
span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;animation:rs-revealer-13 2s ease infinite}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}

@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}

rs-loader.spinner14{width:40px;height:40px;transform:translate(-50%,-50%)}

rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}

rs-loader.spinner14 .rs-spinner-inner
span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){animation:rs-revealer-14-1 2s infinite}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){animation:rs-revealer-14-2 2s infinite}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){animation:rs-revealer-14-3 2s infinite}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){animation:rs-revealer-14-4 2s infinite}

@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}

@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}

@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}

@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}

rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;transform:translate(-50%,-50%)}

rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}

rs-loader.spinner15 .rs-spinner-inner
span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;animation:rs-revealer-15 1.8s infinite ease-in-out}

rs-loader.spinner15 .rs-spinner-inner:last-child{animation-delay:-.9s}

@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}

.bgcanvas{display:none;position:absolute;overflow:hidden}

.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}

.avada-has-rev-slider-styles
.rev_slider_wrapper{transform:none}

/*! elementor-icons - v5.14.0 - 04-01-2022 */

@font-face {
    font-family: eicons;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.14.0);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.14.0#iefix) format("embedded-opentype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0) format("woff2"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.14.0) format("woff"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.14.0) format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.14.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

/*! elementor - v3.5.6 - 28-02-2022 */

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px
}

@media (min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

/*! elementor - v3.5.6 - 28-02-2022 */

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family:  Helvetica,Roboto, Arial, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family:  Helvetica,Roboto, Arial, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: flex;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: flex;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    flex-grow: 1;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

.elementor {
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

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

.elementor-align-right .elementor-button {
    width: auto
}

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

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transition: transform var(--e-transform-transition-duration, .4s)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    mask-size: var(--divider-pattern-size) 100%;
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

@media (min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family:  Helvetica,Arial, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    margin-inline-start: -5px;
    width: 1em;
    height: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
    object-fit: cover
}

.elementor-kit-12 {
    --e-global-color-primary: #000;
    --e-global-color-secondary: #00B412;
    --e-global-color-text: #000;
    --e-global-color-accent: #00B412;
    --e-global-color-be13655: #808080;
    --e-global-color-6b71d4c: #E5E5E5;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1240px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

{}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }
}

.elementor-1904 .elementor-element.elementor-element-652f900>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    align-content: center;
    align-items: center
}

.elementor-1904 .elementor-element.elementor-element-652f900 {
    margin-top: 29px;
    margin-bottom: 0px
}

.elementor-1904 .elementor-element.elementor-element-12b1cde>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-1904 .elementor-element.elementor-element-12b1cde>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px 60px 0px 0px
}

.elementor-1904 .elementor-element.elementor-element-549b098 {
    text-align: left
}

.elementor-1904 .elementor-element.elementor-element-549b098 .elementor-heading-title {
    font-size: 120px;
    line-height: 1.4em
}

.elementor-1904 .elementor-element.elementor-element-549b098>.elementor-widget-container {
    margin: 0px 0px 10px 0px
}

.elementor-1904 .elementor-element.elementor-element-fdd53e5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em
}

.elementor-1904 .elementor-element.elementor-element-fdd53e5>.elementor-widget-container {
    margin: 0px 0px 10px 0px
}

.elementor-1904 .elementor-element.elementor-element-772285b>.elementor-widget-container {
    margin: 0px 0px 30px 0px
}

.elementor-1904 .elementor-element.elementor-element-6c8f549 {
    text-align: right
}

.elementor-1904 .elementor-element.elementor-element-a0bc0df {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-6b71d4c);
    --divider-border-width: 1px
}

.elementor-1904 .elementor-element.elementor-element-a0bc0df .elementor-divider-separator {
    width: 100%;
    margin: 0 auto;
    margin-center: 0
}

.elementor-1904 .elementor-element.elementor-element-a0bc0df .elementor-divider {
    text-align: center;
    padding-top: 66px;
    padding-bottom: 66px
}

.elementor-1904 .elementor-element.elementor-element-09660e3 {
    margin-top: -9px;
    margin-bottom: 0px
}

.elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .widget-title {
    font-size: 30px
}

.elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .newsletter {
    font-size: 22px
}

.elementor-1904 .elementor-element.elementor-element-38efb24 {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-6b71d4c);
    --divider-border-width: 1px
}

.elementor-1904 .elementor-element.elementor-element-38efb24 .elementor-divider-separator {
    width: 100%;
    margin: 0 auto;
    margin-center: 0
}

.elementor-1904 .elementor-element.elementor-element-38efb24 .elementor-divider {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 56px
}

.elementor-1904 .elementor-element.elementor-element-ff0f69b {
    margin-top: 0px;
    margin-bottom: 66px
}

.elementor-1904 .elementor-element.elementor-element-25d8a11:not(.elementor-motion-effects-element-type-background),
.elementor-1904 .elementor-element.elementor-element-25d8a11>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F7F7F7
}

.elementor-1904 .elementor-element.elementor-element-25d8a11 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 56px 0px 0px 0px
}

.elementor-1904 .elementor-element.elementor-element-25d8a11>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-1904 .elementor-element.elementor-element-31c7f55>.elementor-widget-container {
    margin: 0px 0px 56px 0px
}

.elementor-1904 .elementor-element.elementor-element-e9ef268 {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-6b71d4c);
    --divider-border-width: 1px
}

.elementor-1904 .elementor-element.elementor-element-e9ef268 .elementor-divider-separator {
    width: 100%
}

.elementor-1904 .elementor-element.elementor-element-e9ef268 .elementor-divider {
    padding-top: 0px;
    padding-bottom: 0px
}

@media(min-width:768px) {
    .elementor-1904 .elementor-element.elementor-element-12b1cde {
        width: 38%
    }

    .elementor-1904 .elementor-element.elementor-element-84f4c7e {
        width: 62%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-1904 .elementor-element.elementor-element-12b1cde {
        width: 100%
    }

    .elementor-1904 .elementor-element.elementor-element-84f4c7e {
        width: 100%
    }
}

@media(max-width:1024px) {
    .elementor-1904 .elementor-element.elementor-element-652f900 {
        margin-top: -5px;
        margin-bottom: 0px
    }

    .elementor-1904 .elementor-element.elementor-element-12b1cde>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0px 0px 0px 0px
    }

    .elementor-1904 .elementor-element.elementor-element-549b098 {
        text-align: center
    }

    .elementor-1904 .elementor-element.elementor-element-549b098 .elementor-heading-title {
        line-height: 1em
    }

    .elementor-1904 .elementor-element.elementor-element-fdd53e5 {
        text-align: center
    }

    .elementor-1904 .elementor-element.elementor-element-772285b {
        text-align: center
    }

    .elementor-1904 .elementor-element.elementor-element-84f4c7e>.elementor-element-populated {
        margin: 66px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .widget-title {
        font-size: 25px
    }

    .elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .newsletter {
        font-size: 17px
    }
}

@media(max-width:767px) {
    .elementor-1904 .elementor-element.elementor-element-549b098 .elementor-heading-title {
        font-size: 100px
    }

    .elementor-1904 .elementor-element.elementor-element-fdd53e5 {
        font-size: 25px
    }

    .elementor-1904 .elementor-element.elementor-element-772285b>.elementor-widget-container {
        margin: 0px 0px 20px 0px
    }

    .elementor-1904 .elementor-element.elementor-element-84f4c7e>.elementor-element-populated {
        margin: 50px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-1904 .elementor-element.elementor-element-a0bc0df .elementor-divider {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .elementor-1904 .elementor-element.elementor-element-09660e3 {
        margin-top: 0px;
        margin-bottom: 0px
    }

    .elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .widget-title {
        font-size: 25px
    }

    .elementor-1904 .elementor-element.elementor-element-f700f0a .mailchimp-subscription .newsletter {
        font-size: 15px
    }

    .elementor-1904 .elementor-element.elementor-element-1b2f147 {
        margin-top: -10px;
        margin-bottom: 0px
    }

    .elementor-1904 .elementor-element.elementor-element-38efb24 .elementor-divider {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .elementor-1904 .elementor-element.elementor-element-ff0f69b {
        margin-top: -7px;
        margin-bottom: 50px
    }

    .elementor-1904 .elementor-element.elementor-element-25d8a11 {
        padding: 44px 0px 0px 0px
    }

    .elementor-1904 .elementor-element.elementor-element-31c7f55>.elementor-widget-container {
        margin: 0px 0px 30px 0px
    }
}

/*! elementor-icons - v5.14.0 - 04-01-2022 */

@font-face {
    font-family: eicons;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.14.0);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.14.0#iefix) format("embedded-opentype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.14.0) format("woff2"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.14.0) format("woff"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.14.0) format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.14.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

/*! elementor - v3.5.6 - 28-02-2022 */

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px
}

@media (min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

/*! elementor - v3.5.6 - 28-02-2022 */

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Helvetica, Roboto, Arial, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family:  Helvetica, Roboto, Arial,Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: flex;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: flex;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    flex-grow: 1;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

.elementor {
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

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

.elementor-align-right .elementor-button {
    width: auto
}

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

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    order: 15
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transition: transform var(--e-transform-transition-duration, .4s)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1px) and (max-width:-1px) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    mask-size: var(--divider-pattern-size) 100%;
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

@media (min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family:  Helvetica, Arial,sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    margin-inline-start: -5px;
    width: 1em;
    height: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
    object-fit: cover
}

.elementor-kit-12 {
    --e-global-color-primary: #000;
    --e-global-color-secondary: #00B412;
    --e-global-color-text: #000;
    --e-global-color-accent: #00B412;
    --e-global-color-be13655: #808080;
    --e-global-color-6b71d4c: #E5E5E5;
    --e-global-typography-primary-font-weight: 400;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1240px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

{}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }
}

.elementor-2190 .elementor-element.elementor-element-d79dc6f {
    margin-top: -24px;
    margin-bottom: 51px
}

.elementor-2190 .elementor-element.elementor-element-1bd5fb5 {
    margin-top: 0px;
    margin-bottom: 61px
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .banner-bg img {
    min-height: 220px
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-495a3e0 .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .button {
    background-color: #FFF;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-495a3e0 .button:hover {
    background-color: #FF6D22;
    color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .banner-bg img {
    min-height: 220px
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-6e19206 .button-text .ts-banner-button a {
    color: #fff
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .button {
    background-color: #00B412;
    color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-6e19206 .button:hover {
    background-color: #FFF;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .banner-bg img {
    min-height: 220px
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .button-text .ts-banner-button a {
    color: #000
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .button {
    background-color: #00B412;
    color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-5c1d0e8 .button:hover {
    background-color: #FFF;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-2914b52:not(.elementor-motion-effects-element-type-background),
.elementor-2190 .elementor-element.elementor-element-2914b52>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F7F7F7
}

.elementor-2190 .elementor-element.elementor-element-2914b52 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 63px 0px 64px 0px
}

.elementor-2190 .elementor-element.elementor-element-2914b52>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2190 .elementor-element.elementor-element-11bed701.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center
}

.elementor-2190 .elementor-element.elementor-element-11bed701>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2190 .elementor-element.elementor-element-23d745fc {
    text-align: center;
    width: 1230px;
    max-width: 1230px
}

.elementor-2190 .elementor-element.elementor-element-23d745fc>.elementor-widget-container {
    margin: 0px 0px 20px 0px
}

.elementor-2190 .elementor-element.elementor-element-151971b9 .products .product-category .meta-wrapper {
    color: #000
}

.elementor-2190 .elementor-element.elementor-element-151971b9 .products .product-category:hover .meta-wrapper {
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-151971b9 .products .product.product-category .product-wrapper {
    background-color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-2633328a>.elementor-container {
    max-width: 850px
}

.elementor-2190 .elementor-element.elementor-element-2633328a:not(.elementor-motion-effects-element-type-background),
.elementor-2190 .elementor-element.elementor-element-2633328a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F7F7F7
}

.elementor-2190 .elementor-element.elementor-element-2633328a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2190 .elementor-element.elementor-element-2633328a>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2190 .elementor-element.elementor-element-44337a34.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center
}

.elementor-2190 .elementor-element.elementor-element-44337a34>.elementor-element-populated {
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FF6D22;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}

.elementor-2190 .elementor-element.elementor-element-44337a34>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2190 .elementor-element.elementor-element-44337a34>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px 15px 15px 15px
}

.elementor-2190 .elementor-element.elementor-element-291baece {
    text-align: left;
    width: auto;
    max-width: auto
}

.elementor-2190 .elementor-element.elementor-element-291baece>.elementor-widget-container {
    margin: -6px 13px 0px 0px
}

.elementor-2190 .elementor-element.elementor-element-1d6f063 {
    line-height: 16px;
    width: auto;
    max-width: auto
}

.elementor-2190 .elementor-element.elementor-element-1d6f063>.elementor-widget-container {
    margin: 0px 13px 0px 0px
}

.elementor-2190 .elementor-element.elementor-element-3125c44 {
    line-height: 16px;
    width: auto;
    max-width: auto
}

.elementor-2190 .elementor-element.elementor-element-7e3f2943:not(.elementor-motion-effects-element-type-background),
.elementor-2190 .elementor-element.elementor-element-7e3f2943>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F7F7F7
}

.elementor-2190 .elementor-element.elementor-element-7e3f2943 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 61px;
    padding: 57px 0px 66px 0px
}

.elementor-2190 .elementor-element.elementor-element-7e3f2943>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2190 .elementor-element.elementor-element-2bdfb6d1.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center
}

.elementor-2190 .elementor-element.elementor-element-2bdfb6d1>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0px
}

.elementor-2190 .elementor-element.elementor-element-530cb770 {
    margin-top: 0px;
    margin-bottom: 61px
}

.elementor-2190 .elementor-element.elementor-element-560c04f6 {
    text-align: center
}

.elementor-2190 .elementor-element.elementor-element-3d77a18f {
    margin-top: -12px;
    margin-bottom: 0px
}

.elementor-2190 .elementor-element.elementor-element-62729695 .banner-bg img {
    min-height: 250px
}

.elementor-2190 .elementor-element.elementor-element-62729695 .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-62729695 .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-62729695 .button-text .ts-banner-button a {
    color: #000
}

.elementor-2190 .elementor-element.elementor-element-62729695 .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-62729695 .button {
    background-color: #00B412;
    color: #fff
}

.elementor-2190 .elementor-element.elementor-element-62729695 .button:hover {
    background-color: #fff;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-654f443c .banner-bg img {
    min-height: 250px
}

.elementor-2190 .elementor-element.elementor-element-654f443c .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-654f443c .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-654f443c .button-text .ts-banner-button a {
    color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-654f443c .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-654f443c .button {
    background-color: #00B412;
    color: #fff
}

.elementor-2190 .elementor-element.elementor-element-654f443c .button:hover {
    background-color: #fff;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .banner-bg img {
    min-height: 250px
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content div.banner-text {
    font-size: 16px
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content .banner-text,
.elementor-2190 .elementor-element.elementor-element-7ed11daf .button-text .ts-banner-button a {
    color: #FFF
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content .ts-banner-button .button {
    font-size: 14px
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .button {
    background-color: #00B412;
    color: #fff
}

.elementor-2190 .elementor-element.elementor-element-7ed11daf .button:hover {
    background-color: #fff;
    color: #00B412
}

.elementor-2190 .elementor-element.elementor-element-1ddb2ce5:not(.elementor-motion-effects-element-type-background),
.elementor-2190 .elementor-element.elementor-element-1ddb2ce5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #F7F7F7
}

.elementor-2190 .elementor-element.elementor-element-1ddb2ce5 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 66px;
    padding: 62px 0px 66px 0px
}

.elementor-2190 .elementor-element.elementor-element-1ddb2ce5>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s
}

.elementor-2190 .elementor-element.elementor-element-6a930a99.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: center
}

.elementor-2190 .elementor-element.elementor-element-6a930a99>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 40px
}

.elementor-2190 .elementor-element.elementor-element-6df215c6>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 33px
}

.elementor-2190 .elementor-element.elementor-element-4bb98eb1 {
    text-align: center
}

.elementor-2190 .elementor-element.elementor-element-5276d834 {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-6b71d4c);
    --divider-border-width: 1px
}

.elementor-2190 .elementor-element.elementor-element-5276d834 .elementor-divider-separator {
    width: 100%
}

.elementor-2190 .elementor-element.elementor-element-5276d834 .elementor-divider {
    padding-top: 66px;
    padding-bottom: 66px
}

.elementor-2190 .elementor-element.elementor-element-6a423c7 {
    margin-top: -10px;
    margin-bottom: 0px
}

.elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .widget-title {
    font-size: 30px
}

.elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .newsletter {
    font-size: 22px
}

.elementor-2190 .elementor-element.elementor-element-4a6e3ba {
    --divider-border-style: solid;
    --divider-color: var(--e-global-color-6b71d4c);
    --divider-border-width: 1px
}

.elementor-2190 .elementor-element.elementor-element-4a6e3ba .elementor-divider-separator {
    width: 100%
}

.elementor-2190 .elementor-element.elementor-element-4a6e3ba .elementor-divider {
    padding-top: 66px;
    padding-bottom: 66px
}

.elementor-2190 .elementor-element.elementor-element-1791c67f {
    margin-top: -7px;
    margin-bottom: 66px
}

@media(max-width:1024px) {
    .elementor-2190 .elementor-element.elementor-element-495a3e0 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-23d745fc>.elementor-widget-container {
        margin: 0px 0px 23px 0px
    }

    .elementor-2190 .elementor-element.elementor-element-151971b9 {
        width: 100%;
        max-width: 100%
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-1ddb2ce5 {
        margin-top: 0px;
        margin-bottom: 58px
    }

    .elementor-2190 .elementor-element.elementor-element-6df215c6>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 23px
    }

    .elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .widget-title {
        font-size: 22px
    }

    .elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .newsletter {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .elementor-2190 .elementor-element.elementor-element-d79dc6f {
        margin-top: -24px;
        margin-bottom: 20px
    }

    .elementor-2190 .elementor-element.elementor-element-1bd5fb5 {
        margin-top: 0px;
        margin-bottom: 45px
    }

    .elementor-2190 .elementor-element.elementor-element-495a3e0 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-495a3e0 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-6e19206 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-5c1d0e8 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-2914b52 {
        padding: 48px 0px 48px 0px
    }

    .elementor-2190 .elementor-element.elementor-element-7e3f2943 {
        margin-top: 0px;
        margin-bottom: 48px;
        padding: 45px 0px 50px 0px
    }

    .elementor-2190 .elementor-element.elementor-element-530cb770 {
        margin-top: 0px;
        margin-bottom: 48px
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-62729695 .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-654f443c .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .banner-bg img {
        min-height: 220px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content div.banner-text {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-7ed11daf .box-content .ts-banner-button .button {
        font-size: 14px
    }

    .elementor-2190 .elementor-element.elementor-element-1ddb2ce5 {
        padding: 50px 0px 50px 0px
    }

    .elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .widget-title {
        font-size: 22px
    }

    .elementor-2190 .elementor-element.elementor-element-1a115938 .mailchimp-subscription .newsletter {
        font-size: 15px
    }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

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

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

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

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

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

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

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

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

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

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

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.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 {
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

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

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

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

.fa-stack-1x {
    line-height: inherit
}

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

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

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-brands-400.eot);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.woff') format("woff"), url('fa-brands-400.ttf') format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-regular-400.eot);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.woff') format("woff"), url('fa-regular-400.ttf') format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-solid-900.eot);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.woff') format("woff"), url('fa-solid-900.ttf') format("truetype"), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Fontawesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: icomoon;
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Icomoon/icomoon.eot?u5vnmg);
    src: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Icomoon/icomoon.eot?u5vnmg#iefix) format('embedded-opentype'), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Icomoon/icomoon.ttf?u5vnmg) format('truetype'), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Icomoon/icomoon.woff?u5vnmg) format('woff'), url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/themes/agrofood/css/fonts/Icomoon/icomoon.svg?u5vnmg#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" agrofood-"],
[class^=agrofood-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.agrofood-arrow-down:before {
    content: "\e900"
}

.agrofood-arrow-left:before {
    content: "\e901";
    color: grey
}

.agrofood-cart:before {
    content: "\e902"
}

.agrofood-check:before {
    content: "\e903";
    color: #00b412
}

.agrofood-close:before {
    content: "\e904";
    color: #c4c4c4
}

.agrofood-comment:before {
    content: "\e905"
}

.agrofood-compare:before {
    content: "\e906"
}

.agrofood-filters:before {
    content: "\e907"
}

.agrofood-heart-healt:before {
    content: "\e908"
}

.agrofood-heart-2:before {
    content: "\e909"
}

.agrofood-heart-3:before {
    content: "\e90a";
    color: #ff6d22
}

.agrofood-home:before {
    content: "\e90b"
}

.agrofood-nav:before {
    content: "\e90c"
}

.agrofood-phone1:before {
    content: "\e90d";
    color: #ff6d22
}

.agrofood-plan:before {
    content: "\e90e"
}

.agrofood-search:before {
    content: "\e90f"
}

.agrofood-search-2:before {
    content: "\e910"
}

.agrofood-search-3:before {
    content: "\e911"
}

.agrofood-star:before {
    content: "\e912";
    color: #ccc
}

.agrofood-truck:before {
    content: "\e913";
    color: #ff6d22
}

.agrofood-user:before {
    content: "\e914"
}

.agrofood-film:before {
    content: "\e915"
}

.agrofood-phone:before {
    content: "\e942"
}

.agrofood-envelop:before {
    content: "\e945"
}

.agrofood-location2:before {
    content: "\e948"
}

.agrofood-clock:before {
    content: "\e94e"
}

.agrofood-quotes-left:before {
    content: "\e977"
}

.agrofood-quotes-right:before {
    content: "\e978"
}

.agrofood-spinner2:before {
    content: "\e97b"
}

.agrofood-spinner9:before {
    content: "\e982"
}

.agrofood-spinner10:before {
    content: "\e983"
}

.agrofood-spinner11:before {
    content: "\e984"
}

.agrofood-equalizer:before {
    content: "\e992"
}

.agrofood-equalizer2:before {
    content: "\e993"
}

.agrofood-warning:before {
    content: "\ea07"
}

.agrofood-notification:before {
    content: "\ea08"
}

.agrofood-plus:before {
    content: "\ea0a"
}

.agrofood-minus:before {
    content: "\ea0b"
}

.agrofood-info:before {
    content: "\ea0c"
}

.agrofood-cancel-circle:before {
    content: "\ea0d"
}

.agrofood-cross:before {
    content: "\ea0f"
}

.agrofood-checkmark:before {
    content: "\ea10"
}

.agrofood-checkmark2:before {
    content: "\ea11"
}

.agrofood-play2:before {
    content: "\ea15"
}

.agrofood-pause:before {
    content: "\ea16"
}

.agrofood-stop:before {
    content: "\ea17"
}

.agrofood-move-up:before {
    content: "\ea46"
}

.agrofood-move-down:before {
    content: "\ea47"
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage {
    float: left
}

.wp-block-gallery,
.wp-block-audio {
    margin-bottom: 20px
}

.entry-summary .short-content,
.single-post>.entry-content>.content-wrapper {
    line-height: 2
}

.wp-block-button {
    margin-bottom: 10px
}

a.wp-block-button__link,
.wp-block-button a.wp-block-button__link {
    text-decoration: none !important;
    border-radius: 30px
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border-width: 1px
}

.is-style-squared>.wp-block-button__link,
.wp-block-button__link.is-style-squared {
    border-radius: 0
}

figcaption,
.wp-caption-text {
    color: #808080;
    font-style: italic;
    font-size: 90%
}

.alignfull figcaption.blocks-gallery-caption {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.alignfull.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.alignfull.wp-block-embed.wp-embed-aspect-16-9 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.wp-block-quote cite,
.wp-block-pullquote cite {
    margin-top: 10px !important;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    font-style: normal
}

.wp-block-quote:not(.has-text-align-right) cite {
    text-align: left !important
}

blockquote.wp-block-quote.has-text-align-right:before,
article.single-post .entry-content>.content-wrapper blockquote.wp-block-quote.has-text-align-right:before {
    margin: 0 0 0 10px;
    float: right;
    transform: scaleX(-1)
}

a.wp-block-button__link:hover {
    text-decoration: none
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color) {
    color: #fff
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-width: 0
}

.wp-block-cover,
.wp-block-image {
    margin-bottom: 30px
}

.wp-block-image figcaption {
    margin-top: 10px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-weight: 500
}

.wp-block-image figcaption>h1,
.wp-block-image figcaption>h2,
.wp-block-image figcaption>h3 .wp-block-image figcaption>h4,
.wp-block-image figcaption>h5,
.wp-block-image figcaption>h6 {
    margin-bottom: 0;
    text-transform: uppercase
}

.wp-block-audio audio {
    outline: 0 !important
}

.blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.blocks-gallery-grid:after {
    display: table;
    content: "";
    clear: both
}

.wp-block-gallery li.blocks-gallery-item {
    padding: 0;
    list-style: none
}

.blocks-gallery-item figcaption {
    margin-top: 10px;
    text-align: center
}

.wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 20px
}

.wp-block-group__inner-container>*:last-child {
    margin-bottom: 0
}

.short-content>.alignnone:last-child,
.short-content>.aligncenter:last-child,
.short-content>.alignleft:last-child,
.short-content>.alignright:last-child,
.short-content>*:last-child .alignnone:last-child,
.short-content>*:last-child .aligncenter:last-child,
.short-content>*:last-child .alignleft:last-child,
.short-content>*:last-child .alignright:last-child,
.short-content>*:last-child a.wp-block-button__link:last-child,
.content-wrapper>.alignnone:last-child,
.content-wrapper>.aligncenter:last-child,
.content-wrapper>.alignleft:last-child,
.content-wrapper>.alignright:last-child,
.content-wrapper>*:last-child .alignnone:last-child,
.content-wrapper>*:last-child .aligncenter:last-child,
.content-wrapper>*:last-child .alignleft:last-child,
.content-wrapper>*:last-child .alignright:last-child,
.content-wrapper>*:last-child a.wp-block-button__link:last-child,
#primary>article.page>.alignnone:last-child,
#primary>article.page>.aligncenter:last-child,
#primary>article.page>.alignleft:last-child,
#primary>article.page>.alignright:last-child,
#primary>article.page>*:last-child .alignnone:last-child,
#primary>article.page>*:last-child .aligncenter:last-child,
#primary>article.page>*:last-child .alignleft:last-child,
#primary>article.page>*:last-child .alignright:last-child,
#primary>article.page>*:last-child a.wp-block-button__link:last-child {
    margin-bottom: 0 !important
}

.wp-block-media-text {
    margin-bottom: 20px
}

.wp-block-table.is-style-stripes {
    border: 0
}

.wp-block-archives-list li,
.wp-block-latest-posts li {
    list-style: none
}

.entry-content .content-wrapper>*[class*="wp-block-"] {
    margin-bottom: 20px
}

.wp-block-archives-list li a,
.entry-content .content-wrapper>*[class*="wp-block-"]:not(.wp-block-archives):not(.wp-block-tag-cloud) a:not(.wp-block-button__link) {
    color: inherit
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    color: #fff !important
}

.wp-block-calendar a,
.entry-content .content-wrapper>*[class*="wp-block-"] a {
    text-decoration: none !important
}

.wp-block-calendar a:hover,
.entry-content .content-wrapper>*[class*="wp-block-"]:not(.wp-block-archives):not(.wp-block-tag-cloud) a:not(.wp-block-button__link):hover {
    text-decoration: underline !important
}

.wp-block-rss li>div {
    display: inline-block
}

.wp-block-search .wp-block-search__button {
    background: #191919;
    border-color: #191919;
    color: #fff
}

.wp-block-search .wp-block-search__input {
    border-color: #e6e6e6;
    margin: 0
}

.wp-block-calendar .wp-calendar-nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.entry-summary .short-content>.wp-block-archives-list:not(:last-child),
.entry-summary .short-content>.wp-block-archives-dropdown:not(:last-child),
.entry-summary .short-content>.wp-block-calendar:not(:last-child),
.entry-summary .short-content>.wp-block-categories:not(:last-child),
.entry-summary .short-content>.wp-block-latest-comments:not(:last-child),
.entry-summary .short-content>.wp-block-latest-posts:not(:last-child),
.entry-summary .short-content>.wp-block-search:not(:last-child),
.entry-summary .short-content>.wp-block-tag-cloud:not(:last-child),
.entry-summary .short-content>.wp-block-rss:not(:last-child) {
    margin-bottom: 40px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html,
body {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    width: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    -webkit-text-size-adjust: none
}

@media print {}

.bypostauthor,
.commentlist li.comment,
.commentlist li.pingback,
.commentlist li.trackback {
    list-style: none
}

.comment-text ul,
.comment-text ol {
    margin-bottom: 20px
}

.wp-caption {
    max-width: 100%
}

.edit-link,
.drop-icon,
.screen-reader-text {
    display: none
}

.first {
    clear: both
}

.visible-phone {
    display: none !important
}

.visible-ipad {
    display: none !important
}

#cboxOverlay {
    z-index: 100000 !important
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    overflow: visible !important;
    z-index: 100001
}

.pswp--open {
    z-index: 99999
}

body .pswp__caption__center {
    text-align: center
}

body .pswp__button {
    background-image: url('default-skin.png') !important;
    background-color: transparent !important
}

body .pswp__button--arrow--left,
body .pswp__button--arrow--right {
    background: none !important
}

.gallery-caption {
    font-weight: bold
}

.wp-caption {
    max-width: 100%
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

article>p {
    clear: both
}

body.page article>p:not(.post-nav-links) {
    clear: none
}

.wp-block-embed-wordpress-tv.wp-block-embed.alignfull,
.wp-block-embed-wordpress-tv.wp-block-embed.alignfull figcaption {
    margin-bottom: 0
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 5px 5px 0
}

.wp-caption:last-child p.wp-caption-text:last-child {
    padding-bottom: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 15px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 99990
}

abbr {
    text-decoration: none
}

img {
    border: 0;
    vertical-align: top;
    margin: 0 0 0;
    max-width: 100%;
    height: auto;
    transform: translateZ(0)
}

a {
    cursor: pointer;
    background: transparent;
    transition: 150ms ease 0s;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

a:focus {
    text-decoration: none
}

a:focus,
input[type="submit"] {
    outline: none !important
}

a:active {
    color: inherit
}

a.button:hover {
    text-decoration: none
}

abbr[title],
acronym[title] {
    text-decoration: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important
}

::-webkit-input-placeholder {
    color: #4D4D4D
}

:-moz-placeholder {
    color: #4D4D4D
}

::-moz-placeholder {
    color: #4D4D4D
}

:-ms-input-placeholder {
    color: #4D4D4D
}

input[type^="number"] {
    background-clip: padding-box !important
}

input[type^="text"]:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-appearance: none
}

select:focus {
    outline: 0
}

p,
address {
    margin: 0 0 20px;
    display: block
}

strong {
    font-weight: 600
}

em {
    font-style: italic
}

ins {
    text-decoration: none
}

big {
    font-size: 150%
}

h1,
.h1,
h2,
.h2 {
    margin: 0 0 20px 0
}

h3,
.h3,
h4,
h5,
.h4,
.h5,
h6,
.h6 {
    margin: 0 0 14px 0
}

h6,
.h6 {
    margin-bottom: 10px
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

form {
    display: block
}

form .select2-container,
form .select2-container .selection {
    display: block
}

legend {
    border: 0;
    margin: 0 0 10px
}

label,
.wpcf7 p {
    line-height: 18px;
    padding: 0 0 6px 0;
    display: block
}

.wpcf7 p {
    padding: 0;
    margin-bottom: 10px
}

.ol-style {
    counter-reset: list
}

.ol-style li {
    list-style: none
}

.ol-style ol {
    counter-reset: listsub
}

.ol-style ol ol {
    counter-reset: listsub2
}

.ol-style li:before {
    counter-increment: list;
    content: counter(list) ". ";
    margin-right: 10px;
    display: inline-block
}

.ol-style ol li:before {
    counter-increment: listsub;
    content: counter(list) ". " counter(listsub)
}

.ol-style ol ol li:before {
    counter-increment: listsub2;
    content: counter(list) ". " counter(listsub) ". " counter(listsub2)
}

.ul-style li {
    list-style: none
}

ul.ul-style.list-inline li {
    display: inline-block
}

ul.ul-style.list-inline li:not(:last-child) {
    margin-right: 40px
}

.ul-style:not(.default):not(.square):not(.circle):not(.arrow-circle):not(.caret):not(.check):not(.play) li:before {
    display: none
}

.ul-style li img.alignnone {
    margin: 0 10px 8px 0;
    vertical-align: -13px
}

.woocommerce-tabs #tab-description .ul-style li img {
    margin: 0 10px 8px 0 !important
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.ul-style li:before {
    font-family: 'Font Awesome 5 Free';
    letter-spacing: 0;
    display: inline-block;
    content: "\f111";
    font-size: 8px;
    line-height: 14px;
    font-weight: 900;
    margin-right: 10px
}

.ul-style.default li:before,
.ul-style.square li:before,
.ul-style.circle li:before {
    position: relative;
    top: -3px
}

.ul-style.circle li:before,
.ul-style.square li:before {
    top: -2px
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.circle li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.circle li:before,
.ul-style.circle li:before {
    content: "\f111"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.arrow-circle li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.arrow-circle li:before,
.ul-style.arrow-circle li:before {
    content: "\f0a9"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.angle li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.angle li:before,
.ul-style.angle li:before {
    content: "\f105"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.square li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.square li:before,
.ul-style.square li:before {
    content: "\f0c8"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.caret li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.caret li:before,
.ul-style.caret li:before {
    content: "\f0da"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.check li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.check li:before,
.ul-style.check li:before {
    content: "\f00c"
}

.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style.play li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style.play li:before,
.ul-style.play li:before {
    content: "\f144"
}

ul.ul-style.text-light li:before {
    color: #fff
}

ol,
ul {
    margin-bottom: 20px
}

.no-padding {
    margin-bottom: 10px
}

ol li:last-child,
ul li:last-child {
    padding-bottom: 0
}

ol li,
ul li {
    line-height: 24px;
    padding: 5px 0
}

.rev_slider_wrapper ul li,
.rev_slider_wrapper ol li,
.rev_slider_wrapper ul,
.rev_slider_wrapper ol {
    padding: 0;
    margin: 0
}

.rev_slider_wrapper ul li,
.rev_slider_wrapper ol li {
    line-height: inherit
}

ol ol,
ol ul,
ul ul,
ul ol {
    margin: 10px 0 0 30px
}

ol ol ol,
ol ul ol,
ul ul ol,
ul ol ol,
ol ol ul,
ol ul ul,
ul ul ul,
ul ol ul {
    margin: 8px 0 0 20px
}

ol li,
ul ol li {
    list-style: decimal inside none
}

ul li {
    list-style: disc inside none
}

ul.nostyle li {
    list-style: none
}

ul ul>li {
    list-style: circle inside none
}

ul ul ul>li {
    list-style: square inside none
}

ol ol ol>li {
    list-style: lower-roman inside none
}

ol ol li {
    list-style: lower-latin inside none
}

ol.commentlist .comment-text>ol li {
    list-style: decimal inside none
}

ol.commentlist .comment-text>ol>li>ol li {
    list-style: lower-latin inside none
}

ol.commentlist .comment-text>ol>li>ol>li>ol>li {
    list-style: lower-roman inside none
}

dl:not(.gallery-item) {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 18px
}

dt {
    font-weight: bold
}

dd {
    margin: 12px 0 30px 0
}

.group_table del,
.price del,
.product-price del {
    text-decoration: none
}

.group_table del .amount,
.price del .amount,
.product-price del .amount {
    text-decoration: line-through
}

del {
    text-decoration: line-through
}

body blockquote {
    font-size: 214%;
    line-height: 1.4;
    padding: 36px 40px;
    position: relative
}

body blockquote.style-2 {
    padding: 0;
    background: transparent
}

body blockquote.style-2:before {
    display: none
}

blockquote p {
    margin: 0 0 5px
}

blockquote .entry-meta-middle {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal
}

blockquote .entry-meta-middle>.date-time {
    font-size: 11px
}

blockquote .entry-meta-middle>span {
    padding-right: 0 !important
}

blockquote .entry-meta-middle>span:before {
    display: none
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 40px
}

html pre {
    border: 0;
    border-radius: 0;
    background: rgb(240, 240, 240);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    clear: both;
    overflow: hidden;
    padding: 20px 20px;
    line-height: 26px;
    margin: 10px 0 25px 0
}

body code {
    display: inline-block;
    padding: 0 2px;
    position: relative;
    top: 4px;
    margin: 0;
    border: 0;
    border-radius: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    clear: both;
    overflow: hidden;
    font-style: italic;
    line-height: 1.2
}

body pre code {
    padding: 5px;
    background: rgb(240, 240, 240)
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

body table code {
    white-space: normal
}

table {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 30px
}

.wp-block-table {
    overflow: auto
}

table label {
    white-space: normal;
    vertical-align: top
}

label a {
    text-transform: none
}

table thead th {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 15px 0 15px 20px;
    max-width: 100%;
    table-layout: auto;
    margin-bottom: 20px
}

table td,
table th,
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 15px 0 15px 20px;
    line-height: 20px;
    text-align: left
}

table td:last-child,
table th:last-child {
    padding-left: 20px;
    padding-right: 20px
}

table tfoot tr,
table tfoot th {
    background: transparent
}

form table {
    margin-bottom: 0
}

table tbody,
table tfood,
table thead {
    max-width: 100%
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0
}

.widget-container input[type="search"]::-webkit-search-cancel-button {
    display: none
}

body .widget-container input[type="search"],
body .widget-container input[type="text"],
body .widget-container input[type="password"],
body .widget-container input[type="number"],
body .widget-container input[type="email"],
body .widget-container input[type="tel"],
body .widget-container select,
body .widget-container textarea,
body .widget input[type="search"],
body .widget input[type="text"],
body .widget input[type="password"],
body .widget input[type="number"],
body .widget input[type="email"],
body .widget input[type="tel"],
body .widget select,
body .widget textarea {
    max-width: 100%
}

body input[type="search"],
body input[type="text"],
body input[type="password"],
body input[type="number"],
body input[type="email"],
body input[type="tel"],
body select,
body textarea {
    appearance: none;
    outline: 0
}

.wpcf7 p input[type="text"],
.wpcf7 p input[type="password"],
.wpcf7 p select,
.wpcf7 p textarea {
    width: 100%;
    max-width: 100%
}

.woocommerce form.login input,
.woocommerce form.register input,
.woocommerce form.login select,
.woocommerce form.register select,
.woocommerce form.login textarea,
.woocommerce form.register textarea {
    max-width: 450px
}

html input {
    box-shadow: none;
    width: 100%;
    border: 0;
    margin: 0 0 10px;
    padding: 6px 20px;
    border-radius: 0
}

input[type='file'] {
    line-height: 18px
}

input,
button {
    transition: 350ms ease 0s
}

fieldset {
    border-width: 1px;
    border-style: solid;
    padding: 20px 20px 10px 20px;
    margin: 20px 0 20px 0
}

#payment fieldset {
    border: 0
}

fieldset legend {
    padding: 0 10px 0 10px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase
}

html input.button,
input[type^="submit"],
input[type^="radio"],
input[type^="check"] {
    width: auto;
    margin: 0
}

input[type^="submit"] {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    width: auto
}

input[type^="radio"],
input[type^="check"] {
    cursor: pointer;
    display: inline;
    width: auto;
    margin: -2px 3px 0 0;
    text-align: center;
    vertical-align: middle
}

html input:focus:invalid:focus,
html select:focus:invalid:focus {
    color: #999
}

small {
    font-size: 85%
}

body .select2-container--default .select2-selection--single .select2-selection__rendered,
select,
body select.dokan-form-control {
    line-height: 22px;
    font-weight: normal
}

body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    height: 22px
}

textarea,
select,
html input[type^="search"],
html input[type^="text"],
html input[type^="email"],
html input[type^="password"],
html input[type^="number"],
html input[type^="tel"],
.chosen-container a.chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    filter: none !important;
    background: #f2f2f2;
    padding: 11px 20px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    vertical-align: bottom;
    border-radius: 2px
}

body .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    display: block
}

select {
    padding-top: 10px;
    padding-bottom: 10px
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent
}

.woocommerce form .form-row .select2-container {
    display: block;
    line-height: 2em
}

body .select2-container {
    z-index: 992
}

.dokan-dashboard .select2-container.select2-container--open {
    z-index: 995
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    background: transparent;
    outline: none !important;
    color: inherit;
    font-weight: bold
}

body .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 0
}

body .select2-container--default .select2-results>.select2-results__options li {
    list-style: none
}

.select2-selection--single:focus {
    outline: none !important
}

body .select2-container .select2-selection--single {
    height: auto;
    border: 0
}

body .select2-container--default .select2-selection--single {
    border-radius: 2px;
    overflow: hidden;
    display: block
}

body .select2-container--open .select2-dropdown--below,
body .select2-dropdown {
    border: 0;
    z-index: 992
}

body .select2-container.category-dropdown .select2-dropdown {
    z-index: 994
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(0, 0, 0, 0.1) !important
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -15px;
    right: 15px;
    text-align: center
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 !important;
    height: 26px;
    margin: 0;
    position: static
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    font-size: 10px;
    line-height: 1;
    display: inline-block
}

body .select2-results li {
    padding: 8px 20px;
    margin: 0;
    line-height: 16px
}

body .select2-search--dropdown {
    padding: 7px;
    position: relative
}

body .select2-search--dropdown:before {
    position: absolute;
    right: 10px;
    top: 5px;
    bottom: 17px;
    width: 28px;
    content: "\f002";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    line-height: 38px !important;
    text-align: center
}

body.woocommerce-checkout .select2-search--dropdown {
    padding: 7px 20px
}

body.woocommerce-checkout .select2-search--dropdown:before {
    right: 30px
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 4px 40px 4px 12px;
    margin: 0
}

body .select2-results {
    padding: 0;
    margin: 0
}

body .select2-container--classic .select2-results>.select2-results__options,
body .select2-container--default .select2-results>.select2-results__options {
    max-height: 240px
}

body .select2-container--default .select2-results>.select2-results__options li,
body .select2-container--default .select2-results>.select2-results__options li:hover,
body .select2-container--default .select2-results>.select2-results__options li:focus {
    outline: 0 !important
}

textarea,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 150px
}

html input[type^="search"]:hover,
html input[type^="text"]:hover,
html input[type^="email"]:hover,
html input[type^="tel"]:hover,
html input[type^="password"]:hover,
html textarea:hover,
html input[type^="search"]:focus,
html input[type^="text"]:focus,
html input[type^="email"]:focus,
html input[type^="tel"]:focus,
html input[type^="password"]:focus,
html textarea:focus,
html input:focus:invalid:focus,
html select:focus:invalid:focus {
    box-shadow: none;
    background-image: none
}

input:hover,
input:focus {
    outline: none !important
}

html input[type^="button"],
html input[type^="submit"] {
    -webkit-appearance: none
}

html input[type^="button"]:focus,
html input[type^="submit"]:focus {
    outline: none !important
}

body input[type='number'] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0
}

html input[type^="radio"] {
    border: 0;
    padding: 0
}

html input[type^="checkbox"] {
    border: 0;
    padding: 0
}

textarea {
    background: #fff;
    border-width: 0;
    padding: 12px 15px;
    width: 100%;
    -webkit-appearance: none;
    transition: 350ms ease 0s;
    -webkit-appearance: none;
    overflow: auto
}

select,
select.dokan-form-control {
    padding-left: 15px;
    padding-right: 30px;
    max-width: 400px;
    filter: none !important;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('icon-select.svg');
    background-position: 97% 50%;
    background-repeat: no-repeat;
    cursor: pointer
}

select[multiple="multiple"],
select.dokan-form-control[multiple="multiple"] {
    background-position: 97% 14px
}

select option {
    padding: 5px 8px
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    float: left
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 30px 11px 20px
}

br {
    margin: 0 0 5px
}

button,
button:hover,
button:focus {
    outline: 0
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.woocommerce ul.products li.product .button {
    margin: 0
}

.woocommerce ul.products li.product .price ins {
    font-weight: normal
}

a.button {
    display: inline-block
}

a.button,
button,
input[type^="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.elementor-button-wrapper .elementor-button,
.shopping-cart p.buttons a,
a.wp-block-button__link,
.wp-block-search .wp-block-search__button,
input[type="submit"].dokan-btn,
.wishlist_table .product-add-to-cart a,
a.dokan-btn,
.dokan-btn,
#comments .wcpr-filter-button,
.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare,
#ts-search-sidebar.full-width .ts-search-result-container .view-all-wrapper a {
    padding: 10px 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    filter: none;
    cursor: pointer;
    text-align: center;
    background-image: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-decoration: none
}

.elementor-button-wrapper .elementor-button {
    padding-top: 7px;
    padding-bottom: 7px
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.woocommerce table.my_account_orders .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce .button.button-small,
.button.button-small,
.ts-banner.button-default.size-small .ts-banner-button a.button,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button {
    padding: 5px 20px;
    min-width: 0;
    font-size: 110%;
    line-height: inherit;
    text-decoration: none
}

.elementor-button-wrapper .elementor-button.elementor-size-xs {
    min-width: 0;
    font-weight: normal;
    text-decoration: none
}

.elementor-button-wrapper .elementor-button.elementor-size-md {
    padding-left: 30px;
    padding-right: 30px
}

.elementor-button-wrapper .elementor-button.elementor-size-lg {
    padding: 12px 40px
}

.elementor-button-wrapper .elementor-button.elementor-size-xl {
    padding: 16px 50px
}

.woocommerce .button.button-border,
.button.button-border {
    background: transparent
}

.button-white {
    background: #fff !important;
    border-color: #fff !important;
    color: #1f1f1f !important;
    min-width: 180px
}

.button-white:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff !important
}

a.button:hover,
button:hover,
input[type^="submit"]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    text-shadow: none;
    filter: none;
    background-image: none;
    outline: none
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    top: 50%
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    background-color: #ebe9eb;
    border-color: #ebe9eb
}

.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
    border-color: #ebe9eb
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    vertical-align: initial;
    display: none
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0;
    outline: 0
}

.clear {
    clear: both;
    min-height: 1px;
    width: 100%;
    position: relative;
    margin-bottom: -1px
}

.clearboth {
    clear: both
}

.clearleft {
    clear: left
}

.noimage {
    margin-left: 0
}

.alignnone {
    clear: both;
    margin: 10px 20px 10px 0
}

.alignleft {
    clear: both;
    float: left !important;
    margin: 0 20px 20px 0 !important;
    max-width: 100%;
    height: auto
}

.alignright {
    clear: both;
    float: right;
    margin: 10px 0 20px 20px !important;
    max-width: 100%;
    height: auto
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%;
    height: auto
}

iframe html {
    position: relative;
    z-index: 1
}

.thumbnail {
    border-radius: 2px;
    position: relative;
    display: block
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 1;
    position: relative
}

a.button.loading .blockOverlay {
    display: none !important
}

body.boxed #page {
    margin-left: auto;
    margin-right: auto
}

.layout-fullwidth .footer-container .container {
    padding-left: 30px;
    padding-right: 30px
}

.layout-fullwidth .sub-menu>li>.ts-megamenu-container {
    max-width: 100%
}

.page-container,
.container,
.breadcrumb-title-wrapper .breadcrumb-content {
    margin-right: auto;
    margin-left: auto
}

.hidden {
    display: none !important
}

.ts-columns:after {
    display: table;
    content: "";
    clear: both
}

.ts-columns {
    margin-left: -15px;
    margin-right: -15px
}

.ts-columns>.ts-item {
    float: left;
    padding: 0 15px
}

.ts-columns-1>.ts-item {
    width: 100%;
    float: left
}

.ts-columns-2>.ts-item {
    width: 50%
}

.ts-columns-3>.ts-item {
    width: 33.33333%
}

.ts-columns-4>.ts-item {
    width: 25%
}

.ts-columns-5>.ts-item {
    width: 20%
}

.ts-columns-6>.ts-item {
    width: 16.6%
}

.ts-columns-7>.ts-item {
    width: 14.285%
}

.ts-columns-8>.ts-item {
    width: 12.5%
}

.ts-columns-300>.ts-item {
    width: 300px
}

.ts-col-1,
.ts-col-2,
.ts-col-3,
.ts-col-4,
.ts-col-5,
.ts-col-6,
.ts-col-7,
.ts-col-8,
.ts-col-9,
.ts-col-10,
.ts-col-11,
.ts-col-12,
.ts-col-13,
.ts-col-14,
.ts-col-15,
.ts-col-16,
.ts-col-17,
.ts-col-18,
.ts-col-19,
.ts-col-20,
.ts-col-21,
.ts-col-22,
.ts-col-23,
.ts-col-24 {
    width: 100%;
    float: none;
    min-height: 1px;
    padding: 0 15px
}

#left-sidebar,
#right-sidebar {
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 66px
}

#main-content {
    padding: 0 20px
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

.ts-header .container,
footer .container,
.breadcrumb-title-wrapper .breadcrumb-content {
    padding-left: 20px;
    padding-right: 20px
}

#main>.page-container {
    padding-top: 24px
}

.single-post #main>.page-container {
    padding-top: 0
}

.woocommerce-page #main>.page-container {
    padding-top: 30px
}

.woocommerce-page.woocommerce-account #main>.page-container,
.woocommerce-page.woocommerce-cart #main>.page-container {
    padding-top: 66px
}

.woocommerce-page.woocommerce-checkout #main>.page-container {
    padding-top: 60px
}

.woocommerce-page.woocommerce-wishlist #main>.page-container {
    padding-top: 55px
}

@media (min-width: 768px) {
    #group-icon-header {
        display: none
    }

    .ts-col-1,
    .ts-col-2,
    .ts-col-3,
    .ts-col-4,
    .ts-col-5,
    .ts-col-6,
    .ts-col-7,
    .ts-col-8,
    .ts-col-9,
    .ts-col-10,
    .ts-col-11,
    .ts-col-12,
    .ts-col-13,
    .ts-col-14,
    .ts-col-15,
    .ts-col-16,
    .ts-col-17,
    .ts-col-18,
    .ts-col-19,
    .ts-col-20,
    .ts-col-21,
    .ts-col-22,
    .ts-col-23,
    .ts-col-24 {
        float: left
    }

    .ts-col-24 {
        width: 100%
    }

    .ts-col-23 {
        width: 95.83333333%
    }

    .ts-col-22 {
        width: 91.66666667%
    }

    .ts-col-21 {
        width: 87.5%
    }

    .ts-col-20 {
        width: 83.33333333%
    }

    .ts-col-19 {
        width: 79.16666667%
    }

    .ts-col-18 {
        width: 75%
    }

    .ts-col-17 {
        width: 70.83333333%
    }

    .ts-col-16 {
        width: 66.66666667%
    }

    .ts-col-15 {
        width: 62.5%
    }

    .ts-col-14 {
        width: 58.33333333%
    }

    .ts-col-13 {
        width: 54.16666667%
    }

    .ts-col-12 {
        width: 50%
    }

    .ts-col-11 {
        width: 45.83333333%
    }

    .ts-col-10 {
        width: 41.66666667%
    }

    .ts-col-9 {
        width: 37.5%
    }

    .ts-col-8 {
        width: 33.33333333%
    }

    .ts-col-7 {
        width: 29.16666667%
    }

    .ts-col-6 {
        width: 25%
    }

    .ts-col-5 {
        width: 20.83333333%
    }

    .ts-col-4 {
        width: 16.66666667%
    }

    .ts-col-3 {
        width: 12.5%
    }

    .ts-col-2 {
        width: 8.33333333%
    }

    .ts-col-1 {
        width: 4.16666667%
    }

    body.boxed #page,
    .page-container,
    .container,
    .dokan-store #page>#main,
    .breadcrumb-title-wrapper .breadcrumb-content,
    body.boxed header.ts-header .header-sticky,
    .ts-sidebar-content .filter-widget-area,
    .ts-header .ts-megamenu.no-stretch-content>.sub-menu>li,
    body.header-v1>#ts-search-result-container .search-content,
    body.header-v1>#ts-search-result-container>p {
        max-width: 100%;
        width: 100%
    }

    .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:first-child>.elementor-container {
        padding-top: 25px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:last-child>.elementor-container {
        padding-bottom: 25px !important
    }

    .vertical-categories-wrapper~#main .elementor-section.elementor-section-stretched {
        width: calc(100% + 50px) !important;
        left: -25px !important
    }

    .header-fullwidth .ts-header nav>ul.menu li.ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch:not(.no-stretch-content) ul.sub-menu .elementor-section-wrap>.elementor-section.elementor-section-full_width>.elementor-container,
    .layout-fullwidth .ts-header nav>ul.menu li.ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch:not(.no-stretch-content) ul.sub-menu .elementor-section-wrap>.elementor-section.elementor-section-full_width>.elementor-container {
        padding: 0 !important
    }
}

@media (min-width: 992px) {
    .header-ipad {
        display: none
    }

    body.boxed #page,
    .page-container,
    .container,
    body>#ts-search-result-container .search-content,
    .dokan-store #page>#main,
    .breadcrumb-title-wrapper .breadcrumb-content,
    body.boxed header.ts-header .header-sticky,
    .ts-sidebar-content .filter-widget-area,
    .ts-header .ts-megamenu.no-stretch-content>.sub-menu>li {
        max-width: 100%;
        width: 100%
    }

    #left-sidebar.ts-col-6,
    #left-sidebar.ts-col-6,
    #right-sidebar.ts-col-6,
    #right-sidebar.ts-col-6 {
        width: 20%
    }

    #main-content.ts-col-18,
    #main-content.ts-col-18 {
        width: 80%
    }

    #main-content.ts-col-12,
    #main-content.ts-col-12 {
        width: 60%
    }
}

@media (min-width: 1279px) {

    .header-fullwidth .ts-header .container,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-content,
    .layout-fullwidth .ts-header .container,
    .layout-fullwidth .page-container,
    .main-content-fullwidth .page-container,
    .main-content-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .footer-container .container {
        max-width: 100%;
        width: 100%
    }

    .header-fullwidth .ts-header .container,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-content,
    .layout-fullwidth .ts-header .container,
    .layout-fullwidth .footer-container .container,
    .main-content-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .ts-header nav>ul.menu li.ts-megamenu-fullwidth-stretch ul.sub-menu,
    body>.ts-search-result-container,
    .layout-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .footer-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .vertical-categories-wrapper~#main .elementor-section.elementor-section-stretched {
        width: calc(100% + 60px) !important;
        left: -30px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:first-child>.elementor-container {
        padding-top: 30px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:last-child>.elementor-container {
        padding-bottom: 30px !important
    }

    .main-content-fullwidth .page-container,
    .layout-fullwidth .page-container {
        padding-left: 10px;
        padding-right: 10px
    }

    body.boxed #page,
    .page-container,
    .container,
    .dokan-store #page>#main,
    .breadcrumb-title-wrapper .breadcrumb-content,
    .ts-sidebar-content .filter-widget-area,
    body.boxed header.ts-header .header-sticky {
        max-width: 1280px;
        width: 100%
    }

    .woocommerce #customer_login,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content,
    body>#ts-search-result-container .search-content {
        max-width: 1240px;
        width: 100%
    }

    body.ts-login .woocommerce #customer_login,
    body.ts-register .woocommerce #customer_login,
    .woocommerce form.track_order,
    .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
        max-width: 620px
    }

    li.ts-megamenu-fullwidth-stretch.no-stretch-content .sub-menu>li>.ts-megamenu-container,
    li:not(.ts-megamenu-fullwidth-stretch) .sub-menu>li>.ts-megamenu-container {
        max-width: 1300px;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .main-content-fullwidth.page-container,
    .layout-fullwidth .page-container,
    .main-content-fullwidth .container,
    .layout-fullwidth .container,
    body.header-fullwidth>#ts-search-result-container .search-content,
    body.layout-fullwidth>#ts-search-result-container .search-content,
    .header-fullwidth li.ts-megamenu-fullwidth-stretch.no-stretch-content .sub-menu>li>.ts-megamenu-container,
    .layout-fullwidth li.ts-megamenu-fullwidth-stretch.no-stretch-content .sub-menu>li>.ts-megamenu-container,
    .header-fullwidth li:not(.ts-megamenu-fullwidth-stretch) .sub-menu>li>.ts-megamenu-container,
    .layout-fullwidth li:not(.ts-megamenu-fullwidth-stretch) .sub-menu>li>.ts-megamenu-container,
    .ts-megamenu-fullwidth-stretch .elementor-section.elementor-section-boxed>.elementor-container,
    .ts-megamenu-fullwidth-stretch .elementor-section>.elementor-container,
    .header-fullwidth .elementor-section>.elementor-container,
    .main-content-fullwidth .elementor-section>.elementor-container,
    .footer-fullwidth .footer-container .elementor-section.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .footer-container .elementor-section.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .elementor-section>.elementor-container {
        max-width: 100%
    }

    .ts-megamenu-fullwidth-stretch .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .footer-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container {
        width: 100% !important
    }

    .single-post.main-content-fullwidth #left-sidebar.ts-col-6,
    .single-post.layout-fullwidth #left-sidebar.ts-col-6,
    .single-post.main-content-fullwidth #right-sidebar.ts-col-6,
    .single-post.layout-fullwidth #right-sidebar.ts-col-6 {
        width: 28%
    }

    .single-post.main-content-fullwidth #main-content.ts-col-18,
    .single-post.layout-fullwidth #main-content.ts-col-18 {
        width: 72%
    }

    body:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) #main-content.ts-col-24 [class*="wp-block-"].alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        padding: 0 8px;
        max-width: 1000%
    }

    body:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) #main-content.ts-col-24 .wp-block-columns.alignfull {
        padding: 0 18px
    }

    body.is-safari:not(.grimlock--navigation-fixed-left):not(.grimlock--navigation-fixed-left) #main-content.ts-col-24 [class*="wp-block-"].alignfull {
        padding: 0
    }
}

@media (min-width: 1340px) {

    .header-fullwidth .ts-header .container,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-content,
    .layout-fullwidth .ts-header .container,
    .layout-fullwidth .footer-container .container,
    .main-content-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .ts-header nav>ul.menu li.ts-megamenu-fullwidth-stretch ul.sub-menu,
    .layout-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .footer-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .header-v2.header-fullwidth .ts-header .container,
    .header-v2.layout-fullwidth .ts-header .container,
    .header-v4.header-fullwidth .ts-header .container,
    .header-v4.layout-fullwidth .ts-header .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .main-content-fullwidth .page-container,
    .layout-fullwidth .page-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:first-child>.elementor-container {
        padding-top: 40px !important
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:last-child>.elementor-container {
        padding-bottom: 40px !important
    }

    .main-content-fullwidth #left-sidebar.ts-col-6,
    .layout-fullwidth #left-sidebar.ts-col-6,
    .main-content-fullwidth #right-sidebar.ts-col-6,
    .layout-fullwidth #right-sidebar.ts-col-6 {
        width: 18%
    }

    .main-content-fullwidth #main-content.ts-col-18,
    .layout-fullwidth #main-content.ts-col-18 {
        width: 82%
    }

    .main-content-fullwidth #main-content.ts-col-12,
    .layout-fullwidth #main-content.ts-col-12 {
        width: 54%
    }
}

@media (min-width: 1500px) {

    .header-fullwidth .ts-header .container,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-content,
    .layout-fullwidth .ts-header .container,
    .layout-fullwidth .footer-container .container,
    .main-content-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
    .ts-header nav>ul.menu li.ts-megamenu-fullwidth-stretch ul.sub-menu,
    .layout-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .footer-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section.elementor-section-stretched.elementor-section-boxed>.elementor-container {
        padding-left: 50px;
        padding-right: 50px
    }

    .main-content-fullwidth .page-container,
    .layout-fullwidth .page-container {
        padding-left: 30px;
        padding-right: 30px
    }

    .header-fullwidth .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container,
    .layout-fullwidth .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container {
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .vertical-categories-wrapper~#main .elementor-section.elementor-section-stretched {
        width: calc(100% + 100px) !important;
        left: -50px !important
    }
}

@media (min-width: 1700px) {

    .main-content-fullwidth #left-sidebar.ts-col-6,
    .layout-fullwidth #left-sidebar.ts-col-6,
    .main-content-fullwidth #right-sidebar.ts-col-6,
    .layout-fullwidth #right-sidebar.ts-col-6 {
        width: 14%
    }

    .main-content-fullwidth #main-content.ts-col-18,
    .layout-fullwidth #main-content.ts-col-18 {
        width: 86%
    }

    .main-content-fullwidth #main-content.ts-col-12,
    .layout-fullwidth #main-content.ts-col-12 {
        width: 72%
    }
}

html #page {
    position: relative;
    overflow: hidden
}

body.boxed #page {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

body.boxed header.ts-header,
body.boxed #main,
body.boxed footer#colophon {
    margin-left: auto;
    margin-right: auto
}

body.boxed.layout-fullwidth #page,
body.boxed.layout-fullwidth header.ts-header .header-menu {
    box-shadow: none;
    max-width: 100%
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left
}

.woocommerce-password-strength {
    font-weight: normal
}

.woocommerce-password-hint {
    margin-top: 10px;
    line-height: 20px
}

.woocommerce p.stars a:hover {
    text-decoration: none
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 16px
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 49%
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    margin-right: 2%;
    clear: both
}

.woocommerce form.login .button,
.woocommerce form.register .button {
    margin: 0 10px 0 0;
    min-width: 140px
}

.date-time a {
    display: inline-block
}

.mobile-menu-wrapper .ts-megamenu.no-stretch-content>.sub-menu>li .elementor-section.elementor-section-stretched {
    width: 100vw !important;
    left: calc(-50vw + 50%) !important
}

body .elementor-column-gap-narrow>.elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px
}

body .elementor-column-gap-default>.elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
}

body .elementor-column-gap-extended>.elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px
}

body .elementor-column-gap-wide>.elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
}

body .elementor-column-gap-wider>.elementor-row {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px
}

#page ::-webkit-scrollbar,
#ts-quickshop-modal div.product>.summary::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    cursor: pointer
}

#page ::-webkit-scrollbar-track,
#ts-quickshop-modal div.product>.summary::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track {
    background-color: #d9d9d9
}

#page ::-webkit-scrollbar-thumb,
#ts-quickshop-modal div.product>.summary::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}

.ts-video.auto-size {
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
    height: 0 !important;
    width: 100% !important;
    overflow: hidden
}

.ts-video.auto-size iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.entry-content .content-wrapper a {
    text-decoration: underline
}

.ts-parallax-bg {
    background-attachment: fixed !important
}

.ts-button {
    min-width: 120px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li>a,
.product-name a,
.button-readmore,
.ts-wg-meta a {
    text-decoration: none
}

.heading-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative
}

.ts-description,
.ts-description-2 {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.ts-description-2 {
    max-width: 820px
}

.aligncenter,
.ts-aligncenter {
    text-align: center;
    position: relative;
    z-index: 1;
    backface-visibility: hidden
}

.ts-aligncenter {
    background-position: center center !important
}

.ts-aligncenter .counter-wrapper {
    margin-left: auto;
    margin-right: auto
}

.ts-alignright {
    text-align: right
}

.ts-alignleft {
    text-align: left
}

.social-right ul.list-icons {
    float: right
}

.social-left ul.list-icons {
    float: left
}

body .bg-center {
    background-size: cover;
    background-position: center !important
}

.sub-menu.hide {
    display: none !important
}

body.tribe-theme-agrofood .datepicker table tr td span {
    height: 34px;
    line-height: 34px
}

body.tribe-theme-agrofood .datepicker {
    z-index: 993 !important
}

.style-list dl {
    display: flex
}

.style-list dl:after {
    display: table;
    clear: both;
    content: ""
}

.style-list dl>* {
    margin: 0
}

.style-list dl>dt {
    min-width: 200px;
    max-width: 50%
}

.fa {
    font-family: "FontAwesome";
    font-weight: normal
}

ul.list-icon li {
    list-style: none;
    position: relative
}

ul.list-icon li:before {
    content: "\f105";
    margin-right: 8px;
    font-family: 'Font Awesome 5 Free';
    letter-spacing: 0;
    display: inline-block;
    font-weight: 900
}

span.close {
    cursor: pointer
}

ul.list-item {
    margin: 0 -15px -20px -15px;
    display: block
}

ul.list-item:after {
    display: table;
    clear: both;
    content: ""
}

ul.list-item li {
    float: left;
    margin: 0 15px 20px 15px;
    padding: 0;
    list-style: none
}

ul.list-menu-footer {
    margin: -20px
}

ul.list-menu-footer li {
    display: inline-block;
    margin: 10px 20px;
    padding: 0
}

h3>a:hover,
ul.list-menu-footer li a:hover .button-text,
.button-text:hover,
.woocommerce-cart table.cart td.actions .button {
    text-decoration: none
}

.overlay {
    cursor: pointer
}

h3.product-title>a {
    text-transform: none
}

body .bg-left {
    background-position: left center !important;
    background-repeat: no-repeat !important
}

body .bg-right {
    background-position: right center !important;
    background-repeat: no-repeat !important
}

.z-index {
    position: relative;
    z-index: 4
}

.payment-right {
    float: right
}

.payment-left {
    float: left
}

.ts-sidebar:after,
header:after,
.header-left:after,
.header-container:after,
div#main:after,
div.wpcf7 .ts-row:after,
.ts-megamenu-container:after,
.container:after,
div.content-wrapper:after,
.page-container:after,
.ts-social-sharing ul:after,
.social-icons ul:after,
.woocommerce #customer_login:after,
.header-right .language-currency:after,
#group-icon-header .social-icons ul:after,
.woocommerce div.product:after,
.mobile-2-columns ul:after,
div.product .summary .meta-content>div:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form:after,
.my-account-wrapper .ts-style-text .account-control:after,
.single-product-buttons-sharing .single-product-buttons:after,
.single-portfolio.left-thumbnail .entry-main:after,
.woocommerce-account .woocommerce-MyAccount-navigation ul:after,
.products .product:not(.product-category) .meta-wrapper-2:after,
.ts-blogs-wrapper .blogs:after,
.ts-product .content-wrapper:after,
.ts-shortcode .items:after,
.ts-portfolio-wrapper .ts-portfolio-wrapper .item-wrapper:after,
#commentform .info-wrapper:after,
.product-images-summary:after,
.portfolio-info.like-button:after,
.group-button-header .language-currency:after,
.widget-container .ts-slider .owl-nav:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs:after,
.panel .product-content:after,
.related-posts .blogs:after,
.woocommerce .products:after,
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after {
    display: table;
    content: "";
    clear: both
}

@keyframes animation_menu {
    0% {
        visibility: hidden;
        transform: scale(1, 0.7)
    }

    100% {
        visibility: visible;
        transform: scale(1, 1)
    }
}

@keyframes mySticky {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes animation_menu_sub {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.7, 1)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: scale(1, 1)
    }
}

@keyframes animation_fade {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes animation_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes slidebottomtotop {
    0% {
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes animation_tranlate_right {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-5px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0)
    }
}

@keyframes animation_tranlate_left {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translateX(5px)
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translateX(0)
    }
}

blockquote:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper>a:before,.my-notification-wrapper>a:before,
.ts-tiny-account-wrapper .account-control>a:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-mobile-icon-toggle .icon:before,
.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before,
.mobile-button-home .icon:before,
.header-contact-info:before,
.sub-menu>li.parent .ts-menu-drop-icon:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
.ts-header nav>ul.menu li[class*="agrofood-"]:before,
.mobile-menu-wrapper nav>ul li[class*="agrofood-"]:before,
.widget_nav_menu li[class*="agrofood-"]:before,
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current):before,
.ts-language-switcher .wpml-ls-legacy-dropdown>ul>li>a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.header-language .wpml-ls-legacy-dropdown>ul>li>a:after,
.header-language .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.ts-currency-switcher .wcml_currency_switcher>a:after,
.header-currency .wcml_currency_switcher>a:after,
.single-navigation>a:before,
.owl-nav>div:before,
ul li.cat-parent>span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
.widget_display_search>form>div:before,
.ts-header .search-table .search-button:before,
body .select2-search--dropdown:before,
#group-icon-header .tab-mobile-menu li:before,
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
nav.main-menu>ul.menu li.parent>a:after,
.mobile-menu-wrapper li .ts-menu-drop-icon:after,
.product-group-button>div a:after,
.product-group-button>div.loop-add-to-cart a.added:after,
.product-group-button-meta>div.button-in a:before,
.product-group-button-meta>div.loop-add-to-cart>a.button:before,
.product_list_widget .button-in a:after,
.woocommerce .summary form.cart button.button:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .button:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:after,
.add-to-cart-popup-content .heading .theme-title:before,
.vertical-menu-heading:before,
#to-top a:before,
#ts-filter-widget-area .close:after,
.eicon-close:before,
.ts-store-notice .close:before,
.ts-floating-sidebar .close:after,
.ts-popup-modal .close:after,
body #cboxClose:after,
html body>h1 a.close:before,
body table.compare-list tr.remove td>a .remove:before,
.portfolio-thumbnail a.like:before,
.portfolio-like .ic-like:before,
.entry-meta-middle .comment-count:before,
ul li.recentcomments .comment-author-link:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:before,
.woocommerce div.product form.cart .reset_variations:before,
.woocommerce table.shop_table .product-remove a:before,
ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.filter-widget-area-button>a:before,
body.search.search-no-results .alert:before,
.woocommerce.archive #primary>.woocommerce-info:before,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.vertical-menu-heading:before {
    content: "\e90e"
}

.ts-tiny-account-wrapper .account-control>a:before {
    content: "\e914"
}

.shopping-cart-wrapper .cart-control .ic-cart:before {
    content: "\e902"
}

.my-wishlist-wrapper>a:before {
    content: "\f0a2"
}

#group-icon-header .tab-mobile-menu li:before,
.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before,
.ts-mobile-icon-toggle .icon:before {
    content: "\e90c"
}

#group-icon-header .tab-mobile-menu #vertical-menu:before {
    content: "\e90e";
    font-size: 120%;
    vertical-align: -2px
}

#group-icon-header .tab-mobile-menu li:before {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 10px
}

.mobile-button-home .icon:before {
    content: "\e90b"
}

.filter-widget-area-button>a:before {
    content: "\e907"
}

.portfolio-thumbnail a.like.already-like:before,
.portfolio-like .ic-like.already-like:before {
    content: "\e90a"
}

.header-contact-info:before {
    content: "\e90d"
}

body.search.search-no-results .alert:before,
.woocommerce.archive #primary>.woocommerce-info:before {
    content: "\ea0c"
}

#to-top a:before,
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current):before {
    content: "\e901"
}

body #cboxClose:after,
html body>h1 a.close:before,
body table.compare-list tr.remove td>a .remove:before,
#ts-filter-widget-area .close:after,
.eicon-close:before,
.search-button.search-icon .icon.active:before,
.ts-store-notice .close:before,
.ts-floating-sidebar .close:after,
.ts-popup-modal .close:after,
.woocommerce table.shop_table .product-remove a:before,
ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:before,
.woocommerce div.product form.cart .reset_variations:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before {
    content: "\e904"
}

.ts-language-switcher .wpml-ls-legacy-dropdown>ul>li>a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.header-language .wpml-ls-legacy-dropdown>ul>li>a:after,
.header-language .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.ts-currency-switcher .wcml_currency_switcher>a:after,
.header-currency .wcml_currency_switcher>a:after,
nav.main-menu>ul.menu li.parent>a:after,
.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after,
ul li.cat-parent>span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
body .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e900"
}

ul li.cat-parent>span.icon-toggle:after,
.widget-title-wrapper a.block-control:after,
.elementor-widget[data-widget_type*="wp-widget-"] ul li>span.icon-toggle:after {
    content: "\ea0a"
}

.widget-title-wrapper a.block-control.active:after,
.widget-container ul li.active>span.icon-toggle:after,
.elementor-widget[data-widget_type*="wp-widget-"] ul li.active>span.icon-toggle:after,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:after {
    content: "\ea0b"
}

.sub-menu>li.parent .ts-menu-drop-icon:after,
nav.main-menu>ul.menu .sub-menu li.parent>a:after,
.mobile-menu-wrapper li .ts-menu-drop-icon:after {
    content: "\e900";
    display: inline-block;
    transform: rotate(-90deg)
}

.mobile-menu-wrapper li.active .ts-menu-drop-icon.active:after {
    content: "\e900";
    display: inline-block;
    transform: rotate(90deg)
}

body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: "\e900"
}

.single-navigation.next:not(:empty)>a:before,
.owl-nav>div.owl-next:before {
    content: "\e901"
}

.single-navigation.prev:not(:empty)>a:before,
.owl-nav>div.owl-prev:before {
    content: "\e901";
    transform: scaleX(-1)
}

.widget_display_search>form>div:before,
.ts-header .search-table .search-button:before,
body .select2-search--dropdown:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "\e90f"
}

.search-button.search-icon .icon:before {
    content: "\e911"
}

.product-group-button>div.quickshop a:after {
    content: "\e910"
}

.product-group-button-meta>div.compare a:before,
.product-group-button>div.compare a:after {
    content: "\e906"
}

.portfolio-thumbnail a.like:before,
.portfolio-like .ic-like:before,
.product_list_widget .button-in.wishlist a:after,
.product-group-button-meta>div.wishlist a:before,
.product-group-button>div.wishlist a:after {
    content: "\e909"
}

.product-group-button-meta>div.wishlist .added a:before,
.product-group-button>div.wishlist .added a:after,
.product_list_widget .button-in.wishlist .added a:after {
    content: "\e90a"
}

.product-group-button>div.loop-add-to-cart a:after,
.product-group-button>div.loop-add-to-cart a.added:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .button:before,
.woocommerce .summary form.cart button.button:before {
    content: "\e902"
}

.product-group-button-meta>.loop-add-to-cart .button.added:before,
.woocommerce .summary form.cart button.button.added:before {
    content: "\e903"
}

.add-to-cart-popup-content .heading .theme-title:before {
    content: "\e903"
}

.product-group-button>div.loop-add-to-cart a.added:after {
    display: block !important;
    margin: 0;
    line-height: 30px
}

.entry-meta-middle .comment-count:before,
ul li.recentcomments .comment-author-link:before {
    content: "\e905"
}

blockquote:before {
    content: "\e977"
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    content: "\e913";
    vertical-align: -2px
}

.ts-product-video-button:before,
.ts-product-360-button:before,
.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.widget-container.product-filter-by-brand ul>li label:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.woocommerce .widget_layered_nav_filters ul li a:after,
.product-filter-by-color ul li a:after,
.product-wrapper .color-swatch>div:after,
.ts-product-attribute div.option.color a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.ts-header nav>ul.menu li[class*="fa-"]:before,
.mobile-menu-wrapper nav>ul li[class*="fa-"]:before,
.widget_nav_menu li[class*="fa-"]:before,
.woocommerce-account .addresses .title .edit:before,
.threesixty .nav_bar a:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.threesixty .nav_bar a:before {
    content: "\f04b";
    font-weight: 900
}

.threesixty .nav_bar a.nav_bar_stop:before {
    content: "\f04d"
}

.threesixty .nav_bar a.nav_bar_previous:before {
    content: "\f049"
}

.threesixty .nav_bar a.nav_bar_next:before {
    content: "\f050"
}

.ts-product-video-button:before {
    content: "\f144";
    font-weight: 900
}

.ts-product-360-button:before {
    content: "\f2f1";
    font-weight: 900
}

.widget_nav_menu li.fas:before,
.ts-header nav>ul.menu li.fas:before,
.mobile-menu-wrapper nav>ul li.fas:before {
    font-weight: 900
}

.widget_nav_menu li.fab:before,
.ts-header nav>ul.menu li.fab:before,
.mobile-menu-wrapper nav>ul li.fab:before {
    font-family: "Font Awesome 5 Brands"
}

.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.widget-container.product-filter-by-brand ul>li label:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-color ul li a:after,
.product-wrapper .color-swatch>div:after,
.ts-product-attribute div.option.color a:after,
.yith-wfbt-section li .checkboxbutton.checked:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after {
    content: '\f00c';
    font-weight: 900
}

.woocommerce .widget_layered_nav_filters ul li a:after {
    content: "\f00d";
    font-weight: 900
}

.woocommerce-account .addresses .title .edit:before {
    content: "\f303";
    font-weight: 900
}

.icon-menu-vertical .icon:hover,
.icon-menu-sticky-header .icon:hover {
    opacity: 0.8
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    outline: 0
}

.mailchimp-subscription .processing button.button:before,
.search-table .search-button:after,
.product-group-button>div a.loading:after,
.woocommerce .product-group-button>div .button.loading:after,
.product-group-button-meta>div a.loading:before,
.woocommerce .product-group-button-meta>div a.button.loading:before,
.woocommerce div.product form.cart .button.loading:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3);
    border-top: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px
}

.search-table .search-button:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.product-group-button-meta>div a.loading:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:before {
    opacity: 0;
    visibility: hidden
}

.mailchimp-subscription .processing button.button:before,
.search-table .loading~.search-button:after,
.product-group-button>div a.loading:after,
.woocommerce .product-group-button>div .button.loading:after,
.product-group-button-meta>div a.loading:before,
.woocommerce .product-group-button-meta>div a.button.loading:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
.woocommerce div.product form.cart .button.loading:before {
    opacity: 1;
    visibility: visible;
    animation: spin 2s linear infinite
}

.ts-portfolio-wrapper .item-wrapper a.like.loading:before,
.portfolio-like .ic-like.loading:before,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(25, 25, 25, 0.5);
    border-top: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    animation: spin 2s linear infinite
}

.mailchimp-subscription .processing button.button:before {
    width: 14px;
    height: 14px;
    position: static;
    margin: 0 5px 0 0;
    background: transparent
}

.woocommerce div.product form.cart .button.loading:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:before,
.product-group-button-meta>div a.loading:before,
.woocommerce .product-group-button-meta>div a.button.loading:before,
body .woocommerce table.compare-list .add-to-cart td a.loading:before,
rs-layer .products .product div.loop-add-to-cart .button.loading:before {
    margin: -7px 0 0 -7px;
    background: transparent;
    z-index: 10
}

.woocommerce div.product form.cart .button.loading:after,
.search-table .search-field.loading~.search-button:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
.product-group-button-meta>div a.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after,
.woocommerce .product-group-button-meta>div a.button.loading:after,
rs-layer .products .product div.loop-add-to-cart .button.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: none;
    width: 100%;
    animation: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    transform: none;
    height: 100%
}

.portfolio-like .ic-like.loading:before {
    width: 10px;
    height: 10px;
    position: static;
    background: transparent;
    margin-top: -3px;
    vertical-align: middle
}

.ts-portfolio-wrapper .item-wrapper a.like.loading:before {
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    margin-top: -7px
}

.dropdown-container ul.cart_list li.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce div.blockUI.blockOverlay:before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 4;
    opacity: 0.9;
    margin: 0;
    background-image: none;
    position: absolute;
    display: inline-block;
    content: "";
    animation: none
}

.button-in .blockUI.blockOverlay:before,
.single_add_to_wishlist.loading {
    opacity: 1 !important
}

.images.loading:after,
.ts-product .content-wrapper.loading:after,
.ts-instagram-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
div.wpcf7 .ajax-loader:after {
    border-width: 2px;
    border-style: solid;
    border-top: 2px solid #000;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    width: 24px;
    height: 24px;
    content: "";
    animation: spin 2s linear infinite;
    background: transparent !important;
    z-index: 9
}

.woocommerce-cart .woocommerce-cart-form div.blockUI.blockOverlay:after,
.images.loading:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.ts-instagram-wrapper.loading:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -18px;
    border-width: 3px;
    border-top-width: 3px
}

.ts-popup-modal.loading .overlay:before,
#cboxLoadingGraphic:after {
    border-color: rgba(255, 255, 255, 0.6);
    border-top-color: rgba(255, 255, 255, 1)
}

body table.compare-list tr.remove div.blockUI.blockOverlay,
body table.compare-list tr.remove div.blockUI.blockOverlay:before {
    opacity: 1 !important
}

body table.compare-list tr.remove div.blockUI.blockOverlay:after {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.ts-store-notice {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    z-index: 10
}

.ts-store-notice .container {
    text-align: center;
    line-height: 16px;
    padding: 7px 40px;
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center
}

.ts-store-notice a,
.ts-store-notice a:hover {
    color: inherit
}

.ts-store-notice .close {
    position: absolute;
    right: 10px
}

.ts-store-notice strong,
.ts-store-notice a,
.ts-store-notice span {
    display: inline-block;
    vertical-align: baseline;
    padding-left: 5px;
    padding-right: 5px
}

header .logo img {
    transition: 350ms ease 0s
}

.ts-header {
    padding: 0;
    display: block
}

.ts-header .header-container {
    position: relative
}

.ts-header:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    transition: 350ms ease 0s
}

.ts-menu nav>ul,
nav>ul.menu>ul {
    padding: 0;
    margin: 0
}

.ts-menu nav>ul>li,
nav>ul.menu>ul>li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0
}

.ts-menu nav>ul>li {
    margin: 0 30px 0 0
}

nav>ul.menu>ul>li>a {
    font-size: 15px;
    line-height: 18px;
    padding: 15px 20px;
    color: #000;
    display: inline-block;
    text-decoration: none
}

nav>ul.menu li>a,
nav>ul.menu>ul>li>a:hover {
    text-decoration: none
}

li.hide ul.sub-menu {
    display: none !important
}

.ts-header nav>ul.menu ul.sub-menu li:hover>ul.sub-menu {
    animation-duration: 300ms;
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-fill-mode: both;
    animation-name: animation_menu_sub;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    display: block
}

.ts-header nav .menu {
    margin: 0
}

body:not(.header-v2) .ts-header .menu-wrapper {
    flex: 1
}

.ts-header .menu-wrapper .vertical-menu-wrapper,
.ts-header .menu-wrapper .ts-menu {
    display: inline-block;
    width: -webkit-fill-available;
width: -moz-available;
}

.logo-center .logo-wrapper,
.menu-center .menu-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.menu-right .menu-wrapper {
    text-align: right
}

.menu-wrapper nav>ul.menu,
.menu-wrapper nav>ul {
    margin: 0;
    text-align: left
}

.ts-header .menu-wrapper nav>ul.menu,
.ts-header .menu-wrapper nav>ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: -webkit-fill-available;
width: -moz-available;
}

.ts-header nav.main-menu>ul.menu>li,
.ts-header nav.main-menu>ul>li {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0 30px 0 0;
    display: inline-block;
    cursor: pointer
}

.ts-header nav.main-menu>ul.menu>li:last-child,
.ts-header nav.main-menu>ul>li:last-child {
    margin: 0;
}

.menu-desc {
    line-height: 1.2;
    font-size: 75%;
    font-weight: normal;
    width: 100%
}

header .logo-header a {
    padding: 0
}

header .logo-header a:before {
    display: none !important
}

.ts-header nav>ul.menu>li:hover,
.ts-header nav>ul>li:hover {
    z-index: 993
}

.ts-header nav>ul.menu>li a:hover,
.ts-header nav>ul>li a:hover {
    text-decoration: none
}

.ts-header nav>ul.menu>li>a,
.ts-header nav>ul>li>a {
    position: relative
}

.ts-header nav>ul.menu li:before,
.mobile-menu-wrapper nav>ul li:before,
ul.menu li .menu-icon {
    line-height: 1;
    display: inline-block;
    font-size: 140%
}

.widget_nav_menu li:before {
    margin-right: 10px
}

.ts-header nav>ul.menu li:before {
    min-width: 24px;
    text-align: center
}

.ts-header nav>ul.menu li.agrofood-nav:before,
.mobile-menu-wrapper nav>ul li.agrofood-nav:before {
    font-size: 106%
}

.menu-wrapper a.has-icon,
.ts-header nav>ul.menu li[class*="agrofood-"],
.ts-header nav>ul.menu li[class*="fa-"] {
    padding-left: 38px !important
}

.mobile-menu-wrapper .mobile-menu li[class*="agrofood-"],
.ts-header nav.main-menu li[class*="agrofood-"],
.mobile-menu-wrapper .mobile-menu li[class*="fa-"],
.ts-header nav.main-menu li[class*="fa-"] {
    font-weight: inherit !important
}

.ts-header ul.menu li a.has-icon .menu-icon,
.ts-header nav>ul.menu li:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.ts-header nav>ul.menu>li.has-line,
.ts-header nav>ul>li.has-line {
    padding-left: 30px;
    position: relative
}

.ts-header nav>ul.menu>li.has-line:after,
.ts-header nav>ul>li.has-line:after {
    content: '';
    width: 1px;
    height: 18px;
    border-width: 0 0 0 1px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.ts-header nav>ul.menu li.has-line[class*="agrofood-"],
.ts-header nav>ul.menu li.has-line[class*="fa-"] {
    padding-left: 68px !important
}

.ts-header nav>ul.menu li.has-line[class*="agrofood-"]:before,
.ts-header nav>ul.menu li.has-line[class*="fa-"]:before {
    left: 30px
}

body .elementor-widget-wp-widget-nav_menu ul.menu>li.has-line>a,
body .elementor-widget-wp-widget-nav_menu ul>li.has-line>a {
    padding-left: 20px;
    border-width: 0 0 0 1px;
    border-style: solid
}

ul.menu li .menu-icon {
    width: 24px
}

.ts-header nav>ul.menu li.empty-label>a,
.mobile-menu-wrapper nav>ul li.empty-label>a {
    font-size: 0
}

.ts-header nav>ul.menu li.empty-label:hover,
.mobile-menu-wrapper nav>ul li.empty-label:hover {
    cursor: pointer
}

.ts-header nav>ul.menu li.no-arrow>a:after,
.mobile-menu-wrapper nav>ul li.no-arrow>a:after,
.ts-header nav>ul.menu li.empty-label>a:after,
.mobile-menu-wrapper nav>ul li.empty-label>a:after {
    display: none !important
}

.mobile-menu-wrapper nav>ul li:before,
.mobile-menu-wrapper ul.menu li .menu-icon {
    vertical-align: middle
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h1,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h2,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h3,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h4,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h1,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h2,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h3,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h4,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.ts-header .menu-wrapper .ts-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6 {
    color: inherit;
    margin-bottom: 12px
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5,
.ts-header nav.main-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h5 {
    font-size: 108%
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6,
.ts-header nav.main-menu ul.sub-menu .elementor-widget-wp-widget-nav_menu h6 {
    font-size: 100%
}

.ts-header nav>ul.menu li .menu-desc {
    text-transform: none
}

.menu-sub-label {
    position: absolute;
    right: -15px;
    top: -14px;
    padding: 1px 2px;
    line-height: 14px;
    font-size: 10px;
    color: #fff;
    background-color: #000;
    text-align: center;
    min-width: 35px;
    border-radius: 2px
}

.sub-menu .menu-sub-label {
    top: -14px;
    right: -24px
}

.mobile-menu-wrapper .sub-menu .menu-sub-label {
    top: -7px
}

.menu-sub-label:before {
    width: 0;
    height: 0;
    border-top: 2px solid;
    border-left: 4px solid;
    border-bottom: 7px solid;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: #000;
    border-right-color: #000;
    transform: rotate(15deg);
    position: absolute;
    right: 50%;
    margin-right: -3px;
    content: "";
    bottom: -5px
}

.ts-header nav>ul.menu li .ts-megamenu-widgets-container>ul {
    padding: 0;
    margin: 0;
    width: auto
}

.ts-mega-menu {
    margin: 0 -10px;
    overflow: hidden
}

.ts-menu-drop-icon {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    line-height: 14px;
    width: 14px;
    transform: translate(0, -50%);
    font-size: 10px
}

nav.mobile-menu>ul.menu>li.parent>.ts-menu-drop-icon:after {
    display: inline-block;
    vertical-align: -1px
}

nav.main-menu>ul.menu li.parent>a:after {
    font-size: 8px;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: 1px
}

nav.main-menu ul.menu .sub-menu>li {
    display: block
}

nav.main-menu>ul.menu .sub-menu li.parent>a:after {
    margin-left: 0;
    position: absolute;
    right: 0;
    display: none
}

nav.main-menu>ul.menu .sub-menu li.parent>.ts-menu-drop-icon {
    position: absolute;
    right: 0;
    font-size: 8px;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: top;
    transform: none;
    top: 8px
}

.ts-header nav>ul.menu li ul.sub-menu {
    position: absolute;
    z-index: 999;
    left: -30px;
    top: 100%;
    margin: 0;
    padding: 48px 30px 20px 30px;
    width: 200px;
    display: none
}

.ts-header nav>ul.menu li:hover>ul.sub-menu {
    display: block;
    animation-duration: 200ms;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    animation-fill-mode: both;
    animation-name: animation_menu;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0
}

.ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    padding: 25px 0 0
}

.ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu:before {
    border-width: 1px 0 0;
    border-style: solid
}

.ts-header nav>ul.menu li ul.sub-menu:before,
.ts-header nav>ul.menu li ul.sub-menu:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff
}

.ts-header nav>ul.menu li ul.sub-menu:before {
    top: 27px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}

.ts-header .is-sticky nav>ul.menu li:not(.ts-megamenu) ul.sub-menu:after {
    top: 27px
}

.ts-header .is-sticky nav>ul.menu li:not(.ts-megamenu) ul.sub-menu:before {
    top: 26px
}

#main>.page-container:first-child {
    margin-top: 1px
}

.ts-header nav>ul.menu li.ts-megamenu ul.sub-menu:after {
    top: 26px
}

.ts-header nav>ul.menu li.ts-megamenu ul.sub-menu:before {
    top: 25px
}

.header-v2 .ts-header nav>ul.menu li ul.sub-menu:after,
.header-v2 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after {
    top: 20px
}

.header-v2 .ts-header nav>ul.menu li ul.sub-menu:before,
.header-v2 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before {
    top: 19px
}

.header-v3 .ts-header nav>ul.menu li ul.sub-menu {
    padding-top: 76px
}

.header-v3 .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    padding-top: 42px
}

.header-v3 .ts-header nav>ul.menu li ul.sub-menu:before {
    top: 42px
}

.header-v3 .ts-header nav>ul.menu li ul.sub-menu:after {
    top: 43px
}

.header-v3 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before {
    top: 21px
}

.header-v3 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after {
    top: 22px
}

.header-v4.header-transparent .ts-header nav>ul.menu li ul.sub-menu:after {
    top: 1px
}

.header-v4.header-transparent .my-account-wrapper .dropdown-container:before,
.header-v4.header-transparent .shopping-cart-wrapper .dropdown-container:before,
.header-v4.header-transparent .ts-header nav>ul.menu li ul.sub-menu:before {
    top: 0px
}

.header-v4 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after,
.header-v4.header-transparent .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after {
    top: 11px
}

.header-v4.header-transparent .is-sticky .my-account-wrapper .dropdown-container:before,
.header-v4.header-transparent .is-sticky .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before,
.header-v4.header-transparent .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before {
    top: 10px
}

.header-v4.header-transparent .my-account-wrapper .dropdown-container,
.header-v4.header-transparent .shopping-cart-wrapper .dropdown-container {
    padding-top: 27px
}

.header-v4.header-transparent .is-sticky .my-account-wrapper .dropdown-container,
.header-v4.header-transparent .is-sticky .shopping-cart-wrapper .dropdown-container {
    padding-top: 37px
}

.ts-header nav>ul.menu li ul.sub-menu:after {
    background-size: contain
}

.ts-header nav>ul.menu li.bg-full-height ul.sub-menu:after {
    background-size: cover
}

.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu {
    left: 100%;
    width: 250px;
    padding: 20px 30px 20px 60px;
    top: 0;
    z-index: 990
}

.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu {
    z-index: 991
}

.menu-wrapper nav>ul.menu li.hide>ul.sub-menu,
.menu-wrapper nav>ul.menu>li.parent.hide:hover>a:after {
    display: none
}

.ts-header nav>ul.menu li ul.sub-menu>li:first-child>ul.sub-menu {
    top: -21px
}

.ts-header nav>ul.menu li.menu-item-has-children:hover {
    z-index: 992
}

.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu:before,
.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu:after {
    left: 30px;
    top: 0 !important
}

.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu>li,
.ts-header nav li.widget_nav_menu li,
.ts-header nav>ul.menu li.ts-normal-menu ul.sub-menu li,
.ts-header nav>ul.menu>li>ul.sub-menu>li,
.ts-header nav>ul.menu>li>ul.sub-menu>li>ul.sub-menu>li,
.ts-header nav>ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    list-style: none;
    padding: 5px 0;
    position: relative;
    z-index: 2
}

.ts-header nav>ul.menu li ul.sub-menu ul.sub-menu>li>a,
.ts-header nav li.widget_nav_menu li>a,
.ts-header nav>ul.menu li.ts-normal-menu ul.sub-menu li>a,
.ts-header nav>ul.menu>li>ul.sub-menu>li>a,
.ts-header nav>ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>a,
.ts-header nav>ul.menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    padding: 0;
    display: table;
    position: relative
}

.vertical-menu-wrapper {
    position: relative
}

.vertical-menu-wrapper:hover {
    cursor: pointer
}

.vertical-menu-heading {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    margin-right: 30px
}

.vertical-menu-heading:before {
    min-width: 24px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    vertical-align: -4px;
    font-size: 140%;
    margin-right: 15px
}

.vertical-menu-heading:after {
    content: '';
    width: 1px;
    height: 18px;
    border-width: 0 1px 0 0;
    border-style: solid;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.header-v4 .vertical-menu-heading {
    padding-top: 18px;
    padding-bottom: 18px
}

.header-v4 .vertical-menu-heading:after {
    height: 100%
}

.vertical-menu-wrapper .vertical-menu {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 25px 0 0;
    width: 100%;
    display: none
}

.header-v1.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
.header-v1.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
.header-v4.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
.header-v4.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu {
    left: -50px
}

.header-v1.header-fullwidth .vertical-menu-wrapper.normal-menu .vertical-menu,
.header-v1.layout-fullwidth .vertical-menu-wrapper.normal-menu .vertical-menu,
.header-v4.header-fullwidth .vertical-menu-wrapper.normal-menu .vertical-menu,
.header-v4.layout-fullwidth .vertical-menu-wrapper.normal-menu .vertical-menu {
    left: 0
}

.header-v3 .ts-header .vertical-menu-wrapper:not(.normal-menu) {
    position: static
}

.header-v3 .ts-header .vertical-menu-wrapper:not(.normal-menu) .vertical-menu {
    left: 20px;
    width: calc(100% - 40px);
    top: calc(100% - 42px);
    padding-top: 43px
}

.vertical-menu-wrapper:hover .vertical-menu {
    display: block;
    animation-duration: 200ms;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    animation-fill-mode: both;
    animation-name: animation_menu;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0
}

.header-v4.header-transparent .ts-header .vertical-menu-wrapper>.vertical-menu,
.header-v4.header-transparent .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    padding-top: 0
}

.header-v4.header-transparent .ts-header .vertical-menu-wrapper>.vertical-menu:before {
    top: -1px
}

.header-v4.header-transparent .ts-header .vertical-menu-wrapper>.vertical-menu:after {
    top: 0
}

.header-v4.header-transparent .ts-header .is-sticky .vertical-menu-wrapper>.vertical-menu,
.header-v4.header-transparent .ts-header .is-sticky nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    padding-top: 10px
}

.header-v4.header-transparent .ts-header .is-sticky .vertical-menu-wrapper>.vertical-menu:before {
    top: 9px
}

.header-v4.header-transparent .ts-header .is-sticky .vertical-menu-wrapper>.vertical-menu:after {
    top: 10px
}

.ts-header .vertical-menu-wrapper>.vertical-menu>* {
    position: relative;
    z-index: 2
}

.ts-header nav.vertical-menu>ul.menu {
    width: 100%;
    min-height: 100%;
    display: block
}

.vertical-menu>ul>li,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li {
    display: block;
    list-style: none;
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid;
    width: 285px;
    position: static
}

.vertical-menu>ul>li:last-child,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li:last-child {
    border-bottom-width: 0
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu>li,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li {
    width: 100%
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu li ul.sub-menu>li:first-child>ul.sub-menu {
    top: 0
}

.ts-header .vertical-menu-wrapper.normal-menu .vertical-menu>ul>li,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li {
    position: relative
}

.ts-header nav.vertical-menu>ul.menu>li>a,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 50px;
    padding: 5px 50px !important
}

.ts-header nav.vertical-menu>ul.menu>li:hover>a,
.ts-header nav.vertical-menu>ul.menu>li.ts-active>a,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li:hover>a,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li.current-menu-item>a {
    text-decoration: underline
}

.ts-header .normal-menu nav.vertical-menu li>.ts-menu-drop-icon,
.ts-header nav.vertical-menu>ul.menu>li>.ts-menu-drop-icon,
.ts-header nav.vertical-menu>ul>li>.ts-menu-drop-icon {
    display: none
}

.ts-header nav.vertical-menu>ul.menu li ul.sub-menu {
    left: 285px;
    top: 0;
    padding: 0 !important
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu>ul.menu li ul.sub-menu {
    display: none;
    transition: none;
    animation-name: none;
    overflow: hidden
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu>li>ul.sub-menu {
    animation-name: animation_menu_sub
}

.ts-header nav.vertical-menu>ul.menu li ul.sub-menu {
    min-height: 100%
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:after {
    content: '';
    width: 1px;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 285px;
    border-width: 0 0 0 1px;
    border-style: solid;
    z-index: 2
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu>ul.menu li.ts-normal-menu ul.sub-menu {
    padding: 30px 40px !important;
    width: 100%
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu ul.sub-menu>li {
    height: 100%
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-4 ul.sub-menu {
    width: 880px
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-3 ul.sub-menu {
    width: 660px
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-2 ul.sub-menu {
    width: 440px
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-1 ul.sub-menu,
.ts-header nav.vertical-menu>ul.menu li.ts-normal-menu ul.sub-menu {
    width: 210px
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    width: 955px
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu ul.sub-menu .elementor-section.elementor-section-stretched {
    max-width: 100%
}

.header-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
.layout-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    width: calc(100% - 285px)
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu {
    width: calc(100% - 30px)
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu>li>a,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu li>a {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu li ul.sub-menu {
    left: 100%
}

.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu li ul.sub-menu ul.sub-menu:before,
.ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu li ul.sub-menu ul.sub-menu:after {
    left: 0
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section:first-child>.elementor-container {
    padding: 0 !important
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu>ul.menu li:hover>ul.sub-menu,
.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu>ul.menu li.ts-active>ul.sub-menu {
    display: block
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu>ul.menu li:hover ul.sub-menu>* {
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: animation_tranlate_left;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu,
.ts-header .vertical-menu-wrapper:not(.normal-menu) .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before {
    transition: height 400ms ease
}

.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    border-style: solid
}

.header-v3 .ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before,
.header-v3 .ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:after {
    top: 42px
}

.ts-header nav.vertical-menu>ul.menu li ul.sub-menu:after,
.ts-header nav.vertical-menu>ul.menu li ul.sub-menu:before {
    top: 0;
    border-top-width: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1)
}

.ts-header nav.vertical-menu>ul.menu li.ts-megamenu ul.sub-menu:after,
.ts-header nav.vertical-menu>ul.menu li.ts-megamenu ul.sub-menu:before {
    box-shadow: none
}

.ts-header nav.vertical-menu>ul.menu li ul.sub-menu:after {
    top: 1px
}

.ts-header .vertical-menu ul.menu li a .menu-icon {
    position: static;
    width: 50px;
    margin-right: 10px;
    transform: none !important
}

.header-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container,
.layout-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .elementor-section-wrap>.elementor-section>.elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.ts-header nav li.widget_nav_menu li>a:before,
.ts-header nav .elementor-widget-wp-widget-nav_menu li>a:before {
    display: none
}

#page .ts-header nav .elementor-widget-wp-widget-nav_menu li>a {
    padding-left: 0;
    padding-right: 0
}

.ts-header nav>ul.menu li.ts-megamenu>ul.sub-menu>li {
    padding: 0 !important;
    margin: 0 auto;
    display: block
}

.ts-header nav>ul.menu ul.sub-menu>li>a,
.ts-header nav li.widget_nav_menu li>a,
.ts-header nav>ul.menu li.ts-normal-menu ul.sub-menu li>a {
    display: table;
    position: relative
}

.ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
    width: 1230px
}

.ts-header nav>ul.menu li.ts-megamenu-columns-4 ul.sub-menu {
    width: 800px
}

.ts-header nav>ul.menu li.ts-megamenu-columns-3 ul.sub-menu {
    width: 600px
}

.ts-header nav>ul.menu li.ts-megamenu-columns-2 ul.sub-menu {
    width: 400px
}

.ts-header nav>ul.menu li.ts-megamenu-columns-1 ul.sub-menu {
    width: 200px
}

.ts-header .ts-megamenu-container ul.menu li ul.sub-menu>li:last-child {
    padding-bottom: 0
}

.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu {
    position: static !important;
    width: 100% !important;
    margin-bottom: -5px !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    padding: 5px 0 0 20px !important;
    transform: none !important;
    transition: none !important;
    animation: none !important
}

.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu:before,
.ts-megamenu-container .elementor-widget ul.menu li ul.sub-menu:after {
    display: none
}

.footer-container .elementor-widget-container>h5,
.ts-megamenu-container .elementor-widget .elementor-widget-container h5,
.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
.ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title {
    line-height: 22px;
    margin-bottom: 15px;
    cursor: default
}

.ts-list-of-product-categories-wrapper .button-text:not(.ts-banner):not(.elementor-widget-button) {
    margin: 0
}

.menu-wrapper nav>ul.menu ul.sub-menu li>a,
.menu-wrapper nav>ul.menu li.widget_nav_menu li>a,
.widget-container ul.menu li.widget_nav_menu li>a,
.widget-container ul.menu ul.sub-menu li>a {
    transition: 350ms ease 0s
}

header li.widget_nav_menu {
    margin: 0;
    padding: 0
}

.menu-wrapper nav li.widget {
    list-style: none
}

.ts-menu nav .widgettitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0
}

.menu-wrapper nav li.widget ul {
    margin: 0
}

.menu-wrapper nav>ul.menu>li ul li.widget {
    padding: 5px 10px;
    float: left
}

.menu-wrapper nav>ul.menu>li ul li.widget_nav_menu {
    padding: 0 10px
}

.menu-wrapper nav>ul.menu>li ul li.widget_text {
    padding: 0;
    min-width: 0
}

.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu {
    width: 16.66667%
}

.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4>div {
    width: 25%
}

.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3>div {
    width: 33.33333%
}

.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2>div {
    width: 50%
}

.menu-wrapper nav li.ts-megamenu-columns-1 .widget_nav_menu,
.mg-col-1>div {
    width: 100%
}

.ts-megamenu-columns-2 li.widget,
.ts-megamenu-columns-3 li.widget,
.ts-megamenu-columns-4 li.widget,
.ts-megamenu-fullwidth li.widget {
    padding: 0 20px
}

.ts-megamenu-columns-1 li.widget {
    clear: both;
    width: 100%
}

.ts-megamenu-columns-2 li.widget {
    width: 50%
}

.ts-megamenu-columns-3 li.widget {
    width: 33.3333%
}

.ts-megamenu-columns-4 li.widget {
    width: 25%
}

.menu-wrapper nav div.ts-megamenu-widgets-container>ul>li {
    position: relative
}

.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text {
    position: static
}

.vertical-categories-wrapper {
    width: 240px;
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    border-width: 0 1px 0 0;
    border-style: solid;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9;
    padding-top: 66px;
    transition: padding-top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.ts-store-notice~.vertical-categories-wrapper {
    padding-top: 97px
}

.admin-bar #page .vertical-categories-wrapper {
    padding-top: 98px
}

.admin-bar #page .ts-store-notice~.vertical-categories-wrapper {
    padding-top: 129px
}

.vertical-categories-wrapper~* {
    transform: translateX(240px);
    max-width: calc(100% - 240px)
}

.tab-vertical-menu .products .product-category .product-wrapper a:hover,
.vertical-categories-wrapper .products .product-category .product-wrapper a:hover,
.category-style-vertical .products .product-category .product-wrapper a:hover {
    text-decoration: none
}

.vertical-categories-wrapper.multiply .products .product-category .product-wrapper img {
    mix-blend-mode: multiply
}

.vertical-categories-wrapper.screen .products .product-category .product-wrapper img {
    mix-blend-mode: screen
}

.vertical-categories-wrapper.overlay .products .product-category .product-wrapper img {
    mix-blend-mode: overlay
}

.vertical-categories-wrapper.darken .products .product-category .product-wrapper img {
    mix-blend-mode: darken
}

.vertical-categories-wrapper.lighten .products .product-category .product-wrapper img {
    mix-blend-mode: lighten
}

.vertical-categories-wrapper.color-dodge .products .product-category .product-wrapper img {
    mix-blend-mode: color-dodge
}

.vertical-categories-wrapper.color-burn .products .product-category .product-wrapper img {
    mix-blend-mode: color-burn
}

.vertical-categories-wrapper.difference .products .product-category .product-wrapper img {
    mix-blend-mode: difference
}

.vertical-categories-wrapper.exclusion .products .product-category .product-wrapper img {
    mix-blend-mode: exclusion
}

.vertical-categories-wrapper.hue .products .product-category .product-wrapper img {
    mix-blend-mode: hue
}

.vertical-categories-wrapper.saturation .products .product-category .product-wrapper img {
    mix-blend-mode: saturation
}

.vertical-categories-wrapper.color .products .product-category .product-wrapper img {
    mix-blend-mode: color
}

.vertical-categories-wrapper.luminosity .products .product-category .product-wrapper img {
    mix-blend-mode: luminosity
}

.header-top {
    border-width: 0 0 1px;
    border-style: solid
}

.header-v2 .header-top {
    position: relative;
    z-index: 10
}

.header-top>.container,
.header-middle>.container,.header-middle>.container-fluid,
.header-bottom>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative
}

.header-middle>.container,.header-middle>.container-fluid {
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px
}

.header-v2 .header-middle>.container {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-v4 .header-middle>.container {
    padding-top: 20px;
    padding-bottom: 20px
}

.header-bottom {
    margin-top: -5px
}

.header-bottom>.container {
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px
}

.ts-header div.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 15px;
}

.header-middle .header-social-icon {
    margin-left: 20px
}

.header-middle .header-social-icon:not(:last-child) {
    padding-right: 50px;
    margin-right: 34px;
    position: relative
}

.header-middle .header-social-icon:not(:last-child):after {
    content: '';
    width: 1px;
    height: 30px;
    border-width: 0 0 0 1px;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.header-contact-info {
    padding-left: 32px;
    position: relative
}

.header-middle .header-contact-info {
    margin-left: 14px
}

.header-middle .header-contact-info:not(:last-child) {
    margin-right: 16px
}

.header-contact-info:before {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.header-contact-info>strong,
.header-contact-info>span {
    display: block;
    line-height: 16px
}

.ts-header div.header-right .search-icon,
.ts-header div.header-right .my-account-wrapper,
.ts-header div.header-right .my-wishlist-wrapper,.my-notificarion-wrapper,
.ts-header div.header-right .shopping-cart-wrapper {
    line-height: 0
}

#group-icon-header .social-icons ul li:not(:last-child),
.ts-header .social-icons:not(.style-horizontal):not(.style-vertical):not(.style-vertical-noicon) ul li:not(:last-child) {
    margin-right: 22px
}

#group-icon-header .social-icons ul li a,
#group-icon-header .header-contact-info,
#group-icon-header .header-contact-info *,
.ts-header .social-icons ul li a {
    color: inherit;
    text-decoration: none
}

.ts-header .header-middle .social-icons ul li a {
    padding: 11px 0;
    display: block
}

.social-icons ul li i {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.header-top .social-icons ul li i {
    font-size: 14px
}

.header-top>.container {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 18px;
    position: relative
}

.header-top ul li,
.header-top ol li {
    line-height: inherit !important
}

.header-top p {
    margin-bottom: 0
}

.header-top .header-language,
.header-top .header-currency {
    color: inherit
}

.header-top a:hover {
    text-decoration: none
}

.header-top .header-left>*:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-width: 0 1px 0 0;
    border-style: solid
}

.header-top div.header-right>*:not(:first-child) {
    margin-left: 30px;
    padding-left: 30px;
    border-width: 0 0 0 1px;
    border-style: solid
}

.ts-header .header-top .header-left,
.ts-header .header-top .header-right {
    display: flex;
    align-items: stretch
}

.header-top .header-left>*,
.header-top .header-right>* {
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px
}

.hidden-currency.hidden-language .header-top .header-left>*,
.hidden-currency.hidden-language .header-top .header-right>* {
    padding-top: 6px;
    padding-bottom: 6px
}

.ts-header .info a,
#group-icon-header .group-button-header .info a {
    margin-left: 20px;
    color: inherit
}

body .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-top .header-currency ul {
    padding-top: 23px
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul {
    line-height: 22px
}

.header-top .wcml_currency_switcher>ul:before {
    top: 3px
}

.header-top .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.header-top .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
    top: 4px
}

body .wpml-ls-legacy-dropdown a {
    line-height: inherit
}

.social-icons ul li {
    list-style: none;
    padding: 0;
    display: inline-block
}

.social-icons ul {
    margin: 0
}

body .header-right .language-currency:last-child .header-language:last-child .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .header-right .language-currency:last-child .header-language:last-child .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-right .language-currency:last-child .header-currency:last-child ul {
    right: 0;
    margin-right: 0
}

.header-top .social-icons ul li {
    line-height: 26px !important
}

.ts-header .language-currency {
    margin: 0 50px
}

.header-v3 .ts-header .language-currency {
    margin: 0 20px
}

.ts-header .language-currency:last-child {
    margin-right: 0
}

.language-currency>*:not(:last-child) {
    margin-right: 15px
}

.header-middle,
.header-bottom {
    position: relative
}

.header-middle+.header-bottom>.container {
    padding-top: 0
}

.is-sticky .header-middle+.header-bottom>.container {
    padding-top: 20px
}

.header-language,
.header-currency {
    position: relative;
    display: block;
    float: left;
    text-transform: uppercase
}

.text-light .social-icons .list-icons li a,
.text-light .ts-language-switcher .wpml-ls-legacy-list-horizontal,
.text-light .ts-language-switcher .wpml-ls-legacy-list-vertical,
.text-light .ts-language-switcher .wpml-ls-legacy-dropdown>ul>li>a,
.text-light .ts-language-switcher .wpml-ls-legacy-dropdown-click>ul>li>a,
.text-light .ts-currency-switcher .wcml_currency_switcher>a {
    color: #fff !important
}

.ts-language-switcher a,
.ts-currency-switcher a {
    color: inherit !important
}

.header-language a:hover,
.my-account-wrapper .account-control>a:hover,
.shopping-cart-wrapper a.cart-control:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover {
    text-decoration: none
}

.shopping-cart-wrapper {
    cursor: pointer;
    position: relative
}

.shopping-cart-wrapper .cart-icon {
    position: relative
}

.icon-menu-vertical .icon:before,
.icon-menu-sticky-header .icon:before {
    font-size: 18px
}

.search-button.search-icon .icon:before,
.my-wishlist-wrapper .tini-wishlist:before,
.my-notification-wrapper i:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.ts-tiny-account-wrapper .account-control>a:before {
    font-size: 20px
}

.search-button.search-icon .icon,
.my-wishlist-wrapper .tini-wishlist,
.my-notification-wrapper .tini-wishlist,
.my-account-wrapper .account-control>a,
.shopping-cart-wrapper .cart-control {
    display: block;
    position: relative;
    padding: 13px;
    box-sizing: content-box
}

.ts-header .shopping-cart-wrapper:last-child .cart-control,
.ts-header .my-wishlist-wrapper:last-child .tini-wishlist {
    padding-right: 10px
}

.ts-header .search-button.search-icon:last-child .icon,
.header-v2 .ts-header .shopping-cart-wrapper:last-child .cart-control {
    padding-right: 0
}

.dropdown-container .theme-title span,
.my-wishlist-wrapper .tini-wishlist .count-number,
.my-notification-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number {
    position: absolute;
    top: 1px;
    right: auto;
    left: 25px;
    width: 19px;
    height: 19px;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden
}

.ts-tiny-account-wrapper {
    position: relative
}

.shopping-cart-wrapper .cart-control {
    display: flex;
    align-items: center
}

.shopping-cart-wrapper .cart-control .cart-total {
    margin-left: 15px;
    line-height: 1;
    display: none
}

.header-v2 .header-middle .shopping-cart-wrapper .cart-control .cart-total,
.header-v4 .header-middle .shopping-cart-wrapper .cart-control .cart-total {
    display: block
}

.header-v2 .ts-header .search-content input[type="text"] {
    border-radius: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

.header-v2 .ts-header .search-table .search-button:before {
    line-height: 38px
}

.header-v2 .header-middle .header-right {
    margin-left: 50px
}

.header-v2 .header-middle .header-right>* {
    position: relative;
    padding: 0 8px
}

.header-v2 .header-middle .header-right>*:last-child {
    padding-right: 0
}

.header-v2 .header-middle .header-right>*:not(:first-child):before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    display: block;
    border-width: 0 0 0 1px;
    border-style: solid
}

.header-v2 .header-middle .header-right>.language-currency:before {
    display: none
}

.header-v2 .ts-header .language-currency {
    margin-left: 20px
}

.header-v2 .header-middle .header-right>.header-social-icon {
    padding-left: 0;
    padding-right: 30px;
    margin-right: 0
}

.header-v2 .header-middle .container>.ts-search-by-category {
    max-width: 40%;
    margin: 0 auto
}

.header-v4 .header-middle .header-left {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

body.header-v4 .ts-header .menu-wrapper {
    flex: none;
    position: relative
}

.header-v4 .header-middle .header-left,
.header-v4 .header-middle .header-right {
    width: 40%
}

.header-v4 .header-middle .logo-wrapper {
    padding: 0 20px;
    text-align: center;
    flex: 1
}

.header-v4 .header-middle .header-left>*:first-child,
.header-v4 .header-middle .header-left>.menu-wrapper,
.header-v4 .header-middle .header-right>*:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.header-v4 .header-middle .header-left>*:last-child,
.header-v4 .header-middle .header-right>*:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.header-v4 .header-middle .header-left>*:first-child,
.header-v4 .header-middle .header-left>.menu-wrapper {
    padding-left: 30px
}

.header-v4 .ts-header .header-left nav.main-menu>ul.menu>li,
.header-v4 .ts-header .header-left nav.main-menu>ul>li {
    padding-top: 19px;
    padding-bottom: 19px
}

.header-v4 .header-middle .header-left>*:not(:last-child),
.header-v4 .header-middle .header-right>*:not(:last-child) {
    border-width: 0 1px 0 0;
    border-style: solid;
    max-width: 100%
}

.header-v4 .header-middle .search-button.search-icon .icon {
    padding: 17px 30px
}

.header-v4 .header-middle .search-button.search-icon {
    min-width: 80px
}

.header-v4 .header-middle .my-account-wrapper .account-control>a {
    padding: 20px
}

.header-v4 .header-middle .my-wishlist-wrapper,.my-notificarion-wrapper,
.header-v4 .header-middle .shopping-cart-wrapper {
    padding: 7px
}

.header-v4 .header-middle .search-button.search-icon .icon:before {
    line-height: 22px
}

.header-v4 .header-middle .search-button.search-icon .icon.active:before {
    font-size: 14px;
    line-height: 26px
}

.header-v4 .header-middle .header-left .ts-search-by-category {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    transition: 350ms ease
}

.header-v4 .header-middle .header-left .ts-search-by-category.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.header-v4 .header-middle .header-left .ts-search-by-category>form {
    display: flex;
    flex-flow: column wrap;
    justify-content: center
}

.header-v4 .header-middle .header-left .ts-search-by-category>form .search-content input[type="text"] {
    background: transparent !important;
    border: none;
    padding: 18px 60px 18px 20px
}

.header-v4 .header-middle .header-left .ts-search-by-category>form .search-table .search-button:before {
    font-size: 18px;
    line-height: 60px
}

.ts-search-by-category>form .search-table .loading~.search-button:before {
    opacity: 0;
    visibility: hidden
}

.ts-floating-sidebar .ts-search-by-category>form .search-table .loading~.search-button:before {
    opacity: 1;
    visibility: visible
}

.header-v2 .header-right .header-social-icon:after {
    display: none
}

.ts-tiny-cart-wrapper a.cart-control:hover {
    text-decoration: none
}

header .my-wishlist-wrapper a span {
    right: -5px
}

header .search-button .icon {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    letter-spacing: 0;
    transition: 350ms ease 0s
}

.ts-language-switcher .wpml-ls-legacy-dropdown>ul>li>a:after,
.ts-language-switcher .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.ts-currency-switcher .wcml_currency_switcher>a:after,
.header-language .wpml-ls-legacy-dropdown>ul>li>a:after,
.header-language .wpml-ls-legacy-dropdown-click>ul>li>a:after,
.header-currency .wcml_currency_switcher>a:after {
    font-size: 8px;
    position: static !important;
    border: 0 !important;
    display: block;
    float: right;
    margin: 9px 0 0 5px
}

.ts-language-switcher .wpml-ls-legacy-dropdown>ul>li>a,
.ts-language-switcher .wpml-ls-legacy-dropdown-click>ul>li>a,
.ts-currency-switcher .wcml_currency_switcher>a,
.header-language .wpml-ls-legacy-dropdown>ul>li>a,
.header-language .wpml-ls-legacy-dropdown-click>ul>li>a,
.header-currency .wcml_currency_switcher>a {
    line-height: 1.2
}

.header-middle .container>.ts-search-by-category {
    margin: 0 30px;
    flex: 1;
    max-width: 25%
}

.header-middle .container-fluid>.ts-search-by-category {
    margin: 0 10px;
    flex: 1;
    max-width: 75%
}

.hidden-wishlist.hidden-currency.hidden-language .header-middle .container>.ts-search-by-category {
    max-width: 70%
}

.hidden-cart.hidden-wishlist.hidden-currency.hidden-language .header-middle .container>.ts-search-by-category {
    max-width: 74%
}

.ts-search-by-category>form {
    max-width: 100%
}

.search-table .search-button {
    position: relative
}

.is-sticky .header-middle .container>.icon-menu-sticky-header+.ts-search-by-category,
.header-fullwidth .is-sticky .header-middle .container>.icon-menu-sticky-header+.ts-search-by-category,
.layout-fullwidth .is-sticky .header-middle .container>.icon-menu-sticky-header+.ts-search-by-category {
    margin-left: 0
}

body:not(.header-fullwidth):not(.layout-fullwidth) .is-sticky .header-middle .language-currency {
    display: none
}

header .logo-wrapper {
    max-height: 70px;
    padding: 0 30px 0 15px;
}

.sticky-logo {
    display: none
}

.mobile-logo {
    display: none
}

header .logo-wrapper a {
    font-size: 40px;
    display: inline-block;
    vertical-align: top
}

header .logo-wrapper a:hover {
    text-decoration: none
}

.logo-center>.container>* {
    flex: 1
}

.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul {
    display: none;
    position: absolute;
    content: "";
    right: auto;
    left: 50%;
    top: 100%;
    min-width: 150px;
    padding: 36px 30px 30px 30px
}

.ts-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul {
    min-width: 0
}

.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper .ts-tiny-account-wrapper:not(.ts-style-text):hover .dropdown-container,
.my-account-wrapper .ts-tiny-account-wrapper.ts-style-text .dropdown-container:hover,
.my-account-wrapper .ts-tiny-account-wrapper.ts-style-text a.login:hover~.dropdown-container,
.my-account-wrapper .ts-tiny-account-wrapper.ts-style-text a.my-account:hover~.dropdown-container,
.header-language:hover .wpml-ls-sub-menu,
.ts-language-switcher:hover .wpml-ls-sub-menu,
.ts-currency-switcher:hover ul,
.header-currency:hover ul {
    display: block;
    animation-duration: 300ms;
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-fill-mode: both;
    animation-name: animation_menu;
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    z-index: 5
}

.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
.wcml_currency_switcher>ul:before,
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    bottom: 0;
    content: "";
    z-index: -1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: block;
    border-radius: 2px
}

.my-account-wrapper .dropdown-container:before,
.shopping-cart-wrapper .dropdown-container:before {
    top: 10px
}

.shopping-cart-wrapper .dropdown-container {
    padding-top: 42px
}

.my-account-wrapper .dropdown-container,
.shopping-cart-wrapper .dropdown-container {
    z-index: 992
}

.header-currency:hover,
body .header-language:hover,
.my-account-wrapper:hover,
.shopping-cart-wrapper:hover,
.shopping-cart-wrapper:hover .dropdown-container,
.shopping-cart-wrapper.active .dropdown-container {
    z-index: 996
}

.shopping-cart-wrapper .dropdown-container {
    width: 400px
}

.shopping-cart-wrapper.updating .dropdown-container {
    animation: none !important;
    -webkit-animation: none !important
}

header .cart-dropdown-form .form-content {
    position: relative;
    z-index: 2
}

.cart-dropdown-form .form-content>label {
    text-align: center
}

.cart-dropdown-form .form-content>label>span {
    display: block;
    margin-bottom: 25px
}

.cart-dropdown-form .form-content>label>svg {
    opacity: 0.2;
    width: 120px
}

.dropdown-container .cart-number {
    margin-bottom: 30px;
    text-transform: uppercase
}

.ts-tiny-cart-wrapper .form-content>label {
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2
}

.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list {
    padding: 0;
    margin: 0 0 0 0;
    overflow: auto;
    max-height: 342px;
    position: relative
}

body .dropdown-container ul.cart_list li.loading:before,
body .ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:before {
    bottom: 20px;
    left: 0;
    right: 0;
    width: auto;
    height: auto
}

body .dropdown-container ul.cart_list li.loading:after,
body .ts-tiny-cart-wrapper ul li div.blockUI.blockOverlay:after {
    margin-top: -22px
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: inherit !important
}

.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li:last-child,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li:last-child {
    margin-bottom: 0;
    border-width: 0
}

.cart_list li a.remove:hover {
    text-decoration: none
}

.woocommerce .dropdown-container ul.cart_list li img,
.dropdown-container ul.cart_list li img {
    width: 100% !important;
    margin: 0
}

.ts-tiny-cart-wrapper .cart_list li>a,
.woocommerce .ts-tiny-cart-wrapper .cart_list li>a {
    width: 80px
}

.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper,
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper {
    padding-left: 15px;
    display: flex;
    flex-flow: row wrap;
    flex: 1
}

.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper>*:not(.quantity):not(.subtotal),
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper>*:not(.quantity):not(.subtotal) {
    width: 100%
}

.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper>.subtotal,
.woocommerce .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper>.subtotal {
    margin-left: auto;
    margin-right: 8px
}

#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper>.subtotal {
    margin-right: 0 !important
}

.dropdown-footer>a {
    width: 100%;
    float: none;
    margin: 0 0 5px !important
}

.dropdown-footer>a:last-child {
    margin-left: 4%
}

.dropdown-footer>a:first-child:last-child {
    margin: 0
}

.ts-tiny-cart-wrapper .total>span.amount,
.widget_shopping_cart .total .amount,
.elementor-widget-wp-widget-woocommerce_widget_cart .total .amount {
    float: right
}

.ts-tiny-cart-wrapper .total>span.amount {
    line-height: 20px
}

.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total {
    padding: 14px 0 14px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    position: relative;
    overflow: hidden
}

.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    margin: 20px 0 6px
}

.elementor-widget-wp-widget-woocommerce_widget_cart .buttons,
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons {
    margin: 0
}

.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
    margin: 0 0 5px;
    text-decoration: none !important
}

.ts-tiny-cart-wrapper .total>span.total-title,
.widget_shopping_cart .total-title,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong,
.elementor-widget-wp-widget-woocommerce_widget_cart .total strong {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    line-height: 20px
}

.ts-tiny-cart-wrapper li div.blockUI.blockOverlay,
.widget_shopping_cart li div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li div.blockUI.blockOverlay {
    background-image: none !important
}

.ts-tiny-cart-wrapper li:last-child div.blockUI.blockOverlay,
.widget_shopping_cart li:last-child div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li:last-child div.blockUI.blockOverlay {
    bottom: 0 !important
}

.woocommerce-cart .cart-dropdown-form,
.woocommerce-checkout .cart-dropdown-form,
.woocommerce-cart #ts-shopping-cart-sidebar,
.woocommerce-checkout #ts-shopping-cart-sidebar,
.shopping-cart-wrapper .dropdown-container .theme-title {
    display: none !important
}

.my-account-wrapper .dropdown-container {
    width: 330px
}

.dropdown-container .dropdown-footer {
    margin: 0
}

.my-account-wrapper .dropdown-container .form-content p {
    margin-bottom: 15px
}

.my-account-wrapper .form-content>form>a.register {
    display: block;
    text-align: center;
    font-size: 90%;
    padding: 7px 0 4px
}

.my-account-wrapper .login-submit input[type="submit"] {
    width: 100%
}

p.login-remember label {
    padding: 0;
    cursor: pointer
}

.my-account-wrapper .dropdown-container input {
    margin-bottom: 0
}

.logged-in .my-account-wrapper .dropdown-container {
    width: 218px
}

.logged-in .my-account-wrapper .dropdown-container ul {
    margin-bottom: 0
}

.logged-in .my-account-wrapper .dropdown-container ul li {
    list-style: none
}

.logged-in .my-account-wrapper .dropdown-container ul li:first-child {
    padding-top: 0
}

.logged-in .my-account-wrapper .dropdown-container ul li:last-child {
    padding-bottom: 0
}

.my-account-wrapper .dropdown-container a {
    color: inherit;
    text-decoration: none
}

.ts-tiny-account-wrapper.ts-style-text {
    margin-right: 50px
}

.my-account-wrapper .ts-style-text .account-control>a {
    font-size: 12px;
    line-height: 16px;
    color: #000;
    background: rgba(0, 0, 0, 0.1);
    float: left;
    border-radius: 2px;
    padding: 9px 20px;
    margin-right: 1px
}

.ts-tiny-account-wrapper.ts-style-text .account-control>a:before {
    display: none
}

.header-text-light .ts-header .my-account-wrapper .ts-style-text .account-control>a {
    color: #fff;
    background: rgba(255, 255, 255, 0.1)
}

.my-account-wrapper .ts-tiny-account-wrapper.ts-style-text .dropdown-container {
    margin-left: -165px;
    padding-top: 33px
}

.logged-in .my-account-wrapper .ts-tiny-account-wrapper.ts-style-text .dropdown-container {
    margin-left: -109px
}

.my-account-wrapper .ts-tiny-account-wrapper.ts-style-text .dropdown-container:before {
    top: 1px
}

.header-middle .header-right>div:not(.language-currency):last-child .dropdown-container {
    right: 0;
    left: auto
}

.rtl .header-middle .header-right>div:not(.language-currency):last-child .dropdown-container {
    right: auto;
    left: 0;
}

.header-middle .header-right>div:not(.language-currency):nth-last-child(2) .dropdown-container {
    right: -50px;
    left: auto
}

.header-middle .header-right>div:not(.language-currency):nth-last-child(3) .dropdown-container {
    right: -100px;
    left: auto
}

.rtl .header-middle .header-right>div:not(.language-currency):nth-last-child(3) .dropdown-container {
    right: auto;
    left: -100px
}

.is-sticky .header-middle>.container,.is-sticky .header-middle>.container-fluid {
    padding-top: 10px;
    padding-bottom: 10px
}

.header-sticky {
    position: relative;
    z-index: 993;
    width: 100%;
    transition: 100ms ease 0s
}

header .header-sticky .logo-sticky,
.sticky-wrapper.is-sticky .header-sticky img.mobile-logo,
.sticky-wrapper.is-sticky img.normal-logo {
    display: none
}

.sticky-wrapper.is-sticky .header-sticky img.sticky-logo {
    display: block
}

.sticky-wrapper.is-sticky .logo-sticky {
    opacity: 1;
    width: auto;
    height: auto;
    padding: 5px 0;
    position: relative;
    display: table-cell
}

header .sticky-wrapper.is-sticky .header-sticky {
    animation-duration: 200ms;
    animation-fill-mode: both;
    animation-name: mySticky;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-width: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.header-sticky .visible-sticky.logo-wrapper {
    width: 0;
    height: auto;
    display: none
}

.icon-menu-vertical,
.icon-menu-sticky-header {
    width: 38px;
    box-sizing: content-box;
    text-align: center;
    cursor: pointer;
    margin-right: 20px
}

.icon-menu-sticky-header {
    display: none !important
}

.header-left .icon-menu-vertical,
.header-left .icon-menu-sticky-header {
    position: relative;
    top: 2px
}

.icon-menu-vertical .icon,
.icon-menu-sticky-header .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    padding: 6px 10px;
    transition: 350ms ease
}

.sticky-wrapper.is-sticky .icon-menu-sticky-header {
    display: inline-block !important
}

.ts-header .is-sticky .header-bottom {
    display: none
}

.dropdown-container .theme-title {
    margin-bottom: 40px
}

.dropdown-container .theme-title span {
    position: static;
    display: inline-block;
    vertical-align: super;
    margin: 0
}

.ts-sidebar-content .ts-tiny-cart-wrapper,
.ts-sidebar-content .ts-tiny-cart-wrapper .cart-dropdown-form {
    height: 100%
}

.ts-sidebar-content .ts-tiny-cart-wrapper>.cart-icon {
    display: none
}

.ts-sidebar-content .ts-tiny-cart-wrapper .form-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

.ts-sidebar-content .ts-tiny-cart-wrapper .cart-wrapper {
    flex: 1;
    overflow: hidden
}

.ts-sidebar-content .ts-tiny-cart-wrapper .cart-content {
    display: flex;
    flex-direction: column;
    height: 100%
}

#ts-shopping-cart-sidebar .ts-sidebar-content {
    overflow: hidden
}

#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px;
    margin-left: 0;
    flex: 1
}

.is-safari #ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list,
body:not(.ts_desktop) #ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart-content .cart_list {
    margin-right: 0;
    margin-left: 0
}

#ts-shopping-cart-sidebar .cart-dropdown-form .form-content>label {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translate(0, -50%)
}

#ts-shopping-cart-sidebar .cart-dropdown-form .form-content>label:before {
    font-size: 140px;
    line-height: 140px
}

.ts-sidebar-content .dropdown-container .cart-number {
    padding-right: 60px;
    margin-bottom: 40px
}

.ts-sidebar-content .ts-tiny-cart-wrapper,
.ts-sidebar-content .ts-tiny-cart-wrapper .form-content>label {
    width: 100%;
    display: inline-block
}

.wpml-ls-legacy-dropdown,
.wpml-ls-legacy-dropdown-click {
    width: 15.5em;
    max-width: 100%
}

.wpml-ls-legacy-dropdown>ul,
.wpml-ls-legacy-dropdown-click>ul {
    position: static;
    padding: 0;
    margin: 0 !important;
    list-style-type: none
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item,
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown-click a {
    display: block;
    text-decoration: none;
    color: #444;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 20px
}

.wpml-ls-legacy-dropdown a span,
.wpml-ls-legacy-dropdown-click a span {
    vertical-align: baseline;
    display: inline-block
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    position: relative;
    padding-right: calc(10px + .7em + .7em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em)
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: #000;
    background: #eee
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    visibility: visible;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border-width: 0 1px 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    vertical-align: middle;
    width: 18px;
    height: 12px;
    position: relative;
    top: 1px;
    float: left
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span,
.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
    float: left
}

.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-native:after,
.wpml-ls-first-item.wpml-ls-last-item .wpml-ls-sub-menu {
    display: none !important
}

body .wpml-ls>ul>li>a span.wpml-ls-bracket {
    float: none !important
}

.wpml-ls-legacy-dropdown-click>ul>li>a,
.wpml-ls-legacy-dropdown>ul>li>a,
.wpml-ls-legacy-list-vertical .wpml-ls-item a,
.wpml-ls-legacy-list-horizontal .wpml-ls-item a {
    overflow: hidden
}

body .wpml-ls-legacy-list-vertical {
    border-width: 0
}

body .wpml-ls-legacy-list-vertical a {
    padding: 0;
    border-width: 0
}

body .wpml-ls .wpml-ls-flag+span {
    margin-left: 5px;
    display: inline-block
}

body .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border-width: 0
}

body .wpml-ls-legacy-list-horizontal a {
    padding: 0 10px 0 0
}

body .wpml-ls-legacy-list-horizontal ul li:last-child a {
    padding: 0
}

body .wpml-ls-legacy-list-horizontal>ul {
    margin-bottom: -5px !important
}

body .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    float: left;
    margin-bottom: 5px
}

body .wpml-ls-legacy-list-horizontal,
body .wpml-ls-legacy-list-horizontal ul {
    overflow: hidden
}

body .group-button-header .wpml-ls-legacy-list-horizontal {
    margin-bottom: 15px
}

body .wpml-ls-legacy-list-vertical .wpml-ls-item:not(:last-child) {
    margin-bottom: 5px
}

body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click {
    width: auto
}

body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 0 !important;
    border-width: 0;
    display: block;
    background: transparent !important
}

header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    line-height: 0
}

body .wpml-ls .wpml-ls-item:after {
    content: "";
    display: table;
    clear: both
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    padding: 0;
    border-width: 0;
    background: transparent !important
}

.group-meta-header>div:first-child .dropdown-container,
.group-meta-header>div:first-child ul {
    right: 0;
    left: auto;
    margin-right: 0;
    margin-left: 0
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-width: 0
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher ul,
.header-currency ul {
    position: absolute;
    padding: 29px 30px 20px 30px;
    width: 140px;
    right: 50%;
    left: auto;
    margin-right: -70px;
    top: 100%
}

body .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-currency ul {
    padding-top: 45px
}

.header-currency .wcml_currency_switcher>ul:before,
.header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
    top: 25px
}

body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag+span,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-flag+span,
body .wcml_currency_switcher>ul li {
    line-height: 16px
}

.header-currency ul li,
.ts-currency-switcher ul li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    padding: 4px 0;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-language:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-language-switcher:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    visibility: hidden;
    display: none
}

.header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"],
.ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"],
.header-language:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"],
.ts-language-switcher:hover .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu[style="visibility: visible;"] {
    display: block
}

.ts-language-switcher,
.ts-currency-switcher {
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.ts-currency-switcher.dropdown-up ul {
    padding-top: 20px;
    padding-bottom: 26px;
    top: auto;
    bottom: 100%;
    margin-bottom: 0
}

body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .ts-language-switcher.dropdown-up .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.ts-currency-switcher.dropdown-up ul:before {
    top: 0;
    bottom: 6px
}

.ts-language-switcher.dropdown-up:hover .wpml-ls-sub-menu,
.ts-currency-switcher.dropdown-up:hover ul {
    transform-origin: bottom center
}

body .dropdown-right .ts-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .tdropdown-right .ts-language-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.dropdown-right .ts-currency-switcher ul {
    right: 0;
    left: auto;
    margin-right: 0
}

.header-currency img.wcml-spinner {
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    right: auto
}

.header-currency {
    position: relative
}

.header-currency a {
    text-decoration: none;
    display: block
}

.header-currency ul li,
.ts-currency-switcher ul li {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 991;
    width: 100%;
    transition: 350ms ease 0s;
    cursor: pointer
}

.header-currency>img {
    position: absolute;
    left: 0;
    top: 2px;
    margin-left: 5px !important
}

.header-currency,
.ts-currency-switcher {
    position: relative
}

.header-top .header-currency a,
.ts-currency-switcher a {
    text-decoration: none;
    display: block
}

.ts-floating-sidebar * {
    backface-visibility: hidden
}

.ts-floating-sidebar .ts-sidebar-content {
    position: fixed;
    padding: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99991;
    width: 400px;
    max-width: 100%;
    transform: translateX(400px);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto
}

.admin-bar .ts-floating-sidebar .ts-sidebar-content {
    top: 32px
}

.ts-floating-sidebar div.overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: #000;
    z-index: 99991;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

.admin-bar .ts-floating-sidebar div.overlay {
    top: 32px
}

.ts-floating-sidebar.active div.overlay {
    opacity: 0.3;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

.ts-floating-sidebar.active .ts-sidebar-content {
    transform: translateX(0px);
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1)
}

#ts-search-sidebar .woocommerce .ts-search-result-container ul.product_list_widget {
    margin-bottom: 10px
}

body>.ts-search-result-container {
    z-index: 993;
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
    width: 100% !important;
    left: 0 !important;
    margin-top: 10px
}

body>.ts-search-result-container>p:first-child:last-child {
    text-align: center;
    font-size: 120%;
    line-height: 1.5;
    padding-top: 5%;
    padding-bottom: 5%
}

.ts-search-result-container .search-content {
    margin-left: auto;
    margin-right: auto
}

.ts-search-result-container ul.product_list_widget,
.ts-floating-sidebar .woocommerce ul.product_list_widget {
    display: flex;
    flex-flow: row wrap
}

.ts-floating-sidebar .woocommerce ul.product_list_widget li,
.woocommerce.ts-search-result-container ul.product_list_widget li {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
    text-align: start
}

.ts-floating-sidebar .woocommerce ul.product_list_widget li .ts-wg-meta,
.woocommerce.ts-search-result-container ul.product_list_widget li .ts-wg-meta {
    padding-left: 20px
}

.ts-floating-sidebar .woocommerce ul.product_list_widget li .price,
.ts-search-result-container ul.product_list_widget li .price,
.woocommerce.ts-search-result-container ul.product_list_widget li .price {
    justify-content: flex-start
}

.ts-search-result-container .description {
    display: none !important
}

.ts-search-result-container .view-all-wrapper {
    padding: 0;
    clear: both;
    position: relative;
    z-index: 2;
    text-align: center
}

.ts-search-result-container .view-all-wrapper a {
    display: inline-block;
    position: relative;
    padding-top: 20px;
    text-decoration: underline;
    text-underline-position: under;
    color: inherit
}

.ts-floating-sidebar .ts-search-result-container>* {
    animation: slidebottomtotop 600ms ease
}

.ts-floating-sidebar .ts-search-result-container {
    display: block;
    padding: 30px 0 0
}

.ts-floating-sidebar .ts-search-result-container:empty {
    padding: 0
}

#ts-search-sidebar .close {
    top: 31px
}

#ts-search-sidebar .ts-search-result-container .view-all-wrapper a {
    padding-top: 0
}

.header-transparent .header-template {
    position: absolute;
    z-index: 993;
    left: 0;
    right: 0;
    top: 0
}

.header-transparent .header-template>div:not(.is-sticky) .header-top,
.header-transparent .header-template>div:not(.is-sticky) .header-middle,
.header-transparent .header-template>div:not(.is-sticky) .header-bottom,
.header-transparent .header-template>.header-top,
.header-transparent .header-template>.header-middle,
.header-transparent .header-template>.header-bottom {
    background: transparent
}

.header-transparent .header-template>.header-top {
    border-color: rgba(255, 255, 255, 0.1)
}

.header-transparent.header-text-default .header-template>div:not(.is-sticky) .search-content input[type="text"] {
    background: rgba(0, 0, 0, 0.1)
}

.header-transparent.header-text-light .header-template>div:not(.is-sticky) .search-content input[type="text"] {
    background: #fff
}

.header-transparent.header-text-light .header-middle .icon-menu-sticky-header .icon:before,
.header-transparent.header-text-light .header-middle .search-button.search-icon .icon:before,
.header-transparent.header-text-light .header-middle .my-wishlist-wrapper .tini-wishlist:before,
.header-transparent.header-text-light .header-middle .shopping-cart-wrapper .cart-control .ic-cart:before,
.header-transparent.header-text-light .header-middle .ts-tiny-account-wrapper .account-control>a:before {
    color: #fff
}

.header-transparent .ts-search-by-category {
    color: #000
}

.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-top,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-bottom,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .ts-menu>nav.main-menu>ul.menu>li>.ts-menu-drop-icon,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu)>ul.menu>li>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-language .wpml-ls>ul>li>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-currency .wcml_currency_switcher>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .ts-menu>nav.main-menu>ul.menu>li>.ts-menu-drop-icon,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .menu-wrapper nav:not(.vertical-menu)>ul.menu>li>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .header-language .wpml-ls>ul>li>a,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .header-middle .header-currency .wcml_currency_switcher>a {
    color: #fff
}

.header-transparent.header-text-light .header-template>div:not(.is-sticky) .menu-wrapper .vertical-menu-heading:after,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu)>ul.menu>li.has-line:after,
.header-transparent.header-text-light .header-template>div:not(.is-sticky) .menu-wrapper nav:not(.vertical-menu)>ul>li.has-line:after {
    border-color: rgba(255, 255, 255, .3)
}

.ts-gallery-img,
.ts-list-video {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
    overflow: hidden
}

.ts-gallery-img li.first,
.ts-list-video li.first {
    clear: both
}

.ts-gallery-img li,
.ts-list-video li {
    padding: 10px;
    float: left;
    text-align: center;
    position: relative
}

.ts-gallery-img li a {
    display: inline-block
}

.ts-gallery-img.columns-5 li {
    width: 20%
}

.ts-gallery-img.columns-4 li {
    width: 25%
}

.ts-gallery-img.columns-3 li {
    width: 33.3333%
}

div#main {
    min-height: 500px;
    width: 100%;
    clear: both
}

.page-template-blank-page-template div#main {
    min-height: 0
}

li>div>h3.product-name {
    padding-right: 20px;
    margin-bottom: 6px
}

li>div>.price {
    margin-bottom: 8px
}

.ts-product .content-wrapper.loading {
    max-height: 400px
}

.ts-product.ts-product-brand-wrapper .content-wrapper.loading {
    height: 46px
}

.ts-product-category-wrapper .content-wrapper.loading,
.ts-portfolio-wrapper.ts-masonry.loading,
.ts-blogs.loading .content-wrapper,
.ts-products-widget-wrapper.loading,
.ts-recent-comments-widget-wrapper.loading,
article .thumbnail.loading,
.single-portfolio .thumbnails.loading,
.ts-team-members .loading,
.woocommerce .product figure.loading,
.images.loading,
.ts-blogs-widget-wrapper.loading,
.ts-instagram-wrapper.loading,
.ts-logo-slider-wrapper.loading .content-wrapper,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading,
.column-products.loading,
.ts-portfolio-wrapper.loading {
    height: 200px
}

.thumbnails-container.loading,
.thumbnails.loading {
    height: 100px
}

.images.loading,
.ts-product .content-wrapper.loading,
.ts-logo-slider-wrapper.loading,
.ts-instagram-wrapper.loading,
.related-posts.loading .content-wrapper,
.woocommerce .product figure.loading,
.ts-products-widget-wrapper.loading,
.ts-blogs-widget-wrapper.loading,
.ts-recent-comments-widget-wrapper.loading,
.blogs article a.gallery.loading,
.ts-blogs.loading .content-wrapper,
.ts-testimonial-wrapper .items.loading,
.ts-twitter-slider .items.loading,
article .thumbnail.loading,
.ts-portfolio-wrapper.loading,
.thumbnails.loading,
.ts-product-category-wrapper .content-wrapper.loading,
.thumbnails-container.loading,
.column-products.loading,
.ts-team-members .loading {
    position: relative;
    overflow: hidden;
    background: transparent !important;
    border-color: transparent
}

.images>*,
.ts-product .content-wrapper>*,
.ts-logo-slider-wrapper .content-wrapper>*,
.related-posts .content-wrapper>*,
.woocommerce .product figure>*,
.ts-products-widget-wrapper>*,
.ts-blogs-widget-wrapper>*,
.ts-recent-comments-widget-wrapper>*,
.blogs article a.gallery>*,
.ts-blogs .content-wrapper>*,
.ts-testimonial-wrapper .items>*,
.ts-twitter-slider .items>*,
article .thumbnail>*,
.ts-portfolio-wrapper>*,
.thumbnails>*,
.ts-product-category-wrapper .content-wrapper>*,
.thumbnails-container>*,
.column-products>*,
.ts-team-members>* {
    transition: 350ms ease 0s
}

.images.loading>*,
.ts-product .content-wrapper.loading>*,
.ts-instagram-wrapper.loading>*,
.ts-logo-slider-wrapper.loading .content-wrapper>*,
.related-posts.loading .content-wrapper>*,
.woocommerce .product figure.loading>*,
.ts-products-widget-wrapper.loading>*,
.ts-blogs-widget-wrapper.loading>*,
.ts-recent-comments-widget-wrapper.loading>*,
.blogs article a.gallery.loading>*,
.ts-blogs.loading .content-wrapper>*,
.ts-testimonial-wrapper .items.loading>*,
.ts-twitter-slider .items.loading>*,
article .thumbnail.loading>*,
.ts-portfolio-wrapper.loading>*,
.thumbnails.loading>*,
.ts-product-category-wrapper .content-wrapper.loading>*,
.thumbnails-container.loading>*,
.column-products.loading>*,
.ts-team-members .loading>* {
    visibility: hidden;
    opacity: 0
}

.thumbnails.loading:before,
.thumbnails-container.loading:before {
    display: block !important
}

.breadcrumb-title-wrapper {
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    z-index: 2
}

.breadcrumb-title-wrapper * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content {
    background-attachment: fixed
}

.breadcrumb-title-wrapper .breadcrumb-title {
    display: flex;
    flex-flow: column wrap;
    padding: 20px 0 20px
}

.breadcrumb-title-wrapper .breadcrumbs {
    line-height: 14px
}

.breadcrumb-title-wrapper .breadcrumbs-container>* {
    display: inline-block;
    vertical-align: middle
}

.breadcrumb-title-wrapper .breadcrumb-title .page-title {
    line-height: 40px
}

.woocommerce-page.archive #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-cart #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-account #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-wishlist #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title,
.woocommerce-checkout #main .breadcrumb-title-wrapper.breadcrumb-v1 .page-title {
    padding-bottom: 16px
}

.breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-content .breadcrumb-title {
    position: relative
}

/* .breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-content .breadcrumb-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    border-width: 1px 0 0;
    border-style: solid
} */

.header-v2 .breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-content .breadcrumb-title:before,
.header-v4 .breadcrumb-title-wrapper.breadcrumb-v1 .breadcrumb-content .breadcrumb-title:before {
    left: -30px;
    right: -30px
}

.breadcrumb-title-wrapper.breadcrumb-v1 .page-title {
    order: 2
}

.woocommerce.archive .breadcrumb-title-wrapper.breadcrumb-v1 .page-title {
    margin-right: auto;
    position: relative
}

.woocommerce.archive .breadcrumb-title-wrapper.breadcrumb-v1 .page-title .count {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 14px;
    padding: 2px 5px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: calc(100% + 12px);
    background: #F0F0F0;
    white-space: nowrap;
    font-weight: normal
}

.breadcrumb-title-wrapper.breadcrumb-v1 .description {
    order: 3;
    margin-top: 10px
}

.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current),
.breadcrumb-title-wrapper .brn_arrow {
    font-size: 0;
    line-height: 1;
    margin: 0 6px
}

.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current) {
    margin: 0 10px
}

.breadcrumb-title-wrapper .breadcrumbs-container>span:not(.current):before,
.breadcrumb-title-wrapper .brn_arrow:before {
    font-size: 8px
}

.breadcrumb-title-wrapper .page-title+.breadcrumbs {
    margin-bottom: 30px
}

.breadcrumb-title-wrapper.breadcrumb-v1 .page-title+.breadcrumbs {
    margin-bottom: 10px
}

.heading-title.page-title {
    margin-bottom: 0
}

.breadcrumb-title-wrapper.breadcrumb-v2 {
    margin-bottom: 15px;
    background-position: 75% 50%
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title {
    padding: 40px 0 0;
    min-height: 250px;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title>* {
    width: 100%
}

.breadcrumb-title-wrapper.breadcrumb-v2 .page-title:not(:last-child) {
    margin-bottom: 10px
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs {
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    align-self: flex-end
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7)
}

.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs>* {
    position: relative;
    z-index: 2
}

.breadcrumb-title-wrapper.breadcrumb-v2 .description,
.breadcrumb-title-wrapper.breadcrumb-v3 .description {
    font-size: 20px
}

.breadcrumb-title-wrapper.breadcrumb-v2 .description {
    margin-bottom: 40px
}

.breadcrumb-title-wrapper.breadcrumb-v2.no-title .breadcrumb-title,
.breadcrumb-title-wrapper.breadcrumb-v2.no-description .breadcrumb-title {
    align-content: stretch
}

.breadcrumb-title-wrapper.breadcrumb-v2.no-title .breadcrumb-title,
.breadcrumb-title-wrapper.breadcrumb-v2.no-description .breadcrumb-title {
    align-content: stretch
}

.breadcrumb-title-wrapper.breadcrumb-v2.no-description .page-title {
    margin: 12px 0 0;
    align-self: center
}

.breadcrumb-title-wrapper.breadcrumb-v3 {
    position: relative
}

.breadcrumb-title-wrapper.breadcrumb-v3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3)
}

.breadcrumb-title-wrapper.breadcrumb-v3>* {
    position: relative;
    z-index: 2
}

.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title {
    min-height: 320px;
    justify-content: center;
    text-align: center
}

.breadcrumb-title-wrapper.breadcrumb-v3 .page-title {
    width: 100%;
    padding: 0;
    margin-bottom: 10px
}

.breadcrumb-title-wrapper.breadcrumb-v3 .description {
    margin-bottom: 7px
}

.breadcrumb-title-wrapper.breadcrumb-v3:before {
    background: rgba(0, 0, 0, 0.3)
}

.wpcf7-not-valid-tip {
    margin: 0 0 0 0;
    top: -4px;
    position: relative;
    display: inline-block;
    width: 100%
}

div.wpcf7-display-none,
.wpcf7 .ts-row label+br {
    display: none
}

body .wpcf7 form .wpcf7-response-output {
    border-width: 0;
    padding: 0;
    margin: 10px 0;
    display: inline-block;
    width: 100%
}

.woocommerce-MyAccount-content form button[type^="submit"],
div.wpcf7 input[type^="submit"] {
    min-width: 166px;
    margin-top: 20px
}

div.wpcf7 .ajax-loader {
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    margin: 15px 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1
}

div.wpcf7 .ajax-loader:after {
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px
}

div.screen-reader-response {
    color: #e94b4b
}

div.screen-reader-response ul li {
    padding-bottom: 0
}

div.screen-reader-response ul {
    margin: 0 0 20px 0
}

div.wpcf7 .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%
}

div.wpcf7 .ts-row .ts-column-left,
div.wpcf7 .ts-row .ts-column-right {
    float: left;
    margin: 0 10px 0 0
}

div.wpcf7 .ts-row .ts-column-left {
    width: 26%
}

div.wpcf7 .ts-row .ts-column-right {
    width: calc(74% - 20px)
}

body .wpcf7 form label {
    padding-bottom: 0
}

body .wpcf7 form label:last-child input {
    margin-bottom: 0
}

body .wpcf7 form textarea {
    height: 158px
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 30px 0 0;
    font-size: 86%
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item input[type^="checkbox"] {
    width: 20px;
    height: 20px
}

.wpcf7 .wpcf7-form-control-wrap.terms-policy {
    margin-bottom: 15px;
    display: inline-block
}

body .wpcf7 form label:last-child input+.wpcf7-not-valid-tip {
    margin-top: 10px
}

.page-template-blank-page-template #main-content {
    padding-left: 0;
    padding-right: 0
}

body .owl-carousel {
    z-index: 5;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ts-slider ul li {
    list-style: none
}

.ts-slider.products .product,
.woocommerce .ts-slider.products .product {
    padding: 0
}

.woocommerce .content-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

.owl-controls {
    width: 100%
}

.owl-dots {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 20px -11px 0;
    width: calc(100% + 22px)
}

.ts-shortcode.ts-product .owl-dots {
    position: relative
}

.owl-dot {
    width: 6px;
    height: 6px;
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px
}

.owl-nav>div {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    opacity: 0.1;
    transition: 350ms ease;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.ts-blogs-wrapper .owl-nav>div {
    top: 40%
}

.owl-nav>div.owl-prev {
    left: 20px
}

.owl-nav>div.owl-next {
    right: 20px
}

.owl-nav>div:before {
    line-height: 35px;
    font-size: 10px;
    display: inline-block;
    transition: none;
    color: inherit
}

.owl-carousel:hover .owl-nav>div {
    opacity: 1
}

.elementor-widget-wp-widget-ts_products.nav-top .elementor-widget-container h5,
.elementor-widget-wp-widget-ts_blogs.nav-top .elementor-widget-container h5,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .elementor-widget-container h5,
.widget-container.has-nav .widget-title {
    padding-right: 60px
}

.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider,
.widget-container .ts-slider {
    position: static
}

.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider .owl-nav,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider .owl-nav,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider .owl-nav,
.widget-container .ts-slider .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block
}

.widget-container:not(:first-child) .ts-slider .owl-nav {
    top: 1px
}

.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider .owl-nav>div,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider .owl-nav>div,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider .owl-nav>div,
.widget-container .ts-slider .owl-nav>div {
    width: 24px;
    height: 24px;
    transform: translateY(0);
    position: static;
    float: left;
    opacity: 1;
    visibility: visible;
    margin-left: 2px;
    box-shadow: none;
    border-radius: 0
}

.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider .owl-nav>div:before,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider .owl-nav>div:before,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider .owl-nav>div:before,
.widget-container .ts-slider .owl-nav>div:before {
    line-height: 24px;
    font-size: 12px
}

div.wpcf7 input[type^="submit"]:hover,
.button:hover,
a.button:hover,
button:hover,
input[type^="submit"]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#content button.button:hover,
.woocommerce #respond input#submit:hover,
div.button a:hover,
input[type="submit"].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
.wishlist_table .product-add-to-cart a:hover,
a.wp-block-button__link:hover,
.elementor-button-wrapper .elementor-button:hover,
body .woocommerce table.compare-list .add-to-cart td a:hover,
.woocommerce-cart table.cart td.actions>.button,
.yith-woocompare-widget a.clear-all:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all:hover,
.button-primary:hover,
.button.button-primary:hover,
.shop-more a.button:hover,
#content button.button.button-primary:hover,
.woocommerce-page button.button.button-primary:hover,
.woocommerce div.product form.cart .button:hover,
.yith-wfbt-form .yith-wfbt-submit-block .button:hover,
form.track_order input[type^="submit"]:hover,
form.track_order button[type^="submit"]:hover,
.woocommerce-MyAccount-content form button[type^="submit"]:hover,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"]:hover,
.load-more-wrapper .button:hover,
.ts-shop-load-more .button:hover,
.woocommerce .ts-shop-load-more .button:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.widget_shopping_cart .buttons a.checkout,
.woocommerce #customer_login form.login .button:hover,
.woocommerce #customer_login form.register .button:hover,
.yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.dropdown-footer>a.button.checkout-button {
    background: transparent
}

.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading {
    border-color: #ccc
}

.load-more-wrapper,
.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce #customer_login,
.woocommerce>form.checkout #customer_details,
.woocommerce>form.checkout #order_review,
.blog-template #left-sidebar,
.blog-template #right-sidebar,
.woocommerce .after-loop-wrapper:not(:last-child),
.woocommerce.archive #main>.page-container,
.single-portfolio .related-portfolios,
.woocommerce div.product.tabs-in-summary .woocommerce.yith-wfbt-section,
.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 66px
}

.ts-pagination,
.woocommerce div.product div.summary {
    margin-bottom: 61px
}

.woocommerce .woocommerce-order,
.woocommerce .woocommerce-customer-details {
    margin-bottom: 58px
}

article.single-post>.comments-area {
    margin-bottom: 24px
}

article.single-post .entry-format .thumbnail img {
    margin-bottom: 50px;
    border-radius: 2px
}

article.single-post .entry-format {
    margin-bottom: 55px
}

.woocommerce-tabs {
    padding-top: 60px;
    padding-bottom: 60px
}

.woocommerce div.product.product-style-1>.ts-product-in-category-tab-wrapper+.woocommerce-tabs,
#main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-4) .woocommerce-tabs {
    border-width: 1px 0 0;
    border-style: solid
}

.entry-author {
    margin-top: 60px;
    margin-bottom: 60px
}

.entry-content+.entry-author {
    margin-top: 66px
}

article.single-post>.entry-content {
    margin-bottom: 61px;
    padding-bottom: 56px
}

.single .meta-bottom-2 {
    margin: 0 0 70px
}

article.single-post>.entry-meta-bottom .social-sharing {
    margin-bottom: 68px
}

.single-portfolio>.entry-main {
    margin-bottom: 64px
}

.single-portfolio .related-portfolios {
    padding-top: 55px
}

.woocommerce div.product>#reviews {
    padding-top: 60px;
    padding-bottom: 50px
}

.woocommerce div.product>section.products {
    padding-top: 61px
}

.woocommerce div.product.tabs-after-related-product>section.products+section.products,
.woocommerce div.product>section.products:last-child {
    padding-bottom: 66px
}

.woocommerce div.product #reviews nav.woocommerce-pagination {
    padding: 22px 0 74px
}

.woocommerce div.product .woocommerce-tabs #reviews nav.woocommerce-pagination {
    padding-top: 52px;
    padding-bottom: 0
}

#ts-search-sidebar .ts-sidebar-content {
    width: 100%;
    padding: 50px 50px 56px;
    bottom: auto;
    transform: translate(0, -100%);
    text-align: center
}

#ts-search-sidebar .ts-search-by-category>form {
    max-width: 700px;
    margin: 0 auto
}

#ts-search-sidebar.active .ts-sidebar-content {
    transform: translateX(0px)
}

body a.button-text,
.woocommerce .button.button-small,
.button.button-small,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.elementor-button-wrapper .elementor-button.elementor-size-xs {
    line-height: 22px
}

.woocommerce.archive #primary>.woocommerce-info,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs ul.tabs li,
.elementor-widget-image-box .elementor-image-box-title {
    line-height: 26px
}

.medium-screen-visible {
    display: none !important
}

small,
.font-small,
.font-small li {
    line-height: 18px
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
.ts-store-notice a,
.header-top a,
.header-language a,
.header-currency a,
.ts-header .menu-wrapper .vertical-menu-wrapper a:not(.button):not(.elementor-button),
.ts-header .menu-wrapper .ts-menu a:not(.button):not(.elementor-button),
.product .meta-wrapper a:not(.button):not(.elementor-button),
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li>a,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu>li>a:hover,
.comments-area .comments-title a,
.filter-widget-area-button a,
.author a,
.header-language,
.header-currency,
.ts-language-switcher,
.ts-currency-switcher {
    color: inherit
}

.header-language a,
.header-currency a,
.ts-header .menu-wrapper .vertical-menu-wrapper a,
.ts-header .menu-wrapper .ts-menu a,
.product .meta-wrapper a {
    text-decoration: none
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a img {
    border-color: #f3f3f3
}

blockquote:before {
    font-size: 130%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    float: left
}

blockquote:after {
    content: '';
    clear: both;
    display: table
}

article.single-post .entry-content>.content-wrapper blockquote:before,
.columns-1 .list-posts article blockquote:before {
    margin: 0 20px 0 0
}

.ul-style.check li:before {
    font-size: 70%
}

.text-light,
.ts-mailchimp-subscription-shortcode.text-light label,
.ts-mailchimp-subscription-shortcode.text-light p>label {
    color: #fff !important
}

.ts-mailchimp-subscription-shortcode.text-light .mc4wp-form .subscribe-email input[type="email"] {
    color: #000;
    background-color: #fff
}

.mc4wp-response {
    margin-top: 10px
}

.text-light .mc4wp-response {
    color: #fff
}

.overflow-hidden>.elementor-column-wrap {
    overflow: hidden !important
}

.elementor-button-wrapper .elementor-button {
    min-width: 168px
}

.elementor-button-wrapper .elementor-button.elementor-size-lg {
    min-width: 172px
}

.button-text .elementor-button-wrapper .elementor-button.elementor-size-xs {
    line-height: 16px
}

.elementor-section.h-center .elementor-row {
    justify-content: center
}

.elementor-section.elementor-section-height-full {
    height: 100vh
}

.elementor-section.elementor-section-height-full>.elementor-container {
    height: 100%
}

.admin-bar .elementor-section.elementor-section-height-full {
    height: calc(100vh - 32px)
}

.ts-product .count-rating,
.woocommerce .product_list_widget li .count-rating {
    display: none !important
}

.ts-language-switcher .wpml-ls-legacy-list-vertical a {
    line-height: inherit
}

body .elementor-image-gallery>.gallery {
    display: flex;
    flex-flow: row wrap
}

body .elementor-image-gallery .gallery-item {
    margin: 0 !important
}

body .elementor-image-gallery .gallery-item~br {
    display: none !important
}

body .elementor-image-gallery .gallery-columns-3 .gallery-item {
    width: 33.3333% !important
}

body .elementor-image-gallery .gallery-columns-6 .gallery-item {
    width: 16.666% !important
}

body .elementor-image-gallery .gallery-columns-7 .gallery-item {
    width: 14.28% !important
}

body .elementor-image-gallery .gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

body .elementor-image-gallery .gallery-columns-9 .gallery-item {
    width: 11.11% !important
}

.elementor-image-gallery .gallery-item a img {
    width: 100%
}

.elementor-button-wrapper .elementor-button.elementor-size-xs {
    line-height: 20px
}

.elementor-vertical-align-middle .elementor-image-box-img img {
    vertical-align: middle
}

.elementor-widget-image-box .elementor-image-box-description {
    line-height: 1.2
}

body .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-bottom: 10px
}

.ts_mega_menu-template-default .ts-list-of-product-categories-wrapper a {
    color: inherit
}

.ts-list-of-product-categories-wrapper .list-categories ul li a:hover {
    text-decoration: none
}

body .elementor-swiper-button,
body .elementor-lightbox .elementor-swiper-button-next,
body .elementor-lightbox .elementor-swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    justify-content: center;
    opacity: 0.1
}

body .elementor-swiper-button:hover {
    opacity: 1
}

body .elementor-swiper-button i {
    font-size: 15px;
    line-height: inherit
}

body .elementor-lightbox .elementor-swiper-button-prev {
    left: 10px
}

body .elementor-lightbox .elementor-swiper-button-next {
    right: 10px
}

body .elementor-pagination-position-outside .swiper-container {
    padding-bottom: 20px
}

body .swiper-container-horizontal>.swiper-pagination-bullets {
    line-height: 1;
    bottom: 0
}

body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 11px
}

.elementor-widget-text-editor .elementor-widget-container p:last-child,
.elementor-text-editor p:last-child {
    margin-bottom: 0
}

.ts-banner .banner-bg img,
.elementor-widget-image-carousel .swiper-slide figure img {
    border-radius: 2px
}

.ts-mask {
    clip-path: ellipse(120% 100% at 50% 0)
}

.ts-product.style-grid.has-shop-more-button .shop-more {
    text-align: center;
    margin-top: 24px
}

.ts-product.style-grid.has-shop-more-button .shop-more .button {
    margin-top: 0
}

.img-offset-top-5.elementor-widget-image-box .elementor-image-box-img img {
    margin-top: 5px
}

body .elementor-element.icon-x20 .elementor-image-box-wrapper .elementor-image-box-img {
    max-width: 20px
}

body .elementor-element.icon-x24 .elementor-image-box-wrapper .elementor-image-box-img {
    max-width: 24px
}

.ts-header-intro .elementor-widget-heading.h1 h2 {
    font-size: 50px
}

.has-filters .filter-bar {
    font-size: 20px;
    line-height: 26px;
    margin: 0 -20px
}

.has-filters .filter-bar:after,
.has-filters .elementor-column .elementor-widget-wrap:after {
    content: '';
    display: table;
    clear: both
}

.has-filters .filter-bar li {
    list-style: none;
    float: left;
    margin: 0 20px;
    cursor: pointer
}

.has-filters .filter-bar li:hover,
.has-filters .filter-bar li.current {
    text-decoration: underline
}

.has-filters .filter-bar li.current {
    font-weight: bold
}

.intro-item figure,
.filter-item figure {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    transition: 300ms ease
}

.intro-item figure>a,
.filter-item figure>a {
    padding-bottom: 35px;
    position: relative;
    z-index: 2
}

.intro-item figcaption,
.filter-item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: inherit;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    transition: 300ms ease
}

.intro-filter-items .elementor-widget-wrap {
    margin: 0 -10px;
    width: calc(100% + 20px)
}

.intro-filter-items .filter-item {
    width: 20%;
    float: left;
    padding: 0 10px
}

.intro-filter-items .filter-item figcaption {
    font-size: 12px
}

.intro-item figure:hover,
.filter-item figure:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-color: #00B412
}

.intro-item figure:hover figcaption,
.filter-item figure:hover figcaption {
    background: #00B412;
    color: #fff;
    border-color: #00B412
}

.min-width.elementor-element .elementor-button {
    min-width: 197px
}

.single-post>.single-related-wrapper {
    position: relative
}

.single-post>.single-related-wrapper:last-child:after {
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce-page .footer-container .container>div {
    border-width: 1px 0 0;
    border-style: solid
}

.footer-container .elementor-column:not(.elementor-col-100) .ts-mailchimp-subscription-shortcode .widget-title-wrapper .widget-title {
    max-width: 400px
}

.footer-container .elementor-col-20 .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"],
.footer-container .elementor-col-25 .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"],
.footer-container .elementor-col-33 .ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin-right: 0
}

.footer-container .ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper {
    margin-bottom: 20px
}

.footer-container ol li,
.footer-container ul li,
.footer-container .widget-container ul li,
.footer-container .elementor-widget[data-widget_type*="wp-widget-"] ul li {
    line-height: 18px
}

.footer-container .social-icons .list-icons li a {
    font-size: 19px
}

.footer-container .elementor-widget-wp-widget-nav_menu[data-widget_type*="wp-widget-"] li:first-child {
    padding-top: 5px
}

.footer-container .elementor-widget-wp-widget-nav_menu[data-widget_type*="wp-widget-"] li:last-child {
    padding-bottom: 5px
}

.footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li {
    display: inline-block
}

.footer-container .elementor-widget-wp-widget-nav_menu.menu-horizontal li:not(:last-child) {
    margin-right: 30px
}

.ts-megamenu .elementor-widget .elementor-widget-container h5,
.footer-container .elementor-widget .elementor-widget-container h5 {
    text-align: inherit
}

.ts-megamenu .ts-list-of-product-categories-wrapper ul li {
    font-size: inherit;
    font-weight: inherit
}

.footer-container .elementor-widget-wp-widget-nav_menu.small {
    line-height: 20px
}

.footer-container a,
.footer-container h1,
.footer-container h2,
.footer-container h3,
.footer-container h4,
.footer-container h5,
.footer-container h6,
.footer-container .elementor-widget-text-editor ul li a {
    color: inherit
}

footer#colophon .ts-language-switcher,
footer#colophon .ts-currency-switcher,
footer#colophon .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    border-color: inherit
}

.footer-container .ts-list-of-product-categories-wrapper {
    font-size: inherit
}

#to-top {
    position: fixed;
    right: 2px;
    bottom: 2px;
    transform: scale(0, 0);
    width: 50px;
    height: 50px;
    transition: 350ms ease 0s;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    z-index: 996;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

#to-top a {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50%;
    transform: rotate(-90deg);
    box-shadow: 0 0 5px rgba(36, 36, 36, .5)
}

#to-top a:before {
    font-size: 18px;
    line-height: 46px
}

#to-top a:hover {
    text-decoration: none;
    opacity: 1;
    box-shadow: 0 0 6px rgba(100, 100, 100, 0.1)
}

#to-top.on {
    transform: scale(1, 1)
}

.widget-container {
    clear: both;
    position: relative
}

#left-sidebar .widget-container,
#right-sidebar .widget-container,
.ts-sidebar-content .widget-container {
    margin: 0 0 50px 0
}

#left-sidebar .widget-container:last-child,
#right-sidebar .widget-container:last-child {
    margin-bottom: 0
}

.widget-container ul,
.elementor-widget[data-widget_type*="wp-widget-"] ul {
    margin-bottom: 0 !important
}

.widget-container.has-nav .widgettitle {
    margin-right: 40px
}

.widget-container .widget-title-wrapper .widget-title:not(:empty),
.widget-title-wrapper .widget-title:not(:empty),
.elementor-widget[data-widget_type*="wp-widget-"]>h5:not(.elementor-heading-title) {
    margin-top: -6px;
    margin-bottom: 10px
}

.widget-container .widget-title-wrapper,
.widget-title-wrapper,
.elementor-widget[data-widget_type*="wp-widget-"]>h5:not(.elementor-heading-title) {
    position: relative
}

.widget-container fieldset,
.elementor-widget[data-widget_type*="wp-widget-"] fieldset {
    padding: 0
}

.widget-container ul ol,
.widget-container ol ol,
.widget-container ul ul,
.elementor-widget[data-widget_type*="wp-widget-"] ul ol,
.elementor-widget[data-widget_type*="wp-widget-"] ol ol,
.elementor-widget[data-widget_type*="wp-widget-"] ul ul {
    display: block;
    margin: 0 0 0 20px;
    padding-top: 10px
}

.widget-container ul ol li:last-child,
.widget-container ol ol li:last-child,
.widget-container ul ul li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul ol li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ol ol li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul ul li:last-child {
    margin-bottom: 0
}

#left-sidebar .widget-container ul ol,
#left-sidebar .widget-container ol ol,
#left-sidebar .widget-container ul ul,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
#left-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul,
#right-sidebar .widget-container ul ol,
#right-sidebar .widget-container ol ol,
#right-sidebar .widget-container ul ul,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ol,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ol ol,
#right-sidebar .elementor-widget[data-widget_type*="wp-widget-"] ul ul {
    margin-left: 15px
}

.widget-container ul li,
.elementor-widget[data-widget_type*="wp-widget-"] ul li,
.woocommerce .widget_rating_filter ul li {
    list-style: none;
    position: relative;
    line-height: 1.5
}

.widget-container ul li:first-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul li:first-child,
.woocommerce .widget_rating_filter ul li:first-child {
    padding-top: 0;
    margin-top: 0
}

.widget-container ul li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul li:last-child,
.woocommerce .widget_rating_filter ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.widget-container ul li>a,
.elementor-widget[data-widget_type*="wp-widget-"] ul li>a {
    position: relative
}

.widget-container a:hover,
.elementor-widget[data-widget_type*="wp-widget-"] a:hover {
    text-decoration: underline
}

.widget-title-wrapper a.block-control {
    color: inherit
}

.ts-sidebar .widget-container textarea,
.ts-sidebar .widget-container select,
html .ts-sidebar .widget-container input[type^="search"],
html .ts-sidebar .widget-container input[type^="text"],
html .ts-sidebar .widget-container input[type^="email"],
html .ts-sidebar .widget-container input[type^="password"],
html .ts-sidebar .widget-container input[type^="number"],
html .ts-sidebar .widget-container input[type^="tel"],
.ts-sidebar .widget-container .chosen-container a.chosen-single,
body .ts-sidebar .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px
}

.ts-sidebar .mc4wp-form .subscribe-email {
    margin-bottom: -4px
}

.ts-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper {
    margin-top: 2px
}

.ts-sidebar .mc4wp-form .subscribe-email input[type="email"],
.ts-sidebar .mc4wp-form .subscribe-email .button {
    margin-bottom: 10px
}

.ts-sidebar .widget-container textarea,
.ts-sidebar .widget-container select,
.ts-sidebar .widget-container select option,
html .ts-sidebar .widget-container input[type^="search"],
html .ts-sidebar .widget-container input[type^="text"],
html .ts-sidebar .widget-container input[type^="email"],
html .ts-sidebar .widget-container input[type^="password"],
html .ts-sidebar .widget-container input[type^="number"],
html .ts-sidebar .widget-container input[type^="tel"],
.ts-sidebar .widget-container .chosen-container a.chosen-single,
body .ts-sidebar .widget-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 100%
}

#left-sidebar .widget-container a.button,
#left-sidebar .widget-container button,
#left-sidebar .widget-container input[type^="submit"],
#left-sidebar .yith-woocompare-widget a.clear-all,
#left-sidebar .yith-woocompare-widget a.compare,
#left-sidebar .widget-container .dokan-btn,
#right-sidebar .widget-container a.button,
#right-sidebar .widget-container button,
#right-sidebar .widget-container input[type^="submit"],
#right-sidebar .yith-woocompare-widget a.clear-all,
#right-sidebar .yith-woocompare-widget a.compare,
#right-sidebar .widget-container .dokan-btn,
#ts-filter-widget-area .widget-container a.button,
#ts-filter-widget-area .widget-container button,
#ts-filter-widget-area .widget-container input[type^="submit"],
#ts-filter-widget-area .yith-woocompare-widget a.clear-all,
#ts-filter-widget-area .yith-woocompare-widget a.compare,
#ts-filter-widget-area .widget-container .dokan-btn {
    padding: 5px 10px;
    min-width: 0
}

#left-sidebar .widget-container button.wp-block-search__button,
#right-sidebar .widget-container button.wp-block-search__button {
    padding: 5px;
    margin-left: 0;
    min-width: 70px
}

#left-sidebar .wp-block-search .wp-block-search__input,
#right-sidebar .wp-block-search .wp-block-search__input {
    border-width: 0
}

.widget-container style[type="text/css"],
.widget-container script {
    display: none !important
}

.widget_archive li>a,
.widget_categories li>a,
.woocommerce .widget_rating_filter ul li .star-rating,
.elementor-widget-wp-widget-categories li>a {
    margin-right: 9px
}

.product-filter-by-color li .count,
.product-filter-by-brand li label .count {
    margin-left: 9px
}

.product-filter-by-color li .count {
    display: inline-block
}

.product_list_widget li a:hover,
.widget_categories>ul li>a:hover,
.widget_archive li>a:hover,
.widget_nav_menu li>a:hover,
.widget_pages li>a:hover,
.widget_meta li>a:hover,
.widget_recent_entries li>a:hover,
.widget_rss li>a:hover,
.widget_recent_comments ul li a:hover,
.ts-blogs-widget .entry-content a:hover {
    text-decoration: none
}

.ts-product-categories-widget-wrapper ul.product-categories li,
.widget_product_categories ul.product-categories li,
.woocommerce-widget-layered-nav ul li {
    padding: 0;
    margin-bottom: 5px
}

.woocommerce-widget-layered-nav ul li:after,
.ts-product-categories-widget-wrapper ul.product-categories li:after,
.widget_product_categories ul.product-categories li:after {
    content: '';
    display: table;
    clear: both
}

.woocommerce-widget-layered-nav ul ul,
.ts-product-categories-widget-wrapper ul.product-categories ul,
.widget_product_categories ul.product-categories ul {
    clear: both
}

.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.widget_product_categories ul.product-categories li>span,
.widget_product_categories ul.product-categories li>a {
    float: left;
    line-height: 16px;
    padding: 4px 10px;
    border-width: 1px 0;
    border-style: solid
}

.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.widget_product_categories ul.product-categories li>span,
.widget_product_categories ul.product-categories li>a {
    transition: 150ms ease;
    border-color: transparent !important;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.05)
}

.ts-product-categories-widget-wrapper ul.product-categories li>a {
    line-height: 16px;
    padding: 4px 10px;
    border-color: transparent !important;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-decoration: none;
    transition: 150ms ease;
    float: left
}

.ts-product-categories-widget-wrapper ul.product-categories li>a:hover {
    color: inherit
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.ts-product-categories-widget-wrapper ul.product-categories li>a,
.widget_product_categories ul.product-categories li>span,
.widget_product_categories ul.product-categories li>a {
    cursor: pointer
}

.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.widget_product_categories ul.product-categories li>a {
    border-radius: 2px;
    border-width: 1px;
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.ts-product-categories-widget-wrapper ul.product-categories li .count,
.widget_product_categories ul.product-categories li>span {
    font-size: 83% !important
}

.ts-product-categories-widget-wrapper ul.product-categories li .count {
    margin-left: 10px;
    display: inline-block;
    vertical-align: 1px
}

.woocommerce .ts-active-filters .widget_layered_nav_filters ul li a:hover:after {
    color: red
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.widget_product_categories ul.product-categories li>span {
    padding-left: 2px;
    margin-left: -2px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a+span,
.widget_product_categories ul.product-categories li>a+span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-width: 1px 1px 1px 0;
    position: relative
}

.ts-product-categories-widget-wrapper>ul li.cat-parent>span.icon-toggle {
    width: 24px;
    float: left;
    cursor: pointer;
    border-radius: 2px;
    line-height: 16px;
    padding: 4px 0;
    margin-right: 1px;
    text-align: center;
    border-width: 1px;
    border-style: solid
}

.widget-title-wrapper a.block-control:after,
.widget-container ul li span.icon-toggle:after {
    display: inline-block;
    font-size: 8px !important;
    line-height: inherit;
    text-align: center;
    vertical-align: top
}

.woocommerce .widget_layered_nav_filters ul li a:after {
    margin-left: 10px
}

.widget_nav_menu>div>ul li[class*=fa]:before {
    margin-right: 5px;
    display: inline-block
}

.widget_nav_menu>div>ul {
    margin-bottom: 0
}

.wp-block-calendar,
#page .widget_calendar .calendar_wrap,
.elementor-widget-wp-widget-calendar .elementor-widget-container {
    background: rgba(180, 180, 180, 0.1)
}

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav,
.elementor-widget-wp-widget-calendar .wp-calendar-nav {
    padding: 5px 15px
}

.wp-block-calendar,
#calendar_wrap {
    overflow: auto
}

.wp-block-calendar table,
.widget_calendar table,
.elementor-widget-wp-widget-calendar table {
    border-width: 0 0 1px 0;
    border-style: solid;
    margin: 0
}

.wp-block-calendar table th,
.wp-block-calendar table td,
body .widget_calendar table td,
body .widget_calendar table th,
.elementor-widget-wp-widget-calendar table td,
.elementor-widget-wp-widget-calendar table th {
    border-width: 0 !important;
    padding: 5px;
    text-align: center;
    background: transparent
}

.wp-block-calendar table caption,
.widget_calendar caption,
.elementor-widget-wp-widget-calendar caption {
    padding: 7px 0 6px 0;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
.widget_calendar td#prev,
.elementor-widget-wp-widget-calendar td#prev {
    text-align: left
}

.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next,
.widget_calendar td#next,
.elementor-widget-wp-widget-calendar td#next {
    text-align: right
}

.search-table,
.woocommerce-product-search {
    display: flex;
    flex-flow: row-wrap;
    position: relative
}

.search-table .search-field,
.woocommerce-product-search .search-field {
    width: auto;
    flex: 1
}

.search-table .search-field input[type="text"],
.woocommerce-product-search .search-field {
    margin: 0
}

.search-table .search-field input[type="text"],
.search-table .search-button input[type^="submit"],
.woocommerce-product-search .search-field,
.woocommerce-product-search button[type="submit"] {
    border-radius: 0;
    line-height: 24px
}

.search-table .search-button input[type^="submit"],
.woocommerce-product-search button[type="submit"] {
    min-width: 140px
}

.elementor-widget.style-2 .search-table {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1)
}

.elementor-widget.style-2 .search-table .search-field input[type="text"],
.elementor-widget.style-2 .woocommerce-product-search .search-field {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid rgba(230, 230, 230, 0.8)
}

.elementor-widget.style-2 .search-table .search-button input[type^="submit"],
.elementor-widget.style-2 .woocommerce-product-search button[type="submit"] {
    margin-left: 10px
}

.ts-header .search-content input[type="text"] {
    padding: 18px 60px 18px 18px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    border-radius: 14px;
    font-family: 'Helvetica 45 Light';
}

.ts-header .search-table .search-button input[type^="submit"],
.ts-header .search-table .search-button {
    width: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    border-width: 0;
    font-size: 0 !important;
    background: transparent !important;
    color: inherit !important;
    min-width: 0
}

.ts-header .search-table .search-button:before {
    font-size: 16px;
    line-height: 60px
}

.widget_rss .rss-date {
    font-size: 90%;
    text-transform: uppercase;
    margin: 6px 0 6px 0;
    display: block
}

.widget_rss cite {
    margin-top: 5px;
    display: inline-block;
    width: 100%
}

.widget_rss .widget-title:before {
    display: none !important
}

.rsswidget .rss-widget-icon {
    vertical-align: baseline;
    position: relative;
    top: 1px
}

.widget_recent_entries ul li,
.elementor-widget-wp-widget-recent-posts ul li {
    padding: 0;
    margin-bottom: 15px
}

.widget_recent_entries ul li:last-child,
.elementor-widget-wp-widget-recent-posts ul li:last-child {
    margin-bottom: 0
}

.widget_recent_entries .post-date,
.elementor-widget-wp-widget-recent-posts .post-date {
    display: block;
    line-height: 16px;
    margin-top: 5px
}

ul li.recentcomments .comment-author-link:before {
    display: inline-block;
    vertical-align: -2px;
    margin-right: 10px
}

.widget_media_gallery .gallery {
    margin: -1px !important
}

.widget_media_gallery .gallery .gallery-item {
    padding: 1px !important;
    margin: 0 !important
}

.elementor-widget-wp-widget-media_gallery .gallery {
    margin: -10px !important
}

.elementor-widget-wp-widget-media_gallery .gallery .gallery-item {
    padding: 10px !important;
    margin: 0 !important
}

.gallery .gallery-item img {
    border: 0 !important;
    transition: 350ms ease
}

.gallery .gallery-item:hover img {
    opacity: 0.5
}

.gallery .gallery-item .gallery-caption {
    margin: 3px 0 0 !important;
    font-size: 80%;
    line-height: 18px;
    font-weight: normal
}

.ts-sidebar .widget_text small+a {
    margin-left: 20px
}

.widget_text a[href^="mailto"],
.widget_text a[href^="tel"] {
    color: inherit
}

body.home .index-template .list-posts .wp-block-latest-comments article {
    padding: 0;
    margin: 0;
    width: auto
}

body.home .index-template .list-posts .wp-block-latest-comments article:after {
    display: none
}

body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0
}

.wp-block-rss a,
.wp-block-latest-posts a,
.wp-block-latest-comments li a {
    color: inherit
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    text-align: right
}

.widget_archive ul li:after,
.widget_categories ul li:after,
.widget_product_categories ul li:after {
    content: '';
    display: table;
    clear: both
}

.widget_archive ul li>a,
.widget_categories ul li>a,
.widget_product_categories ul li>a {
    float: left
}

.ts-active-filters .widget_layered_nav_filters:after {
    content: '';
    clear: both;
    display: table
}

.ts-active-filters .widget_layered_nav_filters .widgettitle {
    font-size: 100%;
    line-height: 24px;
    float: left;
    margin: 0 20px 4px 0
}

.ts-active-filters .widget_layered_nav_filters ul {
    float: left
}

.ts-active-filters .widget_layered_nav_filters ul li {
    margin: 0 2px 2px 0;
    padding: 0;
    float: left;
    line-height: 24px
}

.ts-active-filters .widget_layered_nav_filters ul li a {
    color: inherit
}

.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    display: none
}

.woocommerce .widget_price_filter form {
    padding-top: 3px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    background-image: none;
    box-shadow: none;
    border-radius: 0;
    height: 4px;
    position: relative;
    z-index: 1
}

#ts-filter-widget-area .ts-sidebar-content *,
#ts-filter-widget-area .ts-sidebar-content *:before,
#ts-filter-widget-area .ts-sidebar-content *:after,
.woocommerce-page .before-loop-wrapper *,
.woocommerce-page .before-loop-wrapper *:before,
.woocommerce-page .before-loop-wrapper *:after,
.woocommerce-page #left-sidebar *,
.woocommerce-page #left-sidebar *:before,
.woocommerce-page #left-sidebar *:after,
.woocommerce-page #right-sidebar *,
.woocommerce-page #right-sidebar *:before,
.woocommerce-page #right-sidebar *:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    border-color: #d9d9d9
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin: 0 0 20px 14px;
    background: #d9d9d9;
    border-radius: 2px;
    direction: ltr
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 4px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    background: #000
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    right: auto;
    border-width: 0 16px 0 0;
    border-style: solid;
    border-color: #d9d9d9;
    width: 16px;
    height: 4px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
    right: 0;
    left: auto
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    margin-left: -15px;
    top: -6px;
    background: #000;
    box-shadow: none;
    border-radius: 2px
}

.woocommerce .widget_price_filter .ui-slider {
    margin-left: 2px;
    margin-right: 2px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -15px
}

.woocommerce .widget_price_filter .price_slider_amount {
    line-height: inherit;
    font-size: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    width: 100%;
    margin-bottom: 7px;
    font-size: 0 !important
}

.woocommerce .widget_price_filter .price_slider_amount .price_label:after {
    content: '';
    display: table;
    clear: both
}

.widget_price_filter {
    letter-spacing: 0
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span {
    display: inline-block;
    vertical-align: middle
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:last-child {
    height: 34px;
    line-height: 24px;
    float: left;
    text-align: left;
    position: relative;
    padding: 6px 15px
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child {
    width: calc(50% + 15px);
    position: relative;
    z-index: 2
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:last-child {
    width: calc(50% - 15px);
    height: 34px;
    line-height: 24px;
    float: left;
    text-align: left;
    position: relative;
    padding: 6px 15px
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    z-index: -1
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:after {
    font-size: 6px;
    width: 30px;
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px
}

.woocommerce .widget_price_filter .price_slider_amount .price_label>span:first-child:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label>span:last-child {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    order: 1;
    background: transparent !important;
    border-width: 0 !important;
    padding: 0 !important;
    text-decoration: underline;
    font-weight: inherit;
    color: inherit;
    line-height: inherit
}

.color-swatch:after {
    content: '';
    clear: both;
    display: table
}

.ts-product-attribute div.option,
.ts-product-attribute div.option.color a {
    display: inline-block;
    vertical-align: top
}

.color-swatch {
    margin: 0 -3px
}

.color-swatch>div {
    margin: 3px;
    padding: 0
}

.color-swatch>div {
    float: left
}

.color-swatch>div span,
.color-swatch>div img,
.ts-product-attribute a img {
    width: 23px;
    height: 23px;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    transition: 200ms ease 0s
}

.ts-product-attribute a {
    border-radius: 100%
}

.color-swatch>div img,
.ts-product-attribute a img {
    border-width: 1px;
    border-style: solid
}

.color-swatch>div:before,
.ts-product-attribute div.option.color a:before {
    content: '';
    width: 25px;
    height: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 1px;
    left: -1px
}

.color-swatch>div:hover:before,
.color-swatch>div.active:before,
.ts-product-attribute div.option.color.selected a:before,
.ts-product-attribute div.option.color a:hover:before {
    width: 21px;
    height: 21px;
    border-width: 2px;
    top: 1px;
    left: 1px;
    z-index: 2
}

.ts-product-attribute div.option.color a:before {
    top: -1px
}

.ts-product-attribute div.option.color a:hover:before,
.ts-product-attribute div.option.color.selected a:before {
    top: 1px
}

.color-swatch>div:before,
.ts-product-attribute div.option.color a:before {
    top: -1px
}

.color-swatch>div:hover:before,
.color-swatch>div.active:before {
    top: 1px
}

.color-swatch>div,
.ts-product-attribute div.option.color a {
    position: relative;
    width: 23px;
    height: 23px
}

.color-swatch>div:after,
.product-on-sale-form:hover>label:after,
.product-on-sale-form.checked>label:after,
.ts-product-attribute div.option.color a:after,
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-availability ul li label:after,
.product-filter-by-price ul li label:after,
.widget-container.product-filter-by-brand ul>li label:after,
.product-filter-by-color ul li a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms, visibility 200ms
}

.color-swatch>div:after {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6)
}

.color-swatch>div:hover:after,
.color-swatch>div.active:after,
.product-on-sale-form:hover>label:after,
.product-on-sale-form.checked>label:after,
.ts-product-attribute div.option.color:hover a:after,
.ts-product-attribute div.option.color.selected a:after,
.woocommerce .widget_rating_filter ul li a:hover:after,
.woocommerce .widget_rating_filter ul li.chosen a:after,
.product-filter-by-availability ul li label:hover:after,
.product-filter-by-availability ul li input[checked="checked"]+label:after,
.product-filter-by-price ul li label:hover:after,
.product-filter-by-price ul li.chosen label:after,
.widget-container.product-filter-by-brand ul>li label:hover:after,
.widget-container.product-filter-by-brand ul>li.selected label:after,
.product-filter-by-color ul li a:hover:after,
.product-filter-by-color ul li.chosen a:after {
    opacity: 1;
    visibility: visible
}

.color-swatch>div:hover {
    cursor: pointer
}

.color-swatch>div.color span[style*="background-color:#ffffff"]:before,
.color-swatch>div.color span[style*="background-color: #ffffff"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background: #f3f4f9
}

.product-filter-by-color ul li a>span,
.product-filter-by-color ul li a>img {
    display: inline-block;
    vertical-align: middle
}

.product-filter-by-color ul li a>span:first-child,
.product-filter-by-color ul li a>img {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: -2px 10px 0 0
}

.product-on-sale-form>label>input[type^="checkbox"],
.product-filter-by-availability ul li input[type^="checkbox"],
.product-filter-by-brand ul li input[type^="checkbox"] {
    display: none
}

.product-on-sale-form>label,
.product-filter-by-brand ul li label,
.product-filter-by-price ul li label,
.product-filter-by-availability ul li label,
.woocommerce .widget_rating_filter ul li a,
.product-filter-by-color ul li a {
    padding-bottom: 0;
    cursor: pointer;
    display: inline;
    position: relative;
    padding-left: 30px
}

.product-on-sale-form>label,
.product-filter-by-brand ul li label,
.product-filter-by-price ul li label,
.product-filter-by-availability ul li label,
.product-filter-by-color ul li a {
    transition: 200ms ease
}

.product-on-sale-form>label:before,
.product-filter-by-brand ul li label:before,
.product-filter-by-price ul li label:before,
.product-filter-by-availability ul li label:before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_rating_filter ul li a:before,
.product-filter-by-color ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    position: absolute;
    top: -3px;
    left: 0
}

.product-on-sale-form:hover>label:after,
.product-on-sale-form.checked>label:after,
.widget-container.product-filter-by-brand ul>li label:after,
.product-filter-by-price ul>li label:after,
.product-filter-by-availability ul li label:after,
.woocommerce .widget_rating_filter ul li a:after,
.product-filter-by-color ul li a:after {
    left: 5px;
    top: 2px;
    transform: translate(0);
    font-size: 10px
}

.woocommerce .widget_rating_filter ul li.chosen a::before,
.woocommerce .widget_rating_filter ul li a:before {
    top: 1px
}

.woocommerce .widget_rating_filter ul li a:after {
    top: 6px
}

.product-filter-by-color ul,
.product-filter-by-brand .product-filter-by-brand-wrapper>ul {
    overflow: auto;
    margin-bottom: 0
}

.product-filter-by-color ul ul,
.product-filter-by-brand .product-filter-by-brand-wrapper>ul ul {
    margin: 10px 0 2px 20px
}

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

.woocommerce .widget_rating_filter ul li {
    padding: 5px 0
}

#left-sidebar blockquote,
#right-sidebar blockquote {
    font-weight: normal
}

#left-sidebar blockquote:before,
#right-sidebar blockquote:before {
    margin: 3px 10px 0 0
}

#left-sidebar .ts-blogs-widget-wrapper .heading-title,
#right-sidebar .ts-blogs-widget-wrapper .heading-title,
#left-sidebar .ts-blogs-widget-wrapper .post-title,
#right-sidebar .ts-blogs-widget-wrapper .post-title {
    line-height: inherit
}

.widget-container.mailchimp-subscription .widget-title-wrapper {
    font-size: 100%
}

.subscribe-widget .newsletter p {
    margin-bottom: 10px
}

.mc4wp-form .subscribe-email input[type="email"],
.mc4wp-form .subscribe-email .button {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top
}

.social-icons .social-desc {
    margin-bottom: 10px
}

.social-icons .list-icons:after {
    display: table;
    clear: both;
    content: ""
}

.social-icons .list-icons {
    margin: 0 -20px
}

.social-icons .list-icons li {
    text-align: center;
    float: left;
    display: block;
    position: relative;
    margin: 0 6px;
    padding: 0
}

.social-icons .list-icons li a {
    display: block;
    transition: none;
    color: inherit;
    padding: 5px 8px;
    font-size: 17px
}

footer .social-icons .list-icons li {
    line-height: 1
}

#ts-filter-widget-area .social-icons .list-icons li a,
#left-sidebar .social-icons .list-icons li a,
#right-sidebar .social-icons .list-icons li a {
    font-size: 14px
}

.social-icons .list-icons .ts-tooltip {
    color: #fff;
    background-color: #000;
    position: absolute;
    content: "";
    top: -8px;
    left: 50%;
    transform: translate(-50%, -100%);
    height: 20px;
    opacity: 0;
    visibility: hidden;
    padding: 2px 5px;
    min-width: 60px;
    font-size: 10px;
    transition: 350ms ease 0s;
    text-align: center;
    line-height: 16px;
    white-space: nowrap;
    border-radius: 4px;
    display: none
}

#ts-filter-widget-area .social-icons .list-icons .ts-tooltip,
#left-sidebar .social-icons .list-icons .ts-tooltip,
#right-sidebar .social-icons .list-icons .ts-tooltip {
    font-size: 10px
}

.social-icons .list-icons .ts-tooltip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 14px
}

.social-icons.show-tooltip .list-icons .ts-tooltip {
    display: inline-block
}

.social-icons.style-horizontal .list-icons a:hover i,
.social-icons.style-vertical .list-icons a:hover {
    opacity: 0.5
}

.social-icons .list-icons a:hover .ts-tooltip {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.social-icons.style-vertical-noicon .list-icons li,
.social-icons.style-vertical .list-icons li {
    float: none;
    text-align: start
}

.social-icons.style-vertical-noicon .list-icons li a,
.social-icons.style-vertical .list-icons li a {
    display: inline-block
}

.social-icons.style-vertical .list-icons li i {
    min-width: 20px;
    margin-right: 5px
}

.social-icons.style-vertical-noicon.show-tooltip .list-icons .ts-tooltip,
.social-icons.style-vertical.show-tooltip .list-icons .ts-tooltip {
    display: inline-block;
    position: static;
    background: transparent;
    color: inherit;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    font-size: 100%;
    text-align: start
}

.social-icons.style-vertical-noicon .list-icons li i,
.social-icons.style-vertical-noicon .list-icons .ts-tooltip:before,
.social-icons.style-vertical .list-icons .ts-tooltip:before {
    display: none
}

.social-icons.style-vertical-noicon .list-icons,
.social-icons.style-vertical-noicon .list-icons li {
    margin: 0
}

.social-icons.style-vertical-noicon .list-icons li {
    padding: 5px 0
}

.social-icons.style-vertical-noicon .list-icons li a,
.social-icons.style-vertical-noicon .list-icons .ts-tooltip {
    padding: 0
}

.twitter-wrapper .item {
    position: relative;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.twitter-wrapper .item:last-child {
    margin-bottom: 0
}

.twitter-wrapper .avatar-name img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border-width: 1px;
    border-style: solid;
    float: left
}

.twitter-wrapper .date-time {
    font-size: 95%;
    font-style: italic;
    display: inline-block;
    width: 100%
}

.twitter-wrapper .avatar-name {
    min-height: 30px;
    overflow: hidden
}

.avatar-name a {
    margin: 0 0 0 15px;
    position: relative;
    top: 4px;
    color: inherit
}

.avatar-name a:hover {
    text-decoration: none
}

.twitter-wrapper .content {
    margin-top: 5px
}

.elementor-widget-wp-widget-ts_instagram .elementor-widget-container h5 {
    text-align: center;
    margin-bottom: 20px
}

.ts-instagram-wrapper.items {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    margin: -1px
}

.elementor-widget-wp-widget-ts_instagram {
    overflow: hidden
}

.ts-instagram-wrapper.items.owl-carousel {
    width: calc(100% + 2px)
}

.ts-instagram-wrapper.items.owl-carousel .owl-stage-outer {
    width: calc(100% - 2px);
    overflow: hidden
}

.ts-instagram-wrapper .item {
    padding: 1px
}

.widget-container .ts-instagram-wrapper .owl-carousel,
.elementor-widget[data-widget_type*="wp-widget-"] .ts-instagram-wrapper .owl-carousel {
    width: calc(100% + 2px)
}

.ts-instagram-wrapper.columns-3 .item {
    width: 33.33333%
}

.ts-instagram-wrapper.columns-4 .item {
    width: 25%
}

.ts-instagram-wrapper.columns-5 .item {
    width: 20%
}

.ts-instagram-wrapper.columns-6 .item {
    width: 16.66666%
}

.ts-instagram-wrapper.columns-7 .item {
    width: 14.2857%
}

.ts-instagram-wrapper.columns-8 .item {
    width: 12.5%
}

.ts-instagram-wrapper.columns-9 .item {
    width: 11.1111%
}

.ts-instagram-wrapper.columns-10 .item {
    width: 10%
}

.ts-instagram-wrapper.columns-11 .item {
    width: 9.090909%
}

.ts-instagram-wrapper.columns-12 .item {
    width: 8.333333%
}

.ts-instagram-wrapper .item>a {
    display: block;
    position: relative
}

.ts-instagram-wrapper .item img {
    width: 100%
}

.post_list_widget li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-width: 0 0 1px;
    border-style: dotted;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.post_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0
}

.post_list_widget li .thumbnail {
    width: 100%;
    display: block;
    margin-bottom: 16px
}

.comment_list_widget li {
    padding: 0 !important
}

.comment_list_widget li:not(:last-child) {
    margin-bottom: 20px
}

.comment_list_widget li:after {
    content: '';
    clear: both;
    display: table
}

.comment_list_widget .avatar {
    width: 30px;
    border-radius: 100%;
    float: left;
    margin-right: 10px
}

.comment_list_widget .avatar>a {
    position: relative
}

.comment_list_widget .comment-meta>* {
    margin-bottom: 8px
}

.comment_list_widget .comment-meta .author {
    display: block
}

.comment_list_widget .comment-body {
    font-size: 100%;
    line-height: 1.5;
    padding: 0;
    background: transparent
}

.comment_list_widget .avatar~.comment-body {
    padding: 0 0 0 40px
}

.comment_list_widget blockquote:before {
    font-size: 100%
}

.elementor-widget-container>ul li,
.elementor-widget-container ul.menu li,
.elementor-widget-container .list-icons li,
.widget_categories>ul li,
.product-categories li {
    list-style: none
}

.widget_categories>ul ul li,
.widget_pages>ul ul li,
.widget_nav_menu>div>ul ul li,
.elementor-widget-wp-widget-categories .elementor-widget-container>ul ul li,
.elementor-widget-wp-widget-pages .elementor-widget-container>ul ul li,
.elementor-widget-wp-widget-nav_menu .elementor-widget-container>div>ul ul li {
    padding: 4px 0;
    position: relative
}

.widget_categories>ul li:last-child,
.widget_pages>ul li:last-child,
.widget_nav_menu>div>ul li:last-child,
.widget-container ul.product-categories>li:last-child,
.widget_categories>ul>li:last-child,
.product-filter-by-brand div>ul>li:last-child,
.elementor-widget-wp-widget-categories .elementor-widget-container>ul li:last-child,
.elementor-widget-wp-widget-pages .elementor-widget-container>ul li:last-child,
.elementor-widget-wp-widget-nav_menu div>ul li:last-child,
.elementor-widget-wp-widget-ts_product_categories ul.product-categories>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

body .yith-woocompare-widget ul.products-list,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list {
    margin-bottom: 20px !important
}

.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare {
    width: 100%;
    margin: 5px 0 0;
    text-decoration: none !important;
    display: block;
    text-transform: none
}

.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare {
    width: auto;
    display: inline-block;
    vertical-align: top;
    min-width: 200px
}

.yith-woocompare-widget ul.products-list li .remove,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li .remove {
    height: 24px;
    width: 24px;
    font-size: 0 !important;
    line-height: 24px;
    position: absolute;
    left: auto;
    right: 0;
    font-weight: 400;
    border-radius: 0;
    text-align: right;
    cursor: pointer;
    outline: none;
    background: transparent !important;
    text-decoration: none !important;
    z-index: 2
}

body .yith-woocompare-widget ul.products-list li:not(.list_empty),
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty) {
    border-width: 0;
    padding: 5px 25px 5px 0
}

body .yith-woocompare-widget ul.products-list li:not(.list_empty):first-child,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty):first-child {
    padding-top: 0
}

body .yith-woocompare-widget ul.products-list li:not(.list_empty):last-child,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li:not(.list_empty):last-child {
    padding-bottom: 0
}

body .yith-woocompare-widget ul.products-list li,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li {
    position: relative
}

body .yith-woocompare-widget ul.products-list li .title,
.elementor-widget-wp-widget-yith-woocompare-widget ul.products-list li .title {
    cursor: pointer;
    display: block;
    outline: none;
    text-transform: none;
    font-size: 100%
}

.elementor-widget-icon-list.elementor-icon-list--layout-inline.elementor-widget__width-auto .elementor-icon-list-icon {
    line-height: 1
}

.ts-megamenu-columns-2 .elementor-widget-wp-widget-nav_menu ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu {
    column-count: 2;
    page-break-inside: avoid;
    break-inside: avoid
}

.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu {
    column-count: 3
}

.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu {
    column-count: 4
}

.ts-megamenu-columns-2 .elementor-widget-wp-widget-nav_menu ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-4 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-3 ul.menu li,
.elementor-widget-wp-widget-nav_menu.columns-2 ul.menu li {
    display: inline-block;
    width: 100%
}

.ts-megamenu-container .elementor-widget-wp-widget-nav_menu ul.menu li:first-child,
.ts-megamenu-container .elementor-widget-wp-widget-nav_menu ul.menu li:last-child {
    padding-top: 5px;
    padding-bottom: 5px
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6,
.elementor-widget-text-editor a {
    color: inherit
}

.text-light .elementor-widget-wp-widget-nav_menu ul.menu li a,
.elementor-widget-wp-widget-nav_menu.text-light ul.menu li a {
    color: #fff !important
}

.woocommerce>.products {
    clear: both;
    margin-left: -1px;
    margin-right: -1px;
    position: relative
}

.woocommerce .products.owl-carousel {
    width: calc(100% + 3px);
    margin-left: 0;
    margin-right: -2px
}

.woocommerce .products.owl-carousel .owl-stage-outer {
    width: calc(100% - 3px);
    position: relative
}

.woocommerce .products.owl-carousel .product-group {
    height: 100%;
    display: flex;
    flex-flow: column wrap
}

.woocommerce .products.owl-carousel .product-group>.product:not(:only-child) {
    flex: 1
}

.woocommerce .products:not(.owl-carousel):not(.cross-sells):not(.up-sells):not(.related) {
    display: flex;
    flex-flow: row wrap
}

.cross-sells>h2,
.up-sells>h2,
.related>h2 {
    text-align: center;
    width: 100%
}

.woocommerce .cross-sells.products,
.woocommerce .up-sells.products {
    margin-left: 0;
    margin-right: 0;
    width: 100%
}

.woocommerce .products .product {
    margin: 0 0 2px 0;
    padding: 0 1px
}

.woocommerce .ts-product-category-wrapper .products .product {
    margin: 0
}

.product-hover-vertical-style.woocommerce .products .product:not(.product-category) .product-wrapper,
.product-hover-vertical-style .woocommerce .products .product:not(.product-category) .product-wrapper {
    height: auto
}

.woocommerce .products .product:not(.product-category) .product-wrapper {
    height: 100%;
    padding: 15px;
    border-radius: 2px;
    position: relative;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce .ts-shortcode:not(.rows-2) .products>.product-group {
    width: 25%;
    float: left
}

.woocommerce .products>.product-group .product {
    width: 100% !important
}

.woocommerce.columns-12 .products .product {
    width: 8.333333333%
}

.woocommerce.columns-11 .products .product {
    width: 9.09090909%
}

.woocommerce.columns-10 .products .product {
    width: 10%
}

.woocommerce.columns-9 .products .product {
    width: 11.1111111%
}

.woocommerce.columns-8 .products .product {
    width: 12.5%
}

.woocommerce.columns-7 .products .product {
    width: 14.285%
}

.woocommerce.columns-6 .products .product {
    width: 16.666666666%
}

.woocommerce.columns-5 .products .product {
    width: 20%
}

.woocommerce.columns-4 .products .product {
    width: 25%
}

.woocommerce.columns-3 .products .product {
    width: 33.3333333333%
}

.woocommerce.columns-2 .products .product {
    width: 50%
}

.woocommerce.columns-1 .products .product {
    width: 100%
}

.woocommerce .ts-slider .products .product {
    height: 100%
}

.woocommerce.columns-12.style-column-list .products .product:not(.product-category),
.woocommerce.columns-11.style-column-list .products .product:not(.product-category),
.woocommerce.columns-10.style-column-list .products .product:not(.product-category),
.woocommerce.columns-9.style-column-list .products .product:not(.product-category),
.woocommerce.columns-8.style-column-list .products .product:not(.product-category),
.woocommerce.columns-7.style-column-list .products .product:not(.product-category),
.woocommerce.columns-6.style-column-list .products .product:not(.product-category),
.woocommerce.columns-5.style-column-list .products .product:not(.product-category) {
    width: 25%
}

.ts-slider .products .owl-item .product {
    float: none !important;
    width: 100% !important
}

.ts-slider .products .owl-item>.product:only-child {
    height: 100%
}

.ts-slider .item {
    width: 100% !important
}

.woocommerce .ts-product-deals-wrapper .products .product {
    margin-bottom: 30px
}

.ts-slider .owl-stage-outer .item {
    float: none !important
}

.products .product .product-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

.woocommerce .products ul {
    margin: 0
}

.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6 {
    clear: both
}

.woocommerce.main-products>.products>.list-categories {
    padding: 40px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    margin-bottom: 40px
}

.woocommerce.main-products>.products>.list-categories .product-wrapper {
    height: 100%;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce.main-products>.products>.list-categories .product-wrapper>a {
    height: auto
}

.woocommerce.main-products.style-column-list>.products>.list-categories .product-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.woocommerce.main-products.style-column-list>.products>.list-categories .product-wrapper>a {
    width: auto;
    max-width: 150px
}

.woocommerce.main-products.style-column-list>.products>.list-categories .product-category .meta-wrapper {
    flex: 1;
    text-align: start;
    margin: 0;
    padding: 0 0 0 20px
}

.products .product:not(.product-category) .product-wrapper .meta-wrapper:not(.meta-wrapper-2) .price,
.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper:not(.meta-wrapper-2) .price,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper:not(.meta-wrapper-2) .price {
    display: none
}

.list-categories,
.ts-blogs-wrapper .blogs,
.ts-shortcode .items,
.ts-portfolio-wrapper .ts-portfolio-wrapper .item-wrapper,
.related-posts .blogs {
    display: flex;
    flex-flow: row wrap
}

.ts-blogs-wrapper.nav-middle .blogs,
.ts-product.nav-middle .content-wrapper,
.ts-shortcode.nav-middle .items,
.ts-portfolio-wrapper.nav-middle .ts-portfolio-wrapper .item-wrapper {
    position: relative
}

.woocommerce .products .product .product-wrapper .thumbnail-wrapper img {
    width: 100%
}

.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before {
    position: static;
    background: none
}

.woocommerce .product a.added_to_cart {
    margin-top: 5px;
    display: none !important
}

.woocommerce .product a.added_to_cart:hover,
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus,
.woocommerce .product a.button:focus {
    background-image: none
}

div.product:not(.product-style-3):not(.product-style-4) .ts-product-brand-info {
    display: none
}

.woocommerce .product .thumbnail-wrapper {
    position: relative;
    overflow: hidden
}

.image-border .thumbnail-wrapper>a img {
    border-width: 1px;
    border-style: solid
}

.image-border .product-wrapper:hover .thumbnail-wrapper>a img {
    border-color: transparent
}

.image-border a.ts-wg-thumbnail img {
    border-width: 1px;
    border-style: solid
}

.woocommerce .product .thumbnail-wrapper * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.woocommerce .product .thumbnail-wrapper>a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: 350ms ease 0s
}

.woocommerce .product .thumbnail-wrapper>a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 2;
    transition: 300ms ease 0s
}

.woocommerce .products .product a img {
    margin: 0;
    box-shadow: none;
    width: 100% !important
}

.woocommerce .product figure {
    z-index: 1;
    overflow: hidden
}

.woocommerce .product figure img:first-child {
    position: relative;
    z-index: 2
}

.woocommerce .product figure.has-back-image img:last-child {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.product-group-button-meta {
    display: none
}

body .yith-wcwl-add-to-wishlist {
    margin: 0
}

.products .meta-wrapper-2>.product-group-button-meta,
.product-wrapper .button-in.wishlist i,
.yith-wcwl-add-to-wishlist i {
    display: none
}

.button-in a {
    text-decoration: none !important
}

.woocommerce .product-wrapper .meta-wrapper {
    padding-top: 20px;
    overflow: hidden
}

.ts-product.style-icon .product.product-category .product-wrapper .meta-wrapper:not(.meta-wrapper-2) {
    padding-top: 20px
}

.woocommerce .product .category-name h3 {
    margin-bottom: 0;
    line-height: 24px
}

.woocommerce .product-wrapper .meta-wrapper:after {
    display: table;
    clear: both;
    content: ""
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    z-index: 2;
    cursor: zoom-in
}

.product_list_widget .product-label,
.woocommerce .product .product-label {
    position: absolute;
    right: auto;
    left: 2px;
    top: 2px;
    bottom: auto;
    z-index: 2;
    text-align: center
}

.woocommerce .product-label>span.onsale,
.woocommerce .product-label>span {
    width: auto;
    min-width: 34px;
    min-height: 16px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 0;
    text-align: center;
    display: block;
    font-size: 10px;
    line-height: 14px !important;
    border-radius: 2px;
    margin-bottom: 2px
}

.woocommerce .product-label span span {
    padding: 2px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative;
    justify-content: center
}

.product-label-circle .product-label>span.onsale,
.product-label-circle .product-label>span,
.product-label-square .product-label>span.onsale,
.product-label-square .product-label>span {
    width: 46px;
    height: 46px;
    min-height: auto;
    min-width: auto;
    border-radius: 0;
    line-height: 16px !important
}

.product-label-circle .product-label>span.onsale,
.product-label-circle .product-label>span {
    border-radius: 50%
}

.featured .products .product-label .featured {
    display: none
}

.ts-shortcode .woocommerce.loading .products {
    transition: none
}

.product-brands,
.woocommerce .products .product .product-categories {
    overflow: hidden;
    text-decoration: none
}

.meta-wrapper .product-categories>span {
    display: none
}

.product .product-brands a,
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none
}

.product .product-brands a:hover,
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.ts-products-widget-wrapper .product-categories a:hover {
    text-decoration: none
}

.products .meta-wrapper>* {
    margin-bottom: 8px;
    display: block
}

.style-list .products .meta-wrapper:not(.meta-wrapper-2)>*,
.style-column-list .products .meta-wrapper:not(.meta-wrapper-2)>* {
    margin-bottom: 4px
}

.products .meta-wrapper>.color-swatch,
.products .meta-wrapper>*:last-child,
.style-list .products .meta-wrapper:not(.meta-wrapper-2)>.color-swatch,
.style-column-list .products .meta-wrapper:not(.meta-wrapper-2)>.color-swatch,
.style-list .products .meta-wrapper:not(.meta-wrapper-2)>*:last-child,
.style-column-list .products .meta-wrapper:not(.meta-wrapper-2)>*:last-child {
    margin-bottom: 0
}

.products .meta-wrapper>.star-rating,
.woocommerce .products .star-rating {
    margin: 12px 0;
    float: none
}

.products .meta-wrapper>.star-rating:nth-last-child(2) {
    margin-bottom: 0
}

.product-brands,
.product-sku,
.product-categories {
    line-height: 1.4
}

.products .product .meta-wrapper>.count-rating {
    display: none
}

.price,
.products .meta-wrapper>.price {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    line-height: 1.2
}

.price del+ins {
    margin-right: 10px
}

.price del {
    order: 2
}

.star-rating,
.star-rating span,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before,
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring-page .star-rating span:before,
.woocommerce p.stars a::before,
.ts-testimonial-wrapper .rating:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating:before,
blockquote .rating span:before {
    font-size: 13px;
    letter-spacing: 3px
}

.star-rating span:before,
.star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce .star-rating:before,
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before,
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring-page .star-rating span:before,
.woocommerce p.stars a::before,
.ts-testimonial-wrapper .rating:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating:before,
blockquote .rating span:before {
    content: "\e912\e912\e912\e912\e912";
    font-family: 'icomoon' !important;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top
}

.woocommerce p.stars a::before,
.woocommerce p.stars:hover a::before,
.woocommerce p.stars a:hover~a::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a.active~a::before,
.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e912"
}

.star-rating,
.woocommerce .star-rating,
.ts-testimonial-wrapper .rating,
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating,
blockquote .rating {
    width: 78px;
    height: 14px;
    line-height: 1;
    overflow: hidden;
    font-family: star;
    position: relative;
    backface-visibility: visible;
    -webkit-backface-visibility: visible
}

.ts-testimonial-wrapper.style-2 .rating:before,
.ts-testimonial-wrapper.style-2 .rating span:before,
.woocommerce p.stars a::before {
    font-size: 22px
}

.ts-testimonial-wrapper.style-2 .rating {
    width: 126px;
    height: 22px
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating,
.rs-layer .rs-starring .star-rating span,
.rs-layer .rs-starring-page .star-rating span {
    line-height: 1 !important
}

.star-rating span,
.woocommerce .star-rating span,
.ts-testimonial-wrapper .rating span,
blockquote .rating span,
.rs-layer .rs-starring .star-rating span,
.rs-layer .rs-starring-page .star-rating span,
.product_list_widget .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 20px
}

.woocommerce .star-rating span {
    font-size: 0
}

blockquote .rating span:before,
.ts-testimonial-wrapper .rating span:before,
.star-rating span::before {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .products .product .meta-wrapper .short-description ul li {
    line-height: 1.2;
    padding: 4px 0
}

.woocommerce .products .product .meta-wrapper .short-description>ul:first-child li:first-child {
    padding-top: 0
}

.woocommerce .products .product .meta-wrapper .short-description>ul:last-child li:last-child {
    padding-bottom: 0
}

input[type=number].qty::-webkit-inner-spin-button,
input[type=number].qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce .quantity input.qty,
.quantity input.qty {
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    border-width: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 25px;
    width: 100%;
    line-height: 46px;
    text-align: center;
    border-radius: 2px
}

.woocommerce div.product form.cart table div.quantity {
    float: left;
    margin: 0
}

form.cart div.product .group_table .woocommerce-grouped-product-list-item__quantity,
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
    padding-left: 10px
}

.shop_table .quantity,
.summary .quantity {
    float: none;
    position: relative;
    width: 124px
}

.quantity span:not(.amount) {
    display: none
}

.quantity .number-button {
    width: 100%;
    position: relative;
    display: flex;
    letter-spacing: 0
}

.quantity .minus,
.quantity .plus {
    border: 0;
    background: transparent;
    width: 30%;
    height: 46px;
    margin: 0 !important;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 0
}

.quantity .plus {
    right: 0;
    left: auto
}

.quantity .minus:hover,
.quantity .plus:hover {
    z-index: 3
}

.product-group-button-meta a:hover,
.product-group-button a:hover {
    text-decoration: none
}

.thumbnail-wrapper .product-group-button>div {
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    letter-spacing: 0;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    transition: 250ms ease-in-out;
    border-radius: 2px
}

.thumbnail-wrapper .product-group-button>div:nth-child(2) {
    top: 32px
}

.thumbnail-wrapper .product-group-button>div:nth-child(3) {
    top: 64px
}

.thumbnail-wrapper .product-group-button>div:nth-child(4) {
    top: 96px
}

.product-group-button>div a:after {
    font-size: 17px;
    line-height: 30px;
    transition: none;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 0
}

.thumbnail-wrapper .product-group-button>div.wishlist,
.product .product-wrapper:hover .product-group-button>div {
    animation-duration: 400ms;
    animation-fill-mode: both;
    animation-name: animation_fade
}

.product-group-button>div a {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    border: 0;
    text-decoration: none;
    letter-spacing: 0;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    color: inherit !important;
    transition: none
}

.thumbnail-wrapper .product-group-button>div a {
    display: block;
    opacity: 1 !important
}

.button-in .yith-wcwl-add-to-wishlist,
.button-in .yith-wcwl-add-button,
.button-in a.add_to_wishlist {
    width: 100%;
    height: 100%
}

.button-in a.add_to_wishlist {
    display: block
}

.product-group-button>div a.added:hover {
    text-decoration: none !important
}

.thumbnail-wrapper .product-group-button>div.loop-add-to-cart a {
    transition: none;
    padding: 0;
    margin: 0;
    border-width: 0;
    position: relative;
    letter-spacing: 0;
    background: transparent !important;
    color: inherit !important;
    line-height: inherit !important
}

ul.product_list_widget li,
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 15px;
    border-radius: 2px;
    margin-bottom: 2px;
    display: flex;
    flex-flow: row wrap;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    position: relative
}

.cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    content: "";
    height: 24px;
    width: 24px;
    font-size: 0 !important;
    line-height: 24px;
    text-align: right;
    text-indent: 0;
    padding: 0;
    letter-spacing: 0;
    position: absolute !important;
    left: auto;
    right: 4px;
    top: 5px;
    margin: 0 !important;
    text-decoration: none;
    background: transparent !important;
    z-index: 2
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 0;
    right: 0
}

.cart_list li a.remove:not(:hover),
.woocommerce .widget_shopping_cart .cart_list li a.remove:not(:hover),
.woocommerce.widget_shopping_cart .cart_list li a.remove:not(:hover) {
    opacity: 0.3
}

ul.product_list_widget li .ts-wg-thumbnail,
.woocommerce ul.product_list_widget li .ts-wg-thumbnail,
ul.product_list_widget li img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 90px;
    margin: 0;
    float: none
}

.elementor-widget[data-widget_type*="wp-widget-"] ul li a {
    color: inherit
}

.elementor-widget[data-widget_type*="wp-widget-"] ul li a:hover {
    text-decoration: none
}

.elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories {
    font-size: 100%
}

#ts-filter-widget-area ul.product_list_widget li .ts-wg-thumbnail,
#ts-filter-widget-area .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
#ts-filter-widget-area ul.product_list_widget li img,
.ts-sidebar ul.product_list_widget li .ts-wg-thumbnail,
.ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
.ts-sidebar ul.product_list_widget li img,
.ts-sidebar .woocommerce ul.cart_list li img,
.ts-sidebar .woocommerce ul.product_list_widget li img {
    width: 70px;
    margin: 0 10px 0 0
}

#ts-filter-widget-area ul.product_list_widget li .ts-wg-meta,
#ts-filter-widget-area .woocommerce ul.product_list_widget li .ts-wg-meta,
.ts-sidebar ul.product_list_widget li .ts-wg-meta,
.ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-meta {
    flex: 1;
    margin-bottom: 0;
    padding-left: 0
}

.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li .ts-wg-thumbnail,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li img {
    margin: 0 15px 0 0
}

ul.product_list_widget li .cart-item-wrapper,
.woocommerce ul.product_list_widget li .cart-item-wrapper,
.woocommerce .widget_shopping_cart .cart_list li .cart-item-wrapper,
.woocommerce.widget_shopping_cart .cart_list li .cart-item-wrapper {
    padding: 0 35px 0 15px;
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

ul.product_list_widget li .meta-wrapper {
    flex: 1
}

ul.product_list_widget li .meta-wrapper:last-child {
    margin-left: auto;
    padding-left: 15px;
    text-align: right
}

ul.product_list_widget li .meta-wrapper>* {
    margin-bottom: 5px
}

ul.product_list_widget li .meta-wrapper>*:last-child {
    margin-bottom: 0
}

ul.product_list_widget li .subtotal form.cart {
    display: inline-block;
    margin: 10px 0 0
}

.woocommerce div.product ul.product_list_widget form.cart div.quantity {
    margin: 0
}

.woocommerce div.product ul.product_list_widget p.price ins,
.woocommerce div.product ul.product_list_widget span.price ins {
    font-weight: inherit
}

ul.product_list_widget .button-in div.blockUI.blockOverlay {
    opacity: 1 !important
}

ul.product_list_widget .button-in div.blockUI.blockOverlay:after,
.woocommerce ul.product_list_widget .button-in div.blockUI.blockOverlay:after {
    margin-top: -8px;
    margin-left: -8px;
    width: 16px;
    height: 16px
}

.ts-product.style-list .shortcode-heading-wrapper {
    margin-bottom: 2px;
    min-height: 100px;
    padding: 30px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.ts-product.style-list .shortcode-heading-wrapper .shortcode-title {
    text-align: start
}

.ts-product.style-list .shortcode-heading-wrapper .shop-more {
    line-height: 16px;
    margin-left: 10px
}

.ts-product.style-list .shortcode-heading-wrapper .shop-more .button {
    padding: 0;
    font-size: 12px;
    line-height: inherit
}

ul.product_list_widget li,
.woocommerce ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-product.style-list .shortcode-heading-wrapper,
.main-products.style-column-list .products .product:not(.product-category) .product-wrapper,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.widget-container ul.product_list_widget li,
.woocommerce.widget-container ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    border-width: 0 0 1px 0;
    border-style: solid
}

.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li {
    padding-right: 4px
}

.widget-container ul.product_list_widget li,
.woocommerce.widget-container ul.product_list_widget li,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li {
    box-shadow: none;
    background: transparent
}

.woocommerce-page.archive #left-sidebar .widget-container ul.product_list_widget li,
.woocommerce-page.archive #left-sidebar .woocommerce.widget-container ul.product_list_widget li,
.woocommerce-page.archive #right-sidebar .widget-container ul.product_list_widget li,
.woocommerce-page.archive #right-sidebar .woocommerce.widget-container ul.product_list_widget li,
.woocommerce-page.archive #ts-filter-widget-area .widget-container ul.product_list_widget li,
.woocommerce-page.archive #ts-filter-widget-area .woocommerce.widget-container ul.product_list_widget li {
    background: #fff;
    padding: 10px;
    border-width: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    margin: 0 0 2px
}

.elementor-widget.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li,
.elementor-widget.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li,
.elementor-widget.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li .reviewer,
.widget_shopping_cart ul.product_list_widget li,
.woocommerce.widget_shopping_cart ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.woocommerce.widget_recent_reviews ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li .reviewer,
.woocommerce.widget_recent_reviews ul.product_list_widget li .reviewer {
    display: block
}

.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li,
.widget_shopping_cart ul.product_list_widget li,
.woocommerce.widget_shopping_cart ul.product_list_widget li {
    padding-right: 20px
}

.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li a {
    display: block
}

.widget-container ul.product_list_widget li:last-child,
.woocommerce.widget-container ul.product_list_widget li:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.widget-container ul.product_list_widget li .ts-wg-meta *,
.woocommerce.widget-container ul.product_list_widget li.ts-wg-meta *,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li.ts-wg-meta * {
    margin-bottom: 0
}

.widget-container ul.product_list_widget li>*:not(img),
.woocommerce.widget-container ul.product_list_widget li>*:not(img),
.widget-container ul.product_list_widget li .ts-wg-meta>*,
.woocommerce.widget-container ul.product_list_widget li.ts-wg-meta>*,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li>*:not(img),
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li .ts-wg-meta>* {
    margin-bottom: 8px;
    line-height: 1.2
}

.widget-container ul.product_list_widget li .ts-wg-meta>.star-rating,
.woocommerce.widget-container ul.product_list_widget li .ts-wg-meta>.star-rating,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li .ts-wg-meta>.star-rating {
    margin-bottom: 10px
}

.widget-container ul.product_list_widget li .ts-wg-meta>*:last-child,
.woocommerce.widget-container ul.product_list_widget li .ts-wg-meta>*:last-child,
.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li .ts-wg-meta>*:last-child {
    margin-bottom: 0
}

.elementor-widget[data-widget_type*="wp-widget-"] ul.product_list_widget li:after {
    content: '';
    display: table;
    clear: both
}

.elementor-widget-wp-widget-woocommerce_widget_cart ul.product_list_widget li img,
.elementor-widget-wp-widget-woocommerce_recent_reviews ul.product_list_widget li img,
.widget_shopping_cart ul.product_list_widget li img,
.woocommerce.widget_shopping_cart ul.product_list_widget li img,
.widget_recent_reviews ul.product_list_widget li img,
.woocommerce.widget_recent_reviews ul.product_list_widget li img {
    float: left
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper {
    width: 22%
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
    display: block;
    padding-right: 35px
}

.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
    padding-right: 25px
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
    text-align: right
}

.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
    width: 38%
}

.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
    width: 40%
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
    width: 46%
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
    width: 32%
}

.main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .price {
    justify-content: flex-end
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button {
    display: none
}

ul.product_list_widget li .quantity,
.woocommerce ul.product_list_widget li .quantity,
.woocommerce .widget_shopping_cart .cart_list li .quantity,
.woocommerce.widget_shopping_cart .cart_list li .quantity,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity,
.products .product:not(.product-category) .meta-wrapper-2 .quantity {
    width: 60px;
    margin: 0
}

ul.product_list_widget li .quantity .qty,
.woocommerce ul.product_list_widget li .quantity .qty,
.woocommerce .widget_shopping_cart .cart_list li .quantity .qty,
.woocommerce.widget_shopping_cart .cart_list li .quantity .qty,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .qty,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .qty,
.products .product:not(.product-category) .meta-wrapper-2 .quantity .qty {
    padding: 0 15px
}

ul.product_list_widget li .quantity .qty,
.woocommerce ul.product_list_widget li .quantity .qty,
.woocommerce .widget_shopping_cart .cart_list li .quantity .qty,
.woocommerce.widget_shopping_cart .cart_list li .quantity .qty,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .qty,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .qty,
ul.product_list_widget li .quantity .plus,
.woocommerce ul.product_list_widget li .quantity .plus,
.woocommerce .widget_shopping_cart .cart_list li .quantity .plus,
.woocommerce.widget_shopping_cart .cart_list li .quantity .plus,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .plus,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .plus,
ul.product_list_widget li .quantity .minus,
.woocommerce ul.product_list_widget li .quantity .minus,
.woocommerce .widget_shopping_cart .cart_list li .quantity .minus,
.woocommerce.widget_shopping_cart .cart_list li .quantity .minus,
.woocommerce .ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .minus,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .quantity .minus,
.products .product:not(.product-category) .meta-wrapper-2 .quantity .qty,
.products .product:not(.product-category) .meta-wrapper-2 .quantity .minus,
.products .product:not(.product-category) .meta-wrapper-2 .quantity .plus {
    height: 30px;
    line-height: 30px;
    font-size: 13px
}

ul.product_list_widget li .subtotal .button,
.woocommerce ul.product_list_widget li .subtotal .button,
.main-products.style-column-list .product-group-button-meta>div.loop-add-to-cart>a.button {
    padding: 0 15px !important;
    width: auto !important;
    min-width: 110px !important;
    font-size: 12px !important;
    line-height: 28px !important
}

.ts-product.style-list .product-group-button-meta>div.loop-add-to-cart>a.button {
    padding: 0 5px !important;
    font-size: 12px !important;
    line-height: 28px !important
}

ul.product_list_widget li .subtotal .button,
.woocommerce ul.product_list_widget li .subtotal .button,
.main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity~.product-group-button-meta>div.loop-add-to-cart>a.button,
.ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .quantity~.product-group-button-meta>div.loop-add-to-cart>a.button {
    margin-left: 5px
}

.products .product:not(.product-category) .meta-wrapper-2>.product-group-button-meta {
    margin-top: 13px
}

.products .product:not(.product-category) .product-wrapper .meta-wrapper-2>.price {
    margin-bottom: 0
}

.ts-product-brand-info .products .product:not(.product-category) .product-wrapper .meta-wrapper-2>.price,
.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2>.price {
    margin-bottom: 10px
}

.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2>.product-group-button-meta,
.ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2>.product-group-button-meta {
    margin-top: 0
}

ul.product_list_widget li .wishlist,
.woocommerce ul.product_list_widget li .wishlist,
.woocommerce .widget_shopping_cart .cart_list li .wishlist,
.woocommerce.widget_shopping_cart .cart_list li .wishlist,
.products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta>.button-in {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 5px;
    position: absolute;
    top: 13px;
    right: 8px;
    letter-spacing: 0
}

ul.product_list_widget li .wishlist,
.woocommerce ul.product_list_widget li .wishlist,
.woocommerce .widget_shopping_cart .cart_list li .wishlist,
.woocommerce.widget_shopping_cart .cart_list li .wishlist {
    top: 50%;
    transform: translateY(-50%)
}

.ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .price,
.main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .price {
    display: flex !important;
    justify-content: flex-end;
    letter-spacing: 0
}

.ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta {
    display: block !important
}

.main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .quantity,
.main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta {
    display: inline-block !important;
    vertical-align: top !important
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper,
.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button {
    position: static
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div .ts-tooltip,
.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div:not(.wishlist),
.main-products.style-column-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta>div:not(.loop-add-to-cart),
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div .ts-tooltip,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div:not(.wishlist),
.ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta>div:not(.loop-add-to-cart) {
    display: none !important
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div.wishlist a.loading:after,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button>div.wishlist a.loading:after {
    font-size: 0
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button {
    display: block !important;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-group-button {
    top: 50%;
    transform: translateY(-50%)
}

.main-products.style-column-list .products .product:not(.product-category) .thumbnail-wrapper .product-label,
.ts-product.style-list .products .product:not(.product-category) .thumbnail-wrapper .product-label {
    left: 17px;
    top: 17px
}

.ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .product-group-button-meta .loop-add-to-cart {
    margin-top: 10px
}

ul.product_list_widget li .wishlist a,
.woocommerce ul.product_list_widget li .wishlist a,
.product-group-button-meta>div.compare a,
.product-group-button-meta>div.wishlist a {
    font-size: 0;
    line-height: 1
}

.product-group-button-meta>div.compare a:before,
.product-group-button-meta>div.wishlist a:before {
    font-size: 17px;
    line-height: 30px
}

ul.product_list_widget li .wishlist a:after,
.woocommerce ul.product_list_widget li .wishlist a:after,
.ts-product.style-list .product-group-button-meta>div.compare a:before,
.ts-product.style-list .product-group-button-meta>div.wishlist a:before {
    font-size: 15px;
    line-height: 30px
}

ul.product_list_widget li .wishlist a:after,
.woocommerce ul.product_list_widget li .wishlist a:after,
.product-group-button>div a:after,
.ts-product.style-list .product-group-button-meta>div.wishlist a:before,
.main-products.style-column-list .product-group-button-meta>div.wishlist a:before {
    opacity: 0.2
}

ul.product_list_widget li .wishlist a:hover:after,
.woocommerce ul.product_list_widget li .wishlist a:hover:after,
ul.product_list_widget li .wishlist .added a:after,
.woocommerce ul.product_list_widget li .wishlist .added a:after,
.product .product-wrapper:hover .product-group-button>div a:after,
.product-group-button>div:hover a:after,
.product-group-button>div .added a:after,
.product-group-button>div a.added:after,
.main-products.style-column-list .product .product-wrapper:hover .product-group-button-meta>div.wishlist a:before,
.main-products.style-column-list .product-group-button-meta>div.wishlist .added a:before,
.ts-product.style-list .product-group-button-meta>div.wishlist .added a:before,
.ts-product.style-list .product .product-wrapper:hover .product-group-button-meta>div.wishlist a:before {
    opacity: 1
}

.ts-product-attribute .button-tooltip,
.product-group-button .button-tooltip {
    padding: 2px 10px;
    line-height: 26px;
    position: absolute;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    transition: 250ms ease-in-out
}

.product-group-button .button-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 100%;
    margin-top: -3px
}

.ts-product-attribute .button-tooltip {
    min-width: 70px;
    line-height: 20px;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 10
}

.product-group-button .button-tooltip {
    left: auto;
    right: calc(100% + 10px);
    top: 50%;
    height: 22px;
    margin: -11px 0 0 0;
    line-height: 18px;
    border-radius: 2px;
    background: #01b413;
    color: #fff;
    display: inline-block
}

.ts-product-attribute .button-tooltip:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: ""
}

.ts-product-attribute .button-tooltip:before {
    background: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3)
}

.ts-product-attribute .button-tooltip:after {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -5px;
    content: "";
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff
}

.product-group-button>div:hover a .button-tooltip,
.ts-product-attribute>div:hover a .button-tooltip {
    opacity: 1;
    visibility: visible
}

.product-no-tooltip .product-group-button>div .button-tooltip {
    display: none
}

.button-in .blockUI,
.button-in .blockUI.blockOverlay {
    opacity: 0 !important
}

.product-hover-vertical-style-2 .products .product:not(.product-category) {
    position: relative
}

.product-hover-vertical-style-2 .products .product:not(.product-category) .product-group-button>div.loop-add-to-cart,
.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2>*:not(.product-group-button-meta):not(.price),
.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2>.product-group-button-meta>*:not(.loop-add-to-cart):not(.price) {
    display: none
}

.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2 {
    padding-top: 10px
}

.product-hover-vertical-style-2 rs-layer .products .product:not(.product-category) .product-wrapper {
    height: auto
}

.product-hover-vertical-style-2 rs-layer .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .product-group-button-meta {
    margin-top: 13px
}

.product-hover-vertical-style-2 rs-layer .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 .product-group-button-meta,
.product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .meta-wrapper-2 .product-group-button-meta {
    display: block;
    animation-duration: 250ms;
    animation-fill-mode: both;
    animation-name: animation_fade
}

.product-hover-vertical-style-2 .products .product:not(.product-category) .meta-wrapper-2>.product-group-button-meta>div.loop-add-to-cart a.button {
    width: 100%;
    font-size: 100%;
    line-height: 18px;
    padding: 7px 10px
}

.product-hover-vertical-style-2 .style-list .products .product:not(.product-category) .product-wrapper:hover .meta-wrapper-2 .product-group-button-meta,
.product-hover-vertical-style-2 .style-column-list .products .product:not(.product-category) .product-wrapper:hover .meta-wrapper-2 .product-group-button-meta {
    animation: none;
    position: static !important
}

.woocommerce div.product form.cart .button:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .button:before,
.product-group-button-meta>div.loop-add-to-cart>a.button:before {
    margin-right: 8px;
    font-size: 16px;
    display: inline-block;
    vertical-align: -1px
}

.product-group-button-meta>.loop-add-to-cart .button.added:before {
    font-size: 90%;
    color: inherit
}

.style-list .product-group-button-meta>.loop-add-to-cart .button.added:before,
.style-column-list .product-group-button-meta>.loop-add-to-cart .button.added:before {
    margin-right: 3px
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .added a:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .ts-tooltip:before {
    content: attr(data-title);
    line-height: 20px;
    font-family: inherit
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons {
    line-height: 20px
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .yith-wcwl-add-to-wishlist a:not(.added),
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.compare:not(.added) {
    font-size: 0;
    line-height: 1
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: auto
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading {
    opacity: 1 !important;
    padding: 0 0 0 15px
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after {
    margin-left: 0;
    margin-top: -5px
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .ts-tooltip {
    font-size: 0 !important;
    line-height: 0
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .added .ts-tooltip {
    display: none
}

.page-description .ts-shortcode {
    margin-bottom: 40px;
    padding: 40px
}

.products {
    clear: both
}

.woocommerce .before-loop-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    line-height: 16px !important;
    margin-bottom: 30px;
    position: relative
}

.product-filter-by-brand-wrapper select,
.product-filter-by-brand-wrapper select option,
.before-loop-wrapper>.widget .widget-title,
.before-loop-wrapper>.widget .widgettitle,
#ts-filter-widget-area .ts-sidebar-content *,
#left-sidebar *,
#right-sidebar * {
    font-size: 100%
}

#ts-filter-widget-area .product-label,
#left-sidebar .product-label,
#right-sidebar .product-label {
    font-size: 10px
}

.before-loop-wrapper>.widget .widget-title,
.before-loop-wrapper>.widget .widgettitle,
#ts-filter-widget-area .ts-sidebar-content .widget-title,
#ts-filter-widget-area .ts-sidebar-content .widgettitle,
.woocommerce-page #left-sidebar .widget-title,
.woocommerce-page #right-sidebar .widget-title,
.woocommerce-page #left-sidebar .widgettitle,
.woocommerce-page #right-sidebar .widgettitle {
    font-weight: normal
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 5px;
    float: left;
    font-size: 120% !important;
    color: red
}

.woocommerce .style-filter-top .before-loop-wrapper {
    align-items: flex-start
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area,
.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container .widget-title-wrapper~* {
    flex: 1
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
    width: 100% !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container {
    margin: 0 0 10px 0;
    display: flex;
    flex-flow: row wrap
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container:last-child {
    margin: 0 0 2px 0
}

.before-loop-wrapper>.widget .widget-title,
.before-loop-wrapper>.widget .widgettitle,
.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container .widget-title {
    margin: 4px 10px 0 0;
    line-height: 16px
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container.product-filter-by-color .widget-title {
    margin-top: 0
}

.before-loop-wrapper>.widget .widget-title,
.before-loop-wrapper>.widget .widgettitle,
.before-loop-wrapper>.widget .product-filter-by-brand-wrapper {
    display: inline-block
}

.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container ul li,
.style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li,
.style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget_product_categories ul.product-categories li,
.style-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav ul li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 2px 0
}

.style-filter-top .before-loop-wrapper .product-on-sale-form {
    width: 100%;
    order: 10;
    margin-top: 10px
}

.woocommerce .style-filter-top .widget_price_filter {
    max-width: 300px
}

.woocommerce .style-filter-top .product-filter-by-brand .widget-title,
.woocommerce .style-filter-top .widget_price_filter .widget-title {
    margin-top: 4px
}

.woocommerce .style-filter-top .widget_price_filter form {
    padding-top: 6px
}

.style-filter-top #ts-filter-widget-area .ts-sidebar-content .filter-widget-area {
    max-width: 100%
}

.woocommerce .before-loop-wrapper .woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-result-count {
    display: none;
    margin: 0
}

.filter-widget-area-button {
    margin: 7px 20px 0 0
}

.filter-widget-area-button>a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.filter-widget-area-button>a:before {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: -3px;
    transition: .3s ease
}

.filter-widget-area {
    padding: 0
}

.product-per-page-form ul.perpage .perpage-current>span:last-child,
.woocommerce .woocommerce-ordering .orderby-current {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 20px 4px 10px;
    width: 148px;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    position: relative;
    margin: 0 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.before-loop-wrapper>.widget select,
#ts-filter-widget-area select,
#left-sidebar select,
#right-sidebar select,
#ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-width: 148px;
    line-height: 16px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    padding: 4px 10px 4px 10px
}

body #ts-filter-widget-area .select2-container--default .select2-selection--single,
#left-sidebar .select2-container--default .select2-selection--single,
#right-sidebar .select2-container--default .select2-selection--single,
#ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent
}

body #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
#left-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
#right-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    height: auto
}

.style-filter-top .woocommerce-widget-layered-nav-dropdown {
    max-width: 180px
}

body #ts-filter-widget-area .select2-container--default .select2-selection--single .select2-selection__arrow,
body #left-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow,
body #right-sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: -8px;
    right: 6px
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.before-loop-wrapper>.widget {
    margin: 0 0 0 auto
}

.woocommerce .before-loop-wrapper>.widget~.woocommerce-ordering,
.woocommerce-page .before-loop-wrapper>.widget~.woocommerce-ordering {
    margin: 0 0 0 20px
}

.before-loop-wrapper>.widget,
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    order: 2
}

.woocommerce-ordering select.orderby,
.woocommerce .woocommerce-ordering select.orderby {
    display: none
}

.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover {
    text-decoration: none
}

.woocommerce .woocommerce-ordering .orderby li,
.product-per-page-form ul.perpage li {
    list-style: none;
    position: relative;
    z-index: 4;
    padding: 0 15px;
    line-height: 16px
}

.woocommerce .woocommerce-ordering ul li a,
.product-per-page-form ul.perpage ul li a {
    padding: 5px 0;
    display: block;
    color: inherit
}

.woocommerce .woocommerce-ordering ul.orderby {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: baseline
}

.woocommerce .woocommerce-ordering ul.orderby:hover,
.product-per-page-form ul.perpage:hover,
.woocommerce .woocommerce-ordering ul.orderby.active,
.product-per-page-form ul.perpage.active {
    z-index: 999;
    position: relative
}

.product-per-page-form ul.perpage>li,
.product-per-page-form ul.perpage ul {
    padding: 0;
    margin: 0
}

.woocommerce .woocommerce-ordering .orderby li a.current {
    cursor: default
}

.woocommerce .woocommerce-ordering .orderby>li,
.product-per-page-form ul.perpage>li {
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    line-height: 16px
}

.product-per-page-form ul.perpage .perpage-current:after,
.woocommerce .woocommerce-ordering .orderby-current:after {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.woocommerce .woocommerce-ordering .orderby ul,
.product-per-page-form ul.perpage ul {
    margin: 0;
    padding: 10px 0;
    display: none;
    width: 148px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    border-radius: 2px
}

.before-loop-wrapper>.product-per-page-form {
    width: auto;
    order: 3;
    margin: 0 0 0 20px
}

.before-loop-wrapper>.product-per-page-form>span,
.before-loop-wrapper>.product-filter-by-brand .product-per-page-form>select,
.before-loop-wrapper>.product-per-page-form>select {
    display: none
}

.product-per-page-form ul.perpage {
    margin: 0;
    position: relative;
    display: inline-block
}

.product-per-page-form ul.perpage ul li a>strong {
    opacity: 0;
    visibility: hidden
}

.product-per-page-form ul.perpage .perpage-current {
    display: block
}

.product-per-page-form ul.perpage ul li a>*,
.product-per-page-form ul.perpage .perpage-current>* {
    display: inline-block;
    vertical-align: baseline;
    transition: 350ms ease
}

.product-per-page-form ul.perpage ul li a>strong,
.product-per-page-form ul.perpage .perpage-current>strong {
    padding: 0 5px 0 0
}

.product-per-page-form ul.perpage ul li a:not(:hover):not(.current)>strong {
    font-weight: normal;
    color: inherit
}

.post-nav-links {
    padding-top: 20px;
    margin-bottom: 0
}

.woocommerce nav.woocommerce-pagination {
    margin: 0 -5px 0 -5px;
    text-align: inherit
}

.woocommerce .after-loop-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center
}

.woocommerce .after-loop-wrapper:empty {
    display: none !important
}

.woocommerce .after-loop-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.pagination-wrap ul.pagination,
.ts-pagination {
    display: block;
    margin-left: -3px;
    margin-right: -3px;
    text-align: center
}

.ts-pagination,
.woocommerce nav.woocommerce-pagination {
    padding-top: 55px;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce nav.woocommerce-pagination {
    padding-top: 64px;
    border: 0
}

.ts-portfolio-wrapper .pagination-wrapper {
    margin-top: 58px
}

.pagination-wrap ul.pagination>li,
.ts-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.dokan-pagination-container .dokan-pagination li {
    list-style: none;
    display: inline-block;
    border: 0;
    vertical-align: top;
    float: none
}

.pagination-wrap ul.pagination>li>a:hover,
.dokan-dashboard-content .pagination li a:hover,
.ts-pagination ul li a:hover {
    text-decoration: none
}

.ts-pagination ul li a:focus,
.ts-pagination ul li a:hover,
.ts-pagination ul li span.current,
.pagination-wrap ul.pagination>li>a:hover,
.pagination-wrap ul.pagination>li>span.current,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination-wrap ul.pagination>li>a.prev:hover,
.pagination-wrap ul.pagination>li>a.prev:focus,
.pagination-wrap ul.pagination>li>a.next:hover,
.pagination-wrap ul.pagination>li>a.next:focus,
.dokan-pagination-container .dokan-pagination li:first-child a:hover,
.dokan-pagination-container .dokan-pagination li:first-child a:focus,
.dokan-pagination-container .dokan-pagination li:last-child a:hover,
.dokan-pagination-container .dokan-pagination li:last-child a:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus,
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:focus,
.ts-pagination ul li a.next:hover {
    background: transparent !important
}

.dokan-pagination-container {
    margin: 40px 0 100px 0
}

.show_if_seller label.pull-left {
    float: none
}

.pagination-wrap ul.pagination,
.woocommerce nav.woocommerce-pagination ul,
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination {
    border: 0;
    margin: 0;
    padding: 0 150px;
    display: block;
    position: relative
}

.woocommerce nav.woocommerce-pagination ul {
    text-align: center
}

.post-nav-links>a,
.post-nav-links>span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.ts-pagination ul li a,
.ts-pagination ul li span.current,
.pagination-wrap ul.pagination>li>a,
.pagination-wrap ul.pagination>li>span.current,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 0;
    background: transparent;
    text-align: center;
    display: inline-block;
    min-width: 40px;
    line-height: 24px;
    font-size: 12px;
    border-width: 1px;
    border-style: solid;
    color: inherit
}

.ts-pagination ul li span.dots {
    min-width: 40px;
    min-height: 26px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: top
}

.pagination-wrap ul.pagination>li>a.prev,
.pagination-wrap ul.pagination>li>a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next {
    min-width: 110px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    padding: 0 5px;
    border: 1px solid;
    position: absolute;
    margin-top: -2px
}

.pagination-wrap ul.pagination>li>a.prev,
.dokan-pagination-container .dokan-pagination li:first-child a,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev {
    left: 0
}

.pagination-wrap ul.pagination>li>a.next,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.ts-pagination ul li a.next {
    right: 0
}

.dokan-pagination-container .dokan-pagination li.active a {
    cursor: default
}

.post-nav-links>a,
.post-nav-links>span {
    color: inherit;
    font-weight: 600;
    text-decoration: none !important
}

.post-nav-links>.current,
.post-nav-links>a:hover,
.post-nav-links>a:focus {
    background: #000;
    color: #fff
}

.archive.ajax-pagination .woocommerce>.products:before {
    left: 50%;
    top: 300px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    z-index: 9;
    margin-left: -20px;
    content: "";
    border-width: 3px;
    border-style: solid;
    border-top: 3px solid #000;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    display: inline-block;
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    transition: 150ms ease 0s
}

.archive.ajax-pagination .woocommerce>.products.loading:before {
    opacity: 1;
    visibility: visible;
    animation: spin 2s linear infinite
}

.archive.load-more-button .woocommerce>.products.loading:before {
    display: none
}

.archive.ajax-pagination .woocommerce>.products:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    z-index: 8;
    visibility: hidden;
    transition: 150ms ease 0s
}

.archive.ajax-pagination .woocommerce>.products.loading:after {
    opacity: 0.5;
    visibility: visible
}

.ts-shop-result-count {
    text-align: center;
    display: block;
    margin: 58px 0 15px 0
}

.ts-shop-result-count>span {
    display: inline-block
}

.load-more-wrapper,
.ts-shop-load-more {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.load-more-wrapper .button,
.ts-shop-load-more .button,
.woocommerce .ts-shop-load-more .button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    transition: 350ms ease, font-size 0s, background 0s
}

.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading {
    width: 36px;
    height: 36px;
    min-width: 0;
    font-size: 0;
    background: transparent;
    border-width: 3px;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    border-color: #ccc;
    border-top-color: #000;
    animation: spin 2s linear 300ms infinite
}

.load-more-wrapper .button.loading:before,
.ts-shop-load-more .button.loading:before,
.woocommerce .ts-shop-load-more .button.loading:before,
.load-more-wrapper .button.loading:after,
.ts-shop-load-more .button.loading:after,
.woocommerce .ts-shop-load-more .button.loading:after {
    display: none
}

.woocommerce div.product div.summary,
.woocommerce div.product>.product-top-section {
    display: flex;
    flex-flow: column wrap
}

.woocommerce div.product>.woocommerce-tabs:last-child,
.woocommerce div.product>.ts-mailchimp-subscription-shortcode:last-child,
.woocommerce div.product>.ts-instagram-shortcode:last-child {
    margin-bottom: -1px
}

.woocommerce div.product div.summary,
.woocommerce div.product div.woocommerce-product-gallery {
    float: left
}

.woocommerce div.product div.woocommerce-product-gallery {
    width: 40%;
    margin-bottom: 0
}

.woocommerce div.product div.summary {
    width: 60%;
    padding-left: 40px;
    top: 0;
    transition: top 400ms linear 0s
}

.woocommerce div.product .ts-social-sharing,
.woocommerce.single-product #primary>div.product>.product-images-summary {
    order: 1
}

.woocommerce div.product:not(.product-style-1):not(.product-style-3) div.summary .woocommerce-product-details__short-description,
.woocommerce.single-product #primary>div.product>.ts-product-brand-info {
    order: 2
}

.woocommerce div.product.product-style-1 .ts-social-sharing,
.woocommerce.single-product #primary>div.product>.ts-delivery-note {
    order: 3
}

.woocommerce div.product div.summary .meta-content:empty {
    display: none
}

.woocommerce div.product div.summary .meta-content {
    order: 4
}

.ts-delivery-note {
    width: 100%;
    max-width: 912px;
    margin: 0 auto 66px
}

.ts-delivery-note>span {
    padding: 10px;
    text-align: center;
    border: 1px dashed;
    line-height: 1.2;
    display: block;
    border-radius: 2px
}

.ts-delivery-note svg {
    display: inline-block;
    vertical-align: -6px;
    margin-right: 13px
}

.woocommerce div.product:not(.product-style-1):not(.product-style-3) div.summary .meta-content {
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product:not(.product-style-1):not(.product-style-3):not(.product-style-4) div.summary .woocommerce-product-details__short-description {
    border-width: 0;
    padding-top: 0;
    margin-top: 17px
}

div.product.product-style-1 .product-top-section>.ts-delivery-note {
    display: none
}

.woocommerce div.product.product-style-4 .woocommerce-product-details__short-description:not(:first-child) {
    margin-top: 28px
}

.woocommerce div.product.product-style-4 .ts-social-sharing {
    margin-bottom: -3px
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 0 -1px
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 73px;
    float: none;
    padding: 15px 1px 0
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
    border: 1px solid transparent;
    transition: 300ms ease;
    border-radius: 2px
}

.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce div.product div.woocommerce-product-gallery {
    display: flex;
    flex-flow: row wrap
}

.woocommerce div.product:not(.product-style-3):not(.product-style-4) div.woocommerce-product-gallery .flex-viewport {
    order: 2;
    flex: 1
}

.woocommerce div.product:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs {
    width: 73px;
    flex-direction: column;
    margin: 0 15px 0 0
}

.woocommerce div.product:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
    width: 100%;
    padding: 0;
    margin: 0 0 1px
}

.woocommerce div.product:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li:last-child {
    margin-bottom: 0
}

.ts-product-video-button,
.ts-product-360-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2
}

.ts-product-video-button:hover,
.ts-product-360-button:hover {
    text-decoration: none
}

.ts-product-video-button:before,
.ts-product-360-button:before {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}

.ts-product-video-button+.ts-product-360-button {
    left: 80px
}

.woocommerce.product-label-rectangle div.product .images .product-label>span.onsale,
.woocommerce.product-label-rectangle div.product .images .product-label>span {
    font-size: 13px;
    line-height: 24px !important;
    margin-bottom: 2px;
    min-width: 56px;
    min-height: 24px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 10px;
    right: 10px;
    left: auto
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 0;
    text-indent: 0;
    border-width: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    font-size: 16px;
    line-height: 36px;
    position: static
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    display: none
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    text-decoration: none
}

.woocommerce div.product .summary a:not(.button) {
    color: inherit
}

.woocommerce div.product .summary .product-brands,
.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description ul li,
.woocommerce div.product .summary .woocommerce-product-rating,
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
div.product .summary .detail-meta-top,
div.product .summary .meta-content {
    line-height: 18px
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none !important
}

.woocommerce div.product .summary .product-brands {
    margin: 0 0 4px
}

.woocommerce div.product .summary .entry-title {
    margin: 0 0 8px;
    padding: 0
}

div.product .summary .detail-meta-top,
.woocommerce div.product .summary .woocommerce-product-rating {
    margin: 0 0 27px
}

.woocommerce div.product .summary .detail-meta-top .woocommerce-product-rating {
    margin-bottom: 0
}

div.product .summary .ts-countdown {
    margin: 4px 0 15px;
    padding-top: 30px;
    border-width: 1px 0 0;
    border-style: solid
}

div.product .summary .summary-column-2 .ts-countdown {
    margin-top: 0;
    margin-bottom: 17px;
    padding-top: 0
}

.woocommerce .woocommerce-product-rating>* {
    float: left
}

.woocommerce .woocommerce-product-rating>*:not(:first-child) {
    margin: 0 0 0 14px;
    position: relative
}

.woocommerce .woocommerce-product-rating>h2 {
    margin: -11px 30px 0 0;
    line-height: 1.2
}

.woocommerce div.product .summary .woocommerce-product-rating .review-count {
    position: relative
}

.woocommerce div.product .summary .woocommerce-product-rating .review-count:before,
.woocommerce div.product .summary .woocommerce-product-rating .review-count:after {
    content: '(';
    display: inline-block
}

.woocommerce div.product .summary .woocommerce-product-rating .review-count:after {
    content: ')'
}

.woocommerce .woocommerce-product-rating>.star-rating+.review-count {
    margin-left: 22px
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 2px 0 0
}

.woocommerce .woocommerce-product-rating>.star-rating+.review-count {
    margin-left: 12px;
    padding-left: 0
}

.woocommerce .woocommerce-product-rating>.star-rating+.review-count:before {
    display: none
}

.woocommerce-product-rating .woocommerce-review-link,
#ts-quickshop-modal div.product .summary .woocommerce-product-rating .woocommerce-review-link {
    text-decoration: none !important
}

div.product .summary .meta-content {
    padding-top: 25px;
    margin-top: 4px
}

div.product.product-style-1 .summary .meta-content {
    padding-top: 20px;
    margin-top: 0
}

div.product .summary .meta-content>div,
div.product .summary .detail-meta-top>div {
    margin: 0 0 3px;
    color: inherit
}

div.product .summary .meta-content>div:last-child {
    margin-bottom: 0
}

div.product .summary .meta-content>div>span:first-child,
div.product .summary .detail-meta-top>div>span:first-child {
    min-width: 25px;
    margin-right: 10px;
    display: inline-block
}

div.product .summary .meta-content>div.cats-link>span:first-child,
div.product .summary .meta-content>div.cats-link~div>span:first-child,
div.product .summary .detail-meta-top>div.cats-link>span:first-child,
div.product .summary .detail-meta-top>div.cats-link~div>span:first-child {
    min-width: 62px
}

div.product .summary .meta-content>div>span:not(:first-child),
div.product .summary .meta-content>div>span:not(:first-child) a {
    font-weight: normal
}

div.product .summary .meta-content .tags-link a,
div.product .summary .detail-meta-top .tags-link a {
    min-width: 0;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0;
    float: none;
    background: transparent !important
}

.woocommerce div.product .summary .meta-content a:hover,
div.product .summary .meta-content .tags-link a:hover,
.woocommerce div.product .summary .detail-meta-top a:hover,
div.product .summary .detail-meta-top .tags-link a:hover {
    text-decoration: underline !important
}

.woocommerce div.product .summary .ts-variation-price:not(:first-child),
.woocommerce div.product .summary p.price:not(:first-child),
.woocommerce div.product .summary span.price:not(:first-child) {
    padding: 19px 0 0;
    margin: 0;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product .summary .ts-variation-price>.amount:first-child:not(:last-child),
.woocommerce div.product .summary p.price>.amount:first-child:not(:last-child),
.woocommerce div.product .summary span.price>.amount:first-child:not(:last-child) {
    margin-right: 7px
}

.woocommerce div.product .summary .ts-variation-price>.amount:last-child:not(:first-child),
.woocommerce div.product .summary p.price>.amount:last-child:not(:first-child),
.woocommerce div.product .summary span.price>.amount:last-child:not(:first-child) {
    margin-left: 7px
}

.woocommerce div.product .summary .summary-column-2 .ts-variation-price,
.woocommerce div.product .summary .summary-column-2 p.price,
.woocommerce div.product .summary .summary-column-2 span.price {
    padding: 0;
    border-width: 0
}

.woocommerce div.product.product-style-1 .summary .ts-variation-price:not(:first-child),
.woocommerce div.product.product-style-1 .summary p.price:not(:first-child),
.woocommerce div.product.product-style-1 .summary span.price:not(:first-child) {
    padding-bottom: 0
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
    opacity: 1;
    font-weight: normal
}

.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins {
    font-weight: inherit
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
    font-size: 50%
}

.woocommerce-product-details__short-description:not(:first-child) {
    padding: 12px 0 0;
    margin: 1px 0 17px;
    border-width: 1px 0 0;
    /* border-style: solid */
}

.product-style-1 .woocommerce-product-details__short-description {
    margin-top: 0
}

.woocommerce div.product .summary .woocommerce-product-details__short-description ul li {
    padding: 4px 0
}

.woocommerce-product-details__short-description>*:last-child {
    margin-bottom: 0
}

.woocommerce-product-details__short-description hr,
body table.compare-list td hr {
    width: 100%;
    height: 0;
    margin: 0 0 24px;
    border-width: 0 0 1px;
    border-style: solid
}

body table.compare-list td hr {
    margin: 0 0 20px
}

.woocommerce div.product div.summary .counter-wrapper {
    margin: 0 -6px
}

.woocommerce div.product div.summary .counter-wrapper>div {
    padding: 0 4px
}

.woocommerce div.product div.summary .counter-wrapper .number>span {
    font-size: 18px;
    padding: 12px 2px;
    min-width: 24px
}

.woocommerce div.product div.summary .counter-wrapper .separate {
    font-size: 22px
}

.single-navigation>a:hover {
    text-decoration: none
}

div.product .single-navigation {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease 0s
}

div.product .single-navigation.visible {
    opacity: 1;
    visibility: visible
}

div.product .single-navigation a:hover {
    z-index: 990;
    width: auto
}

div.product .single-navigation>a {
    position: fixed;
    left: 0;
    top: 50%;
    vertical-align: middle;
    z-index: 99;
    transition: none;
    height: 1px;
    width: 1px
}

div.product .single-navigation>a[rel="next"] {
    left: auto;
    right: 0
}

div.product .single-navigation>a .product-info {
    transform: translate(-100%, -50%);
    transition: all 500ms ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 5px 5px 0;
    width: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1)
}

div.product .single-navigation>a:hover .product-info {
    z-index: 3
}

.single-navigation .product-info img {
    width: 100%
}

div.product .single-navigation>a[rel="next"] .product-info {
    right: 0;
    left: auto
}

div.product .single-navigation>a:hover .product-info {
    transform: translate(0, -50%)
}

div.product .single-navigation>a[rel="next"] .product-info {
    transform: translate(100%, -50%);
    padding: 5px 0 5px 5px
}

div.product .single-navigation>a[rel="next"]:hover .product-info {
    transform: translate(0, -50%)
}

div.product .single-navigation>a>span {
    position: absolute;
    top: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all 500ms ease 0s;
    text-transform: uppercase;
    white-space: nowrap
}

div.product .single-navigation>a[rel="prev"]>span {
    left: 0;
    transform: translateX(-50%) rotate(-90deg);
    transform-origin: center top
}

div.product .single-navigation>a[rel="next"]>span {
    right: 40px;
    transform: translateX(50%) rotate(-90deg);
    transform-origin: center top
}

div.product .single-navigation>a[rel="prev"]:hover>span {
    left: -40px;
    opacity: 0
}

div.product .single-navigation>a[rel="next"]:hover>span {
    right: 0;
    opacity: 0
}

.woocommerce div.product form.cart {
    margin: 16px 0 14px
}

.woocommerce div.product.product-type-simple .summary-column-2 form.cart,
.woocommerce div.product.product-type-simple form.cart {
    margin-top: 2px
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0
}

.woocommerce div.product form.cart .variations * {
    display: block
}

.woocommerce div.product form.cart .variations tr {
    margin-bottom: 8px;
    clear: both
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations .label {
    padding: 0
}

.woocommerce div.product form.cart .variations .label>* {
    display: inline-block;
    vertical-align: baseline
}

.woocommerce div.product form.cart .variations label {
    padding-bottom: 5px;
    line-height: 16px;
    margin-right: 10px
}

.woocommerce div.product form.cart .ts-product-attribute,
.woocommerce div.product form.cart .ts-product-attribute>div.option,
.woocommerce div.product form.cart .reset_variations {
    display: inline-block
}

.woocommerce div.product form.cart .reset_variations {
    position: relative;
    top: 4px
}

.woocommerce div.product form.cart .variations select:not(.hidden)+.reset_variations {
    margin: 22px 0 0 !important;
    display: block
}

.woocommerce div.product form.cart .variations select:not(.hidden)+.reset_variations[style="visibility: hidden;"] {
    margin-top: 0 !important;
    line-height: 0
}

.woocommerce div.product form.cart .reset_variations {
    color: red;
    margin-left: 20px
}

.woocommerce div.product .summary-column-2 form.cart .reset_variations {
    margin: 0;
    display: block
}

.woocommerce div.product form.cart .reset_variations,
.ts-product-attribute>div.option:not(.color)>a {
    text-decoration: none !important
}

.ts-product-attribute>div.option {
    line-height: 1;
    margin: 0 5px 5px 0
}

.summary-column-2 .quantity input.qty,
.summary-column-2 .ts-product-attribute>div.option {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05)
}

.summary .summary-column-2 .quantity {
    width: 104px
}

.woocommerce div.product .summary-column-2 form.cart .button {
    width: calc(100% - 114px)
}

.ts-product-attribute>div.option:not(.color)>a {
    padding: 4px 10px;
    min-width: 54px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: inherit;
    line-height: 16px;
    text-align: center
}

.summary-column-2 .ts-product-attribute>div.option:not(.color)>a {
    border-color: transparent
}

.woocommerce div.product .summary-column-2 form.cart {
    margin-top: 32px
}

.summary-column-2 .ts-product-attribute>div.option:last-child {
    margin-right: 0
}

.woocommerce div.product form.cart .reset_variations:before {
    font-size: 70%;
    margin-right: 5px
}

.single_variation_wrap {
    position: relative
}

.single_variation_wrap .woocommerce-variation .woocommerce-variation-price,
.single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
    display: none !important
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    margin: 5px 0 0
}

.woocommerce div.product form.cart .availability {
    margin-top: 14px;
    margin-bottom: 15px
}

.woocommerce div.product .stock {
    color: inherit
}

.woocommerce div.product form.cart .woocommerce-variation-availability p.stock {
    font-size: 100%;
    color: inherit
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 10px
}

.woocommerce div.product form.cart .woocommerce-variation-description p:last-child {
    margin-bottom: 0
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0
}

.availability .availability-text:not(:first-child) {
    margin: 0 0 0 5px
}

.woocommerce div.product form.cart div.quantity .screen-reader-text {
    display: none;
    top: 0;
    width: auto;
    height: 25px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    clip: initial;
    white-space: nowrap;
    transform: translateY(-100%)
}

.woocommerce #main-content.ts-col-12 div.product form.cart div.quantity {
    margin: 0 0 10px
}

.woocommerce #main-content.ts-col-12 div.product form.cart div.quantity,
.woocommerce #main-content.ts-col-12 div.product form.cart .button {
    width: 100%;
    margin-top: 0
}

.woocommerce div.product form.cart .button {
    width: calc(100% - 134px);
    max-width: 366px
}

.woocommerce div.product form.cart.grouped_form .button,
.woocommerce div.product form.cart .quantity.hidden+.button,
.woocommerce div.product.sold-individually form.cart .button {
    width: 100%
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    opacity: .2
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-width: 0;
    margin: 0 0 10px;
    font-size: 100%;
    padding-top: 7px;
    padding-bottom: 7px
}

.woocommerce div.product .summary>form.cart .variations select {
    max-width: 500px
}

.woocommerce div.product form.cart .variations tr:last-child select {
    margin-bottom: 0
}

.woocommerce div.product form.cart table.group_table {
    border-width: 0;
    margin-bottom: 20px
}

.woocommerce div.product form.cart table.group_table div.quantity .screen-reader-text {
    display: none
}

.woocommerce div.product form.cart table.group_table div.quantity {
    margin: 0;
    padding-top: 0
}

.woocommerce div.product form.cart table.group_table td,
.woocommerce div.product form.cart table.group_table td:first-child {
    width: auto;
    text-align: left
}

.woocommerce div.product form.cart table.group_table td {
    vertical-align: middle;
    padding: 10px 0 !important;
    border-width: 0 0 1px;
    border-style: dotted
}

.woocommerce div.product form.cart table.group_table tr:first-child td {
    border-width: 1px 0 1px
}

.woocommerce div.product .woocommerce-product-details__short-description+form.grouped_form table.group_table tr:first-child td {
    border-top-width: 0;
    padding-top: 0
}

.woocommerce div.product form.grouped_form .woocommerce-grouped-product-list-item__quantity .availability {
    display: none
}

.woocommerce div.product form.cart table.group_table td:not(:last-child) {
    padding-right: 20px !important
}

.woocommerce div.product form.cart table.group_table .button {
    width: 100%;
    min-width: 110px;
    margin-top: 0;
    font-size: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a {
    width: 52px;
    height: 52px;
    position: relative
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:before {
    display: none
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: auto;
    bottom: 0;
    left: 0;
    transform: translate(0, 0)
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast
}

.woocommerce div.product.color-variation-thumbnail form.cart select#pa_color+.reset_variations {
    top: 12px;
    display: block;
    margin-left: 0
}

.single-product-buttons-sharing {
    display: flex;
    flex-flow: column wrap
}

.single-product-buttons-sharing .woocommerce-tabs {
    order: 1
}

.single-product-buttons-sharing .single-product-buttons>* {
    float: left
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .blockUI {
    display: none !important
}

.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a {
    padding: 0;
    border: 0;
    font-weight: inherit;
    background: transparent !important;
    line-height: inherit;
    text-decoration: underline;
    text-underline-position: under
}

.single-product-buttons-sharing .single-product-buttons>*:not(:last-child) {
    margin: 0 25px 0 0;
    opacity: 1 !important
}

.woocommerce div.product .ts-social-sharing {
    margin-top: 28px;
    padding-top: 27px;
    border-width: 1px 0 0;
    border-style: solid;
    font-size: 16px
}

.woocommerce div.product.product-style-1 .ts-social-sharing {
    margin-top: 13px
}

.ts-social-sharing>span {
    display: none
}

.ts-social-sharing .sharethis-inline-share-buttons {
    display: inline-block !important
}

.ts-social-sharing ul {
    margin: 0 -10px;
    display: inline-block;
    vertical-align: top
}

.ts-social-sharing ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
    font-size: 16px
}

article.single-post>.entry-meta-bottom .social-sharing {
    text-align: center
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs {
    padding: 0
}

.woocommerce div.product.show-tabs-content-default>.product-top-section+.woocommerce-tabs {
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs ul.tabs {
    display: none
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel {
    display: block !important;
    width: 50%;
    padding: 50px 0 50px 50px !important;
    border-width: 0 0 1px 1px !important;
    border-style: solid;
    margin: 0 0 0 -1px !important;
    float: left
}

.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel {
    width: 100%;
    margin: 0 !important;
    float: none
}

.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel,
.woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs #tab-description {
    border-width: 0 0 1px 0 !important;
    padding: 50px 0 !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel:empty {
    padding: 0 !important;
    border-width: 0 !important;
    margin: 0 !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel>h2 {
    margin-bottom: 26px !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description {
    padding: 50px 50px 50px 0 !important;
    border-width: 0 1px 0 0 !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel:last-child {
    border-bottom-width: 0 !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row {
    flex-direction: column;
    align-items: flex-start
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row .main-img {
    max-width: 100%
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-feature {
    margin: 0
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-feature>div {
    padding: 0;
    flex: none;
    border: 0;
    margin-bottom: 30px
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel .product-content>*:last-child,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-feature>div:last-child {
    margin-bottom: 0
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row:not(.ts-feature)>div {
    padding-right: 0
}

div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h1,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h2,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h3,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h4,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h5,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h6,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row p {
    margin-bottom: 30px
}

div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row ul,
div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row ol {
    margin-bottom: 28px
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel table tr:not(:last-child):after {
    width: 100%;
    left: 0
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews {
    align-items: flex-start
}

.woocommerce div.product.show-tabs-content-default.reviews-grid .woocommerce-tabs #reviews #comments .commentlist {
    columns: 2
}

.woocommerce div.product.tabs-in-summary.reviews-grid #reviews #comments .commentlist {
    columns: 1
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews>.woocommerce-product-rating,
.woocommerce div.product.tabs-in-summary #reviews>.woocommerce-product-rating {
    margin-bottom: 30px
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description,
.woocommerce div.product.tabs-in-summary #reviews #comments ol.commentlist li .comment-text .description {
    width: 100%;
    flex: none
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating,
.woocommerce div.product.tabs-in-summary #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin: 0 0 17px;
    float: none
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce div.product.tabs-in-summary #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0;
    width: 100%;
    order: 1
}

.woocommerce div.product.tabs-in-summary .woocommerce-Reviews-title,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs .woocommerce-Reviews-title {
    display: none !important
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
    line-height: 1.2
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
    padding: 30px 0 22px
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li:last-child .comment-text,
.woocommerce div.product.tabs-in-summary .woocommerce-tabs #reviews #comments ol.commentlist li:last-child .comment-text {
    padding-bottom: 0
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews nav.woocommerce-pagination,
.woocommerce div.product.tabs-in-summary #reviews nav.woocommerce-pagination {
    padding-top: 30px;
    margin-top: 22px;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul,
.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul {
    padding: 0 42px
}

.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.next,
.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.prev,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.next,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.prev {
    width: 40px;
    height: 28px;
    line-height: 0;
    font-size: 0;
    padding: 0;
    min-width: 0
}

.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.next:after,
.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.prev:before,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.next:after,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.prev:before {
    font-size: 12px;
    line-height: 26px;
    margin: 0
}

.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.prev:before,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.prev:before {
    content: '<'
}

.woocommerce div.product.tabs-in-summary nav.woocommerce-pagination ul li a.next:after,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs nav.woocommerce-pagination ul li a.next:after {
    content: '>'
}

.woocommerce div.product .ads-banner {
    margin: -3px -3px 0;
    padding-bottom: 63px
}

.woocommerce div.product:not(.product-style-3) .ads-banner {
    text-align: center
}

.woocommerce div.product:not(.product-style-3) .ads-banner,
.woocommerce div.product:not(.product-style-3) .yith-wfbt-section {
    order: 2
}

.woocommerce div.product .ads-banner img.alignnone {
    margin: 3px;
    border-radius: 2px
}

.woocommerce div.product .ads-banner>*:last-child {
    margin-bottom: 0
}

.woocommerce.yith-wfbt-section {
    position: relative;
    padding: 60px 0 66px
}

.woocommerce.yith-wfbt-section h3 {
    text-align: center
}

.woocommerce.yith-wfbt-section:before,
.woocommerce div.product.product-style-3 .woocommerce-tabs:before,
.woocommerce div.product.product-style-3 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-3 .ts-instagram-shortcode:before,
.woocommerce div.product.product-style-4 .woocommerce-tabs:before,
.woocommerce div.product.product-style-4 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-4 .ts-instagram-shortcode:before,
.woocommerce div.product>.ts-product-in-category-tab-wrapper:before,
.woocommerce .cross-sells:before,
.woocommerce .up-sells:before,
.woocommerce .related:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: calc(50% - 50vw)
}

.woocommerce .cross-sells:not(:last-child):before,
.woocommerce .up-sells:not(:last-child):before,
.woocommerce .related:not(:last-child):before {
    bottom: -6px
}

.woocommerce .cross-sells>*,
.woocommerce .up-sells>*,
.woocommerce .related>*,
.woocommerce div.product.product-style-3 .woocommerce-tabs>*,
.woocommerce div.product.product-style-3 .ts-mailchimp-subscription-shortcode>*,
.woocommerce div.product.product-style-3 .ts-instagram-shortcode>*,
.woocommerce div.product.product-style-4 .woocommerce-tabs>*,
.woocommerce div.product.product-style-4 .ts-mailchimp-subscription-shortcode>*,
.woocommerce div.product.product-style-4 .ts-instagram-shortcode>*,
.woocommerce div.product>.ts-product-in-category-tab-wrapper>*,
.woocommerce.yith-wfbt-section>* {
    position: relative;
    z-index: 2
}

.woocommerce.yith-wfbt-section .yith-wfbt-form {
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: 67% 1fr;
    grid-column-gap: 2px
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    width: auto;
    padding: 20px;
    margin: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td>a,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
    position: relative
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items:after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
    grid-row-start: 3;
    -ms-grid-row-span: -2;
    grid-row-end: 1;
    margin: 0;
    height: 100%
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    padding-top: 0
}

.yith-wfbt-form .yith-wfbt-submit-block .button {
    padding: 11px 20px;
    min-width: 210px
}

div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tbody {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

#page .woocommerce.yith-wfbt-section ::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.woocommerce.yith-wfbt-section .yith-wfbt-images .image_plus {
    display: none
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td {
    position: relative;
    padding: 0 1px
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td:first-child {
    padding-left: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td:last-child {
    padding-right: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td>a {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100%;
    position: relative;
    padding: 15px;
    border-radius: 2px
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td:not(:last-child)>a:after {
    content: '+';
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -11px;
    z-index: 3;
    transform: translate(0, -50%)
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td img {
    width: 100%;
    height: auto
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li {
    list-style: none;
    margin: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li * {
    line-height: 22px !important
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li>label {
    position: relative;
    font-size: 0;
    padding: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li input[type^="checkbox"] {
    width: 20px;
    height: 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items a {
    text-decoration: none
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items .product-name {
    color: inherit
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label>* {
    display: inline-block;
    vertical-align: top
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    margin-top: -1px
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton:before {
    display: none
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton:after {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -2px;
    transition: 250ms ease
}

.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after {
    opacity: 1;
    visibility: visible
}

.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li .price {
    display: inline-flex
}

.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label>*:not(:last-child) {
    margin-right: 11px
}

.woocommerce .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li .price del+ins {
    margin-right: 7px
}

.yith-wfbt-section .total_price {
    display: block;
    margin-bottom: 20px;
    line-height: 40px !important
}

.yith-wfbt-section .yith-wfbt-submit-block input[type^="submit"] {
    width: 100%
}

.yith-wfbt-section .total_price_label {
    line-height: 20px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 -20px 22px;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.woocommerce div.product:not(.tabs-in-summary) .woocommerce-tabs ul.tabs {
    text-align: center
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
    padding: 0 20px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0 0 12px;
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    border-width: 0 0 2px;
    border-style: solid;
    transition: transform 300ms ease
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    transform: scaleX(1)
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    position: relative
}

.woocommerce div.product .woocommerce-tabs #tab-additional_information,
.woocommerce div.product .woocommerce-tabs #tab-ts_custom {
    padding: 32px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    overflow: hidden;
    margin-top: 28px
}

.woocommerce div.product .woocommerce-tabs .panel table {
    max-width: 930px;
    margin: 0 auto
}

.woocommerce div.product .woocommerce-tabs .panel table tr {
    position: relative
}

.woocommerce div.product .woocommerce-tabs .panel table tr:not(:last-child):after {
    content: '';
    width: calc(100vw - 100px);
    position: absolute;
    bottom: 0;
    left: calc(50% - 50vw + 50px);
    height: 1px;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product .woocommerce-tabs .panel table td,
.woocommerce div.product .woocommerce-tabs .panel table th {
    padding: 8px 10px;
    line-height: 24px
}

.woocommerce div.product .woocommerce-tabs .panel table td:first-child,
.woocommerce div.product .woocommerce-tabs .panel table th:first-child {
    padding-left: 0
}

.woocommerce div.product .woocommerce-tabs .panel table td:last-child,
.woocommerce div.product .woocommerce-tabs .panel table th:last-child {
    padding-right: 0
}

.woocommerce div.product .woocommerce-tabs .panel table th,
.woocommerce div.product .woocommerce-tabs .panel table td,
.woocommerce div.product .woocommerce-tabs .panel table {
    border-width: 0;
    background: transparent
}

.woocommerce table.shop_attributes td p {
    padding: 0
}

.woocommerce-tabs #tab-description .ts-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px
}

.woocommerce-tabs #tab-description .ts-row p {
    margin-bottom: 15px
}

.woocommerce-tabs #tab-description .ts-row .main-img {
    max-width: 62%
}

.woocommerce-tabs #tab-description .ts-row img {
    margin: 0 !important;
    border-radius: 2px
}

.woocommerce-tabs #tab-description .ts-row>div {
    flex: 1
}

.woocommerce-tabs #tab-description .ts-row:not(.ts-feature)>div {
    padding: 0 30px 0 0
}

.tabs-in-summary .woocommerce-tabs .ts-row:not(.ts-feature)>div {
    padding: 0
}

.tabs-in-summary .woocommerce-tabs #tab-description .ts-row .main-img {
    max-width: 100%
}

.woocommerce-tabs #tab-description .ts-feature {
    text-align: center;
    margin: 0 -10px
}

.woocommerce-tabs #tab-description .ts-feature:not(:first-child) {
    padding-top: 40px;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce-tabs #tab-description .ts-feature>div {
    padding: 0 10px
}

.tabs-in-summary .woocommerce-tabs #tab-description .ts-feature {
    margin: 0
}

.tabs-in-summary .woocommerce-tabs #tab-description .ts-feature:not(:first-child) {
    padding-top: 30px
}

.tabs-in-summary .woocommerce-tabs #tab-description .ts-feature>div {
    padding: 10px 0;
    width: 100%;
    flex: none
}

.woocommerce-tabs #tab-description .product-content br {
    margin: 0
}

.woocommerce-tabs #tab-description .ts-feature>div>*:last-child,
.woocommerce-tabs #tab-description .ts-row>*:last-child,
.woocommerce div.product .woocommerce-tabs .panel>*:last-child,
.woocommerce-tabs .panel .product-content>*:last-child {
    margin-bottom: 0 !important
}

.product-content.show-more-less {
    max-height: 770px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    transition: 3s ease 0s
}

.more-less-buttons>a.more-button:after {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    content: "";
    transition: 350ms ease 0s;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 70%)
}

.more-less-buttons {
    position: absolute;
    z-index: 2;
    left: 1px;
    right: 1px;
    bottom: -1px;
    margin: 0;
    text-align: center
}

.more-less-buttons .less-button {
    display: none
}

.more-less-buttons a span {
    position: relative;
    z-index: 1
}

.more-less-buttons a {
    padding: 15px 0;
    display: block
}

.more-less-buttons>a span:before {
    display: inline-block;
    content: "-";
    margin-right: 5px
}

.more-less-buttons>a.more-button span:before {
    content: "+"
}

.more-less-buttons a:hover {
    text-decoration: none
}

.woocommerce .woocommerce-tabs .woocommerce-product-rating>.review-count:not(:first-child) {
    margin: 0 0 0 22px;
    position: relative
}

#reviews .woocommerce-Reviews-title {
    margin: 0 0 17px
}

#reviews #comments .woocommerce-noreviews:last-child {
    margin-bottom: 0
}

#reviews #review_form_wrapper {
    margin-bottom: 50px
}

.woocommerce #review_form #respond .comment-form {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px
}

.woocommerce #reviews .comment-reply-title {
    display: block;
    margin-bottom: 16px
}

.woocommerce #review_form #respond .comment-form>* {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px
}

.woocommerce #review_form #respond .comment-form>.comment-form-author,
.woocommerce #review_form #respond .comment-form>.comment-form-email {
    width: 50%
}

.woocommerce #review_form #respond .comment-form>.comment-form-comment {
    order: 1
}

.woocommerce #review_form #respond .comment-form>.comment-form-cookies-consent {
    order: 2
}

.woocommerce #review_form #respond .comment-form>.form-submit {
    order: 3
}

.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea {
    vertical-align: middle;
    margin-bottom: 0
}

.woocommerce #review_form #respond input~label {
    display: inline
}

.woocommerce #review_form #respond .comment-form-rating>label {
    margin-right: 20px
}

.woocommerce #review_form #respond .comment-form-rating>* {
    display: inline-block
}

.woocommerce #review_form #respond p.stars {
    margin: 0
}

.woocommerce #review_form p.stars a,
.woocommerce #review_form p.stars a:before {
    height: 24px;
    width: 24px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0
}

.woocommerce #review_form p.stars a {
    margin-right: 2px
}

.woocommerce #reviews #comments .woocommerce-Reviews-title {
    margin-bottom: 50px
}

div.product:not(.tabs-in-summary) #reviews #comments .woocommerce-Reviews-title {
    text-align: center
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-flow: row wrap
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin: 5px 24px 0 0;
    float: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 50px 0 0;
    width: 15%
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 100%
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    flex: 1;
    line-height: 1.5
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    margin-right: 7px
}

#reviews #review_form_wrapper,
.woocommerce-review__dash {
    display: none
}

.woocommerce div.product #reviews {
    display: flex;
    flex-flow: column wrap;
    align-items: center
}

.woocommerce div.product #reviews>#comments,
.woocommerce div.product #reviews>#review_form_wrapper {
    width: 100%;
    text-align: left
}

.woocommerce div.product #reviews>#comments {
    order: 2
}

.woocommerce #reviews>.woocommerce-product-rating {
    margin-bottom: 50px
}

.woocommerce .woocommerce-product-rating {
    line-height: 18px
}

#reviews .cr-comment-image-text,
.woocommerce-review__verified {
    display: none
}

#reviews div.iv-comment-images,
#reviews div.iv-comment-videos {
    margin-bottom: 0
}

.show-tabs-content-default #reviews div.iv-comment-images,
.show-tabs-content-default #reviews div.iv-comment-videos {
    padding-left: 0;
    padding-right: 0
}

#reviews div.iv-comment-image {
    width: auto;
    float: left;
    margin-right: 2px;
    margin-bottom: 15px;
    max-width: 50px
}

.comment-form .cr-upload-local-images {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.comment-form .cr-upload-local-images .cr-upload-images-preview {
    width: 100%
}

#commentform.comment-form .cr-upload-local-images label,
.comment-form .cr-upload-local-images label {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0
}

#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
    margin: 0;
    width: auto;
    border-color: transparent;
    flex: 1
}

#reviews .cr-summaryBox-wrap .cr-average-rating,
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-average-rating,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
    line-height: 1
}

#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap>*:not(:last-child),
#cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap>*:not(:last-child),
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap>*:not(:last-child) {
    margin-bottom: 15px
}

#review_form .cr-upload-images-preview:not(:empty),
.cr-upload-images-preview:not(:empty) {
    margin: 0 0 15px
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
    width: 16px;
    height: 16px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons {
    padding: 0px;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    color: inherit !important
}

#review_form .cr-upload-images-preview .cr-upload-images-containers,
.cr-upload-images-preview .cr-upload-images-containers {
    margin: 0 5px 5px 0
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
    height: 6px
}

.woocommerce div.product>#reviews {
    position: relative;
    clear: both
}

.woocommerce div.product>#reviews:before {
    content: '';
    width: 100vw;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    bottom: 0
}

.woocommerce div.product>#reviews>* {
    position: relative;
    z-index: 2
}

.woocommerce div.product>#reviews nav.woocommerce-pagination {
    border-width: 0;
    padding-bottom: 0
}

div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews #comments .woocommerce-noreviews {
    text-align: center
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist {
    columns: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    grid-column-gap: 20px;
    column-gap: 20px
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist li {
    padding: 20px 20px 17px;
    margin-bottom: 20px;
    page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-width: 1px;
    border-radius: 2px
}

.woocommerce div.product.reviews-grid #reviews #comments ol.commentlist li .comment-text {
    padding: 0
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text {
    flex-direction: column
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text .star-rating {
    order: 1;
    margin: 0 0 5px
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text p.meta {
    order: 2;
    width: 100%;
    margin: 0
}

.woocommerce div.product.reviews-grid #reviews #comments .commentlist li .comment-text p.meta>* {
    margin-bottom: 0;
    line-height: 1.2
}

.woocommerce div.product .woocommerce-tabs {
    position: relative
}

.woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs {
    margin: 54px 0 0;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs:before {
    display: none
}

.woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs,
.woocommerce div.product.tabs-in-summary .summary>#reviews,
.woocommerce div.product.tabs-in-summary .summary>h2 {
    order: 11
}

.woocommerce div.product.tabs-in-summary .summary>#reviews {
    align-items: flex-start
}

.woocommerce div.product.tabs-in-summary #reviews nav.woocommerce-pagination {
    padding-bottom: 0
}

.woocommerce #tab-more_seller_product .products .product {
    width: 16.66666%
}

.woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
.woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
    width: 12.5%
}

#tab-seller ul.list-unstyled>li.clearfix:before {
    display: none
}

#tab-seller .list-unstyled li>span:first-child:not(.seller-rating) {
    font-weight: bold
}

#tab-seller ul.list-unstyled>li {
    list-style: none
}

#tab-seller ul.list-unstyled>li a {
    color: inherit
}

#tab-seller ul:last-child {
    margin-bottom: 0
}

#tab-seller .seller-rating {
    float: left;
    top: 6px;
    margin-right: 10px;
    position: relative
}

.woocommerce div.product>.subscribe-widget {
    padding: 66px 0 56px;
    border-width: 1px 0 0;
    border-style: solid;
    text-align: center
}

.woocommerce div.product>.ts-product-in-category-tab-wrapper {
    padding: 0 0 66px
}

.woocommerce div.product>.ts-product-in-category-tab-wrapper+.woocommerce-tabs {
    margin-top: -1px
}

.woocommerce div.product>.product-top-section+.ts-product-in-category-tab-wrapper {
    padding-top: 66px
}

.woocommerce div.product.product-style-4>.product-top-section+.ts-product-in-category-tab-wrapper {
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product .ts-instagram-shortcode h5 {
    text-align: center
}

.woocommerce div.product .ts-instagram-shortcode,
.woocommerce div.product .ts-mailchimp-subscription-shortcode {
    padding: 61px 0 66px;
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product .ts-mailchimp-subscription-shortcode {
    padding: 61px 0 56px
}

.woocommerce div.product:not(.product-style-3)>.ts-product-in-category-tab-wrapper+.ts-instagram-shortcode,
.woocommerce div.product:not(.product-style-3)>.ts-product-in-category-tab-wrapper+.ts-mailchimp-subscription-shortcode,
.woocommerce div.product:not(.product-style-3)>.product-top-section+.ts-instagram-shortcode,
.woocommerce div.product:not(.product-style-3)>.product-top-section+.ts-mailchimp-subscription-shortcode {
    border-top-width: 0
}

.woocommerce div.product.product-style-1 div.summary {
    position: relative;
    padding-right: 425px
}

.woocommerce div.product.product-style-1 .summary-column-2 {
    width: 385px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    border-radius: 2px
}

.woocommerce div.product.product-style-1 .summary-column-2 .ts-delivery-note {
    display: block;
    max-width: none;
    position: absolute;
    right: 0;
    top: calc(100% + 20px);
    margin: 0
}

.woocommerce.single-product #primary>div.product.product-style-3 {
    display: flex;
    flex-flow: column wrap
}

.woocommerce.single-product #primary>.woocommerce-notices-wrapper:not(:empty)+div.product.product-style-3,
.woocommerce.single-product #primary>.woocommerce-notices-wrapper:not(:empty)+div.product.product-style-4 {
    margin-top: 73px
}

.woocommerce.single-product #primary>div.product.product-style-3:before,
.woocommerce.single-product #primary>div.product.product-style-4:before {
    content: '';
    position: absolute;
    top: -30px;
    bottom: 0;
    width: 100vw;
    left: calc(50% - 50vw);
    background: #f7f7f7
}

.woocommerce.single-product #primary>div.product.product-style-3>* {
    max-width: 100%
}

.woocommerce.single-product #primary>div.product.product-style-3>*,
.woocommerce.single-product #primary>div.product.product-style-4>* {
    position: relative;
    z-index: 2
}

.woocommerce.single-product #primary>div.product.product-style-3>.products:hover,
.woocommerce.single-product #primary>div.product.product-style-4>.products:hover {
    z-index: 3
}

.woocommerce.single-product #primary>div.product.product-style-3 .ts-instagram-shortcode,
.woocommerce.single-product #primary>div.product.product-style-3 .ts-mailchimp-subscription-shortcode {
    order: 1;
    margin-top: 1px;
    margin-bottom: -1px
}

.woocommerce #primary>div.product.product-style-3 .ts-delivery-note {
    margin-bottom: 0
}

.woocommerce div.product.product.product-style-3>.ts-product-in-category-tab-wrapper~.ts-mailchimp-subscription-shortcode+section.products,
.woocommerce div.product.product.product-style-3>.ts-product-in-category-tab-wrapper~.ts-instagram-shortcode+section.products,
.woocommerce div.product.product.product-style-3>.ts-product-in-category-tab-wrapper+section.products {
    border-width: 1px 0 0;
    border-style: solid
}

.woocommerce div.product.product.product-style-3>section.products {
    padding-top: 55px
}

.woocommerce div.product.product-style-4 .product-images-summary {
    padding: 30px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce div.product.product-style-4 .product-images-summary:last-child {
    margin-bottom: 66px
}

.woocommerce div.product.product-style-4 div.woocommerce-product-gallery,
.woocommerce div.product.product-style-4 div.summary {
    width: 50%;
    margin: 0
}

.woocommerce div.product.product-style-4 div.summary {
    padding-left: 30px
}

.ts-product-brand-info .brand-info-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 2px;
    border-radius: 2px;
    padding: 18px 50px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.ts-product-brand-info .brand-info-wrapper .brand-info {
    padding-left: 40px
}

.brand-info-wrapper>img,
.woocommerce .brand-info-wrapper>img,
.woocommerce-page .brand-info-wrapper>img {
    max-width: 150px
}

.ts-product-brand-info .brand-info-wrapper .brand-info,
.ts-product-brand-info .product_list_widget li>.cart-item-wrapper {
    flex: 1
}

.ts-product-brand-info .woocommerce-product-details__short-description:not(:first-child) {
    margin-top: 23px;
    padding-top: 23px
}

.ts-product-brand-info .woocommerce-product-details__short-description hr {
    margin-bottom: 20px;
    padding: 0
}

.ts-product-brand-info .woocommerce-product-details__short-description>ul:first-child {
    margin-top: -5px
}

.ts-product-brand-info .woocommerce-product-details__short-description ul li {
    line-height: 16px
}

.ts-product-brand-info .woocommerce .products {
    display: block !important
}

.ts-product-brand-info .product_list_widget li .price {
    justify-content: flex-end
}

.brand-info-wrapper h3 {
    line-height: 1.3;
    margin-bottom: 8px
}

.product-style-3 .brand-info-wrapper h3 {
    line-height: 1.5
}

.product-style-3 .brand-info-wrapper h3 {
    margin-bottom: 0
}

.ts-product-brand-info .social-profile ul {
    margin-bottom: 0;
    margin-top: 13px;
    padding-top: 12px;
    border-width: 1px 0 0;
    border-style: solid;
    font-size: 16px
}

.ts-product-brand-info .social-profile li {
    list-style: none;
    display: inline-block;
    margin-right: 20px
}

.ts-product-brand-info .social-profile li:last-child {
    margin-right: 0
}

.ts-product-brand-info .social-profile li a {
    color: inherit
}

.ts-product-brand-info .show-all a {
    line-height: 1.2 !important
}

.ts-product-brand-info .show-all {
    margin: 10px 0 0;
    text-align: center
}

.woocommerce div.product.product-style-3 div.woocommerce-product-gallery {
    width: 54%
}

.woocommerce div.product.product-style-3 div.summary {
    width: 46%;
    padding-left: 30px;
    margin-bottom: 0
}

.woocommerce div.product.product-style-3 .product-images-summary {
    padding: 30px;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    margin-bottom: 30px
}

.woocommerce div.product.product-style-3 .ts-product-brand-info {
    border-width: 0 0 0 1px;
    border-style: solid;
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce div.product.product-style-3 .ts-product-brand-info .description {
    max-width: 140px;
    line-height: 16px
}

.woocommerce div.product.product-style-3 .ts-product-brand-info .social-profile,
.woocommerce div.product.product-style-3 .ts-product-brand-info .product_list_widget,
.woocommerce div.product.product-style-3 .ts-product-brand-info .show-all {
    display: none
}

.woocommerce div.product.product-style-3 .ts-delivery-note+.yith-wfbt-section {
    margin-top: 60px
}

div.product.product-style-3 .woocommerce-product-details__short-description:not(:first-child) {
    margin-bottom: 0
}

.product-style-3 .ts-product-brand-info .brand-info-wrapper {
    padding: 30px;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    justify-content: center;
    height: 100%
}

.product-style-3 .ts-product-brand-info .brand-info-wrapper>img {
    max-width: 150px;
    margin: 0 0 50px
}

.product-style-3 .ts-product-brand-info .brand-info-wrapper .brand-info,
.product-style-3 .ts-product-brand-info .product_list_widget li>.cart-item-wrapper {
    flex: none
}

.product-style-3 .ts-product-brand-info .brand-info-wrapper .brand-info {
    padding-left: 0;
    width: 100%
}

.woocommerce div.product.product-style-3 .ads-banner {
    margin: -5px 0
}

.woocommerce div.product .ads-banner img.alignnone {
    margin: 5px 0
}

#main-content.ts-col-24 div.product.product-style-3 .product-top-section {
    flex-direction: row
}

#main-content.ts-col-24 div.product.product-style-3 .ads-banner {
    width: 270px;
    padding-left: 20px;
    padding-bottom: 30px
}

.woocommerce div.product.product-style-3 .ts-product-brand-info {
    width: 18%
}

.woocommerce div.product.product-style-3 .product-images-summary {
    width: calc(82% - 270px);
    flex-basis: calc(82% - 270px);
    order: -1
}

#main-content.ts-col-24 div.product.product-style-4 .ads-banner,
#main-content.ts-col-24 div.product.product-style-4 .yith-wfbt-section {
    grid-column-start: span 2
}

#main-content.ts-col-24 div.product.product-style-4 .product-top-section {
    display: grid;
    grid-template-columns: auto 33%;
    grid-column-gap: 10px
}

#main-content.ts-col-24 div.product.product-style-4 .product-top-section>.ads-banner:last-child {
    border-width: 0 0 1px;
    border-style: solid
}

#main-content.ts-col-24 div.product.product-style-1 .yith-wfbt-section,
#main-content.ts-col-24 div.product.product-style-4 .yith-wfbt-section {
    margin-bottom: -1px;
    z-index: 2
}

#main-content.ts-col-24 div.product.product-style-4 .ts-delivery-note {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
}

.woocommerce div.product.product-style-4 .product-images-summary {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2
}

.woocommerce div.product.product-style-4 .ts-product-brand-info {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3
}

.woocommerce div.product.product-style-4 .product-top-section>.product-images-summary:first-child,
.woocommerce div.product.product-style-4 .product-top-section>.product-images-summary:first-child~.ts-delivery-note {
    grid-column-start: 1;
    grid-column-end: 3
}

.woocommerce #main-content.ts-col-24 div.product.product-style-5:not(.frequently-bought-together-vertical) .product-images-summary {
    width: 100%;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto
}

.woocommerce div.product.product-style-5 div.woocommerce-product-gallery {
    width: 54%
}

.woocommerce div.product.product-style-5 div.summary {
    width: 46%
}

.woocommerce div.product.product-style-5 .ads-banner {
    margin-top: 63px
}

.header-v2 .woocommerce .woocommerce-ordering,
.header-v2 .woocommerce-page .woocommerce-ordering,
.header-v2 .before-loop-wrapper>.widget {
    margin-left: 0
}

.header-v2 .style-filter-top .before-loop-wrapper #ts-filter-widget-area,
.header-v2 .style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container .widget-title-wrapper~* {
    flex: none;
    width: 100%;
    order: 8;
    margin-top: 10px
}

.header-v2 .woocommerce div.product .ts-product-brand-info ul.product_list_widget form.cart div.quantity {
    margin: 0 0 5px;
    width: 100%
}

.header-v2 .woocommerce div.product .ts-product-brand-info ul.product_list_widget form.cart .button {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 5px !important
}

.header-v2 #main-content.ts-col-24 div.product.product-style-4 .product-top-section {
    grid-template-columns: auto 38%
}

.woocommerce .checkout-login-coupon-wrapper form.login .lost_password {
    margin-top: -6px;
    margin-bottom: 0
}

.woocommerce .checkout-login-coupon-wrapper form.login .woocommerce-form-login__rememberme {
    margin: 12px 0 0
}

.lost_password a {
    color: inherit;
    text-decoration: underline
}

.lost_password a:hover {
    color: inherit;
    text-decoration: none
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: none !important
}

.woocommerce .checkout-login-coupon-wrapper,
.woocommerce .checkout-login-coupon-wrapper form.login {
    margin-bottom: 33px
}

.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login {
    border-width: 0;
    padding: 30px;
    margin-top: 15px
}

.woocommerce .checkout-login-coupon-wrapper form.login p:first-child {
    margin-bottom: 15px
}

.woocommerce .checkout-login-coupon-wrapper form.login label {
    padding-bottom: 0
}

.woocommerce .checkout-login-coupon-wrapper form.login .button {
    margin-top: 0
}

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon {
    display: flex;
    flex-flow: row wrap
}

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon p:not(.form-row-first):not(.form-row-last) {
    flex-basis: 100%
}

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first {
    flex: 1 0 auto;
    margin: 0
}

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
    width: auto;
    min-width: 250px;
    margin-left: 10px
}

.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last .button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.woocommerce>form.checkout {
    overflow: hidden;
    width: 100%
}

.woocommerce form.checkout .form-row {
    margin-bottom: 24px
}

.woocommerce>form.checkout #customer_details {
    width: calc(70% - 30px);
    padding: 25px 30px 30px;
    float: left
}

.woocommerce>form.checkout #order_review_heading,
.woocommerce>form.checkout #order_review {
    width: 30%;
    float: right
}

.woocommerce>form.checkout #customer_details .col-1,
.woocommerce>form.checkout #customer_details .col-2 {
    width: 100%;
    float: none
}

.woocommerce form .form-row.create-account {
    margin-bottom: 15px
}

.woocommerce-shipping-fields h3 {
    margin-bottom: 20px
}

.woocommerce-shipping-fields label {
    padding-bottom: 0
}

.woocommerce form .form-row label {
    line-height: inherit
}

.woocommerce-checkout p.form-row.notes {
    margin-bottom: 0
}

.woocommerce form input[type="password"] {
    padding-right: 40px
}

.woocommerce form .form-row .required {
    font-weight: normal
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce-billing-fields__field-wrapper>p.form-row,
.woocommerce-shipping-fields__field-wrapper>p.form-row {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    order: 2;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end
}

.woocommerce-billing-fields__field-wrapper>p.form-row-first,
.woocommerce-billing-fields__field-wrapper>p.form-row-last,
.woocommerce-shipping-fields__field-wrapper>p.form-row-first,
.woocommerce-shipping-fields__field-wrapper>p.form-row-last,
.woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
.woocommerce-billing-fields__field-wrapper>#billing_city_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
    width: calc(50% - 30px)
}

.woocommerce-billing-fields__field-wrapper>#billing_email_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_email_field {
    order: 0
}

.woocommerce-billing-fields__field-wrapper>#billing_first_name_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_first_name_field,
.woocommerce-billing-fields__field-wrapper>#billing_last_name_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_last_name_field {
    order: 1
}

.woocommerce-billing-fields__field-wrapper>#billing_state_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_state_field {
    order: 3
}

.woocommerce-billing-fields__field-wrapper>#billing_phone_field,
.woocommerce-shipping-fields__field-wrapper>#shipping_phone_field {
    order: 4
}

.woocommerce-shipping-fields h3#ship-to-different-address .input-checkbox {
    margin-top: -4px
}

.woocommerce-terms-and-conditions-wrapper a {
    text-decoration: underline
}

.woocommerce-terms-and-conditions-wrapper a:hover {
    text-decoration: none
}

.woocommerce-invalid #terms {
    outline: none !important
}

body.woocommerce-checkout .select2-search--dropdown:before {
    top: 5px
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
    border-bottom-width: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent !important;
    border-radius: 0
}

.woocommerce-checkout #payment ul li {
    list-style: none
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 0;
    border-width: 0
}

.woocommerce>form.checkout #order_review_heading {
    margin: 35px 0 0;
    padding: 0 30px;
    position: relative
}

.woocommerce>form.checkout #order_review {
    padding: 80px 40px 40px;
    margin-top: -69px
}

#order_review .shop_table.woocommerce-checkout-review-order-table th:last-child,
#order_review .shop_table.woocommerce-checkout-review-order-table td:last-child {
    width: 30%;
    text-align: right
}

#order_review .shop_table.woocommerce-checkout-review-order-table th,
#order_review .shop_table.woocommerce-checkout-review-order-table td {
    padding: 10px 0;
    border-radius: 0 !important
}

#order_review .shop_table.woocommerce-checkout-review-order-table tfoot th,
#order_review .shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 15px 0;
    border-radius: 0 !important;
    border-width: 0
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr>td:first-child {
    border-left-width: 0
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr>td:last-child {
    border-right-width: 0
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 5px 0
}

#order_review table.shop_table ul#shipping_method {
    margin-left: -100%;
    text-align: left
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    line-height: 24px;
    font-size: 85%
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: -2px 5px 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    margin: -2px 5px 0;
    max-width: 120px
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    padding: 0 0 10px 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    padding: 18px 25px;
    margin: 10px 0 0;
    font-size: 100%;
    line-height: 24px;
    border-radius: 4px;
    color: inherit
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 10px solid rgba(230, 230, 230, 0.8);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -10px;
    left: 0;
    margin: -10px 0 0 25px
}

.woocommerce ul#shipping_method li label {
    padding: 0
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    float: none;
    margin-bottom: 0
}

.woocommerce-terms-and-conditions {
    border: none;
    box-shadow: none
}

.woocommerce ul#shipping_method li label .woocommerce-Price-amount {
    line-height: inherit !important
}

.woocommerce-cart article .woocommerce:after {
    display: table;
    clear: both;
    content: ""
}

.woocommerce-wishlist form.yith-wcwl-form>.woocommerce-info:not(:empty),
.woocommerce-wishlist form.yith-wcwl-form>.woocommerce-error:not(:empty),
.woocommerce-wishlist form.yith-wcwl-form>.woocommerce-message:not(:empty),
.woocommerce-wishlist .woocommerce-notices-wrapper:not(:empty) {
    margin-top: 10px;
    margin-bottom: 29px
}

.woocommerce-cart .woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 38px
}

.woocommerce .woocommerce-cart-form,
.woocommerce-checkout #customer_details {
    float: left;
    width: calc(70% - 40px)
}

.woocommerce table.shop_table {
    margin: 0;
    border-width: 0;
    table-layout: auto;
    position: relative;
    border-spacing: 0 2px
}

.woocommerce table.shop_table tr {
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

.woocommerce .cart-collaterals table.shop_table tr,
.woocommerce table.shop_table.cart tbody tr:last-child {
    box-shadow: none
}

.woocommerce-checkout #order_review table.shop_table tr {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1)
}

.woocommerce table.shop_table tr th:first-child,
.woocommerce table.shop_table tr td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.woocommerce table.shop_table tr th:last-child,
.woocommerce table.shop_table tr td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 0
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: middle
}

.woocommerce-cart .cart-collaterals .cart_totals table .shipping td,
.woocommerce-cart .cart-collaterals .cart_totals table .shipping th,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping td,
.woocommerce-checkout .cart-collaterals .cart_totals table .shipping th {
    vertical-align: top
}

.woocommerce table.shop_table td.product-remove {
    width: 80px
}

.woocommerce table.shop_table td.product-name {
    font-size: 100%
}

.woocommerce table.shop_table th {
    padding: 15px
}

.woocommerce table.shop_table td {
    padding: 10px 15px
}

.woocommerce table.shop_table.cart td.actions {
    padding: 30px 0 0;
    border-width: 0
}

.woocommerce table.shop_table .product-remove {
    padding-left: 30px
}

.woocommerce table.shop_table .product-remove a,
.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove {
    display: inline-block;
    width: 24px !important;
    height: 24px;
    line-height: 24px;
    font-size: 0;
    text-align: center;
    letter-spacing: 0;
    float: none;
    padding: 0 !important;
    background: transparent;
    opacity: 0.3
}

.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove {
    top: 3px
}

.ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove:hover,
.woocommerce table.shop_table .product-remove a:hover {
    opacity: 1
}

.woocommerce table.shop_table .product-remove a:before {
    line-height: 24px
}

.woocommerce table.shop_table td.product-thumbnail a {
    display: inline-block
}

#add_payment_method table.shop_table.cart td.product-thumbnail,
.woocommerce-cart table.shop_table.cart td.product-thumbnail,
.woocommerce-checkout table.shop_table.cart td.product-thumbnail {
    width: 130px;
    padding-right: 25px
}

#add_payment_method table.cart .product-thumbnail img,
.woocommerce-cart table.cart .product-thumbnail img,
.woocommerce-checkout table.cart .product-thumbnail img {
    width: 100%
}

.product-name>a,
.cart-collaterals table.shop_table .shipping a {
    color: inherit
}

.shop_table.cart .quantity {
    width: 110px
}

.woocommerce-cart table.cart td.actions .coupon {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.woocommerce-cart table.cart td.actions .button {
    padding: 7px 15px !important
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: transparent;
    flex: 1
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.woocommerce-cart table.cart td.actions .button {
    width: auto !important;
    min-width: 0
}

.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review {
    width: 30%;
    float: right;
    padding: 30px
}

.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login,
.woocommerce>form.checkout #customer_details,
.woocommerce>form.checkout #order_review,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    border-radius: 2px
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 10px
}

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
    padding: 10px 0
}

.woocommerce .cart-collaterals .order-total th,
.woocommerce .cart-collaterals .order-total td {
    padding: 10px 0 36px;
    border-width: 0
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form>p:not(.form-row),
.woocommerce .cart-collaterals table.shop_table tr:not(.shipping) td {
    text-align: right
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form>#calc_shipping_country_field {
    margin-bottom: 9px
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form>p {
    margin-bottom: 5px
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form>.form-row:before,
.woocommerce-cart .cart-collaterals .shipping-calculator-form>.form-row:after {
    display: none
}

.woocommerce ul#shipping_method li {
    margin: 0 0 5px;
    padding: 0
}

.woocommerce ul#shipping_method li input[type^="radio"] {
    margin: 2px 10px 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    padding: 0
}

.cart-collaterals table.shop_table .shipping .input-text,
.cart-collaterals table.shop_table .shipping .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
    padding-bottom: 7px
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0
}

.woocommerce .cross-sells,
.woocommerce .up-sells,
.woocommerce .related {
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ts-slider .owl-carousel>.owl-stage-outer>.owl-stage,
.ts-slider.owl-carousel>.owl-stage-outer>.owl-stage,
.ts-product .products.owl-carousel>.owl-stage-outer>.owl-stage,
.related.products .products.owl-carousel>.owl-stage-outer>.owl-stage,
.cross-sells .products.owl-carousel>.owl-stage-outer>.owl-stage,
.up-sells.products .products.owl-carousel>.owl-stage-outer>.owl-stage,
.ts-product-in-category-tab-wrapper.ts-product .column-content .products.owl-carousel>.owl-stage-outer>.owl-stage {
    display: flex
}

.woocommerce .cross-sells>h2,
.woocommerce .up-sells>h2,
.woocommerce .related>h2 {
    position: relative;
    display: inline-block
}

.woocommerce .cross-sells>h2:empty,
.woocommerce .up-sells>h2:empty,
.woocommerce .related>h2:empty {
    display: none;
    margin-bottom: 0
}

.up-sells .products .product,
.cross-sells .products .product,
.related .products .product {
    width: 20%
}

.up-sells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product {
    width: 100% !important;
    margin-bottom: 0
}

.ts-product.rows-1 .owl-item .product,
.up-sells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product {
    height: 100%
}

.woocommerce .cross-sells:after {
    display: table;
    content: "";
    clear: both
}

.woocommerce div.product .ts-product p.price,
.woocommerce div.product .ts-product span.price,
.woocommerce div.product .cross-sells .price,
.woocommerce div.product .up-sells .price,
.woocommerce div.product .related .price {
    font-size: 100%
}

body #cboxClose,
.ts-floating-sidebar .close,
.ts-popup-modal .close {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 999;
    text-align: center;
    width: 24px;
    font-size: 0;
    line-height: 22px;
    transform: translateY(-100%);
    transition: 350ms ease 0s
}

body #cboxClose {
    background-image: none;
    text-indent: 0;
    color: #fff;
    text-transform: none;
    z-index: 100001
}

.ts-floating-sidebar .close {
    top: 30px;
    right: 30px;
    transform: translate(0, 0);
    opacity: 0.3
}

#ts-shopping-cart-sidebar .close {
    right: 23px
}

#ts-shopping-cart-sidebar .ts-tiny-cart-wrapper .cart_list li .cart-item-wrapper .remove {
    top: 2px;
    right: -7px
}

.ts-floating-sidebar .close:hover {
    opacity: 1
}

.ts-floating-sidebar .close:after,
.ts-store-notice .close:before,
.woocommerce table.shop_table .product-remove a:before,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove:before {
    font-size: 12px
}

ul.products-list li .remove:before,
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.elementor-widget-wp-widget-woocommerce_widget_cart .cart_list li a.remove:before {
    font-size: 10px
}

body #cboxClose:after,
html body>h1 a.close:before,
body table.compare-list tr.remove td>a .remove:before,
.ts-popup-modal .close:after {
    font-size: 14px
}

#group-icon-header .close {
    top: 16px;
    right: 14px;
    opacity: 1
}

#group-icon-header .close:after {
    font-size: 10px
}

.ts-popup-modal .overlay {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 99990
}

.ts-popup-modal .overlay,
#cboxOverlay {
    background: rgba(0, 0, 0, 0.8);
    transition: all 200ms linear 0s
}

.ts-popup-modal.show .overlay:before {
    display: none
}

.ts-popup-modal .close {
    color: #fff
}

.ts-popup-modal {
    opacity: 0
}

.ts-popup-modal.show,
.ts-popup-modal.loading {
    opacity: 1
}

.ts-popup-modal.loading .overlay:before,
.ts-popup-modal.show .overlay,
.ts-popup-modal.loading .overlay,
.ts-popup-modal.show .popup-container {
    visibility: visible;
    opacity: 1
}

.ts-popup-modal .popup-container {
    position: fixed;
    padding: 0;
    top: 50%;
    left: 50%;
    z-index: 99991;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%);
    width: 1020px;
    height: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

#ts-quickshop-modal .popup-container {
    width: 940px
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay:before,
.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before {
    display: block
}

.ts-popup-modal .quickshop-content {
    max-height: 100%;
    overflow: hidden;
    padding: 40px
}

#ts-quickshop-modal .woocommerce div.product div.summary,
#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery {
    margin-bottom: 0
}

#ts-quickshop-modal div.product>.summary {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: row;
    transition: none;
    align-items: flex-start;
    align-content: flex-start;
    float: none
}

#ts-quickshop-modal div.product>.summary>* {
    width: 100%;
    flex: none;
    margin-left: 0;
    margin-right: 0
}

#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery,
#ts-quickshop-modal .woocommerce div.product div.summary {
    width: 50%
}

#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery {
    width: 50%;
    flex-direction: column
}

#ts-quickshop-modal .woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
    margin: 15px 0 0;
    flex-direction: row
}

#ts-quickshop-modal .woocommerce div.product div.images .flex-control-thumbs li {
    width: 73px !important;
    margin: 0 2px 0 0 !important
}

#ts-quickshop-modal .woocommerce div.product div.woocommerce-product-gallery .flex-viewport {
    order: 0 !important;
    flex: none !important;
    width: 100% !important
}

#ts-quickshop-modal .summary .quantity {
    width: 120px
}

#ts-quickshop-modal .woocommerce div.product div.summary {
    padding-left: 30px;
    padding-right: 0
}

#ts-quickshop-modal div.product .summary .woocommerce-product-rating {
    order: 0
}

#ts-quickshop-modal .reset_variations {
    margin-left: 20px
}

#ts-quickshop-modal .woocommerce-product-details__short-description {
    order: 3;
    margin-top: 7px
}

#ts-quickshop-modal .meta-content {
    display: none
}

#ts-product-360-modal.ts-popup-modal.show .overlay {
    background: #fff
}

#ts-product-360-modal.ts-popup-modal .popup-container {
    margin: 0;
    opacity: 0;
    display: none
}

#ts-product-360-modal.ts-popup-modal.show .popup-container {
    animation-duration: 400ms;
    animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    animation-fill-mode: both;
    animation-name: animation_fade;
    opacity: 1;
    display: block
}

#ts-product-360-modal.ts-popup-modal .close {
    right: 20px;
    top: 20px;
    position: fixed;
    opacity: 0
}

.admin-bar #ts-product-360-modal.ts-popup-modal .close {
    top: 66px
}

#ts-product-360-modal.ts-popup-modal.show span.close {
    z-index: 99991;
    opacity: 1
}

.threesixty .nav_bar a:hover {
    background: transparent
}

.threesixty .nav_bar {
    position: absolute;
    top: 50%;
    width: 40px;
    right: -10px;
    z-index: 11;
    transform: translate(100%, -50%)
}

.threesixty .nav_bar a {
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    margin: 5px 0
}

.threesixty .nav_bar a:before {
    font-size: 12px;
    line-height: 40px
}

.threesixty ol li {
    list-style: none;
    font-size: 0
}

body .threesixty {
    position: relative;
    overflow: visible
}

body .ts-popup-modal .product-360-container {
    width: 450px;
    max-height: 100%
}

.ts-popup-modal .threesixty {
    width: 100% !important
}

.threesixty .threesixty_images {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    transition: visibility 700ms ease 0s
}

.threesixty .threesixty_images img.current-image {
    visibility: visible
}

.threesixty .spinner {
    width: 60px;
    display: block;
    margin: 0 auto;
    height: 30px;
    background: #333;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px
}

.threesixty .spinner span {
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    display: block
}

.threesixty:-webkit-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

.threesixty:-moz-full-screen {
    background: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 200px
}

body .ts-popup-modal .add-to-cart-popup-container {
    width: 500px;
    padding: 30px
}

.add-to-cart-popup-content .heading {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.add-to-cart-popup-content .heading .theme-title {
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    line-height: 1;
    border-radius: 40px;
    font-size: 12px;
    padding: 5px 15px
}

.add-to-cart-popup-content .heading .theme-title:before {
    font-size: 8px;
    margin-right: 5px
}

.add-to-cart-popup-content:after {
    content: '';
    clear: both;
    display: table
}

.add-to-cart-popup-content .item .product-image {
    width: 40%;
    margin-right: 30px;
    float: left
}

.add-to-cart-popup-content .item .product-meta {
    width: calc(60% - 30px);
    float: left
}

.add-to-cart-popup-content .item .product-name {
    margin-bottom: 5px;
    white-space: normal;
    text-overflow: initial
}

.add-to-cart-popup-content .action .button {
    min-width: 220px;
    margin-top: 10px
}

.dataTables_scrollFoot {
    display: none
}

html body #yith-woocompare {
    padding: 0
}

#cboxLoadingGraphic {
    background: none !important
}

#cboxLoadingOverlay {
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background-image: none !important
}

.woocommerce .wd_compare_wrapper .added:before {
    content: "\f065"
}

#cboxContent {
    background: transparent !important
}

#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxBottomCenter,
#cboxMiddleLeft,
#cboxMiddleRight {
    background: transparent;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0
}

#cboxLoadedContent {
    padding: 0
}

#cboxLoadedContent iframe {
    position: relative;
    z-index: 1;
    background: transparent
}

.dataTables_wrapper {
    padding: 0;
    text-align: center
}

.dataTables_scrollHead,
.DTFC_LeftHeadWrapper {
    display: none
}

html body>h1 {
    padding: 14px 20px;
    display: block;
    width: 100%;
    float: none;
    position: relative;
    z-index: 14;
    text-align: start;
    border-width: 0;
    background: transparent !important
}

html body>h1 {
    line-height: 22px !important
}

html body>h1 a.close {
    font-size: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    right: 0;
    position: relative;
    top: 0
}

table.compare-list,
table.compare-list th,
table.compare-list td {
    box-sizing: content-box
}

table.compare-list:not(.dataTable) thead {
    display: none !important
}

body table.compare-list {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    border-width: 1px 0 0 0
}

body table.compare-list td.odd,
body table.compare-list td.even {
    background: transparent
}

body #yith-woocompare table.compare-list tbody th {
    background: transparent
}

body #yith-woocompare table.compare-list tbody th,
body #yith-woocompare table.compare-list tbody td {
    padding: 15px
}

body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td,
body #yith-woocompare table.compare-list tr.image td,
body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th,
body #yith-woocompare table.compare-list tr.price:not(.repeated) td,
body #yith-woocompare table.compare-list tr.price:not(.repeated) th {
    padding: 0 15px 15px 15px
}

body #yith-woocompare table.compare-list tr.title th,
body #yith-woocompare table.compare-list tr.title td {
    line-height: 20px;
    padding-bottom: 10px
}

body #yith-woocompare table.compare-list tr.add-to-cart td,
body #yith-woocompare table.compare-list tr.add-to-cart th {
    padding-bottom: 20px
}

body #yith-woocompare table.compare-list tr {
    display: table-row
}

body table.compare-list th {
    background: transparent
}

body table.compare-list td img {
    width: 250px;
    padding: 0;
    border: 0;
    max-width: 100%;
    margin-bottom: 0
}

body table.compare-list .description td img {
    width: auto
}

body table.compare-list th {
    border-width: 1px 0 0 0;
    border-style: solid;
    text-align: left
}

body table.compare-list td {
    border-width: 1px 0 0 0;
    border-style: solid
}

body #yith-woocompare table.compare-list tr.image th,
body #yith-woocompare table.compare-list tr.image td {
    border-top-width: 0
}

body #yith-woocompare table.compare-list tbody th,
body #yith-woocompare table.compare-list tbody td {
    border-width: 1px 1px 0 0;
    border-style: solid
}

body #yith-woocompare table.compare-list .description ul {
    text-align: start
}

body #yith-woocompare table.compare-list tbody tr th:last-child,
body #yith-woocompare table.compare-list tbody tr td:last-child {
    border-right-width: 0
}

body #yith-woocompare table.compare-list tr:not(.no-products).add-to-cart th,
body #yith-woocompare table.compare-list tr:not(.no-products).add-to-cart td,
body #yith-woocompare table.compare-list tr:not(.no-products).title th,
body #yith-woocompare table.compare-list tr:not(.no-products).title td,
body #yith-woocompare table.compare-list tr:not(.no-products).price:not(.repeated) th,
body #yith-woocompare table.compare-list tr:not(.no-products).price:not(.repeated) td,
body #yith-woocompare table.compare-list tr:not(.no-products).image th,
body #yith-woocompare table.compare-list tr:not(.no-products).image td {
    border-top-width: 0
}

body #yith-woocompare table.compare-list tr.no-products td {
    padding-left: 20px;
    padding-right: 20px;
    border-width: 1px 0 0 0;
    border-style: solid
}

body table.compare-list tr.image td,
body table.compare-list tr.title td,
body table.compare-list tr.price td {
    text-transform: none
}

body table.compare-list tr.price td {
    text-decoration: none
}

body table.compare-list tr.image th,
body table.compare-list tr.image td {
    height: auto
}

body table.compare-list tr.add-to-cart th,
body table.compare-list tr.add-to-cart td {
    padding-bottom: 30px
}

body table.compare-list tr.remove td,
body table.compare-list tr.remove th {
    padding-top: 5px !important;
    padding-bottom: 10px !important
}

body table.compare-list tr.image td {
    padding-top: 0
}

body table.compare-list tr.remove td>a {
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: transparent !important
}

body table.compare-list .remove td a .remove {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 0;
    font-size: 0;
    display: block;
    background: transparent !important
}

body table.compare-list tr.remove td>a .remove:before {
    line-height: 24px
}

tr.image th,
tr.title th,
tr.price:not(.repeated) th,
tr.add-to-cart th {
    font-size: 0 !important
}

body table.compare-list tr.price th,
.compare-list tr.price td ins {
    text-decoration: none
}

body table.compare-list tr.price th,
body table.compare-list tr.price td del {
    margin-right: 8px
}

html body table.compare-list tr.description td p,
html body table.compare-list tr.description th p {
    margin: 0
}

body .woocommerce table.compare-list .add-to-cart td a {
    text-transform: none;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    min-width: 210px
}

body table.compare-list .add-to-cart td .blockOverlay {
    display: none !important
}

body .compare-list tr.no-products td {
    text-align: left !important
}

#cboxLoadedContent iframe {
    padding: 0
}

body table.compare-list .stock td span {
    color: inherit
}

#colorbox.yith_woocompare_colorbox {
    position: fixed !important;
    top: 50% !important;
    transform: translate(0, -50%)
}

.home .woocommerce-message {
    display: none !important
}

body #ts-ajax-add-to-cart-message {
    position: fixed;
    opacity: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 99992;
    visibility: hidden;
    overflow: hidden;
    line-height: 26px;
    transform: translate(0, -100%);
    transition: transform 200ms ease-out;
    padding: 6px 20px
}

body.admin-bar #ts-ajax-add-to-cart-message {
    top: 32px
}

body #ts-ajax-add-to-cart-message:before {
    left: 10px;
    top: 5px
}

body #ts-ajax-add-to-cart-message.show {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    display: block
}

body #ts-ajax-add-to-cart-message:not(.error)>span.error-message,
body #ts-ajax-add-to-cart-message.error>span.error-message .button,
body #ts-ajax-add-to-cart-message.error>span:not(.error-message) {
    display: none
}

.alert {
    padding: 9px 15px;
    margin-bottom: 40px;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none
}

#primary>.woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 43px
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info {
    padding: 2px 20px !important;
    border-radius: 2px;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
    line-height: 26px;
    border-width: 0
}

.alert.alert-success,
div.wpcf7-mail-sent-ok {
    background: transparent !important
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: inline-block;
    vertical-align: baseline;
    position: static;
    margin: 0 5px 0 1px;
    font-size: 80%;
    color: inherit !important
}

body #ts-ajax-add-to-cart-message {
    background-color: #0b0;
    color: #fff
}

.woocommerce-message,
.woocommerce .woocommerce-message {
    color: #00B412;
    background-color: rgba(1, 178, 19, 0.15)
}

ul.woocommerce-error::before,
ul.woocommerce-info::before,
ul.woocommerce-message::before {
    position: absolute;
    top: 1px;
    left: 20px;
    width: 20px
}

ul.woocommerce-error>li,
ul.woocommerce-info>li,
ul.woocommerce-message>li {
    padding-left: 20px !important
}

.woocommerce-error,
.woocommerce .woocommerce-error {
    color: red;
    background-color: rgba(255, 0, 0, .1)
}

.woocommerce-info,
.woocommerce .woocommerce-info {
    background-color: rgba(0, 0, 0, .1)
}

.woocommerce-checkout .woocommerce-info,
.woocommerce.woocommerce-checkout .woocommerce-info {
    background: transparent !important;
    padding: 0 !important
}

.woocommerce-error::before {
    color: inherit !important
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    text-decoration: none !important;
    font-size: 100%;
    line-height: 18px;
    color: inherit !important
}

.cart-empty.woocommerce-info,
.return-to-shop,
.woocommerce.archive #primary>.woocommerce-info {
    text-align: center
}

body.search.search-no-results .alert,
.woocommerce.archive #primary>.woocommerce-info {
    background: transparent;
    padding: 80px 0 100px !important;
    line-height: 30px;
    margin: 0
}

body.search.search-no-results .alert {
    text-align: center;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important
}

body.search.search-no-results .ts-pagination {
    padding: 0 !important;
    border: 0;
    margin: 0
}

body.search.search-no-results .alert p {
    font-size: 145%;
    line-height: 1.5
}

body.search.search-no-results .search-wrapper {
    max-width: 500px;
    margin: 0 auto 100px
}

body.search.search-no-results .search-content input[type="text"] {
    padding-top: 11px;
    padding-bottom: 11px
}

body.search.search-no-results .search-table .search-button:before {
    font-size: 17px;
    line-height: 46px
}

.woocommerce>.return-to-shop {
    margin-bottom: 10%
}

body .cart-empty.woocommerce-info {
    color: inherit;
    background: transparent !important;
    margin-bottom: 30px
}

.woocommerce-cart .return-to-shop a.button {
    min-width: 240px
}

body .wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

body .woocommerce .cart-empty.woocommerce-info:before {
    position: static;
    content: '';
    width: 100%;
    height: 150px;
    background: url('cart-empty.svg') no-repeat center;
    margin: 0 auto 20px;
    opacity: 0.3
}

body.search.search-no-results .alert:before,
.woocommerce.archive #primary>.woocommerce-info:before {
    position: relative;
    letter-spacing: 0;
    margin: 0 auto;
    font-size: 70px;
    line-height: 1;
    height: auto;
    width: auto;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    margin-bottom: 20px;
    margin: 0 0 40px
}

.woocommerce-error li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
    padding: 0;
    line-height: 26px
}

#yith-wcwl-popup-message {
    margin: 0 !important;
    transform: translate(-50%, 0);
    border-width: 0;
    line-height: 40px;
    padding: 10px 20px;
    min-width: 120px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 99990;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2)
}

body:not(.single-product) #yith-wcwl-popup-message {
    display: none !important
}

body.woocommerce-wishlist .yith-wcwl-form {
    margin-bottom: 66px !important
}

body.woocommerce-wishlist div#main {
    min-height: 0
}

body.woocommerce .wishlist-title {
    margin-bottom: 20px
}

body .wishlist-title.wishlist-title-with-form h2 {
    padding: 0
}

body .wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent
}

body .wishlist-title a.show-title-form {
    font-size: 0;
    line-height: 0;
    padding: 0;
    min-width: 0;
    border-width: 0;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    position: relative;
    top: -10px
}

body .wishlist-title a.show-title-form i {
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

.hidden-title-form {
    overflow: hidden;
    clear: both;
    display: none
}

.yes-js #yith-wcwl-form .hidden-title-form {
    margin: 20px 0;
    width: 100%
}

.hidden-title-form input[type="text"] {
    margin: 0;
    padding-right: 80px
}

body .hidden-title-form .edit-title-buttons {
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

body .hidden-title-form a {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 100%
}

body table.wishlist_table {
    font-size: 100%
}

.woocommerce div.wishlist_table td.product-add-to-cart a {
    display: inline-block !important
}

.wishlist_table .product-add-to-cart a {
    padding: 7px 15px !important;
    width: auto !important;
    min-width: 150px;
    font-size: 100% !important;
    position: relative
}

.woocommerce table.wishlist_table thead th {
    border-top: 0
}

.wishlist_table tfoot td {
    border: 0
}

.woocommerce table.wishlist_table tfoot tr th,
.woocommerce table.wishlist_table tfoot tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.woocommerce table.wishlist_table th.product-name {
    text-align: left
}

td.product-add-to-cart,
td.product-add-to-cart a {
    margin: 0 !important;
    float: none !important
}

.woocommerce table.wishlist_table th.product-thumbnail,
.woocommerce table.wishlist_table th.product-name {
    width: auto
}

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: inherit
}

.woocommerce table.wishlist_table .product-remove div {
    display: inline-block
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: inherit
}

table.wishlist_table .product-price del {
    margin-right: 5px
}

body .wishlist_table .product-add-to-cart a.button {
    padding: 8px 40px !important;
    min-width: 206px
}

body .wishlist_table .product-add-to-cart span.dateadded {
    display: block;
    text-align: center;
    margin: 0 0 5px
}

body p.wishlist-empty,
body table.wishlist_table tbody td.wishlist-empty {
    position: relative;
    bottom: -1px
}

.woocommerce table.shop_table.wishlist_table {
    opacity: 1 !important
}

.woocommerce table.shop_table.wishlist_table .blockUI.blockOverlay {
    background: transparent !important
}

.woocommerce table.shop_table.wishlist_table .blockUI.blockOverlay:after {
    border-width: 3px;
    border-top-width: 3px;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: none
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0 10px 0 0;
    font-size: 100%;
    line-height: 1;
    text-transform: uppercase
}

.yith-wcwl-share .yith-wcwl-after-share-section {
    flex: 1;
    text-align: right
}

.yith-wcwl-share .yith-wcwl-after-share-section input.copy-target {
    border-width: 0;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    font-size: 100%;
    color: inherit
}

.yith-wcwl-share ul {
    margin: 0
}

.yith-wcwl-share ul li {
    list-style: none;
    padding: 0;
    margin: 0 2px
}

.yith-wcwl-share ul li a {
    padding: 6px
}

body .wishlist_table.mobile {
    margin-bottom: 0
}

body .wishlist_table.mobile li {
    width: calc(33.333333% - 2px);
    margin: 1px;
    list-style: none;
    border: 0;
    padding: 20px;
    display: flex;
    flex-flow: column wrap;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
}

body .wishlist_table.mobile,
body .wishlist_table.mobile li .item-wrapper,
body .wishlist_table.mobile li .additional-info-wrapper {
    display: flex;
    flex-flow: row wrap
}

body .wishlist_table.mobile li .item-wrapper,
body .wishlist_table.mobile li .additional-info-wrapper {
    align-items: center
}

body .wishlist_table.mobile li .additional-info-wrapper {}

body .wishlist_table.mobile li .additional-info-wrapper>*:not(.product-remove) {
    width: 100%;
    margin: 10px 0 0;
    text-align: center
}

.wishlist_table.mobile .additional-info-wrapper .product-add-to-cart a {
    width: 100% !important;
    min-width: 0
}

body .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    max-width: 100px;
    margin-right: 20px
}

body .wishlist_table.mobile li .item-wrapper .item-details {
    width: calc(100% - 120px)
}

body .wishlist_table.images_grid li .item-details table.item-details-table,
body .wishlist_table.mobile li .item-details table.item-details-table,
body .wishlist_table.mobile li table.additional-info,
body .wishlist_table.modern_grid li .item-details table.item-details-table {
    margin-bottom: 0
}

body .wishlist_table.mobile li .item-details table.item-details-table td,
body .wishlist_table.mobile li table.additional-info td {
    font-size: 100%;
    padding: 0 0 7px;
    line-height: 20px
}

body .wishlist_table.mobile li table.additional-info td.value {
    text-align: right
}

body .wishlist_table.mobile li .item-details table.item-details-table td.value {
    text-align: start
}

body .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 2;
    opacity: 0.3;
    transition: 300ms ease
}

body .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

body .wishlist_table.mobile li .additional-info-wrapper .product-remove:hover {
    opacity: 1
}

body .wishlist_table.mobile li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li .additional-info-wrapper .product-remove i {
    display: none
}

body p.wishlist-empty {
    margin: 0
}

.woocommerce form.login,
.woocommerce form.register {
    border-width: 0;
    padding: 0;
    margin: 0
}

#customer_login h2,
.account-content h2,
.woocommerce-MyAccount-content>h2,
.woocommerce-customer-details>h2,
.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
header.woocommerce-Address-title>h3 {
    margin-bottom: 10px;
    position: relative
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2 {
    line-height: 1.5
}

.woocommerce #customer_login,
.woocommerce form.track_order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
    border-radius: 2px
}

.woocommerce form.track_order,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password {
    padding: 40px;
    margin-bottom: 66px
}

.woocommerce #customer_login .col-1,
.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-1,
.woocommerce-page #customer_login .col-2 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 35px 40px 40px
}

.woocommerce #customer_login .col-2,
.woocommerce-page #customer_login .col-2 {
    border-width: 0 0 0 1px;
    border-style: solid
}

body.ts-register .woocommerce #customer_login .col-1,
body.ts-login .woocommerce #customer_login .col-2 {
    display: none
}

body.ts-register .woocommerce #customer_login .col-1,
body.ts-register .woocommerce #customer_login .col-2,
body.ts-register.woocommerce-page #customer_login .col-1,
body.ts-register.woocommerce-page #customer_login .col-2,
body.ts-login .woocommerce #customer_login .col-1,
body.ts-login .woocommerce #customer_login .col-2,
body.ts-login.woocommerce-page #customer_login .col-1,
body.ts-login.woocommerce-page #customer_login .col-2 {
    width: 100%;
    float: none
}

.woocommerce #customer_login p.lost_password:last-child,
.woocommerce #customer_login p.form-row:last-child {
    margin-bottom: 0
}

.woocommerce #customer_login form.login .button,
.woocommerce #customer_login form.register .button {
    margin-top: 6px
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    right: 20px;
    top: 7px;
    line-height: 36px
}

.woocommerce-MyAccount-content p>a,
#customer_login a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-MyAccount-content p>a:hover,
#customer_login a:hover {
    text-decoration: none
}

.woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 18px 0 0
}

form.track_order input[type^="submit"],
form.track_order button[type^="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password input[type^="submit"],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^="submit"] {
    min-width: 166px
}

form.track_order input[type^="submit"],
form.track_order button[type^="submit"] {
    margin-top: 10px
}

.woocommerce form.track_order .form-row-first,
.woocommerce form.track_order .form-row-last {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.woocommerce form.track_order div.clear+.form-row,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password div.clear+.form-row {
    margin-bottom: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin: 0 auto 5px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 -1px
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 0;
    margin: 0 1px 2px;
    text-align: center;
    float: left
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 5px 20px;
    color: inherit;
    border-radius: 2px
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    text-decoration: none
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 35px 30px 40px
}

header.woocommerce-Address-title {
    display: inline-block;
    width: 100%
}

.woocommerce-account .addresses .title .edit {
    width: 40px;
    font-size: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: -3px 0 0;
    line-height: 1;
    text-align: center
}

.woocommerce-account .addresses .title .edit:before {
    color: #000;
    font-size: 12px
}

.woocommerce .woocommerce-MyAccount-content table.shop_table tr {
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05)
}

.woocommerce .woocommerce-MyAccount-content table.shop_table tr th:first-child,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td:first-child {
    padding-left: 0
}

.woocommerce .woocommerce-MyAccount-content table.shop_table tr th:last-child,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td:last-child {
    padding-right: 0
}

.woocommerce .woocommerce-MyAccount-content table.shop_table tr th,
.woocommerce .woocommerce-MyAccount-content table.shop_table tr td {
    background: transparent
}

.woocommerce .woocommerce-MyAccount-content table.shop_table thead tr th {
    padding-top: 0
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: inline-block;
    width: 100%
}

.woocommerce-Address address {
    margin-bottom: 0;
    line-height: 2
}

.woocommerce-MyAccount-content form button[type^="submit"] {
    margin-top: 20px
}

.woocommerce .woocommerce-Address a.button {
    padding: 5px 10px
}

.woocommerce-MyAccount-content html input#account_email {
    max-width: 100%
}

.woocommerce-MyAccount-content>form {
    display: inline-block;
    width: 100%
}

.woocommerce-MyAccount-content>form .form-row>span>em {
    font-size: 80%
}

.woocommerce>.woocommerce-order .woocommerce-customer-details,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin-bottom: 0
}

.woocommerce div.address a.button {
    margin-top: 20px;
    min-width: 120px
}

.woocommerce .woocommerce-customer-details address {
    border-width: 0;
    border-radius: 0;
    padding: 0;
    clear: both
}

.woocommerce .edit-box-textfull .button {
    margin-top: 10px
}

.woocommerce .edit-box-textfull p.form-row {
    width: 100%;
    float: none;
    padding: 0
}

p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row input[type="tel"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row input[type="tel"],
.edit-box-textfull p.form-row textarea {
    max-width: 100%
}

.woocommerce-orders-table__cell-order-number a {
    color: inherit
}

.woocommerce>form>fieldset {
    border: 0;
    margin: 40px 0 0 0
}

.woocommerce>form>fieldset legend {
    text-transform: uppercase;
    margin: 0 0 20px 0
}

.track_order .form-row input[type="submit"] {
    min-width: 120px
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2 {
    float: left;
    margin-bottom: 15px
}

.woocommerce .woocommerce-customer-details address {
    line-height: 2
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-right: 0;
    padding-left: 25px;
    margin: 5px 0 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    position: relative
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    top: 0;
    left: 0;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 80%
}

.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td {
    border-width: 1px 0 0 0;
    border-style: solid;
    padding-right: 0;
    padding-left: 20px;
    text-align: center !important
}

.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child {
    padding-right: 20px;
    padding-left: 20px
}

.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td {
    border-width: 0
}

.woocommerce-MyAccount-content .woocommerce-order-details>h2 {
    margin-bottom: 10px
}

.woocommerce .woocommerce-order-details table.shop_table td.product-name {
    max-width: initial
}

.woocommerce .woocommerce-order-details table.shop_table tbody th,
.woocommerce .woocommerce-order-details table.shop_table tfoot td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th {
    border-top: 0
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 60px
}

.woocommerce .woocommerce-order,
p.order-info {
    margin-top: 20px
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
}

.woocommerce ul.order_details {
    margin: 0 0 40px
}

.woocommerce ul.order_details {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-width: 1px;
    border-style: solid
}

.woocommerce ul.order_details li {
    float: none;
    margin: 0;
    padding: 8px;
    flex: 1;
    text-align: center;
    text-transform: none;
    border-width: 0 1px 0 0;
    border-style: solid
}

.woocommerce ul.order_details li strong {
    display: inline-block;
    font-size: 100%
}

.list-posts:after,
.ts-blogs:after,
.entry-meta-middle:after,
.entry-meta-bottom:after,
.site-content>article:after {
    content: "";
    clear: both;
    display: table
}

blockquote,
.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like,
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a,
.list-posts article .thumbnail img,
.ts-blogs article .thumbnail img,
.single-post .entry-format>.entry-header-meta .entry-header-meta-content,
.post-nav-links>a,
.post-nav-links>span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.ts-pagination ul li a,
.ts-pagination ul li span,
.pagination-wrap ul.pagination>li>a,
.pagination-wrap ul.pagination>li>span,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 2px
}

.tagcloud .tag-link-count {
    font-weight: normal
}

ul.blog-filter-bar {
    margin: -10px 0 15px
}

.blog-template.columns-2 ul.blog-filter-bar,
.blog-template.columns-3 ul.blog-filter-bar {
    border-width: 0;
    padding-bottom: 0
}

.ts-portfolio-wrapper .filter-bar {
    margin-bottom: 20px
}

.ts-portfolio-wrapper .filter-bar li,
ul.blog-filter-bar li {
    list-style: none;
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 0
}

.ts-portfolio-wrapper .filter-bar li:last-child,
ul.blog-filter-bar li:last-child {
    display: inline-block;
    margin-right: 0
}

.ts-portfolio-wrapper .filter-bar li:hover,
ul.blog-filter-bar li:hover {
    text-decoration: underline;
    cursor: pointer
}

.ts-portfolio-wrapper .filter-bar li.current,
ul.blog-filter-bar li.current {
    text-decoration: underline;
    cursor: default
}

.list-posts,
.ts-blogs .items.blogs {
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
    margin: 0
}

.list-posts article,
.ts-blogs .items article {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-width: 0 0 1px;
    border-style: solid;
    position: relative
}

.ts-blogs.columns-2 .items article {
    width: 50%
}

.ts-blogs.columns-3 .items article {
    width: 33.33333%
}

.ts-blogs .items.owl-carousel article {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0
}

.list-posts article:last-child,
.ts-blogs .items article:last-child {
    border-width: 0;
    padding-bottom: 0
}

#main>.page-container.blog-template.index-template {
    padding-top: 30px
}

body.page.page-template-default:not(.elementor-page) #main>.page-container {
    padding-top: 34px
}

.page-container:not(.columns-1) .list-posts,
.ts-blogs:not(.columns-1) .items {
    margin-left: -10px;
    margin-right: -10px
}

.ts-blogs:not(.columns-1) .owl-carousel {
    width: calc(100% + 20px)
}

.page-container:not(.columns-1) .list-posts article:not(.sticky),
.ts-blogs:not(.columns-1) .items article:not(.sticky) {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    border-width: 0
}

.columns-0 .list-posts article:nth-child(1),
.columns-0 .list-posts article:nth-child(2),
.columns-2 .list-posts article {
    width: 50%
}

.columns-0 .list-posts article,
.columns-3 .list-posts article {
    width: 33.3333%
}

.list-posts article.sticky {
    padding: 40px !important;
    margin-bottom: 64px;
    border-width: 1px;
    border-style: solid
}

.list-posts article.sticky:after {
    display: none
}

.list-posts article .ts-video+.entry-meta-top,
.ts-blogs article .ts-video+.entry-meta-top,
.list-posts article.has-post-thumbnail .entry-meta-top,
.ts-blogs article.has-post-thumbnail .entry-meta-top {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 6
}

.list-posts article .entry-format,
.ts-blogs article:not(.quote) .thumbnail-content {
    margin-bottom: 16px;
    position: relative
}

.ts-blogs article .entry-content,
.page-container:not(.columns-1) .list-posts article .entry-content {
    padding-right: 30px
}

.ts-blogs.text-center article .entry-content {
    padding-left: 30px;
    padding-right: 30px
}

.ts-blogs.text-right article .entry-content {
    padding-left: 30px;
    padding-right: 0
}

.list-posts article.has-post-thumbnail .thumbnail img,
.ts-blogs article.has-post-thumbnail .thumbnail img {
    width: 100%
}

.list-posts article header .heading-title,
.ts-blogs article header .heading-title {
    margin-bottom: 0
}

.list-posts article .entry-content>*:not(:last-child),
.ts-blogs article .entry-content>*:not(:last-child) {
    margin-bottom: 14px
}

.list-posts article .entry-content>header a:empty,
.ts-blogs article .entry-content>header a:empty {
    margin-top: -14px;
    display: block
}

.list-posts article .entry-content:not(.no-featured-image)>header:first-child,
.ts-blogs article .entry-content:not(.no-featured-image)>header:first-child {
    margin-top: 21px
}

.ts-blogs article .entry-content>header:not(:last-child) {
    margin-bottom: 10px
}

.ts-blogs article blockquote .entry-meta-middle>.author,
.ts-blogs article blockquote .entry-meta-middle>.date-time,
.list-posts article blockquote .entry-meta-middle>.author,
.list-posts article blockquote .entry-meta-middle>.date-time {
    font-size: 11px
}

.text-center blockquote,
.text-center blockquote,
.text-right blockquote,
.text-right blockquote {
    text-align: start
}

.text-center blockquote .entry-meta-middle,
.text-center blockquote .entry-meta-bottom,
.text-right blockquote .entry-meta-middle,
.text-right blockquote .entry-meta-bottom {
    justify-content: flex-start
}

.list-posts article .entry-content>.entry-meta-middle:not(:last-child),
.ts-blogs article .entry-content>.entry-meta-middle:not(:last-child) {
    margin-bottom: 13px
}

.list-posts article .entry-content>.entry-meta-bottom:not(:last-child) {
    margin-bottom: 17px
}

.ts-blogs article .entry-content>.entry-meta-bottom:not(:last-child) {
    margin-bottom: 12px
}

.list-posts article .entry-content>.entry-summary:not(:last-child),
.ts-blogs article .entry-content>.excerpt:not(:last-child) {
    margin-bottom: 15px
}

.excerpt>*:last-child,
.entry-summary .short-content>*:last-child {
    margin-bottom: 0
}

.entry-summary .short-content>.wp-block-button.alignleft:nth-last-child(2) {
    margin-bottom: 0 !important
}

.entry-meta-top {
    margin-bottom: 9px
}

.entry-meta-middle .comment-count:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article:not(.has-post-thumbnail) .entry-format,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article.format-image.has-post-thumbnail .entry-format,
body.page .page-container #primary>article.page>*:last-child,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .short-content>*:last-child {
    margin-bottom: 0
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts {
    margin-left: 0;
    margin-right: 0
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article {
    padding-left: 0;
    padding-right: 0
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article:not(:last-child) {
    padding-bottom: 60px;
    border-width: 0 0 1px
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts .gallery .gallery-item {
    text-align: start !important;
    margin-bottom: 15px
}

.list-posts article.sticky,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article.sticky {
    border-width: 5px 1px 1px
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article.show-tags .entry-content.no-featured-image {
    margin-top: 0
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-content {
    padding-right: 0
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-content .short-content p+p {
    margin-top: -5px
}

.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts .entry-meta-middle {
    line-height: 1
}

.list-posts article .short-content blockquote {
    margin-bottom: 20px
}

.wp-block-embed.alignfull figcaption {
    text-align: center
}

.wp-block-latest-comments li article {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-width: 0 !important
}

.wp-block-search {
    max-width: 600px
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    border-width: 0
}

.list-posts article .short-content>.wp-caption:first-child>a:first-child>img:first-child {
    margin-top: 5px
}

.post-password-form label {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 0
}

.post-password-form label input {
    margin-bottom: 0;
    min-width: 300px
}

.short-content form p:last-child {
    margin-bottom: 5px
}

.entry-content>.content-wrapper>blockquote:first-child,
.entry-content>.content-wrapper>.wp-block-group.has-background:first-child {
    margin-top: 5px
}

body.page article.page+.comments-area {
    margin-top: 60px;
    padding-top: 61px;
    border-width: 1px 0 0;
    border-style: solid;
    min-height: 190px
}

body.page .page-container #primary>article.page>p:first-child {
    margin-top: -5px
}

.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    width: auto !important;
    margin: 3px 0 0
}

.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button {
    line-height: 1.25
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    font-size: 90%
}

.button-text:not(.ts-banner):not(.elementor-widget-button):after,
.elementor-widget-button.button-text .elementor-button:after,
.woocommerce .woocommerce-error .button:after,
.woocommerce .woocommerce-info .button:after,
.woocommerce .woocommerce-message .button:after,
.woocommerce-page .woocommerce-error .button:after,
.woocommerce-page .woocommerce-info .button:after,
.woocommerce-page .woocommerce-message .button:after {
    content: '';
    width: 100%;
    height: 1px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: inherit;
    transition: transform 350ms ease;
    transform-origin: left center;
    display: block
}

.woocommerce .woocommerce-error .button:after,
.woocommerce .woocommerce-info .button:after,
.woocommerce .woocommerce-message .button:after,
.woocommerce-page .woocommerce-error .button:after,
.woocommerce-page .woocommerce-info .button:after,
.woocommerce-page .woocommerce-message .button:after {
    margin-top: -2px
}

.ts-banner:hover .button-text:after,
.button-text:not(.ts-banner):not(.elementor-widget-button):hover:after,
.elementor-widget-button.button-text .elementor-button:hover:after,
.woocommerce .woocommerce-error .button:hover:after,
.woocommerce .woocommerce-info .button:hover:after,
.woocommerce .woocommerce-message .button:hover:after,
.woocommerce-page .woocommerce-error .button:hover:after,
.woocommerce-page .woocommerce-info .button:hover:after,
.woocommerce-page .woocommerce-message .button:hover:after {
    transform: scaleX(0)
}

.heading-wrapper,
.heading-shortcode,
.theme-title,
.woocommerce .cross-sells>h2,
.woocommerce .up-sells>h2,
.woocommerce .related>h2,
.woocommerce.related>h2,
.yith-wfbt-section>h3,
.ts-shortcode .shortcode-heading-wrapper,
.elementor-widget-wrap>.elementor-widget-heading {
    margin: 0 0 30px 0
}

.theme-title .heading-title,
.comments-title .heading-title,
.add-comment,
#commentform .form-submit,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title {
    text-align: center;
    margin-bottom: 0
}

article.single-post .entry-format {
    position: relative;
    overflow: hidden
}

.entry-content>.content-wrapper>*:last-child {
    margin-bottom: 0 !important
}

.entry-content>.content-wrapper>blockquote:last-child,
.entry-content>.content-wrapper>.wp-block-cover:last-child {
    margin-bottom: 5px !important
}

article.single-post .entry-format .ts-video,
article.single-post .entry-format .ts-audio {
    overflow: hidden
}

.single-post div.gallery:after {
    clear: both
}

.single-post div.gallery {
    margin: 0
}

.single-post div.gallery .gallery-caption {
    margin: 10px 0 0 0;
    padding: 0
}

.single-post div.gallery .gallery-item {
    float: left;
    margin: 0 0 10px 0;
    padding: 10px
}

.single-post .gallery-columns-2 .gallery-item {
    width: 50%
}

.single-post .gallery-columns-3 .gallery-item {
    width: 33.33333%
}

.single-post .gallery-columns-4 .gallery-item {
    width: 25%
}

.single-post .gallery-columns-5 .gallery-item {
    width: 20%
}

.single-post .gallery-columns-6 .gallery-item {
    width: 16.66666%
}

.single-post .gallery-columns-7 .gallery-item {
    width: 14.28%
}

.single-post .gallery-columns-8 .gallery-item {
    width: 12.5%
}

article.single-post .entry-meta-top {
    margin-bottom: 15px
}

article.single-post .entry-meta-middle {
    margin-bottom: 8px
}

article.single-post .entry-header {
    margin-bottom: 10px
}

article.single-post .entry-title {
    margin-bottom: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

article.single-post>.entry-content {
    border-width: 0 0 1px;
    border-style: solid
}

article.single-post>.entry-content:last-child {
    border-width: 0
}

.entry-meta-middle>*,
.entry-meta-bottom>* {
    padding: 2px 0
}

article.single-post>.entry-content .elementor-text-editor>*:last-child {
    margin-bottom: 0
}

article.single-post.no-featured-image .entry-format {
    margin-top: 17px
}

article.single-post.no-featured-image .entry-header {
    margin-bottom: 4px
}

article.single-post.no-featured-image .entry-meta-top {
    margin-bottom: 5px
}

article.single-post.no-featured-image .entry-header-meta>.entry-header-meta-content:first-child>.entry-header h3 {
    margin-top: -14px
}

body article.single-portfolio .entry-content>.entry-title,
body article.single.style-2 .entry-header .entry-title,
body article.single .entry-header .entry-title {
    line-height: 1.3
}

.tagcloud,
.wp-block-tag-cloud {
    display: block;
    overflow: hidden
}

.tagcloud,
.wp-block-tag-cloud,
.tags-link {
    margin: 0 -1px
}

.tags-link a,
.cats-link a,
.brands-link a,
.wp-block-tag-cloud a,
.tagcloud a {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.cats-link a:hover,
.brands-link a:hover {
    text-decoration: underline
}

.portfolio-info .cat-links:after,
.tagcloud:after,
.wp-block-tag-cloud:after,
.tags-link:after {
    content: '';
    clear: both;
    display: table
}

.portfolio-info .cat-links a {
    color: inherit
}

.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like,
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a {
    min-width: 60px;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px !important;
    line-height: 14px !important;
    margin: 0 1px 2px;
    border-width: 1px;
    border-style: solid;
    float: left
}

.portfolio-info .portfolio-like:hover {
    cursor: pointer
}

.wp-block-tag-cloud a,
.tagcloud a {
    font-size: 100% !important;
    line-height: 1.5 !important
}

.single-portfolio .portfolio-info.like-button {
    margin-bottom: 32px
}

.ts-portfolio-wrapper .item-wrapper a.like {
    font-size: 0 !important;
    line-height: 0 !important;
    min-width: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%
}

.ts-portfolio-wrapper .item-wrapper a.like:before {
    font-size: 14px !important;
    line-height: 35px !important
}

.portfolio-info .cat-links a:hover,
.portfolio-meta .author a:hover,
.ts-portfolio-wrapper .item-wrapper a.like:hover,
.tags-link a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    text-decoration: none !important
}

.entry-meta-middle,
.entry-meta-bottom {
    line-height: 14px;
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.text-center .entry-meta-middle,
.text-center .entry-meta-bottom {
    justify-content: center
}

.text-right .entry-meta-middle,
.text-right .entry-meta-bottom {
    justify-content: flex-end
}

.entry-meta-bottom>.cats-link {
    display: inline
}

.entry-meta-middle>span:not(:last-child),
.entry-meta-bottom>span:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px;
    position: relative
}

.portfolio-meta .entry-meta-middle>span:not(:last-child),
.portfolio-meta .entry-meta-bottom>span:not(:last-child) {
    padding-right: 16px;
    margin-right: 8px
}

.entry-meta-middle>span:not(:last-child):before,
.entry-meta-bottom>span:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 1px;
    background: #e5e5e5;
    top: 50%
}

.entry-meta-middle>span a,
.entry-meta-bottom>span a {
    display: inline-block
}

.entry-meta-middle .author>*,
.entry-meta-bottom .author>* {
    display: inline-block;
    vertical-align: middle
}

.entry-meta-middle .author>img,
.entry-meta-bottom .author>img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.portfolio-meta .entry-meta-middle .author>img,
.portfolio-meta .entry-meta-bottom .author>img {
    margin-right: 10px
}

.columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-middle .author>img,
.columns-0 .list-posts article:not(:nth-child(1)):not(:nth-child(2)) .entry-meta-bottom .author>img,
.columns-3 .list-posts article .entry-meta-middle .author>img,
.columns-3 .list-posts article .entry-meta-bottom .author>img {
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.ts-blogs .entry-content .button-readmore {
    min-width: 0
}

article.single-post .meta-bottom-2 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px 55px;
    text-align: center
}

article.single-post .meta-bottom-2>* {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px
}

article.single-post .meta-bottom-2>.social-sharing {
    order: 1;
    border-width: 0 1px;
    border-style: solid
}

article.single-post .meta-bottom-2>.next {
    order: 2
}

body #st-el-4 .st-btns {
    overflow: auto
}

body #st-1.st-has-labels .st-btn {
    min-width: 70px
}

body #st-1 .st-btn>span {
    min-width: 30px;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    position: relative
}

body #st-1 .st-btn>span:before {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    content: "";
    width: 1px;
    background: rgba(0, 0, 0, 0.1)
}

body #st-1 .st-btn:hover {
    top: 0;
    opacity: 0.8
}

.single .meta-bottom-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.meta-bottom-2 .single-navigation>a {
    color: inherit;
    display: inline-block;
    position: relative;
    line-height: 16px
}

.single-navigation>a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    transition: 300ms ease;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

article.single-post .meta-bottom-2>.prev {
    text-align: start
}

article.single-post .meta-bottom-2>.next {
    text-align: end
}

article.single-post .meta-bottom-2>.prev>a {
    padding-left: 20px
}

article.single-post .meta-bottom-2>.next>a {
    padding-right: 20px
}

.single-navigation.next>a:before {
    right: 0;
    left: auto
}

.entry-author {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 30px;
    clear: both;
    border-width: 5px 0 0;
    border-style: solid;
    background: rgba(150, 150, 150, 0.1)
}

.entry-author>* {
    display: table-cell;
    vertical-align: middle
}

.entry-author .author-avatar {
    width: 150px;
    overflow: hidden;
    vertical-align: top;
    padding-right: 30px
}

.entry-author .author-avatar img {
    width: 100%;
    border-width: 3px;
    border-style: solid;
    border-radius: 100%
}

.entry-author .author-info .author {
    margin-right: 10px;
    display: inline-block
}

.entry-author .author-info p {
    margin: 10px 0 0 0
}

.entry-author .author a:hover {
    text-decoration: none
}

.comments-area {
    display: flex;
    flex-flow: column wrap
}

.comments-area>* {
    max-width: 100%
}

body.page article.page+.comments-area>#comment-wrapper {
    margin-bottom: 66px
}

.comments-area .comments-title,
body.page article.page+.comments-area>.commentlist+#comment-wrapper,
.single-post .comments-area>#comment-wrapper,
.single-post .comments-area>#comment-wrapper:last-child {
    margin-bottom: 40px
}

.comments-area .comments-title .heading-title {
    margin-bottom: 20px
}

.comments-area .add-comment {
    line-height: 16px
}

.comments-area .add-comment>a {
    text-decoration: underline
}

.comments-area .add-comment>span+a {
    margin-left: 15px
}

.logged-in-as a {
    color: inherit;
    text-decoration: underline
}

.logged-in-as a:hover {
    color: inherit;
    text-decoration: none
}

.comments-area .commentlist,
.comments-area .navigation,
.woocommerce-tabs #reviews #comments {
    order: 1
}

.comments-area .navigation {
    text-align: center;
    margin: -5px -5px 0;
    padding: 30px 0 0
}

.comments-area .commentlist+.navigation {
    border-width: 1px 0 0;
    border-style: solid;
    margin-bottom: 30px
}

.comments-area .navigation a {
    color: inherit;
    text-decoration: underline
}

.comments-area .navigation a:hover {
    text-decoration: none
}

.comments-area .navigation>* {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.comments-area .navigation .nav-previous:not(:empty)+.nav-next:not(:empty) {
    padding-left: 18px;
    position: relative
}

.comments-area .navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0
}

#comment-wrapper {
    display: none;
    margin-bottom: 40px
}

.comments-area>#comment-wrapper:last-child {
    margin-bottom: 0
}

#comment-wrapper .heading-wrapper,
.woocommerce #reviews #comments h2 {
    margin-bottom: 15px
}

#comment-wrapper .heading-title {
    margin-bottom: 0
}

#comment-wrapper .heading-title small {
    margin-left: 10px
}

#commentform .info-wrapper {
    margin: 0 -15px
}

#commentform .info-wrapper>p {
    width: 50%;
    float: left;
    padding: 0 15px
}

.commentlist li.comment #commentform p {
    margin-bottom: 20px
}

#commentform .info-wrapper input {
    margin-bottom: 0
}

#comment-wrapper #commentform #comment,
.woocommerce #reviews #comment {
    height: 150px
}

.load-more.button,
.woocommerce #review_form #respond .form-submit input,
#commentform .form-submit .button {
    min-width: 200px
}

#commentform .form-submit .button {
    margin-top: 4px
}

.comments-area .commentlist {
    margin: 0
}

.comments-area:not(:last-child) .commentlist {
    margin-bottom: 35px
}

.commentlist li.comment,
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    border-width: 0 0 1px;
    border-style: solid
}

.woocommerce #reviews #comments ol.commentlist li:last-child {
    border-bottom-width: 0
}

.woocommerce #reviews #comments ol.commentlist li:last-child .comment-text {
    padding-bottom: 0
}

.commentlist>li.comment:last-child {
    border-bottom-width: 0
}

.commentlist>li.comment:last-child .comment-detail,
.commentlist>li.comment:last-child .comment-wrapper div.avatar {
    padding-bottom: 0
}

.commentlist>li.comment:last-child>#comment-wrapper {
    margin-top: 30px;
    margin-bottom: 0
}

.commentlist li.comment:first-child,
.woocommerce #reviews #comments ol.commentlist li:first-child {
    border-top-width: 1px
}

.commentlist li.comment .comment-detail,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 30px 0;
    position: relative
}

.commentlist li.comment .comment-detail:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    content: '';
    clear: both;
    display: table
}

.commentlist li.comment .comment-wrapper div.avatar {
    width: 60px;
    margin-right: 20px;
    padding: 30px 0
}

.commentlist li.comment .comment-wrapper,
.commentlist li.comment .comment-detail {
    display: flex;
    flex-flow: row wrap
}

.commentlist li.comment .comment-detail {
    flex: 1
}

.commentlist li.comment .comment-wrapper .avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.commentlist li.comment .comment-meta {
    margin-top: 4px;
    padding-right: 40px
}

.commentlist li.comment .avatar+.comment-meta {
    margin-top: 12px
}

.commentlist li.comment .comment-awaiting-moderation+.comment-meta {
    margin-top: 0
}

.commentlist li.comment .comment-detail .comment-awaiting-moderation {
    width: 100%;
    font-size: 90%;
    padding: 2px 10px;
    background: #FFF6EC;
    border-radius: 2px;
    margin-bottom: 10px
}

.commentlist li.comment .comment-meta .author {
    margin-bottom: 2px
}

.commentlist li.comment .comment-meta,
.commentlist li.comment .comment-actions {
    line-height: 18px
}

.commentlist li.comment .comment-actions {
    position: absolute;
    top: 5px;
    right: 0
}

.commentlist .comment-actions .edit+.reply {
    margin-left: 15px
}

.commentlist .comment-actions .reply:empty {
    margin-left: 0 !important
}

.commentlist .comment-detail .comment-meta,
.commentlist .comment-detail .comment-text {
    width: 16%;
    float: left
}

.commentlist .comment-detail .comment-text {
    width: 84%;
    padding-right: 12%
}

.commentlist li strong {
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: baseline
}

.woocommerce #reviews #comments .commentlist li .description strong {
    vertical-align: -2px
}

.commentlist li p {
    margin-bottom: 15px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin-bottom: 10px
}

.commentlist li p:last-child {
    margin-bottom: 0
}

.comment-meta span {
    display: block
}

#main-content.ts-col-18 .comment-meta .author+.date-time,
#main-content.ts-col-12 .comment-meta .author+.date-time {
    margin-left: 0
}

.commentlist li #comment-wrapper {
    padding-left: 18%;
    display: block !important
}

.commentlist li #comment-wrapper .heading-wrapper,
.commentlist li #comment-wrapper p.logged-in-as {
    margin-bottom: 10px
}

.commentlist .children li:last-child {
    border-bottom-width: 0
}

#cancel-comment-reply-link {
    font-weight: normal
}

.related-portfolios .item,
.ts-shortcode .items .item {
    padding-left: 1px;
    padding-right: 1px
}

.related-portfolios .items,
.ts-shortcode .items {
    margin-left: -1px;
    margin-right: -1px
}

article.single-post .single-related-wrapper {
    padding: 55px 50px 60px;
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}

article.single-post .single-related-wrapper>*:not(:last-child) {
    margin-bottom: 56px
}

body.single-ts_portfolio #main>.page-container {
    padding-top: 0
}

.single-portfolio .entry-format {
    overflow: hidden;
    margin-bottom: 40px
}

.single-portfolio .thumbnail {
    display: block;
    overflow: hidden
}

.single-portfolio.gallery .thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.single-portfolio .entry-main .date-time {
    margin-bottom: 0
}

.single-portfolio .portfolio-content,
.single-portfolio .meta-content {
    margin-top: 32px
}

body.single .single-portfolio .entry-format .thumbnail img {
    margin-bottom: 2px
}

body article.single-portfolio .entry-content>.entry-title {
    line-height: 1.3;
    margin-bottom: 30px;
    clear: both
}

.single-portfolio .date-time {
    display: block;
    line-height: 18px
}

.portfolio-info .portfolio-like {
    margin: 0
}

.portfolio-like .ic-like:hover {
    cursor: pointer
}

.portfolio-like .ic-like:before,
.ts-portfolio-wrapper .item-wrapper a.like:before {
    font-size: 80%
}

.ts-portfolio-wrapper .item-wrapper a.like:before {
    margin-right: 2px
}

.single-portfolio .meta-content .portfolio-info:not(:last-child) {
    margin-bottom: 5px
}

.single-portfolio .meta-content .portfolio-info>span:first-child {
    min-width: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.single-portfolio .meta-content .portfolio-info .custom-field {
    display: inline-block
}

.single-portfolio .meta-content .portfolio-info .custom-field p {
    margin-bottom: 0
}

.single-portfolio .portfolio-info .ts-social-sharing {
    display: inline-block;
    vertical-align: middle
}

.single-portfolio .portfolio-info .ts-social-sharing ul li {
    font-size: 14px
}

.single-portfolio .meta-content a {
    color: inherit
}

.single-portfolio.left-thumbnail .entry-main>.entry-format {
    width: 66%;
    float: left;
    margin-bottom: 0
}

.single-portfolio.left-thumbnail .entry-main>.entry-format+.entry-content {
    width: 34%;
    float: right;
    padding-left: 40px;
    margin-bottom: 0
}

.single-portfolio.left-thumbnail .portfolio-info.categories {
    max-width: 80%
}

.single-portfolio .related-portfolios {
    border-width: 1px 0 0;
    border-style: solid
}

.related-portfolios .shortcode-title {
    text-align: center
}

body div#main {
    min-height: 0
}

body.error404 .not-found {
    text-align: center;
    margin-top: 0;
    margin-bottom: 66px
}

body.error404 .not-found h1 {
    font-size: 120px;
    line-height: 1.2;
    margin-bottom: 10px
}

body.error404 .not-found h5 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 10px
}

body.error404 .not-found p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px
}

@media only screen and (min-width: 481px) {
    body.error404 .not-found {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (min-width: 768px) {
    .widget-title-wrapper a.block-control {
        display: none
    }

    .elementor-section.section-half-full-right {
        width: calc(50vw + 50%);
        margin-right: calc(50vw - 50%)
    }

    .elementor-section.section-half-full-left {
        width: calc(50vw + 50%);
        margin-left: calc(-50vw + 50%)
    }

    .elementor-section .elementor-section.elementor-inner-section.section-half-full-right {
        width: 100vw;
        margin-right: calc(-50vw + 50%)
    }

    .elementor-section.elementor-section-boxed.section-half-full-left>.elementor-container,
    .elementor-section.elementor-section-boxed.section-half-full-right>.elementor-container {
        max-width: 100%
    }

    .align-right .ts-language-switcher .wpml-ls-sub-menu,
    .align-right .ts-currency-switcher ul,
    .align-right .ts-language-switcher.dropdown-up .wpml-ls-sub-menu,
    .align-right .ts-currency-switcher.dropdown-up ul {
        right: 0;
        left: auto;
        margin: 0
    }

    #ts-mobile-button-bottom {
        display: none;
        height: 0
    }

    #reviews div.iv-comment-images,
    #reviews div.iv-comment-videos {
        width: 100%;
        padding-left: calc(25% + 118px)
    }

    .woocommerce div.product>#reviews:last-child {
        border-bottom-width: 0
    }

    .woocommerce div.product>#reviews nav.woocommerce-pagination {
        border-width: 0;
        padding-bottom: 0
    }

    .elementor-col-16 .left-top .box-content {
        left: 20px
    }

    .elementor-col-16 .left-bottom .box-content {
        left: 20px
    }

    .elementor-col-16 .left-center .box-content {
        left: 20px
    }

    .elementor-col-16 .right-top .box-content {
        right: 20px
    }

    .elementor-col-16 .right-bottom .box-content {
        right: 20px
    }

    .elementor-col-16 .right-center .box-content {
        right: 20px
    }

    .elementor-col-16 .center-top .box-content {
        left: 20px;
        right: 20px
    }

    .elementor-col-16 .center-bottom .box-content {
        left: 20px;
        right: 20px
    }

    .elementor-col-16 .center-center .box-content {
        left: 20px;
        right: 20px
    }
}

@media only screen and (min-width: 991px) {
    .ts-product-in-category-tab-wrapper.style-tabs-vertical.ts-slider.rows-1 .column-products .products:not(.owl-carousel) {
        flex-wrap: nowrap !important;
        overflow: hidden
    }

    .ts-product-in-category-tab-wrapper.style-tabs-vertical.ts-slider.rows-1 .column-products .products:not(.owl-carousel) .product {
        flex: none
    }

    .ts-product-in-category-tab-wrapper.style-tabs-vertical.ts-slider.rows-1 .column-tabs .list-categories {
        min-height: 310px
    }

    .ts-product-in-category-tab-wrapper.style-tabs-vertical .column-products.loading,
    .ts-product-in-category-tab-wrapper.style-tabs-vertical .column-products.loading .product {
        height: 100%
    }

    #reviews div.iv-comment-images,
    #reviews div.iv-comment-videos {
        padding-left: calc(20% + 118px)
    }
}

@media only screen and (min-width: 1279px) {
    .ts-product-in-category-tab-wrapper.style-tabs-vertical.ts-slider.rows-1 .column-tabs .list-categories {
        min-height: 274px
    }

    .woocommerce div.product.product-style-3 .product-images-summary {
        flex: 1
    }

    #reviews div.iv-comment-images,
    #reviews div.iv-comment-videos {
        padding-left: calc(15% + 152px)
    }

    .product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta {
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        transform: translateY(100%);
        padding: 0 15px 15px;
        margin: 0;
        box-shadow: 0px 3px 3px rgba(106, 106, 106, 0.1);
        z-index: 8
    }

    .product-hover-vertical-style-2 rs-layer .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta,
    .product-hover-vertical-style-2 .style-list .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta,
    .product-hover-vertical-style-2 .style-column-list .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta {
        transform: none;
        padding: 0;
        left: auto;
        bottom: auto;
        box-shadow: none;
        background: transparent
    }

    .product-hover-vertical-style-2 rs-layer .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta,
    .product-hover-vertical-style-2 .style-column-list .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta {
        position: static
    }

    #ts-filter-widget-area .ts-sidebar-content {
        left: 0;
        right: auto;
        bottom: auto;
        top: calc(100% + 30px);
        width: 200px;
        height: auto;
        overflow: visible;
        position: absolute;
        box-shadow: none;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transform: translate(-100%, 0);
        z-index: 3;
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: transparent
    }

    #ts-filter-widget-area .overlay,
    #ts-filter-widget-area .close,
    .style-filter-top .filter-widget-area-button,
    .ts_desktop .show-filter-default .filter-widget-area-button {
        display: none
    }

    #main-content:not(.show-filter-default).show-filter-sidebar #ts-filter-widget-area .ts-sidebar-content,
    .ts_desktop .show-filter-default #ts-filter-widget-area .ts-sidebar-content {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0)
    }

    .style-filter-top .before-loop-wrapper #ts-filter-widget-area {
        padding-right: 40px
    }

    .style-filter-top .ts-product-categories-widget-wrapper ul.product-categories ul,
    .style-filter-top .widget_product_categories ul.product-categories ul {
        clear: none;
        margin: 0;
        padding: 0;
        display: inline-block !important;
        white-space: nowrap
    }

    .style-filter-top .ts-product-categories-widget-wrapper ul.product-categories li.cat-parent>span.icon-toggle,
    .style-filter-top .widget_product_categories ul.product-categories li.cat-parent>span.icon-toggle {
        display: none
    }

    .style-filter-top .ts-product-categories-widget-wrapper ul.product-categories ul>li:first-child,
    .style-filter-top .widget_product_categories ul.product-categories ul>li:first-child {
        margin-left: 5px !important
    }

    .style-filter-top .product-filter-by-color ul {
        overflow: visible
    }

    .style-filter-top .product-filter-by-brand ul li label,
    .style-filter-top .product-filter-by-availability ul li label,
    .style-filter-top .product-filter-by-color ul li a {
        padding: 4px 10px;
        line-height: 16px;
        border-color: transparent !important;
        box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1);
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        text-decoration: none;
        transition: 150ms ease;
        cursor: pointer
    }

    .style-filter-top .product-filter-by-color ul li a>span,
    .style-filter-top .product-filter-by-color ul li a>img {
        box-shadow: 0px 1px 4px rgba(106, 106, 106, 0.1)
    }

    .style-filter-top .product-filter-by-brand ul li label:before,
    .style-filter-top .product-filter-by-brand ul li label:after,
    .style-filter-top .product-filter-by-availability ul li label:before,
    .style-filter-top .product-filter-by-availability ul li label:after,
    .style-filter-top .product-filter-by-color ul li a:before,
    .style-filter-top .product-filter-by-color ul li a:after {
        display: none
    }

    #ts-filter-widget-area .ts-sidebar-content .filter-widget-area {
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce.archive #main-content {
        position: relative;
        transition: min-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    .woocommerce.archive #main-content #primary>*:not(.before-loop-wrapper) {
        transition: padding-left 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

    .woocommerce.archive #main-content.show-filter-sidebar #primary>*:not(.before-loop-wrapper):not(.ts-active-filters),
    .woocommerce.archive.ts_desktop #main-content.show-filter-default:not(.style-filter-top) #primary>*:not(.before-loop-wrapper):not(.ts-active-filters) {
        padding-left: 240px
    }

    .woocommerce.archive #main-content #primary>.ts-active-filters:not(:empty) {
        margin-bottom: 30px;
        padding-bottom: 28px;
        border-width: 0 0 1px;
        border-style: solid
    }

    .ts-mask {
        clip-path: ellipse(100% 100% at 50% 0)
    }

    .elementor-widget.large .search-table .search-field input[type="text"],
    .elementor-widget.large .woocommerce-product-search .search-field {
        padding-top: 18px;
        padding-bottom: 18px
    }

    .elementor-widget.large.style-2 .search-table .search-field input[type="text"],
    .elementor-widget.large.style-2 .woocommerce-product-search .search-field {
        padding-top: 17px;
        padding-bottom: 17px
    }

    .elementor-widget.large .search-table .search-button input[type^="submit"],
    .elementor-widget.large .woocommerce-product-search button[type="submit"] {
        font-size: 18px;
        padding-top: 17px;
        padding-bottom: 17px
    }

    #main-content:not(.ts-col-24) div.product:not(.show-tabs-content-default):not(.frequently-bought-together-vertical) .woocommerce.yith-wfbt-section .yith-wfbt-form,
    body:not(.layout-fullwidth):not(.main-content-fullwidth) #main-content.ts-col-24 div.product:not(.show-tabs-content-default):not(.frequently-bought-together-vertical) .woocommerce.yith-wfbt-section .yith-wfbt-form {
        grid-template-columns: 55% 1fr;
        grid-column-gap: 133px
    }

    #main-content:not(.ts-col-24) div.product:not(.show-tabs-content-default):not(.frequently-bought-together-vertical) .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images:after body:not(.layout-fullwidth):not(.main-content-fullwidth) #main-content.ts-col-24 div.product:not(.show-tabs-content-default):not(.frequently-bought-together-vertical) .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images:after {
        right: -60px
    }

    .header-v3 header .logo-wrapper {
        padding: 0 80px 0 0
    }

    .woocommerce.archive.search-no-results #main>.page-container:not(.show_breadcrumb_v3) .before-loop-wrapper,
    .woocommerce.archive.search-no-results #main>.page-container:not(.show_breadcrumb_v3) .ts-active-filters:not(:empty)+.before-loop-wrapper,
    .woocommerce.archive.search-results #main>.page-container:not(.show_breadcrumb_v3) .before-loop-wrapper,
    .woocommerce.archive.search-results #main>.page-container:not(.show_breadcrumb_v3) .ts-active-filters:not(:empty)+.before-loop-wrapper {
        margin-top: 0
    }

    .woocommerce.archive.search-no-results #main>.page-container:not(.show_breadcrumb_v3) #main-content.ts-col-24 .before-loop-wrapper,
    .woocommerce.archive.search-results #main>.page-container:not(.show_breadcrumb_v3) #main-content.ts-col-24 .before-loop-wrapper {
        margin-left: 0;
        max-width: 100%
    }

    .woocommerce.archive.search-no-results .breadcrumb-title-wrapper:not(.breadcrumb-v3) .breadcrumb-title .page-title,
    .woocommerce.archive.search-results .breadcrumb-title-wrapper:not(.breadcrumb-v3) .breadcrumb-title .page-title {
        max-width: 100%;
        padding-right: 0
    }

    .woocommerce.archive.search-no-results #ts-filter-widget-area .ts-sidebar-content,
    .woocommerce.archive.search-results #ts-filter-widget-area .ts-sidebar-content {
        top: 40px
    }

    .woocommerce .product .thumbnail-wrapper figure img:first-child {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition: opacity 600ms ease 0s
    }

    .woocommerce .product figure.has-back-image img:last-child {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        transition: opacity 600ms ease 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        opacity: 0
    }

    .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child {
        opacity: 1
    }

    .woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child {
        opacity: 0
    }

    .product-hover-vertical-style-2 .cross-sells .products .owl-stage-outer,
    .product-hover-vertical-style-2 .up-sells .products .owl-stage-outer,
    .product-hover-vertical-style-2 .related .products .owl-stage-outer,
    .product-hover-vertical-style-2 .ts-product.ts-slider:not(.style-list) .products .owl-stage-outer {
        padding-bottom: 49px;
        margin-bottom: -49px
    }

    .ts-product-in-category-tab-wrapper.style-tabs-vertical:not(.style-tabs-vertical-banner).ts-slider .column-content .owl-stage-outer {
        height: calc(100% + 49px)
    }

    .custom-spacing .ts-mailchimp-subscription-shortcode .widget-container .widget-title {
        margin-bottom: 30px !important
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .product-top-section {
        display: grid;
        grid-template-columns: 68% auto;
        grid-column-gap: 30px;
        grid-template-rows: max-content;
        align-items: flex-start
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .product-images-summary {
        grid-row-start: 1;
        -ms-grid-row-span: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section {
        padding: 20px;
        margin: 0 0 20px auto;
        border-radius: 2px;
        overflow: hidden;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .ts-delivery-note {
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .ads-banner {
        grid-row-start: 4;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) div.woocommerce-product-gallery {
        width: 54%
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .product-images-summary div.summary {
        width: 46%
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section:before {
        width: 100%;
        left: 0
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form {
        display: flex;
        flex-flow: column wrap
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        width: 100%;
        float: none;
        margin: 0
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
        margin-top: 2px
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        order: 1
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tbody {
        display: block;
        width: 100%;
        height: auto;
        overflow-x: auto
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tr {
        display: flex
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td:not(.image_plus) {
        min-width: 33.33333%
    }

    .woocommerce div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews>.woocommerce-product-rating .star-rating span:before,
    .woocommerce div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews>.woocommerce-product-rating .star-rating:before {
        font-size: 22px
    }

    .woocommerce div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews>.woocommerce-product-rating {
        line-height: 28px
    }

    .woocommerce div.product:not(.show-tabs-content-default):not(.tabs-in-summary) #reviews>.woocommerce-product-rating .star-rating {
        width: 122px;
        height: 24px
    }

    .single-post .entry-format>.entry-header-meta {
        max-width: 62%;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 9
    }

    article.single-post .entry-format .thumbnail img {
        margin-bottom: 0
    }

    article.single-post .entry-meta-top {
        margin-bottom: 0
    }

    article.single-post .entry-meta-middle {
        margin-bottom: 12px
    }

    article.single-post .entry-header {
        margin-bottom: 14px
    }

    .single-post .entry-format>.entry-header-meta .entry-header-meta-content {
        padding: 30px
    }

    .single-post.no-featured-image .entry-format>.entry-header-meta .entry-header-meta-content {
        border-radius: 0
    }

    .single-post.no-featured-image .entry-format>.entry-header-meta {
        max-width: 100%;
        position: static
    }

    .single-post.no-featured-image .entry-format>.entry-header-meta .entry-header-meta-content {
        padding: 0
    }

    .single-post #main-content.ts-col-24 .single-post:not(.no-featured-image) .entry-content>.content-wrapper {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto
    }

    .single-post #main-content.ts-col-24 .single-post:not(.no-featured-image) .alignfull>.elementor-container {
        max-width: 100%
    }

    .ts-sidebar .widget-container.mailchimp-subscription .widget-title-wrapper {
        margin-top: 4px
    }

    body.error404 .not-found {
        max-width: 680px
    }

    .elementor-section.elementor-section-stretched.partial-left,
    .elementor-section.elementor-section-stretched.partial-right,
    .elementor-section.elementor-section-stretched.partial-full {
        width: 100vw !important
    }

    .elementor-section.partial-full>.elementor-container>.elementor-row,
    .ts-product.ts-slider.partial-view.partial-full .column-content {
        margin-left: calc(-50vw + 50% - 27px) !important;
        margin-right: calc(-50vw + 50% - 27px) !important
    }

    .elementor-section.partial-right>.elementor-container>.elementor-row,
    .ts-product.ts-slider.partial-view.partial-right .column-content {
        margin-right: calc(-50vw + 50% - 27px) !important
    }

    .elementor-section.partial-left>.elementor-container>.elementor-row,
    .ts-product.ts-slider.partial-view.partial-left .column-content {
        margin-left: calc(-50vw + 50% - 27px) !important
    }

    .elementor-section.elementor-section-stretched.partial-full.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section-stretched.partial-full.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .elementor-section.elementor-section-stretched.partial-full.elementor-section-boxed>.elementor-container {
        padding-left: 0;
        padding-right: 0
    }

    .elementor-section.elementor-section-stretched.partial-left.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section-stretched.partial-left.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .elementor-section.elementor-section-stretched.partial-left.elementor-section-boxed>.elementor-container {
        padding-left: 0
    }

    .elementor-section.elementor-section-stretched.partial-right.elementor-section-boxed>.elementor-container,
    .main-content-fullwidth .elementor-section-stretched.partial-right.elementor-section-boxed>.elementor-container,
    .layout-fullwidth .elementor-section.elementor-section-stretched.partial-right.elementor-section-boxed>.elementor-container {
        padding-right: 0
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav,
    .ts-product.ts-slider.partial-view.partial-right .owl-nav {
        position: absolute;
        top: 30%;
        left: -40px;
        width: 40px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav {
        left: auto;
        right: -40px
    }

    .ts-product.ts-slider.partial-view.partial-left .owl-nav>div,
    .ts-product.ts-slider.partial-view.partial-right .owl-nav>div {
        position: static;
        transform: rotate(90deg)
    }

    .ts-product.ts-slider.partial-view.partial-full .owl-nav>div.owl-prev {
        left: 135px
    }

    .ts-product.ts-slider.partial-view.partial-full .owl-nav>div.owl-next {
        right: 135px
    }

    .ts-product.ts-slider.partial-view.partial-right.loading .column-products:after {
        left: 597px;
        right: auto;
        margin-left: 0;
        margin-right: auto
    }

    .ts-product.ts-slider.partial-view.partial-left.loading .column-products:after {
        right: 597px;
        left: auto;
        margin-left: auto;
        margin-right: 0
    }

    .product-hover-vertical-style-2 .ts-product.style-grid.has-shop-more-button .shop-more {
        position: relative
    }

    .product-hover-vertical-style-2 .ts-product:not(.style-list):hover,
    .product-hover-vertical-style-2 .ts-product.style-grid.has-shop-more-button .shop-more {
        z-index: 6
    }

    .product-hover-vertical-style-2 .ts-product.style-grid.has-shop-more-button .products:hover {
        z-index: 7
    }

    .pagination-wrap ul.pagination>li>a.prev,
    .pagination-wrap ul.pagination>li>a.next,
    .dokan-pagination-container .dokan-pagination li:first-child a,
    .dokan-pagination-container .dokan-pagination li:last-child a,
    .woocommerce nav.woocommerce-pagination ul li a.next,
    .woocommerce nav.woocommerce-pagination ul li a.prev,
    .ts-pagination ul li a.prev,
    .ts-pagination ul li a.next {
        min-width: 135px
    }
}

@media only screen and (min-width: 1500px) {
    .header-middle .header-social-icon {
        margin-left: 0
    }

    .header-middle .container>.ts-search-by-category {
        margin: 0 50px
    }

    .header-middle .container>.ts-search-by-category {
        max-width: 38%
    }

    .header-v2 .header-middle .container>.ts-search-by-category {
        max-width: 33%
    }

    .hidden-wishlist.hidden-currency.hidden-language .header-middle .container>.ts-search-by-category {
        max-width: 75%
    }

    .hidden-cart.hidden-wishlist.hidden-currency.hidden-language .header-middle .container>.ts-search-by-category {
        max-width: 78%
    }

    header .logo-wrapper {
        padding-right: 50px
    }

    .is-sticky .header-middle .container>.icon-menu-sticky-header,
    .header-fullwidth .is-sticky .header-middle .container>.icon-menu-sticky-header,
    .layout-fullwidth .is-sticky .header-middle .container>.icon-menu-sticky-header {
        margin-left: 50px
    }

    body.error404 #primary>article div.not-found .content-404 {
        padding-right: 100px
    }

    .woocommerce-tabs #tab-description .ts-row:not(.ts-feature)>div {
        padding: 0 60px 0 0
    }

    .single-post #left-sidebar.ts-col-6 .mc4wp-form .subscribe-email .button,
    .single-post #right-sidebar.ts-col-6 .mc4wp-form .subscribe-email .button {
        width: 180px;
        padding-left: 10px;
        padding-right: 10px
    }

    .single-post #left-sidebar.ts-col-6 .mc4wp-form .subscribe-email input[type="email"],
    .single-post #right-sidebar.ts-col-6 .mc4wp-form .subscribe-email input[type="email"] {
        width: calc(100% - 200px);
        margin-right: 5px
    }

    .main-content-fullwidth #main-content.ts-col-24 .woocommerce.yith-wfbt-section,
    .layout-fullwidth #main-content.ts-col-24 .woocommerce.yith-wfbt-section {
        padding-left: 12%;
        padding-right: 12%
    }

    .ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch .elementor-section-full_width.elementor-section-stretched .category-style-vertical .products .product-category .product-wrapper {
        padding: 5px 50px !important
    }

    .ts-product.style-tabs-vertical .column-tabs {
        width: 25%
    }

    .ts-product.style-tabs-vertical .column-content {
        width: 75%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs {
        width: 16%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        width: 318px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-content {
        width: calc(84% - 322px)
    }

    .main-content-fullwidth .woocommerce .woocommerce-cart-form,
    .layout-fullwidth .woocommerce .woocommerce-cart-form,
    .main-content-fullwidth .woocommerce>form.checkout #customer_details,
    .layout-fullwidth .woocommerce>form.checkout #customer_details {
        width: calc(75% - 40px)
    }

    .main-content-fullwidth .woocommerce>form.checkout #order_review_heading,
    .layout-fullwidth .woocommerce>form.checkout #order_review_heading,
    .main-content-fullwidth .woocommerce>form.checkout #order_review,
    .layout-fullwidth .woocommerce>form.checkout #order_review,
    .woocommerce-cart.main-content-fullwidth article .woocommerce .cart-collaterals,
    .woocommerce-cart.layout-fullwidth article .woocommerce .cart-collaterals {
        width: 25%
    }

    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        min-width: 300px
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-1):not(.product-style-3):not(.product-style-4) .product-top-section {
        grid-template-columns: 75% auto;
        grid-column-gap: 40px
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery .flex-viewport {
        order: 2;
        flex: 1
    }

    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs {
        width: 73px;
        flex-direction: column;
        margin: 0 15px 0 0
    }

    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs li {
        width: 100%;
        padding: 0;
        margin: 0 0 1px
    }

    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs li:last-child {
        margin-bottom: 0
    }

    body .intro-row .elementor-column-gap-default>.elementor-row {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px
    }

    .intro-row .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
        padding: 24px
    }

    .intro-filter-items .elementor-widget-wrap {
        margin: 0 -24px;
        width: calc(100% + 48px)
    }

    .intro-filter-items .filter-item {
        padding: 0 24px
    }

    #ts-search-sidebar .ts-sidebar-content {
        padding-top: 80px;
        padding-bottom: 86px
    }
}

@media only screen and (min-width: 1700px) {
    .icon-menu-sticky-header {
        margin-right: 35px
    }

    body .ts-popup-modal .product-360-container {
        width: 600px
    }

    #ts-quickshop-modal .popup-container {
        width: 1260px
    }

    .layout-fullwidth .ts-product.ts-slider.partial-view .column-content .owl-dots,
    .main-content-fullwidth .ts-product.ts-slider.partial-view .column-content .owl-dots {
        max-width: 100%
    }

    .woocommerce div.product form.cart .button {
        max-width: 366px
    }

    .woocommerce-tabs #tab-description .ts-row:not(.ts-feature)>div {
        padding: 0 100px 0 0
    }

    .woocommerce div.product.product-style-3 .ts-product-brand-info {
        width: 15%
    }

    .woocommerce div.product.product-style-3 .product-images-summary {
        width: calc(85% - 270px);
        flex-basis: calc(85% - 270px)
    }

    #main-content.ts-col-24 div.product.product-style-4 .product-top-section {
        grid-template-columns: auto 30%
    }
}

@media only screen and (min-width: 1800px) {
    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 420px
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-right: 460px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs {
        width: 17%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        width: 345px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-content {
        width: calc(83% - 349px)
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1700px) {
    body .elementor-element.responsive-padding-right>.elementor-element-populated {
        padding-right: 9% !important
    }

    body footer .elementor-element.md-responsive .elementor-icon-list-items.elementor-inline-items {
        margin-right: calc(-50px/2) !important;
        margin-left: calc(-50px/2) !important
    }

    body footer .elementor-element.md-responsive .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: calc(50px/2) !important;
        margin-left: calc(50px/2) !important
    }

    body:not(.rtl) footer .elementor-element.md-responsive .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        right: calc(-50px/2) !important
    }
}

@media only screen and (max-width: 1400px) {
    .medium-screen-remove-br br {
        display: none
    }

    body.error404 #primary>article div.not-found h1 {
        font-size: 110px
    }

    body.error404 #primary>article div.not-found .ts-col-12 h5 {
        max-width: 90%
    }

    body.error404 #primary>article div.not-found h5 {
        font-size: 30px
    }

    .elementor-button-wrapper .elementor-button {
        min-width: 140px
    }

    .ts-product-brand-info .brand-info-wrapper {
        padding: 18px 40px;
    }

    .ts-product-brand-info .brand-info-wrapper .brand-info {
        padding-left: 20px
    }

    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 130px
    }

    .woocommerce .woocommerce-ordering .orderby ul,
    .product-per-page-form ul.perpage ul {
        width: 130px
    }

    .woocommerce .woocommerce-ordering .orderby li,
    .product-per-page-form ul.perpage li {
        padding: 0 10px
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category) {
        width: 14.2857%
    }

    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-7 .products .product:not(.product-category) {
        width: 16.666666%
    }

    #main-content.ts-col-12 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-6 .products .product:not(.product-category) {
        width: 20%
    }

    .woocommerce.columns-12.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-11.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-10.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-9.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-8.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-7.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-6.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-5.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-4.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-3.style-column-list .products .product:not(.product-category) {
        width: 50%
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 360px
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-right: 400px
    }

    .woocommerce div.product.product-style-1 .summary-column-2 .ts-delivery-note svg {
        margin-right: 8px
    }

    .ts-portfolio-wrapper.columns-4 .item {
        width: 33.33333%
    }

    .intro-main-image.elementor-widget-image img {
        max-width: 94%
    }

    .ts-header-intro .elementor-widget-heading.h1 h2 {
        font-size: 40px
    }

    .has-filters .filter-bar {
        font-size: 18px
    }

    .header-v1.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v1.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v4.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v4.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu {
        left: -30px
    }

    .ts-portfolio-wrapper .portfolio-meta-inner {
        padding: 20px
    }

    .ts-portfolio-wrapper .entry-meta-middle .author>img,
    .ts-portfolio-wrapper .entry-meta-bottom .author>img {
        width: 24px;
        height: 24px
    }

    .ts-header .language-currency {
        margin: 0 20px
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 14.2857%
    }
}

@media only screen and (min-width: 1279px) and (max-width: 1400px) {
    .woocommerce div.product.product-style-3 .product-images-summary {
        padding: 20px
    }

    .woocommerce div.product.product-style-3 div.summary {
        padding: 10px 0 0 20px
    }

    .product-style-3 .ts-product-brand-info .brand-info-wrapper {
        padding: 20px
    }

    .ts-product-brand-info ul.product_list_widget li .subtotal form.cart {
        display: block;
        margin: 0
    }

    .ts-product-brand-info .product_list_widget li form.cart div.quantity {
        float: none;
        width: 100%
    }

    .ts-product-brand-info .product_list_widget li form.cart .button {
        float: none;
        width: 100% !important;
        max-width: 100%;
        min-width: 0 !important;
        margin: 5px 0 0
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-top .box-content {
        left: 20px;
        top: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-bottom .box-content {
        left: 20px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-center .box-content {
        left: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-top .box-content {
        right: 20px;
        top: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-bottom .box-content {
        right: 20px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-center .box-content {
        right: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-top .box-content {
        left: 20px;
        right: 20px;
        top: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-bottom .box-content {
        left: 20px;
        right: 20px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-center .box-content {
        left: 20px;
        right: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-banner .box-content .banner-text strong {
        font-size: 120%
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item {
        width: 33.3333333%
    }

    .medium-screen-visible {
        display: block !important
    }

    .custom-column-width>.elementor-container>.elementor-row>.elementor-col-50:first-child {
        width: 43%
    }

    .custom-column-width>.elementor-container>.elementor-row>.elementor-col-50:last-child {
        width: 57%
    }

    .custom-column-width>.elementor-container>.elementor-row>.elementor-col-50:last-child>.elementor-element-populated>.elementor-widget-wrap {
        padding-right: 40px !important
    }

    .commentlist .comment-detail .comment-text {
        padding-left: 30px
    }
}

@media only screen and (max-width: 1279px) {
    .ipad-remove-br br {
        display: none
    }

    .heading-wrapper,
    .heading-shortcode,
    .theme-title,
    .woocommerce .cross-sells>h2,
    .woocommerce .up-sells>h2,
    .woocommerce .related>h2,
    .woocommerce.related>h2,
    .yith-wfbt-section>h3,
    .ts-shortcode .shortcode-heading-wrapper,
    .elementor-widget-wrap>.elementor-widget-heading {
        margin: 0 0 18px 0
    }

    .product-group-button .button-tooltip {
        display: none
    }

    body .wpcf7 form textarea {
        height: 140px
    }

    .woocommerce div.product .summary .product-brands {
        margin: 0 0 5px
    }

    .woocommerce div.product .summary .entry-title {
        margin: 0 0 8px
    }

    .admin-bar #ts-product-360-modal.ts-popup-modal .close {
        top: 80px
    }

    .search-table .search-button input[type^="submit"],
    .woocommerce-product-search button[type="submit"] {
        min-width: 100px
    }

    .woocommerce-page.woocommerce-account #main>.page-container,
    .woocommerce-page.woocommerce-cart #main>.page-container {
        padding-top: 48px
    }

    .woocommerce-page.woocommerce-wishlist #main>.page-container {
        padding-top: 45px
    }

    .load-more-wrapper,
    .woocommerce .after-loop-wrapper:not(:last-child),
    .woocommerce.archive #main>.page-container,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-checkout #order_review,
    .woocommerce #customer_login,
    .woocommerce>form.checkout #customer_details,
    .woocommerce>form.checkout #order_review,
    .woocommerce .woocommerce-cart-form,
    .woocommerce-cart article .woocommerce .cart-collaterals {
        margin-bottom: 50px
    }

    .ts-sidebar ul.product_list_widget li .ts-wg-thumbnail,
    .ts-sidebar .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
    .ts-sidebar ul.product_list_widget li img,
    .ts-sidebar .woocommerce ul.cart_list li img,
    .ts-sidebar .woocommerce ul.product_list_widget li img {
        width: 60px;
        margin: 0 10px 0 0
    }

    body.woocommerce-wishlist .yith-wcwl-form {
        margin-bottom: 50px !important
    }

    .woocommerce .checkout-login-coupon-wrapper,
    .woocommerce .checkout-login-coupon-wrapper form.login {
        margin-bottom: 28px
    }

    .woocommerce-page.woocommerce-checkout #main>.page-container {
        padding-top: 43px
    }

    .woocommerce .woocommerce-order-details,
    .woocommerce .woocommerce-order-downloads {
        margin-bottom: 45px
    }

    .woocommerce-wishlist form.yith-wcwl-form>.woocommerce-info:not(:empty),
    .woocommerce-wishlist form.yith-wcwl-form>.woocommerce-error:not(:empty),
    .woocommerce-wishlist form.yith-wcwl-form>.woocommerce-message:not(:empty),
    .woocommerce-checkout .woocommerce-notices-wrapper:not(:empty),
    .woocommerce-wishlist .woocommerce-notices-wrapper:not(:empty) {
        margin-top: 5px
    }

    .ts-shop-result-count {
        margin-top: 42px
    }

    .load-more.button,
    .woocommerce #review_form #respond .form-submit input,
    #commentform .form-submit .button {
        min-width: 160px
    }

    .woocommerce nav.woocommerce-pagination {
        padding-top: 50px
    }

    .woocommerce div.product.tabs-after-related-product>section.products+section.products,
    .woocommerce div.product>section.products:last-child {
        padding-bottom: 50px
    }

    .woocommerce div.product>section.products {
        padding-top: 44px
    }

    .woocommerce div.product>section.products+section.products {
        padding-top: 40px
    }

    .woocommerce div.product div.summary {
        margin-bottom: 45px
    }

    .woocommerce div.product.product-style-1 div.summary {
        margin-bottom: 59px
    }

    .ts-delivery-note {
        max-width: 100%;
        margin-bottom: 50px
    }

    .woocommerce.yith-wfbt-section {
        padding: 45px 0 50px
    }

    .woocommerce-tabs {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .woocommerce div.product .ts-instagram-shortcode,
    .woocommerce div.product .ts-mailchimp-subscription-shortcode {
        padding: 41px 0 50px
    }

    .woocommerce div.product.product.product-style-3>section.products {
        padding-top: 44px
    }

    .woocommerce div.product>#reviews {
        padding-top: 45px;
        padding-bottom: 34px
    }

    .woocommerce #reviews>.woocommerce-product-rating {
        margin-bottom: 27px
    }

    #reviews .woocommerce-Reviews-title {
        margin: 0 0 10px
    }

    .woocommerce div.product>.ts-product-in-category-tab-wrapper {
        padding: 0 0 50px
    }

    .woocommerce div.product>.product-top-section+.ts-product-in-category-tab-wrapper {
        padding-top: 50px
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        width: 20%
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
        margin-right: 20px
    }

    article.single-post>.entry-content {
        margin-bottom: 45px;
        padding-bottom: 43px
    }

    article.single-post>.comments-area:not(:last-child) {
        margin-bottom: 42px
    }

    article.single-post .single-related-wrapper {
        padding: 44px 15px 50px
    }

    article.single-post .single-related-wrapper>*:not(:last-child) {
        margin-bottom: 44px
    }

    .comments-area .comments-title,
    body.page article.page+.comments-area>.commentlist+#comment-wrapper,
    .single-post .comments-area>#comment-wrapper,
    .single-post .comments-area>#comment-wrapper:last-child {
        margin-bottom: 35px
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
        padding: 30px 0 27px
    }

    .commentlist .comment-detail .comment-meta {
        width: 22%
    }

    .commentlist .comment-detail .comment-text {
        width: 78%;
        padding-right: 0
    }

    .commentlist li.comment .comment-meta {
        padding-right: 20px
    }

    .woocommerce .product .thumbnail-wrapper .loop-add-to-cart {
        display: none !important
    }

    .visible-ipad {
        display: block !important
    }

    .hidden-ipad {
        display: none !important
    }

    a.button,
    button,
    input[type^="submit"],
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce a.button.disabled,
    .woocommerce a.button:disabled,
    .woocommerce a.button:disabled[disabled],
    .woocommerce button.button.disabled,
    .woocommerce button.button:disabled,
    .woocommerce button.button:disabled[disabled],
    .woocommerce input.button.disabled,
    .woocommerce input.button:disabled,
    .woocommerce input.button:disabled[disabled],
    .woocommerce #respond input#submit,
    .woocommerce #respond input#submit.loading,
    .woocommerce a.button.loading,
    .woocommerce button.button.loading,
    .woocommerce input.button.loading,
    .elementor-button-wrapper .elementor-button,
    .shopping-cart p.buttons a,
    a.wp-block-button__link,
    .wp-block-search .wp-block-search__button,
    .woocommerce .widget_price_filter .price_slider_amount .button,
    .woocommerce-page .widget_price_filter .price_slider_amount .button,
    input[type="submit"].dokan-btn,
    .wishlist_table .product-add-to-cart a,
    a.dokan-btn,
    .dokan-btn,
    #comments .wcpr-filter-button,
    .yith-woocompare-widget a.clear-all,
    .yith-woocompare-widget a.compare,
    .elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
    .elementor-widget-wp-widget-yith-woocompare-widget a.compare,
    #ts-search-sidebar.full-width .ts-search-result-container .view-all-wrapper a {
        padding-left: 20px;
        padding-right: 20px
    }

    #main>.page-container {
        padding-left: 10px;
        padding-right: 10px
    }

    #left-sidebar,
    #right-sidebar {
        padding-left: 15px;
        padding-right: 15px
    }

    #main-content {
        padding: 0 15px
    }

    body.page article.page+.comments-area>#comment-wrapper {
        margin-bottom: 60px
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .ts-header .container,
    footer .container,
    .layout-fullwidth .footer-container .container,
    body>.ts-search-result-container,
    #ts-search-sidebar .ts-sidebar-content,
    .breadcrumb-title-wrapper .breadcrumb-content {
        padding-left: 25px;
        padding-right: 25px
    }

    .single-post>.single-related-wrapper:last-child:after {
        left: 25px;
        right: 25px
    }

    ul.blog-filter-bar {
        margin-bottom: 10px
    }

    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%
    }

    body .elementor-section.elementor-section-boxed.elementor-section-stretched>.elementor-container {
        max-width: calc(100% - 50px)
    }

    .elementor-column-gap-default .elementor-column>.elementor-element-populated>.elementor-widget-wrap {
        padding: 0
    }

    .header-language *:focus {
        outline: 0 !important
    }

    .footer-container .elementor-widget-container>h5,
    .ts-megamenu-container .elementor-widget .elementor-widget-container h5,
    .footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
    .ts-megamenu-container .ts-list-of-product-categories-wrapper h3.heading-title {
        margin-bottom: 10px
    }

    body blockquote {
        font-size: 145%;
        padding: 26px 30px
    }

    .ts-testimonial-wrapper.style-2 .rating:before,
    .ts-testimonial-wrapper.style-2 .rating span:before,
    .woocommerce p.stars a::before {
        font-size: 18px
    }

    .ts-testimonial-wrapper.style-2 .rating {
        width: 104px;
        height: 22px
    }

    .ts-testimonial-wrapper.style-2 blockquote .rating {
        margin: 0 0 15px
    }

    .ts-testimonial-wrapper.style-2 blockquote .author-role {
        margin: 16px 0 0
    }

    .ts-pagination {
        padding-top: 15px
    }

    .header-middle>.container, .header-middle>.container-fluid {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .header-bottom>.container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header-sticky {
        z-index: 995
    }

    .ts-header nav:not(.vertical-menu)>ul.menu li ul.sub-menu:before,
    .ts-header nav:not(.vertical-menu)>ul.menu li ul.sub-menu:after {
        right: -1px;
        left: -1px
    }

    .vertical-menu-wrapper .vertical-menu,
    .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
        padding: 20px 0 0
    }

    .ts-header nav>ul.menu li ul.sub-menu:after,
    .ts-header nav>ul.menu li.ts-megamenu ul.sub-menu:after {
        top: 21px
    }

    .ts-header .vertical-menu-wrapper>.vertical-menu:before {
        top: 19px
    }

    .ts-header nav>ul.menu li ul.sub-menu:before,
    .ts-header nav>ul.menu li.ts-megamenu ul.sub-menu:before {
        top: 20px
    }

    .ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before,
    .ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:after {
        top: 19px
    }

    .ts-header .is-sticky .vertical-menu-wrapper>.vertical-menu:before,
    .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before {
        top: 15px
    }

    .ts-header .is-sticky .vertical-menu-wrapper>.vertical-menu:after,
    .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after {
        top: 16px
    }

    .ts-header nav.vertical-menu>ul.menu>li,
    .ts-header nav.vertical-menu>ul>li {
        display: flex;
        flex-flow: row wrap
    }

    .ts-header nav.vertical-menu>ul.menu>li>a,
    .ts-header nav.vertical-menu>ul>li>a {
        width: auto
    }

    .ts-header nav.vertical-menu>ul.menu>li>.ts-menu-drop-icon,
    .ts-header nav.vertical-menu>ul>li>.ts-menu-drop-icon {
        position: static;
        display: inline-block;
        vertical-align: middle;
        flex: 1
    }

    .header-v2 .ts-header nav>ul.menu li ul.sub-menu:after,
    .header-v2 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:after {
        top: 19px
    }

    .header-v2 .ts-header nav>ul.menu li ul.sub-menu:before,
    .header-v2 .ts-header .is-sticky nav>ul.menu li ul.sub-menu:before {
        top: 18px
    }

    .ts-header nav>ul.menu li.bg-full-height ul.sub-menu:after {
        background-position: 25% 0
    }

    .header-v3 .header-middle>.container {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header-v3 .is-sticky .header-middle>.container {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header-v1.header-fullwidth .vertical-menu-wrapper .vertical-menu,
    .header-v1.layout-fullwidth .vertical-menu-wrapper .vertical-menu {
        left: -25px
    }

    .header-v1.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v1.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v4.header-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu,
    .header-v4.layout-fullwidth .vertical-menu-wrapper:not(.normal-menu) .vertical-menu {
        left: -25px
    }

    .ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch .elementor-section-full_width.elementor-section-stretched .category-style-vertical .products .product-category .product-wrapper {
        padding: 5px 17px !important
    }

    .ts-megamenu-fullwidth.ts-megamenu-fullwidth-stretch .elementor-section-full_width.elementor-section-stretched .category-style-vertical .products .product-category .product-wrapper>a {
        width: 42px;
        margin-right: 0
    }

    .ts-header ul.menu li a.has-icon .menu-icon,
    .ts-header nav>ul.menu li:before {
        transform: translateY(-50%)
    }

    ul.menu li .menu-icon {
        width: 20px
    }

    .header-contact-info>strong,
    .header-contact-info>span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .ts-header .header-middle div.header-right {
        padding-left: 22px
    }

    .header-middle .container>.ts-search-by-category {
        max-width: 100%
    }

    .ts-header .search-content input[type="text"] {
        padding-top: 9px;
        padding-bottom: 9px
    }

    .ts-header .search-table .search-button:before {
        font-size: 14px;
        line-height: 42px
    }

    .shopping-cart-wrapper:hover .dropdown-container,
    .my-account-wrapper .ts-tiny-account-wrapper:not(.ts-style-text):hover .dropdown-container {
        display: none
    }

    header .menu-wrapper .ts-menu {
        padding: 0
    }

    .ts-header nav>ul.menu>li>.ts-menu-drop-icon,
    .ts-header nav>ul>li>.ts-menu-drop-icon {
        cursor: pointer;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 2;
        transform: none;
        margin: 0;
        width: auto;
        height: auto
    }

    .ts-header nav>ul.menu>li>.ts-menu-drop-icon.active,
    .ts-header nav>ul>li>.ts-menu-drop-icon.active {
        z-index: -1
    }

    .my-account-wrapper .dropdown-container:before,
    .shopping-cart-wrapper .dropdown-container:before {
        top: 0px
    }

    .my-account-wrapper .dropdown-container,
    .shopping-cart-wrapper .dropdown-container {
        padding-top: 30px
    }

    .is-sticky .header-middle .container>.ts-search-by-category,
    .header-fullwidth .is-sticky .header-middle .container>.ts-search-by-category,
    .layout-fullwidth .is-sticky .header-middle .container>.ts-search-by-category {
        margin-left: 0
    }

    body .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    body .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    .header-currency ul {
        padding-top: 40px
    }

    .header-currency .wcml_currency_switcher>ul:before,
    .header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
    .header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
        top: 20px
    }

    .header-v2 .header-top {
        z-index: 996
    }

    body .header-top .header-language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    body .header-top .header-language .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
    .header-top .header-currency ul {
        padding-top: 34px
    }

    .header-top .header-currency .wcml_currency_switcher>ul:before,
    .header-top .header-language .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
    .header-top .header-language .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
        top: 14px
    }

    .ts-header nav.main-menu>ul.menu>li,
    .ts-header nav.main-menu>ul>li {
        margin: 0 25px 0 0
    }

    .ts-header nav>ul.menu>li.has-line,
    .ts-header nav>ul>li.has-line {
        padding-left: 25px
    }

    .vertical-menu-heading {
        padding-right: 25px;
        margin-right: 25px
    }

    .header-v4 .vertical-menu-heading {
        margin-right: 15px;
        padding-top: 16px;
        padding-right: 15px;
        padding-bottom: 16px
    }

    .header-v4 .ts-header nav.main-menu>ul.menu>li:last-child,
    .header-v4 .ts-header nav.main-menu>ul>li:last-child {
        margin-right: 15px
    }

    .header-v4 .ts-header nav.main-menu>ul.menu>li.agrofood-nav:before {
        min-width: 0
    }

    .header-v4 .ts-header nav>ul.menu li[class*="agrofood-"],
    .header-v4 .ts-header nav>ul.menu li[class*="fa-"] {
        padding-left: 25px !important
    }

    .vertical-menu-heading:after,
    .ts-header nav>ul.menu>li.has-line:after,
    .ts-header nav>ul>li.has-line:after {
        height: 15px
    }

    .ts-header nav.main-menu>ul.menu>li:last-child,
    .ts-header nav.main-menu>ul>li:last-child {
        margin-right: 0
    }

    .menu-wrapper a.has-icon,
    .ts-header nav>ul.menu li[class*="agrofood-"],
    .ts-header nav>ul.menu li[class*="fa-"] {
        padding-left: 30px !important
    }

    .ts-header nav>ul.menu li.has-line[class*="agrofood-"],
    .ts-header nav>ul.menu li.has-line[class*="fa-"] {
        padding-left: 55px !important
    }

    .ts-header nav>ul.menu li.has-line[class*="agrofood-"]:before,
    .ts-header nav>ul.menu li.has-line[class*="fa-"]:before {
        left: 25px
    }

    .header-v2 header .menu-wrapper {
        margin-right: 16px
    }

    .header-v2 header .logo-wrapper {
        padding: 0 20px 0 0
    }

    .header-v2 .ts-header .header-middle .header-right {
        padding-left: 0;
        margin-left: 25px
    }

    .ts-tiny-account-wrapper.ts-style-text {
        margin-right: 0
    }

    .device-remove-bg,
    .device-remove-bg>.elementor-column-wrap {
        background-image: none !important
    }

    .vertical-menu>ul>li {
        width: 213px
    }

    .ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:after {
        left: 213px
    }

    .ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu>ul.menu {
        width: calc(100% - 13px)
    }

    .header-v3 .ts-header .vertical-menu-wrapper:not(.normal-menu) .vertical-menu {
        left: 25px;
        width: calc(100% - 50px)
    }

    .ts-header nav.vertical-menu>ul.menu>li>a,
    .ts-header .vertical-menu-wrapper.normal-menu nav.vertical-menu ul.menu ul.sub-menu>li>a {
        min-height: 40px;
        padding: 5px 20px !important
    }

    .ts-header nav.vertical-menu>ul.menu li ul.sub-menu {
        left: 213px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-4 ul.sub-menu {
        width: 784px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-3 ul.sub-menu {
        width: 500px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-2 ul.sub-menu {
        width: 350px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-1 ul.sub-menu,
    .ts-header nav.vertical-menu>ul.menu li.ts-normal-menu ul.sub-menu {
        width: 200px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
    .header-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
    .layout-fullwidth .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu {
        width: calc(100% - 213px)
    }

    .ts-header .vertical-menu ul.menu li a .menu-icon {
        width: 40px
    }

    .my-account-wrapper .ts-style-text .account-control>a {
        font-size: 11px;
        line-height: 14px;
        padding: 7px 15px
    }

    .icon-menu-vertical {
        display: none
    }

    .ts-search-by-category>form {
        min-width: 0;
        max-width: 100%
    }

    body>.ts-search-result-container {
        z-index: 995
    }

    .single #main>.page-container {
        padding-top: 0
    }

    #to-top a {
        width: 36px;
        height: 36px
    }

    #to-top a:before {
        font-size: 12px;
        line-height: 36px
    }

    .ts-header .header-bottom nav>ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu,
    .ts-header .header-bottom nav>ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu {
        padding: 26px 30px 20px 30px
    }

    .ts-header .header-bottom nav>ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:before,
    .ts-header .header-bottom nav>ul.menu li.ts-megamenu:not(.ts-megamenu-fullwidth) ul.sub-menu:after {
        top: 10px
    }

    .ts-header nav>ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
    .ts-header nav>ul.menu li.ts-megamenu-columns-4 ul.sub-menu {
        width: 100%
    }

    .ts-header nav>ul.menu li.ts-megamenu-columns-3 ul.sub-menu {
        width: 500px
    }

    .ts-header nav>ul.menu li.ts-megamenu-columns-2 ul.sub-menu {
        width: 340px
    }

    .ts-header nav>ul.menu li.ts-megamenu-columns-1 ul.sub-menu {
        width: 150px
    }

    .ts-megamenu-columns-2 .elementor-widget-wp-widget-nav_menu ul.menu,
    .elementor-widget-wp-widget-nav_menu.columns-2 ul.menu,
    .elementor-widget-wp-widget-nav_menu.columns-3 ul.menu,
    .elementor-widget-wp-widget-nav_menu.columns-4 ul.menu {
        column-count: 1
    }

    .search-button.search-icon .icon:before,
    .my-wishlist-wrapper .tini-wishlist:before,
    .shopping-cart-wrapper .cart-control .ic-cart:before,
    .ts-tiny-account-wrapper .account-control>a:before {
        font-size: 18px
    }

    .header-v4 .header-middle .header-left>*:first-child,
    .header-v4 .header-middle .header-left>.menu-wrapper {
        padding-left: 15px
    }

    .header-v4 .ts-header .header-left nav.main-menu>ul.menu>li,
    .header-v4 .ts-header .header-left nav.main-menu>ul>li {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .header-v4 .header-middle .search-button.search-icon .icon {
        padding: 15px
    }

    .header-v4 .header-middle .search-button.search-icon .icon:before {
        line-height: 21px
    }

    .header-v4 .header-middle .my-account-wrapper .account-control>a {
        padding: 18px
    }

    .header-v4 .header-middle .search-button.search-icon {
        min-width: 60px
    }

    .header-v4 .header-middle .my-wishlist-wrapper,.my-notificarion-wrapper,
    .header-v4 .header-middle .shopping-cart-wrapper {
        padding: 5px
    }

    .header-v4 .header-middle .header-left .ts-search-by-category>form .search-content input[type="text"] {
        padding: 15px 20px
    }

    .header-v4 .header-middle .header-left .ts-search-by-category>form .search-table .search-button:before {
        line-height: 54px
    }

    .header-v4 .header-middle>.container {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header-v4 .header-middle .header-left,
    .header-v4 .header-middle .header-right {
        width: auto
    }

    .header-v4 .ts-header nav>ul.menu li ul.sub-menu:after {
        top: 11px
    }

    .header-v4 .ts-header nav>ul.menu li ul.sub-menu:before {
        top: 10px
    }

    .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider) .items .item {
        margin-bottom: 20px
    }

    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .items .item {
        width: 25%
    }

    .product-group-button>div a:after {
        font-size: 15px
    }

    .product-group-button>div a.loading:after {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px
    }

    #ts-filter-widget-area .ts-sidebar-content,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content {
        left: 0;
        width: 400px !important;
        position: fixed !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        transition: 300ms ease !important;
        padding: 30px
    }

    #ts-filter-widget-area .close,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .close {
        top: 26px;
        right: 23px
    }

    #ts-filter-widget-area .filter-widget-area>section:first-child .widget-title-wrapper {
        padding-right: 24px
    }

    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget-container ul li,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-product-categories-widget-wrapper ul.product-categories li,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .widget_product_categories ul.product-categories li,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .woocommerce-widget-layered-nav ul li {
        display: block;
        margin: 0 0 5px
    }

    .before-loop-wrapper #ts-filter-widget-area .widget-title-wrapper {
        margin-bottom: 10px
    }

    #ts-filter-widget-area.active .ts-sidebar-content,
    .style-filter-top .before-loop-wrapper #ts-filter-widget-area.active .ts-sidebar-content {
        opacity: 1 !important;
        visibility: visible !important
    }

    .style-filter-top .before-loop-wrapper #ts-filter-widget-area .ts-sidebar-content .widget-container {
        flex-direction: column
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category {
        width: 20%
    }

    #main-content.ts-col-18 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-5 .products .product:not(.product-category) {
        width: 25%
    }

    #main-content.ts-col-12 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-4 .products .product:not(.product-category) {
        width: 33.333333%
    }

    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category {
        width: 16.666666%
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category {
        width: 25%
    }

    .woocommerce.main-products.style-column-list>.products>.list-categories .product-wrapper>a {
        max-width: 100px
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper {
        width: 28%
    }

    .main-products.style-column-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        width: 50%
    }

    .woocommerce .product .product-wrapper figure.has-back-image img:last-child {
        display: none !important
    }

    .woocommerce #reviews>.woocommerce-product-rating a.woocommerce-review-link:after {
        margin-top: 0
    }

    .ts-shortcode .product-wrapper .meta-wrapper-2>*:not(.product-group-button-meta):not(.price) {
        display: none
    }

    .thumbnail-wrapper .product-group-button>div.wishlist,
    .product .product-wrapper .product-group-button>div {
        animation-duration: 400ms;
        animation-fill-mode: both;
        animation-name: animation_fade
    }

    .woocommerce .product-wrapper .meta-wrapper-2 {
        display: block
    }

    .woocommerce.ts-product-deals-wrapper .product-wrapper .meta-wrapper {
        position: relative;
        overflow: visible
    }

    .dokan-single-store .seller-items .product .product-group-button-meta>div {
        margin-bottom: 0 !important
    }

    .breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title {
        min-height: 0;
        padding: 50px 0 0
    }

    .breadcrumb-title-wrapper.breadcrumb-v2 .description {
        margin-bottom: 30px
    }

    .hide-description-device .products .meta-wrapper .short-description {
        display: none
    }

    .woocommerce.main-products .quantity input.qty {
        line-height: 42px
    }

    .woocommerce.main-products .quantity .minus,
    .woocommerce.main-products .quantity .plus {
        height: 42px;
        line-height: 42px
    }

    .woocommerce div.product form.cart .button.loading:before,
    body .woocommerce table.compare-list .add-to-cart td a.loading:before {
        width: 16px;
        height: 16px;
        vertical-align: -2px
    }

    .woocommerce div.product form.cart .button:before,
    .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block .button:before,
    .product-group-button-meta>div.loop-add-to-cart>a.button:before {
        margin-right: 8px;
        font-size: 16px;
        vertical-align: -1px
    }

    .product-group-button-meta {
        display: block !important
    }

    body .woocommerce table.compare-list .add-to-cart td a {
        min-width: 150px
    }

    .woocommerce div.product div.woocommerce-product-gallery {
        width: 50%
    }

    .woocommerce div.product div.summary {
        width: 50%;
        padding-left: 30px
    }

    .woocommerce div.product.product-style-1 div.product-images-summary {
        width: 100%
    }

    .woocommerce div.product.product-style-1 div.woocommerce-product-gallery {
        width: 35%;
        display: block
    }

    .woocommerce div.product.product-style-1 div.summary {
        width: 65%
    }

    .woocommerce div.product.product-style-1 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-2 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-5 div.woocommerce-product-gallery {
        display: block;
        margin-bottom: 50px
    }

    .woocommerce div.product.product-style-5:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs,
    .woocommerce div.product.product-style-2:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs,
    .woocommerce div.product.product-style-1:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs {
        width: 100%;
        flex-direction: row;
        margin: 15px -1px 0
    }

    .woocommerce div.product.product-style-5:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li,
    .woocommerce div.product.product-style-2:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li,
    .woocommerce div.product.product-style-1:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
        width: 20%;
        padding: 15px 1px 0;
        margin: 0
    }

    .woocommerce div.product.product-style-5 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-5 div.summary {
        width: 50%
    }

    .ts-delivery-note {
        max-width: 100%
    }

    .woocommerce-tabs #tab-description .ts-row:not(.ts-feature) {
        flex-direction: column;
        align-items: flex-start
    }

    .woocommerce-tabs #tab-description .ts-row:not(.ts-feature)>div {
        padding: 0
    }

    .woocommerce div.product .woocommerce-tabs .panel table,
    .woocommerce-tabs #tab-description .ts-row .main-img {
        max-width: 100%
    }

    .woocommerce div.product .woocommerce-tabs .panel table tr:not(:last-child):after {
        width: calc(100vw - 40px);
        left: calc(50% - 50vw + 20px)
    }

    .woocommerce div.product.frequently-bought-together-vertical .yith-wfbt-section {
        margin-bottom: -1px
    }

    #main-content div.product.product-style-3 .product-top-section,
    #main-content div.product.product-style-4 .product-top-section {
        margin-top: 30px
    }

    .woocommerce div.product.product-style-3 .product-images-summary {
        width: 100%;
        flex-basis: 100%
    }

    .woocommerce div.product.product-style-3 .product-top-section .ts-product-brand-info {
        width: calc(100% - 270px);
        border-width: 0
    }

    .woocommerce div.product.product-style-3:not(.show-ads-banners) .product-top-section .ts-product-brand-info {
        width: 100%
    }

    .woocommerce div.product.product-style-3 .ts-product-brand-info .description {
        margin-left: auto;
        margin-right: auto
    }

    #main-content.ts-col-24 div.product.product-style-4 .product-top-section {
        display: flex;
        flex-flow: column wrap;
        align-items: center
    }

    .woocommerce div.product.product-style-4 .product-top-section>*:not(.product-images-summary) {
        order: 2
    }

    .woocommerce div.product.product-style-4 .product-top-section>.ts-product-brand-info {
        width: 100%;
        order: 1;
        margin-bottom: 60px
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel {
        padding: 30px 0 30px 30px !important
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description {
        padding: 30px 30px 30px 0 !important
    }

    .woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs .panel,
    .woocommerce div.product.show-tabs-content-default.tabs-in-summary .woocommerce-tabs #tab-description {
        padding: 44px 0 50px !important
    }

    .woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs {
        margin: 45px 0 0
    }

    .woocommerce div.product.product-style-4>.product-top-section+.ts-product-in-category-tab-wrapper {
        padding-top: 0;
        border-width: 0
    }

    #main-content.ts-col-12 .before-loop-wrapper>.widget select,
    #main-content.ts-col-12 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce #main-content.ts-col-12 .woocommerce-ordering .orderby-current {
        width: 120px
    }

    #main-content.ts-col-24 div.product.frequently-bought-together-vertical:not(.product-style-4) .woocommerce-tabs {
        border-width: 0
    }

    .ts-product-brand-info .brand-info-wrapper {
        padding: 30px;
        flex-direction: column;
        justify-content: center
    }

    .ts-product-brand-info .brand-info-wrapper img {
        margin-bottom: 27px
    }

    .ts-product-brand-info .brand-info-wrapper .brand-info {
        padding-left: 0;
        width: 100%;
        flex: none;
        text-align: center
    }

    .ts-product-brand-info .woocommerce-product-details__short-description>ul {
        display: inline-block;
        text-align: left
    }

    .ts-product-brand-info .social-profile ul {
        padding-top: 0;
        border-width: 0
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 20%
    }

    .woocommerce ul.order_details li strong {
        display: block
    }

    .woocommerce>p.order-info {
        margin-top: 0
    }

    .woocommerce .woocommerce-cart-form,
    .woocommerce>form.checkout #customer_details {
        width: calc(100% - 320px)
    }

    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce>form.checkout #order_review_heading,
    .woocommerce>form.checkout #order_review {
        width: 300px
    }

    .woocommerce table.shop_table td.product-name {
        max-width: 170px
    }

    .woocommerce table.shop_table .product-remove {
        padding-left: 20px
    }

    #add_payment_method table.shop_table.cart td.product-thumbnail,
    .woocommerce-cart table.shop_table.cart td.product-thumbnail,
    .woocommerce-checkout table.shop_table.cart td.product-thumbnail {
        width: 100px
    }

    .woocommerce .quantity input.qty,
    .quantity input.qty {
        line-height: 40px
    }

    .quantity .minus,
    .quantity .plus {
        height: 40px;
        line-height: 40px
    }

    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row,
    .woocommerce-shipping-fields__field-wrapper>p.form-row {
        margin-left: 10px;
        margin-right: 10px
    }

    .woocommerce-billing-fields__field-wrapper>p.form-row-first,
    .woocommerce-billing-fields__field-wrapper>p.form-row-last,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-first,
    .woocommerce-shipping-fields__field-wrapper>p.form-row-last,
    .woocommerce-billing-fields__field-wrapper>#billing_postcode_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_postcode_field,
    .woocommerce-billing-fields__field-wrapper>#billing_city_field,
    .woocommerce-shipping-fields__field-wrapper>#shipping_city_field {
        width: calc(50% - 20px)
    }

    .columns-0 .list-posts article:nth-child(1) {
        width: 100%
    }

    .columns-0 .list-posts article:nth-child(2),
    .columns-0 .list-posts article,
    .columns-3 .list-posts article,
    .ts-blogs.columns-3 .items article {
        width: 50%
    }

    .single-portfolio.left-thumbnail .entry-main>.entry-format {
        width: 60%
    }

    .single-portfolio.left-thumbnail .entry-main>.entry-format+.entry-content {
        width: 40%;
        padding-left: 20px
    }

    #commentform .info-wrapper {
        margin: 0 -10px
    }

    #commentform .info-wrapper>p {
        padding: 0 10px
    }

    .ts-portfolio-wrapper .item .portfolio-meta {
        animation: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -ms-animation: none !important;
        left: 0 !important;
        right: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .entry-meta-middle>span:not(:last-child):before,
    .entry-meta-bottom>span:not(:last-child):before {
        width: 6px
    }

    .entry-meta-middle>span:not(:last-child),
    .entry-meta-bottom>span:not(:last-child) {
        padding-right: 16px;
        margin-right: 8px
    }

    .list-posts article,
    .list-posts article.sticky,
    .ts-blogs .items article {
        margin-bottom: 40px;
        padding-bottom: 40px
    }

    .page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article:not(:last-child) {
        padding-bottom: 40px
    }

    .ts-portfolio-wrapper .portfolio-meta,
    .ts-portfolio-wrapper .portfolio-meta-inner {
        padding: 20px
    }

    .ts-portfolio-wrapper.columns-4 .item,
    .ts-portfolio-wrapper.columns-3 .item {
        width: 50%
    }

    .entry-meta-middle .author>img,
    .entry-meta-bottom .author>img {
        margin-right: 10px
    }

    .columns-0 .list-posts article:nth-child(2) .entry-meta-middle .author>img,
    .columns-0 .list-posts article:nth-child(2) .entry-meta-bottom .author>img {
        width: 22px;
        height: 22px;
        margin-right: 10px
    }

    article.single-post .single-related-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    article.single-post .entry-format {
        margin-bottom: 35px
    }

    article.single-post .entry-format .thumbnail img {
        margin-bottom: 40px
    }

    .breadcrumb-title-wrapper .page-title+.breadcrumbs {
        margin-bottom: 15px
    }

    .wpcf7 form div.columns-3 {
        margin-bottom: 10px
    }

    .ts-popup-modal .popup-container {
        width: 90%
    }

    .comments-area .add-comment {
        font-size: 100%
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li,
    .woocommerce.ts-search-result-container ul.product_list_widget li {
        width: calc(33.33333% - 10px)
    }

    .ts-header-intro .elementor-widget-heading.h1 h2 {
        font-size: 35px
    }

    .style-tabs-vertical-banner .column-tabs .list-categories {
        background-position: 0 200%
    }

    .ts-product.woocommerce.ts-slider .products {
        width: calc(100% + 2px)
    }

    .ts-product.style-grid.has-shop-more-button .shop-more {
        margin-top: 15px
    }

    .ts-team-members:not(.ts-slider) .item {
        margin-bottom: 2px
    }

    .ts-team-members:not(.ts-slider) .item.ts-col-4,
    .ts-team-members:not(.ts-slider) .item.ts-col-6 {
        width: 33.33333%
    }

    .ts-testimonial-wrapper:not(.ts-slider):not(.columns-1) .item {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item {
        width: 20%
    }

    .products .product-category .product-wrapper .meta-wrapper .category-name {
        padding-left: 10px;
        padding-right: 10px
    }

    .category-style-2 .products .product-category .product-wrapper .meta-wrapper .category-name {
        padding-left: 0;
        padding-right: 0
    }

    .column-tabs .list-categories {
        padding: 20px
    }

    .style-tabs-vertical .column-tabs ul.tabs {
        max-width: 90%
    }

    .style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs {
        max-width: 100%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs,
    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners,
    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-content {
        width: 100%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs,
    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        margin: 0 0 2px
    }

    .style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs li {
        display: inline-block;
        width: auto;
        padding: 5px 20px 5px 0
    }

    .style-tabs-vertical.style-tabs-vertical-banner .column-tabs ul.tabs li:last-child {
        padding-right: 0
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners {
        display: flex;
        flex-flow: row wrap;
        margin-left: -1px;
        margin-right: -1px;
        order: 2
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners .banner {
        padding: 0 1px;
        flex: 1
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners .banner img {
        width: 100%
    }

    .device-banner-fix-pos .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners .banner img {
        height: 160px;
        object-fit: cover;
        object-position: center left
    }

    .banners.banner-device {
        display: block
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .banners.banner-device+.banners {
        display: none
    }

    .woocommerce.ts-product.style-tabs-vertical.style-tabs-vertical-banner .products.owl-carousel {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .ts-portfolio-wrapper .button.readmore {
        padding: 6px 10px;
        font-size: 100%
    }

    .products .product .meta-wrapper .ts-countdown {
        margin-left: -10px;
        margin-right: -10px
    }

    .ts-instagram-wrapper.columns-12 .item,
    .ts-instagram-wrapper.columns-11 .item,
    .ts-instagram-wrapper.columns-10 .item,
    .ts-instagram-wrapper.columns-9 .item,
    .ts-instagram-wrapper.columns-8 .item,
    .ts-instagram-wrapper.columns-7 .item {
        width: 16.66666%
    }

    html .header-v2 #page {
        display: flex;
        flex-flow: column wrap
    }

    html .header-v2 #page .vertical-categories-wrapper {
        position: static;
        width: 100%;
        height: auto;
        padding: 0 !important
    }

    html .header-v2 #page .vertical-categories-wrapper .products .product-category .product-wrapper {
        padding: 5px 25px !important
    }

    html .header-v2 #page>#main~* {
        order: 2
    }

    .vertical-categories-wrapper~* {
        transform: translateX(0);
        max-width: 100%
    }

    .vertical-categories-wrapper .products {
        display: flex;
        flex-flow: row wrap
    }

    .vertical-categories-wrapper .products .product-category {
        width: 25% !important
    }

    .device-products-hide-compare-icon .product .product-group-button>div.compare {
        display: none
    }

    .device-products-hide-compare-icon .thumbnail-wrapper .product-group-button>div:nth-child(3) {
        top: 32px
    }

    .single-portfolio.left-thumbnail .entry-main>.entry-format {
        width: 100%;
        margin-bottom: 30px
    }

    .single-portfolio.left-thumbnail .entry-main>.entry-format+.entry-content,
    .single-portfolio.left-thumbnail .entry-main>.entry-content {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .ts-blogs-wrapper .owl-nav>div {
        top: 35%
    }

    .ts-mask {
        clip-path: ellipse(140% 100% at 50% 0)
    }

    body blockquote {
        font-size: 135%
    }

    .woocommerce div.product.product-style-1 div.summary {
        margin-bottom: 50px
    }

    .ts-floating-sidebar .woocommerce ul.product_list_widget li,
    .woocommerce.ts-search-result-container ul.product_list_widget li {
        width: calc(50% - 10px)
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        width: 25%
    }

    .header-v2 header .menu-wrapper {
        margin-right: 10px
    }

    .header-v2 header .logo-wrapper {
        padding: 0 23px 0 0
    }

    .ts-header nav.main-menu>ul.menu>li,
    .ts-header nav.main-menu>ul>li {
        margin: 0 13px 0 0
    }

    .vertical-menu-heading {
        padding-right: 13px;
        margin-right: 13px
    }

    .ts-header nav>ul.menu>li.has-line,
    .ts-header nav>ul>li.has-line {
        padding-left: 13px
    }

    .header-v2 .ts-header nav.main-menu>ul.menu>li:last-child,
    .header-v2 .ts-header nav.main-menu>ul>li:last-child {
        margin-right: 8px
    }

    .ts-header .language-currency {
        margin: 0
    }

    .vertical-menu-heading:before,
    .ts-header nav>ul.menu li:before {
        font-size: 120%;
        min-width: 20px
    }

    .vertical-menu-heading:before {
        margin-right: 5px
    }

    .menu-wrapper a.has-icon,
    .ts-header nav>ul.menu li[class*="agrofood-"],
    .ts-header nav>ul.menu li[class*="fa-"] {
        padding-left: 25px !important
    }

    .ts-header nav>ul.menu li.has-line[class*="agrofood-"],
    .ts-header nav>ul.menu li.has-line[class*="fa-"] {
        padding-left: 45px !important
    }

    .ts-header nav>ul.menu li.has-line[class*="agrofood-"]:before,
    .ts-header nav>ul.menu li.has-line[class*="fa-"]:before {
        left: 15px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-4 ul.sub-menu {
        width: 560px
    }

    .ts-header nav.vertical-menu>ul.menu li.ts-megamenu-columns-3 ul.sub-menu {
        width: 460px
    }

    .woocommerce.columns-12 .products .product:not(.product-category),
    .woocommerce.columns-11 .products .product:not(.product-category),
    .woocommerce.columns-10 .products .product:not(.product-category),
    .woocommerce.columns-9 .products .product:not(.product-category),
    .woocommerce.columns-8 .products .product:not(.product-category),
    .woocommerce.columns-7 .products .product:not(.product-category),
    .woocommerce.columns-6 .products .product:not(.product-category),
    .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.show-filter-sidebar .woocommerce.columns-5 .products .product:not(.product-category),
    .woocommerce.columns-12 .products .list-categories .product.product-category,
    .woocommerce.columns-11 .products .list-categories .product.product-category,
    .woocommerce.columns-10 .products .list-categories .product.product-category,
    .woocommerce.columns-9 .products .list-categories .product.product-category,
    .woocommerce.columns-8 .products .list-categories .product.product-category,
    .woocommerce.columns-7 .products .list-categories .product.product-category,
    .woocommerce.columns-6 .products .list-categories .product.product-category,
    .woocommerce.columns-5 .products .list-categories .product.product-category {
        width: 25%
    }

    .woocommerce.ts-product-category-wrapper.style-default.columns-8 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-7 .products .product.product-category,
    .woocommerce.ts-product-category-wrapper.style-default.columns-6 .products .product.product-category,
    .woocommerce.columns-12 .products .product.product-category,
    .woocommerce.columns-11 .products .product.product-category,
    .woocommerce.columns-10 .products .product.product-category,
    .woocommerce.columns-9 .products .product.product-category,
    .woocommerce.columns-8 .products .product.product-category,
    .woocommerce.columns-7 .products .product.product-category,
    .woocommerce.columns-6 .products .product.product-category {
        width: 20%
    }

    .woocommerce.columns-12.category-style-2 .products .product.product-category,
    .woocommerce.columns-11.category-style-2 .products .product.product-category,
    .woocommerce.columns-10.category-style-2 .products .product.product-category,
    .woocommerce.columns-9.category-style-2 .products .product.product-category,
    .woocommerce.columns-8.category-style-2 .products .product.product-category,
    .woocommerce.columns-7.category-style-2 .products .product.product-category,
    .woocommerce.columns-6.category-style-2 .products .product.product-category,
    .woocommerce.columns-5.category-style-2 .products .product.product-category,
    .woocommerce.columns-4.category-style-2 .products .product.product-category,
    .woocommerce.columns-3.category-style-2 .products .product.product-category {
        width: 33.333333%
    }

    #main-content.ts-col-18 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.ts-col-18 .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 33.333333%
    }

    #main-content.ts-col-12 .woocommerce.columns-12 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-11 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-10 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-9 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-8 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-7 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-6 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-5 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-4 .products .product:not(.product-category),
    #main-content.ts-col-12 .woocommerce.columns-3 .products .product:not(.product-category) {
        width: 50%
    }

    .woocommerce.main-products.style-column-list .products .list-categories .product.product-category {
        width: 50%
    }

    .woocommerce.columns-12.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-11.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-10.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-9.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-8.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-7.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-6.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-5.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-4.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-3.style-column-list .products .product:not(.product-category),
    .woocommerce.columns-2.style-column-list .products .product:not(.product-category) {
        width: 100%
    }

    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 120px
    }

    #main-content.ts-col-18 .before-loop-wrapper>.widget select,
    #main-content.ts-col-18 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    #main-content.ts-col-18 .woocommerce .woocommerce-ordering .orderby-current {
        width: 100px
    }

    .woocommerce div.product:not(.product-style-1):not(.product-style-3):not(.product-style-5) div.woocommerce-product-gallery,
    .woocommerce div.product:not(.product-style-1):not(.product-style-3):not(.product-style-5) div.summary {
        width: 100%;
        float: none;
        padding-left: 0
    }

    .woocommerce div.product.product-style-1 div.woocommerce-product-gallery {
        width: 100%
    }

    .woocommerce div.product.product-style-1 div.summary {
        width: 100%;
        padding-left: 0
    }

    .woocommerce div.product.product-style-1:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li,
    .woocommerce div.product.product-style-2:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
        width: 16.6666%
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form {
        display: flex;
        flex-flow: column wrap
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        width: 100%;
        float: none;
        margin: 0
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
        margin-top: 2px
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        order: 1
    }

    div.product .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tbody {
        display: block;
        width: 100%;
        height: auto;
        overflow-x: auto
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images tr {
        display: flex
    }

    .woocommerce div.product .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images td:not(.image_plus) {
        min-width: 25%
    }

    .woocommerce-tabs #tab-description .ts-feature {
        margin: 0 -5px
    }

    .woocommerce-tabs #tab-description .ts-feature>div {
        padding: 0 5px
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery {
        width: 50%
    }

    .woocommerce div.product.product-style-3 div.summary {
        width: 50%;
        padding-left: 20px
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery .flex-viewport {
        order: 2;
        flex: 1
    }

    .woocommerce div.product.product-style-3 div.images .flex-control-thumbs li {
        width: 20%
    }

    .woocommerce div.product.product-style-3 div.images {
        display: block
    }

    .woocommerce div.product.product-style-3 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-4 div.woocommerce-product-gallery {
        margin-bottom: 50px
    }

    .woocommerce div.product.product-style-4 div.woocommerce-product-gallery,
    .woocommerce div.product.product-style-4 div.summary {
        width: 100%;
        padding-left: 0
    }

    .woocommerce div.product.show-tabs-content-default.reviews-grid #reviews #comments .commentlist {
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        grid-column-gap: 0;
        column-gap: 0
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel,
    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs #tab-description {
        width: 100%;
        float: none;
        padding: 44px 0 50px !important;
        border-width: 0 0 1px !important;
        margin: 0 !important
    }

    .woocommerce div.product.tabs-in-summary .summary>h2,
    .woocommerce div.product.tabs-in-summary .summary>#reviews,
    .woocommerce div.product.tabs-in-summary .summary>.woocommerce-tabs {
        margin-right: -390px
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel>h2 {
        margin-bottom: 20px !important
    }

    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h1,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h2,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h3,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h4,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h5,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row h6,
    div.product.show-tabs-content-default .woocommerce-tabs #tab-description .ts-row p {
        margin-bottom: 20px
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel:last-child {
        border-width: 0
    }

    .woocommerce div.product.show-tabs-content-default .woocommerce-tabs .panel .product-content>*:last-child {
        margin-bottom: 0
    }

    .woocommerce-tabs #tab-description .product-content br {
        display: none
    }

    .vertical-categories-wrapper .products .product-category {
        width: 33.3333% !important
    }

    .woocommerce.main-content-fullwidth #tab-more_seller_product .products .product,
    .woocommerce.layout-fullwidth #tab-more_seller_product .products .product {
        width: 25%
    }

    .ts-header-intro .elementor-widget-heading.h1 h2 {
        font-size: 28px
    }

    .intro-filter-items .filter-item {
        width: 25%
    }

    .commentlist .comment-detail .comment-meta {
        width: 26%
    }

    .commentlist .comment-detail .comment-text {
        width: 74%;
        padding-right: 0
    }

    .woocommerce .woocommerce-cart-form,
    .woocommerce-checkout #customer_details,
    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review {
        width: 100%
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important
    }

    .woocommerce>form.checkout #customer_details {
        width: 100%;
        margin-right: 0;
        border-width: 0
    }

    .woocommerce>form.checkout #order_review_heading,
    .woocommerce>form.checkout #order_review {
        width: 100%
    }

    .woocommerce-account .addresses h2,
    .woocommerce-customer-details .addresses h2,
    .woocommerce-Address address {
        line-height: 1.5
    }

    .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-last {
        min-width: 200px
    }

    .woocommerce form.track_order,
    .woocommerce form.woocommerce-ResetPassword.lost_reset_password,
    .woocommerce #customer_login .col-1,
    .woocommerce #customer_login .col-2,
    .woocommerce-page #customer_login .col-1,
    .woocommerce-page #customer_login .col-2 {
        padding: 25px 30px 30px
    }

    .woocommerce #customer_login .woocommerce-form-login .woocommerce-form-login__rememberme {
        margin: 14px 0 0
    }

    .woocommerce form .show-password-input,
    .woocommerce-page form .show-password-input {
        top: 4px
    }

    body .wishlist_table.mobile li {
        width: calc(50% - 2px)
    }

    .ts-portfolio-wrapper.columns-3 .item,
    .ts-portfolio-wrapper.columns-4 .item {
        width: 50%
    }

    .ts-team-members:not(.ts-slider) .item.ts-col-4,
    .ts-team-members:not(.ts-slider) .item.ts-col-8,
    .ts-team-members:not(.ts-slider) .item.ts-col-6 {
        width: 50%
    }

    body .elementor-image-gallery .gallery-columns-5 .gallery-item,
    body .elementor-image-gallery .gallery-columns-6 .gallery-item,
    body .elementor-image-gallery .gallery-columns-7 .gallery-item,
    body .elementor-image-gallery .gallery-columns-8 .gallery-item,
    body .elementor-image-gallery .gallery-columns-9 .gallery-item {
        width: 20% !important;
        max-width: 100%
    }

    .style-tabs-vertical .woocommerce.columns-8 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-7 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-6 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-5 .products .product:not(.product-category),
    .style-tabs-vertical .woocommerce.columns-4 .products .product:not(.product-category) {
        width: 25%
    }

    .ts-product.style-tabs-vertical .column-tabs {
        margin: 0 0 2px
    }

    .ts-product.style-tabs-vertical .column-tabs,
    .ts-product.style-tabs-vertical .column-content {
        width: 100%
    }

    .ts-product:not(.style-tabs-vertical-banner):not(.style-tabs-default) .column-tabs .shop-more .button-text {
        margin-top: 15px
    }

    .style-tabs-vertical.has-bg:not(.style-tabs-vertical-banner) .column-tabs .list-categories {
        height: auto;
        padding-right: 30%
    }

    .style-tabs-vertical.tab-heading-2-columns .column-tabs ul {
        column-count: 1
    }

    .style-tabs-vertical .column-tabs ul.tabs li {
        padding: 5px 15px 5px 0;
        width: auto
    }

    .ts-instagram-wrapper.columns-12 .item,
    .ts-instagram-wrapper.columns-11 .item,
    .ts-instagram-wrapper.columns-10 .item,
    .ts-instagram-wrapper.columns-9 .item,
    .ts-instagram-wrapper.columns-8 .item,
    .ts-instagram-wrapper.columns-7 .item,
    .ts-instagram-wrapper.columns-6 .item,
    .ts-instagram-wrapper.columns-5 .item {
        width: 25%
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-top .box-content {
        left: 10px;
        top: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-bottom .box-content {
        left: 10px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .left-center .box-content {
        left: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-top .box-content {
        right: 10px;
        top: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-bottom .box-content {
        right: 10px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .right-center .box-content {
        right: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-top .box-content {
        left: 10px;
        right: 10px;
        top: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-bottom .box-content {
        left: 10px;
        right: 10px;
        bottom: 20px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .center-center .box-content {
        left: 10px;
        right: 10px
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-banner .box-content .banner-text strong {
        font-size: 120%
    }

    .vertical-menu>ul.menu li.ts-megamenu-fullwidth ul.sub-menu .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item {
        width: 33.3333333%
    }

    .ts-product-deals-wrapper .shortcode-heading-wrapper>*:not(:last-child) {
        margin-right: 20px
    }

    .ts-product.style-list .shortcode-heading-wrapper {
        padding: 20px
    }

    .ts-list-of-product-categories-wrapper.style-horizontal h3.heading-title:not(:last-child) {
        margin: 0 0 6px;
        display: block
    }

    .ts-list-of-product-categories-wrapper.style-horizontal>.list-categories ul li {
        padding-bottom: 0
    }

    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .items .item,
    .vertical-menu-wrapper .ts-shortcode.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .items .item {
        width: 33.333333%
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce table.my_account_orders tr {
        border-width: 1px;
        border-style: solid;
        display: block;
        margin-bottom: 10px;
        padding: 20px 40px 20px 20px
    }

    .woocommerce table.my_account_orders tr:last-child {
        margin-bottom: 0
    }

    .woocommerce table.my_account_orders td,
    .woocommerce table.my_account_orders th {
        border-width: 0 !important;
        padding: 8px 0 !important
    }

    .woocommerce table.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before,
    .woocommerce-page table.my_account_orders tr td.woocommerce-orders-table__cell-order-actions::before {
        display: none
    }

    .woocommerce .woocommerce-customer-details .col2-set .col-1 {
        margin-bottom: 40px
    }

    .woocommerce table.shop_table.cart td.actions {
        text-align: right !important
    }

    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        padding-bottom: 0;
        float: left
    }

    .woocommerce-cart table.cart td.actions>.button {
        display: inline-block
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block
    }

    .woocommerce table.cart.shop_table_responsive tr .product-thumbnail::before,
    .woocommerce-page table.cart.shop_table_responsive tr .product-thumbnail::before {
        display: none
    }

    .woocommerce table.shop_table td.product-name {
        max-width: 100%
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important
    }

    .woocommerce table.shop_table_responsive tr.cart-subtotal td,
    .woocommerce-page table.shop_table_responsive tr.cart-subtotal td,
    .woocommerce-page table.shop_table_responsive tr.order-total td,
    .woocommerce table.shop_table_responsive tr.order-total td {
        text-align: right !important
    }

    .woocommerce table.shop_table_responsive tr.order-total td::before,
    .woocommerce-page table.shop_table_responsive tr.order-total td::before {
        margin-top: 3px
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item {
        position: relative;
        margin-bottom: 2px;
        padding: 20px 40px 20px 20px
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item:after {
        content: '';
        clear: both;
        display: table
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td {
        padding: 5px 0;
        border-width: 0;
        width: calc(100% - 150px);
        float: left
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-price {
        font-weight: inherit
    }

    .woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-thumbnail {
        width: 150px;
        padding: 0 20px 0 0
    }

    .woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-name {
        padding-top: 0
    }

    .woocommerce-cart table.shop_table.shop_table_responsive.cart tr.cart_item td.product-remove {
        width: 30px;
        position: absolute;
        top: 12px;
        right: 8px
    }

    .woocommerce-cart table.shop_table.shop_table_responsive.cart td.product-remove a {
        margin: 0
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        margin-right: 10px
    }

    .woocommerce table.shop_table_responsive tr.shipping td::before,
    .woocommerce-page table.shop_table_responsive tr.shipping td::before {
        float: none;
        margin: 0 0 10px;
        display: block
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity::before,
    .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
        display: none
    }
}

@media only screen and (min-width: 480px) and (max-width: 1279px) {
    .ts-product.style-tabs-vertical.style-tabs-vertical-banner.has-shop-more-button .column-tabs .heading-tab {
        padding-right: 20%
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner .column-tabs .shop-more {
        padding-top: 0;
        position: absolute;
        top: 22px;
        right: 20px;
        left: auto;
        width: auto
    }
}

@media only screen and (min-width: 991px) and (max-width: 1279px) {

    .woocommerce-cart article .woocommerce .cart-collaterals,
    .woocommerce-checkout #order_review {
        padding: 30px
    }

    .woocommerce>form.checkout #order_review_heading {
        margin: 25px 0 0
    }

    .woocommerce>form.checkout #order_review {
        padding: 60px 30px 30px;
        margin-top: -49px
    }

    .header-middle .container>.ts-search-by-category {
        margin: 0 50px
    }

    .shop_table.cart .quantity {
        width: 80px
    }

    .woocommerce .quantity input.qty,
    .quantity input.qty {
        padding: 0 20px
    }

    .ts-product.style-tabs-vertical.style-tabs-vertical-banner.has-shop-more-button .column-tabs .heading-tab {
        padding-right: 15%
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-left: 20px
    }

    .woocommerce div.product.product-style-1 .summary-column-2 {
        width: 300px;
        padding: 20px
    }

    .woocommerce div.product.product-style-1 div.summary {
        padding-right: 320px
    }

    .woocommerce div.product .summary .summary-column-2 .quantity {
        width: 100%;
        margin: 0 0 10px
    }

    .woocommerce div.product .summary .summary-column-2 form.cart .button {
        width: 100%
    }

    .woocommerce div.product.product-style-5:not(.product-style-3):not(.product-style-4) div.images .flex-control-thumbs li {
        width: 16.66666%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .header-v4 .header-middle .logo-wrapper {
        width: 100%;
        flex: none;
        order: -1;
        margin-bottom: 10px;
        padding: 0
    }

    ul.product_list_widget li .ts-wg-thumbnail,
    .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
    ul.product_list_widget li img,
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img {
        width: 60px;
        margin: 0 10px 0 0
    }

    ul.product_list_widget li .ts-wg-meta,
    .woocommerce ul.product_list_widget li .ts-wg-meta {
        width: calc(100% - 70px)
    }

    .widget_shopping_cart .cart_list li>a:not(.remove),
    ul.product_list_widget li .ts-wg-meta>*:not(:last-child),
    ul.product_list_widget li>*:not(:last-child):not(.ts-wg-thumbnail),
    .woocommerce ul.product_list_widget li .ts-wg-meta>*:not(:last-child),
    .woocommerce.widget_recent_reviews ul.product_list_widget li>*:not(:last-child):not(.ts-wg-thumbnail) {
        margin-bottom: 5px
    }

    #colorbox.yith_woocompare_colorbox,
    .yith_woocompare_colorbox #cboxLoadedContent {
        max-height: 70vh;
        overflow: hidden
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .product-wrapper {
        display: grid;
        grid-template-columns: 30% auto
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .product-wrapper>* {
        width: auto
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .product-wrapper .thumbnail-wrapper {
        grid-row-start: 1;
        -ms-grid-row-span: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper:not(.meta-wrapper-2) {
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        padding-right: 20px
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .product-wrapper .meta-wrapper-2 {
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        padding-right: 0
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 .price {
        justify-content: flex-start
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .price del,
    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .price ins {
        width: auto
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .price del+ins {
        margin-right: 5px;
        margin-bottom: 0
    }

    .elementor-col-33 .ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2 {
        margin-top: 7px
    }

    .product-hover-vertical-style-2 .ts-product.style-list .products .product:not(.product-category) .meta-wrapper-2>.product-group-button-meta>div.loop-add-to-cart a.button {
        width: auto;
        min-width: 110px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #left-sidebar.ts-col-6,
    #right-sidebar.ts-col-6 {
        width: 28%
    }

    #main-content.ts-col-18 {
        width: 72%
    }

    #main-content.ts-col-12 {
        width: 44%
    }

    #main-content.ts-col-12 .before-loop-wrapper>.product-per-page-form {
        margin: 10px 0 0
    }

    #main-content.ts-col-12 .before-loop-wrapper>.widget {
        margin: 0
    }

    #main-content.ts-col-12 .before-loop-wrapper>.widget select,
    #main-content.ts-col-12 .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce #main-content.ts-col-12 .woocommerce-ordering .orderby-current {
        width: 90px
    }

    .before-loop-wrapper>.widget select,
    .product-per-page-form ul.perpage .perpage-current>span:last-child,
    .woocommerce .woocommerce-ordering .orderby-current {
        width: 110px
    }

    .ipad-portrait-only-remove-br .elementor-image-box-title br {
        display: none
    }

    ul.product_list_widget li .ts-wg-thumbnail,
    .woocommerce ul.product_list_widget li .ts-wg-thumbnail,
    ul.product_list_widget li img,
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img {
        width: 60px;
        margin: 0 10px 0 0
    }

    ul.product_list_widget li .ts-wg-meta,
    .woocommerce ul.product_list_widget li .ts-wg-meta {
        width: calc(100% - 70px)
    }

    .elementor-col-33 .ts-product.style-list .shortcode-heading-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .elementor-col-33 .ts-product.style-list .shortcode-heading-wrapper .shop-more {
        margin-left: 0
    }

    .elementor-col-20 .ts-banner .box-content {
        max-width: calc(100% - 20px)
    }

    .elementor-col-20 .left-top .box-content {
        left: 10px;
        top: 15px
    }

    .elementor-col-20 .left-bottom .box-content {
        left: 10px;
        bottom: 20px
    }

    .elementor-col-20 .left-center .box-content {
        left: 10px
    }

    .elementor-col-20 .right-top .box-content {
        right: 10px;
        top: 15px
    }

    .elementor-col-20 .right-bottom .box-content {
        right: 10px;
        bottom: 20px
    }

    .elementor-col-20 .right-center .box-content {
        right: 10px
    }

    .elementor-col-20 .center-top .box-content {
        left: 10px;
        right: 10px;
        top: 15px
    }

    .elementor-col-20 .center-bottom .box-content {
        left: 10px;
        right: 10px;
        bottom: 20px
    }

    .elementor-col-20 .center-center .box-content {
        left: 10px;
        right: 10px
    }

    .elementor-col-20 .ts-banner .box-content .banner-text strong {
        font-size: 110%
    }
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

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

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

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

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

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

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

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

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

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

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

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

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

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

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

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-2 {
  margin: 0.5rem !important;
}

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

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

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

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

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

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

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

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

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

.m-5 {
  margin: 3rem !important;
}

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

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

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

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

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

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

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

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

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-sm-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  .m-sm-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-sm-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  .m-sm-5 {
    margin: 3rem !important;
  }

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

  .p-sm-2 {
    padding: 0.5rem !important;
  }

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

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

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

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

  .p-sm-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-sm-4 {
    padding: 1.5rem !important;
  }

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

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

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

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

  .p-sm-5 {
    padding: 3rem !important;
  }

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

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

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

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

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-md-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  .m-md-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-md-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  .m-md-5 {
    margin: 3rem !important;
  }

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

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

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

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

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

  .p-md-2 {
    padding: 0.5rem !important;
  }

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

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

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

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

  .p-md-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

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

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

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

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

  .p-md-5 {
    padding: 3rem !important;
  }

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

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

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

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

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-lg-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  .m-lg-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-lg-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  .m-lg-5 {
    margin: 3rem !important;
  }

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

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

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

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

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

  .p-lg-2 {
    padding: 0.5rem !important;
  }

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

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

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

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

  .p-lg-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-lg-4 {
    padding: 1.5rem !important;
  }

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

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

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

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

  .p-lg-5 {
    padding: 3rem !important;
  }

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

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

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

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

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-xl-2 {
    margin: 0.5rem !important;
  }

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

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

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

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

  .m-xl-3 {
    margin: 1rem !important;
  }

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

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

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

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

  .m-xl-4 {
    margin: 1.5rem !important;
  }

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

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

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

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

  .m-xl-5 {
    margin: 3rem !important;
  }

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

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

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

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

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

  .p-xl-2 {
    padding: 0.5rem !important;
  }

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

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

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

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

  .p-xl-3 {
    padding: 1rem !important;
  }

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

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

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

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

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

  .p-xl-5 {
    padding: 3rem !important;
  }

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

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

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

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

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

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

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

.text-white {
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@font-face {
  font-family: "themify";
  src: url('themify.eot?-fvbane');
  src: url('themify.eot?#iefix-fvbane') format("embedded-opentype"), url('themify.woff?-fvbane') format("woff"), url('themify.ttf?-fvbane') format("truetype"), url('themify.svg?-fvbane#themify') format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=ti-], [class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "";
}

.ti-volume:before {
  content: "";
}

.ti-user:before {
  content: "";
}

.ti-unlock:before {
  content: "";
}

.ti-unlink:before {
  content: "";
}

.ti-trash:before {
  content: "";
}

.ti-thought:before {
  content: "";
}

.ti-target:before {
  content: "";
}

.ti-tag:before {
  content: "";
}

.ti-tablet:before {
  content: "";
}

.ti-star:before {
  content: "";
}

.ti-spray:before {
  content: "";
}

.ti-signal:before {
  content: "";
}

.ti-shopping-cart:before {
  content: "";
}

.ti-shopping-cart-full:before {
  content: "";
}

.ti-settings:before {
  content: "";
}

.ti-search:before {
  content: "";
}

.ti-zoom-in:before {
  content: "";
}

.ti-zoom-out:before {
  content: "";
}

.ti-cut:before {
  content: "";
}

.ti-ruler:before {
  content: "";
}

.ti-ruler-pencil:before {
  content: "";
}

.ti-ruler-alt:before {
  content: "";
}

.ti-bookmark:before {
  content: "";
}

.ti-bookmark-alt:before {
  content: "";
}

.ti-reload:before {
  content: "";
}

.ti-plus:before {
  content: "";
}

.ti-pin:before {
  content: "";
}

.ti-pencil:before {
  content: "";
}

.ti-pencil-alt:before {
  content: "";
}

.ti-paint-roller:before {
  content: "";
}

.ti-paint-bucket:before {
  content: "";
}

.ti-na:before {
  content: "";
}

.ti-mobile:before {
  content: "";
}

.ti-minus:before {
  content: "";
}

.ti-medall:before {
  content: "";
}

.ti-medall-alt:before {
  content: "";
}

.ti-marker:before {
  content: "";
}

.ti-marker-alt:before {
  content: "";
}

.ti-arrow-up:before {
  content: "";
}

.ti-arrow-right:before {
  content: "";
}

.ti-arrow-left:before {
  content: "";
}

.ti-arrow-down:before {
  content: "";
}

.ti-lock:before {
  content: "";
}

.ti-location-arrow:before {
  content: "";
}

.ti-link:before {
  content: "";
}

.ti-layout:before {
  content: "";
}

.ti-layers:before {
  content: "";
}

.ti-layers-alt:before {
  content: "";
}

.ti-key:before {
  content: "";
}

.ti-import:before {
  content: "";
}

.ti-image:before {
  content: "";
}

.ti-heart:before {
  content: "";
}

.ti-heart-broken:before {
  content: "";
}

.ti-hand-stop:before {
  content: "";
}

.ti-hand-open:before {
  content: "";
}

.ti-hand-drag:before {
  content: "";
}

.ti-folder:before {
  content: "";
}

.ti-flag:before {
  content: "";
}

.ti-flag-alt:before {
  content: "";
}

.ti-flag-alt-2:before {
  content: "";
}

.ti-eye:before {
  content: "";
}

.ti-export:before {
  content: "";
}

.ti-exchange-vertical:before {
  content: "";
}

.ti-desktop:before {
  content: "";
}

.ti-cup:before {
  content: "";
}

.ti-crown:before {
  content: "";
}

.ti-comments:before {
  content: "";
}

.ti-comment:before {
  content: "";
}

.ti-comment-alt:before {
  content: "";
}

.ti-close:before {
  content: "";
}

.ti-clip:before {
  content: "";
}

.ti-angle-up:before {
  content: "";
}

.ti-angle-right:before {
  content: "";
}

.ti-angle-left:before {
  content: "";
}

.ti-angle-down:before {
  content: "";
}

.ti-check:before {
  content: "";
}

.ti-check-box:before {
  content: "";
}

.ti-camera:before {
  content: "";
}

.ti-announcement:before {
  content: "";
}

.ti-brush:before {
  content: "";
}

.ti-briefcase:before {
  content: "";
}

.ti-bolt:before {
  content: "";
}

.ti-bolt-alt:before {
  content: "";
}

.ti-blackboard:before {
  content: "";
}

.ti-bag:before {
  content: "";
}

.ti-move:before {
  content: "";
}

.ti-arrows-vertical:before {
  content: "";
}

.ti-arrows-horizontal:before {
  content: "";
}

.ti-fullscreen:before {
  content: "";
}

.ti-arrow-top-right:before {
  content: "";
}

.ti-arrow-top-left:before {
  content: "";
}

.ti-arrow-circle-up:before {
  content: "";
}

.ti-arrow-circle-right:before {
  content: "";
}

.ti-arrow-circle-left:before {
  content: "";
}

.ti-arrow-circle-down:before {
  content: "";
}

.ti-angle-double-up:before {
  content: "";
}

.ti-angle-double-right:before {
  content: "";
}

.ti-angle-double-left:before {
  content: "";
}

.ti-angle-double-down:before {
  content: "";
}

.ti-zip:before {
  content: "";
}

.ti-world:before {
  content: "";
}

.ti-wheelchair:before {
  content: "";
}

.ti-view-list:before {
  content: "";
}

.ti-view-list-alt:before {
  content: "";
}

.ti-view-grid:before {
  content: "";
}

.ti-uppercase:before {
  content: "";
}

.ti-upload:before {
  content: "";
}

.ti-underline:before {
  content: "";
}

.ti-truck:before {
  content: "";
}

.ti-timer:before {
  content: "";
}

.ti-ticket:before {
  content: "";
}

.ti-thumb-up:before {
  content: "";
}

.ti-thumb-down:before {
  content: "";
}

.ti-text:before {
  content: "";
}

.ti-stats-up:before {
  content: "";
}

.ti-stats-down:before {
  content: "";
}

.ti-split-v:before {
  content: "";
}

.ti-split-h:before {
  content: "";
}

.ti-smallcap:before {
  content: "";
}

.ti-shine:before {
  content: "";
}

.ti-shift-right:before {
  content: "";
}

.ti-shift-left:before {
  content: "";
}

.ti-shield:before {
  content: "";
}

.ti-notepad:before {
  content: "";
}

.ti-server:before {
  content: "";
}

.ti-quote-right:before {
  content: "";
}

.ti-quote-left:before {
  content: "";
}

.ti-pulse:before {
  content: "";
}

.ti-printer:before {
  content: "";
}

.ti-power-off:before {
  content: "";
}

.ti-plug:before {
  content: "";
}

.ti-pie-chart:before {
  content: "";
}

.ti-paragraph:before {
  content: "";
}

.ti-panel:before {
  content: "";
}

.ti-package:before {
  content: "";
}

.ti-music:before {
  content: "";
}

.ti-music-alt:before {
  content: "";
}

.ti-mouse:before {
  content: "";
}

.ti-mouse-alt:before {
  content: "";
}

.ti-money:before {
  content: "";
}

.ti-microphone:before {
  content: "";
}

.ti-menu:before {
  content: "";
}

.ti-menu-alt:before {
  content: "";
}

.ti-map:before {
  content: "";
}

.ti-map-alt:before {
  content: "";
}

.ti-loop:before {
  content: "";
}

.ti-location-pin:before {
  content: "";
}

.ti-list:before {
  content: "";
}

.ti-light-bulb:before {
  content: "";
}

.ti-Italic:before {
  content: "";
}

.ti-info:before {
  content: "";
}

.ti-infinite:before {
  content: "";
}

.ti-id-badge:before {
  content: "";
}

.ti-hummer:before {
  content: "";
}

.ti-home:before {
  content: "";
}

.ti-help:before {
  content: "";
}

.ti-headphone:before {
  content: "";
}

.ti-harddrives:before {
  content: "";
}

.ti-harddrive:before {
  content: "";
}

.ti-gift:before {
  content: "";
}

.ti-game:before {
  content: "";
}

.ti-filter:before {
  content: "";
}

.ti-files:before {
  content: "";
}

.ti-file:before {
  content: "";
}

.ti-eraser:before {
  content: "";
}

.ti-envelope:before {
  content: "";
}

.ti-download:before {
  content: "";
}

.ti-direction:before {
  content: "";
}

.ti-direction-alt:before {
  content: "";
}

.ti-dashboard:before {
  content: "";
}

.ti-control-stop:before {
  content: "";
}

.ti-control-shuffle:before {
  content: "";
}

.ti-control-play:before {
  content: "";
}

.ti-control-pause:before {
  content: "";
}

.ti-control-forward:before {
  content: "";
}

.ti-control-backward:before {
  content: "";
}

.ti-cloud:before {
  content: "";
}

.ti-cloud-up:before {
  content: "";
}

.ti-cloud-down:before {
  content: "";
}

.ti-clipboard:before {
  content: "";
}

.ti-car:before {
  content: "";
}

.ti-calendar:before {
  content: "";
}

.ti-book:before {
  content: "";
}

.ti-bell:before {
  content: "";
}

.ti-basketball:before {
  content: "";
}

.ti-bar-chart:before {
  content: "";
}

.ti-bar-chart-alt:before {
  content: "";
}

.ti-back-right:before {
  content: "";
}

.ti-back-left:before {
  content: "";
}

.ti-arrows-corner:before {
  content: "";
}

.ti-archive:before {
  content: "";
}

.ti-anchor:before {
  content: "";
}

.ti-align-right:before {
  content: "";
}

.ti-align-left:before {
  content: "";
}

.ti-align-justify:before {
  content: "";
}

.ti-align-center:before {
  content: "";
}

.ti-alert:before {
  content: "";
}

.ti-alarm-clock:before {
  content: "";
}

.ti-agenda:before {
  content: "";
}

.ti-write:before {
  content: "";
}

.ti-window:before {
  content: "";
}

.ti-widgetized:before {
  content: "";
}

.ti-widget:before {
  content: "";
}

.ti-widget-alt:before {
  content: "";
}

.ti-wallet:before {
  content: "";
}

.ti-video-clapper:before {
  content: "";
}

.ti-video-camera:before {
  content: "";
}

.ti-vector:before {
  content: "";
}

.ti-themify-logo:before {
  content: "";
}

.ti-support:before {
  content: "";
}

.ti-stamp:before {
  content: "";
}

.ti-split-v-alt:before {
  content: "";
}

.ti-slice:before {
  content: "";
}

.ti-shortcode:before {
  content: "";
}

.ti-shift-right-alt:before {
  content: "";
}

.ti-shift-left-alt:before {
  content: "";
}

.ti-ruler-alt-2:before {
  content: "";
}

.ti-receipt:before {
  content: "";
}

.ti-pin2:before {
  content: "";
}

.ti-pin-alt:before {
  content: "";
}

.ti-pencil-alt2:before {
  content: "";
}

.ti-palette:before {
  content: "";
}

.ti-more:before {
  content: "";
}

.ti-more-alt:before {
  content: "";
}

.ti-microphone-alt:before {
  content: "";
}

.ti-magnet:before {
  content: "";
}

.ti-line-double:before {
  content: "";
}

.ti-line-dotted:before {
  content: "";
}

.ti-line-dashed:before {
  content: "";
}

.ti-layout-width-full:before {
  content: "";
}

.ti-layout-width-default:before {
  content: "";
}

.ti-layout-width-default-alt:before {
  content: "";
}

.ti-layout-tab:before {
  content: "";
}

.ti-layout-tab-window:before {
  content: "";
}

.ti-layout-tab-v:before {
  content: "";
}

.ti-layout-tab-min:before {
  content: "";
}

.ti-layout-slider:before {
  content: "";
}

.ti-layout-slider-alt:before {
  content: "";
}

.ti-layout-sidebar-right:before {
  content: "";
}

.ti-layout-sidebar-none:before {
  content: "";
}

.ti-layout-sidebar-left:before {
  content: "";
}

.ti-layout-placeholder:before {
  content: "";
}

.ti-layout-menu:before {
  content: "";
}

.ti-layout-menu-v:before {
  content: "";
}

.ti-layout-menu-separated:before {
  content: "";
}

.ti-layout-menu-full:before {
  content: "";
}

.ti-layout-media-right-alt:before {
  content: "";
}

.ti-layout-media-right:before {
  content: "";
}

.ti-layout-media-overlay:before {
  content: "";
}

.ti-layout-media-overlay-alt:before {
  content: "";
}

.ti-layout-media-overlay-alt-2:before {
  content: "";
}

.ti-layout-media-left-alt:before {
  content: "";
}

.ti-layout-media-left:before {
  content: "";
}

.ti-layout-media-center-alt:before {
  content: "";
}

.ti-layout-media-center:before {
  content: "";
}

.ti-layout-list-thumb:before {
  content: "";
}

.ti-layout-list-thumb-alt:before {
  content: "";
}

.ti-layout-list-post:before {
  content: "";
}

.ti-layout-list-large-image:before {
  content: "";
}

.ti-layout-line-solid:before {
  content: "";
}

.ti-layout-grid4:before {
  content: "";
}

.ti-layout-grid3:before {
  content: "";
}

.ti-layout-grid2:before {
  content: "";
}

.ti-layout-grid2-thumb:before {
  content: "";
}

.ti-layout-cta-right:before {
  content: "";
}

.ti-layout-cta-left:before {
  content: "";
}

.ti-layout-cta-center:before {
  content: "";
}

.ti-layout-cta-btn-right:before {
  content: "";
}

.ti-layout-cta-btn-left:before {
  content: "";
}

.ti-layout-column4:before {
  content: "";
}

.ti-layout-column3:before {
  content: "";
}

.ti-layout-column2:before {
  content: "";
}

.ti-layout-accordion-separated:before {
  content: "";
}

.ti-layout-accordion-merged:before {
  content: "";
}

.ti-layout-accordion-list:before {
  content: "";
}

.ti-ink-pen:before {
  content: "";
}

.ti-info-alt:before {
  content: "";
}

.ti-help-alt:before {
  content: "";
}

.ti-headphone-alt:before {
  content: "";
}

.ti-hand-point-up:before {
  content: "";
}

.ti-hand-point-right:before {
  content: "";
}

.ti-hand-point-left:before {
  content: "";
}

.ti-hand-point-down:before {
  content: "";
}

.ti-gallery:before {
  content: "";
}

.ti-face-smile:before {
  content: "";
}

.ti-face-sad:before {
  content: "";
}

.ti-credit-card:before {
  content: "";
}

.ti-control-skip-forward:before {
  content: "";
}

.ti-control-skip-backward:before {
  content: "";
}

.ti-control-record:before {
  content: "";
}

.ti-control-eject:before {
  content: "";
}

.ti-comments-smiley:before {
  content: "";
}

.ti-brush-alt:before {
  content: "";
}

.ti-youtube:before {
  content: "";
}

.ti-vimeo:before {
  content: "";
}

.ti-twitter:before {
  content: "";
}

.ti-time:before {
  content: "";
}

.ti-tumblr:before {
  content: "";
}

.ti-skype:before {
  content: "";
}

.ti-share:before {
  content: "";
}

.ti-share-alt:before {
  content: "";
}

.ti-rocket:before {
  content: "";
}

.ti-pinterest:before {
  content: "";
}

.ti-new-window:before {
  content: "";
}

.ti-microsoft:before {
  content: "";
}

.ti-list-ol:before {
  content: "";
}

.ti-linkedin:before {
  content: "";
}

.ti-layout-sidebar-2:before {
  content: "";
}

.ti-layout-grid4-alt:before {
  content: "";
}

.ti-layout-grid3-alt:before {
  content: "";
}

.ti-layout-grid2-alt:before {
  content: "";
}

.ti-layout-column4-alt:before {
  content: "";
}

.ti-layout-column3-alt:before {
  content: "";
}

.ti-layout-column2-alt:before {
  content: "";
}

.ti-instagram:before {
  content: "";
}

.ti-google:before {
  content: "";
}

.ti-github:before {
  content: "";
}

.ti-flickr:before {
  content: "";
}

.ti-facebook:before {
  content: "";
}

.ti-dropbox:before {
  content: "";
}

.ti-dribbble:before {
  content: "";
}

.ti-apple:before {
  content: "";
}

.ti-android:before {
  content: "";
}

.ti-save:before {
  content: "";
}

.ti-save-alt:before {
  content: "";
}

.ti-yahoo:before {
  content: "";
}

.ti-wordpress:before {
  content: "";
}

.ti-vimeo-alt:before {
  content: "";
}

.ti-twitter-alt:before {
  content: "";
}

.ti-tumblr-alt:before {
  content: "";
}

.ti-trello:before {
  content: "";
}

.ti-stack-overflow:before {
  content: "";
}

.ti-soundcloud:before {
  content: "";
}

.ti-sharethis:before {
  content: "";
}

.ti-sharethis-alt:before {
  content: "";
}

.ti-reddit:before {
  content: "";
}

.ti-pinterest-alt:before {
  content: "";
}

.ti-microsoft-alt:before {
  content: "";
}

.ti-linux:before {
  content: "";
}

.ti-jsfiddle:before {
  content: "";
}

.ti-joomla:before {
  content: "";
}

.ti-html5:before {
  content: "";
}

.ti-flickr-alt:before {
  content: "";
}

.ti-email:before {
  content: "";
}

.ti-drupal:before {
  content: "";
}

.ti-dropbox-alt:before {
  content: "";
}

.ti-css3:before {
  content: "";
}

.ti-rss:before {
  content: "";
}

.ti-rss-alt:before {
  content: "";
}

:root {
  --theme-deafult: #ff4c3b;
  --theme-gradient1: #01effc;
  --theme-gradient2: #485ff2;
}

/*-----------------------------------------------------------------------------------

    Template Name:Multikart
    Template URI: themes.pixelstrap.com/multikart
    Description: This is E-commerce website
    Author: Pixelstrap
    Author URI: https://themeforest.net/user/pixelstrap

    ----------------------------------------------------------------------------------- */

/* 1. General CSS
   1.1. Button CSS
   1.2. Title CSS
   1.3. Brand logo CSS */

/* 02. Header CSS */

/* 03. Home slider CSS  */

/* 04. Instagram CSS  */

/* 05. Blog CSS */

/* 06. Service CSS  */

/* 07. About CSS  */

/* 08. Banner Timer CSS */

/* 09. Product Box CSS */

/* 10. Theme tab CSS */

/* 11. Banner CSS */

/* 12. Collection Banner CSS */

/* 13. Product-box slider CSS */

/* 14. Modal popup CSS */

/* 15. Lookbook CSS */

/* 16. Footer CSS */

/* 17. Loader CSS*/

/* 18. Tap to top CSS */

/* 19. color CSS */

/* 20. Facebook Chat CSS */

/* 21. Inner pages CSS */

/* 22. RTL CSS */

/* 23. Menu CSS */

/* 24. Responsive CSS */

/*=====================
    1.General CSS start
    ==========================*/

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica", "HelvelticaRounded", "Helvetica Neue", Arial, sans-serif, Lato, sans-serif;
  position: relative;
  background: #fafafa;
  font-size: 14px;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}

h1 span {
  font-size: 107px;
  font-weight: 700;
  color: var(--theme-deafult);
}

h2 {
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.03em;
}

h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}

h5 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  letter-spacing: 0.05em;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p {
  font-size: 14px;
  color: #777777;
  line-height: 1;
}

a {
  transition: 0.5s ease;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.btn-primary {
  background: #FFFFFF;
  color: #4f4f4f;
  border: 1px solid #ccc;
  border-radius: 5px !important;
}

.btn-primary:hover {
  background: #5C2C86;
  color: #ffffff;
  border: 1px solid #5C2C86;
}

.col-gap-10 {
  grid-column-gap: 10px;
  column-gap: 10px;
}

.col-gap-15 {
  grid-column-gap: 15px;
  column-gap: 15px;
}

.col-gap-20 {
  grid-column-gap: 20px;
  column-gap: 20px;
}

.col-gap-30 {
  grid-column-gap: 30px;
  column-gap: 30px;
}

.row-gap-15 {
  grid-row-gap: 15px;
  row-gap: 15px;
}

.row-gap-10 {
  grid-row-gap: 10px;
  row-gap: 10px;
}

.flex-grow {
  flex-grow: 1;
}

:focus {
  outline: unset;
}

.form-control {
  height: 50px;
}

[data-notify=progressbar] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.progress-bar {
  background-color: #19a340;
}

.progress-bar-info {
  background-color: #00829a;
}

.section-b-space {
  padding-bottom: 70px;
}

.p-t-0 {
  padding-top: 0;
}

hr.style1 {
  width: 75px;
  height: 3px;
  margin-top: 13px;
  background-color: var(--theme-deafult);
  text-align: center;
}

.no-arrow .owl-next,
.no-arrow .owl-prev {
  display: none !important;
}

.form-control {
  border-radius: 0;
}

.small-section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.banner-padding {
  padding-top: 30px;
}

.border-section {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.border-b {
  border-bottom: 1px solid #38352f;
}

.border-bottom-grey {
  border-bottom: 1px solid #efefef;
}

.border-top-grey {
  border-top: 1px solid #efefef;
}

.darken-layout {
  background-color: #393230;
}

.dark-layout {
  background-color: #2d2a25;
}

.light-layout {
  background-color: #f9f9f9;
}

.white-layout {
  background-color: #ffffff;
}

.bg-light0 {
  background-color: #d0edff;
}

.bg-light1 {
  background-color: #ffc0cb;
}

.bg-light2 {
  background-color: #63b4f2;
}

.white {
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.pink {
  background-color: #ffc0cb;
}

.red {
  background-color: #ff647f;
}

.green {
  background-color: #6fb866;
}

.yellow {
  background-color: #f2f896;
}

.skyblue {
  background-color: #7ee7ec;
}

.blue {
  background-color: #63b4f2;
}

.orange {
  background-color: #ffb17a;
}

.purple {
  background-color: #eeb1d7;
}

.violet {
  background-color: #a06da0;
}

.brown {
  background-color: #a57372;
}

.lightgreen {
  background-color: #90ee90;
}

.olive {
  background-color: #808000;
}

.navy {
  background-color: #505c80;
}

.black {
  background-color: #000000;
}

.gray,
.grey {
  background-color: #777777;
}

.bg-blog {
  background-color: #eeeeee;
}

del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}

.br-default .br-unit {
  font-size: 18px !important;
  width: unset !important;
  height: unset !important;
}

.br-default .br-selected:after {
  color: #ffa200 !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.sticky.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 300ms ease;
  background: #fff;
  box-shadow: 0px 0px 8px #ddd;
}

.sticky.fixed .top-header {
  display: none;
}

.sticky.header2.fixed .top-header {
  display: none;
}

.sticky.header2.fixed .main-menu .brand-logo {
  padding-top: 26px;
  padding-bottom: 26px;
}

.sticky.header2.fixed .main-menu .menu-left .navbar {
  padding: 28px 45px 28px 0;
}

.sticky.header2.fixed .main-menu .menu-right .icon-nav li.onhover-div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sticky.header2.fixed .main-nav-center .sm > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sticky.header2.fixed .main-nav-center .sm > li .lable-nav {
  top: 1px;
}

.rtl-btn {
  position: fixed;
  right: 0;
  width: 42px;
  height: 41px;
  color: #000000;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  text-decoration: none;
  background: #ffffff;
  top: 33%;
  border: 1px solid white;
  box-shadow: 0 0 5px rgba(4, 4, 4, 0.28);
}

.rtl-btn .RTL_cls {
  position: relative;
  z-index: 99;
  display: block;
  float: right;
  font-size: 14px;
  text-decoration: none;
  padding-left: 8px;
  white-space: nowrap;
  color: black;
}

.rtl-btn .RTL_cls .cart_qty_cls {
  font-weight: 400;
}

.bg-grey {
  background-color: #f7f7f7;
}

/*=====================
    1.1.Button CSS start
    ==========================*/

button {
  cursor: pointer;
}

.btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}

.btn:hover {
  transition: 0.3s ease-in-out;
}

.btn:focus {
  box-shadow: none;
}

.btn-solid {
  padding: 13px 29px;
  color: #ffffff;
  letter-spacing: 0.05em;
  border: 2px solid var(--theme-deafult);
  background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 0;
  transition: background 300ms ease-in-out;
}

.btn-solid:hover {
  background-position: 100%;
  color: #000000;
  background-color: #ffffff;
}

.btn-solid.black-btn {
  background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
  border: 2px solid #222222;
}

.btn-solid:focus {
  color: #ffffff;
}

.btn-solid.btn-gradient {
  background: var(--theme-deafult);
  background: linear-gradient(180deg, var(--theme-gradient1) 0%, var(--theme-gradient2) 99%);
  transition: background 300ms ease-in-out;
  background-size: 300% 100%;
  border: none;
}

.btn-solid.btn-gradient:hover {
  background: linear-gradient(-180deg, var(--theme-gradient2) 0%, var(--theme-gradient1) 99%);
  transition: background 300ms ease-in-out;
  color: white;
}

.btn-solid.btn-green {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
  border: none;
  background-color: var(--theme-deafult);
}

.btn-solid.btn-green:hover {
  background-color: var(--theme-deafult);
  background-image: none;
  color: white;
}

.btn-solid.btn-sm, .btn-group-sm > .btn-solid.btn {
  padding: 9px 16px;
}

.btn-solid.btn-xs {
  padding: 5px 8px;
  text-transform: capitalize;
}

.btn-outline {
  display: inline-block;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  border: 2px solid var(--theme-deafult);
  position: relative;
  color: #000000;
}

.btn-outline:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--theme-deafult);
  z-index: -2;
}

.btn-outline:hover, .btn-outline:focus {
  color: #ffffff !important;
  background-color: var(--theme-deafult);
}

.btn-outline:hover i, .btn-outline:focus i {
  color: #ffffff !important;
}

.btn-outline:hover:before, .btn-outline:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-outline.btn-sm, .btn-group-sm > .btn-outline.btn {
  padding: 9px 16px;
  font-size: 12px;
}

button.btn.btn-solid:active, button.btn.btn-outline:active {
  background-image: linear-gradient(30deg, var(--theme-deafult) 50%, transparent 50%);
  color: #ffffff;
  background: var(--theme-deafult);
}

.btn-classic:hover {
  background-color: var(--theme-deafult);
}

.btn-theme {
  background-color: var(--theme-deafult);
  color: #ffffff;
}

/*=====================
    1.2.Title CSS start
    ==========================*/

.title1 {
  text-align: center;
}

.title1 h4 {
  color: var(--theme-deafult);
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: -3px;
}

.title1 .title-inner1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.title1 .title-inner1:after {
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: var(--theme-deafult);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.title1.title5 .title-inner1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.title1.title5 .title-inner1:after {
  display: none;
}

.title1.title5 hr[role=tournament6] {
  border: 0px solid;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), var(--theme-deafult), rgba(0, 0, 0, 0));
  display: block;
  width: 25%;
  margin: 15px auto 30px auto;
}

.title1.title5 hr[role=tournament6]::before {
  position: absolute;
  background-color: #efefef;
  border: 1px solid;
  border-color: var(--theme-deafult);
  padding: 5px;
  transform: rotate(45deg);
  left: 50%;
  margin: -6px 0px 0px 0;
  content: "";
}

.title2 {
  text-align: center;
}

.title2 h4 {
  color: var(--theme-deafult);
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: -3px;
}

.title2 .title-inner2 {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}

.title2 .title-inner2:after {
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: var(--theme-deafult);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3px;
  z-index: -1;
}

.title3 {
  text-align: center;
}

.title3 h4 {
  color: var(--theme-deafult);
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: -3px;
}

.title3 .title-inner3 {
  margin-bottom: 20px;
  position: relative;
  margin-top: -5px;
}

.title3 .line {
  position: relative;
  height: 5px;
  width: 45px;
  background-color: var(--theme-deafult);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 50px;
}

.title3 .line:after, .title3 .line:before {
  position: absolute;
  height: 5px;
  width: 10px;
  content: "";
  background-color: var(--theme-deafult);
}

.title3 .line:after {
  right: 50px;
}

.title3 .line:before {
  left: 50px;
}

.title4 {
  text-align: center;
}

.title4 .title-inner4 {
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
  margin-top: -5px;
}

.title4 .line {
  position: relative;
  height: 1px;
  width: 180px;
  background-color: var(--theme-deafult);
  margin: 0 auto;
  margin-bottom: 55px;
  bottom: 0;
  top: 0;
}

.title4 .line:after, .title4 .line:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: var(--theme-deafult);
  top: -4px;
}

.title4 .line:after {
  left: 78px;
}

.title4 .line:before {
  left: 64px;
}

.title4 .line span:after, .title4 .line span:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: var(--theme-deafult);
  top: -4px;
}

.title4 .line span:after {
  right: 78px;
}

.title4 .line span:before {
  right: 64px;
}

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px;
}

/*=====================
    1.3.Brand logo CSS start
    ==========================*/

.logo-block a:focus {
  outline: none;
}

.logo-block img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.5s ease;
  margin: 0 auto;
}

.logo-block img:focus {
  outline: none;
}

.logo-block img:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.5s ease;
}

/*=====================
    02.Header CSS start
    ==========================*/

header {
  background-color: #ffffff;
}

.left-header .top-header .header-dropdown > li {
  padding: 15px 25px !important;
}

.left-header .top-header .header-dropdown > li:first-child {
  padding-right: 0 !important;
}

.onhover-dropdown {
  position: relative;
  font-size: 14px;
}

.onhover-dropdown:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  right: 3px;
}

.onhover-dropdown .onhover-show-div {
  top: 50px;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  transition: all linear 0.3s;
  min-width: 160px;
  text-align: left;
  box-shadow: 0 0 1px 0 #ebebeb;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px;
  border-radius: 0 !important;
}

.onhover-dropdown .onhover-show-div.product-page-full {
  z-index: 99999;
}

.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.onhover-div {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Helvetica", "HelvelticaRounded", "Helvetica Neue", Arial, sans-serif, Lato, sans-serif;
}

.onhover-div img,
.onhover-div i {
  cursor: pointer;
}

.onhover-div .show-div {
  top: 103px;
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  transition: all linear 0.3s;
  min-width: 236px;
  text-align: left;
  box-shadow: 0 0 1px 0 #ebebeb;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 0;
  border-radius: 0 !important;
}

.onhover-div:hover .show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
}

.search-overlay > div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay > div .overlay-content {
  width: 100%;
}

.search-overlay > div .overlay-content .form-control:focus {
  box-shadow: none;
}

.search-overlay > div .overlay-content input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #777777;
  border-radius: 0;
  padding: 20px 0;
}

.search-overlay > div .overlay-content input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
  font-size: 18px;
}

.search-overlay > div .overlay-content input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  font-size: 18px;
}

.search-overlay > div .overlay-content input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  font-size: 18px;
}

.search-overlay > div .overlay-content input:-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  font-size: 18px;
}

.search-overlay > div .overlay-content button {
  position: absolute;
  top: 10px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #777777;
  right: 10px;
}

.search-overlay > div .closebtn {
  position: fixed;
  top: 10px;
  right: 25px;
  color: #777777;
  font-size: 40px;
  cursor: pointer;
}

.top-header {
  background-color: #f8f8f8;
}

.top-header .header-contact {
  padding: 15px 0;
}

.top-header .header-contact li {
  color: #999999;
  font-size: 14px;
  padding-right: 25px;
}

.top-header .header-contact li i {
  color: var(--theme-deafult);
  padding-right: 10px;
}

.top-header .header-dropdown li {
  cursor: pointer;
  color: #999999;
  padding: 15px 25px;
}

.top-header .header-dropdown li:first-child {
  padding-right: 0;
}

.top-header .header-dropdown li:last-child {
  padding-left: 0;
}

.top-header .header-dropdown li a {
  text-transform: capitalize;
  color: #999999;
}

.top-header .header-dropdown li i {
  padding-right: 5px;
  transition: all 0.5s ease;
}

.top-header .header-dropdown li ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.top-header .header-dropdown li a i {
  color: #999999;
  transition: all 0.5s ease;
}

.top-header .header-dropdown li a:hover i {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.top-header .header-dropdown li:hover i {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.top-header .header-dropdown li:hover a {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
  padding-left: 0;
  display: flex;
  font-size: 15px;
  padding-bottom: 5px;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
  padding-bottom: 0;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #333333;
}

.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:hover a {
  color: var(--theme-deafult);
}

.top-header.top-header-dark {
  background-color: #222222;
}

.top-header.top-header-dark .header-contact li {
  color: #777777;
}

.top-header.top-header-dark .header-contact li i {
  color: #777777;
}

.top-header.top-header-dark .header-dropdown li {
  color: #777777;
}

.top-header.top-header-dark .header-dropdown li a {
  color: #777777;
}

.top-header.top-header-dark .header-dropdown li a i {
  color: #777777;
}

.top-header.top-header-dark .header-dropdown li a:hover i {
  color: var(--theme-deafult);
}

.top-header .layout3-menu .main-menu .menu-left .navbar i {
  font-size: 22px;
}

.top-header.top-header-dark2 {
  background-color: #2d2a25;
}

.top-header.top-header-dark2 .header-contact li {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-contact li i {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a i {
  color: #7f786d;
}

.top-header.top-header-dark2 .header-dropdown li a:hover i {
  color: var(--theme-deafult);
}

.top-header.top-header-dark3 {
  background-color: #393230;
}

.top-header.top-header-dark3 .header-contact li {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-contact li i {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a i {
  color: #948e8c;
}

.top-header.top-header-dark3 .header-dropdown li a:hover i {
  color: var(--theme-deafult);
}

.absolute-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

.main-menu.product-full-page {
  z-index: 9999;
}

.main-menu .brand-logo {
  display: inline-block;
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu .menu-left {
  display: flex;
  align-items: center;
}

.main-menu .menu-left .navbar {
  display: inline-block;
  padding: 40px 45px 40px 0;
}

.main-menu .menu-left .navbar i {
  font-size: 24px;
  color: #222222;
  cursor: pointer;
}

.main-menu .menu-left .navbar.white-navbar i {
  color: #ffffff;
}

.main-menu .menu-left.around-border .navbar > a {
  border: 2px solid var(--theme-deafult);
  padding: 11px 10px 6px;
}

.main-menu .menu-left.category-nav-right .navbar {
  padding-right: 0;
  padding-left: 45px;
}

.main-menu .menu-left.category-nav-right .navbar > a {
  border: 2px solid #f5f2f2;
  padding: 11px 10px 6px;
}

.main-menu .menu-left.category-nav-right .navbar i {
  color: #938d8c;
}

.main-menu .menu-right {
  display: flex;
  float: right;
}

.main-menu .menu-right .icon-nav {
  display: inline-block;
}

.main-menu .menu-right .icon-nav li {
  padding-left: 20px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
  padding: 15px 15px;
  min-width: 270px;
  left: unset;
  right: 0;
  max-height: 315px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar {
  width: 3px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-thumb {
  background: var(--theme-deafult);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart h5 {
  margin-bottom: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:last-child {
  padding-bottom: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img {
  height: 90px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body {
  align-self: center;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
  color: #333333;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
  color: #777777;
  font-size: 16px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
  position: absolute;
  top: 0;
  right: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i {
  color: #a1a1a1;
  transition: all 0.3s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
  color: #000000;
  transition: all 0.3s ease;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
  border-top: 1px solid #f1f5f4;
  border-bottom: 1px solid #f1f5f4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #999999;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 span {
  float: right;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
  font-weight: 700;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: var(--theme-deafult);
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons .checkout {
  float: right;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
  padding: 15px 20px 20px;
  min-width: 175px;
  right: 0;
  left: unset;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child {
  margin-top: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
  display: flex;
  padding-bottom: 0;
  padding-left: 17px;
  padding-top: 5px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li {
  padding: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control {
  border-radius: 0;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div li .search-btn {
  padding: 8px 12px;
  background-color: var(--theme-deafult);
  color: #ffffff;
}

.main-menu .menu-right .icon-nav.white-icon .onhover-div img {
  filter: brightness(5);
}

.main-menu .menu-right .icon-nav.white-icon .onhover-div .show-div img {
  filter: none;
}

.nav-cat li {
  position: relative;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-cat li .round-cat {
  height: 50px;
  width: 50px;
  border: 1px solid #dddddd;
  padding: 12px;
  border-radius: 100%;
  margin-right: 10px;
}

.nav-cat li a {
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
}

/*=====================
    03.Home slider CSS start
    ==========================*/

.home-slider .layout-7 .home,
.center-slider .layout-7 .home {
  height: 60vh;
}

.home-slider .layout-7 .home .slider-contain,
.center-slider .layout-7 .home .slider-contain {
  height: 60vh;
}

.home-slider .owl-prev,
.home-slider .owl-next,
.center-slider .owl-prev,
.center-slider .owl-next {
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s ease;
  margin-top: -10px;
  border-radius: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.home-slider .owl-prev i,
.home-slider .owl-next i,
.center-slider .owl-prev i,
.center-slider .owl-next i {
  font-size: 8px;
}

.home-slider .owl-next,
.center-slider .owl-next {
  right: 1px;
}

.home-slider .owl-prev,
.center-slider .owl-prev {
  left: 1px;
  z-index: 1;
}

.home-slider .home,
.center-slider .home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
}

.home-slider .slider-contain,
.center-slider .slider-contain {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
}

.home-slider .slider-contain h1,
.center-slider .slider-contain h1 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #222222;
}

.home-slider .slider-contain h4,
.center-slider .slider-contain h4 {
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #777777;
  margin-bottom: 0;
  margin-top: -3px;
}

.home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline,
.center-slider .slider-contain .btn-solid,
.center-slider .slider-contain .btn-outline {
  margin-top: 20px;
}

.home-slider .p-left .slider-contain,
.center-slider .p-left .slider-contain {
  justify-content: flex-start;
}

.home-slider .p-right .slider-contain,
.center-slider .p-right .slider-contain {
  justify-content: flex-end;
}

.home-slider .p-center .slider-contain,
.center-slider .p-center .slider-contain {
  justify-content: center;
}

.home-slider.text-white .slider-contain h1,
.home-slider.text-white .slider-contain h4,
.center-slider.text-white .slider-contain h1,
.center-slider.text-white .slider-contain h4 {
  color: #ffffff;
}

.home-slider:hover .owl-prev,
.home-slider:hover .owl-next,
.center-slider:hover .owl-prev,
.center-slider:hover .owl-next {
  opacity: 1;
  transform: scale(2.5);
  transition: all 0.5s ease;
}

.home-slider:hover .owl-prev:before,
.home-slider:hover .owl-next:before,
.center-slider:hover .owl-prev:before,
.center-slider:hover .owl-next:before {
  opacity: 1;
}

.home-slider:hover .owl-next,
.center-slider:hover .owl-next {
  right: 100px;
}

.home-slider:hover .owl-prev,
.center-slider:hover .owl-prev {
  left: 100px;
}

.home-slider-container .slider-contain {
  padding: 0 100px;
}

.center-slider {
  border-left: 1px solid #f1f5f4;
  border-right: 1px solid #f1f5f4;
}

.banner-slider .height-banner {
  height: 100%;
}

.banner-slider .home {
  height: 81vh;
}

.banner-slider .home .slider-contain {
  height: 81vh;
}

.banner-slider .home-banner > div img {
  width: 100%;
}

.banner-slider .home-banner > div:last-child img {
  margin-top: 30px;
}

.absolute-banner {
  margin-top: -105px;
}

.absolute-banner .absolute-bg {
  background-color: white;
  position: relative;
  padding: 25px;
  box-shadow: 0 0 8px 0 #ddd;
  z-index: 1;
}

/*=====================
    04.Instagram CSS start
    ==========================*/

.slick-instagram {
  margin-bottom: -5px;
}

.instagram-box {
  position: relative;
  background-color: var(--theme-deafult);
  overflow: hidden;
}

.instagram-box img {
  width: 100%;
}

.instagram-box .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--theme-deafult);
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(3) rotate(90deg);
}

.instagram-box .overlay i {
  font-size: 60px;
  color: #ffffff;
}

.instagram-box:hover .overlay {
  opacity: 0.5;
  transition: 0.5s ease;
  transform: scale(1) rotate(0deg);
}

/*=====================
    05.Blog CSS start
    ==========================*/

.blog-bg {
  background-color: #f1f5f4;
}

.blog .owl-item {
  line-height: 1;
}

.classic-effect {
  position: relative;
  overflow: hidden;
}

.classic-effect:before, .classic-effect:after {
  background: var(--theme-deafult);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}

.classic-effect:before {
  left: 0;
  transition-delay: 0s;
}

.classic-effect:after {
  left: 25%;
  transition-delay: 0.025s;
}

.classic-effect span:before, .classic-effect span:after {
  background: var(--theme-deafult);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}

.classic-effect span:before {
  left: 50%;
  transition-delay: 0.05s;
}

.classic-effect span:after {
  left: 75%;
  transition-delay: 0.15s;
}

.classic-effect:hover:before, .classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}

.classic-effect:hover span:before, .classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}

.basic-effect {
  position: relative;
  overflow: hidden;
}

.basic-effect img {
  transition: all 0.5s ease;
}

.basic-effect:after {
  position: absolute;
  content: "";
  background: linear-gradient(-180deg, rgba(var(--theme-gradient1), 0.8) 0%, rgba(var(--theme-gradient2), 0.8) 99%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

.basic-effect:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}

.basic-effect:hover img {
  transform: scale(1.2) rotate(5deg);
  transition: all 0.5s ease;
}

.blog-details {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details h4 {
  color: var(--theme-deafult);
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 0;
}

.blog-details p {
  color: #222222;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.blog-details p:hover {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.blog-details h6 {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.blog-2 .blog-details h6 {
  padding: 5px 0;
}

/*=====================
    06.Service CSS start
    ==========================*/

.service-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block .media {
  padding-top: 23px;
  padding-bottom: 23px;
  align-items: center;
}

.service-block svg {
  margin-right: 12px;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease;
}

.service-block svg path {
  fill: var(--theme-deafult);
}

.service-block img {
  margin-right: 12px;
}

.service-block h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.service-block p {
  text-transform: capitalize;
  margin-bottom: 0;
}

.service-block + .service-block {
  border-left: 1px solid #dddddd;
}

.service-block:hover svg {
  animation: pulse 1000ms ease-in-out;
  transition: all 0.3s ease;
}

.service-block:hover h4 {
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}

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

.service-block1 svg {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}

.service-block1 svg path {
  fill: var(--theme-deafult);
}

.service-block1 img {
  margin-bottom: 20px;
}

.service-block1 h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.service-block1 p {
  letter-spacing: 0.03em;
  margin-bottom: -3px;
  line-height: 1.5;
}

.service-block1:hover svg {
  animation: pulse 1000ms ease-in-out;
  transition: all 0.3s ease;
}

.service-block1:hover h4 {
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}

/*=====================
    07.About CSS start
    ==========================*/

.about-text p {
  line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 50px;
}

/*=====================
   08.Banner Timer CSS start
==========================*/

.banner-timer {
  background-size: cover;
  margin-left: 20px;
  margin-right: 20px;
}

.banner-timer .banner-text {
  padding-top: 45px;
  padding-bottom: 45px;
}

.banner-timer .banner-text h2 {
  margin-bottom: 0;
  text-align: center;
}

.banner-timer .banner-text h2 span {
  color: var(--theme-deafult);
}

.banner-timer .timer-box {
  justify-content: center;
  display: flex;
}

.timer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  margin-top: 30px;
  background-color: #2d2a25;
  display: inline-block;
}

.timer p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.timer span {
  width: 70px;
  display: inline-block;
}

.timer span .timer-cal {
  font-size: 12px;
  color: #777777;
}

.timer span .padding-l {
  padding-left: 22px;
  display: inline;
}

.timer span .timer-num {
  width: auto !important;
}

/*=====================
    9.Category CSS start
==========================*/

.category-block .category-image {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.category-block .category-details {
  margin-top: 15px;
  text-align: center;
}

.category-block .category-details h5 {
  font-weight: 700;
  margin: 0 auto;
  transition: 0.5s ease;
  text-transform: uppercase;
}

.category-block:hover .category-image {
  background-color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.category-block:hover .category-image img {
  filter: brightness(0) invert(1);
  transition: all 0.5s ease;
}

.category-block:hover .category-details h5 {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.category-border {
  background-color: #f1f5f4;
  padding: 20px 10px;
}

.category-border .border-padding {
  padding: 0 10px;
}

.category-border div .category-banner {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.category-border div .category-banner img {
  transform: scale(1);
  transition: 0.5s ease;
}

.category-border div .category-banner:hover img {
  transform: scale(1.1) translateX(14px);
  transition: 0.5s ease;
}

.category-border div .category-banner:hover h2 {
  color: var(--theme-deafult);
  transition: 0.5s ease;
}

.category-border div .category-banner .category-box {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-border div .category-banner .category-box h2 {
  background-color: #ffffff;
  display: inline-block;
  padding: 20px 35px;
  margin-bottom: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
  transition: 0.5s ease;
}

.category-bg {
  position: relative;
  z-index: 1;
  padding: 40px 50px;
}

.category-bg .image-block img {
  width: 100%;
}

.category-bg .image-block.even:after {
  bottom: 94%;
}

.category-bg .image-block:after {
  content: "";
  position: absolute;
  background-color: var(--theme-deafult);
  height: 0;
  width: 40px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s ease;
  margin-top: -40px;
}

.category-bg .image-block:hover:after {
  opacity: 1;
  transition: 0.5s ease;
  height: 80px;
}

.category-bg .contain-block {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffffff;
}

.category-bg .contain-block.even:after {
  top: 94%;
}

.category-bg .contain-block:after {
  content: "";
  position: absolute;
  background-color: var(--theme-deafult);
  height: 0;
  width: 40px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s ease;
  bottom: 94%;
}

.category-bg .contain-block:hover h2 {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.category-bg .contain-block:hover h6 span {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.category-bg .contain-block:hover .category-btn {
  background-image: linear-gradient(30deg, #222222 50%, transparent 50%);
  border: 2px solid #222222;
  transition: all 0.5s ease;
}

.category-bg .contain-block:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
  height: 80px;
}

.category-bg .contain-block h2 {
  margin-bottom: 0;
  margin-top: 15px;
  transition: 0.5s ease;
}

.category-bg .contain-block h6 {
  color: var(--theme-deafult);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 0;
}

.category-bg .contain-block h6 span {
  color: #7f786d;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: all 0.5s ease;
}

.category-bg .contain-block .category-btn {
  letter-spacing: 0.07em;
  margin-bottom: 25px;
  margin-top: 25px;
  transition: all 0.5s ease;
}

.category-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--theme-deafult);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.category-m .owl-item > div {
  margin: 0 20px;
}

.category-m .category-wrapper {
  border: 1px solid #dddada;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.category-m .category-wrapper > div:after, .category-m .category-wrapper > div:before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--theme-deafult);
  transition-delay: 0s;
}

.category-m .category-wrapper > div:before {
  left: 0;
  top: 0;
}

.category-m .category-wrapper > div:after {
  right: 0;
  bottom: 0;
}

.category-m .category-wrapper:after, .category-m .category-wrapper:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--theme-deafult);
}

.category-m .category-wrapper:before {
  right: 0;
  top: 0;
}

.category-m .category-wrapper:after {
  left: 0;
  bottom: 0;
}

.category-m .category-wrapper:hover {
  transition: all 0.5s ease;
}

.category-m .category-wrapper:hover:after, .category-m .category-wrapper:hover:before {
  transition-delay: 0s;
  width: 100%;
}

.category-m .category-wrapper:hover > div:after, .category-m .category-wrapper:hover > div:before {
  transition-delay: 0.2s;
  height: 100%;
}

.category-m .category-wrapper img {
  display: inline;
}

.category-m .category-wrapper h4 {
  text-transform: uppercase;
  color: #2d2a25;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-top: 25px;
}

.category-m .category-wrapper .btn {
  margin-top: 20px;
}

.category-m .category-wrapper .category-link li {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}

.category-m .category-wrapper .category-link li:first-child {
  margin-top: 0;
}

.category-m .category-wrapper .category-link li a {
  color: #948e8c;
}

.category-m .category-wrapper .category-link li a:hover {
  color: var(--theme-deafult);
}

.background {
  background-color: #f1f5f4;
  padding: 20px 10px;
  margin: 0;
}

.background .contain-bg {
  width: 100%;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  transition: all 0.5s ease;
}

.background .contain-bg h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.background .contain-bg:hover {
  background-color: var(--theme-deafult);
}

.background .contain-bg:hover h4 {
  color: white;
  transition: all 0.5s ease;
}

/*=====================
    09.Product Box CSS start
    ==========================*/

.br[_ngcontent-c25] {
  margin-top: 5px !important;
}

.br[_ngcontent-c16] {
  margin-top: 5px !important;
}

.br[_ngcontent-c17] {
  margin-top: 5px !important;
}

.search-product .product-box .product-detail,
.search-product .product-box .product-info,
.search-product .product-wrap .product-detail,
.search-product .product-wrap .product-info {
  padding-left: 0;
}

.product-m .owl-item .img-wrapper {
  margin: 0 10px;
}

.color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all 0.1s ease;
  vertical-align: middle;
}

.size-variant {
  padding-top: 10px;
}

.size-variant li {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  color: #777777;
  border: 1px solid;
  line-height: 20px;
  margin-right: 5px;
  text-transform: lowercase;
  cursor: pointer;
}

.size-variant li.square {
  border-radius: 0;
}

.size-variant li.round {
  border-radius: 100%;
}

.no-slider .product-box {
  width: 100%;
  flex: 0 0 25%;
  max-width: calc(25% - 30px);
  margin: 0 15px 30px;
}

.no-slider .product-box:nth-last-child(-n+4) {
  margin: 0 15px 0;
}

.product-para p {
  margin-bottom: 0;
  padding-bottom: 30px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.product-box .product-detail h4 del,
.product-box .product-info h4 del,
.product-wrap .product-detail h4 del,
.product-wrap .product-info h4 del {
  color: #FF0000;
  font-size: 14px;
}

.product-box .img-wrapper .product-thumb-list li img,
.product-wrap .img-wrapper .product-thumb-list li img {
  width: 45px;
}

.product-box,
.product-wrap {
  position: relative;
  transition: all 0.5s ease;
}

.product-box .img-block,
.product-wrap .img-block {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.product-box .img-block .front,
.product-wrap .img-block .front {
  opacity: 1;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.product-box .img-block .back,
.product-wrap .img-block .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX(-100px);
}

.product-box .img-block .lable-wrapper,
.product-wrap .img-block .lable-wrapper {
  margin: 0 auto;
  top: 40px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
}

.product-box .img-block .lable-wrapper .lable1,
.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable2 {
  font-size: 14px;
  padding: 10px 14px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.product-box .img-block .lable-wrapper .lable1,
.product-wrap .img-block .lable-wrapper .lable1 {
  background-color: var(--theme-deafult);
  color: #ffffff;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.product-box .img-block .lable-wrapper .lable2,
.product-wrap .img-block .lable-wrapper .lable2 {
  background-color: #ffffff;
  color: #000000;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.product-box .img-wrapper,
.product-wrap .img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
  opacity: 1;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s ease;
}

.product-box .img-wrapper .back,
.product-wrap .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX(-100px);
}

.product-box .img-wrapper .cart-box,
.product-wrap .img-wrapper .cart-box {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  border-radius: 50px;
  width: max-content;
  padding: 12px 15px;
  box-shadow: 0 0 12px 0 #dddddd;
  bottom: 30px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease;
}

.product-box .img-wrapper .cart-box button,
.product-wrap .img-wrapper .cart-box button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .img-wrapper .cart-box i,
.product-wrap .img-wrapper .cart-box i {
  color: #6f6f6f;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.2s ease;
  display: inline-block;
}

.product-box .img-wrapper .cart-box i:hover,
.product-wrap .img-wrapper .cart-box i:hover {
  color: var(--theme-deafult);
  transition: all 0.2s ease;
}

.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
  border-radius: 100%;
  background-color: var(--theme-deafult);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 4px;
  text-transform: uppercase;
  color: #ffffff;
  top: 11px;
  left: 9px;
  border-radius: 4px;
  z-index: 1;
}

.product-box .img-wrapper .lable-block .lable4,
.product-wrap .img-wrapper .lable-block .lable4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  top: 11px;
  right: 9px;
  letter-spacing: 0.1em;
  z-index: 1;
  color: #212529;
}

.product-box .cart-info,
.product-box .cart-wrap,
.product-wrap .cart-info,
.product-wrap .cart-wrap {
  position: absolute;
  bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-box .cart-info a [class^=icon-],
.product-box .cart-info a [class*=" icon-"],
.product-box .cart-wrap a [class^=icon-],
.product-box .cart-wrap a [class*=" icon-"],
.product-wrap .cart-info a [class^=icon-],
.product-wrap .cart-info a [class*=" icon-"],
.product-wrap .cart-wrap a [class^=icon-],
.product-wrap .cart-wrap a [class*=" icon-"] {
  display: inline-block;
}

.product-box .cart-info.cart-wrap,
.product-box .cart-wrap.cart-wrap,
.product-wrap .cart-info.cart-wrap,
.product-wrap .cart-wrap.cart-wrap {
  bottom: 0;
  text-align: right;
  left: unset;
}

.product-box .cart-info.cart-wrap i,
.product-box .cart-wrap.cart-wrap i,
.product-wrap .cart-info.cart-wrap i,
.product-wrap .cart-wrap.cart-wrap i {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-box .cart-info.cart-wrap.cart-effect-left,
.product-box .cart-wrap.cart-wrap.cart-effect-left,
.product-wrap .cart-info.cart-wrap.cart-effect-left,
.product-wrap .cart-wrap.cart-wrap.cart-effect-left {
  left: 0;
  right: unset;
}

.product-box .cart-info button,
.product-box .cart-wrap button,
.product-wrap .cart-info button,
.product-wrap .cart-wrap button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .cart-info i,
.product-box .cart-wrap i,
.product-wrap .cart-info i,
.product-wrap .cart-wrap i {
  color: #6f6f6f;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-box .cart-info i:hover,
.product-box .cart-wrap i:hover,
.product-wrap .cart-info i:hover,
.product-wrap .cart-wrap i:hover {
  color: var(--theme-deafult);
}

.product-box .cart-detail,
.product-wrap .cart-detail {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 0;
}

.product-box .cart-detail i,
.product-wrap .cart-detail i {
  color: #6f6f6f;
  font-size: 18px;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-box .cart-detail button,
.product-wrap .cart-detail button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
  padding-left: 10px;
}

.product-box .product-detail .rating,
.product-box .product-info .rating,
.product-wrap .product-detail .rating,
.product-wrap .product-info .rating {
  margin-top: 15px;
}

.product-box .product-detail .rating .pro-rating .br-units,
.product-box .product-info .rating .pro-rating .br-units,
.product-wrap .product-detail .rating .pro-rating .br-units,
.product-wrap .product-info .rating .pro-rating .br-units {
  justify-content: center;
}

.product-box .product-detail .rating i,
.product-box .product-info .rating i,
.product-wrap .product-detail .rating i,
.product-wrap .product-info .rating i {
  padding-right: 5px;
}

.product-box .product-detail .rating i:nth-child(-n+4),
.product-box .product-info .rating i:nth-child(-n+4),
.product-wrap .product-detail .rating i:nth-child(-n+4),
.product-wrap .product-info .rating i:nth-child(-n+4) {
  color: #ffa200;
}

.product-box .product-detail .rating i:last-child,
.product-box .product-info .rating i:last-child,
.product-wrap .product-detail .rating i:last-child,
.product-wrap .product-info .rating i:last-child {
  color: #dddddd;
}

.product-box .product-detail p,
.product-box .product-info p,
.product-wrap .product-detail p,
.product-wrap .product-info p {
  display: none;
}

.product-box .product-detail h6,
.product-box .product-info h6,
.product-wrap .product-detail h6,
.product-wrap .product-info h6 {
  line-height: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all 0.5s ease;
  font-size: 16px;
  margin-top: -17px;
}

.product-box .product-detail h4,
.product-box .product-info h4,
.product-wrap .product-detail h4,
.product-wrap .product-info h4 {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.product-box .product-detail .color-variant,
.product-box .product-info .color-variant,
.product-wrap .product-detail .color-variant,
.product-wrap .product-info .color-variant {
  padding-top: 12px;
}

.product-box .product-detail .color-variant li,
.product-box .product-info .color-variant li,
.product-wrap .product-detail .color-variant li,
.product-wrap .product-info .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all 0.1s ease;
  cursor: pointer;
  vertical-align: middle;
}

.product-box .product-detail .color-variant li.white,
.product-box .product-info .color-variant li.white,
.product-wrap .product-detail .color-variant li.white,
.product-wrap .product-info .color-variant li.white {
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.product-box .product-detail .color-variant li.pink,
.product-box .product-info .color-variant li.pink,
.product-wrap .product-detail .color-variant li.pink,
.product-wrap .product-info .color-variant li.pink {
  background-color: #ffc0cb;
}

.product-box .product-detail .color-variant li.red,
.product-box .product-info .color-variant li.red,
.product-wrap .product-detail .color-variant li.red,
.product-wrap .product-info .color-variant li.red {
  background-color: #ff647f;
}

.product-box .product-detail .color-variant li.green,
.product-box .product-info .color-variant li.green,
.product-wrap .product-detail .color-variant li.green,
.product-wrap .product-info .color-variant li.green {
  background-color: #6fb866;
}

.product-box .product-detail .color-variant li.yellow,
.product-box .product-info .color-variant li.yellow,
.product-wrap .product-detail .color-variant li.yellow,
.product-wrap .product-info .color-variant li.yellow {
  background-color: #f2f896;
}

.product-box .product-detail .color-variant li.skyblue,
.product-box .product-info .color-variant li.skyblue,
.product-wrap .product-detail .color-variant li.skyblue,
.product-wrap .product-info .color-variant li.skyblue {
  background-color: #7ee7ec;
}

.product-box .product-detail .color-variant li.blue,
.product-box .product-info .color-variant li.blue,
.product-wrap .product-detail .color-variant li.blue,
.product-wrap .product-info .color-variant li.blue {
  background-color: #63b4f2;
}

.product-box .product-detail .color-variant li.orange,
.product-box .product-info .color-variant li.orange,
.product-wrap .product-detail .color-variant li.orange,
.product-wrap .product-info .color-variant li.orange {
  background-color: #ffb17a;
}

.product-box .product-detail .color-variant li.purple,
.product-box .product-info .color-variant li.purple,
.product-wrap .product-detail .color-variant li.purple,
.product-wrap .product-info .color-variant li.purple {
  background-color: #eeb1d7;
}

.product-box .product-detail .color-variant li.violet,
.product-box .product-info .color-variant li.violet,
.product-wrap .product-detail .color-variant li.violet,
.product-wrap .product-info .color-variant li.violet {
  background-color: #a06da0;
}

.product-box .product-detail .color-variant li.brown,
.product-box .product-info .color-variant li.brown,
.product-wrap .product-detail .color-variant li.brown,
.product-wrap .product-info .color-variant li.brown {
  background-color: #a57372;
}

.product-box .product-detail .color-variant li.lightgreen,
.product-box .product-info .color-variant li.lightgreen,
.product-wrap .product-detail .color-variant li.lightgreen,
.product-wrap .product-info .color-variant li.lightgreen {
  background-color: #90ee90;
}

.product-box .product-detail .color-variant li.olive,
.product-box .product-info .color-variant li.olive,
.product-wrap .product-detail .color-variant li.olive,
.product-wrap .product-info .color-variant li.olive {
  background-color: #808000;
}

.product-box .product-detail .color-variant li.navy,
.product-box .product-info .color-variant li.navy,
.product-wrap .product-detail .color-variant li.navy,
.product-wrap .product-info .color-variant li.navy {
  background-color: #505c80;
}

.product-box .product-detail .color-variant li.black,
.product-box .product-info .color-variant li.black,
.product-wrap .product-detail .color-variant li.black,
.product-wrap .product-info .color-variant li.black {
  background-color: #000000;
}

.product-box .product-detail .color-variant li.gray,
.product-box .product-detail .color-variant li .grey,
.product-box .product-info .color-variant li.gray,
.product-box .product-info .color-variant li .grey,
.product-wrap .product-detail .color-variant li.gray,
.product-wrap .product-detail .color-variant li .grey,
.product-wrap .product-info .color-variant li.gray,
.product-wrap .product-info .color-variant li .grey {
  background-color: #777777;
}

.product-box .product-info,
.product-wrap .product-info {
  padding: 0;
  text-align: center;
  position: relative;
}

.product-box .product-info .br-default .br-units,
.product-wrap .product-info .br-default .br-units {
  justify-content: center;
}

.product-box .product-info .add-btn,
.product-wrap .product-info .add-btn {
  position: absolute;
  bottom: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}

.product-box .product-info .add-btn i,
.product-wrap .product-info .add-btn i {
  color: var(--theme-deafult);
}

.product-box .product-info .add-btn .btn-outline,
.product-wrap .product-info .add-btn .btn-outline {
  transition: all 0.2s ease;
  color: var(--theme-deafult);
}

.product-box .product-info .add-btn .btn-outline:hover,
.product-wrap .product-info .add-btn .btn-outline:hover {
  color: #ffffff;
}

.product-box .product-info .add-btn .btn-outline:hover i,
.product-wrap .product-info .add-btn .btn-outline:hover i {
  color: #ffffff;
}

.product-box.effect-center .front img,
.product-wrap.effect-center .front img {
  transition: all 0.5s ease;
}

.product-box.effect-center .img-wrapper .cart-box,
.product-wrap.effect-center .img-wrapper .cart-box {
  bottom: 20%;
  transition: all 0.5s ease;
}

.product-box:hover.effect-center .front img,
.product-wrap:hover.effect-center .front img {
  opacity: 0.3;
  transition: all 0.5s ease;
}

.product-box:hover.effect-center .img-wrapper .cart-box,
.product-wrap:hover.effect-center .img-wrapper .cart-box {
  bottom: 35%;
  transition: all 0.5s ease;
}

.product-box:hover .img-block .first,
.product-box:hover .img-wrapper .first,
.product-wrap:hover .img-block .first,
.product-wrap:hover .img-wrapper .first {
  opacity: 0;
  transition: all 0.5s ease;
}

.product-box:hover .img-block .back,
.product-box:hover .img-wrapper .back,
.product-wrap:hover .img-block .back,
.product-wrap:hover .img-wrapper .back {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateX(0);
}

.product-box:hover .cart-info,
.product-wrap:hover .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
}

.product-box:hover .cart-info button,
.product-wrap:hover .cart-info button {
  animation: fadeInUp 300ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(2) i,
.product-wrap:hover .cart-info a:nth-child(2) i {
  animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(3) i,
.product-wrap:hover .cart-info a:nth-child(3) i {
  animation: fadeInUp 700ms ease-in-out;
}

.product-box:hover .cart-info a:nth-child(4) i,
.product-wrap:hover .cart-info a:nth-child(4) i {
  animation: fadeInUp 1000ms ease-in-out;
}

.product-box:hover .cart-wrap button,
.product-wrap:hover .cart-wrap button {
  animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(2) i,
.product-wrap:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(3) i,
.product-wrap:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-wrap a:nth-child(4) i,
.product-wrap:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left button,
.product-wrap:hover .cart-wrap.cart-effect-left button {
  animation: fadeInLeft 300ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(2) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(2) i {
  animation: fadeInLeft 500ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(3) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(3) i {
  animation: fadeInLeft 700ms ease-in-out;
}

.product-box:hover .cart-wrap.cart-effect-left a:nth-child(4) i,
.product-wrap:hover .cart-wrap.cart-effect-left a:nth-child(4) i {
  animation: fadeInLeft 1000ms ease-in-out;
}

.product-box:hover .cart-detail,
.product-wrap:hover .cart-detail {
  opacity: 1;
  transition: all 0.5s ease;
}

.product-box:hover .cart-detail button,
.product-wrap:hover .cart-detail button {
  animation: fadeInRight 300ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(2) i,
.product-wrap:hover .cart-detail a:nth-child(2) i {
  animation: fadeInRight 500ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(3) i,
.product-wrap:hover .cart-detail a:nth-child(3) i {
  animation: fadeInRight 700ms ease-in-out;
}

.product-box:hover .cart-detail a:nth-child(4) i,
.product-wrap:hover .cart-detail a:nth-child(4) i {
  animation: fadeInRight 1000ms ease-in-out;
}

.product-box:hover .product-info .add-btn,
.product-wrap:hover .product-info .add-btn {
  opacity: 1;
  transition: all 0.2s ease;
  animation: fadeInUp 500ms ease-in-out;
}

.product-box:hover .img-wrapper .cart-box,
.product-wrap:hover .img-wrapper .cart-box {
  opacity: 1;
  transition: all 0.2s ease;
  animation: fadeInUp 400ms ease-in-out;
}

/*=====================
    10.Theme tab CSS start
    ==========================*/

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px;
}

.theme-tab {
  position: relative;
}

.theme-tab .product-box .product-detail,
.theme-tab .product-box .product-info,
.theme-tab .product-wrap .product-detail,
.theme-tab .product-wrap .product-info {
  padding-left: 0;
}

.theme-tab .tab-content > .active .product-box,
.theme-tab .tab-content > .active .tab-box {
  animation: zoomIn 300ms ease-in-out;
}

.theme-tab .tab-content .product-tab .tab-box {
  background-color: #ffffff;
  width: 100%;
  flex: 0 0 25%;
  max-width: calc(25% - 10px);
  margin: 0 5px 10px;
}

.theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
  margin: 0 5px 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 img {
  height: 250px;
  padding: 15px;
  transition: all 0.5s ease;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body {
  margin-top: -18px;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
  margin-top: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i {
  padding-right: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:nth-child(-n+4) {
  color: #ffa200;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating i:last-child {
  color: #dddddd;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
  margin-right: 35px;
  line-height: 17px;
  margin-top: -10px;
  margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}

.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 20px;
  transition: all 0.1s ease;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}

.theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}

.theme-tab .tab-title ul.nav,
.theme-tab .tab-title2 ul.nav {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: -6px;
}

.theme-tab .tab-title .nav-link,
.theme-tab .tab-title2 .nav-link {
  padding: 0;
}

.theme-tab .tab-title .nav-link.active,
.theme-tab .tab-title2 .nav-link.active {
  color: var(--theme-deafult);
  background-color: transparent;
}

.theme-tab .tab-title li.nav-item,
.theme-tab .tab-title2 li.nav-item {
  padding-left: 25px;
  padding-right: 25px;
}

.theme-tab .tab-title a.nav-link,
.theme-tab .tab-title2 a.nav-link {
  color: #2d2a25;
  text-transform: uppercase;
}

.theme-tab .marijuana-tab .nav-link {
  padding: 0;
}

.theme-tab .marijuana-tab .nav-link.active {
  color: #dafe69;
  background-color: transparent;
}

.theme-tab .marijuana-tab a.nav-link {
  color: #ffffff;
  text-transform: uppercase;
}

.theme-tab .tab-title2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.theme-tab .tab-title2:after {
  content: "";
  position: absolute;
  border: 1px solid #f1f5f4;
  width: 100%;
  left: 0;
  top: 17px;
  z-index: -1;
}

.theme-tab .tab-title2 .current {
  background-color: #ffffff;
}

.theme-tab .tab-title2 .current a {
  background-color: #ffffff;
}

.tab-bg {
  position: relative;
  padding: 70px 50px 60px 50px;
}

.tab-bg.tab-grey-bg {
  background-color: #f9f9f9;
}

.tab-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-deafult);
  opacity: 0.09;
  z-index: -1;
}

.tab-bg .theme-tab .tab-title {
  margin-bottom: 30px;
}

/*=====================
    11.Banner CSS start
    ==========================*/

.full-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 190px;
  padding-bottom: 190px;
  background-position: center;
}

.full-banner.parallax-layout {
  padding-top: 350px;
  padding-bottom: 350px;
}

.full-banner.parallax-layout .banner-contain h4 {
  color: #7f786d;
}

.full-banner.banner-layout-3 .banner-contain h4 {
  color: #ffffff;
}

.full-banner.banner-layout-3 .banner-contain h3 {
  color: #ffffff;
  margin-top: 10px;
}

.full-banner.banner-layout-3 .banner-contain .color {
  color: var(--theme-deafult);
  line-height: 1;
  margin-top: -13px;
}

.full-banner.parallax {
  background-attachment: fixed;
}

.full-banner.p-left .banner-contain {
  float: left;
}

.full-banner.p-right .banner-contain {
  float: right;
}

.full-banner.p-center .banner-contain {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.full-banner .banner-contain .btn-solid,
.full-banner .banner-contain .btn-outline {
  margin-top: 20px;
}

.full-banner .banner-contain h2 {
  font-size: 100px;
  font-weight: 700;
  color: var(--theme-deafult);
  text-transform: uppercase;
  margin-top: -15px;
}

.full-banner .banner-contain h3 {
  font-size: 60px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}

.full-banner .banner-contain h4 {
  font-size: 24px;
  color: #777777;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-top: 10px;
  margin-bottom: -5px;
  line-height: 1.3;
}

.parallax-cls section:nth-child(odd) .full-banner {
  background-position: right;
}

.parallax-cls section:nth-child(even) .full-banner {
  background-position: left;
}

.parallax-cls section .banner-contain {
  margin-top: -12px;
}

/*=====================
    12.Collection Banner CSS start
    ==========================*/

.collection-banner {
  position: relative;
  overflow: hidden;
}

.collection-banner img {
  transition: all 0.5s ease;
  width: 100%;
}

.collection-banner.p-left .contain-banner {
  justify-content: flex-start;
}

.collection-banner.p-right .contain-banner {
  justify-content: flex-end;
}

.collection-banner.p-center .contain-banner {
  justify-content: center;
}

.collection-banner .contain-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}

.collection-banner .contain-banner.banner-3 {
  padding-left: 50px;
  padding-right: 50px;
}

.collection-banner .contain-banner.banner-3 h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: white;
  margin-top: 5px;
  margin-bottom: -7px;
}

.collection-banner .contain-banner.banner-3 h4 {
  color: #ffffff;
}

.collection-banner .contain-banner.banner-4 {
  padding-left: 50px;
  padding-right: 50px;
}

.collection-banner .contain-banner.banner-4 h2 {
  font-size: 28px;
  letter-spacing: 0.03em;
  color: white;
  margin-bottom: -7px;
}

.collection-banner .contain-banner h4 {
  color: var(--theme-deafult);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: -3px;
}

.collection-banner .contain-banner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  margin-bottom: -7px;
}

.collection-banner:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.banner-furniture {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h2 {
  color: #222222;
  margin-bottom: 0;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h4 {
  color: var(--theme-deafult);
}

.banner-goggles .collection-banner .contain-banner.banner-3 h2 {
  color: #222222;
}

.banner-goggles .collection-banner .contain-banner.banner-3 h4 {
  color: var(--theme-deafult);
}

/*=====================
    13.Product-box slider CSS start
    ==========================*/

.product-slick.product-zoom.slick-initialized.slick-slider {
  z-index: 1;
}

.layout7-product .product-box {
  padding: 2px;
}

.layout7-product .product-box img {
  width: 100%;
}

.layout7-product .product-box .cart-info {
  right: 7px;
  bottom: 7px;
}

.layout7-product .product-box .details-product {
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  bottom: 15px;
  left: 15px;
}

.layout7-product .product-box .details-product h6,
.layout7-product .product-box .details-product h4 {
  margin-bottom: 0;
}

.layout7-product .product-box .details-product h6 {
  color: #000000;
}

.layout7-product .product-box:hover .details-product {
  opacity: 1;
  animation: fadeIn 500ms ease-in-out;
  transition: all 0.5s ease;
}

.img-zoom-result {
  background-size: 1614px 2064px !important;
}

.offer-slider .owl-item {
  line-height: 1;
}

.center-slider .product-box {
  box-shadow: none;
}

.center-slider .product-box .img-wrapper img {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
}

.center-slider .owl-next:before,
.center-slider .owl-prev:before {
  box-shadow: 0 0 8px 0 #dddddd;
}

.center-slider .title2 .title-inner2 {
  margin-bottom: 0;
}

.center-slider:hover .product-box {
  box-shadow: none;
}

.center-slider:hover .owl-next {
  right: 20px;
  transform: scale(1.8);
}

.center-slider:hover .owl-prev {
  left: 20px;
  transform: scale(1.8);
}

.theme-card {
  position: relative;
}

.theme-card.center-align {
  display: flex;
  height: 100%;
  align-items: center;
}

.theme-card.center-align .offer-slider .product-box2 .media .media-body {
  margin-top: 0;
}

.theme-card.card-border {
  border: 1px solid #dddddd;
}

.theme-card.card-border h5 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.theme-card.card-border .owl-prev,
.theme-card.card-border .owl-next {
  top: -45px;
}

.theme-card.card-border .owl-next {
  right: 30px;
}

.theme-card.card-border .owl-prev {
  right: 50px;
}

.theme-card.card-border .offer-slider {
  padding-bottom: 20px;
}

.theme-card.card-border .offer-slider img {
  padding: 15px 15px 15px 30px;
}

.theme-card.card-border .offer-slider .media .media-body a h6 {
  margin-right: 25px;
}

.theme-card h5 {
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.theme-card h5.title-border {
  border-bottom: 1px solid #dddddd;
}

.theme-card .owl-prev,
.theme-card .owl-next {
  top: -35px;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
}

.theme-card .owl-prev:before,
.theme-card .owl-next:before {
  font: normal normal normal 30px/1 FontAwesome;
  color: #222222;
  opacity: 0.6;
}

.theme-card .owl-next {
  right: 0;
}

.theme-card .owl-next:before {
  content: "";
}

.theme-card .owl-prev {
  left: unset;
  right: 25px;
}

.theme-card .owl-prev:before {
  content: "";
}

.theme-card .offer-slider img {
  height: 160px;
  padding: 15px 15px 15px 0 !important;
}

.theme-card .offer-slider > div .media:last-child .media-body {
  margin-top: 15px;
}

.theme-card .offer-slider > div .media:last-child img {
  margin-bottom: -15px;
}

.theme-card .offer-slider .media .media-body .rating {
  margin-top: 0;
}

.theme-card .offer-slider .media .media-body .rating i {
  padding-right: 5px;
}

.theme-card .offer-slider .media .media-body .rating i:nth-child(-n+4) {
  color: #ffa200;
}

.theme-card .offer-slider .media .media-body .rating i:last-child {
  color: #dddddd;
}

.theme-card .offer-slider .media .media-body a h6 {
  margin-right: 61px;
  line-height: 17px;
  margin-top: -10px;
  margin-bottom: 0;
}

.theme-card .offer-slider .media .media-body h4 {
  margin-top: 10px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}

.full-box .theme-card .offer-slider .product-box2 .media img {
  height: 300px;
  transform: scale(1);
  transition: all 0.5s ease;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
  margin-right: 20px;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body h4 {
  font-size: 20px;
  margin-top: 5px;
}

.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 15px;
  transition: all 0.1s ease;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}

.full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: 1px solid #f1f5f4;
}

.full-box .theme-card .offer-slider .product-box2:hover .media img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}

/*=====================
    14.Modal popup CSS start
    ==========================*/

.modal-open {
  padding-right: 0 !important;
}

#sizemodal {
  padding-right: 0 !important;
}

.theme-modal {
  padding-right: 0 !important;
}

.theme-modal .modal-dialog .modal-content .modal-body {
  padding: 15px;
  background-image: linear-gradient(135deg, var(--theme-deafult) 5.77%, #ffffff 5.77%, #ffffff 25%, #111111 25%, #111111 30.77%, #ffffff 30.77%, #ffffff 50%, var(--theme-deafult) 50%, var(--theme-deafult) 55.77%, #ffffff 55.77%, #ffffff 75%, #111111 75%, #111111 80.77%, #ffffff 80.77%, #ffffff 100%);
  background-size: 36.77px 36.77px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #ffffff;
  padding: 45px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 17px;
  top: 0;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
  color: #000000;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
  border-bottom: 1px dashed #777777;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
  margin-bottom: 30px;
  text-align: center;
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
  margin: 0 auto;
  text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form > div {
  display: flex;
  margin-bottom: 10px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  height: 50px;
  border-radius: 0;
  width: 100%;
  letter-spacing: 0.05em;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
  margin-bottom: 40px;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
  margin-bottom: 30px;
  text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
  margin: 0 auto;
  text-align: center;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  max-width: 640px;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
  margin-top: 10px;
  text-align: center;
}

.theme-modal .modal-dialog .quick-view-modal button.close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 5px;
}

.theme-modal .modal-dialog .quick-view-modal .view-detail {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 25px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
  max-width: 150px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
  padding: 0 15px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
  font-size: 16px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
  margin-right: 8px;
  color: #fff;
  background: #19a340;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  margin: 0 6px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
  padding-left: 10px;
  padding-right: 10px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
  text-align: center;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 {
  font-weight: 700;
  text-transform: capitalize;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
  color: var(--theme-deafult);
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
  padding-top: 15px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
  margin: 20px 0 10px;
}

.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4 {
  font-weight: 600;
}

.theme-modal.exit-modal .media .media-body h4 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--theme-deafult);
  font-weight: 500;
}

.theme-modal.exit-modal .media .media-body h5 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}

/*=====================
    15.lookbook CSS start
    ==========================*/

.lookbook .lookbook-block {
  position: relative;
}

.lookbook .lookbook-block .lookbook-dot {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 29px;
  height: 29px;
  line-height: 29px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  top: 50%;
  left: 12%;
  background-color: #ffffff;
}

.lookbook .lookbook-block .lookbook-dot.dot2 {
  top: 70%;
  left: 27%;
}

.lookbook .lookbook-block .lookbook-dot.dot3 {
  top: 28%;
  left: 30%;
}

.lookbook .lookbook-block .lookbook-dot.dot4 {
  top: 67%;
  left: 8%;
}

.lookbook .lookbook-block .lookbook-dot.dot5 {
  top: 40%;
  left: 35%;
}

.lookbook .lookbook-block .lookbook-dot.dot6 {
  top: 80%;
  left: 58%;
}

.lookbook .lookbook-block .lookbook-dot.dot7 {
  top: 67%;
  left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot8 {
  top: 43%;
  left: 39%;
}

.lookbook .lookbook-block .lookbook-dot.dot9 {
  top: 32%;
  left: 50%;
}

.lookbook .lookbook-block .lookbook-dot.dot10 {
  top: 60%;
  left: 50%;
}

.lookbook .lookbook-block .lookbook-dot.dot11 {
  top: 50%;
  left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot12 {
  top: 75%;
  left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot13 {
  top: 40%;
  left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot14 {
  top: 76%;
  left: 45%;
}

.lookbook .lookbook-block .lookbook-dot.dot15 {
  top: 50%;
  left: 15%;
}

.lookbook .lookbook-block .lookbook-dot:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  zoom: 1;
  background-color: transparent\9 ;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lookbook .lookbook-block .lookbook-dot span {
  text-align: center;
  justify-content: center;
  display: flex;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox {
  visibility: hidden;
  top: -98px;
  left: 150%;
  position: absolute;
  width: 130px;
  background-color: #ffffff;
  box-shadow: -3px -3px 13px rgba(48, 54, 61, 0.1);
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox img {
  margin-top: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
  padding: 5px;
  text-align: center;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 20px;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5.title {
  font-weight: 700;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h6 {
  text-transform: uppercase;
  color: var(--theme-deafult);
  margin-bottom: 0;
}

.lookbook .lookbook-block .lookbook-dot .dot-showbox:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-bottom: 8px solid transparent;
  top: 41%;
  left: -8px;
}

.lookbook .lookbook-block .lookbook-dot:hover {
  background-color: var(--theme-deafult);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.lookbook .lookbook-block .lookbook-dot:hover .dot-showbox {
  animation: fadeInUp 400ms ease-in-out;
  visibility: visible;
  transition: all 0.5s ease;
}

.lookbook .lookbook-block .lookbook-dot:hover span {
  color: #ffffff;
}

.lookbook .lookbook-block .lookbook-dot:hover:before {
  -webkit-transform: scale(1.3);
}

/*=====================
    16.look-book demo CSS start
==========================*/

.lookbook-section {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.lookbook-section .lookbook-img > div:last-child img {
  margin-top: 25px;
}

/*=====================
17.3.Electronics Demo CSS
==========================*/

.layout-8 {
  padding: 0 80px;
}

.layout-8 .layout-8-bg {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  animation: 10s linear 0s normal none infinite animate;
}

.layout-8 .layout-8-bg .layout7-product .product-box .details-product {
  opacity: 1;
}

.layout-8 .layout-8-bg .layout7-product .product-box:hover .details-product {
  animation: none;
}

.white-bg {
  background-color: #ffffff;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 500px;
  }
}

/*=====================
    17.4.Fashion-3 Demo CSS
==========================*/

.box-layout-body {
  background-color: #f9f9f9;
}

.box-layout-body .box-layout-header {
  background-color: #ffffff;
}

.box-layout-body .box-layout {
  margin-top: -70px;
  margin-bottom: 5px;
  box-shadow: 0 0 8px 0 #ddd;
  position: relative;
  background-color: white;
  z-index: 1;
}

.box-layout-body .box-layout .full-banner {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 200px;
  padding-bottom: 200px;
}

/*=====================
    17.5.Beauty Demo css
==========================*/

.beauty-about .about-text p {
  text-align: left;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about-section .small-section {
  padding-top: 20px;
}

.about-section .service .service-block1 img {
  margin-bottom: 10px;
}

.about-section .service .service-block1 h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal iframe {
  height: 500px;
  width: 100%;
  vertical-align: middle;
  border: none;
}

.video-section .video-img {
  position: relative;
  overflow: hidden;
}

.video-section .video-img img {
  transition: all 0.5s ease;
  transform: scale(1);
}

.video-section .video-img .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section .video-img .play-btn span {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  background-color: var(--theme-deafult);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-section .video-img .play-btn i {
  font-size: 35px;
  padding-left: 5px;
  color: #ffffff;
}

.video-section .video-img:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}

/*=====================
    17.6..Flower Demo css
==========================*/

.flower-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

.bg-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 70px 50px 60px 50px;
}

.bg-block .title4 .line {
  margin-bottom: 25px;
}

.bg-block .theme-tab .tab-title {
  margin-bottom: 30px;
}

/*=====================
    17.7.Nursery Demo css
==========================*/

.layout-20 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px;
}

/*=====================
    17.2.Full-page scroll CSS start
==========================*/

.full-scroll-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
}

.full-scroll-menu .container-fluid, .full-scroll-menu .container-sm, .full-scroll-menu .container-md, .full-scroll-menu .container-lg, .full-scroll-menu .container-xl {
  padding-left: 60px;
  padding-right: 60px;
}

.full-scroll-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.full-scroll-footer .sub-footer {
  background-color: transparent;
}

.full-scroll-footer .sub-footer .container-fluid, .full-scroll-footer .sub-footer .container-sm, .full-scroll-footer .sub-footer .container-md, .full-scroll-footer .sub-footer .container-lg, .full-scroll-footer .sub-footer .container-xl {
  padding-left: 60px;
  padding-right: 60px;
}

.home-slider.fullpage .home {
  height: calc(100vh - 2px);
}

.home-slider.fullpage .home .slider-contain {
  height: calc(100vh - 2px);
  padding-left: 25px;
}

.home-slider.fullpage .home .slider-contain h1 {
  font-style: italic;
  font-size: 50px;
  margin-top: -12px;
}

.home-slider.fullpage .home .slider-contain p {
  max-width: 600px;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
}

.home-slider.fullpage .owl-next,
.home-slider.fullpage .owl-prev {
  display: none !important;
}

.home-slider.fullpage:hover .owl-next,
.home-slider.fullpage:hover .owl-prev {
  display: none !important;
}

.home-slider.fullpage .slick-dots {
  top: 50%;
  bottom: unset;
  width: unset;
  left: 20px;
  transform: translateY(-50%);
}

.home-slider.fullpage .slick-dots li {
  display: flex;
}

.home-slider.fullpage .slick-dots li button:before {
  font-size: 15px;
  color: var(--theme-deafult);
  opacity: 0.5;
}

.home-slider.fullpage .slick-dots li.slick-active button:before {
  opacity: 1;
}

.home-slider.instagram-slider .home {
  height: 50vh;
}

.home-slider.instagram-slider .home .slider-contain {
  height: 50vh;
}

.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.video-layout {
  height: calc(100vh - 5px);
  width: 100vw;
  object-fit: fill;
}

/*=====================
 Add to cart popup
==========================*/

.add_to_cart {
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  transition: all 0.5s ease;
}

.add_to_cart ::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}

.add_to_cart ::-webkit-scrollbar-track {
  background: #dddddd;
}

.add_to_cart ::-webkit-scrollbar-thumb {
  background: #888888;
}

.add_to_cart ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.add_to_cart .empty-cart-cls {
  padding: 30px 44px;
}

.add_to_cart .cart-inner {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  top: 0;
}

.add_to_cart .cart-inner .cart_media {
  padding: 0 20px;
}

.add_to_cart .cart-inner .cart_media li {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}

.add_to_cart .cart-inner .cart_media li .media {
  align-items: center;
  height: 100%;
}

.add_to_cart .cart-inner .cart_media li .media img {
  height: 90px;
}

.add_to_cart .cart-inner .cart_media li .media .media-body {
  align-self: center;
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
  color: #333333;
}

.add_to_cart .cart-inner .cart_media li .media .media-body h4 span {
  color: #777777;
  font-size: 16px;
}

.add_to_cart .cart-inner .cart_media li .total {
  border-top: 1px solid #f1f5f4;
  border-bottom: 1px solid #f1f5f4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.add_to_cart .cart-inner .cart_media li .total h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #999999;
}

.add_to_cart .cart-inner .cart_media li .total h5 span {
  float: right;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_media li .buttons a:hover {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_media li .buttons .checkout {
  float: right;
}

.add_to_cart .cart-inner .cart_media .close-circle {
  position: absolute;
  top: 0;
  right: 0;
}

.add_to_cart .cart-inner .cart_media .close-circle i {
  color: #a1a1a1;
  font-size: 16px;
  transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_media .close-circle i:hover {
  color: #000000;
  transition: all 0.5s ease;
}

.add_to_cart .cart-inner .cart_top {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  align-items: center;
}

.add_to_cart .cart-inner .cart_top h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.add_to_cart .cart-inner .cart_top .close-cart {
  margin-left: auto;
}

.add_to_cart .cart-inner .cart_top .close-cart i {
  color: black;
  font-size: 18px;
}

.add_to_cart .overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.add_to_cart.openSide {
  transition: all 0.5s ease;
}

.add_to_cart.openSide .overlay {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.5s ease;
}

.add_to_cart.left {
  left: -300px;
  top: 0;
  height: 100vh;
  width: 300px;
}

.add_to_cart.left .cart-inner {
  height: 100vh;
  overflow: auto;
}

.add_to_cart.left.openSide {
  left: 0;
}

.add_to_cart.right {
  right: -300px;
  height: 100vh;
  width: 300px;
  top: 0;
}

.add_to_cart.right .cart-inner {
  height: 100vh;
  overflow: auto;
}

.add_to_cart.right.openSide {
  right: 0;
}

.add_to_cart.top, .add_to_cart.bottom {
  height: 218px;
  width: 100%;
}

.add_to_cart.top .cart_media, .add_to_cart.bottom .cart_media {
  display: flex;
  width: 100%;
}

.add_to_cart.top .cart_media .cart_product, .add_to_cart.bottom .cart_media .cart_product {
  display: flex;
  width: 75%;
  overflow-y: auto;
}

.add_to_cart.top .cart_media .cart_product li, .add_to_cart.bottom .cart_media .cart_product li {
  min-width: 245px;
  max-width: 225px;
  margin-right: 18px;
  padding-bottom: 0;
}

.add_to_cart.top .cart_media .cart_total, .add_to_cart.bottom .cart_media .cart_total {
  width: 25%;
}

.add_to_cart.top .cart-inner, .add_to_cart.bottom .cart-inner {
  height: 218px;
}

.add_to_cart.top .cart-inner .cart_top, .add_to_cart.bottom .cart-inner .cart_top {
  margin-bottom: 0;
  background-color: #fbfbfb;
  padding: 15px 44px;
  border-bottom: none;
}

.add_to_cart.top .cart-inner .cart_media, .add_to_cart.bottom .cart-inner .cart_media {
  padding: 0;
}

.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total, .add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
  padding: 30px 44px;
}

.add_to_cart.top {
  top: -300px;
}

.add_to_cart.top.openSide {
  top: 0;
}

.add_to_cart.bottom {
  bottom: -300px;
}

.add_to_cart.bottom.openSide {
  bottom: 0;
}

/*=====================
    16.footer CSS start
    ==========================*/

footer {
  position: relative;
}

footer .footer-lable {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: var(--theme-deafult);
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-lable:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--theme-deafult);
  border-right: 10px solid transparent;
  top: 0;
  right: -10px;
}

footer .footer-lable i {
  color: white;
  font-size: 25px;
}

footer .footer-theme .footer-mobile-title {
  display: none;
}

footer .darken-layout p {
  color: #938d8c;
}

footer .darken-layout .sub-title .footer-title.active .according-menu {
  font: normal normal normal 14px/1 FontAwesome;
}

footer .darken-layout .sub-title .footer-title.active .according-menu.before {
  content: "";
}

footer .darken-layout .sub-title h4 {
  color: #ffffff;
}

footer .darken-layout .sub-title li a {
  color: #938d8c;
}

footer .darken-layout .sub-title .contact-list i {
  color: #938d8c;
}

footer .darken-layout .sub-title .contact-list li {
  color: #938d8c;
}

footer .darken-layout .footer-social i {
  color: #938d8c;
}

footer p {
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.footer-light .subscribe {
  display: flex;
  height: 100%;
  align-items: center;
  border-right: 1px solid #dddddd;
  text-align: left;
}

.footer-light .subscribe p {
  line-height: 1;
}

.footer-light .subscribe h4 {
  margin-bottom: 10px;
}

.footer-light .subscribe-form {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

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

.footer-theme2 .footer-mobile-title {
  display: none !important;
}

.footer-theme2 .contact-details li a {
  color: #7f786d;
}

.footer-theme2 .contact-details li a:hover {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.footer-theme2.footer-border {
  border: 20px solid #f1f5f4;
}

.footer-theme2 .footer-logo {
  margin-bottom: 18px;
}

.footer-theme2 p {
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #7f786d;
}

.footer-theme2 h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.footer-theme2 .contact-details li {
  display: block;
  color: #7f786d;
  padding: 0 50px;
  line-height: 2.2;
}

.footer-theme2 .contact-details li:last-child {
  margin-bottom: -8px;
}

.footer-theme2 .subscribe-block {
  border-left: 1px solid #38352f;
  border-right: 1px solid #38352f;
  padding: 10px 110px;
}

.footer-theme2 .subscribe-block h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-theme2 .subscribe-block .btn-solid {
  margin-top: 10px;
}

.footer-theme2 .subscribe-block .form-group {
  margin-bottom: 0;
}

.footer-theme2 .subscribe-block .form-control {
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 15px 0;
  border-radius: 0;
}

.footer-theme2 .footer-link.link-white h4,
.footer-theme2 .footer-link-b.link-white h4 {
  color: #222222;
}

.footer-theme2 .footer-link.link-white a,
.footer-theme2 .footer-link-b.link-white a {
  color: #777777;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link.link-white a:hover,
.footer-theme2 .footer-link-b.link-white a:hover {
  color: #2d2a25;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link h4,
.footer-theme2 .footer-link-b h4 {
  padding-bottom: 20px;
}

.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
  padding-right: 15px;
  padding-left: 15px;
  text-transform: capitalize;
}

.footer-theme2 .footer-link a,
.footer-theme2 .footer-link-b a {
  color: #7f786d;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link a:hover,
.footer-theme2 .footer-link-b a:hover {
  color: #f5f2f2;
  transition: 0.5s ease;
}

.footer-theme2 .footer-link-b h4 {
  margin-top: 50px;
}

.footer-theme2.section-light h2,
.footer-theme2.section-light h4 {
  color: #222222;
}

.footer-theme2.section-light .footer-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.footer-theme2.section-light .footer-block h4 {
  padding-bottom: 25px;
}

.footer-theme2.section-light .footer-block .contact-details li a {
  color: #7f786d;
}

.footer-theme2.section-light .footer-block .contact-details li a:hover {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.footer-theme2.section-light .footer-block .subscribe-white {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 85px 65px;
  border-left: 20px solid #f1f5f4;
  border-right: 20px solid #f1f5f4;
}

.footer-theme2.section-light .footer-block .subscribe-white:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-deafult);
  opacity: 0.4;
  z-index: -1;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-group {
  margin-bottom: 0;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
  border: none;
  border-radius: 0;
}

.footer-theme2.section-light .footer-block .subscribe-white h2 {
  margin-bottom: 30px;
  margin-top: -5px;
}

.footer-theme2.section-light .footer-block .subscribe-white .btn-solid {
  margin-top: 10px;
}

.footer-theme2.section-light .footer-block .subscribe-white .form-control {
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 15px 0;
}

.subscribe {
  text-align: center;
}

.subscribe h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  margin-top: -5px;
}

.subscribe h4 i {
  color: var(--theme-deafult);
  padding-right: 5px;
  font-size: 23px;
}

.subscribe-form {
  display: inline-flex;
}

.subscribe-form .form-group {
  margin-bottom: 0;
}

.subscribe-form .form-control {
  padding: 13px;
  width: 345px;
  border-radius: 0;
  border: 1px solid #eeeeee;
}

.subscribe-form .form-control.name-cls {
  width: 265px;
}

.subscribe-form.classic-form .form-control {
  border-radius: 0;
  border: none;
  background-color: #f5f2f2;
  margin-left: 15px;
}

.subscribe-form.classic-form .btn-solid {
  margin-bottom: 0 !important;
}

.footer-social,
.social-white {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.footer-social li,
.social-white li {
  display: inline-block;
  padding-right: 45px;
}

.footer-social i,
.social-white i {
  font-size: 20px;
  color: #000000;
  transition: 0.5s ease;
}

.footer-social i:hover,
.social-white i:hover {
  color: var(--theme-deafult) !important;
  transition: 0.5s ease;
}

.social-white li {
  padding-left: 22px;
  padding-right: 22px;
}

.footer-theme .footer-logo {
  margin-bottom: 18px;
}

.footer-theme .sub-title h4 {
  color: #222222;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-theme .sub-title li {
  position: relative;
  display: inherit;
  padding-top: 13px;
  text-transform: capitalize;
  font-size: 14px;
  color: #777777;
}

.footer-theme .sub-title li a {
  position: relative;
  color: #777777;
}

.footer-theme .sub-title li a:before {
  position: absolute;
  top: 20px;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-deafult);
  transition: 0.5s ease;
}

.footer-theme .sub-title li:hover a:before {
  width: 100%;
  height: 2px;
  transition: 0.5s ease;
}

.footer-theme .sub-title .contact-list i {
  position: absolute;
  left: 0;
  top: 21px;
}

.footer-theme .sub-title .contact-list li {
  position: relative;
  padding-left: 25px;
  line-height: 28px;
}

.footer-theme .sub-title .contact-list li a:hover {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.footer-theme .sub-title .contact-list li:hover {
  color: #999999;
  transition: all 0.3s ease;
}

.footer-theme .sub-title .contact-list li:hover a:before {
  display: none;
}

.footer-theme .sub-title .contact-list li:last-child {
  margin-bottom: -5px;
}

.sub-footer {
  background-color: #ffffff;
}

.sub-footer.dark-subfooter {
  background-color: #2e2726;
}

.sub-footer.dark-subfooter p {
  color: #938d8c;
}

.sub-footer.darker-subfooter {
  background-color: #25221e;
}

.sub-footer.darker-subfooter p {
  color: #7f786d;
}

.sub-footer.black-subfooter {
  background-color: #222222;
}

.sub-footer.black-subfooter p {
  color: #777777;
}

.sub-footer p {
  color: #777777;
  margin-bottom: 0;
  padding: 20px 0;
}

.sub-footer .payment-card-bottom {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sub-footer .payment-card-bottom li {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

/*=====================
    17.Loader CSS start
    ==========================*/

.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.loader-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: var(--theme-deafult);
  border-radius: 50%;
}

.loader-wrapper .loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid white;
  transform: translate(-50%, -50%);
  animation: loading 1000ms ease-out forwards infinite;
  transition: all 0.3s ease;
}

@keyframes loading {
  0% {
    border: 0 solid white;
    transition: all 0.3s ease;
  }
  20% {
    border: 8px solid white;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
  }
  100% {
    border: 8px solid white;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
}

/*=====================
    18.Tab to top CSS start
    ==========================*/

.tap-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 8;
  display: none;
  color: #fff;
  text-align: center;
  background: var(--theme-deafult);
  border: none;
  font-size: 22px;
  padding: 7px;
  cursor: pointer;
}

.tap-top.top-cls {
  bottom: 130px;
}

/*=====================
    19.Color CSS start
    ==========================*/

.color1 {
  background: #ff4c3b;
}

.color2 {
  background: #3fdda7;
}

.color3 {
  background: #f0b54d;
}

.color4 {
  background: #e4604a;
}

.color5 {
  background: #d4b196;
}

.color6 {
  background: #866e6c;
}

.color7 {
  background: #cc2121;
}

.color8 {
  background: #dc457e;
}

.color9 {
  background: #6d7e87;
}

.color10 {
  background: #fa869b;
}

.color11 {
  background: #81ba00;
}

.color12 {
  background: #fe816d;
}

.color-picker {
  position: fixed;
  right: -190px;
  top: 35%;
  width: 190px;
  z-index: 1;
  transition: all 0.3s ease;
}

.color-picker .settings-header {
  background: #f3f3f3;
  padding: 5px 15px;
  box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62);
}

.color-picker .settings-header h3 {
  color: black;
  margin: 0;
  font-size: 20px;
  padding: 4px 9px;
}

.color-picker .section {
  background: white;
  padding: 10px;
  border: 1px solid #f3f3f3;
  overflow: auto;
}

.color-picker .section i {
  font-size: 16px;
  margin-right: 10px;
}

.color-picker a.handle {
  position: absolute;
  right: 190px;
  width: 42px;
  height: 41px;
  color: #000000;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: -1;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  text-decoration: none;
  background: #ffffff;
  top: -80px;
  border: 1px solid white;
  box-shadow: 0 0 4px rgba(4, 4, 4, 0.1);
}

.color-picker a.handle i {
  margin-left: 5px;
}

.color-picker a.handle:hover {
  color: var(--theme-deafult);
}

.color-picker .colors a {
  width: 32px;
  height: 32px;
  margin: 5px;
  float: left;
  transition: all ease-in 0.3s;
}

.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 2px transparent solid;
}

.color-picker .skin a.actt {
  border: 2px white solid;
}

.handle i {
  animation: ring-rotate 3s infinite linear;
}

.handle:hover {
  background-color: white;
}

@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec-position {
  position: relative;
  top: -80px;
}

/*=====================
    23.Fb chat CSS start
==========================*/

#fb-root {
  display: block;
}

/*=====================
  21.Inner pages CSS start
  ==========================*/

.product-thumb-list {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-thumb-list li {
  display: block;
  opacity: 0.3;
}

.product-thumb-list li.active {
  opacity: 1;
}

.cart_qty_cls {
  position: absolute;
  background: var(--theme-deafult);
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  top: 20%;
  right: -8px;
  padding: 3px 3px;
}

.product-filter-tags li {
  display: inline-flex;
  margin-bottom: 30px;
}

.product-filter-tags li a.filter_tag {
  color: #777777;
  border: 1px solid #777777;
  padding: 4px 10px 4px 12px;
  text-transform: capitalize;
  border-radius: 15px;
  font-size: 13px;
}

.product-filter-tags li a i {
  padding-left: 6px;
  font-size: 10px;
}

.product-filter-tags li.clear_filter {
  float: right;
  font-weight: 600;
  color: #000;
}

.product-filter-tags li.clear_filter a {
  color: var(--theme-deafult);
}

.product-right {
  /*!
  * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
  * Copyright 2015 Daniel Cardoso <@DanielCardoso>
  * Licensed under MIT
  */
  /*
  * Animation
  */
}

.product-right .size-box ul li.active {
  background-color: #fff;
  box-shadow: 1px 1px 3px #77777769;
}

.product-right .product-infinitescroll {
  margin: 50px 20px 0 20px;
}

.product-right .loading-more.active {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--theme-deafult);
  cursor: context-menu;
}

.product-right .la-square-spin,
.product-right .la-square-spin > div {
  position: relative;
  box-sizing: border-box;
}

.product-right .la-square-spin {
  display: block;
  font-size: 0;
  color: #fff;
}

.product-right .la-square-spin.la-dark {
  color: #333;
}

.product-right .la-square-spin > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.product-right .la-square-spin {
  width: 32px;
  height: 32px;
}

.product-right .la-square-spin > div {
  width: 100%;
  height: 100%;
  border-radius: 0;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.product-right .la-square-spin.la-sm {
  width: 16px;
  height: 16px;
}

.product-right .la-square-spin.la-2x {
  width: 64px;
  height: 64px;
}

.product-right .la-square-spin.la-3x {
  width: 96px;
  height: 96px;
}

@keyframes square-spin {
  0% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(360deg);
  }
}

.product-right .br-default .br-selected:after {
  color: #ffa200d1;
}

.product-right a {
  text-decoration: none;
  outline: none;
}

.product-right .br-default .br-unit {
  margin-right: 1px;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 16px;
}

.product-right .rate-center .br-default .br-units {
  justify-content: center;
}

.product-right .btn.disabled,
.product-right .btn:disabled {
  opacity: 0.65;
  pointer-events: none;
  touch-action: none;
}

.product-right .pro_inventory {
  margin-bottom: 20px;
}

.product-right .inventory-scroll.nostripes.active {
  height: 10px;
  position: relative;
  margin: 10px 0;
  background: #eae9e9;
  border-radius: 25px;
  display: block;
}

.product-right .pro_inventory .inventory-scroll > span {
  display: block;
  height: 100%;
  float: left;
  background-color: #15b300;
  border-radius: 35px;
}

.product-right .empty_collection_cls span {
  color: #777;
  padding: 10px 20px;
  display: inline-block;
  font-size: 20px;
}

.product-right .avalibility {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: "HelveticaBold";
  color: #FF6D22;
}

.error-section {
  padding: 130px 0 140px;
  text-align: center;
}

.error-section h1 {
  font-size: 200px;
  font-weight: 900;
  margin: 0;
  line-height: 0.8;
  color: #aaaaaa;
}

.error-section h2 {
  color: #aaaaaa;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 40px 0;
}

.breadcrumb-section {
  background-color: #f8f8f8;
  padding: 30px 0;
}

.breadcrumb-section .page-title {
  display: flex;
  height: 100%;
  align-items: center;
}

.breadcrumb-section .page-title h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.breadcrumb-section .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
  margin: 0;
  padding-right: 0;
}

.breadcrumb-section .breadcrumb a {
  color: #555555;
  font-weight: 600;
}

.about-head {
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  height: 100%;
}

.about-head h2 {
  color: var(--theme-deafult);
  margin-bottom: 0;
}

.about-page p {
  margin-bottom: 0;
}

.about-page .banner-section {
  border-radius: 5px;
  overflow: hidden;
}

.about-page h4 {
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
}

.about-page p {
  line-height: 2;
  letter-spacing: 0.03em;
}

.testimonial {
  background-color: #f7f7f7;
}

.testimonial .testimonial-slider .media img {
  border-radius: 100%;
  border: 1px solid #dddddd;
  padding: 5px;
  height: 130px;
  width: 130px;
}

.testimonial .testimonial-slider .media h5 {
  font-weight: 700;
  color: var(--theme-deafult);
  margin-bottom: 0;
  margin-top: 7px;
}

.testimonial .testimonial-slider .media .media-body {
  padding: 30px 75px 30px 30px;
}

.testimonial .testimonial-slider .media .media-body p {
  line-height: 2;
  letter-spacing: 0.03em;
}

.testimonial .testimonial-slider .slick-track .owl-item:nth-child(even) .media {
  border-left: 1px solid #dddddd;
  padding-left: 50px;
}

.team {
  position: relative;
}

.team img {
  margin: 0 auto;
  padding: 0 10px;
}

.team .owl-prev,
.team .owl-next {
  position: absolute;
  top: -45px;
}

.team .owl-prev:before,
.team .owl-next:before {
  font: normal normal normal 30px/1 FontAwesome;
  color: #222222;
  opacity: 0.6;
}

.team .owl-prev {
  left: unset;
  right: 20px;
}

.team .owl-prev:before {
  content: "";
}

.team .owl-next {
  right: 0;
}

.team .owl-next:before {
  content: "";
}

.team h2 {
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 10px;
}

.team h4,
.team h6 {
  text-align: center;
}

.team h4 {
  color: var(--theme-deafult);
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}

.team h6 {
  margin-bottom: -3px;
}

.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.collection-filter-block .product-service {
  padding: 30px 0;
}

.collection-filter-block .product-service .media {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.collection-filter-block .product-service .media svg {
  height: 40px;
  width: 40px;
}

.collection-filter-block .product-service .media svg path {
  fill: var(--theme-deafult);
}

.collection-filter-block .product-service .media .media-body {
  padding-left: 10px;
}

.collection-filter-block .product-service .media .media-body h4 {
  margin-bottom: 5px;
}

.collection-filter-block .product-service .media .media-body p {
  margin-bottom: 0;
  text-transform: capitalize;
}

.collection-filter-block .product-service .media:last-child {
  padding-bottom: 0;
}

.collection-collapse-block {
  padding-bottom: 24px;
}

.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 30px 0 0 0;
}

.collection-collapse-block .collapse-block-title:after {
  position: absolute;
  display: block;
  top: 0;
  right: -3px;
  content: "";
  font-family: FontAwesome;
  color: #444444;
}

.collection-collapse-block.open .collection-collapse-block-content {
  max-height: 500px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.collection-collapse-block .collection-collapse-block-content {
  max-height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
  margin-top: 30px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 30px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter.color-filter .collection-filter-checkbox label {
  padding-left: 25px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
  display: flex;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 18px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
  color: #777777;
  padding-bottom: 10px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
  padding-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
  margin-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox span {
  width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #eee;
  top: 2px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
  top: 1px;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #777777;
  box-shadow: none;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
  top: 1px;
  height: 15px;
  width: 15px;
  background-size: 65%;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.color-selector ul li {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #444444;
}

.color-selector ul .color-1 {
  background-color: white;
}

.color-selector ul .color-2 {
  background-color: grey;
}

.color-selector ul .color-3 {
  background-color: red;
}

.color-selector ul .color-4 {
  background-color: purple;
}

.color-selector ul .color-5 {
  background-color: blue;
}

.color-selector ul .color-6 {
  background-color: yellow;
}

.color-selector ul .color-7 {
  background-color: green;
}

.color-selector ul li.active {
  border: 1px solid black;
  position: relative;
}

.color-selector ul li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 10px;
  right: 4px;
  height: 15px;
  width: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
}

.collection-sidebar-banner {
  margin-top: 30px;
}

.collection-sidebar-banner img {
  width: 100%;
}

.top-banner-wrapper .top-banner-content h4 {
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}

.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #777777;
  margin-bottom: 0;
}

.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  align-self: center;
  padding-left: 15px;
}

.product-wrapper-grid.list-view .product-box {
  display: flex;
  padding-bottom: 0;
}

.product-wrapper-grid.list-view .product-box .ng-star-inserted {
  display: flex;
  padding-bottom: 0;
}

.product-wrapper-grid.list-view .product-box > div {
  display: flex;
  padding-bottom: 0;
}

.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
  width: 25%;
}

.product-wrapper-grid.list-view .product-box .product-detail {
  padding-left: 15px !important;
  align-self: center;
  text-align: left !important;
  width: 75%;
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
  margin-top: 0;
}

.product-wrapper-grid.list-view .product-box .product-detail p {
  display: block !important;
  margin-bottom: 10px;
  line-height: 18px;
}

.product-wrapper-grid.list-view .product-box .product-detail h4 del {
  margin-top: 5px;
}

.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
  padding-top: 10px;
}

.product-wrapper-grid.list-view .product-box .product-detail h6 {
  font-weight: 700;
}

.product-wrapper-grid.list-view .product-box .product-detail p {
  display: none;
}

.collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-right: 1px solid #dddddd;
  padding: 20px;
  text-transform: capitalize;
  width: 35%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
  margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  padding: 20px;
  width: 10%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
  margin-right: 14px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  padding: 20px;
  width: 20%;
  border-right: 1px solid #dddddd;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
  display: flex;
  justify-content: flex-end;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
  margin-left: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
  height: 18px;
  cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  position: relative;
  width: 20%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border: 0;
  padding: 20px 0;
  border-right: 1px solid #dddddd;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url("/assets/images/dropdown.png") no-repeat 90%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
  outline: unset;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
  padding: 20px 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 15%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border-right: none;
}

.collection-product-wrapper .product-top-filter .popup-filter {
  justify-content: unset;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
  width: 3px;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
  background: #dddddd;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
  background: #888888;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  position: relative;
  cursor: pointer;
  width: 20%;
  background: url("/assets/images/dropdown.png") no-repeat 95%;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  font-size: 16px;
  color: #222222;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
  background-color: #f8f8f8;
  width: 270px;
  height: 600px;
  overflow-y: scroll;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
  border: none;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
  padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
  padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
  width: 100%;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  display: none;
  position: absolute;
  z-index: 9;
  top: 75px;
  left: 0;
  border: 1px solid #f1f5f4;
  box-shadow: 0 0 5px #ddd;
  min-width: 330px;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
  display: block;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
  margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  padding-right: 45px;
  font-size: 16px;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 35px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  padding: 20px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 25px !important;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail,
.collection-product-wrapper .product-wrapper-grid .product-box .product-info,
.collection-product-wrapper .product-wrapper-grid .product-wrap .product-detail,
.collection-product-wrapper .product-wrapper-grid .product-wrap .product-info {
  padding-left: 0;
}

.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 50px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
  display: none;
}

.collection-product-wrapper .product-wrapper-grid .product-five {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
  font-size: 13px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
  font-size: 18px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
  padding-right: 0;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
  padding: 8px 4px;
  font-size: 12px;
}

.filter-main-btn {
  display: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.filter-main-btn span {
  width: 40%;
  border-radius: 0;
  font-size: 20px;
}

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none;
}

.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}

.collection-mobile-back span i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.product-pagination {
  margin: 30px 0;
}

.product-pagination .pagination {
  border-radius: 0;
}

.product-pagination .pagination .page-item {
  border-radius: 0;
}

.product-pagination .pagination .page-item a {
  padding: 10px 0px 0px 0px;
  color: #979797;
  box-shadow: 0px 0px 22px -2px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-right: 15px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.02em;
  border: none;
  width: 36px;
  height: 33px;
}

.product-pagination .pagination .page-item.active a {
  color: #444444;
  background-color: #ffffff;
  border-color: #dddddd;
}

.product-pagination .product-search-count-bottom {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
}

.product-pagination .product-search-count-bottom h5 {
  color: #979797;
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 400;
}

.bundle {
  margin-top: 10px;
}

.bundle .bundle_img {
  display: flex;
}

.bundle .bundle_img .img-box img {
  max-width: 115px;
  border: 1px solid #ddd;
  padding: 2px;
}

.bundle .bundle_img .plus {
  display: flex;
  align-items: center;
  padding: 0 7px;
  font-size: 22px;
}

.bundle .bundle_detail {
  margin-top: 15px;
}

.bundle .bundle_detail .price_product {
  color: #000000;
  padding-left: 3px;
  font-weight: 700;
}

.theme_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
          user-select: none;
  text-transform: capitalize;
  color: #333333;
}

.theme_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.theme_checkbox label input:checked ~ .checkmark:after {
  display: block;
}

.theme_checkbox label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.theme_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

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

.collection .collection-block img {
  margin-bottom: 20px;
}

.collection .collection-block .collection-content {
  text-align: center;
}

.collection .collection-block .collection-content h3 {
  margin-bottom: 10px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.collection .collection-block .collection-content h4 {
  color: #222222;
  margin-bottom: 10px;
  font-size: 16px;
}

.collection .collection-block .collection-content p {
  line-height: 1.5;
}

.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
  padding: 10px 25px;
}

.faq-section .accordion.theme-accordion .card {
  margin-top: 10px;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.faq-section .accordion.theme-accordion .card :not(:first-of-type):not(:last-of-type),
.faq-section .accordion.theme-accordion .card .theme-accordion .card:first-of-type {
  border-bottom: 1px solid #dddddd;
}

.faq-section .accordion.theme-accordion .card:first-child {
  margin-top: 0;
}

.faq-section .accordion.theme-accordion .card .card-header {
  padding: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
  background-color: #f9f9f9;
}

.faq-section .accordion.theme-accordion .card .card-header button {
  color: #333333;
  text-align: left;
  font-size: 17px;
  padding: 18px;
  font-weight: 600;
}

.faq-section .accordion.theme-accordion .card .card-header button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #000000;
  right: 20px;
  top: 25px;
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
  border-top: 0;
  border-bottom: 6px solid #000000;
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .card-header button:hover {
  text-decoration: none;
  color: var(--theme-deafult);
  transition: all 0.3s ease;
}

.faq-section .accordion.theme-accordion .card .card-body {
  padding: 15px 18px;
}

.faq-section .accordion.theme-accordion .card .card-body p {
  margin-bottom: 0;
  font-size: 14px;
  color: #555555;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.pwd-page {
  padding: 140px 0;
  text-align: center;
}

.pwd-page h2 {
  margin-bottom: 25px;
  color: #222222;
}

.pwd-page .theme-form input {
  border-color: #dddddd;
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: inherit;
  text-align: center;
}

.pwd-page .theme-form .btn-solid {
  margin: 0 auto;
}

.login-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -4px;
}

.login-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.login-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.login-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.login-page .authentication-right {
  height: calc(100% - 48px);
}

.login-page .authentication-right h6 {
  text-transform: uppercase;
  color: #333333;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-page .authentication-right p {
  font-size: 14px;
  color: #555555;
  line-height: 2;
  margin-bottom: 1rem;
}

.register-page h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  margin-top: -4px;
}

.register-page .theme-card {
  padding: 30px;
  border: 1px solid #dddddd;
  line-height: 1;
}

.register-page .theme-card .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.register-page .theme-card .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.loading-more.active {
  color: var(--theme-deafult);
  border: 1px solid var(--theme-deafult);
  padding: 10px;
}

.search-block {
  padding: 40px 0;
}

.search-block .form-header .form-group input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #aaaaaa;
  border-radius: 0;
  padding: 20px 0;
}

.search-block .form-header .form-group input:focus {
  box-shadow: none;
}

.search-block .form-header .form-group i {
  padding-right: 10px;
}

.search-block .form-header .form-group .btn {
  z-index: 0;
}

.search-block .form-header button {
  position: absolute;
  top: 10px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  color: #aaaaaa;
  right: 10px;
}

.contact-page .map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-page .contact-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-page .contact-right ul li {
  position: relative;
  padding-left: 150px;
  margin-top: 45px;
  display: block;
}

.contact-page .contact-right ul li:first-child {
  margin-top: 0;
}

.contact-page .contact-right ul li .contact-icon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 130px;
  border-right: 1px solid #dddddd;
}

.contact-page .contact-right ul li .contact-icon i {
  font-size: 20px;
  color: var(--theme-deafult);
}

.contact-page .contact-right ul li .contact-icon h6 {
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 600;
  color: var(--theme-deafult);
}

.contact-page .contact-right ul li p {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 30px;
}

.contact-page .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.contact-page .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.contact-page .theme-form textarea {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit;
}

.contact-page .form-control {
  border-radius: 0;
}

.qty-box .input-group {
  justify-content: center;
}

.qty-box .input-group span button {
  background: #EFEFEF;
  padding-left: 13px;
}

.qty-box .input-group .form-control {
  text-align: center;
  border: none;
  width: 60px;
  background: #EFEFEF;
}

.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #777777;
  cursor: pointer;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.qty-box .input-group button i {
  font-weight: 400;
  color: #4F4F4F;
}

.qty-box .input-group .icon {
  padding-right: 0;
}

.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
  border-top: none;
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding-top: 35px;
}

.cart-section .cart-buttons > div:last-child,
.wishlist-section .cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right;
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
  margin-left: 15px;
}

.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 900;
  color: #222222;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 0;
  text-align: center;
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.cart-section tbody h2,
.wishlist-section tbody h2 {
  margin-bottom: 0;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
  min-width: 210px;
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
  height: 90px;
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
  color: var(--theme-deafult);
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
  font-size: 24px;
  color: #222222;
  font-weight: 400;
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
  border-right: 1px solid #dddddd;
  border-radius: 5px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
}

.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-page .blog-detail p:last-child {
  margin-bottom: -5px;
}

.blog-detail-page .blog-detail img {
  margin-bottom: 40px;
}

.blog-detail-page .blog-detail h3 {
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: -6px;
}

.blog-detail-page .blog-detail p {
  color: #777777;
  line-height: 1.8;
}

.blog-detail-page .blog-detail .post-social {
  color: #777777;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}

.blog-detail-page .blog-detail .post-social li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.blog-detail-page .blog-advance > div:last-child p:last-child {
  margin-bottom: 0;
}

.blog-detail-page .blog-advance img {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-detail-page .blog-advance ul {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2.5;
  font-size: 15px;
}

.blog-detail-page .blog-advance ul li {
  display: list-item;
  font-weight: 700;
}

.blog-detail-page .blog-advance p {
  line-height: 1.8;
}

.blog-detail-page .comment-section {
  border-bottom: 1px solid #dddddd;
}

.blog-detail-page .comment-section li {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #dddddd;
}

.blog-detail-page .comment-section li img {
  height: 65px;
  width: 65px;
  margin-right: 20px;
  border-radius: 100%;
}

.blog-detail-page .comment-section li h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-detail-page .comment-section li h6 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;
  margin-left: 20px;
}

.blog-detail-page .comment-section li p {
  line-height: 1.8;
  margin-bottom: -4px;
  letter-spacing: 0.09em;
}

.blog-detail-page .blog-contact h2 {
  margin-bottom: 30px;
  margin-top: -6px;
}

.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
  border-color: #dddddd;
  font-size: 14px;
  padding: 17px 25px;
  margin-bottom: 30px;
}

.blog .title-inner1 {
  margin-bottom: 35px;
}

.blog-page .blog-sidebar h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
}

.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
  color: #555555;
}

.blog-page .blog-sidebar h4 {
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}

.blog-page .blog-sidebar .theme-card {
  border: 1px solid #dddddd;
  padding: 30px;
  background-color: #ffffff;
}

.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
  width: 100px;
  margin-right: 10px;
}

.blog-page .blog-sidebar .theme-card .recent-blog li + li {
  margin-top: 30px;
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
  background-color: var(--theme-deafult);
  height: 70px;
  width: 70px;
  margin: 0 15px 0 0;
  padding: 15px;
}

.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.blog-page .blog-sidebar .theme-card .popular-blog li + li {
  margin-top: 30px;
}

.blog-page .blog-sidebar .theme-card .popular-blog li p {
  margin-top: 10px;
}

.blog-page .blog-sidebar .theme-card + .theme-card {
  margin-top: 30px;
}

.blog-page .blog-media {
  margin-bottom: 30px;
}

.blog-page .blog-media:last-child {
  margin-bottom: 0;
}

.blog-page .blog-media .blog-right {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.blog-page .blog-media .blog-right h6 {
  color: var(--theme-deafult);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: -7px;
}

.blog-page .blog-media .blog-right h4 {
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-page .blog-media .blog-right p {
  line-height: 1.8;
  margin-bottom: -5px;
  letter-spacing: 0.04em;
}

.blog-page .blog-media .blog-right ul {
  color: #777777;
  margin-bottom: 15px;
}

.blog-page .blog-media .blog-right ul li {
  font-size: 14px;
  line-height: 1.5;
}

.blog-page .blog-media .blog-right ul li i {
  padding-right: 3px;
}

.blog-page .blog-media .blog-right ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}

.product-slick .slick-list,
.rtl-product-slick .slick-list,
.product-right-slick .slick-list,
.rtl-product-right-slick .slick-list {
  overflow: visible;
}

.product-slick .owl-prev,
.product-slick .owl-next,
.rtl-product-slick .owl-prev,
.rtl-product-slick .owl-next,
.product-right-slick .owl-prev,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-prev,
.rtl-product-right-slick .owl-next {
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s ease;
  margin-top: -10px;
}

.product-slick .owl-prev:before,
.product-slick .owl-next:before,
.rtl-product-slick .owl-prev:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-prev:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  opacity: 1;
  color: black;
  background-color: white;
  border-radius: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slick .owl-next,
.rtl-product-slick .owl-next,
.product-right-slick .owl-next,
.rtl-product-right-slick .owl-next {
  right: 1px;
}

.product-slick .owl-next:before,
.rtl-product-slick .owl-next:before,
.product-right-slick .owl-next:before,
.rtl-product-right-slick .owl-next:before {
  content: "";
}

.product-slick .owl-prev,
.rtl-product-slick .owl-prev,
.product-right-slick .owl-prev,
.rtl-product-right-slick .owl-prev {
  left: 1px;
  z-index: 1;
}

.product-slick .owl-prev:before,
.rtl-product-slick .owl-prev:before,
.product-right-slick .owl-prev:before,
.rtl-product-right-slick .owl-prev:before {
  content: "";
}

.product-slick .owl-item > div,
.rtl-product-slick .owl-item > div,
.product-right-slick .owl-item > div,
.rtl-product-right-slick .owl-item > div {
  margin-bottom: 15px;
}

.product-slick:hover .owl-prev,
.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-prev,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-next {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.product-slick:hover .owl-prev:before,
.product-slick:hover .owl-next:before,
.rtl-product-slick:hover .owl-prev:before,
.rtl-product-slick:hover .owl-next:before,
.product-right-slick:hover .owl-prev:before,
.product-right-slick:hover .owl-next:before,
.rtl-product-right-slick:hover .owl-prev:before,
.rtl-product-right-slick:hover .owl-next:before {
  opacity: 1;
}

.product-slick:hover .owl-next,
.rtl-product-slick:hover .owl-next,
.product-right-slick:hover .owl-next,
.rtl-product-right-slick:hover .owl-next {
  right: 20px;
}

.product-slick:hover .owl-prev,
.rtl-product-slick:hover .owl-prev,
.product-right-slick:hover .owl-prev,
.rtl-product-right-slick:hover .owl-prev {
  left: 20px;
}

.owl-item > div.owl-thumb {
  margin: 5px 5px 0px 0px;
  border: 1px solid #dddddd;
  transition: all 0.5s ease;
  cursor: pointer;
}

.owl-item > div.owl-thumb.active {
  border-color: #aaaaaa;
  transition: all 0.5s ease;
}

.slider-nav .owl-item > div,
.rtl-slider-nav .owl-item > div,
.slider-right-nav .owl-item > div,
.rtl-slider-right-nav .owl-item > div {
  margin: 15px 15px 0 15px;
  border: 1px solid #dddddd;
  transition: all 0.5s ease;
}

.slider-nav .owl-item.slick-current > div,
.rtl-slider-nav .owl-item.slick-current > div,
.slider-right-nav .owl-item.slick-current > div,
.rtl-slider-right-nav .owl-item.slick-current > div {
  border-color: #aaaaaa;
  transition: all 0.5s ease;
}

.slider-nav .owl-item.slick-active,
.rtl-slider-nav .owl-item.slick-active,
.slider-right-nav .owl-item.slick-active,
.rtl-slider-right-nav .owl-item.slick-active {
  transition: all 0.5s ease;
}

.slider-right-nav .owl-item:first-child > div,
.rtl-slider-right-nav .owl-item:first-child > div {
  margin-top: 0;
}

.pro_sticky_info {
  border: 1px solid #dddddd;
  padding: 20px;
}

.is_stuck {
  margin-top: 120px;
}

.image-scroll div > div {
  padding-bottom: 20px;
}

.image-scroll div > div:last-child {
  padding: 0;
}

.check-out {
  margin-bottom: 30px;
}

.emply-cart-cls h4 {
  color: #656565;
}

.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
}

.product-right .product-title {
  color: #4F4F4F;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-family: "HelveticaBold";
}

.product-right .border-product {
  padding-top: 15px;
  padding-bottom: 20px;
}

.product-right h2 {
  text-transform: inherit;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2em;
}

.product-right h3 {
  font-size: 26px;
  color: #222222;
  margin-bottom: 15px;
}

.product-right h4 {
  font-size: 16px;
  margin-bottom: 7px;
}

.product-right h4 del {
  color: #777777;
}

.product-right h4 span {
  padding-left: 5px;
  color: var(--theme-deafult);
}

.product-right .color-variant {
  margin-bottom: 10px;
}

.product-right .color-variant li {
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.product-right .color-variant li.white {
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.product-right .color-variant li.pink {
  background-color: #ffc0cb;
}

.product-right .color-variant li.red {
  background-color: #ff647f;
}

.product-right .color-variant li.green {
  background-color: #6fb866;
}

.product-right .color-variant li.yellow {
  background-color: #f2f896;
}

.product-right .color-variant li.skyblue {
  background-color: #7ee7ec;
}

.product-right .color-variant li.blue {
  background-color: #63b4f2;
}

.product-right .color-variant li.orange {
  background-color: #ffb17a;
}

.product-right .color-variant li.purple {
  background-color: #eeb1d7;
}

.product-right .color-variant li.violet {
  background-color: #a06da0;
}

.product-right .color-variant li.brown {
  background-color: #a57372;
}

.product-right .color-variant li.lightgreen {
  background-color: #90ee90;
}

.product-right .color-variant li.olive {
  background-color: #808000;
}

.product-right .color-variant li.navy {
  background-color: #505c80;
}

.product-right .color-variant li.black {
  background-color: #000000;
}

.product-right .color-variant li.gray,
.product-right .color-variant li .grey {
  background-color: #777777;
}

.product-right .color-variant li.active {
  border: 1px solid black;
  position: relative;
}

.product-right .color-variant li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 10px;
  right: 4px;
  height: 15px;
  width: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
}

.product-right .product-buttons {
  margin-bottom: 20px;
  width: -webkit-fill-available;
  width: -moz-available;
}

.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
  padding: 7px 25px;
}

.product-right .product-buttons a:last-child {
  margin-left: 10px;
}

.product-right .product-description h6 span {
  float: right;
}

.product-right .product-description .qty-box {
  display: flex;
  align-items: center;
  width: 124px;
  flex-shrink: 0;
}

.product-right .product-description .qty-box .input-group {
  justify-content: unset;
  width: unset;
  background: #efefef;
  border-radius: 5px;
}

.product-right .product-description .qty-box .input-group .form-control {
  border-right: none;
}

.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-right .size-box ul li {
  height: 27px;
  width: 35px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  text-align: center;
}

.product-right .size-box ul li a {
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-right .size-box ul li.active {
  background-color: #f7f7f7;
}

.product-right .product-icon {
  display: flex;
}

.product-right .product-icon .product-social {
  margin-top: 5px;
}

.product-right .product-icon .product-social li {
  padding-right: 30px;
}

.product-right .product-icon .product-social li a {
  color: #333333;
  transition: all 0.3s ease;
}

.product-right .product-icon .product-social li a i {
  font-size: 18px;
}

.product-right .product-icon .product-social li a:hover {
  color: var(--theme-deafult);
}

.product-right .product-icon .product-social li:last-child {
  padding-right: 0;
}

.product-right .product-icon .wishlist-btn {
  background-color: transparent;
  border: none;
}

.product-right .product-icon .wishlist-btn i {
  border-left: 1px solid #dddddd;
  font-size: 18px;
  padding-left: 10px;
  margin-left: 5px;
  transition: all 0.5s ease;
}

.product-right .product-icon .wishlist-btn span {
  padding-left: 10px;
  font-size: 18px;
}

.product-right .product-icon .wishlist-btn:hover i {
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.product-right .payment-card-bottom {
  margin-top: 10px;
}

.product-right .payment-card-bottom ul li {
  padding-right: 10px;
}

.product-right .timer {
  margin-top: 10px;
  background-color: #f7f7f7;
}

.product-right .timer p {
  color: #222222;
}

.product-right.product-form-box {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 20px;
}

.product-right.product-form-box .product-description .qty-box {
  margin-bottom: 5px;
}

.product-right.product-form-box .product-description .qty-box .input-group {
  justify-content: center;
  width: 100%;
}

.product-right.product-form-box .product-buttons {
  margin-bottom: 0;
}

.product-right.product-form-box .timer {
  margin-bottom: 10px;
  text-align: left;
}

.single-product-tables {
  display: flex;
  margin-top: 20px;
}

.single-product-tables table {
  width: 20%;
}

.single-product-tables table tr {
  height: 35px;
}

.single-product-tables table tr td:first-child {
  font-weight: 600;
}

.single-product-tables.detail-section {
  margin-top: 0;
}

.single-product-tables.detail-section table {
  width: 55%;
}

.product-accordion .btn-link {
  color: #222222;
}

.product-accordion .btn-link:hover {
  text-decoration: none;
}

.product-accordion .card {
  border: none;
}

.product-accordion .card-body {
  width: 100%;
  height: auto;
}

.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03);
}

.product-related h2 {
  color: #222222;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 20px;
  line-height: 0.8;
}

.rating {
  margin-top: 0;
}

.rating i {
  padding-right: 5px;
}

.rating i:nth-child(-n+4) {
  color: #ffa200;
}

.rating i:last-child {
  color: #dddddd;
}

.rating .three-star {
  padding-bottom: 5px;
}

.rating .three-star i {
  color: #acacac;
}

.rating .three-star i:nth-child(-n+3) {
  color: #ffd200;
}

.tab-border {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px 0;
}

.tab-border .nav-border {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
}

.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  padding: 15px 20px;
}

.tab-product,
.product-full-tab {
  padding-top: 30px;
}

.tab-product .nav-material.nav-tabs,
.tab-product .nav-tabs.nav-tabs,
.product-full-tab .nav-material.nav-tabs,
.product-full-tab .nav-tabs.nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.tab-product .nav-tabs.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-tabs.nav-tabs .nav-item .nav-link {
  color: #212121;
  text-align: center;
  padding: 0 15px 20px 15px;
  text-transform: uppercase;
  border: 0;
}

.tab-product .nav-material.nav-tabs .nav-item .material-border,
.tab-product .nav-tabs.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-tabs.nav-tabs .nav-item .material-border {
  border-bottom: 2px solid var(--theme-deafult);
  opacity: 0;
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.tab-product .nav-tabs.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-tabs.nav-tabs .nav-link.active {
  color: var(--theme-deafult);
  background-color: transparent;
  border-bottom: 2px solid var(--theme-deafult);
}

.tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border,
.tab-product .nav-tabs.nav-tabs .nav-link.active ~ .material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active ~ .material-border,
.product-full-tab .nav-tabs.nav-tabs .nav-link.active ~ .material-border {
  transition: all 0.3s ease;
  opacity: 1;
}

.tab-product .theme-form input,
.product-full-tab .theme-form input {
  border-color: #dddddd;
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: inherit;
  text-align: left;
}

.tab-product .theme-form .btn-solid,
.product-full-tab .theme-form .btn-solid {
  margin: 0 auto;
}

.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
  border-color: #dddddd;
  font-size: 15px;
  padding: 17px 25px;
  margin-bottom: 15px;
  height: inherit;
}

.tab-product .nav-material .tab-content p,
.product-full-tab .nav-material .tab-content p {
  padding: 20px;
  margin-bottom: -6px;
  line-height: 40px;
  letter-spacing: 0.05em;
  margin-top: -10px;
  padding-bottom: 0;
}

.tab-product .nav-material .tab-content .media,
.product-full-tab .nav-material .tab-content .media {
  margin-top: 20px;
}

.tab-product .title,
.product-full-tab .title {
  padding-right: 45px;
  color: var(--theme-deafult);
  padding-bottom: 20px;
}

.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
  top: -45px;
  height: auto;
}

.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
  color: #000000;
  font-size: 18px;
}

.tab-product .product-box,
.product-full-tab .product-box {
  position: relative;
  margin: 5px;
}

.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
  box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
  opacity: 1;
  transition: all 0.3s ease;
}

.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
  opacity: 1;
  animation: flipInY 1000ms ease-in-out;
}

.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
  opacity: 1 !important;
  animation: fadeInUp 500ms ease-in-out;
}

.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
  min-height: unset;
}

.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
  position: absolute;
  padding: 10px 0;
  top: 25%;
  right: 15px;
  width: 40px;
  margin-right: 0;
}

.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
  padding-right: 0;
}

.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
  color: #333333;
  transition: all 0.3s ease;
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  margin: 7px 0;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
  transition: all 0.3s ease;
  color: var(--theme-deafult);
}

.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
  background-color: var(--theme-deafult);
  padding: 2px 20px 2px 10px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
}

.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid var(--theme-deafult);
  border-bottom: 13px solid var(--theme-deafult);
  border-right: 7px solid #ffffff;
}

.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
  font-size: 14px;
  top: 15px;
  position: absolute;
  right: 10px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0;
}

.tab-product .product-box a,
.product-full-tab .product-box a {
  color: #0072bb;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
  position: absolute;
  top: -35px;
  width: 100%;
}

.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
  display: block;
}

.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
  position: relative;
}

.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
  position: absolute;
  top: -35px;
  width: 100%;
}

.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
  opacity: 0;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
}

.tab-product .product-box .product-details h6,
.product-full-tab .product-box .product-details h6 {
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
  padding-bottom: 10px;
  font-size: 16px;
  color: var(--theme-deafult);
}

.product-full-tab {
  padding-top: 70px;
}

.product-load-more .col-grid-box {
  display: none;
}

.load-more-sec {
  margin-top: 40px;
  text-align: center;
}

.load-more-sec a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  width: 100%;
}

.product_image_4 > div:nth-child(-n+2) {
  margin-bottom: 25px;
}

.quick-view {
  width: 100%;
  max-width: 1080px;
  max-height: 600px;
  position: relative;
}

.checkout-page .checkout-title {
  margin-bottom: 25px;
}

.checkout-page .checkout-title h3 {
  color: #444444;
  font-weight: 700;
}

.checkout-page .checkout-form .checkout-details {
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 40px;
}

.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
  margin-bottom: -5px;
}

.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.checkout-page .checkout-form .form-group h3 {
  color: #444444;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}

.checkout-page .checkout-form .form-group .field-label {
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}

.checkout-page .checkout-form .form-group .field-label span {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}

.checkout-page .checkout-form .form-group label {
  color: #777777;
}

.checkout-page .checkout-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url("/assets/images/dropdown.png") no-repeat 95%;
}

.checkout-page .checkout-form input[type=text], .checkout-page .checkout-form input[type=email], .checkout-page .checkout-form input[type=password], .checkout-page .checkout-form input[type=tel], .checkout-page .checkout-form input[type=number], .checkout-page .checkout-form input[type=url] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}

.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.checkout-page .lower-content {
  margin-top: 30px;
}

.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}

.order-box {
  position: relative;
  margin-bottom: 50px;
}

.order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444444;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}

.order-box .title-box span {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}

.order-box .qty {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.order-box .qty li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 20px;
}

.order-box .qty li span {
  float: right;
  font-size: 18px;
  line-height: 20px;
  color: #232323;
  font-weight: 400;
  width: 35%;
}

.order-box .sub-total {
  position: relative;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.order-box .sub-total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.order-box .sub-total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-deafult);
  font-weight: 400;
  width: 35%;
  float: right;
}

.order-box .sub-total .shopping-option label {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 10px;
  color: #6f6f6f;
}

.order-box .sub-total .shipping {
  width: 35%;
  float: right;
}

.order-box .total {
  position: relative;
  margin-bottom: 40px;
}

.order-box .total li {
  position: relative;
  display: block;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.order-box .total li .count {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: var(--theme-deafult);
  font-weight: 400;
}

.order-box .total li span {
  float: right;
  font-size: 15px;
  line-height: 20px;
  color: #444444;
  font-weight: 400;
  width: 35%;
  display: block;
}

.payment-box {
  position: relative;
}

.payment-box .upper-box {
  position: relative;
}

.payment-box .payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.payment-box .payment-options li {
  display: flex;
  margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.payment-box .payment-options li .radio-option input[type=radio] {
  position: absolute;
  left: 0;
  top: 5px;
}

.payment-box .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #666666;
  margin-top: 10px;
}

.payment-box .payment-options li .radio-option label img {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: -30px;
  margin-top: 5px;
}

.stripe-section {
  text-transform: uppercase;
  background-color: #f9f9f9;
  padding: 15px;
  border: 1px solid #dddddd;
}

.stripe-section h5 {
  font-weight: 700;
}

.stripe-section .content h5 {
  color: #4f4f4f;
  font-weight: 400;
}

.stripe-section .content table {
  width: 100%;
}

.stripe-section .content table tr {
  border-bottom: 1px solid #f1f1f1;
}

.stripe-section .content table tr td {
  padding: 8px 0;
  color: #9a9a9a;
}

.stripe-section .content table tr td:last-child {
  text-align: right;
}

.margin-cls {
  margin-top: 25px;
}

.dashboard-left a {
  text-decoration: none;
  color: #000;
  outline: none;
}

.dashboard-left .block-title h2 {
  font-size: 24px;
  padding-bottom: 20px;
}

.dashboard-left .block-content {
  border: 1px solid #ddd;
  padding: 15px;
}

.dashboard-left .block-content ul li {
  display: flex;
  transition: all 0.5s ease;
}

.dashboard-left .block-content ul li.active {
  color: var(--theme-deafult);
}

.dashboard-left .block-content ul li.active a {
  color: var(--theme-deafult);
}

.dashboard-left .block-content ul li:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 3px;
}

.dashboard-left .block-content ul li:hover {
  padding-left: 10px;
  color: #ff0000;
  transition: all 0.5s ease;
}

.dashboard-left .block-content ul li:hover a {
  color: #ff0000;
  transition: all 0.5s ease;
}

.dashboard-left.open {
  left: 0px;
}

.padding-cls {
  padding-left: 50px;
  padding-right: 50px;
}

.dashboard-right p {
  color: #5f5f5f;
  line-height: 20px;
}

.dashboard-right .dashboard {
  border: 1px solid #ddd;
  padding: 30px;
}

.dashboard-right .dashboard .page-title h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.dashboard-right .dashboard .welcome-msg p {
  margin-bottom: 0;
}

.dashboard .box-head h2 {
  font-size: 22px;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #333;
}

.dashboard .box a {
  color: var(--theme-deafult);
}

.dashboard .box h6 {
  margin-bottom: 0;
}

.dashboard .box .box-title {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 5px;
  padding: 12px 0;
  position: relative;
  width: 100%;
}

.dashboard .box .box-title h3 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  color: #333;
}

.dashboard .box .box-title > a {
  position: absolute;
  right: 0;
  top: 12px;
  color: var(--theme-deafult);
}

.dashboard .box address {
  margin-bottom: 0;
}

.box-content h6 {
  font-size: 14px;
  line-height: 25px !important;
  margin-bottom: 0;
}

.box-content a {
  color: var(--theme-deafult);
}

.account-sidebar {
  display: none;
  cursor: pointer;
  background-color: var(--theme-deafult);
  color: #ffffff;
  width: 30%;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px;
}

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

.success-text i {
  font-size: 50px;
  color: #4ead4e;
}

.success-text h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.success-text p {
  font-size: 18px;
  text-transform: capitalize;
}

.success-text p:last-child {
  margin-bottom: 0;
}

.success-text.order-fail i {
  color: var(--theme-deafult);
}

.order-success-sec h4 {
  font-weight: 700;
  text-transform: capitalize;
}

.order-success-sec .order-detail li {
  display: flex;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 16px;
}

.order-success-sec .payment-mode p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.delivery-sec {
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  background-color: #f9f9f9;
}

.delivery-sec h2,
.delivery-sec h3 {
  color: #000000;
  text-transform: capitalize;
}

.product-order h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -2px;
}

.product-order .product-order-detail {
  margin-top: 15px;
}

.product-order .product-order-detail img {
  height: 130px;
}

.product-order .product-order-detail .order_detail {
  display: flex;
  align-items: center;
}

.product-order .product-order-detail .order_detail h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
}

.product-order .product-order-detail .order_detail h5 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.product-order .total-sec {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
  padding: 15px 0;
}

.product-order .total-sec ul li {
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}

.product-order .total-sec ul li span {
  float: right;
}

.product-order .final-total h3 {
  display: block;
}

.product-order .final-total h3 span {
  float: right;
}

.compare-section .compare-part {
  position: relative;
}

.compare-section .compare-part .close-btn {
  background-color: transparent;
  border: none;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
}

.compare-section .compare-part .img-secton {
  padding: 25px 15px 15px;
}

.compare-section .compare-part .img-secton img,
.compare-section .compare-part .img-secton .bg-size {
  width: 50%;
  margin: 0 auto;
}

.compare-section .compare-part .img-secton a h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  margin-top: 10px;
}

.compare-section .compare-part .img-secton h5 {
  margin-bottom: 0;
  line-height: 1.2;
}

.compare-section .compare-part .detail-part .title-detail {
  background-color: #f7f8fa;
  text-align: center;
  padding: 8px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.compare-section .compare-part .detail-part .title-detail h5 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.compare-section .compare-part .detail-part .inner-detail {
  padding: 15px;
}

.compare-section .compare-part .detail-part .inner-detail p {
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.compare-section .compare-part .detail-part .inner-detail p span {
  padding-right: 15px;
}

.compare-section .compare-part .btn-part {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.compare-section .compare-part .btn-part .btn-solid,
.compare-section .compare-part .btn-part .btn-outline {
  padding: 5px 10px;
}

.compare-section .owl-item {
  border: 1px solid #ddd;
}

.compare-padding {
  padding-bottom: 50px;
}

.compare-padding h2 {
  margin-bottom: 20px;
}

.compare-lable {
  position: absolute;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  top: 20px;
  left: 16px;
  letter-spacing: 0.1em;
  z-index: 1;
}

.compare-page .table-wrapper {
  padding-bottom: 0;
}

.compare-page .table-wrapper .table {
  border: 1px solid #eeeeee;
  text-transform: capitalize;
  color: #222222;
}

.compare-page .table-wrapper .table .product-name {
  width: 15%;
}

.compare-page .table-wrapper .table .featured-image {
  width: 185px;
}

.compare-page .table-wrapper .table td {
  border-top: none;
}

.compare-page .table-wrapper .table thead .th-compare td {
  font-size: 14px;
  font-weight: 700;
  background: #f8f8f8;
  border-right: 1px solid #eee;
}

.compare-page .table-wrapper .table thead .th-compare th {
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.compare-page .table-wrapper .table thead .th-compare th .remove-compare {
  float: left;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.compare-page .table-wrapper .table tbody tr th {
  background: #f8f8f8;
}

.compare-page .table-wrapper .table tbody tr td {
  border-right: 1px solid #eee;
  position: relative;
}

.compare-page .table-wrapper .table tbody tr th,
.compare-page .table-wrapper .table tbody tr td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}

.compare-page .table-wrapper .table tbody tr .grid-link__title {
  font-size: 15px;
}

.compare-page .table-wrapper .table tbody tr .product_price {
  margin: 15px 0;
}

.compare-page .table-wrapper .table tbody tr .product_price span.money {
  padding-left: 5px;
}

.compare-page .table-wrapper .table tbody tr p {
  color: #222222;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.compare-page .table-wrapper .table tbody tr .add-to-cart,
.compare-page .table-wrapper .table tbody tr .select-option-cls {
  padding: 6px 10px;
}

.typography_section .typography-box {
  margin-bottom: 30px;
}

.typography_section .typography-box p {
  line-height: 22px;
}

.typography_section .typography-box .headings {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  background-color: rgba(247, 247, 247, 0.5);
  padding: 8px 12px;
}

.typography_section .typography-box .headings h3 {
  text-transform: capitalize;
  color: #2d2d2d;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.typography_section .typography-box .headings span {
  color: #777777;
}

.typography_section .typography-box .headings span code {
  color: #777777;
}

.typography_section .typography-box .typo-content.heading_content h1,
.typography_section .typography-box .typo-content.heading_content h2,
.typography_section .typography-box .typo-content.heading_content h3,
.typography_section .typography-box .typo-content.heading_content h4,
.typography_section .typography-box .typo-content.heading_content h5,
.typography_section .typography-box .typo-content.heading_content h6 {
  font-weight: 400;
  color: black;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.typography_section .typography-box .typo-content .sub-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 18px;
  color: #222222;
  text-transform: capitalize;
}

.typography_section .typography-box .typo-content.product-pagination {
  border: none;
  margin: 0;
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.typography_section .typography-box .typo-content.product-pagination .pagination .page-item a {
  padding: 10px 14px;
}

.typography_section .typography-box .typo-content.input_button input {
  margin-bottom: 10px;
}

.typography_section .typography-box .typo-content.input_button label {
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 5px;
}

.typography_section .typography-box .typo-content.loader-typo {
  width: 100%;
  justify-content: center;
  display: flex;
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--theme-deafult);
  border-radius: 50%;
}

.typography_section .typography-box .typo-content.loader-typo .pre-loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid white;
  transform: translate(-50%, -50%);
  animation: loading 1000ms ease-out forwards infinite;
  transition: all 0.3s ease;
}

.typography_section .typography-box .typo-content .footer-social {
  margin-top: 0;
  justify-content: center;
}

.typography_section .typography-box:last-child {
  margin-bottom: 0;
}

.typography_section code {
  color: rgba(var(--theme-deafult), 0.6);
  background-color: #f7f7f7;
  padding: 3px;
  margin: 0 3px;
  border-radius: 2px;
}

.review-page .comment-section {
  border-bottom: none !important;
}

.review-page .comment-section li:first-child {
  border-top: none;
  padding-top: 0;
}

.review-page .comment-section li:last-child {
  padding-bottom: 0;
}

.review-page .comnt-sec {
  margin-top: 10px;
}

.review-page .comnt-sec li {
  margin-right: 15px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.review-page .comnt-sec li a {
  color: #777777;
  font-size: 16px;
}

.review-page .comnt-sec li a i {
  margin-right: 5px;
}

.template-password {
  background: url("/assets/images/coming-soon.jpg");
  background-size: cover;
  height: 100vh;
}

.template-password #container {
  height: 100vh;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-password #container > div {
  width: 100%;
}

.template-password #container #login {
  width: 100%;
  margin-bottom: 120px;
}

.template-password #container #login h2 {
  color: var(--theme-deafult);
  font-size: 30px;
  font-weight: 400;
}

.template-password #container #login .theme-form h3 {
  color: #999999;
  font-size: 20px;
}

.template-password #container #login .theme-form input {
  border-color: #dddddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 15px;
  height: inherit;
}

.template-password #container #login .theme-form input:focus {
  box-shadow: none;
}

.template-password #container #powered {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.template-password #container #owner a {
  color: var(--theme-deafult);
}

.review-page .comment-section {
  border-bottom: none !important;
}

.review-page .comment-section li:first-child {
  border-top: none;
  padding-top: 0;
}

.review-page .comment-section li:last-child {
  padding-bottom: 0;
}

.review-page .comnt-sec {
  margin-top: 10px;
}

.review-page .comnt-sec li {
  margin-right: 15px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}

.review-page .comnt-sec li a {
  color: #777777;
  font-size: 16px;
}

.review-page .comnt-sec li a i {
  margin-right: 5px;
}

.vendor-cover .bg-size {
  height: 350px;
}

.vendor-profile {
  margin-top: -70px;
}

.vendor-profile .profile-left {
  display: flex;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
}

.vendor-profile .profile-left .profile-image {
  text-align: center;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendor-profile .profile-left .profile-image img {
  width: 60%;
}

.vendor-profile .profile-left .profile-image h3 {
  font-weight: 700;
  margin-bottom: 5px;
  color: black;
}

.vendor-profile .profile-left .profile-image h6 {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.vendor-profile .profile-left .profile-detail {
  border-left: 1px solid #efefef;
  padding-left: 20px;
  margin-left: 20px;
  width: 60%;
  display: flex;
  align-items: center;
}

.vendor-profile .profile-left .profile-detail h6 {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.vendor-profile .profile-left .profile-detail p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.vendor-profile .profile-left .profile-detail p + p {
  margin-top: 10px;
}

.vendor-profile .profile-left .vendor-contact {
  border-left: 1px solid #efefef;
  padding-left: 20px;
  margin-left: 20px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vendor-profile .profile-left .vendor-contact .footer-social {
  margin-top: 0;
  margin-bottom: 12px;
  justify-content: center;
}

.vendor-profile .profile-left .vendor-contact .footer-social i {
  color: #989898;
}

.vendor-profile .profile-left .vendor-contact .footer-social li {
  padding: 0 5px;
}

.vendor-profile .profile-left .vendor-contact h6 {
  text-transform: capitalize;
  color: black;
  font-weight: 700;
  margin-bottom: 8px;
}

.vendor-profile .profile-left .vendor-contact a {
  text-transform: capitalize;
}

.vendor-profile .profile-left + .profile-left {
  margin-top: 40px;
}

.vendor-profile .page-link {
  border-color: #efefef;
  background-color: #f9f9f9;
}

.vendor-profile .page-link:hover {
  background-color: #f1f1f1;
}

.become-vendor {
  background-color: #f7f7f7;
  overflow: hidden;
}

.become-vendor h4 {
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
}

.become-vendor .step-bg {
  position: relative;
}

.become-vendor .step-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
}

.become-vendor .step-bg .row {
  margin-left: -50px;
  margin-right: -50px;
}

.become-vendor .step-bg .row > div {
  padding-left: 50px;
  padding-right: 50px;
}

.become-vendor .step-bg .row > div:nth-child(1), .become-vendor .step-bg .row > div:nth-child(3) {
  margin-bottom: 30px;
}

.become-vendor .step-bg .row > div:nth-child(2) {
  margin-top: 30px;
}

.become-vendor .step-bg h4 {
  margin-bottom: 10px;
}

.become-vendor .step-bg .step-box {
  position: relative;
  padding: 50px 35px 33px;
  box-shadow: 0 15px 39px 0 rgba(8, 18, 109, 0.08);
  transition: all 0.3s ease;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.become-vendor .step-bg .step-box .steps {
  position: relative;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  margin: 0 auto 25px auto;
  color: var(--theme-deafult);
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
}

.become-vendor .step-bg .step-box p {
  line-height: 1.5;
  margin-bottom: 0;
}

.start-selling h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
}

.start-selling p {
  line-height: 2;
  letter-spacing: 0.03em;
}

.start-selling .btn {
  margin-top: 20px;
}

.vendor-dashboard .dashboard-box {
  padding: 20px 10px;
  background-color: #f9f9f9;
}

.vendor-dashboard .dashboard-box .date-picker-box {
  display: flex;
}

.vendor-dashboard .dashboard-box .date-picker-box .input-group {
  width: 50%;
  padding: 0 10px;
}

.dashboard-section .dashboard-sidebar {
  position: sticky;
  top: 30px;
  z-index: 1;
  padding: 30px 0 15px 0;
  background-color: #f8f8f8;
}

.dashboard-section .dashboard-sidebar .profile-top {
  padding: 0 16px;
  margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image {
  position: relative;
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image img {
  width: 130px;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image .profile-edit {
  position: absolute;
  bottom: 0;
  right: 30%;
}

.dashboard-section .dashboard-sidebar .profile-top .profile-image .profile-edit svg {
  stroke: var(--theme-deafult);
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail {
  text-align: center;
  margin-top: 15px;
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 5px;
}

.dashboard-section .dashboard-sidebar .profile-top .profile-detail h6 {
  color: #777777;
  margin-bottom: 3px;
}

.dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
  box-shadow: none;
  padding: 0;
}

.dashboard-section .counter-section .counter-box {
  background-color: #f8f8f8;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--theme-deafult);
  border-radius: 8px;
}

.dashboard-section .counter-section .counter-box img {
  height: 50px;
  margin-right: 20px;
}

.dashboard-section .counter-section .counter-box h3 {
  font-weight: 700;
  color: var(--theme-deafult);
  margin-bottom: 4px;
  font-size: 20px;
}

.dashboard-section .counter-section .counter-box h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}

.dashboard-section .faq-content .card {
  border: none;
  background-color: #f8f8f8;
  margin-top: 30px;
}

.dashboard-section .dashboard-table h3 {
  text-transform: capitalize;
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}

.dashboard-section .dashboard-table img {
  width: 50px;
}

.dashboard-section .dashboard-table .table thead th {
  border-top: none;
}

.dashboard-section .dashboard-table .table th,
.dashboard-section .dashboard-table .table td {
  vertical-align: middle;
  text-transform: capitalize;
  text-align: center;
}

.dashboard-section .top-sec {
  display: flex;
  margin-bottom: 15px;
}

.dashboard-section .top-sec h3 {
  text-transform: capitalize;
  color: black;
  font-size: 20px;
}

.dashboard-section .top-sec .btn {
  margin-left: auto;
  text-transform: capitalize;
  padding: 7px 14px;
}

.dashboard-section .dashboard-box .dashboard-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.dashboard-section .dashboard-box .dashboard-title h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}

.dashboard-section .dashboard-box .dashboard-title span {
  margin-left: 30px;
  padding: 2px 16px;
  border-radius: 2px;
  text-transform: capitalize;
  color: var(--theme-deafult);
  cursor: pointer;
}

.dashboard-section .dashboard-box .dashboard-detail ul li {
  display: block;
  margin-bottom: 10px;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details {
  display: flex;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details h6 {
  text-transform: capitalize;
  margin-bottom: 0;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details span {
  margin-left: calc(10px + (30 - 10) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 2px;
  text-transform: capitalize;
  color: var(--theme-deafult);
  cursor: pointer;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
  width: 150px;
  margin-right: 15px;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .left h6 {
  color: #4e4e4e;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .right {
  display: flex;
  align-items: center;
}

.dashboard-section .dashboard-box .dashboard-detail ul li .details .right h6 {
  font-weight: 500;
}

.dashboard-section .dashboard-box .dashboard-detail ul li:last-child {
  margin-bottom: 0;
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting h5 {
  text-transform: capitalize;
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .row > div .form-check {
  margin-bottom: 10px;
  padding-left: 0;
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .row > div .form-check:last-child {
  margin-bottom: 0;
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting .btn {
  margin-top: 15px;
}

.dashboard-section .dashboard-box .dashboard-detail .account-setting + .account-setting {
  margin-top: 15px;
}

.dashboard-section .radio_animated {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.dashboard-section .radio_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--theme-deafult);
  border-radius: 50%;
}

.dashboard-section .radio_animated:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 2px solid #e8ebf2;
  border-radius: 50%;
}

.dashboard-section .radio_animated:checked:before {
  transform: scale(1, 1);
}

.faq-tab .nav-tabs {
  display: block;
  border-bottom: none;
  background-color: white;
  padding: 10px 0;
}

.faq-tab .nav-tabs .nav-item {
  display: block;
  margin-bottom: 0;
}

.faq-tab .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  color: black;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  border: none;
  transition: all 0.5s ease;
  border-radius: 0;
  background-color: #f8f8f8;
}

.faq-tab .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-right: 2px solid var(--theme-deafult);
  border-radius: 0;
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.faq-tab .nav-tabs .nav-item .nav-link:hover {
  border: none;
  border-right: 2px solid var(--theme-deafult);
  color: var(--theme-deafult);
  transition: all 0.5s ease;
}

/*=====================
    22.RTL CSS start
    ==========================*/

[dir=rtl] .owl-item {
  float: left;
}

[dir=rtl] .tools-parallax-product .owl-next {
  left: -25px !important;
}

[dir=rtl] .tools-parallax-product .owl-prev {
  right: -25px !important;
  left: unset !important;
}

[dir=rtl] .owl-prev {
  left: 1px;
  right: unset;
}

[dir=rtl] .owl-next {
  left: unset;
  right: 1px;
}

.rtl .no-found h3,
.rtl .no-found p {
  text-align: center;
}

.rtl .brand-logo img.img-fluid {
  transform: scaleX(-1);
}

.setting-box {
  direction: ltr;
}

.setting-box h1,
.setting-box h2,
.setting-box h3,
.setting-box h4,
.setting-box h5,
.setting-box h6,
.setting-box p {
  text-align: left !important;
}

body.rtl {
  direction: rtl;
}

.rtl header .main-navbar .nav-menu > li {
  float: right;
}

.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a {
  text-align: right;
}

.rtl header .main-navbar .nav-menu > li .nav-submenu li {
  text-align: right;
}

.rtl header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

.rtl header .sidenav .sidebar-menu li {
  text-align: right;
}

.rtl header .sidenav .sidebar-menu li ul li a:before {
  right: 35px;
}

.rtl header .sidenav .sidebar-menu li ul.mega-menu li a:before {
  right: 0;
}

.rtl .product-thumb-list {
  left: unset;
  right: 0;
}

.rtl .j-box .product-box .cart-info {
  left: 0 !important;
}

.rtl .header-gym .main-menu .menu-left .navbar {
  padding: 20px 0 20px 45px;
}

.rtl .main-menu .menu-left .navbar {
  padding: 40px 0 40px 45px;
}

.rtl .form_search button {
  left: 5px;
  right: unset;
}

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

.rtl .size-text {
  text-align: right !important;
}

.rtl .detail-cannabis .detail_section h4,
.rtl .detail-cannabis .detail_section p {
  text-align: center;
}

.rtl .tab-left .theme-tab .left-side .tab-title {
  margin-left: 100px;
  text-align: right;
  margin-right: 0;
}

.rtl .review-page .comnt-sec {
  text-align: right;
}

.rtl .review-page .comnt-sec li {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .review-page .comnt-sec li a i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .gym-product .product-box .product-detail h6,
.rtl .gym-product .product-box .product-detail h4 {
  text-align: center;
}

.rtl .tools-grey .product-box .product-info h6,
.rtl .tools-grey .product-box .product-info h4 {
  text-align: center;
}

.rtl .tools-grey .product-box .cart-info {
  left: 0 !important;
  right: 0 !important;
}

.rtl .tools_product .media .br.br-default {
  justify-content: flex-start;
}

.rtl .tools-parallax-product .tools-description .tools-form .btn-find {
  float: right;
}

.rtl .left-header .sidenav {
  right: 0;
}

.rtl .left-header .sidenav .left-sidebar_center {
  padding: 40px 30px 40px 0;
}

.rtl .left-header .sidenav .pixelstrap li a .sub-arrow {
  left: 7px;
  transform: rotate(180deg);
}

.rtl .left-header .top-header {
  padding-left: 0;
  padding-right: 300px;
}

.rtl .left-header .search-overlay {
  padding-right: 300px;
  padding-left: 0;
}

.rtl .left-sidebar_space {
  padding-left: 0;
  padding-right: 300px;
}

.rtl .portfolio-section.metro-section .product-box .cart-wrap {
  right: unset;
  left: 7px;
}

.rtl .portfolio-section.metro-section .product-box .product-detail h4,
.rtl .portfolio-section.metro-section .product-box .product-detail h6 {
  text-align: center;
}

.rtl .br-default .br-unit {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .br.br-default {
  display: flex;
  justify-content: right;
}

.rtl .owl-carousel .br.br-default {
  display: flex;
  justify-content: flex-end;
}

.rtl .absolute_banner .collection-banner .absolute-contain h3,
.rtl .absolute_banner .collection-banner .absolute-contain h4 {
  text-align: center;
}

.rtl .no-slider .br.br-default {
  display: flex;
  justify-content: right;
}

.rtl .blog.blog_box .blog-details a p {
  text-align: right;
}

.rtl .blog.blog_box .blog-details .read-cls {
  float: right;
}

.rtl .service-block1 h4,
.rtl .service-block1 p {
  text-align: center;
}

.rtl .beauty-about .text-center {
  text-align: left !important;
}

.rtl .beauty-about .about-text p {
  text-align: right;
}

.rtl .beauty-about .service-block1 h5 {
  text-align: center;
}

.rtl .pets-box .product-box .product-detail h6,
.rtl .pets-box .product-box .product-detail h4 {
  text-align: center;
}

.rtl .theme-tab .br[_ngcontent-c24] {
  text-align: right;
  display: flex;
  justify-content: right;
}

.rtl .theme-tab .br[_ngcontent-c29] {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.rtl .br[_ngcontent-c29] {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.rtl .br-units[_ngcontent-c29] {
  justify-content: flex-end;
  text-align: right;
  display: flex;
}

.rtl .br[_ngcontent-c24] {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.rtl .br[_ngcontent-c26] {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
.rtl p {
  text-align: right;
}

.rtl .color-variant li {
  margin-right: 0px !important;
  margin-left: 5px !important;
}

.rtl .br-units[_ngcontent-c25] {
  direction: rtl !important;
}

.rtl ul {
  -webkit-padding-start: 0;
}

.rtl .product-right .rating {
  text-align: right !important;
}

.rtl .product-right .pro_inventory .inventory-scroll > span {
  float: right;
}

.rtl .timer {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .timer span .padding-l {
  padding-left: 0;
  padding-right: 22px;
}

.rtl .home.text-left h1,
.rtl .home.text-left h2,
.rtl .home.text-left h3,
.rtl .home.text-left h4,
.rtl .home.text-left h5,
.rtl .home.text-left h6 {
  text-align: left;
}

.rtl .empty-cart-cls h3,
.rtl .empty-cart-cls h4 {
  text-align: center;
}

.rtl .product-right .product-buttons a:last-child {
  margin-right: 10px;
  margin-left: 0;
}

.rtl .owl-carousel {
  direction: ltr;
}

.rtl .stripe-section .content table tr td:first-child {
  text-align: right;
}

.rtl .mr-3 {
  margin-right: 0 !important;
  margin-left: 5px;
}

.rtl .offset-md-3,
.rtl .offset-lg-2,
.rtl .offset-xl-3,
.rtl .offset-lg-3,
.rtl .offset-md-2 {
  margin: 0 auto;
}

.rtl .title1 h4,
.rtl .title1 h2,
.rtl .title2 h4,
.rtl .title2 h2,
.rtl .title3 h4,
.rtl .title3 h2,
.rtl .title4 h4,
.rtl .title4 h2 {
  text-align: center;
}

.rtl .search-overlay > div .closebtn {
  right: unset;
  left: 25px;
}

.rtl .search-block .form-header button {
  left: 10px;
  right: unset;
}

.rtl .cart_qty_cls {
  left: -12px;
  right: unset;
}

.rtl .size-variant {
  text-align: right;
}

.rtl .size-variant li {
  margin-left: 5px;
  margin-right: unset;
}

.rtl .home-slider .text-center p,
.rtl .home-slider .text-center h1,
.rtl .home-slider .text-center h2,
.rtl .home-slider .text-center h3,
.rtl .home-slider .text-center h4,
.rtl .home-slider .text-center h5,
.rtl .home-slider .text-center h6,
.rtl .center-slider .text-center p,
.rtl .center-slider .text-center h1,
.rtl .center-slider .text-center h2,
.rtl .center-slider .text-center h3,
.rtl .center-slider .text-center h4,
.rtl .center-slider .text-center h5,
.rtl .center-slider .text-center h6 {
  text-align: center !important;
}

.rtl .home-slider .text-left p,
.rtl .home-slider .text-left h1,
.rtl .home-slider .text-left h2,
.rtl .home-slider .text-left h3,
.rtl .home-slider .text-left h4,
.rtl .home-slider .text-left h5,
.rtl .home-slider .text-left h6,
.rtl .center-slider .text-left p,
.rtl .center-slider .text-left h1,
.rtl .center-slider .text-left h2,
.rtl .center-slider .text-left h3,
.rtl .center-slider .text-left h4,
.rtl .center-slider .text-left h5,
.rtl .center-slider .text-left h6 {
  text-align: left;
}

.rtl .home-slider .text-right p,
.rtl .home-slider .text-right h1,
.rtl .home-slider .text-right h2,
.rtl .home-slider .text-right h3,
.rtl .home-slider .text-right h4,
.rtl .home-slider .text-right h5,
.rtl .home-slider .text-right h6,
.rtl .center-slider .text-right p,
.rtl .center-slider .text-right h1,
.rtl .center-slider .text-right h2,
.rtl .center-slider .text-right h3,
.rtl .center-slider .text-right h4,
.rtl .center-slider .text-right h5,
.rtl .center-slider .text-right h6 {
  text-align: right;
}

.rtl .home-slider .p-left .slider-contain,
.rtl .center-slider .p-left .slider-contain {
  justify-content: flex-start;
}

.rtl .home-slider .p-right .slider-contain,
.rtl .center-slider .p-right .slider-contain {
  justify-content: flex-end;
}

.rtl .home-slider .slider-contain h1,
.rtl .home-slider .slider-contain h2,
.rtl .home-slider .slider-contain h3,
.rtl .home-slider .slider-contain h4,
.rtl .home-slider .slider-contain h5,
.rtl .home-slider .slider-contain h6,
.rtl .center-slider .slider-contain h1,
.rtl .center-slider .slider-contain h2,
.rtl .center-slider .slider-contain h3,
.rtl .center-slider .slider-contain h4,
.rtl .center-slider .slider-contain h5,
.rtl .center-slider .slider-contain h6 {
  text-align: left;
}

.rtl .home-slider .slider-contain .btn-solid,
.rtl .home-slider .slider-contain .btn-outline,
.rtl .center-slider .slider-contain .btn-solid,
.rtl .center-slider .slider-contain .btn-outline {
  float: inherit;
}

.rtl .home-slider .owl-next,
.rtl .center-slider .owl-next {
  right: unset;
  left: 1px;
}

.rtl .home-slider .owl-next:before,
.rtl .center-slider .owl-next:before {
  transform: rotate(180deg);
}

.rtl .home-slider .owl-prev,
.rtl .center-slider .owl-prev {
  left: unset;
  right: 1px;
}

.rtl .home-slider .owl-prev:before,
.rtl .center-slider .owl-prev:before {
  transform: rotate(180deg);
}

.rtl .home-slider:hover .owl-next,
.rtl .center-slider:hover .owl-next {
  right: unset;
  left: 100px;
}

.rtl .home-slider:hover .owl-prev,
.rtl .center-slider:hover .owl-prev {
  left: unset;
  right: 100px;
}

.rtl .pwd-page h2 {
  text-align: center;
}

.rtl .product-box .color-variant {
  -webkit-padding-start: 0;
}

.rtl .product-box .product-info h4,
.rtl .product-box .product-info h6 {
  text-align: center;
}

.rtl .product-box .product-info .br.br-default {
  justify-content: center;
}

.rtl .product-box .product-detail .rating {
  text-align: right;
}

.rtl .product-box .product-detail .color-variant {
  text-align: right;
  padding: 0;
  padding-top: 15px;
}

.rtl .product-box .product-detail.text-center .color-variant {
  text-align: center !important;
}

.rtl .product-box .img-block .lable-wrapper .lable1 {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rtl .product-box .img-block .lable-wrapper .lable2 {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rtl .product-box .img-wrapper .lable-block .lable3 {
  left: unset;
  right: 9px;
}

.rtl .product-box .img-wrapper .lable-block .lable4 {
  left: 9px;
  right: unset;
}

.rtl .product-box .cart-detail {
  left: 20px;
  right: unset;
}

.rtl .product-box .cart-info.cart-wrap {
  left: 10px;
  right: unset;
}

.rtl .product-box:hover .cart-wrap button {
  animation: fadeInLeft 300ms ease-in-out;
}

.rtl .product-box:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInLeft 500ms ease-in-out;
}

.rtl .product-box:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInLeft 700ms ease-in-out;
}

.rtl .product-box:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInLeft 1000ms ease-in-out;
}

.rtl .product-box:hover .cart-detail button {
  animation: fadeInLeft 300ms ease-in-out;
}

.rtl .product-box:hover .cart-detail a:nth-child(2) i {
  animation: fadeInLeft 500ms ease-in-out;
}

.rtl .product-box:hover .cart-detail a:nth-child(3) i {
  animation: fadeInLeft 700ms ease-in-out;
}

.rtl .product-box:hover .cart-detail a:nth-child(4) i {
  animation: fadeInLeft 1000ms ease-in-out;
}

.rtl .footer-light .subscribe {
  border-right: none;
  border-left: 1px solid #dddddd;
}

.rtl .footer-light .subscribe h4 {
  text-align: right;
}

.rtl .subscribe h4 {
  text-align: center;
}

.rtl .subscribe h4 i {
  padding-left: 5px;
  padding-right: 0;
}

.rtl .add_to_cart .cart-inner .cart_top .close-cart {
  margin-left: unset;
  margin-right: auto;
}

.rtl .add_to_cart .cart-inner .cart_media li .total h5 span {
  float: left;
}

.rtl .add_to_cart .cart-inner .cart_media .close-circle {
  left: 0;
  right: unset;
}

.rtl .service-block svg,
.rtl .service-block img {
  margin-left: 12px;
  margin-right: 0;
}

.rtl .service-block + .service-block {
  border-right: 1px solid #dddddd;
  border-left: none;
}

.rtl .blog-details h4,
.rtl .blog-details h6 {
  text-align: center;
}

.rtl .blog-details a p {
  text-align: center;
}

.rtl .instagram h2 {
  text-align: center;
}

.rtl .category-block .category-details h5 {
  text-align: center;
}

.rtl .category-bg .contain-block h6 {
  text-align: center;
}

.rtl .about-text p {
  text-align: center;
}

.rtl .collection-banner.p-left .contain-banner {
  justify-content: flex-end !important;
}

.rtl .collection-banner.p-right .contain-banner {
  justify-content: flex-start !important;
}

.rtl .collection-banner.p-center .contain-banner {
  justify-content: center !important;
}

.rtl .collection-banner.text-center .contain-banner h1,
.rtl .collection-banner.text-center .contain-banner h2,
.rtl .collection-banner.text-center .contain-banner h3,
.rtl .collection-banner.text-center .contain-banner h4,
.rtl .collection-banner.text-center .contain-banner h5,
.rtl .collection-banner.text-center .contain-banner h6 {
  text-align: center;
}

.rtl .collection-banner.text-left .contain-banner h1,
.rtl .collection-banner.text-left .contain-banner h2,
.rtl .collection-banner.text-left .contain-banner h3,
.rtl .collection-banner.text-left .contain-banner h4,
.rtl .collection-banner.text-left .contain-banner h5,
.rtl .collection-banner.text-left .contain-banner h6 {
  text-align: left;
}

.rtl .collection-banner.text-right .contain-banner h1,
.rtl .collection-banner.text-right .contain-banner h2,
.rtl .collection-banner.text-right .contain-banner h3,
.rtl .collection-banner.text-right .contain-banner h4,
.rtl .collection-banner.text-right .contain-banner h5,
.rtl .collection-banner.text-right .contain-banner h6 {
  text-align: right;
}

.rtl .collection-banner .contain-banner {
  justify-content: flex-end;
}

.rtl .collection-banner .contain-banner h1,
.rtl .collection-banner .contain-banner h2,
.rtl .collection-banner .contain-banner h3,
.rtl .collection-banner .contain-banner h4,
.rtl .collection-banner .contain-banner h5,
.rtl .collection-banner .contain-banner h6 {
  text-align: left;
}

.rtl .full-banner.p-left .banner-contain {
  float: left;
}

.rtl .full-banner.p-right .banner-contain {
  float: right;
}

.rtl .full-banner.p-center .banner-contain {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rtl .full-banner.p-center .banner-contain h3,
.rtl .full-banner.p-center .banner-contain h4 {
  text-align: center;
}

.rtl .full-banner.p-center .banner-contain .btn-solid,
.rtl .full-banner.p-center .banner-contain .btn-outline {
  float: unset;
}

.rtl .full-banner.text-center .banner-contain h2,
.rtl .full-banner.text-center .banner-contain h3,
.rtl .full-banner.text-center .banner-contain h4 {
  text-align: center;
}

.rtl .full-banner.text-left .banner-contain h2,
.rtl .full-banner.text-left .banner-contain h3,
.rtl .full-banner.text-left .banner-contain h4 {
  text-align: left;
}

.rtl .full-banner.text-right .banner-contain h2,
.rtl .full-banner.text-right .banner-contain h3,
.rtl .full-banner.text-right .banner-contain h4 {
  text-align: right;
}

.rtl .theme-card .media {
  direction: rtl;
}

.rtl .theme-card .owl-prev {
  left: 0;
  right: unset;
}

.rtl .theme-card .owl-next {
  right: unset;
  left: 25px;
}

.rtl .theme-card .offer-slider img {
  padding: 15px 0 15px 15px;
}

.rtl .theme-card .offer-slider .media .media-body a h6 {
  margin-left: 61px;
  margin-right: 0;
}

.rtl .theme-card .offer-slider .media .media-body .br.br-default {
  justify-content: flex-start;
}

.rtl .theme-card .offer-slider .media .media-body .rating {
  text-align: right;
}

.rtl .theme-card .offer-slider .media .media-body .rating i {
  padding-left: 5px;
}

.rtl .theme-card.card-border h5 {
  padding-left: 0;
  padding-right: 50px;
}

.rtl .theme-card.card-border .owl-prev {
  left: 30px;
}

.rtl .theme-card.card-border .owl-next {
  left: 50px;
}

.rtl .theme-card.card-border .offer-slider img {
  padding: 15px 30px 15px 15px;
}

.rtl .background .contain-bg h4 {
  text-align: center;
}

.rtl .center-slider .offer-slider .product-box .product-info h6,
.rtl .center-slider .offer-slider .product-box .product-info h4 {
  text-align: center;
}

.rtl .center-slider .offer-slider .product-box .product-info .color-variant {
  text-align: center;
}

.rtl .center-slider:hover .owl-next {
  left: 20px;
  right: unset;
}

.rtl .center-slider:hover .owl-prev {
  left: unset;
  right: 20px;
}

.rtl .theme-tab .tab-title {
  -webkit-padding-start: 0;
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
  padding: 15px 0 15px 15px;
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .br.br-default {
  justify-content: right;
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
  text-align: right;
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
  margin-left: 35px;
  margin-right: 0;
}

.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant {
  text-align: right;
  -webkit-padding-start: 0;
}

.rtl .category-m .category-wrapper h4 {
  text-align: center;
}

.rtl .category-m .category-wrapper .category-link {
  -webkit-padding-start: 0;
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
  text-align: right;
  -webkit-padding-start: 0;
}

.rtl .full-box .center-slider .offer-slider .product-box .product-detail.text-center .rating .br.br-default {
  justify-content: center;
}

.rtl .compare-page .table-wrapper .table tbody tr th,
.rtl .compare-page .table-wrapper .table tbody tr td {
  text-align: right;
}

.rtl .compare-page .table-wrapper .table thead .th-compare td {
  text-align: right;
}

.rtl .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
  float: right;
}

.rtl .product-wrap .product-detail .rating,
.rtl .product-wrap .product-detail h4,
.rtl .product-wrap .product-detail h6,
.rtl .product-wrap .product-detail .color-variant,
.rtl .product-wrap .product-info .rating,
.rtl .product-wrap .product-info h4,
.rtl .product-wrap .product-info h6,
.rtl .product-wrap .product-info .color-variant {
  text-align: center;
}

.rtl .product-wrap .product-detail .color-variant li,
.rtl .product-wrap .product-info .color-variant li {
  margin: 0 2px;
}

.rtl .product-wrap .product-detail.text-center .br.br-default,
.rtl .product-wrap .product-info.text-center .br.br-default {
  justify-content: center;
}

.rtl .product-wrap .product-detail.text-center h6,
.rtl .product-wrap .product-detail.text-center h4,
.rtl .product-wrap .product-info.text-center h6,
.rtl .product-wrap .product-info.text-center h4 {
  text-align: center;
}

.rtl .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

.rtl .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 0;
  padding-left: 0.5rem;
}

.rtl .top-header .header-dropdown li:first-child {
  padding-right: 0;
  padding-left: 25px;
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div {
  box-shadow: 0 0 8px 0 #dddddd;
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img.mr-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}

.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
  right: unset;
  left: 0;
}

.rtl .main-menu .menu-left .navbar i {
  float: unset;
}

.rtl .main-nav-center .toggle-nav {
  left: 175px;
  right: 0;
}

.rtl .testimonial .testimonial-slider .slick-track .owl-item .media h5,
.rtl .testimonial .testimonial-slider .slick-track .owl-item .media h6 {
  text-align: center;
}

.rtl .team .owl-next {
  right: unset;
  left: 20px;
}

.rtl .team .owl-prev {
  right: unset;
  left: 0;
}

.rtl .team h4,
.rtl .team h6 {
  text-align: center;
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog {
  text-align: right;
}

.rtl .blog-page .blog-sidebar .theme-card .recent-blog li .media img {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
  margin: 0 0 0 15px;
}

.rtl .blog-page .blog-media .blog-right ul {
  text-align: right;
}

.rtl .blog-page .blog-media .blog-right ul li + li {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dddddd;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.rtl .blog-detail-page .blog-detail .post-social {
  text-align: right;
}

.rtl .blog-detail-page .blog-detail .post-social li + li {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dddddd;
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.rtl .blog-detail-page .blog-advance ul {
  text-align: right;
}

.rtl .blog-detail-page .comment-section li img {
  margin-right: 0;
  margin-left: 20px;
}

.rtl .blog-detail-page .blog-contact .theme-form label,
.rtl .blog-detail-page .blog-contact .theme-form .btn-solid,
.rtl .blog-detail-page .blog-contact .theme-form .btn-outline {
  float: right;
}

.rtl .cart-section tbody tr td h2,
.rtl .cart-section tbody tr td p,
.rtl .wishlist-section tbody tr td h2,
.rtl .wishlist-section tbody tr td p {
  text-align: center;
}

.rtl .cart-section tfoot tr td:first-child,
.rtl .wishlist-section tfoot tr td:first-child {
  padding-right: 0;
  padding-left: 10px;
  text-align: left;
}

.rtl .cart-section .cart-buttons > div:last-child,
.rtl .wishlist-section .cart-buttons > div:last-child {
  text-align: left;
  padding-left: 59px;
  padding-right: 0;
}

.rtl .cart-section .cart-buttons > div:first-child .btn-solid,
.rtl .cart-section .cart-buttons > div:first-child .btn-outline,
.rtl .wishlist-section .cart-buttons > div:first-child .btn-solid,
.rtl .wishlist-section .cart-buttons > div:first-child .btn-outline {
  float: right;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child {
  margin-right: 0;
  margin-left: 14px;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
  border-right: none;
  border-left: 1px solid #dddddd;
  padding-right: 0;
  padding-left: 20px;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
  border-right: none;
  border-left: 1px solid #dddddd;
  padding: 20px;
  background: url("/assets/images/dropdown.png") no-repeat 5%;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
  border-right: none;
  border-left: 1px solid #dddddd;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
  padding: 20px;
  background: url("/assets/images/dropdown.png") no-repeat 5%;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  left: unset;
  right: 0;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count {
  border-right: none;
  border-left: 1px solid #dddddd;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count select {
  border-right: none;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul {
  float: right;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
  margin-right: 0;
  margin-left: 14px;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
  background: url("/assets/images/dropdown.png") no-repeat 5%;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  background: url("/assets/images/dropdown.png") no-repeat 5%;
}

.rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  text-align: right;
  background: url("/assets/images/dropdown.png") no-repeat 5%;
}

.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  text-align: right;
}

.rtl .qty-box .input-group span button {
  transform: rotate(180deg);
}

.rtl .product-pagination .product-search-count-bottom {
  padding-right: 0;
  padding-left: 15px;
}

.rtl .product-pagination .pagination .page-item a i {
  transform: rotate(180deg);
}

.rtl .custom-control-label:after {
  right: -1.5rem;
  left: unset;
}

.rtl .contact-page .theme-form label {
  float: right;
}

.rtl .contact-page .theme-form .btn-solid,
.rtl .contact-page .theme-form .btn-outline {
  float: right;
}

.rtl .contact-page .contact-right ul li {
  padding-right: 150px;
  padding-left: 0;
}

.rtl .contact-page .contact-right ul li .contact-icon {
  left: unset;
  border-left: 1px solid #dddddd;
  border-right: 0;
  right: 0;
}

.rtl .contact-page .contact-right ul li .contact-icon h6 {
  text-align: center;
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button {
  float: right;
  text-align: right;
}

.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
  right: unset;
  left: 20px;
}

.rtl .login-page .theme-card {
  text-align: right;
}

.rtl .login-page .theme-card .theme-form label {
  float: right;
}

.rtl .register-page .theme-card .theme-form label {
  float: right;
}

.rtl .typography_section .typography-box .typo-content {
  text-align: right;
}

.rtl .typography_section .typography-box .typo-content .mr-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

.rtl .typography_section .typography-box .typo-content.input_button label {
  padding-right: 5px;
  padding-left: 0;
}

.rtl .typography_section .typography-box .typo-buttons {
  text-align: right;
}

.rtl .typography_section .typography-box .headings {
  text-align: right;
}

.rtl .template-password #container #login .actions {
  text-align: center;
}

.rtl .template-password #container #login .theme-form h3 {
  text-align: center;
}

.rtl .template-password #container #login h2 {
  text-align: center;
}

.rtl .template-password #container #powered p {
  text-align: center;
}

.rtl .order-success-sec .order-detail {
  text-align: right;
}

.rtl .product-right .rating,
.rtl .product-right .color-variant {
  text-align: center;
}

.rtl .product-right.product-form-box h4,
.rtl .product-right.product-form-box h3,
.rtl .product-right.product-form-box h6 {
  text-align: center;
}

.rtl .product-right .product-icon .product-social li {
  padding-right: 0;
  padding-left: 30px;
}

.rtl .product-right .product-icon .wishlist-btn i {
  border-left: none;
  border-right: 1px solid #dddddd;
  padding-left: 0;
  margin-left: 0;
  padding-right: 10px;
  margin-right: 5px;
}

.rtl .product-right .product-icon .wishlist-btn span {
  padding-left: 0;
  padding-right: 10px;
}

.rtl .product-right .payment-card-bottom {
  text-align: right;
}

.rtl .product-right .payment-card-bottom ul li {
  padding-right: 0;
  padding-left: 10px;
}

.rtl .authentication-page .text-center h3,
.rtl .authentication-page .text-center p {
  text-align: center;
}

.rtl .single-product-tables {
  text-align: right;
}

.rtl .single-product-tables.detail-section {
  text-align: right;
}

.rtl .tab-product .theme-form input,
.rtl .product-full-tab .theme-form input {
  text-align: right;
}

.rtl .tab-product .tab-content .theme-form .media .ml-3,
.rtl .product-full-tab .tab-content .theme-form .media .ml-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.rtl .theme-form {
  text-align: right;
}

.rtl .collection .collection-block .collection-content h3,
.rtl .collection .collection-block .collection-content h4,
.rtl .collection .collection-block .collection-content p {
  text-align: center;
}

.rtl .rtl-product-right-slick .owl-next,
.rtl .rtl-product-slick .owl-next {
  right: unset;
  left: 1px;
  transform: rotate(180deg);
}

.rtl .rtl-product-right-slick .owl-prev,
.rtl .rtl-product-slick .owl-prev {
  left: unset;
  right: 1px;
  transform: rotate(180deg);
}

.rtl .rtl-product-right-slick:hover .owl-next,
.rtl .rtl-product-slick:hover .owl-next {
  right: unset;
  left: 20px;
}

.rtl .rtl-product-right-slick:hover .owl-prev,
.rtl .rtl-product-slick:hover .owl-prev {
  left: unset;
  right: 20px;
}

.rtl .collection-wrapper .product-right .product-buttons {
  text-align: center;
}

.rtl .collection-wrapper .product-right .size-box {
  text-align: center;
}

.rtl .collection-wrapper .product-right .size-box ul li {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .collection-wrapper .product-right .product-description h6 span {
  float: left;
}

.rtl .collection-mobile-back span i {
  float: left;
}

.rtl .modal-header .close {
  padding: unset;
  margin: unset;
}

.rtl .collection-collapse-block .collapse-block-title:after {
  left: -3px;
  right: unset;
}

.rtl .collection-filter-block .product-service .media .media-body {
  padding-right: 10px;
  padding-left: 0;
}

.rtl .collection-sidebar-banner {
  text-align: right;
}

.rtl .tab-border .nav-border {
  border-right: 0;
  border-left: 1px solid #dddddd;
}

.rtl .product-pagination .pagination .page-item.active a {
  border-right: none;
}

.rtl .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
}

.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
  text-align: right;
}

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  text-align: right;
}

.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  padding-right: 25px;
  padding-left: 0;
}

.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
  right: unset;
  left: 17px;
  padding-right: 0;
  padding-left: 10px;
}

.rtl .theme-modal .modal-dialog .quick-view-modal button.close {
  left: 10px;
  right: 0;
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 {
  text-align: center;
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i {
  margin-left: 8px;
  margin-right: 0;
}

.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6,
.rtl .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h4 {
  text-align: center;
}

.rtl .custom-control-label:before {
  right: -1.5rem;
  left: 0;
}

.rtl .product-wrapper-grid.list-view .product-box .product-detail {
  padding-right: 15px !important;
  padding-left: 0 !important;
}

.rtl .top-header .header-contact {
  text-align: right;
}

.rtl .top-header .header-contact li {
  padding-right: 0;
  padding-left: 25px;
}

.rtl .top-header .header-contact li i {
  padding-right: 0;
  padding-left: 10px;
}

.rtl .top-header .header-dropdown {
  text-align: left;
}

.rtl .top-header .header-dropdown .onhover-show-div li {
  padding-right: 0;
}

.rtl .top-header .header-dropdown li i {
  padding-right: 0;
  padding-left: 5px;
}

.rtl .main-menu .menu-right {
  float: left;
}

.rtl .search-overlay > div .overlay-content button {
  right: unset;
  left: 10px;
}

.rtl .footer-theme .sub-title {
  text-align: right;
}

.rtl .footer-theme .sub-title li a:before {
  right: 0;
}

.rtl .footer-theme .sub-title .contact-list li {
  padding-left: 0;
  padding-right: 25px;
}

.rtl .footer-theme .sub-title .contact-list i {
  left: unset;
  right: 0;
}

.rtl .footer-logo {
  text-align: right;
}

.rtl .footer-social li,
.rtl .social-white li {
  padding-right: 0;
  padding-left: 45px;
}

.rtl .sub-footer .payment-card-bottom li {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .footer-theme2 .footer-block h4,
.rtl .footer-theme2 .footer-block h2,
.rtl .footer-theme2 .footer-title h4,
.rtl .footer-theme2 .footer-title h2 {
  text-align: center;
}

.rtl .footer-theme2 .footer-logo {
  text-align: center;
}

.rtl .footer-theme2 .social-white li {
  padding-left: 22px;
  padding-right: 22px;
}

.rtl .dark-layout h2 {
  text-align: center;
}

.rtl .dark-layout .footer-contant p {
  text-align: center;
}

.rtl .subscribe-form.classic-form .form-control {
  margin-left: 0;
  margin-right: 15px;
}

.rtl .rtl-text .product-right .color-variant,
.rtl .rtl-text .product-right .size-box,
.rtl .rtl-text .product-right .product-buttons,
.rtl .rtl-text .product-right .border-product {
  text-align: right;
}

.rtl .search-block .form-header .input-group i {
  padding-right: 0;
  padding-left: 10px;
}

.rtl .payment-box .payment-options li .radio-option {
  text-align: right;
}

.rtl .payment-box .payment-options li .radio-option label {
  padding-right: 30px;
  padding-left: 0;
}

.rtl .payment-box .payment-options li .radio-option input[type=radio] {
  right: 0;
  left: unset;
}

.rtl .order-box .total li .count {
  text-align: right;
}

.rtl .order-box .sub-total .shipping {
  text-align: right;
}

.rtl .order-box .sub-total .shopping-option label {
  padding-left: 0;
  padding-right: 10px;
}

.rtl .order-box .sub-total li .count {
  text-align: right;
}

.rtl .order-box .qty li span {
  text-align: right;
}

.rtl .order-box .title-box span {
  text-align: right;
}

.rtl .error-section h1,
.rtl .error-section h2 {
  text-align: center;
}

.rtl .dashboard .box .box-title > a {
  right: unset;
  left: 0;
}

.rtl .dashboard .box address {
  text-align: right;
}

.rtl .success-text h2,
.rtl .success-text p {
  text-align: center;
}

.rtl .product-order .product-order-detail {
  text-align: right;
}

.rtl .product-order .final-total h3 span {
  float: left;
}

.rtl .delivery-sec h2,
.rtl .delivery-sec h3 {
  text-align: center;
}

/*=====================
  Fashion-2 Demo CSS
==========================*/

.box-layout-body {
  background-color: #f9f9f9;
}

.box-layout-body .box-layout-header {
  background-color: #ffffff;
}

.box-layout-body .box-layout {
  margin-top: -70px;
  margin-bottom: 5px;
  box-shadow: 0 0 8px 0 #ddd;
  position: relative;
  background-color: white;
}

.box-layout-body .box-layout .full-banner {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 200px;
  padding-bottom: 200px;
}

/*=====================
  Portfolio CSS
==========================*/

.portfolio-section {
  padding-bottom: 40px;
}

.portfolio-section .article-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  transition: all 0.5s ease;
  text-align: center;
  float: left;
  font-size: 18px;
  line-height: 24px;
}

.portfolio-section .article-title a {
  color: white;
}

.portfolio-section .isotopeSelector {
  float: left;
  width: 100%;
  position: relative;
  animation: zoomIn 0.4s linear;
}

.portfolio-section .isotopeSelector .overlay {
  position: relative;
  border: 1px solid #dddddd;
}

.portfolio-section .isotopeSelector img {
  width: 100%;
  height: auto;
}

.portfolio-section .isotopeSelector {
  margin-bottom: 30px;
}

.portfolio-section .isotopeSelector img {
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector .overlay-background {
  transform: scale(0);
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector .overlay-background i {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  padding: 10px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  color: var(--theme-deafult);
  font-size: 22px;
  display: none;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.portfolio-section .isotopeSelector:hover img {
  transform: scale(1.2) rotate(2deg);
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector:hover .overlay-background {
  transform: scale(1);
  border: 3px solid white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(var(--theme-deafult), 0.2);
  transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
  display: flex;
  transition: all 0.4s ease;
}

.portfolio-section .border-portfolio {
  margin: 3px;
  overflow: hidden;
}

.portfolio-section #form1 {
  padding-bottom: 20px;
}

.portfolio-section .filter-button {
  padding: 0 24px;
  font-size: 20px;
  line-height: 35px;
  border: none;
  background-color: white;
}

.portfolio-section .filter-button.active {
  background-color: var(--theme-deafult);
  color: #ffffff;
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}

.portfolio-section.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center;
}

.portfolio-section.metro-section .product-box .product-detail h6 {
  color: #525252;
  padding-top: 0;
  margin-top: -2px;
}

.portfolio-section.metro-section .product-box .product-detail h4 {
  font-weight: 400;
  color: #000000;
}

.portfolio-section.metro-section .product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1;
}

.portfolio-section.metro-section .product-box .cart-wrap button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.portfolio-section.metro-section .product-box .cart-wrap button i {
  padding: 7px;
  color: #333333;
}

.portfolio-section.metro-section .product-box .cart-wrap a i {
  border-radius: 100%;
  border: 1px solid #ffffff;
  margin: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7px;
  color: #333333;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-section.metro-section .product-box:hover .product-detail {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 15px;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
  animation: none;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
  opacity: 1;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInDown 500ms ease-in-out;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInDown 700ms ease-in-out;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInDown 1000ms ease-in-out;
}

.filter-section .filter-container {
  text-align: center;
  padding: 0 0 20px;
}

.filter-section .filter-container ul.filter > li {
  padding: 0 25px;
}

.filter-section .filter-container ul.filter > li > a {
  color: var(--theme-deafult);
  font-size: 20px;
  line-height: 40px;
}

.filter-section .filter-container ul.filter > li > a:hover, .filter-section .filter-container ul.filter > li > a:focus {
  text-decoration: none;
  color: var(--theme-deafult);
  outline: none;
}

.filter-section .filter-container ul.filter > li.active {
  background-color: var(--theme-deafult);
}

.filter-section .filter-container ul.filter > li.active a {
  color: #ffffff;
}

.filter-section .filter-container ul.filter > li span {
  color: #ddd;
  font-size: 20px;
  display: inline-block;
  margin: 0 5px;
}

.filter-section .filter-container .filter > li {
  padding: 0;
  margin: 0;
}

.filter-section .title1 .title-inner1 {
  margin-top: -5px;
}

.filter-section h1 {
  text-align: center;
}

.demo-colored-wrap {
  background: #ecf0f1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.offer-box {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  left: -415px;
  transition: all 0.5s ease;
  z-index: 9;
}

.offer-box img {
  margin-right: 18px;
}

.offer-box.toggle-cls {
  left: 0;
  transition: all 0.5s ease;
}

.offer-box .heading-right h3 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 230px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 5px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(50%, -50%) rotate(-90deg);
  text-align: center;
  background-color: var(--theme-deafult);
  margin-bottom: 0;
  cursor: pointer;
}

/*=====================
    electronic demo CSS start
==========================*/

.layout-8 {
  padding: 0 80px;
}

.layout-8 .layout-8-bg {
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  animation: 10s linear 0s normal none infinite animate;
}

.layout-8 .layout-8-bg .layout7-product .product-box .details-product {
  opacity: 1;
}

.layout-8 .layout-8-bg .layout7-product .product-box:hover .details-product {
  animation: none;
}

.white-bg {
  background-color: #ffffff;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 500px;
  }
}

/*=====================
    pets demo CSS start
==========================*/

.pets-box .product-box .img-wrapper .cart-info {
  position: absolute;
  padding: 10px;
  border: none;
  transform: perspective(500px) rotateX(90deg);
  bottom: 0;
  z-index: 1;
}

.pets-box .product-box .img-wrapper .cart-info:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-deafult);
  opacity: 0.3;
  z-index: -1;
}

.pets-box .product-box .img-wrapper .cart-info i {
  padding: 5px;
  margin: 0 3px;
  background-color: white;
}

.pets-box .product-box .img-wrapper .cart-info a {
  border-left: none;
}

.pets-box .product-box .product-detail {
  text-align: center;
  background-color: #fafafa;
}

.pets-box .product-box .product-detail .rating {
  margin-top: 0;
  padding-top: 15px;
}

.pets-box .product-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.pets-box .product-box:hover .cart-info {
  transform: perspective(500px) rotateX(0deg);
}

.pets-box .br.br-default {
  margin: 0 0 15px 0;
  justify-content: center;
  display: flex;
}

.pets-box .product-m .owl-item .img-wrapper {
  margin: 0;
}

.small-slider .home-slider .home {
  height: 55vh;
}

.small-slider .home-slider .home .slider-contain {
  height: 55vh;
}

.small-slider .home-slider .home .slider-contain h4,
.small-slider .home-slider .home .slider-contain h1 {
  color: #000000;
}

.banner-6 .collection-banner .contain-banner.banner-3 h2 {
  color: #222222;
}

.absolute_banner {
  margin-bottom: 22px;
}

.absolute_banner .collection-banner {
  overflow: unset;
}

.absolute_banner .collection-banner .absolute-contain {
  position: absolute;
  background-color: #ffffff;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  min-width: 85%;
  text-align: center;
  transition: all 0.5s ease;
}

.absolute_banner .collection-banner .absolute-contain h3 {
  color: var(--theme-deafult);
  text-transform: capitalize;
  margin-top: -5px;
  font-weight: 700;
}

.absolute_banner .collection-banner .absolute-contain h4 {
  color: #000000;
  margin-bottom: 0;
}

.absolute_banner .collection-banner:hover img {
  transform: none;
}

.banner-top-cls {
  margin-top: 30px;
}

.j-box .product-box {
  width: auto;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 10px;
}

.j-box .product-box .cart-info {
  display: flex;
  left: 0;
  background-color: rgba(250, 250, 250, 0.84);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  bottom: -30px;
  transition: all 0.5s ease;
}

.j-box .product-box .cart-info a {
  border-left: 1px solid #dddddd;
}

.j-box .product-box .cart-info a i {
  padding: 12px;
}

.j-box .product-box .product-detail {
  padding-left: 15px;
  padding-bottom: 15px;
  background-color: #fafafa;
}

.j-box .product-box .product-detail .rating {
  margin-top: 0;
  padding-top: 15px;
}

.j-box .product-box:hover .img-wrapper .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 0;
}

.j-box .product-box:hover .img-wrapper .cart-info button {
  animation: none;
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
  animation: none;
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
  animation: none;
}

.j-box .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
  animation: none;
}

.pet-parallax {
  position: relative;
}

.pet-parallax .pet-decor {
  position: absolute;
  left: 110px;
  bottom: -164px;
}

.pet-parallax .banner-contain h4,
.pet-parallax .banner-contain h3,
.pet-parallax .banner-contain p {
  color: #212121;
}

.pet-parallax .banner-contain p {
  max-width: 75%;
  margin: 0 auto;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.pet-parallax .banner-contain h4 {
  letter-spacing: 0.05em;
  padding-top: 0 !important;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: -7px;
}

.pet-parallax .banner-contain h3 {
  margin: 15px 0;
  font-size: 48px;
}

.pet-parallax .full-banner {
  padding-top: 130px;
  padding-bottom: 130px;
}

footer.pet-layout-footer .white-layout {
  background-color: #f5e1d0;
}

footer.pet-layout-footer .footer-brand-logo {
  margin-bottom: 20px;
}

footer.pet-layout-footer .sub-footer.black-subfooter {
  background-color: var(--theme-deafult);
}

footer.pet-layout-footer .sub-footer p {
  padding: 15px 0;
  color: #ffffff;
}

footer.pet-layout-footer .social-white {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.form_search {
  height: 45px;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
  position: relative;
  width: 525px;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.form_search input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: darkgrey;
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
}

.form_search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 35px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
}

.form_search button i {
  font-size: 18px;
  color: var(--theme-deafult);
}

.blog.blog_box .blog-details {
  text-align: left;
  padding: 0;
}

.blog.blog_box .blog-details p {
  font-size: 14px;
  text-transform: none;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 3px;
}

.blog.blog_box .blog-details a p {
  color: #40494f;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog.blog_box .blog-details .read-cls {
  text-transform: capitalize;
  font-weight: 700;
  color: #000000;
}

/*=====================
    Metro layout  CSS start
==========================*/

.header-metro {
  position: absolute;
  width: 100%;
}

.header-metro .top-header {
  background-color: transparent;
  z-index: 9;
  position: relative;
}

.header-metro .metro {
  background-color: white;
  z-index: 9;
  position: relative;
}

.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center;
}

.metro-section .product-box .product-detail h6 {
  color: #525252;
  padding-top: 0;
  margin-top: -2px;
}

.metro-section .product-box .product-detail h4 {
  font-weight: 400;
  color: #000000;
}

.metro-section .product-box .cart-wrap {
  top: 7px;
  right: 7px;
  opacity: 1;
}

.metro-section .product-box .cart-wrap button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.metro-section .product-box .cart-wrap button i {
  padding: 7px;
  color: #333333;
}

.metro-section .product-box .cart-wrap a i {
  border-radius: 100%;
  border: 1px solid #ffffff;
  margin: 5px 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 7px;
  color: #333333;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metro-section .product-box:hover .product-detail {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 15px;
}

.metro-section .product-box:hover .cart-wrap button {
  animation: none;
}

.metro-section .product-box:hover .cart-wrap a i {
  opacity: 1;
}

.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
  animation: fadeInDown 500ms ease-in-out;
}

.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
  animation: fadeInDown 700ms ease-in-out;
}

.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
  animation: fadeInDown 1000ms ease-in-out;
}

/*=====================
    GYM layout  CSS start
==========================*/

.gym-slider .home-slider .home {
  height: 85vh;
}

.gym-slider .home-slider .home .slider-contain {
  height: 85vh;
}

.gym-slider .home-slider .home .slider-contain h4,
.gym-slider .home-slider .home .slider-contain h1 {
  color: #ffffff;
}

.metro-slider .home-slider .home {
  background-position-y: 70%;
}

.metro-slider .home-slider .home .slider-contain {
  margin-top: 75px;
}

.metro-slider .home-slider .home .slider-contain h4,
.metro-slider .home-slider .home .slider-contain h1 {
  color: #000000;
}

.gym-parallax .title1 h2 {
  color: white;
}

.gym-parallax .product-para p {
  color: white;
}

.gym-parallax .instagram-box .overlay {
  background: linear-gradient(-180deg, rgba(var(--theme-gradient1), 0.8) 0%, rgba(var(--theme-gradient2), 0.8) 99%);
}

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

.gym-product .product-box {
  background-color: white;
  padding: 15px;
  box-shadow: 0 0 8px 0 #ddd;
  transition: all 0.5s ease;
}

.gym-product .product-box .img-wrapper {
  position: unset;
}

.gym-product .product-box .img-wrapper .cart-info {
  z-index: 1;
  display: flex;
  left: 0;
  height: 100%;
  align-items: center;
  bottom: 0;
  top: 0;
}

.gym-product .product-box .img-wrapper .cart-info i {
  background: linear-gradient(180deg, var(--theme-gradient1) 0%, var(--theme-gradient2) 99%);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  margin: 0 5px;
  transition: all 0.5s ease;
}

.gym-product .product-box .img-wrapper .cart-info button:hover i,
.gym-product .product-box .img-wrapper .cart-info a:hover i {
  color: white;
}

.gym-product .product-box .product-detail h4 {
  color: #222222 !important;
}

.gym-product .product-box .product-detail h6 {
  color: #777777;
}

.gym-product .product-box .br.br-default {
  display: flex;
  justify-content: center;
}

.gym-product .product-box:hover {
  transform: scale(1.02);
  transition: all 0.5s ease;
}

.gym-product .product-box:hover .img-wrapper .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
}

.gym-product .product-box:hover .img-wrapper .cart-info button {
  animation: fadeInUp 300ms ease-in-out;
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
  animation: fadeInUp 500ms ease-in-out;
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
  animation: fadeInUp 700ms ease-in-out;
}

.gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
  animation: fadeInUp 1000ms ease-in-out;
}

.gym-product .partition-cls > div:nth-child(-n+4) {
  margin-bottom: 30px;
}

.gym-blog .blog-details {
  text-align: left;
  padding-left: 0;
}

.gym-blog .blog-details p {
  margin-bottom: 3px;
}

.gym-blog hr.style1 {
  margin-left: 0;
}

.gym-banner .collection-banner .contain-banner h4,
.gym-banner .collection-banner .contain-banner h2 {
  color: #ffffff;
}

.bg-img-gym {
  background-image: url("/assets/images/gym-bg.jpg");
}

.bg-img-gym .dark-layout {
  background-color: transparent;
}

.bg-img-gym .footer-theme2 p {
  color: #ffffff;
}

.bg-img-gym .footer-theme2 .contact-details li {
  color: #ffffff;
}

.bg-img-gym .footer-theme2 .contact-details li a {
  color: #ffffff;
}

.bg-img-gym .footer-theme2 .footer-link a,
.bg-img-gym .footer-theme2 .footer-link-b a {
  color: #ebebeb;
}

.bg-img-gym .sub-footer.darker-subfooter {
  background-color: black;
}

.bg-img-gym .sub-footer.darker-subfooter p {
  color: #ffffff;
}

.tap-top.gradient-top {
  background: linear-gradient(180deg, var(--theme-gradient1) 0%, var(--theme-gradient2) 99%);
}

.banner-furniture {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h2 {
  color: #222222;
  margin-bottom: 0;
}

.banner-furniture .collection-banner .contain-banner.banner-3 h4 {
  color: var(--theme-deafult);
}

.gym-slider .home-slider .home {
  height: 85vh;
}

.gym-slider .home-slider .home .slider-contain {
  height: 85vh;
}

.gym-slider .home-slider .home .slider-contain h4,
.gym-slider .home-slider .home .slider-contain h1 {
  color: #ffffff;
}

.header-gym {
  position: absolute;
  width: 100%;
  z-index: 2;
  background-color: transparent;
}

.header-gym .cart_qty_cls {
  top: 11%;
}

.header-gym .main-navbar .nav-menu > li > a .lable-nav {
  top: 2px;
}

.header-gym .main-menu {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 15px;
  z-index: 1;
}

.header-gym .main-menu .menu-left .navbar {
  padding: 20px 45px 20px 0;
}

.header-gym .main-menu .menu-left .navbar i {
  color: white;
}

.header-gym .main-menu .brand-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-gym .main-menu .onhover-div .show-div {
  top: 70px;
}

.header-gym .sidebar-back i {
  color: black;
}

.header-gym .sm-horizontal > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

.header-gym .sm-horizontal > li > a:hover, .header-gym .sm-horizontal > li > a:active, .header-gym .sm-horizontal > li > a:focus, .header-gym .sm-horizontal > li > a.highlighted {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

.header-gym .onhover-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-gym .onhover-div > div img {
  filter: brightness(54);
}

.header-gym .top-header {
  z-index: 1;
  position: relative;
  background: transparent;
}

.header-gym .top-header .header-contact li {
  color: #fff;
}

.header-gym .top-header .header-contact li i {
  color: #fff;
}

.header-gym .top-header .header-dropdown li {
  color: #ffffff;
}

.header-gym .top-header .header-dropdown li a {
  color: #ffffff;
}

.header-gym .top-header .header-dropdown li a i {
  color: #ffffff;
  padding-right: 8px;
}

.header-gym .top-header.blue-layout {
  border-bottom: 1px solid #223b7d;
}

.btn-gradient {
  background: var(--theme-deafult);
  background: linear-gradient(180deg, #01effc 0%, var(--theme-gradient2) 99%);
  transition: background 300ms ease-in-out;
  background-size: 300% 100%;
  border: none;
}

.btn-gradient:hover {
  background: linear-gradient(-180deg, var(--theme-gradient2) 0%, #01effc 99%);
  transition: background 300ms ease-in-out;
  color: white;
}

/*=====================
    Left Sidebar CSS start
==========================*/

.left-header .top-header {
  padding-left: 300px;
  background-color: #ffffff;
}

.left-header .top-header .header-dropdown .mobile-wishlist img,
.left-header .top-header .header-dropdown .mobile-account img {
  display: block;
}

.left-header .top-header .header-dropdown .mobile-wishlist i,
.left-header .top-header .header-dropdown .mobile-account i {
  display: none;
}

.left-header .onhover-div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.left-header .onhover-div > div img {
  width: 20px;
  height: auto;
}

.left-header .onhover-div .show-div {
  top: 56px;
}

.left-header .sidenav {
  left: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.left-header .sidenav .sidebar-back {
  display: none;
}

.left-header .sidenav nav {
  background-color: #ffffff;
}

.left-header .sidenav .pixelstrap > li > a {
  padding: 10px 0 20px 0;
}

.left-header .sidenav .pixelstrap > li > a:hover, .left-header .sidenav .pixelstrap > li > a:focus {
  padding: 10px 0 20px 0;
  background-color: #ffffff;
}

.left-header .sidenav .pixelstrap > li .lable-nav {
  top: -12px;
  background-color: #eeeeee;
}

.left-header .sidenav .pixelstrap > li .lable-nav:before {
  border-top: 5px solid #ff4c3b;
}

.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable {
  background-color: #4d6171;
}

.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable:before {
  border-top: 5px solid #4d6171;
}

.left-header .sidenav .left-sidebar_search {
  width: 100%;
  background-color: #ffffff;
}

.left-header .sidenav .left-sidebar_search input {
  height: 55px;
  width: 95%;
  border: none;
  padding-left: 15px;
  background-color: transparent;
}

.left-header .sidenav .left-sidebar_search .btn-search {
  position: absolute;
  right: 10px;
  top: 20px;
  border: none;
  background-color: transparent;
}

.left-header .sidenav .left-sidebar_center {
  padding: 40px 0 30px 30px;
  background-color: #ffffff;
}

.left-header .sidenav .bottom-section {
  padding: 70px 25px;
}

.left-header .sidenav .bottom-section .icon_settings li {
  display: inline-block;
}

.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
  position: relative;
}

.left-header .sidenav .bottom-section .icon_settings .shopping-cart .shopping-count {
  width: 18px;
  height: 18px;
  background-color: #ff4c3b;
  color: white;
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: 7px;
}

.left-header .sidenav .bottom-section ul li {
  display: inline-block;
  padding: 8px 15px 8px 0;
}

.left-header .sidenav .bottom-section ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
}

.left-header .sidenav .bottom-section ul li a i {
  font-size: 18px;
  padding-right: 5px;
  color: #222222;
}

.left-header .sidenav .bottom-section .leftside_setting .language,
.left-header .sidenav .bottom-section .leftside_setting .currency {
  display: flex;
}

.left-header .sidenav .bottom-section .leftside_setting .language h5,
.left-header .sidenav .bottom-section .leftside_setting .currency h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #999;
  margin-top: 0;
}

.left-header .sidenav .bottom-section .leftside_setting .language select,
.left-header .sidenav .bottom-section .leftside_setting .currency select {
  margin-left: 10px;
  border: none;
  outline: none;
  text-transform: capitalize;
  color: #222222;
}

.left-header .sidenav .bottom-section .leftside_setting h5 {
  margin-top: 10px;
}

.left-header .sidenav .leftside_social {
  position: relative;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px dashed #dddddd;
}

.left-header .sidenav .leftside_social .footer-social {
  margin-top: 0;
}

.left-header .sidenav .leftside_social .footer-social i {
  font-size: 18px;
}

.left-header .sidenav .leftside_social .footer-social li {
  padding: 10px;
}

.left-header .sidenav .leftside_social .call_us h5 {
  text-align: center;
}

.left-header .sidenav .leftside_social .call_us h5 span {
  display: block;
}

.left-header .main-menu {
  justify-content: flex-end;
}

.left-header .main-menu .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #dddddd;
}

.left-header .main-menu .menu-right .header-dropdown > li img {
  width: 20px;
  height: auto;
}

.left-header .main-menu .menu-right .icon-nav .onhover-div > img {
  width: 20px;
  height: auto;
}

.left-header .main-menu .menu-left .navbar {
  display: none;
}

.left-header .main-menu .menu-left .mobile-logo {
  display: none;
}

.left-header .search-overlay {
  padding-left: 300px;
}

.left-sidebar_space {
  padding-left: 300px;
}

.header-6 .top-header {
  background-color: var(--theme-deafult);
}

.header-6 .top-header .header-contact li {
  color: #ffffff;
}

.header-6 .top-header .header-contact li i {
  color: #ffffff;
}

.header-6 .top-header .header-dropdown li {
  color: #ffffff;
}

.header-6 .top-header .header-dropdown li a {
  color: #ffffff;
}

.header-6 .top-header .header-dropdown li a i {
  color: white;
}

.header-6 .mobile-search {
  display: none;
}

.form_search {
  height: 45px;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
  position: relative;
  width: 525px;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.form_search input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: darkgrey;
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
}

.form_search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 35px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 5px;
}

.form_search button i {
  font-size: 18px;
  color: var(--theme-deafult);
}

.header-tools {
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 2;
  background-color: transparent;
}

.header-tools .container {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}

.header-tools .top-header {
  background-color: transparent;
}

.header-tools .top-header .container {
  background-color: var(--theme-deafult);
}

.header-tools .top-header .header-contact {
  padding: 10px 0;
}

.header-tools .top-header .header-contact li {
  color: #ffffff;
}

.header-tools .top-header .header-dropdown li {
  color: #ffffff;
  padding: 10px 25px;
  padding-right: 0;
}

.header-tools .top-header .header-dropdown li a {
  color: #ffffff;
}

.header-tools .top-header .header-dropdown li a i {
  color: #ffffff;
}

.header-tools .top-header .header-dropdown li:hover i {
  color: #ffffff;
}

.header-tools .logo-menu-part {
  background-color: #fff;
  border-bottom: 2px solid var(--theme-deafult);
}

.header-tools .main-menu .menu-left .navbar {
  padding: 25px 45px 25px 0;
}

.header-tools .main-menu .brand-logo {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-tools .sm-horizontal > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-tools .sm-horizontal > li > a:hover, .header-tools .sm-horizontal > li > a:active, .header-tools .sm-horizontal > li > a:focus, .header-tools .sm-horizontal > li > a.highlighted {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-tools .sm-horizontal li .lable-nav {
  top: 5px;
}

.header-tools .onhover-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-tools .cart_qty_cls {
  top: 16%;
  right: -14px;
}

.tools-bg {
  background-color: #f5f5f5;
}

.tools-bg section {
  background-color: #f5f5f5;
}

.tools-parallax.small-slider .home-slider .home .slider-contain h4,
.tools-parallax.small-slider .home-slider .home .slider-contain h1 {
  color: #ffffff;
}

.tools-parallax-product.full-banner {
  padding-top: 110px;
  padding-bottom: 110px;
}

.tools-parallax-product .tools-description h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: -5px;
}

.tools-parallax-product .tools-description .tools-form .search-box {
  width: 75%;
  margin: 20px 0;
}

.tools-parallax-product .tools-description .tools-form .search-box select {
  text-transform: capitalize;
}

.tools-parallax-product .tools-description .tools-form .btn-find {
  width: 75%;
  padding: 7px 29px;
  background-size: 1000px;
}

.tools-parallax-product .tools-grey .owl-prev,
.tools-parallax-product .tools-grey .owl-next {
  transform: scale(1.5);
}

.tools_slider .home-slider .home .container {
  position: relative;
}

.tools_slider .home-slider .home .tools-parts {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  align-items: center;
  height: 75vh;
  margin-top: 50px;
}

.tools_slider .home-slider .home .tools-parts1 {
  position: absolute;
  top: 0;
  right: 20%;
  display: flex;
  align-items: center;
  height: 75vh;
  margin-top: 50px;
}

.tools_slider .home-slider .slider-contain {
  margin-top: 70px;
  margin-left: 150px;
}

.tools_slider .home-slider .slider-contain h4,
.tools_slider .home-slider .slider-contain h1 {
  color: #ffffff;
}

.tools-grey .product-m .owl-item .img-wrapper {
  margin: 0;
}

.tools-grey .product-box {
  width: auto;
  display: inline-block;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  margin: 0 10px;
}

.tools-grey .product-box .img-wrapper .lable-block {
  transition: all 0.5s ease;
}

.tools-grey .product-box .cart-info {
  display: flex;
  left: 0;
  bottom: -30px;
  transition: all 0.5s ease;
}

.tools-grey .product-box .cart-info .mobile-quick-view {
  display: none;
}

.tools-grey .product-box .cart-info a {
  background-color: #eef0f1;
  border-radius: 5px;
}

.tools-grey .product-box .cart-info a i {
  color: #555555;
}

.tools-grey .product-box .cart-info a:hover {
  background-color: var(--theme-deafult);
  transition: all 0.5s ease;
}

.tools-grey .product-box .cart-info a:hover i {
  color: #ffffff;
  transition: all 0.5s ease;
}

.tools-grey .product-box .cart-info button {
  width: 55%;
  background-color: #eef0f1;
  color: #555555;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.5s ease;
}

.tools-grey .product-box .cart-info button i {
  display: none;
}

.tools-grey .product-box .cart-info button:hover {
  background-color: var(--theme-deafult);
  color: #ffffff;
  transition: all 0.5s ease;
}

.tools-grey .product-box .quick-view-part {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  background-color: var(--theme-deafult);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.tools-grey .product-box .quick-view-part i {
  font-size: 18px;
  color: #ffffff;
}

.tools-grey .product-box .product-info {
  padding-left: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
}

.tools-grey .product-box .product-info .rating {
  margin-top: 0;
  padding-top: 15px;
}

.tools-grey .product-box .br.br-default {
  display: flex;
  justify-content: center;
}

.tools-grey .product-box:hover .img-wrapper .front img {
  opacity: 0.05;
  transition: all 0.5s ease;
}

.tools-grey .product-box:hover .img-wrapper .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 10px;
}

.tools-grey .product-box:hover .img-wrapper .cart-info button {
  animation: none;
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
  animation: none;
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
  animation: none;
}

.tools-grey .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
  animation: none;
}

.tools-grey .product-box:hover .img-wrapper .lable-block {
  display: none;
  transition: all 0.5s ease;
}

.tools-grey .product-box:hover .quick-view-part {
  opacity: 1;
  transition: all 0.5s ease;
}

.tools-grey .product-box:hover .ribbon {
  display: none;
  transition: all 0.5s ease;
}

.tools-grey .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  transition: all 0.5s ease;
}

.tools-grey .ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: var(--theme-deafult);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px;
}

.tools-grey .ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid var(--theme-deafult);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--theme-deafult);
}

.tools-grey .ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid var(--theme-deafult);
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--theme-deafult);
}

.category-tools .category-m .category-wrapper {
  background-color: white;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.banner-tools {
  margin-top: 30px;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.banner-tools img {
  transition: all 0.5s ease;
}

.banner-tools:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.tools-brand .row {
  background-color: white;
  padding: 25px 0;
  box-shadow: 0 0 8px 0 #ddd;
  margin: 0;
}

.sticky-footer {
  background-image: url("/assets/images/tools-bg.jpg");
}

.sticky-footer > section {
  background-color: transparent !important;
}

.sticky-footer > section p {
  color: #938d8c;
}

.sticky-footer > section .sub-title .footer-title.active .according-menu {
  font: normal normal normal 14px/1 FontAwesome;
}

.sticky-footer > section .sub-title .footer-title.active .according-menu.before {
  content: "";
}

.sticky-footer > section .sub-title h4 {
  color: #ffffff;
}

.sticky-footer > section .sub-title li a {
  color: #938d8c;
}

.sticky-footer > section .sub-title .contact-list i {
  color: #938d8c;
}

.sticky-footer > section .sub-title .contact-list li {
  color: #938d8c;
}

.sticky-footer > section .footer-social i {
  color: #938d8c;
}

.sticky-footer > div.sub-footer {
  background-color: #141111 !important;
}

.sticky-footer > div.sub-footer p {
  color: #c0c0c0 !important;
}

.green-gradient .top-header {
  background: var(--theme-deafult);
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.green-gradient .top-header .header-contact {
  padding: 10px 0;
}

.green-gradient .top-header .header-contact li {
  color: #ffffff;
}

.green-gradient .top-header .header-contact li i {
  color: #ffffff;
}

.green-gradient .top-header .header-dropdown li {
  color: #ffffff;
  padding: 10px 25px;
}

.green-gradient .top-header .header-dropdown li a {
  color: #ffffff;
}

.green-gradient .top-header .header-dropdown li a i {
  color: #ffffff;
}

.green-gradient .pixelstrap li .lable-nav {
  background: var(--theme-deafult);
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.service_slide {
  position: relative;
}

.service_slide .home-slider .home {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
}

.service_slide .home-slider .slider-contain {
  height: 60vh;
}

.service_slide .service-home {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}

.service_slide .service-home .service-block1 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 0;
}

.service_slide .service-home .service-block1 h4 {
  margin-bottom: 0;
}

.service_slide .service-home .service-block1 p {
  text-transform: capitalize;
}

.service_slide .service-home .service-block1 svg {
  margin-bottom: 5px;
  width: 50px;
  height: 50px;
}

.service_slide .service-home .service-block1:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.85);
}

.tab-left .theme-tab {
  display: flex;
}

.tab-left .theme-tab .left-side {
  width: 30%;
}

.tab-left .theme-tab .left-side .left-tab-title {
  margin-bottom: 38px;
}

.tab-left .theme-tab .left-side .left-tab-title h4 {
  color: #dafe69;
  margin-top: -3px;
}

.tab-left .theme-tab .left-side .left-tab-title h3 {
  color: #ffffff;
}

.tab-left .theme-tab .left-side .tab-title {
  margin-right: 100px;
  text-align: left;
}

.tab-left .theme-tab .left-side .tab-title a {
  text-transform: capitalize;
}

.tab-left .theme-tab .left-side li {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #606060;
}

.tab-left .theme-tab .left-side li a {
  color: #ffffff;
}

.tab-left .theme-tab .left-side li:first-child {
  border-top: 1px solid #606060;
}

.tab-left .theme-tab .left-side li.current a {
  color: #dafe69;
}

.tab-left .theme-tab .tab-content-cls {
  width: 70%;
}

.border-box.tools-grey .ribbon span {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.border-box.tools-grey .product-box {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #dddddd;
}

.border-box.tools-grey .product-box .cart-info a:hover {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.border-box.tools-grey .product-box .cart-info button:hover {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.border-box.tools-grey .product-box .quick-view-part {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

.detail-cannabis .detail_section {
  text-align: center;
}

.detail-cannabis .detail_section > div {
  box-shadow: -1px 2px 5px 1px #ececec;
  padding: 45px 25px;
  background-color: white;
}

.detail-cannabis .detail_section p {
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.detail-cannabis .detail_section h4 {
  font-weight: 700;
}

.detail-cannabis .detail_section svg {
  width: 50px;
  margin-bottom: 15px;
  fill: var(--theme-deafult);
}

footer.footer-5 {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
}

footer.footer-5 .dark-layout {
  background-color: transparent;
}

footer.footer-5 .sub-footer {
  background-color: transparent;
}

footer.footer-5 .sub-footer > .container {
  border-top: 1px solid #ffffff;
}

footer.footer-5 .sub-footer p {
  color: #ffffff;
}

footer.footer-5 .footer-theme2 p {
  color: #ffffff;
}

footer.footer-5 .footer-theme2 .contact-details li {
  color: #ffffff;
}

footer.footer-5 .footer-theme2 .contact-details li a {
  color: #ffffff;
}

footer.footer-5 .footer-theme2 .subscribe-block {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.tap-top.green-top {
  background-image: linear-gradient(to right, var(--theme-gradient1), var(--theme-gradient2));
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.quickviewm .modal-dialog .modal-content .modal-body {
  background-image: none;
}

.ng5-slider .ng5-slider-pointer {
  cursor: pointer;
  width: 20px !important;
  height: 20px !important;
  top: -8px !important;
  background-color: var(--theme-deafult) !important;
  z-index: 3;
  border-radius: 16px !important;
}

.ng5-slider .ng5-slider-pointer:after {
  content: "";
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  top: 3px !important;
  left: 3px !important;
  border-radius: 16px !important;
  background: #fff;
}

.ng5-slider .ng5-slider-selection {
  background: var(--theme-deafult) !important;
}

.ng5-slider .ng5-slider-pointer.ng5-slider-active:after {
  background: #fff !important;
}

.collection-brand-filter::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.collection-brand-filter::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.collection-brand-filter::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.62, var(--theme-deafult)), color-stop(0.86, var(--theme-deafult)));
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.openFilterbar {
  left: -15px !important;
}

/*=====================
  theme setting box CSS start
==========================*/

.color1 {
  background: #ff4c3b;
}

.color2 {
  background: #3fdda7;
}

.color3 {
  background: #f0b54d;
}

.color4 {
  background: #e4604a;
}

.color5 {
  background: #d4b196;
}

.color6 {
  background: #866e6c;
}

.color7 {
  background: #cc2121;
}

.color8 {
  background: #dc457e;
}

.color9 {
  background: #6d7e87;
}

.color10 {
  background: #fa869b;
}

.color11 {
  background: #81ba00;
}

.color12 {
  background: #fe816d;
}

.color13 {
  background: #01effc;
}

.color14 {
  background: #5d7227;
}

.color15 {
  background: #ff9944;
}

.color16 {
  background: #5fcbc4;
}

.color17 {
  background: #e38888;
}

.color18 {
  background: #000000;
}

.color-picker {
  position: fixed;
  right: -190px;
  top: calc(38vh + 220px);
  width: 190px;
  z-index: 1;
  transition: all 0.3s ease;
}

.color-picker .settings-header {
  background: #f3f3f3;
  padding: 5px 15px;
  box-shadow: 0px -10px 20px -5px rgba(220, 220, 220, 0.62);
}

.color-picker .settings-header h3 {
  color: black;
  margin: 0;
  font-size: 20px;
  padding: 4px 9px;
}

.color-picker .section {
  background: white;
  padding: 10px;
  border: 1px solid #f3f3f3;
  overflow: auto;
}

.color-picker .section i {
  font-size: 16px;
  margin-right: 10px;
}

.color-picker a.handle {
  position: absolute;
  right: 190px;
  width: 45px;
  height: 41px;
  transition: all ease-in 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: -1;
  text-decoration: none;
  background-color: #f9f9f9;
  box-shadow: -5.985px -0.419px 30px 0 rgba(0, 0, 0, 0.08), inset -2px 0 10px 0 rgba(0, 0, 0, 0.04);
  top: -80px;
  color: #000000;
}

.color-picker a.handle i {
  margin-left: 5px;
}

.color-picker .colors a {
  width: 32px;
  height: 32px;
  margin: 5px;
  float: left;
  transition: all ease-in 0.3s;
}

.color-picker .skin a {
  display: block;
  width: 70px;
  height: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 5px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 2px transparent solid;
}

.color-picker .skin a.actt {
  border: 2px white solid;
}

.dark-light {
  position: fixed;
  right: 0;
  width: 40px;
  height: 38px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  top: calc(50% + 34px);
  cursor: pointer;
}

.setting-sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  transition: all 0.5s ease;
  z-index: 2;
}

.setting-sidebar i {
  animation: ring-rotate 3s infinite linear;
  font-size: 20px;
  color: #3c3c3c;
  margin-left: 10px;
}

.setting-sidebar.open-icon {
  right: 351px;
  transition: all 0.5s ease;
}

.setting_box_body {
  position: relative;
  background-color: white;
  z-index: 9;
  height: 100vh;
}

.setting-box {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  background-color: white;
  top: 0;
  z-index: 999;
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  transition: all 0.5s ease;
}

.setting-box ::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}

.setting-box ::-webkit-scrollbar-track {
  background: #dddddd;
}

.setting-box ::-webkit-scrollbar-thumb {
  background: #888888;
}

.setting-box ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.setting-box.opensetting {
  right: 0;
  transition: all 0.5s ease;
}

.setting-box.opensetting .overlay {
  visibility: visible;
  transition: all 0.5s ease;
}

.setting-box .sidebar-back {
  padding: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0px 0px 6px rgba(115, 115, 115, 0.09);
  background-color: #f3f3f3;
}

.setting-box .setting-title {
  padding: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0;
}

.setting-box .setting-title h4 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.setting-box .setting-title.active .according-menu {
  font: normal normal normal 14px/1 FontAwesome;
}

.setting-box .setting-title.active .according-menu:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
}

.setting-box .setting-title .according-menu {
  font: normal normal normal 14px/1 FontAwesome;
}

.setting-box .setting-title .according-menu:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
}

.setting-box .setting-contant {
  padding: 0px;
  border-bottom: 1px solid #efefef;
  max-height: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.setting-box .setting-contant.opensubmenu {
  padding: 20px;
  overflow-y: scroll;
  max-height: 500px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.setting-box .setting-contant .setting_buttons .setting_btn {
  background-color: var(--theme-deafult);
  color: white;
  width: 100%;
}

.setting-box .setting-contant .setting_buttons li:first-child {
  width: 49%;
}

.setting-box .setting-contant .setting_buttons li.active {
  box-shadow: 0px 0px 5px 0px #929292;
}

.setting-box .setting-contant .setting_buttons li:last-child {
  margin-left: 10px;
  width: 46%;
}

.setting-box .setting-contant .color-box li {
  display: flex;
  align-items: center;
}

.setting-box .setting-contant .color-box li input {
  border: none;
  box-shadow: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin-right: 5px;
}

.setting-box .setting-contant .color-box li span {
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 15px;
  color: #000000;
}

.setting-box .setting-contant .color-box li.active {
  position: relative;
}

.setting-box .setting-contant .color-box li.active a {
  box-shadow: 0px 0px 5px 0px #929292;
}

.setting-box .setting-contant .color-box li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 13px;
  height: 15px;
  width: 15px;
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  filter: invert(100);
}

.setting-box .buy_btn {
  padding: 20px;
}

.setting-box .buy_btn a {
  background-color: #f3f3f3;
  color: #3c3c3c;
  padding: 10px;
  transition: all 0.5s ease;
}

.setting-box .buy_btn a i {
  margin-right: 5px;
  font-size: 18px;
}

.setting-box .buy_btn a img {
  filter: grayscale(100);
}

.setting-box .overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.demo-section .title-text h3 {
  color: var(--theme-deafult);
  margin-bottom: 24px;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 40px;
  position: relative;
}

.demo-section .title-text h3 i {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: -20px;
}

.demo-section .demo-effects {
  margin-bottom: 30px;
}

.demo-section .demo-effects h4 {
  text-transform: capitalize;
}

.demo-section .demo-effects .set-position {
  display: block;
}

.demo-section .demo-effects > div {
  text-decoration: none;
  color: black;
}

.demo-section .demo-effects > div .layout-container {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}

.demo-section .demo-effects > div .layout-container.demo1 {
  background-image: url("/assets/images/demo/home/1.jpg");
}

.demo-section .demo-effects > div .layout-container.demo2 {
  background-image: url("/assets/images/demo/home/2.jpg");
}

.demo-section .demo-effects > div .layout-container.demo3 {
  background-image: url("/assets/images/demo/home/3.jpg");
}

.demo-section .demo-effects > div .layout-container.demo4 {
  background-image: url("/assets/images/demo/home/4.jpg");
}

.demo-section .demo-effects > div .layout-container.demo5 {
  background-image: url("/assets/images/demo/home/5.jpg");
}

.demo-section .demo-effects > div .layout-container.demo6 {
  background-image: url("/assets/images/demo/home/6.jpg");
}

.demo-section .demo-effects > div .layout-container.demo7 {
  background-image: url("/assets/images/demo/home/7.jpg");
}

.demo-section .demo-effects > div .layout-container.demo8 {
  background-image: url("/assets/images/demo/home/8.jpg");
}

.demo-section .demo-effects > div .layout-container.demo9 {
  background-image: url("/assets/images/demo/home/9.jpg");
}

.demo-section .demo-effects > div .layout-container.demo10 {
  background-image: url("/assets/images/demo/home/10.jpg");
}

.demo-section .demo-effects > div .layout-container.demo11 {
  background-image: url("/assets/images/demo/home/11.jpg");
}

.demo-section .demo-effects > div .layout-container.demo12 {
  background-image: url("/assets/images/demo/home/12.jpg");
}

.demo-section .demo-effects > div .layout-container.demo13 {
  background-image: url("/assets/images/demo/home/13.jpg");
}

.demo-section .demo-effects > div .layout-container.demo14 {
  background-image: url("/assets/images/demo/home/14.jpg");
}

.demo-section .demo-effects > div .layout-container.demo15 {
  background-image: url("/assets/images/demo/home/15.jpg");
}

.demo-section .demo-effects > div .layout-container.shop1 {
  background-image: url("/assets/images/demo/shop/1.jpg");
}

.demo-section .demo-effects > div .layout-container.shop2 {
  background-image: url("/assets/images/demo/shop/2.jpg");
}

.demo-section .demo-effects > div .layout-container.shop3 {
  background-image: url("/assets/images/demo/shop/3.jpg");
}

.demo-section .demo-effects > div .layout-container.product1 {
  background-image: url("/assets/images/demo/product/1.jpg");
}

.demo-section .demo-effects > div .layout-container.product2 {
  background-image: url("/assets/images/demo/product/2.jpg");
}

.demo-section .demo-effects > div .layout-container.product3 {
  background-image: url("/assets/images/demo/product/3.jpg");
}

.demo-section .demo-effects > div .layout-container.product4 {
  background-image: url("/assets/images/demo/product/4.jpg");
}

.demo-section .demo-effects > div .layout-container.product5 {
  background-image: url("/assets/images/demo/product/5.jpg");
}

.demo-section .demo-effects > div .layout-container.product6 {
  background-image: url("/assets/images/demo/product/6.jpg");
}

.demo-section .demo-effects > div .layout-container.product7 {
  background-image: url("/assets/images/demo/product/7.jpg");
}

.demo-section .demo-effects > div .demo-text h4 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000000;
}

.demo-section .demo-effects > div .demo-text h4 span {
  font-weight: 500;
}

.demo-section .demo-effects > div .demo-text .demo-btn {
  margin-top: 10px;
}

.demo-section .demo-effects > div .demo-text .demo-btn .btn {
  border: 1px solid #ddd;
  background-color: white;
  width: 90px;
  color: var(--theme-deafult);
  padding: 5px 10px;
  border-radius: 30px;
}

.demo-section .demo-effects > div .demo-text .demo-btn .btn:hover {
  background-color: var(--theme-deafult);
  color: white;
}

.demo-section .demo-effects:last-child {
  margin-bottom: 0;
}

.demo-section .demo-effects.effect-2 .layout-container {
  background-size: cover;
  background-repeat: no-repeat;
}

.demo-section .demo-effects.effect-2:hover .layout-container {
  background-position: top !important;
}

.demo-section .demo-effects.effect-3 .layout-container {
  background-size: cover;
  background-repeat: no-repeat;
}

.demo-section .demo-effects.effect-3:hover .layout-container {
  background-position: top !important;
}

.demo-section .demo-effects:hover .layout-container {
  background-position: center 100% !important;
}

@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec-position {
  position: relative;
  top: -80px;
}

#toast-container > div {
  opacity: 1;
}

.toast-container .ngx-toastr {
  border-radius: 15px;
  width: 345px;
}

.toast {
  font-size: initial !important;
  border: initial !important;
  backdrop-filter: blur(0) !important;
}

.toast-success {
  background-color: #51A351 !important;
}

.toast-error {
  background-color: #BD362F !important;
}

.toast-info {
  background-color: #2F96B4 !important;
}

.toast-warning {
  background-color: #F89406 !important;
}

div#loading-bar {
  color: var(--theme-deafult) !important;
}

div#loading-bar .bar {
  background: var(--theme-deafult) !important;
}

#loading-bar-spinner {
  top: 15px !important;
  left: unset !important;
  right: 0 !important;
  margin-right: 20px;
  color: var(--theme-deafult) !important;
}

#loading-bar-spinner .spinner-icon {
  width: 16px !important;
  height: 16px !important;
}

.sidenav nav {
  overflow-y: auto;
}

.sidebar-unset {
  overflow-y: unset !important;
}

/* modal animation */

.modal-content {
  animation: modal-animation 0.5s ease;
}

@keyframes modal-animation {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-30 {
  margin-top: 30px;
}

.gradient-btn, .gradient-btn:hover {
  background: linear-gradient(175deg, #F32735 0%, #5C0F8B 100%);
  border: none;
  color: white;
}

.gradient-text, .gradient-icon {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height */
  background: linear-gradient(131.82deg, #F32735 -13.47%, #5C0F8B 95.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.gradient-text {
  font-family: "Helvetica";
}

.toast-container .toast-error,
.toast-container .toast-success,
.toast-container .toast-warning {
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.16);
  margin-top: 6px !important;
  animation-name: toast;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  background-color: white !important;
}

.toast-container .toast-error .toast-title,
.toast-container .toast-success .toast-title,
.toast-container .toast-warning .toast-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #414141;
}

.toast-container .toast-error .toast-message,
.toast-container .toast-success .toast-message,
.toast-container .toast-warning .toast-message {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #414141;
}

.toast-container .toast-error button.toast-close-button span,
.toast-container .toast-success button.toast-close-button span,
.toast-container .toast-warning button.toast-close-button span {
  color: #878787;
}

.toast-container .toast-error {
  border-left: 8px solid #ff0000;
  background-image: url('failed.png');
}

.toast-container .toast-success {
  border-left: 8px solid #05BE02;
  background-image: url('success.png');
}

.toast-container .toast-warning {
  border-left: 8px solid #FFC700;
  background-image: url('warning.png');
}

@keyframes toast {
  from {
    top: 0;
  }
  to {
    top: 30px;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: unset;
}

.autocomplete-container .input-container .x i {
  color: #4F4F4F !important;
  width: 19px;
  height: 19px;
  position: relative;
  left: -15px;
  top: -4px;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.5px);
}

.tab-content {
  margin-left: -19px;
}

.ti-angle-right {
  color: #4F4F4F;
  width: 6px;
  height: 11px;
  display: contents;
}

.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current) {
  margin: 0 0px 0px 0px;
}

.mat-dialog-container {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px !important;
}

.rtl ul.iti__country-list {
  left: 0;
}

.main-wrapper {
  padding: 10px 42px 0 42px;
}

.pl-57 {
  padding-left: 57px;
  padding-right: 0;
}

.rtl .pl-57 {
  padding-right: 57px;
  padding-left: 0;
}

.pr-57 {
  padding-left: 0;
  padding-right: 57px;
}

.rtl .pr-57 {
  padding-right: 0;
  padding-left: 57px;
}

#sub-category-container {
  min-width: 130px;
  max-width: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 0px;
  min-height: 360px;
}

/*=====================
    28.Dark CSS start
==========================*/

body.dark {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cfd4da;
}

.dark h1 {
  color: #ffffff;
}

.dark h2 {
  color: #f1f3f5;
}

.dark h3 {
  color: #eaedef;
}

.dark h4 {
  color: #e7eaec;
}

.dark h5 {
  color: #dee2e6;
}

.dark h6 {
  color: #cfd4da;
}

.dark p {
  color: #cfd4da;
}

.dark pre {
  color: #cfd4da;
}

.dark li {
  color: #cfd4da;
}

.dark a {
  color: #cbcbcb;
}

.dark .page-link {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .breadcrumb-section {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .light-layout {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .form-control {
  color: #cfd4da;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}

.dark .btn-solid {
  color: #ffffff !important;
}

.dark .btn-solid:hover {
  color: #222222 !important;
}

.dark select {
  color: #cfd4da;
}

.dark option {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .sticky.fixed {
  background: #2b2b2b;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  box-shadow: none;
  border-color: #404040;
}

.dark .tab-product .tabs .card-header,
.dark .product-full-tab .tabs .card-header {
  background-color: #2b2b2b;
}

.dark .tab-product .tabs .card-header .nav-tabs .nav-item .nav-link,
.dark .product-full-tab .tabs .card-header .nav-tabs .nav-item .nav-link {
  color: white;
}

.dark .tab-product .tabs .card-header .nav-tabs .nav-item .nav-link.active,
.dark .product-full-tab .tabs .card-header .nav-tabs .nav-item .nav-link.active {
  color: #ff4c3b;
}

.dark .dashboardtab.card .card-header {
  background-color: #2b2b2b;
}

.dark .dashboardtab.card .card-header li a {
  background-color: #2b2b2b;
  color: white;
}

.dark .dashboardtab.card .card-header li a.active {
  color: #ff4c3b;
}

.dark .dashboardtab ul li .nav-link {
  background-color: #232323;
}

.dark .faq-section .accordion.theme-accordion .card .card-header .btn {
  background-color: #232323;
  color: #cbcbcb;
}

.dark .modal-content .modal-body {
  background-color: #232323;
}

.dark header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark header.header-5 .pixelstrap a, .dark header.header-5 .pixelstrap:hover, .dark header.header-5 .pixelstrap:active {
  color: #222222;
}

.dark header.header-5 .main-navbar .nav-menu {
  background-color: transparent;
}

.dark header.header-5 .main-navbar .nav-menu > li > a {
  color: #222222;
}

.dark header.header-gym {
  background-color: transparent;
}

.dark header.header-gym .top-header {
  background-color: transparent;
}

.dark header.header-gym .main-navbar .nav-menu {
  background-color: transparent;
}

.dark header.header-metro .metro {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark header.header-metro .top-header .header-contact li {
  color: #999999;
}

.dark header.header-metro .top-header .header-dropdown li {
  color: #999999;
}

.dark header.header-metro .top-header .header-dropdown li a i {
  color: #999999;
}

.dark header.header-tools {
  background-color: transparent;
  transition: all 0.3s ease;
}

.dark header.header-tools .top-header {
  background-color: transparent;
}

.dark header.header-tools .top-header .container {
  background-color: var(--theme-deafult);
}

.dark header.header-tools .logo-menu-part > .container {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark header.header-tools .container {
  background-color: #2b2b2b;
}

.dark header.left-header .top-header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark header.left-header .main-menu .menu-right .header-dropdown > li img {
  filter: invert(100);
}

.dark header.left-header .onhover-div > div img {
  filter: invert(100);
}

.dark header.left-header .sidenav nav {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark header.left-header .sidenav .left-sidebar_center {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark header.left-header .sidenav .pixelstrap > li > a {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark header.green-gradient {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark header.green-gradient .top-header {
  background-color: #232323;
  transition: all 0.3s ease;
  background: #232323;
  background-image: none;
}

.dark .top-header {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .sub-footer {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .border-section {
  border-color: #404040;
}

.dark .main-navbar .nav-menu {
  background-color: #2b2b2b;
}

.dark .main-navbar .nav-menu .back-btn .mobile-back {
  color: #f1f3f5;
}

.dark .main-navbar .nav-menu > li > a {
  color: #f1f3f5;
}

.dark .main-navbar .nav-menu > li .nav-submenu {
  background-color: #2b2b2b;
  box-shadow: none;
}

.dark .main-navbar .nav-menu > li .nav-submenu li a {
  color: #f1f3f5;
}

.dark .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  background-color: #2b2b2b;
  box-shadow: none;
}

.dark .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
  color: #f1f3f5;
}

.dark .main-navbar .nav-menu > li .mega-menu-container {
  background-color: #2b2b2b;
  box-shadow: none;
}

.dark .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a {
  color: #f1f3f5;
}

.dark .sm-vertical {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .sidenav nav {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .sidenav nav .sidebar-menu {
  background-color: #232323;
}

.dark .sidenav nav .sidebar-menu li a {
  color: #f1f3f5;
}

.dark .sidenav nav .sidebar-menu li .mega-menu {
  background-color: #232323;
  box-shadow: none;
}

.dark .sidenav nav .sidebar-menu li .mega-menu .link-section ul {
  background-color: #232323;
}

.dark .sidenav nav .sidebar-menu li ul {
  background-color: #232323;
}

.dark .sidenav .sidebar-back {
  color: #f1f3f5;
  border-color: #404040;
}

.dark .pixelstrap ul {
  background: #232323;
  box-shadow: none;
}

.dark .pixelstrap ul a {
  color: #e7eaec;
}

.dark .pixelstrap ul a:hover, .dark .pixelstrap ul a:focus, .dark .pixelstrap ul a:active, .dark .pixelstrap ul a.highlighted {
  color: #e7eaec;
}

.dark .pixelstrap .home-menu,
.dark .pixelstrap .feature-menu,
.dark .pixelstrap .category-menu,
.dark .pixelstrap .full-mega-menu,
.dark .pixelstrap .clothing-menu {
  box-shadow: 0 0 1px 0 #2b2b2b;
}

.dark .onhover-div > div img {
  filter: brightness(100);
}

.dark .onhover-div .show-div {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .search-overlay {
  background-color: #2b2b2b;
}

.dark .theme-tab .nav-tabs a {
  color: #cbcbcb;
}

.dark .theme-tab .nav-tabs a.active {
  color: #ff4c3b;
}

.dark .error-section h1 {
  color: #e6e6e6;
}

.dark .breadcrumb-item.active {
  color: #e7eaec;
}

.dark .breadcrumb-section .breadcrumb a {
  color: #f7f7f7;
}

.dark .main-menu .menu-left .navbar i {
  color: #f7f7f7;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6 {
  color: #cfd4da;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #cfd4da;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 {
  color: #e7eaec;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span {
  color: #dee2e6;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
  color: #ffffff;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
  border-color: #404040;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 {
  color: #dee2e6;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  color: #cbcbcb;
}

.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: #ff4c3b;
}

.dark .footer-theme .sub-title li {
  color: #cfd4da;
}

.dark .footer-theme .sub-title li a {
  color: #cfd4da;
}

.dark .footer-theme .sub-title h4 {
  color: #e7eaec;
}

.dark .footer-social i,
.dark .social-white i {
  color: #cfd4da;
}

.dark .footer-light .subscribe {
  border-color: #404040;
}

.dark .footer-theme2 .contact-details li {
  color: #cfd4da;
}

.dark .footer-theme2 .contact-details li a {
  color: #e7eaec;
}

.dark .footer-theme2 .footer-link a,
.dark .footer-theme2 .footer-link-b a {
  color: #cbcbcb;
}

.dark .footer-theme2 .footer-link a:hover,
.dark .footer-theme2 .footer-link-b a:hover {
  color: #ffffff;
}

.dark .top-header .header-contact li {
  color: #cfd4da;
}

.dark .top-header .header-dropdown li {
  color: #cfd4da;
}

.dark .top-header .header-dropdown li a i {
  color: #cfd4da;
}

.dark .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark .header-dropdown li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark .header-contact li i {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark2 .header-dropdown li a {
  color: #cfd4da;
}

.dark .top-header.top-header-dark2 .header-contact li i {
  color: #cfd4da;
}

.dark .top-header.top-header-dark3 .header-dropdown li a {
  color: #cbcbcb;
}

.dark .top-header.top-header-dark3 .header-contact li i {
  color: #cbcbcb;
}

.dark .blog-page .blog-sidebar .theme-card .popular-tag li span {
  background-color: #232323;
}

.dark .onhover-dropdown .onhover-show-div {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .testimonial {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
  border-color: #404040;
}

.dark .testimonial .testimonial-slider .media img {
  border-color: #404040;
}

.dark .team h2 {
  border-color: #404040;
}

.dark .service-block + .service-block {
  border-color: #404040;
}

.dark .pixelstrap.light-font-menu li > a {
  color: #f1f3f5;
}

.dark .theme-tab .tab-title a,
.dark .theme-tab .tab-title2 a {
  color: #cbcbcb;
}

.dark .theme-tab .tab-title .current a,
.dark .theme-tab .tab-title2 .current a {
  color: #ff4c3b;
}

.dark .theme-tab .tab-title2:after {
  border-color: #404040;
}

.dark .theme-tab .tab-title2 .nav-item .active {
  background-color: #232323;
}

.dark .product-box .product-detail h4,
.dark .product-box .product-info h4,
.dark .product-wrap .product-detail h4,
.dark .product-wrap .product-info h4 {
  color: #e7eaec;
}

.dark .theme-card .offer-slider .media .media-body h4 {
  color: #e7eaec;
}

.dark .theme-card .slick-prev:before,
.dark .theme-card .slick-next:before {
  color: #ffffff;
}

.dark .theme-card h5.title-border {
  border-color: #404040;
}

.dark .theme-card.card-border {
  border-color: #404040;
}

.dark .dark-layout {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .sub-footer.darker-subfooter {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .sub-footer.darker-subfooter p {
  color: #cfd4da;
}

.dark .blog-page .blog-media .blog-right h4 {
  color: #e7eaec;
}

.dark .blog-page .blog-media .blog-right ul {
  color: #cfd4da;
}

.dark .blog-page .blog-sidebar .theme-card {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .blog-page .blog-sidebar h4 {
  color: #e7eaec;
}

.dark .blog-page .blog-sidebar h6 {
  color: #cfd4da;
}

.dark .blog-page .blog-sidebar p {
  color: #cfd4da;
}

.dark .blog-detail-page .blog-detail h3 {
  color: #eaedef;
}

.dark .blog-detail-page .blog-detail p {
  color: #cfd4da;
}

.dark .blog-detail-page .post-social {
  color: #cfd4da;
  border-color: #404040;
}

.dark .blog-detail-page .post-social li + li {
  border-color: #404040;
}

.dark .blog-detail-page .comment-section {
  border-color: #404040;
}

.dark .blog-detail-page .comment-section li {
  border-color: #404040;
}

.dark .blog-detail-page .comment-section li h6 {
  color: #cfd4da;
}

.dark .blog-detail-page .comment-section li h6 span {
  color: #929292;
}

.dark .blog-detail-page .blog-contact .theme-form label {
  color: #cfd4da;
}

.dark .blog-detail-page .blog-contact .theme-form input,
.dark .blog-detail-page .blog-contact .theme-form textarea {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .cart-section .cart-table thead th,
.dark .wishlist-section .cart-table thead th {
  color: #f1f3f5;
}

.dark .cart-section tbody tr td,
.dark .wishlist-section tbody tr td {
  border-color: #404040;
}

.dark .cart-section tbody tr td a,
.dark .wishlist-section tbody tr td a {
  color: #cbcbcb;
}

.dark .cart-section tbody tr td h2,
.dark .wishlist-section tbody tr td h2 {
  color: #f1f3f5;
}

.dark .table tbody + tbody {
  border-color: #404040;
}

.dark .table thead th {
  border-color: #404040;
}

.dark .top-banner-wrapper .top-banner-content h4 {
  color: #e7eaec;
}

.dark .top-banner-wrapper .top-banner-content h5 {
  color: #dee2e6;
}

.dark .top-banner-wrapper .top-banner-content p {
  color: #cfd4da;
}

.dark .collection-product-wrapper .product-top-filter {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.dark .collection-product-wrapper .product-top-filter .popup-filter .search-count,
.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
  border-color: #404040;
}

.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  color: #cbcbcb;
}

.dark .product-pagination {
  border-color: #404040;
}

.dark .product-pagination .pagination .page-item.active a {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .product-pagination .pagination .page-item.disabled .page-link {
  background-color: #2b2b2b;
  border-color: #404040;
}

.dark .product-pagination .product-search-count-bottom {
  border-color: #404040;
}

.dark .product-pagination .product-search-count-bottom h5 {
  color: #dee2e6;
}

.dark .portfolio-section.metro-section .product-box .product-detail {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .portfolio-section.metro-section .product-box .product-detail h4 {
  color: #e7eaec;
}

.dark .portfolio-section.metro-section .product-box .product-detail h6 {
  color: #cfd4da;
}

.dark .portfolio-section.metro-section .product-box .cart-wrap button {
  border-color: #404040;
  background-color: rgba(43, 43, 43, 0.8);
  transition: all 0.3s ease;
}

.dark .portfolio-section.metro-section .product-box .cart-wrap button i {
  color: #cbcbcb;
}

.dark .portfolio-section.metro-section .product-box .cart-wrap a i {
  border-color: #404040;
  background-color: rgba(43, 43, 43, 0.8);
  transition: all 0.3s ease;
  color: #cbcbcb;
}

.dark .collection-filter-block {
  border-color: #404040;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .collection-collapse-block .collapse-block-title {
  color: #eaedef;
}

.dark .collection-collapse-block .collapse-block-title:after {
  color: #eaedef;
}

.dark .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  color: #929292;
}

.dark .load-more-sec a {
  border-color: #404040;
}

.dark .checkout-page .checkout-title h3 {
  color: #eaedef;
}

.dark .checkout-page .checkout-form .form-group .field-label {
  color: #cfd4da;
}

.dark .checkout-page .checkout-form input[type=text], .dark .checkout-page .checkout-form input[type=email], .dark .checkout-page .checkout-form input[type=password], .dark .checkout-page .checkout-form input[type=tel], .dark .checkout-page .checkout-form input[type=number], .dark .checkout-page .checkout-form input[type=url] {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .checkout-page .checkout-form select,
.dark .checkout-page .checkout-form textarea {
  border-color: #404040;
}

.dark .checkout-page .checkout-form .checkout-details {
  background-color: #232323;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}

.dark .order-box .title-box {
  color: #eaedef;
  border-color: #404040;
}

.dark .order-box .qty {
  border-color: #404040;
}

.dark .order-box .qty li {
  color: #cfd4da;
}

.dark .order-box .qty li span {
  color: #dee2e6;
}

.dark .order-box .sub-total {
  border-color: #404040;
}

.dark .order-box .sub-total li {
  color: #cfd4da;
}

.dark .order-box .sub-total .shopping-option label {
  color: #929292;
}

.dark .order-box .total li {
  color: #cfd4da;
}

.dark .payment-box .payment-options li .radio-option label {
  color: #929292;
}

.dark .collection .collection-block .collection-content h4 {
  color: #e7eaec;
}

.dark .collection .collection-block .collection-content h3 {
  color: #eaedef;
}

.dark .table th,
.dark .table td {
  border-color: #404040;
}

.dark .compare-page .table-wrapper .table {
  color: #f1f3f5;
  border-color: #404040;
}

.dark .compare-page .table-wrapper .table thead .th-compare td {
  background: #232323;
  border-color: #404040;
}

.dark .compare-page .table-wrapper .table thead .th-compare th {
  border-color: #404040;
}

.dark .compare-page .table-wrapper .table thead .th-compare th .remove-compare {
  color: #cfd4da;
}

.dark .compare-page .table-wrapper .table tbody tr th {
  border-color: #404040;
  background: #232323;
}

.dark .compare-page .table-wrapper .table tbody tr td {
  border-color: #404040;
}

.dark .compare-page .table-wrapper .table tbody tr p {
  color: #cfd4da;
}

.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .compare-section .compare-part .btn-part {
  border-color: #404040;
}

.dark .compare-section .compare-part .close-btn {
  color: #e7eaec;
}

.dark .compare-section .owl-item {
  border-color: #404040;
}

.dark .contact-page .theme-form label {
  color: #cfd4da;
}

.dark .contact-page .theme-form input {
  border-color: #404040;
}

.dark .contact-page .theme-form textarea {
  border-color: #404040;
}

.dark .contact-page .contact-right ul li .contact-icon {
  border-color: #404040;
}

.dark .dashboard .box-head h2 {
  color: #f1f3f5;
}

.dark .dashboard .box .box-title {
  border-color: #404040;
}

.dark .dashboard .box .box-title h3 {
  color: #eaedef;
}

.dark .dashboard-left .block-content {
  border-color: #404040;
}

.dark .dashboard-left .block-content ul li a {
  color: #cbcbcb;
}

.dark .dashboard-right .dashboard {
  border-color: #404040;
}

.dark .white-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .border-bottom-grey {
  border-color: #404040;
}

.dark .layout-8 .layout-8-bg {
  background-blend-mode: overlay;
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .card {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .card .card-header {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .faq-section .accordion.theme-accordion .card {
  border-color: #404040;
}

.dark .faq-section .accordion.theme-accordion .card .card-header {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .faq-section .accordion.theme-accordion .card .card-header button {
  color: #dee2e6;
}

.dark .faq-section .accordion.theme-accordion .card .card-header button[aria-expanded=true]:before {
  border-bottom-color: #404040;
}

.dark .faq-section .accordion.theme-accordion .card .card-header button:before {
  border-top-color: #404040;
}

.dark .faq-section .accordion.theme-accordion .card .card-body p {
  color: #cfd4da;
}

.dark.box-layout-body {
  background-color: #2b2b2b;
}

.dark.box-layout-body .box-layout-header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark.box-layout-body .box-layout.bg-image {
  background-color: #232323;
  background: none;
  transition: all 0.3s ease;
  background-image: none;
  box-shadow: none;
}

.dark.box-layout-body .light-layout {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark.box-layout-body .sub-footer {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: none;
}

.dark .center-slider {
  border-color: #404040;
}

.dark .bg-block {
  background-color: #232323;
  transition: all 0.3s ease;
  background-image: none;
}

.dark .theme-tab .tab-content .product-tab .tab-box {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
  color: #e7eaec;
}

.dark .flower-bg {
  background-image: none !important;
  background-color: #232323;
  transition: all 0.3s ease;
  background-image: none;
}

.dark .pwd-page .theme-form input {
  border-color: #404040;
}

.dark .full-scroll-menu {
  background-color: transparent;
  transition: all 0.3s ease;
}

.dark .full-scroll-footer .sub-footer {
  background-color: transparent;
  transition: all 0.3s ease;
}

.dark .portfolio-section .filter-button {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cfd4da;
}

.dark .portfolio-section .filter-button.active {
  background-color: #ff4c3b;
  transition: all 0.3s ease;
  color: #ffffff;
}

.dark .portfolio-section .isotopeSelector:hover .overlay-background {
  border-color: #dddddd;
}

.dark .portfolio-section .isotopeSelector:hover .overlay-background i {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .portfolio-section .isotopeSelector .overlay {
  border-color: #dddddd;
}

.dark .bg-img-gym .dark-layout {
  background-color: transparent;
  transition: all 0.3s ease;
}

.dark .bg-img-gym .sub-footer.darker-subfooter {
  background-color: #000000;
  transition: all 0.3s ease;
}

.dark .category-block .category-image {
  border-color: #404040;
}

.dark .category-block .category-image.svg-image {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .j-box .product-box {
  border-color: #404040;
}

.dark .j-box .product-box .product-detail {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .j-box .product-box .cart-info {
  background-color: rgba(35, 35, 35, 0.84);
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .j-box .product-box .cart-info a {
  border-color: #000000;
}

.dark .white-layout {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .footer-theme2.footer-border {
  border-color: #404040;
}

.dark .footer-theme2.section-light .footer-block .subscribe-white {
  border-color: #404040;
}

.dark .footer-theme2.section-light .footer-block h4 {
  color: #e7eaec;
}

.dark .footer-theme2.section-light .footer-block .contact-details li a {
  color: #e7eaec;
}

.dark .footer-theme2 .footer-link.link-white h4 {
  color: #e7eaec;
}

.dark .jewel-footer .sub-footer.black-subfooter {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .jewel-footer .sub-footer p {
  color: #cfd4da;
}

.dark .absolute-banner .absolute-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

.dark .login-page .theme-card {
  border-color: #404040;
}

.dark .login-page .theme-card .theme-form input {
  border-color: #404040;
}

.dark .login-page .theme-card .theme-form label {
  color: #929292;
}

.dark .login-page .authentication-right h6,
.dark .login-page .authentication-right p {
  color: #cfd4da;
}

.dark .lookbook .lookbook-block .lookbook-dot:before {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .blog-left .blog-details h4 {
  color: #e7eaec;
}

.dark .blog-left .blog-details h6 {
  color: #cfd4da;
}

.dark footer.footer-black .below-section {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark footer.footer-black .sub-footer {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark footer.footer-black .upside .small-section {
  background-color: #383838;
  transition: all 0.3s ease;
}

.dark footer.footer-black .subscribe h4 {
  color: #e7eaec;
}

.dark footer.footer-black .subscribe p {
  color: #cfd4da;
}

.dark footer.footer-black.footer-light .subscribe {
  border-color: #929292;
}

.dark footer.pet-layout-footer .white-layout {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark footer.pet-layout-footer .sub-footer.black-subfooter {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark footer.footer-classic .sub-footer {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark footer.footer-5 {
  background-image: unset;
}

.dark footer.footer-5 .footer-theme2 .subscribe-block {
  border-color: #404040;
}

.dark footer.footer-5 .sub-footer > .container {
  border-color: #404040;
}

.dark .logo-block img {
  filter: invert(100);
}

.dark .logo-block img:hover {
  filter: invert(100);
}

.dark .bg-white {
  background-color: #2b2b2b !important;
  transition: all 0.3s ease;
}

.dark .product-box .img-wrapper .cart-box,
.dark .product-wrap .img-wrapper .cart-box {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .tab-bg.tab-grey-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .delivery-sec {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .product-order .total-sec {
  border-color: #404040;
}

.dark .blog.blog_box .blog-details p {
  color: #cfd4da;
}

.dark .blog.blog_box .blog-details a p {
  color: #cfd4da;
}

.dark .blog.blog_box .blog-details .read-cls {
  color: #cbcbcb;
}

.dark .product-right .product-title {
  color: #cfd4da;
}

.dark .product-right .border-product {
  border-color: #404040;
}

.dark .product-right .product-icon .product-social li a {
  color: #cbcbcb;
}

.dark .product-right .product-icon .wishlist-btn {
  color: #cbcbcb;
}

.dark .product-right .product-icon .wishlist-btn i {
  border-color: #404040;
}

.dark .product-right.product-form-box {
  border-color: #404040;
}

.dark .product-right.product-form-box .timer {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .product-right .timer {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .product-right .timer p {
  color: #cfd4da;
}

.dark .product-right .size-box ul li {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .product-right .size-box ul li.active {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .product-right .size-box ul li a {
  color: #cbcbcb;
}

.dark .product-right h4 del {
  color: #929292;
}

.dark .timer span .timer-cal {
  color: #929292;
}

.dark .qty-box .input-group span button {
  background: #2b2b2b !important;
  border-color: #404040;
}

.dark .qty-box .input-group button i {
  color: #929292;
}

.dark .nav-tabs {
  border-color: #404040;
}

.dark .nav-tabs .nav-link.active {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .tab-product .nav-material .nav-tabs .nav-item .nav-link {
  color: #cbcbcb;
  color: #ffffff;
}

.dark .tab-product .nav-material .nav-tabs .nav-link {
  color: #ffffff;
}

.dark .tab-product .nav-material .nav-tabs .nav-link.active {
  color: #ff4c3b;
}

.dark .product-full-tab .nav-material .nav-tabs .nav-link {
  color: #ffffff;
}

.dark .product-full-tab .nav-material .nav-tabs .nav-link.active {
  color: #ff4c3b;
}

.dark .tab-product .theme-form input,
.dark .tab-product .theme-form textarea,
.dark .product-full-tab .theme-form input,
.dark .product-full-tab .theme-form textarea {
  border-color: #404040;
}

.dark .product-related h2 {
  border-color: #404040;
}

.dark .product-accordion .btn-link {
  color: #e7eaec;
}

.dark .product-accordion .card-header {
  border-color: rgba(64, 64, 64, 0.125);
}

.dark .theme_checkbox label {
  color: #929292;
}

.dark .theme_checkbox label .checkmark {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .theme_checkbox label .checkmark:after {
  border-color: #ffffff;
}

.dark .bundle .bundle_detail .price_product {
  color: #ffffff;
}

.dark .modal-content {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark button.close {
  color: #ffffff;
}

.dark .modal-header {
  border-color: #404040;
}

.dark .collection-filter-block .product-service .media {
  border-color: #404040;
}

.dark .pro_sticky_info {
  border-color: #404040;
}

.dark .tab-border {
  border-color: #404040;
}

.dark .register-page .theme-card {
  border-color: #404040;
}

.dark .register-page .theme-card .theme-form input {
  border-color: #404040;
}

.dark .register-page .theme-card .theme-form label {
  color: #929292;
}

.dark .category-border {
  background-color: #404040;
  transition: all 0.3s ease;
}

.dark .category-border div .category-banner .category-box h2 {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .background {
  background-color: #404040;
  transition: all 0.3s ease;
}

.dark .background .contain-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .background .contain-bg h4 {
  color: #e7eaec;
}

.dark .background .contain-bg:hover h4 {
  color: #ff4c3b;
}

.dark .blog-bg {
  background-color: #404040;
  transition: all 0.3s ease;
}

.dark .sub-footer.black-subfooter {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark.tools-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark.tools-bg section {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark.tools-bg .tools-service {
  background-color: transparent;
}

.dark .category-tools .category-m .category-wrapper {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .category-m .category-wrapper {
  border-color: #404040;
}

.dark .category-m .category-wrapper h4 {
  color: #e7eaec;
}

.dark .category-m .category-wrapper .category-link li a {
  color: #cbcbcb;
}

.dark .tools-grey .product-box .product-info {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: rgba(64, 64, 64, 0.2);
}

.dark .tools-grey .product-box .cart-info button {
  background-color: #232323;
  transition: all 0.3s ease;
  color: #cbcbcb;
}

.dark .tools-grey .product-box .cart-info a {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .tools-grey .product-box .cart-info a i {
  color: #cbcbcb;
}

.dark .tools-grey .product-box .img-wrapper .front {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .tools-brand .row {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .typography_section .typography-box .headings {
  background-color: rgba(35, 35, 35, 0.5);
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .typography_section .typography-box .headings h3 {
  color: #eaedef;
}

.dark .typography_section .typography-box .headings span {
  color: #929292;
}

.dark .typography_section .typography-box .headings span code {
  color: #929292;
}

.dark .typography_section .typography-box .typo-content .sub-title {
  color: #f1f3f5;
  border-color: rgba(64, 64, 64, 0.7);
}

.dark .typography_section .typo-content.heading_content h1,
.dark .typography_section .typo-content.heading_content h2,
.dark .typography_section .typo-content.heading_content h3,
.dark .typography_section .typo-content.heading_content h4,
.dark .typography_section .typo-content.heading_content h5,
.dark .typography_section .typo-content.heading_content h6 {
  color: white;
}

.dark .typography_section .typo-content.product-pagination .pagination .page-item {
  border-color: #404040;
}

.dark .typography_section code {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .absolute_banner .collection-banner .absolute-contain {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .absolute_banner .collection-banner .absolute-contain h4 {
  color: #e7eaec;
}

.dark .absolute-product .product-box {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .absolute-product .product-box .product-detail .cart-bottom {
  border-color: #404040;
}

.dark .absolute-product .product-box .product-detail .cart-bottom i {
  color: #cbcbcb;
}

.dark .absolute-product .product-box .product-detail .cart-bottom i:hover {
  color: #ffffff;
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 {
  box-shadow: none;
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 .media {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
  border-color: #404040;
}

.dark .insta-title {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .tab-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .darken-layout {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .darken-layout p {
  color: #cfd4da;
}

.dark .darken-layout .sub-title .contact-list li {
  color: #cfd4da;
}

.dark .darken-layout .sub-title .contact-list i {
  color: #cfd4da;
}

.dark .darken-layout .footer-social i {
  color: #cfd4da;
}

.dark .sub-footer.dark-subfooter p {
  color: #cfd4da;
}

.dark .cart-section tbody tr td a,
.dark .cart-section tbody tr td p,
.dark .wishlist-section tbody tr td a,
.dark .wishlist-section tbody tr td p {
  color: #cbcbcb;
}

.dark .footer-title {
  border-color: #404040;
}

.dark .category-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .category-bg .contain-block {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .category-bg .contain-block h2 {
  color: #f1f3f5;
}

.dark .category-bg .contain-block h6 span {
  color: #929292;
}

.dark .service_slide .service-home .service-block1 {
  background-color: rgba(35, 35, 35, 0.9);
  transition: all 0.3s ease;
}

.dark .service_slide .service-home .service-block1:nth-child(even) {
  background-color: rgba(35, 35, 35, 0.7);
  transition: all 0.3s ease;
}

.dark .service_slide .service-home .service-block1 svg path {
  fill: #ffffff;
}

.dark .bg-grey {
  background-color: #232323;
  transition: all 0.3s ease;
}

.dark .detail-cannabis .detail_section > div {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  box-shadow: none;
}

.dark .detail-cannabis .detail_section svg {
  fill: #ffffff;
}

.dark .border-box.tools-grey .product-box {
  border-color: #404040;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body {
  background-image: linear-gradient(135deg, #ff4c3b 5.77%, #232323 5.77%, #232323 25%, #f1f3f5 25%, #f1f3f5 30.77%, #232323 30.77%, #232323 50%, #ff4c3b 50%, #ff4c3b 55.77%, #232323 55.77%, #232323 75%, #f1f3f5 75%, #f1f3f5 80.77%, #232323 80.77%, #232323 100%);
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
  color: #e7eaec;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close span {
  color: #ffffff;
}

.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
  color: #f1f3f5;
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container {
  box-shadow: none;
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4 {
  color: #e7eaec;
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn {
  border-color: #404040;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cbcbcb;
}

.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3 {
  color: #eaedef;
}

.dark .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a {
  color: #cbcbcb;
}

.dark .theme-modal.exit-modal .media .media-body h5 {
  color: #dee2e6;
}

.dark .theme-modal.exit-modal .stop {
  filter: invert(100);
}

.dark #quick-view .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}

.dark .addcart_btm_popup {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}

.dark .addcart_btm_popup .fixed_cart i {
  color: #cbcbcb;
}

.dark .review-page .comnt-sec li a {
  color: #cbcbcb;
}

.dark .sitemap_page ul li a {
  color: #cbcbcb;
}

.dark .sitemap_page ul li a:hover {
  color: #ff4c3b;
}

.dark .sitemap_page ul ul li a {
  color: #dee2e6;
}

.dark .effect-cls:before, .dark .effect-cls:after {
  filter: invert(100);
}

.dark .game-product .product-box .cart-info a i {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cbcbcb;
}

.dark .demo-right a {
  background-color: #000000;
  transition: all 0.3s ease;
}

.dark .rtl-btn,
.dark .dark-light {
  background-color: #000000;
  box-shadow: none;
}

.dark .color-picker a.handle {
  background-color: #000000;
  transition: all 0.3s ease;
  color: #cbcbcb;
}

.dark .setting-box .setting-title h4 {
  color: #333333;
}

.dark .add_to_cart .cart-inner {
  background-color: #2b2b2b;
}

.dark .add_to_cart .cart-inner .cart_media li .media .media-body h4 {
  color: rgba(255, 255, 255, 0.7);
}

.dark .add_to_cart .cart-inner .cart_media li .total {
  border-color: #404040;
}

.dark .add_to_cart .cart-inner .cart_top {
  border-color: #404040;
}

.dark .add_to_cart .cart-inner .cart_top .close-cart i {
  color: #ffffff;
}

.dark .add_to_cart .cart-inner .cart_top h3 {
  color: #ffffff;
}

.dark .add_to_cart.bottom .cart-inner .cart_top, .dark .add_to_cart.top .cart-inner .cart_top {
  background-color: #232323;
}

.dark .stripe-section {
  background-color: #232323;
  border-color: #404040;
}

.dark .stripe-section .content h5 {
  color: rgba(255, 255, 255, 0.8);
}

.dark .stripe-section .content table tr {
  border-color: #404040;
}

/*=====================
    27.Menu css start
==========================*/

header .main-navbar {
  text-align: center;
}

header .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

header .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
}

header .main-navbar .nav-menu > li > a {
  display: block;
  padding-right: 45px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 0;
  letter-spacing: 0.07em;
  position: relative;
}

header .main-navbar .nav-menu > li > a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 15px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}

header .main-navbar .nav-menu > li > a .sub-arrow:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
}

header .main-navbar .nav-menu > li > a .lable-nav {
  position: absolute;
  background-color: var(--theme-deafult);
  padding: 2px 7px;
  color: #ffffff;
  top: 20px;
  text-transform: uppercase;
  font-size: 9px;
  left: 0;
  line-height: 1.3;
}

header .main-navbar .nav-menu > li > a .lable-nav:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--theme-deafult);
  top: 15px;
  left: 5px;
}

header .main-navbar .nav-menu > li > a .lable-nav.lable-red {
  background-color: #ff4c3b;
}

header .main-navbar .nav-menu > li > a .lable-nav.lable-red:before {
  border-top: 5px solid #ff4c3b;
}

header .main-navbar .nav-menu > li .nav-submenu {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 0 1px 0 #ebebeb;
  padding: 15px 0px 15px 0px;
  background: white;
}

header .main-navbar .nav-menu > li .nav-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}

header .main-navbar .nav-menu > li .nav-submenu li a {
  border: 0 !important;
  background: transparent;
  color: #222222;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 35px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
}

header .main-navbar .nav-menu > li .nav-submenu li a:before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-deafult);
  transition: 0.5s ease;
}

header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 15px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  border-radius: 4px;
}

header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
}

header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background: #fff;
  border: none;
  padding: 15px 0px 15px 0px;
  box-shadow: 0 0 1px 0 #ebebeb;
}

header .main-navbar .nav-menu > li .mega-menu-container {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 0 1px 0 #ebebeb;
  padding: 30px;
  background: white;
  width: 100%;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  width: 20%;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-title h5 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 14px;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content {
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 0;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a {
  border: 0 !important;
  background: transparent;
  color: #222222;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 3px 0;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  position: relative;
}

header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a:before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-deafult);
  transition: 0.5s ease;
}

header .main-navbar .nav-menu > li:hover > a {
  color: var(--theme-deafult);
}

header .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}

header.header-gym .main-navbar .nav-menu > li > a {
  color: white;
  padding-top: 22px;
  padding-bottom: 22px;
}

header.header-tools .main-navbar .nav-menu > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

header.header-tools .main-navbar .nav-menu > li > a .lable-nav {
  top: 0;
}

header .sidenav {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -300px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}

header .sidenav .sidebar-back {
  padding: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  cursor: pointer;
}

header .sidenav nav {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  height: 100vh;
  top: 0;
}

header .sidenav.openSide {
  left: 0;
  transition: all 0.5s ease;
}

header .sidenav.openSide .sidebar-overlay {
  opacity: 0.8;
  visibility: visible;
}

header .sidenav .sidebar-overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}

header .sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 50px;
  color: #938d8c;
}

header .sidenav .sidebar-menu {
  background-color: #ffffff;
  display: block;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
}

header .sidenav .sidebar-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
  float: none;
}

header .sidenav .sidebar-menu li a {
  padding: 10px 50px 20px 40px;
  position: relative;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
}

header .sidenav .sidebar-menu li ul {
  position: absolute;
  width: 200px;
  left: 100%;
  top: 0;
  padding: 15px 0px;
  display: none;
  background-color: #fff;
}

header .sidenav .sidebar-menu li ul li a {
  padding: 5px 35px;
}

header .sidenav .sidebar-menu li ul li a:active, header .sidenav .sidebar-menu li ul li a:focus, header .sidenav .sidebar-menu li ul li a.highlighted {
  padding: 5px 35px;
}

header .sidenav .sidebar-menu li .mega-menu {
  position: absolute;
  left: 100%;
  width: 815px !important;
  padding: 15px 30px 25px !important;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 #ebebeb;
}

header .sidenav .sidebar-menu li .mega-menu li ul {
  position: relative;
  width: 100%;
  left: inherit;
}

header .sidenav .pixelstrap li a {
  padding: 10px 50px 20px 40px;
}

header .sidenav .pixelstrap li ul li a {
  padding: 5px 35px;
}

header .sidenav .pixelstrap li ul li a:active, header .sidenav .pixelstrap li ul li a:focus, header .sidenav .pixelstrap li ul li a.highlighted {
  padding: 5px 35px;
}

header .sidenav .pixelstrap li .clothing-menu li a {
  padding: 5px 0 !important;
}

header .sidenav .pixelstrap li .clothing-menu li a:focus {
  font-size: 14px;
}

header .sidenav .pixelstrap li .clothing-menu li a:hover {
  font-size: 14px;
  padding: 5px 0;
}

header .sidenav .pixelstrap li .clothing-menu li a:focus, header .sidenav .pixelstrap li .clothing-menu li a:hover {
  padding: 5px 0 !important;
}

header .layout3-menu .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

header .layout3-menu .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
}

header .layout3-menu .main-navbar .nav-menu > li > a {
  text-transform: capitalize;
  padding-right: 34px;
  letter-spacing: 0.04em;
}

header .layout3-menu .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}

.toggle-nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
}

.toggle-nav i {
  font-size: 24px;
  color: var(--theme-deafult);
}

.mega-menu-banner:hover:before {
  display: none;
}

.new-tag {
  padding-left: 3px;
  color: var(--theme-deafult);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.up-text {
  position: relative;
}

.up-text span {
  position: absolute;
  top: -5px;
  right: -10px;
  color: var(--theme-deafult);
  font-size: 12px;
  font-weight: 700;
}

.mega-box .link-section .demo ul li a {
  position: relative;
}

.mega-box .link-section .demo ul li a:hover, .mega-box .link-section .demo ul li a:focus {
  padding-top: 3px;
  padding-bottom: 3px;
}

.mega-box .link-section .demo .new {
  position: absolute;
  top: -8px;
  right: 0px;
  color: white;
  background-color: var(--theme-deafult);
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.3;
}

.mega-box .link-section .demo .title {
  border-bottom: 2px solid red !important;
}

.rtl .link-section {
  float: right;
}

.rtl .mega-box .link-section .demo ul li a span img {
  right: unset;
  left: -120px;
}

@media (min-width: 1200px) {
  .responsive-btn {
    display: none;
  }

  header .main-navbar .nav-menu > li .nav-submenu {
    width: 200px;
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover:before {
    width: 50px;
    height: 2px;
    transition: 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a:hover:before {
    width: 50px;
    height: 2px;
    transition: 0.5s ease;
  }
  header .main-navbar .nav-menu > li:hover .nav-submenu {
    display: block;
  }
  header .main-navbar .nav-menu > li:hover .mega-menu-container {
    display: block;
  }
  header .sidenav .sidebar-menu li a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: auto;
    right: 7px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
  }
  header .sidenav .sidebar-menu li a .sub-arrow:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
  }
  header .sidenav .sidebar-menu li > ul {
    display: none;
  }
  header .sidenav .sidebar-menu li > ul li a {
    padding: 5px 35px;
    text-transform: capitalize;
  }
  header .sidenav .sidebar-menu li > ul li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-deafult);
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li > ul li a:hover:before {
    width: 50px;
    height: 2px;
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li > ul li a .sub-arrow {
    margin-top: -17px;
  }
  header .sidenav .sidebar-menu li:hover > ul {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu {
    position: absolute;
    left: 100%;
    width: 815px !important;
    padding: 15px 30px 25px !important;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ebebeb;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 15px;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul {
    position: relative;
    width: 100%;
    left: inherit;
    display: block;
    padding: 0;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a {
    padding: 5px 0;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-deafult);
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:hover:before {
    width: 50px;
    height: 2px;
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li .mega-menu li .mega-menu-banner {
    padding: 0;
  }
  header .sidenav .pixelstrap li a {
    padding: 10px 50px 20px 40px;
  }
  header .sidenav .pixelstrap li ul li a {
    padding: 5px 35px;
  }
  header .sidenav .pixelstrap li ul li a:active, header .sidenav .pixelstrap li ul li a:focus, header .sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 35px;
  }
  header .sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:focus, header .sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0 !important;
  }

  .toggle-nav {
    display: none;
  }

  .mobile-back {
    display: none !important;
  }

  .main-nav-center > nav {
    text-align: center;
  }
  .main-nav-center .sm {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav-center .sm > li .lable-nav {
    top: 3px;
  }
  .main-nav-center .sm > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .layout3-menu .pixelstrap a {
    text-transform: capitalize;
    padding-right: 34px;
    letter-spacing: 0.04em;
  }
  .layout3-menu .pixelstrap .sub-arrow {
    right: 12px;
  }

  .rtl header .main-navbar .nav-menu > li .nav-submenu li a:before {
    right: 35px;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li a:hover:before {
    right: 35px;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    right: unset;
    left: -200px;
  }
  .rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a:before {
    right: 0;
  }
  .rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a:hover::before {
    right: 0;
  }
  .rtl .mega .full-mega-menu {
    float: left !important;
    left: 50% !important;
    right: auto !important;
  }
  .rtl .mega .full-mega-menu.center-mega-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: unset !important;
    right: 50% !important;
  }
  .rtl .layout3-menu .light-font-menu li > a, .rtl .layout3-menu .light-font-menu li > a:hover, .rtl .layout3-menu .light-font-menu li > a:active {
    padding-right: 0;
    padding-left: 28px;
  }
  .rtl .layout3-menu .light-font-menu .sub-arrow {
    left: -5px;
    right: auto;
  }
  .rtl .sidenav .sidebar-back i {
    float: left;
  }
  .rtl header.header-5 .top-header .header-dropdown > li:last-child {
    padding: 15px 25px;
    padding-left: 0;
  }
}

@media (max-width: 1440px) {
  .rtl .pixelstrap .mega .full-mega-menu {
    margin-left: 0 !important;
    margin-right: 162px !important;
  }
  .rtl .pixelstrap .mega .full-mega-menu.layout-3 {
    margin-right: 0 !important;
  }
}

@media (max-width: 1367px) {
  .nav-menu a {
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  header .main-navbar .nav-menu {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  header .main-navbar .nav-menu.opennav {
    right: 0;
  }
  header .main-navbar .nav-menu .back-btn {
    display: block;
    width: 100%;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .main-navbar .nav-menu > li {
    display: block;
    float: none;
    width: 100%;
  }
  header .main-navbar .nav-menu > li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
  header .main-navbar .nav-menu > li a .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li a .lable-nav {
    left: 15px;
    top: -8px;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 100%;
    padding: 0;
    position: relative;
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a {
    text-transform: uppercase;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    padding: 0;
    background: rgba(255, 85, 69, 0.04);
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
    padding: 5px 35px 5px 50px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
    padding: 0 30px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
    width: 100%;
    padding: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-title h5 {
    margin-bottom: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-title h5 .sub-arrow {
    font: bold 16px/34px monospace !important;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-title h5 .sub-arrow:before {
    content: "+";
    position: absolute;
    right: -16px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content.opensubmegamenu {
    display: block;
    padding: 0 15px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .menu-content ul li a {
    line-height: 1.7;
  }
  header.header-gym .main-navbar .nav-menu > li > a {
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .sidenav .sidebar-menu li a {
    padding: 10px 25px;
    font-weight: 700;
  }
  header .sidenav .sidebar-menu li a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
  }
  header .sidenav .sidebar-menu li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .sidenav .sidebar-menu li ul {
    position: relative;
    left: 0;
    width: 100%;
    display: none;
    padding: 5px 0;
  }
  header .sidenav .sidebar-menu li ul.opensub1 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  header .sidenav .sidebar-menu li ul li ul {
    display: none;
    background: rgba(255, 85, 69, 0.04);
  }
  header .sidenav .sidebar-menu li ul li ul.opensub2 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li ul li a {
    padding: 5px 45px;
  }
  header .sidenav .sidebar-menu li ul li ul li ul {
    display: none;
    background: rgba(255, 85, 69, 0.04);
  }
  header .sidenav .sidebar-menu li ul li ul li ul.opensub3 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li ul li ul li ul {
    display: none;
  }
  header .sidenav .sidebar-menu li ul li ul li ul li ul.opensub4 {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu {
    width: 100% !important;
    padding: 0 30px !important;
    position: relative;
    display: none;
    left: 0;
  }
  header .sidenav .sidebar-menu li .mega-menu.opensidesubmenu {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section h5 {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section ul {
    display: block;
    padding: 0;
    background: #fff;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section ul li a {
    padding: 5px 0px 5px 10px !important;
    font-size: 12px;
    font-weight: 400;
  }
  header .sidenav .sidebar-menu li .mega-menu .mega-menu-banner {
    padding: 5px 0;
  }
  header .sidenav .sidebar-menu li .mega-menu .mega-menu-banner img {
    padding: 20px 0 0;
  }

  .header-2 .main-navbar .nav-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mega-box .link-section .demo ul li a span img {
    top: 30px;
    right: -60px;
  }

  .mega-box.col {
    flex-basis: unset;
  }

  .sidenav {
    overflow-y: auto;
  }

  .main-menu.border-section {
    border: none;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
  }

  .main-nav-center .toggle-nav {
    position: absolute;
    z-index: 99;
    right: 175px;
    top: -105px;
  }

  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
    right: unset;
    top: -1px;
  }

  .rtl .mega-box .link-section .demo ul li a span img {
    left: -70px;
  }
  .rtl .pixelstrap a .sub-arrow {
    right: unset;
    left: 0;
  }
  .rtl .pixelstrap li .lable-nav {
    left: unset;
    right: 15px;
  }
  .rtl .pixelstrap li .lable-nav:before {
    left: unset;
    right: 5px;
  }
}

@media (max-width: 991px) {
  .top-header .header-contact {
    display: none;
  }
}

@media (min-width: 578px) {
  .main-menu .menu-right .icon-nav .mobile-search i,
.main-menu .menu-right .icon-nav .mobile-cart i,
.main-menu .menu-right .icon-nav .mobile-setting i {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-search .close-circle i,
.main-menu .menu-right .icon-nav .mobile-cart .close-circle i,
.main-menu .menu-right .icon-nav .mobile-setting .close-circle i {
    display: block;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    display: inline-block;
  }
}

@media (max-width: 577px) {
  .top-header {
    height: 0;
  }

  .main-nav-center .toggle-nav {
    right: 15px;
    top: -85px;
  }

  .mobile-fix-option {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    background-color: #333333;
    width: 100vw;
    z-index: 9;
    box-shadow: 0 2px 5px 0 #a8a8a8;
  }

  .header-5 .top-header .header-dropdown .mobile-wishlist img,
.header-5 .top-header .header-dropdown .mobile-account img {
    filter: brightness(5);
  }
  .header-5 .main-menu .brand-logo {
    margin: 0;
    left: 0;
    transform: unset;
  }

  .top-header .header-dropdown .mobile-account,
.top-header .header-dropdown .mobile-wishlist {
    position: fixed;
    bottom: 20px;
    right: 32%;
    font-size: 0;
    padding: 0;
    z-index: 9;
  }
  .top-header .header-dropdown .mobile-account i,
.top-header .header-dropdown .mobile-wishlist i {
    font-size: 22px;
    font-family: "Helvetica", "HelvelticaRounded", "Helvetica Neue", Arial, sans-serif;
    color: #999999;
  }
  .top-header .header-dropdown .mobile-account i:before,
.top-header .header-dropdown .mobile-wishlist i:before {
    content: "";
  }
  .top-header .header-dropdown .mobile-account .onhover-show-div,
.top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    top: unset;
    bottom: 42px;
    right: 0;
  }
  .top-header .header-dropdown .mobile-account:hover i,
.top-header .header-dropdown .mobile-wishlist:hover i {
    color: #999999;
  }
  .top-header .header-dropdown .mobile-wishlist {
    right: 64%;
  }
  .top-header .header-dropdown .mobile-wishlist i {
    font-family: "Helvetica", "HelvelticaRounded", "Helvetica Neue", Arial, sans-serif;
    color: #999999 !important;
  }
  .top-header .header-dropdown .mobile-wishlist i:before {
    content: "";
  }

  .main-menu .menu-left.category-nav-right .navbar {
    padding-left: 0 !important;
  }
  .main-menu .menu-left .navbar {
    padding: 30px 45px 30px 0 !important;
  }
  .main-menu .menu-right .icon-nav .mobile-setting,
.main-menu .menu-right .icon-nav .mobile-cart,
.main-menu .menu-right .icon-nav .mobile-search {
    position: fixed;
    bottom: 20px;
    right: 16%;
    font-size: 0;
    padding: 0;
  }
  .main-menu .menu-right .icon-nav .mobile-setting .show-div,
.main-menu .menu-right .icon-nav .mobile-cart .show-div,
.main-menu .menu-right .icon-nav .mobile-search .show-div {
    top: -58px;
    left: 0;
  }
  .main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart,
.main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart,
.main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
    top: unset;
    bottom: 42px;
    left: -118px !important;
  }
  .main-menu .menu-right .icon-nav .mobile-setting i {
    display: inline-block;
    font-size: 22px;
    color: #999999;
  }
  .main-menu .menu-right .icon-nav .mobile-setting > div img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-setting .setting {
    top: unset;
    bottom: 42px;
    left: unset !important;
  }
  .main-menu .menu-right .icon-nav .mobile-cart {
    right: 48%;
  }
  .main-menu .menu-right .icon-nav .mobile-cart .close-circle i {
    font-size: 14px;
  }
  .main-menu .menu-right .icon-nav .mobile-cart i {
    display: inline-block;
    font-size: 22px;
    color: #999999;
  }
  .main-menu .menu-right .icon-nav .mobile-cart > div img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-search {
    right: 80%;
    z-index: 1;
  }
  .main-menu .menu-right .icon-nav .mobile-search i {
    display: inline-block;
    font-size: 22px;
    color: #999999;
  }
  .main-menu .menu-right .icon-nav .mobile-search img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-group {
    margin-bottom: 0;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    font-size: 14px;
  }

  .brand-logo {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .toggle-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .rtl .main-nav-center .toggle-nav {
    right: unset;
    left: 15px;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-setting,
.rtl .main-menu .menu-right .icon-nav .mobile-cart,
.rtl .main-menu .menu-right .icon-nav .mobile-search {
    right: unset;
    left: 16%;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-setting .show-div,
.rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div,
.rtl .main-menu .menu-right .icon-nav .mobile-search .show-div {
    left: unset;
    right: 0;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-setting .show-div.shopping-cart,
.rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart,
.rtl .main-menu .menu-right .icon-nav .mobile-search .show-div.shopping-cart {
    left: unset !important;
    right: -118px !important;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-setting .setting {
    left: unset !important;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-cart {
    right: unset;
    left: 48%;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-search {
    right: unset;
    left: 80%;
  }
  .rtl .main-menu .menu-left .navbar {
    padding: 30px 0 30px 25px !important;
  }
  .rtl .top-header .header-dropdown .mobile-account,
.rtl .top-header .header-dropdown .mobile-wishlist {
    right: unset;
    left: 32%;
  }
  .rtl .top-header .header-dropdown .mobile-account .onhover-show-div,
.rtl .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    right: 0;
  }
  .rtl .top-header .header-dropdown .mobile-wishlist {
    right: unset;
    left: 64%;
  }
  .rtl .layout3-menu .brand-logo {
    left: unset;
  }
}

@media (max-width: 480px) {
  .brand-logo img {
    height: 25px;
  }
}

/*=====================
24.Responsive CSS start
==========================*/

@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1430px) {
  .left-header .top-header {
    padding-left: 0;
  }
  .left-header .top-header .header-contact {
    display: none;
  }
  .left-header .sidenav {
    left: -300px;
  }
  .left-header .sidenav.open-side {
    left: 0;
  }
  .left-header .sidenav .sidebar-back {
    display: block;
    color: black;
    border-bottom: 1px solid #1a1b2d;
  }
  .left-header .sidenav .brand-logo {
    display: none;
  }
  .left-header .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
  }
  .left-header .main-menu .menu-left .navbar {
    display: block;
  }
  .left-header .main-menu .menu-left .mobile-logo {
    display: block;
    border: none;
  }
  .left-header .search-overlay {
    padding-left: 0;
  }

  .left-sidebar_space {
    padding-left: 0;
  }

  .banner-slider .height-banner {
    height: unset;
  }

  .pet-parallax .pet-decor {
    left: 60px;
    bottom: -125px;
  }
  .pet-parallax .pet-decor img {
    width: 240px;
  }

  .tools_slider .home-slider .slider-contain {
    margin-left: 80px;
  }
  .tools_slider .home-slider .home .tools-parts img,
.tools_slider .home-slider .home .tools-parts1 img {
    width: 250px;
  }
  .tools_slider .home-slider .home .tools-parts {
    right: 0;
  }
  .tools_slider .home-slider .home .tools-parts1 {
    right: 10%;
  }
  .tools_slider .home-slider .home #tools-move2 {
    right: 7%;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%;
    border-left: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd;
    width: 30%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%;
  }

  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px;
  }
  .cart-section tbody tr td {
    min-width: 175px;
  }
  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 75px;
  }
  .cart-section tfoot tr td {
    padding-right: 41px;
  }

  .product-right .product-icon .product-social li {
    padding-right: 10px;
  }

  .product-form-box .timer {
    padding-left: 17px;
  }
  .product-form-box .timer span {
    width: 55px;
  }

  .rtl .cart-section .cart-buttons > div:last-child,
.rtl .wishlist-section .cart-buttons > div:last-child {
    padding-left: 41px;
  }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    border-left: none;
    border-right: 1px solid #dddddd;
  }
  .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
    border-left: 1px solid #dddddd;
    border-right: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: 1px solid #dddddd;
    padding-right: 20px;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
    text-align: center;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 10px;
  }

  .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    border-color: #404040;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-color: #404040;
  }
}

@media (max-width: 1430px) and (min-width: 1368px) {
  .banner-timer .timer {
    margin-top: 45px;
  }
}

@media (max-width: 1430px) and (min-width: 1200px) {
  .layout3-menu {
    max-width: 100%;
  }
  .layout3-menu .main-menu .menu-left .navbar {
    padding: 40px 10px 40px 0;
  }
  .layout3-menu .pixelstrap > a {
    padding-right: 38px;
  }

  .portfolio-section.metro-section .product-box .cart-wrap a i {
    padding: 5px;
  }
  .portfolio-section.metro-section .product-box .cart-wrap i {
    font-size: 14px;
  }
  .portfolio-section.metro-section .product-box .cart-wrap button i {
    padding: 5px;
  }

  .rtl .layout3-menu .main-menu .menu-left .navbar {
    padding: 40px 0 40px 35px;
  }
}

@media (max-width: 1367px) {
  h2 {
    font-size: 32px;
  }

  .title1 .title-inner1 {
    padding-bottom: 10px;
  }
  .title1 .title-inner1:after {
    height: 2px;
  }

  .title3 .line {
    height: 3px;
  }
  .title3 .line:after, .title3 .line:before {
    height: 3px;
  }
  .title3 .title-inner3 {
    margin-bottom: 10px;
  }

  .title4 .title-inner4 {
    padding-bottom: 15px;
  }

  hr.style1 {
    height: 1px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
    transform: scale(1.8);
    left: 15px;
  }
  .home-slider:hover .owl-next {
    right: 15px;
    left: unset;
  }

  .product-box .product-detail .rating i,
.product-box .product-info .rating i,
.product-wrap .product-detail .rating i,
.product-wrap .product-info .rating i {
    padding-right: 0;
  }

  .blog-details h4 {
    margin-top: 20px;
  }
  .blog-details p {
    font-size: 16px;
  }

  .category-bg .image-block.even:after {
    bottom: 91%;
  }
  .category-bg .contain-block h2 {
    font-size: 30px;
  }
  .category-bg .contain-block.even:after {
    top: 91%;
  }
  .category-bg .contain-block .category-btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .category-bg .contain-block:after {
    bottom: 91%;
  }

  .service-block h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .banner-timer {
    background-position: right;
  }
  .banner-timer .banner-text h2 {
    font-size: 28px;
  }

  .collection-product-wrapper .product-wrapper-grid .product-five {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .subscribe-form .form-control {
    width: 215px;
  }

  .full-banner .banner-contain h2 {
    font-size: 90px;
  }
  .full-banner .banner-contain h3 {
    font-size: 55px;
  }
  .full-banner .banner-contain h4 {
    font-size: 24px;
    padding-top: 8px;
  }
  .full-banner .banner-contain .color {
    padding-top: 0;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 30px;
  }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 28px;
  }
  .collection-banner .contain-banner h2 {
    font-size: 55px;
    letter-spacing: 0.01em;
  }
  .collection-banner .contain-banner h4 {
    letter-spacing: 0.01em;
  }

  .footer-theme2 .contact-details li {
    padding: 0 40px;
  }
  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }

  .footer-theme .sub-title h4 {
    font-size: 16px;
  }
  .footer-theme .sub-title .contact-list li {
    line-height: 20px;
  }
  .footer-theme .sub-title .contact-list i {
    top: 17px;
  }

  .theme-card .offer-slider .media .media-body h4 {
    margin-top: 10px;
  }
  .theme-card .offer-slider .media .media-body a h6 {
    margin-right: 50px;
  }

  .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6 {
    margin-right: 0;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 160px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    margin-top: 15px;
  }

  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 10px;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.4;
  }

  .pro_sticky_info {
    padding: 10px;
  }

  .is_stuck {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .rtl .offset-xl-1 {
    margin-right: 8.33333333%;
    margin-left: unset;
  }
}

@media (max-width: 1199px) {
  section,
.section-t-space {
    padding-top: 60px;
  }

  .form_search {
    display: none;
  }

  .header-6 .mobile-search {
    display: inline-block;
  }

  .header-gym .sm-horizontal > li > a {
    color: #000000;
    padding: 10px 15px !important;
  }
  .header-gym .sm-horizontal > li > a:hover, .header-gym .sm-horizontal > li > a:focus, .header-gym .sm-horizontal > li > a.active {
    padding: 10px 15px !important;
    color: #000000;
  }
  .header-gym .toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-gym .main-navbar .nav-menu > li > a .lable-nav {
    top: -8px;
  }

  header.header-tools .toggle-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header.header-tools .pixelstrap > li > a {
    padding: 10px 15px;
  }
  header.header-tools .pixelstrap > li > a:hover, header.header-tools .pixelstrap > li > a:active, header.header-tools .pixelstrap > li > a:focus, header.header-tools .pixelstrap > li > a.highlighted {
    padding: 10px 15px;
  }
  header.header-tools .pixelstrap li .lable-nav {
    top: 5px;
  }
  header.header-tools .main-navbar .nav-menu > li > a {
    padding: 10px 15px !important;
  }

  .banner-tools {
    display: none;
  }

  .tab-left .theme-tab {
    display: block;
  }
  .tab-left .theme-tab .left-side {
    width: 100%;
  }
  .tab-left .theme-tab .left-side li {
    width: unset;
    border-bottom: none;
    padding: 0 5px;
  }
  .tab-left .theme-tab .left-side li:first-child {
    border-top: none;
  }
  .tab-left .theme-tab .left-side .tab-title {
    margin-right: 0;
    text-align: center;
  }
  .tab-left .theme-tab .tab-content-cls {
    width: 100%;
  }
  .tab-left .theme-tab .tab-content-cls .no-slider .product-box:last-child {
    margin-top: 30px;
  }

  .tools_product .multiple-slider .theme-tab .no-slider .product-box:last-child {
    margin-top: 30px;
  }

  .tools-parallax-product.full-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tools-parallax-product .tools-description h3 {
    font-size: 17px;
  }

  .about-text p {
    margin-bottom: 25px;
  }

  .gym-product .part-cls > div:nth-last-child(-n+2) .product-box {
    margin-top: 30px;
  }
  .gym-product .partition-cls > div:nth-child(-n+4) {
    margin-bottom: 0;
  }
  .gym-product .partition-cls > div .product-box {
    margin-top: 30px;
  }
  .gym-product .partition-cls > div:nth-child(-n+2) .product-box {
    margin-top: 0;
  }

  .footer-social {
    margin-top: 25px;
  }

  .section-b-space {
    padding-bottom: 60px;
  }

  .partition1 {
    margin-bottom: -25px;
  }
  .partition1 > div {
    margin-bottom: 25px;
  }

  .title1 h4 {
    padding-bottom: 8px;
  }
  .title1 .title-inner1 {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }

  .title2 h4 {
    padding-bottom: 8px;
  }
  .title2 .title-inner2 {
    margin-bottom: 25px;
  }

  .title3 h4 {
    padding-bottom: 8px;
  }
  .title3 .title-inner3 {
    margin-bottom: 10px;
  }
  .title3 .line {
    margin-bottom: 25px;
  }

  .title4 .title-inner4 {
    padding-bottom: 15px;
  }
  .title4 .line {
    margin-bottom: 25px;
  }

  .title-borderless {
    margin-bottom: 25px;
  }

  .padding-bottom-cls {
    padding-bottom: 30px;
  }

  .banner-timer .timer {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    bottom: 8px;
    margin-top: 38px;
  }

  .footer-social li {
    padding-right: 38px;
  }

  .footer-theme2 p {
    line-height: 25px;
  }
  .footer-theme2 .subscribe-block {
    padding: 10px 70px;
  }
  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }
  .footer-theme2 .contact-details li {
    line-height: 25px;
    padding: 0 10px;
  }
  .footer-theme2 .footer-link li {
    padding-right: 25px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 50px;
  }

  .social-white li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .service-block svg,
.service-block1 svg {
    width: 50px;
    height: 50px;
  }

  .service-block1 svg {
    margin-bottom: 15px;
  }

  .no-slider .product-box {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }

  .theme-tab .tab-title2 {
    font-size: 22px;
  }
  .theme-tab .tab-title2:after {
    top: 17px;
  }
  .theme-tab .tab-content .product-tab .tab-box {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
  }
  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+2) {
    margin: 0 5px 0;
  }
  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+4) {
    margin: 0 5px 10px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 280px;
  }

  .full-banner .banner-contain h2 {
    font-size: 85px;
  }
  .full-banner .banner-contain h3 {
    font-size: 50px;
  }
  .full-banner .banner-contain h4 {
    font-size: 22px;
    padding-top: 5px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 25px;
  }
  .collection-banner .contain-banner.banner-3 h4 {
    font-size: 12px;
  }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 24px;
  }
  .collection-banner .contain-banner.banner-4 h4 {
    font-size: 16px;
  }
  .collection-banner .contain-banner h2 {
    font-size: 40px;
  }

  .home-slider .home {
    height: 70vh;
  }
  .home-slider .slider-contain {
    height: 70vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 50px;
  }

  .background .contain-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-card .offer-slider .media .media-body a h6 {
    margin-right: 20px;
  }
  .theme-card .offer-slider .media .media-body .rating i {
    padding-right: 3px;
  }
  .theme-card.card-border .offer-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-box .theme-card .offer-slider img {
    padding: 15px 0 15px 0;
  }
  .full-box .theme-card .offer-slider .product-box2 .media img {
    height: 250px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    margin-top: 5px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-top: 5px;
  }

  .pet-parallax .pet-decor {
    left: 45px;
    bottom: -105px;
  }
  .pet-parallax .pet-decor img {
    width: 200px;
  }

  .home-slider.fullpage .home .slider-contain h1 {
    font-size: 35px;
  }
  .home-slider.fullpage .home .slider-contain p {
    max-width: 450px;
    font-size: 14px;
  }
  .home-slider.fullpage .home .slider-contain .btn-solid {
    padding: 10px 15px;
  }

  .about-section h2 {
    font-size: 22px;
  }
  .about-section .about-text p {
    line-height: 24px;
  }
  .about-section .service .service-block1 svg {
    margin-bottom: 5px;
  }
  .about-section .service .service-block1 h5 {
    line-height: 18px;
  }
  .about-section .small-section {
    padding-top: 20px;
  }

  .layout7-product .product-box .details-product {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
  }

  .padding-bottom-cls {
    padding-bottom: 30px;
  }

  .layout-8 {
    padding: 0 40px;
  }

  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }

  .testimonial .testimonial-slider .media .media-body {
    padding: 30px;
  }
  .testimonial .testimonial-slider .media .media-body p {
    line-height: 1.5;
  }

  .search-product > div:nth-last-child(1), .search-product > div:nth-last-child(2), .search-product > div:nth-last-child(3) {
    margin-top: 30px;
  }

  .cart-section tbody tr td {
    min-width: 140px;
  }
  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 52px;
  }
  .cart-section tfoot tr td {
    padding-right: 25px;
  }

  .blog-page .blog-media {
    margin-bottom: 20px;
  }
  .blog-page .blog-media .blog-right {
    display: block;
    margin-top: 15px;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }

  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 15px;
  }

  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px;
  }

  .product-right h2 {
    font-size: 20px;
  }

  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 50%;
  }

  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px;
  }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px;
  }

  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .product-form-box .timer {
    padding-left: 17px;
  }
  .product-form-box .timer span {
    width: 55px;
  }
  .product-form-box .product-buttons .btn-solid,
.product-form-box .product-buttons .btn-outline {
    padding: 7px 13px;
  }

  .product-accordion .single-product-tables table {
    width: 70%;
  }

  .tab-product .flex-column {
    flex-direction: unset !important;
    justify-content: center;
  }
  .tab-product .nav-material .nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0;
  }
  .tab-product .nav-material .nav-tabs .nav-item .nav-link.active {
    background-color: unset;
  }

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

  .timer span {
    width: 60px;
  }

  .rtl header .sidenav .sidebar-menu li a .sub-arrow {
    right: auto;
    left: 15px;
  }
  .rtl .tab-left .theme-tab .left-side .tab-title {
    text-align: center;
    margin-left: 0;
  }
  .rtl .cart-section .cart-buttons > div:last-child,
.rtl .wishlist-section .cart-buttons > div:last-child {
    padding-left: 17px;
  }
  .rtl .tab-border .nav-border {
    border-left: none;
  }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    padding-right: 20px !important;
  }
  .rtl .footer-social li {
    padding-right: 0;
    padding-left: 38px;
  }
  .rtl .footer-theme2 .social-white li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dark .sm-horizontal {
    background-color: #2b2b2b;
    border-color: #404040;
  }
  .dark .sm-horizontal .mobile-back {
    border-color: #404040;
    color: #e7eaec;
  }
  .dark .sm-horizontal.pixelstrap ul {
    background-color: #2b2b2b;
  }
  .dark .tab-product .nav-material.nav-tabs {
    background-color: #2b2b2b;
  }
  .dark header.left-header .pixelstrap ul {
    background-color: #232323;
  }
  .dark header.header-gym .main-navbar .nav-menu {
    background-color: #2b2b2b;
  }
  .dark header.header-gym .main-navbar .nav-menu > li > a {
    color: white;
  }
  .dark header .main-navbar .nav-menu {
    border-color: rgba(255, 255, 255, 0.17);
  }
  .dark header .main-navbar .nav-menu .back-btn .mobile-back {
    border-color: rgba(255, 255, 255, 0.17);
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .partition-f > div + div + div {
    margin-top: 30px;
  }

  .contain-banner .adscontainer_offer {
    font-weight: 0 !important;
  }
  .contain-banner .adscontainer_title {
    font-size: 20px !important;
    white-space: nowrap !important;
  }
  .contain-banner .adscontainer_shopnow {
    top: 76px !important;
    left: 22px !important;
  }
  .contain-banner .dealsconatiner_offer {
    top: -31px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  .contain-banner .dealsconatiner_title {
    white-space: nowrap;
    font-size: 18px !important;
  }
  .contain-banner .dealsconatiner_subtitle {
    top: 51px !important;
    left: 156px !important;
    font-size: 15px !important;
  }

  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 80px;
  }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
    line-height: 15px;
  }
}

@media (min-width: 992px) {
  .rtl .service_slide .service-home .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .main-nav-center .toggle-nav {
    top: -92px;
  }

  .service_slide .service-home {
    position: relative;
  }
  .service_slide .service-home .service-block1 {
    padding: 0;
  }

  .service_slide .partition4 > div + div {
    margin-top: 0;
  }
  .service_slide .partition4 > div + div + div {
    margin-top: 30px;
  }

  .service_slide .home-slider .slider-contain {
    height: 65vh;
  }

  footer.footer-5 .footer-theme2 .subscribe-block {
    border-left: none;
    border-right: none;
  }

  .tools-parallax-product .tools-description h3 {
    text-align: center;
  }
  .tools-parallax-product .tools-description .tools-form {
    text-align: center;
  }
  .tools-parallax-product .tools-description .tools-form .search-box {
    margin: 20px auto 20px;
  }
  .tools-parallax-product .tools-description .tools-form .btn-find {
    background-size: 1100px;
  }
  .tools-parallax-product .tools-grey {
    order: -1;
    margin-bottom: 30px;
  }
  .tools-parallax-product.full-banner {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tools_slider .home-slider .slider-contain {
    margin-left: 40px;
  }
  .tools_slider .home-slider .home .tools-parts,
.tools_slider .home-slider .home .tools-parts1 {
    margin-top: -30px;
  }
  .tools_slider .home-slider .home .tools-parts img,
.tools_slider .home-slider .home .tools-parts1 img {
    width: 180px;
  }
  .tools_slider .home-slider .home .tools-parts {
    right: 0;
  }
  .tools_slider .home-slider .home .tools-parts1 {
    right: 10%;
  }
  .tools_slider .home-slider .home #tools-move2 {
    right: 7%;
  }

  .tools_slider .home-slider .slider-contain {
    margin-top: 0;
  }

  .header-tools {
    position: relative;
    top: 0;
    background-color: white;
  }
  .header-tools .top-header {
    background-color: #ff4c3b;
  }
  .header-tools .top-header .container {
    background-color: transparent;
  }
  .header-tools .logo-menu-part {
    background-color: white;
    border-bottom: none;
  }

  .tools_product .multiple-slider > div:nth-child(-n+2) {
    margin-bottom: 0;
  }
  .tools_product .tools-grey {
    margin-top: 30px;
  }
  .tools_product .banner-tools {
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-text p {
    line-height: 24px;
  }

  .tools-service .service-block + .service-block {
    border-left: none;
  }
  .tools-service .service-block svg,
.tools-service .service-block img,
.tools-service .service-block1 svg,
.tools-service .service-block1 img {
    margin-bottom: 0;
  }

  .pet-parallax .pet-decor {
    left: 34px;
    bottom: -86px;
  }
  .pet-parallax .pet-decor img {
    width: 165px;
  }
  .pet-parallax .banner-contain p {
    max-width: 100%;
  }

  .img-zoom-lens {
    display: none;
  }

  .img-zoom-result {
    display: none;
  }

  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-right: 1px solid #ddd;
  }
  .rtl .product-right * {
    text-align: center !important;
    justify-content: center !important;
  }
  .rtl .product-right *.size-text {
    text-align: right !important;
  }
  .rtl .rtl-text .product-right .color-variant {
    text-align: center !important;
  }

  h2 {
    font-size: 28px;
  }

  section,
.section-t-space {
    padding-top: 50px;
  }

  .section-b-space {
    padding-bottom: 50px;
  }

  .small-section {
    padding: 30px 0;
  }

  .br[_ngcontent-c25] {
    margin: 3px 0 15px 0 !important;
  }

  .product-full-tab {
    padding-top: 50px !important;
  }

  hr.style1 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  h4 {
    font-size: 16px;
  }

  .blog-details h4 {
    margin-top: 17px;
    font-size: 13px;
  }
  .blog-details p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .service-block svg {
    margin-bottom: 20px;
    height: auto;
    width: 46px;
  }
  .service-block img {
    margin-bottom: 20px;
  }

  .partition_3 > div + div {
    margin-top: 30px;
  }

  .partition4 > div + div + div {
    margin-top: 30px;
  }

  .onhover-div .show-div {
    top: 80px;
  }

  .main-menu .brand-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-menu .menu-left .navbar {
    padding: 25px 45px 25px 0;
  }

  .banner-timer .banner-text h2 {
    font-size: 20px;
  }
  .banner-timer .timer span {
    width: 65px;
  }
  .banner-timer .timer p {
    font-size: 14px;
  }

  .about-text p {
    line-height: 24px;
  }

  .footer-light .subscribe {
    text-align: center;
    justify-content: center;
    border: none;
    margin-bottom: 5px;
  }
  .footer-light .subscribe p {
    display: none;
  }
  .footer-light .subscribe-form {
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-theme .col {
    max-width: 50%;
    flex-basis: unset;
  }
  .footer-theme .footer-logo {
    margin-bottom: 30px;
  }
  .footer-theme .sub-title h4 {
    margin-bottom: 10px;
  }

  .footer-social {
    margin-top: 15px;
  }

  .subscribe-wrapper {
    order: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }
  .footer-theme2 h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .col {
    flex-basis: unset;
    padding: 20px 0;
  }
  .footer-theme2.section-light .footer-block h4 {
    padding-bottom: 15px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    border: none;
  }
  .footer-theme2 .footer-logo {
    margin-bottom: 20px;
  }
  .footer-theme2 .subscribe-block {
    border: none;
  }

  .social-white li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .category-border div .category-banner .category-box h2 {
    padding: 5px 15px;
    font-size: 30px;
  }

  .no-slider .product-box {
    flex: 0 0 50%;
    max-width: calc(50% - 30px);
    margin: 0 15px 30px !important;
  }
  .no-slider .product-box:nth-last-child(-n+2) {
    margin: 0 15px 0 !important;
  }

  .full-banner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .full-banner.parallax-layout {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .full-banner .banner-contain h2 {
    font-size: 60px;
  }
  .full-banner .banner-contain h3 {
    font-size: 35px;
  }
  .full-banner .banner-contain h4 {
    font-size: 20px;
    /*padding: 7px 25px;
    background-color: $black;*/
  }

  .collection-banner .contain-banner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 20px;
  }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 18px;
  }
  .collection-banner .contain-banner.banner-4 h4 {
    font-size: 18px;
  }
  .collection-banner .contain-banner h2 {
    font-size: 25px;
  }

  .home-slider .home {
    height: 65vh;
  }
  .home-slider .slider-contain {
    height: 65vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 36px;
  }
  .home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 17px;
  }

  .background .contain-bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .background .contain-bg h4 {
    font-size: 16px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 210px;
  }

  .beauty-about .about-text p {
    text-align: center;
  }

  .theme-card .offer-slider img {
    padding: 10px 10px 10px 0;
  }
  .theme-card.card-border .offer-slider img {
    padding: 10px 10px 10px 30px;
  }

  .multiple-slider > div:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .full-box .center-slider .offer-slider .product-box .product-info h4 {
    padding-bottom: 5px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .btn-outline {
    padding: 7px 20px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media img {
    height: 150px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-top: 0;
  }

  .layout-8 .layout-8-bg {
    padding: 0;
  }

  .alert {
    max-width: 45% !important;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    margin-bottom: 18px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 15px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    font-size: 13px;
    padding: 4px 10px;
    margin: 3px 6px;
  }
  .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px;
  }

  .parallax-cls .banner-contain {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 35px;
  }
  .parallax-cls section .banner-contain {
    margin-top: 0;
  }

  .about-section {
    padding-top: 30px;
  }
  .about-section h2 {
    text-align: center;
  }

  .product-box .cart-info {
    bottom: 20px;
  }

  .absolute-banner {
    margin-top: -60px;
  }

  .stripe-section {
    margin-bottom: 25px;
  }
  .stripe-section h5 {
    font-size: 14px;
    margin-bottom: 0;
  }

  .margin-cls {
    margin-top: 0;
  }

  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    height: 100%;
    align-self: center;
  }
  .testimonial .testimonial-slider .media .media-body p {
    margin-bottom: 0;
  }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: none;
    padding-left: 0;
  }

  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px;
  }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0;
  }

  .collection-product-wrapper .product-top-filter {
    border-top: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-top: 1px solid #dddddd;
    text-align: left;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
    right: 15px !important;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-left: 1px solid #dddddd;
    padding: 21px 21px 21px 21px;
    border-top: none;
    border-bottom: none;
    font-size: 16px;
    background: url(/assets/images/dropdown.png) no-repeat 95%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none !important;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    border-top: 1px solid #dddddd;
  }

  .collection-collapse-block {
    border-bottom: 1px solid #dddddd !important;
  }

  .top-banner-content h4 {
    font-size: 20px;
  }

  .filter-main-btn {
    display: block;
  }

  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 999;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    transition: all 0.5s ease;
  }
  .collection-filter .collection-sidebar-banner {
    text-align: center;
  }
  .collection-filter .theme-card {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
  }

  .collection-filter-block {
    border: none;
  }

  .collection-mobile-back {
    display: block;
  }

  .collection .section-t-space {
    padding-top: 30px;
  }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px;
  }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px;
  }

  .right-login {
    margin-top: 30px;
  }

  .contact-page .map iframe {
    height: 350px;
  }
  .contact-page .contact-right {
    padding-bottom: 0;
  }
  .contact-page .contact-right ul li {
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .contact-page .contact-right ul li .contact-icon {
    position: relative;
    margin: 0 auto;
    border-right: 0;
  }
  .contact-page .contact-right ul li p {
    margin-bottom: 10px;
  }

  .cart-section .cart-table thead th:last-child {
    display: none;
  }
  .cart-section tbody tr td {
    min-width: 135px;
  }
  .cart-section tbody tr td:last-child {
    display: none;
  }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }
  .cart-section tfoot tr td {
    padding-right: 0;
  }

  .wishlist-section tbody tr td {
    min-width: 138px;
  }

  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #ff4c3b;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
    text-align: left;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
    color: #ffffff;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    height: 100vh;
    left: -350px;
    transition: all 0.5s ease;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    top: 13px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px;
  }

  .tab-product {
    padding-top: 0;
  }

  .product-right h2 {
    margin-top: 15px;
  }

  .pro_sticky_info {
    border: none;
    padding: 10px 0;
  }

  .product-right {
    text-align: center;
    margin: 20px 0 10px 0;
  }
  .product-right .detail-section,
.product-right .product-icon {
    justify-content: center;
  }
  .product-right .product-description .qty-box {
    justify-content: center;
  }
  .product-right .size-text {
    text-align: left;
  }
  .product-right .timer {
    text-align: left;
  }
  .product-right .product-icon .product-social li {
    padding-right: 20px;
  }

  .product-form-box {
    margin-bottom: 20px;
  }

  .tab-product .nav-material .nav-tabs {
    justify-content: center;
  }

  .dashboard-left {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 0 35px 35px;
    max-width: 350px;
    transition: all 0.5s ease;
    box-shadow: 0 0 8px 0 #dddddd;
  }
  .dashboard-left .block-title h2 {
    display: none;
  }
  .dashboard-left .block-content {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
  .dashboard-left .block-content ul li:hover {
    padding-left: 0;
  }

  .account-sidebar {
    display: block;
  }

  .rtl .main-menu .menu-left .navbar {
    padding: 25px 0 25px 45px;
  }
  .rtl .tools-parallax-product .tools-description .tools-form .btn-find {
    float: unset;
  }
  .rtl .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-right: none;
    padding-right: 0;
  }
  .rtl .contact-page .contact-right ul li {
    padding-right: 0;
  }
  .rtl .contact-page .contact-right ul li .contact-icon {
    border-left: none;
  }
  .rtl .contact-page .contact-right ul li p {
    text-align: center;
  }
  .rtl .product-right .detail-section,
.rtl .product-right .product-icon {
    justify-content: right;
  }
  .rtl .product-right .size-text {
    text-align: right;
  }
  .rtl .product-right .product-description .qty-box {
    justify-content: right;
  }
  .rtl .collection-product-wrapper .product-filter-content .product-page-filter {
    border-left: none;
  }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    padding-right: 20px !important;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding: 21px 34px 21px 34px;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-right: 1px solid #dddddd;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-right: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .search-count h5 {
    text-align: center;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    padding: 10px 34px 10px 34px;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    background: none #ff4c3b;
  }
  .rtl .banner-timer .timer {
    padding-left: 10px;
  }
  .rtl .banner-timer .timer span {
    width: 55px;
  }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-left: 5px;
    margin-right: unset;
  }
  .rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body .rating i {
    padding: 0;
  }
  .rtl .beauty-about .text-center {
    text-align: center !important;
  }
  .rtl .beauty-about .about-text p {
    text-align: center;
  }
  .rtl .footer-light .subscribe {
    border-left: none;
  }

  .dark .collection-filter {
    background-color: #2b2b2b;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-color: #404040;
  }
  .dark .collection-mobile-back {
    border-color: #404040;
  }
  .dark .collection-mobile-back span {
    color: #929292;
  }
  .dark .collection-collapse-block {
    border-color: #404040 !important;
  }
  .dark .collection-filter {
    box-shadow: none;
  }
  .dark .contact-page .contact-right ul li {
    border-color: #404040;
  }
  .dark .dashboard-left {
    background-color: #232323;
    box-shadow: none;
  }
  .dark header.header-tools .logo-menu-part {
    background-color: #2b2b2b;
  }
}

@media (max-width: 767px) {
  .product-wrapper-grid.list-view .product-box .ng-star-inserted {
    display: block;
    border: 1px solid #eee;
    padding: 15px;
  }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
    margin: 0 auto 15px;
  }
  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 0;
  }

  .border-box.tools-grey .product-box .img-wrapper {
    padding-bottom: 0;
  }
  .border-box.tools-grey .product-box .cart-info a,
.border-box.tools-grey .product-box .cart-info button {
    background-color: #ffffff;
  }

  .detail-cannabis .detail_section {
    margin-top: 30px;
    text-align: center;
  }
  .detail-cannabis .row > div:first-child .detail_section {
    margin-top: 0;
  }

  footer.footer-5 .sub-footer > .container {
    border-top: none;
  }
  footer.footer-5 .dark-layout .footer-title {
    border-bottom: 1px solid #ffffff;
  }

  .service_slide .home-slider .slider-contain {
    height: 60vh;
  }

  .tools-parallax-product .tools-grey .owl-prev,
.tools-parallax-product .tools-grey .owl-next {
    display: none !important;
  }
  .tools-parallax-product.full-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tools_slider .home-slider .home .tools-parts,
.tools_slider .home-slider .home .tools-parts1 {
    display: none;
  }
  .tools_slider .home-slider .slider-contain {
    margin-left: 0;
    justify-content: center !important;
  }

  .tools-service .service-block + .service-block {
    margin-top: 0;
  }
  .tools-service .service-block + .service-block + .service-block {
    margin-top: 20px;
  }

  .about-text p {
    line-height: 25px;
  }

  .tools-grey .product-box .img-wrapper {
    padding-bottom: 35px;
  }
  .tools-grey .product-box .cart-info {
    bottom: 10px;
  }
  .tools-grey .product-box .cart-info button {
    font-size: 0;
    width: unset;
    background-color: #eef0f1;
  }
  .tools-grey .product-box .cart-info button i {
    display: block;
  }
  .tools-grey .product-box .cart-info button:hover i {
    color: #ffffff;
  }
  .tools-grey .product-box .cart-info .mobile-quick-view {
    display: block;
    margin-left: 5px;
  }
  .tools-grey .product-box .quick-view-part {
    display: none;
  }
  .tools-grey .product-box:hover .img-wrapper .front img {
    opacity: 1;
  }
  .tools-grey .product-box:hover .ribbon {
    display: block;
  }

  .tools-parallax-product .tools-grey .owl-prev,
.tools-parallax-product .tools-grey .owl-next {
    display: none !important;
  }
  .tools-parallax-product.full-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gym-product .product-box .img-wrapper .cart-info {
    display: block;
    height: unset;
    top: unset;
    left: unset;
  }
  .gym-product .product-box .img-wrapper .cart-info i {
    background: none;
    color: #6f6f6f;
  }
  .gym-product .product-box .img-wrapper .cart-info button:hover i,
.gym-product .product-box .img-wrapper .cart-info a:hover i {
    color: #ff4c3b;
  }
  .gym-product .product-box:hover .img-wrapper .cart-info button {
    animation: none;
  }
  .gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(2) i {
    animation: none;
  }
  .gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(3) i {
    animation: none;
  }
  .gym-product .product-box:hover .img-wrapper .cart-info a:nth-child(4) i {
    animation: none;
  }

  .pet-parallax .pet-decor {
    display: none;
  }

  .j-box .product-box .cart-info {
    bottom: 0;
    position: relative;
    opacity: 1;
  }
  .j-box .product-box .cart-info a i {
    padding: 10px;
  }

  .pets-box .product-box .img-wrapper .cart-info {
    transform: none;
  }
  .pets-box .product-box .img-wrapper .cart-info i {
    font-size: 16px;
  }

  .left-header .top-header .header-dropdown li {
    padding: 15px;
  }
  .left-header .main-menu .menu-right .icon-nav li {
    padding-left: 15px;
  }

  .portfolio-section.metro-section .product-box .cart-wrap a i {
    opacity: 1;
    font-size: 16px;
    padding: 5px;
  }
  .portfolio-section.metro-section .product-box .cart-wrap button i {
    font-size: 16px;
    padding: 5px;
  }
  .portfolio-section.metro-section .product-box .product-detail {
    opacity: 1;
    bottom: 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .portfolio-section.metro-section .product-box .product-detail h6 {
    color: #000000;
  }
  .portfolio-section.metro-section .product-box:hover .product-detail {
    opacity: 1;
  }
  .portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i, .portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i, .portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
    animation: none;
  }

  .layout3-menu {
    max-width: 100%;
  }
  .layout3-menu .main-menu .brand-logo img {
    height: 25px;
  }

  section,
.section-t-space {
    padding-top: 40px;
  }

  .section-b-space {
    padding-bottom: 40px;
  }

  .product-full-tab {
    padding-top: 30px !important;
  }

  .small-section {
    padding: 23px 0 20px;
  }

  .theme-tab .tab-title a,
.theme-tab .tab-title2 a {
    text-transform: capitalize;
  }

  .darken-layout .footer-title,
.dark-layout .footer-title {
    border-bottom: 1px solid #525252;
  }
  .darken-layout .subscribe-wrapper,
.dark-layout .subscribe-wrapper {
    padding-bottom: 10px;
  }

  .footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
    padding-left: 0;
  }

  .layout2-logo {
    padding-right: 70px;
  }

  .full-scroll-footer .sub-footer p {
    padding: 0;
    line-height: 25px;
  }

  .layout-20 {
    padding: 15px;
  }

  .about-cls .service.border-section {
    border-bottom: none;
  }
  .about-cls .service.small-section {
    padding-bottom: 0;
  }

  .footer-theme2 p {
    margin-bottom: 10px;
  }
  .footer-theme2 .footer-mobile-title {
    display: block !important;
  }
  .footer-theme2 .p-set {
    padding: 0 15px !important;
  }
  .footer-theme2 .col {
    padding: 0;
  }
  .footer-theme2 .footer-link li {
    display: flex;
    padding-top: 10px;
  }
  .footer-theme2 .footer-link h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .contact-details li {
    padding-left: 0;
    padding-top: 10px;
  }
  .footer-theme2 .footer-link-b li {
    display: flex;
    padding-top: 10px;
  }
  .footer-theme2 .footer-link-b h4 {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .footer-theme2.section-light .footer-block h4 {
    padding-bottom: 10px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 40px 65px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white h2 {
    margin-bottom: 20px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-group {
    display: flex;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-solid,
.footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-outline {
    margin-top: 0;
  }
  .footer-theme2 .subscribe-block h2 {
    margin-bottom: 20px;
  }
  .footer-theme2 h4 {
    padding-bottom: 10px;
  }

  .darken-layout .footer-theme .footer-mobile-title h4 {
    color: #ffffff;
  }

  .dark-layout .small-section {
    padding-bottom: 40px;
  }
  .dark-layout section {
    padding-top: 0;
  }
  .dark-layout .section-b-space {
    border: none;
    padding-bottom: 0;
  }
  .dark-layout .subscribe-wrapper {
    order: -1;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 60px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block h2 {
    display: none;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group {
    display: flex;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-solid,
.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-outline {
    margin-top: 0;
  }

  .category-bg {
    padding: 30px 40px;
  }
  .category-bg .image-block.even:after {
    bottom: 85%;
  }
  .category-bg .image-block:after {
    width: 25px;
    margin-top: -25px;
  }
  .category-bg .image-block:hover:after {
    height: 50px;
  }
  .category-bg .contain-block h2 {
    font-size: 18px;
    margin-top: 8px;
  }
  .category-bg .contain-block h6 {
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .category-bg .contain-block:after {
    width: 25px;
  }
  .category-bg .contain-block.even:after {
    top: 87%;
  }
  .category-bg .contain-block .category-btn {
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: 0.1em;
    padding: 5px 15px;
  }
  .category-bg .contain-block:after {
    bottom: 87%;
  }
  .category-bg .contain-block:hover:after {
    height: 50px;
  }

  .layout9-box .product-box .img-block {
    min-height: unset;
  }

  .service-block .media {
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-block svg,
.service-block img {
    margin-right: 0;
  }
  .service-block + .service-block {
    border-left: 0;
    margin-top: 20px;
  }
  .service-block:last-child .media .media-body p {
    margin-bottom: 5px;
  }

  .partition2 {
    margin-bottom: -25px;
  }
  .partition2 > div {
    margin-bottom: 25px;
  }

  .partition3 > div + div {
    margin-top: 30px;
  }

  .partition4 > div + div {
    margin-top: 30px;
  }

  .center-slider {
    border-left: none;
    border-right: none;
  }

  .about-text p {
    line-height: 25px;
  }

  .banner-timer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner-timer .banner-text {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.65);
  }
  .banner-timer .banner-text h2 {
    font-size: 15px;
  }
  .banner-timer .timer-box {
    text-align: center;
  }
  .banner-timer .timer {
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
  }
  .banner-timer .timer p {
    font-size: 14px;
  }
  .banner-timer .timer span {
    width: 40px;
  }
  .banner-timer .timer span .padding-l {
    padding-left: 10px;
  }

  .footer-title {
    margin-top: 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .footer-title.footer-mobile-title {
    margin-top: 0;
  }
  .footer-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
  }
  .footer-title.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }
  .footer-title.active .according-menu:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .footer-title .according-menu {
    font: normal normal normal 14px/1 FontAwesome;
  }
  .footer-title .according-menu:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 2px;
  }

  .banner-slider .home-banner > div img {
    margin-top: 30px;
  }
  .banner-slider .home-banner > div:last-child img {
    margin-top: 30px;
  }

  .lookbook .row > div:last-child .lookbook-block {
    margin-top: 30px;
  }

  .lookbook-section .row > div:first-child .lookbook-img > div:last-child {
    margin-bottom: 25px;
  }
  .lookbook-section .lookbook-img > div:last-child img {
    margin-top: 0;
  }

  .box-layout-body .box-layout {
    margin-top: -40px;
  }

  .home-slider.fullpage .slick-dots {
    display: flex;
    bottom: 70px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-slider.fullpage .slick-dots li button:before {
    color: #0a0100;
  }

  .footer-contant {
    text-align: left;
  }
  .footer-contant .footer-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-contant li {
    text-align: left;
  }
  .footer-contant .footer-social ul {
    margin: unset;
  }
  .footer-contant .footer-social ul li {
    padding-right: 25px;
    padding-left: 0;
  }

  .social-white ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-white li:first-child {
    padding-left: 0;
  }

  .footer-theme {
    text-align: center;
  }
  .footer-theme .footer-mobile-title {
    display: block !important;
  }
  .footer-theme .col {
    max-width: 100%;
    flex-basis: unset;
  }
  .footer-theme .footer-social {
    margin-bottom: 15px;
  }
  .footer-theme .sub-title li {
    padding-top: 7px;
  }
  .footer-theme .sub-title .contact-list i {
    position: relative;
    top: 0;
    margin-right: 10px;
  }
  .footer-theme .sub-title .contact-list li {
    padding-left: 0;
  }

  .footer-social ul {
    margin: 0 auto;
  }
  .footer-social li {
    padding: 0 15px;
  }

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

  .sub-footer .payment-card-bottom {
    justify-content: center;
    padding-bottom: 25px;
  }

  .subscribe-wrapper {
    margin: 10px 0 0 0;
    order: 0;
  }

  .social-white {
    margin-bottom: 10px;
  }

  .category-border div .category-banner .category-box h2 {
    font-size: 25px;
  }

  .box-layout .small-section {
    padding-top: 0;
  }

  .white-layout .footer-theme2 > div:nth-child(2) {
    order: -1;
  }
  .white-layout .footer-theme2.footer-border {
    padding: 0;
    border: none;
  }
  .white-layout .footer-theme2 .footer-block .footer-container {
    max-width: 540px;
    width: 100%;
  }
  .white-layout .footer-theme2 .footer-block .footer-container .footer-mobile-title {
    margin-top: 20px;
  }
  .white-layout .footer-theme2 .footer-block .subscribe-white h2 {
    display: none;
  }

  .product-box .cart-detail,
.product-wrap .cart-detail {
    top: 5px;
    right: 10px;
  }

  .product-box .img-block {
    min-height: 350px;
  }
  .product-box .cart-info,
.product-box .cart-detail {
    opacity: 1;
  }
  .product-box .img-wrapper .cart-box {
    opacity: 1;
  }
  .product-box:hover .img-wrapper .cart-box {
    animation: none;
  }
  .product-box:hover .cart-info button,
.product-box:hover .cart-detail button {
    animation: none;
  }
  .product-box:hover .cart-info a i,
.product-box:hover .cart-detail a i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(2) i,
.product-box:hover .cart-detail a:nth-child(2) i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(3) i,
.product-box:hover .cart-detail a:nth-child(3) i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(4) i,
.product-box:hover .cart-detail a:nth-child(4) i {
    animation: none;
  }

  .theme-tab .tab-title2 {
    font-size: 20px;
  }
  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-tab .tab-title2:after {
    top: 15px;
  }

  .multiple-slider > div:nth-child(-n+3) {
    margin-bottom: 30px;
  }

  .full-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .full-banner.parallax-layout {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .full-banner .banner-contain h2 {
    font-size: 75px;
  }

  .collection-banner .contain-banner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 20px;
  }
  .collection-banner .contain-banner.banner-3 h4 {
    font-size: 18px;
  }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 18px;
  }
  .collection-banner .contain-banner h2 {
    font-size: 35px;
  }

  .home-slider .home {
    height: 60vh;
  }
  .home-slider .slider-contain {
    height: 60vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 35px;
    margin-top: 5px;
  }
  .home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 10px;
    padding: 10px 25px;
  }
  .home-slider:hover .owl-next {
    right: 80px;
  }
  .home-slider:hover .owl-prev {
    left: 80px;
  }

  .background .col {
    flex-basis: unset;
  }
  .background .contain-bg {
    margin: 10px 0;
  }

  .full-box .center-slider .offer-slider {
    text-align: center;
  }
  .full-box .center-slider .offer-slider .product-box {
    border: none;
    display: inline-block;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper {
    text-align: center;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper img {
    height: 200px;
    width: auto;
  }
  .full-box .center-slider .offer-slider .product-box:hover {
    box-shadow: none;
  }
  .full-box .theme-card .offer-slider .sec-1 {
    display: flex;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 .media .media-body .color-variant li {
    height: 18px;
    width: 18px;
    padding-right: 3px;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-top: none;
  }

  .theme-tab .tab-title li,
.theme-tab .tab-title2 li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 150px;
    padding: 5px;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .theme-modal.cart-modal .product-section {
    display: none;
  }
  .filter-main-btn span {
    font-size: 16px;
  }

  .tap-top {
    bottom: 70px;
    right: 20px;
  }

  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-page .blog-sidebar .theme-card {
    padding: 20px;
  }
  .blog-page .blog-sidebar .theme-card .popular-blog li p {
    margin-top: 5px;
  }

  .product-pagination .pagination {
    justify-content: center;
    border-left: 1px solid #dddddd;
  }

  .testimonial {
    background-color: #f7f7f7;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px 30px 30px 30px;
  }

  .about-page {
    text-align: center;
  }
  .about-page p {
    line-height: 1.5;
  }

  .team h2 {
    font-size: 25px;
  }

  .collection .partition-collection > div:nth-last-child(1), .collection .partition-collection > div:nth-last-child(2), .collection .partition-collection > div:nth-last-child(3) {
    margin-top: 30px;
  }

  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 18px;
  }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    justify-content: center;
    padding-right: 0;
  }
  .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
    padding: 10px 0;
  }
  .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }
  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important;
  }

  .register-page .theme-card {
    padding: 25px;
  }
  .register-page .theme-card .theme-form input {
    margin-bottom: 25px;
    padding: 13px 18px;
  }

  .search-product > div:nth-last-child(4) {
    margin-top: 30px;
  }

  .cart-section tbody tr td a,
.wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: none;
  }
  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: none;
  }
  .cart-section tbody tr td .mobile-cart-content {
    display: flex;
  }

  .wishlist-section .cart-table thead th:nth-last-child(-n+3) {
    display: none;
  }
  .wishlist-section tbody tr td:nth-last-child(-n+3) {
    display: none;
  }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: flex;
  }

  .blog-page .order-sec {
    order: -1;
  }
  .blog-page .blog-media:last-child {
    margin-bottom: 30px;
  }
  .blog-page .blog-sidebar ul li {
    display: block;
  }

  .tab-pane iframe {
    width: 100%;
  }

  .product-order .product-order-detail img {
    height: auto;
  }

  .rtl .main-nav-center .toggle-nav {
    left: 75px;
  }
  .rtl .tab-left .theme-tab .tab-content-cls .product-box .cart-info .mobile-quick-view {
    margin-right: 5px;
    margin-left: 0;
  }
  .rtl .service-block svg,
.rtl .service-block img {
    margin-right: 0;
  }
  .rtl .service-block + .service-block {
    border-right: 0;
  }
  .rtl .service-block .media .media-body h4,
.rtl .service-block .media .media-body p {
    text-align: center;
  }
  .rtl .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-right: none;
    border-left: 1px solid #dddddd;
  }
  .rtl .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 5px;
    padding-right: 5px;
  }
  .rtl .footer-title.active .according-menu:before {
    right: unset;
    left: 2px;
  }
  .rtl .footer-title .according-menu:before {
    right: unset;
    left: 2px;
  }
  .rtl .footer-end p {
    text-align: center;
  }
  .rtl .sub-footer .payment-card-bottom li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .rtl .footer-theme2.section-light .footer-block h4 {
    text-align: right;
  }
  .rtl .footer-theme2.section-light .footer-block .footer-logo {
    text-align: right;
  }
  .rtl .footer-theme2 .footer-title h4 {
    text-align: right;
  }
  .rtl .footer-contant li {
    text-align: right;
  }
  .rtl .footer-contant .footer-social ul li {
    padding-right: 0;
    padding-left: 25px;
  }
  .rtl .dark-layout .footer-contant .footer-logo {
    text-align: right;
  }
  .rtl .dark-layout .footer-contant p {
    text-align: right;
  }
  .rtl .footer-theme .sub-title .contact-list i {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl .footer-theme .sub-title .contact-list li {
    padding-right: 0;
  }
  .rtl .layout2-logo {
    padding-left: 70px;
    padding-right: 0;
  }
  .rtl .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-left: none;
    border-right: 1px solid #f1f5f4;
  }
  .rtl .tools_product .tools-grey .product-box .cart-info .mobile-quick-view {
    margin-left: 0;
    margin-right: 5px;
  }
  .rtl .tools-parallax-product.tools-grey .product-box .cart-info .mobile-quick-view {
    margin-left: 0;
    margin-right: 5px;
  }
  .rtl .product-pagination .pagination {
    border-right: 1px solid #dddddd;
    border-left: none;
  }

  .dark .collection-product-wrapper .product-pagination .theme-paggination-block nav {
    border-color: #404040;
  }
  .dark .product-pagination .pagination {
    border-color: #404040;
  }
}

@media (max-width: 577px) {
  .header-6 .main-menu .brand-logo {
    position: relative;
    left: 0;
    transform: none;
  }

  .layout3-menu .main-menu {
    height: 75px;
  }
  .layout3-menu .brand-logo {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tab-left .theme-tab .left-side .left-tab-title {
    margin-bottom: 15px;
  }

  .detail-cannabis .detail_section > div {
    padding: 30px 25px;
  }

  .green-gradient .top-header .header-dropdown li {
    padding: 0;
  }

  .service_slide .home-slider .slider-contain {
    height: 58vh;
  }

  .header-tools .top-header .header-dropdown li {
    padding: 0;
  }

  .header-gym {
    position: relative;
    background-color: #000000;
  }
  .header-gym .mobile-fix-option {
    z-index: 1;
  }

  .tools-parallax-product.full-banner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .tools-service.absolute-banner .absolute-bg {
    padding-bottom: 20px;
    box-shadow: 0 0 8px 0 #ddd;
  }
  .tools-service .service-block + .service-block {
    margin-top: 20px;
  }
  .tools-service .service-block svg,
.tools-service .service-block img,
.tools-service .service-block1 svg,
.tools-service .service-block1 img {
    margin-bottom: 7px;
  }

  .tools-parallax-product.full-banner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .gym-product .part-cls > div:nth-last-child(-n+3) .product-box {
    margin-top: 30px;
  }
  .gym-product .partition-cls > div:nth-child(2) {
    margin-top: 30px;
  }
  .gym-product .product-box:hover {
    transform: unset;
  }

  .left-header .top-header {
    height: 70px;
  }
  .left-header .top-header .header-dropdown li {
    padding: 0;
  }
  .left-header .top-header .header-dropdown .mobile-wishlist img,
.left-header .top-header .header-dropdown .mobile-account img {
    display: none;
  }
  .left-header .top-header .header-dropdown .mobile-wishlist i,
.left-header .top-header .header-dropdown .mobile-account i {
    display: block;
  }
  .left-header .main-menu .menu-left .mobile-logo {
    position: absolute;
    padding: 0 !important;
    transform: unset;
    right: unset;
    left: 15px;
    margin-right: 0;
    top: 16px;
  }
  .left-header .main-menu .menu-left .navbar {
    position: absolute;
    right: 15px;
    padding: 0 !important;
    top: 22px;
  }

  .pet-parallax .full-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .portfolio-section.metro-section .product-box .cart-wrap a i {
    font-size: 18px;
    padding: 7px;
  }
  .portfolio-section.metro-section .product-box .cart-wrap button i {
    font-size: 18px;
    padding: 7px;
  }

  .box-layout-body .box-layout .full-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .layout3-menu .main-menu .menu-left {
    width: calc(100vw - 32px);
  }
  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
    right: 15px;
  }
  .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    display: none;
  }
  .layout3-menu .main-menu > div:nth-child(2) {
    position: absolute;
    left: 0;
    right: 50%;
    transform: none;
    top: 0;
  }
  .layout3-menu .main-menu > div:nth-child(3) {
    height: 0;
  }
  .layout3-menu .brand-logo {
    left: 0;
    transform: none;
  }

  .layout2-logo {
    padding-right: 0;
  }

  .dark-layout .footer-theme2 .col {
    padding: 0 15px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 20px 20px 10px;
  }

  .footer-theme2 .col {
    padding: 0 15px;
  }
  .footer-theme2 .form-p {
    padding: 0;
  }
  .footer-theme2.footer-border {
    padding: 15px 0;
  }
  .footer-theme2 .subscribe-block {
    padding: 0 75px;
  }
  .footer-theme2 .footer-link h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .footer-link li {
    padding-right: 20px;
  }
  .footer-theme2 .footer-link-b h4 {
    padding-bottom: 15px;
  }
  .footer-theme2 .footer-link-b li {
    padding-right: 20px;
  }

  .full-scroll-menu .container-fluid, .full-scroll-menu .container-sm, .full-scroll-menu .container-md, .full-scroll-menu .container-lg, .full-scroll-menu .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }

  .layout-8 {
    padding: 0 15px;
  }

  .layout-20 {
    padding: 0;
  }

  .addcart_btm_popup {
    display: none !important;
  }

  .tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding: 15px 0;
  }

  .layout7-product .product-box .details-product {
    padding: 5px;
  }
  .layout7-product .product-box:hover .details-product {
    animation: none;
  }

  .beauty-about .service .service-block1 {
    margin-bottom: 20px;
  }
  .beauty-about .service .service-block1:last-child {
    margin-bottom: 0;
  }

  #fb-root {
    display: none;
  }

  .section-b-space {
    padding-bottom: 30px;
  }

  section,
.section-t-space {
    padding-top: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .rtl-btn {
    width: 30px;
    height: 32px;
  }

  .tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding: 15px 0;
  }

  .sticky.fixed .top-header {
    display: block;
  }

  .top-header .header-dropdown .compare {
    display: none;
  }

  .search-overlay > div .closebtn {
    top: 15px;
    right: 30px;
  }

  .btn-solid {
    padding: 7px 15px;
  }

  .product-box .product-detail .color-variant,
.product-box .product-info .color-variant,
.product-wrap .product-detail .color-variant,
.product-wrap .product-info .color-variant {
    padding-top: 10px;
  }

  footer {
    margin-bottom: 60px;
  }
  footer .btn-solid {
    padding: 13px 29px;
  }
  footer p {
    line-height: 20px;
  }

  .partition1 {
    margin-bottom: -15px;
  }
  .partition1 > div {
    margin-bottom: 15px;
  }

  .theme-modal .modal-dialog .quick-view-modal .product-right {
    margin: 15px 0 10px 0;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right .color-variant li {
    height: 25px;
    width: 25px;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right .border-product {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right .size-box {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .theme-modal .modal-dialog .quick-view-modal .product-right .product-description .qty-box {
    margin-top: 5px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 105px;
    margin-bottom: 10px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    padding: 4px 5px;
  }
  .theme-modal.exit-modal .media {
    align-items: center;
  }
  .theme-modal.exit-modal .media img {
    width: 25%;
  }
  .theme-modal.exit-modal .media .media-body h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .theme-modal.exit-modal .media .media-body h2 {
    margin-bottom: 2px;
  }
  .theme-modal.exit-modal .media .media-body h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 12px;
  }

  .white-layout .small-section .footer-theme2 .col {
    padding: 0 15px;
  }

  .social-white {
    margin-top: 25px;
  }

  .category-border div .category-banner .category-box h2 {
    font-size: 30px;
    padding: 10px 20px;
  }

  .filter-main-btn span {
    font-size: 14px;
  }

  .category-bg .image-block:after {
    display: none;
  }
  .category-bg .contain-block:after {
    display: none;
  }
  .category-bg .order-section div {
    order: 1;
  }
  .category-bg .order-section div:nth-child(2) {
    order: 4;
    margin-bottom: 30px;
  }
  .category-bg .order-section div:nth-child(3) {
    order: 3;
  }
  .category-bg .order-section div:nth-child(4) {
    order: 2;
    margin-bottom: 30px;
  }
  .category-bg .order-section div:nth-child(5) {
    order: 5;
  }
  .category-bg .order-section div:nth-child(6) {
    order: 6;
  }
  .category-bg .contain-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-tab .tab-title {
    margin-bottom: 25px;
  }

  .full-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .full-banner.parallax-layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .full-banner .banner-contain {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px;
  }
  .full-banner .banner-contain .btn-solid,
.full-banner .banner-contain .btn-outline {
    padding: 10px 20px;
  }
  .full-banner.p-left .banner-contain, .full-banner.p-right .banner-contain {
    float: none;
  }
  .full-banner .banner-contain h2 {
    font-size: 65px;
  }
  .full-banner .banner-contain h3 {
    font-size: 40px;
  }
  .full-banner .banner-contain h4 {
    font-size: 18px;
    letter-spacing: 0.3em;
  }

  .home-slider .home {
    height: 58vh;
  }
  .home-slider .slider-contain {
    height: 58vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 30px;
  }
  .home-slider:hover .owl-next {
    right: 70px;
  }
  .home-slider:hover .owl-prev {
    left: 70px;
  }
  .home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
    transform: scale(1.5);
  }
  .home-slider.fullpage .slick-dots {
    display: flex;
    bottom: 60px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-slider.fullpage .home .slider-contain {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }
  .home-slider.fullpage .home .slider-contain > div {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 30px 50px;
  }
  .home-slider.fullpage .home .slider-contain h1,
.home-slider.fullpage .home .slider-contain p {
    color: #ffffff;
  }
  .home-slider.fullpage .home .slider-contain h1 {
    font-size: 22px;
  }
  .home-slider.fullpage .home .slider-contain p {
    max-width: 330px;
    font-size: 12px;
  }
  .home-slider.fullpage .home .slider-contain .btn-solid {
    padding: 10px 15px;
  }

  .background .contain-bg {
    background-color: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin: 10px 0;
  }
  .background .contain-bg:hover {
    background-color: unset;
  }

  .theme-tab .tab-content .product-tab .tab-box {
    flex: 0 0 100%;
    max-width: calc(100% - 10px);
  }
  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+2) {
    margin: 0 5px 10px;
  }
  .theme-tab .tab-content .product-tab .tab-box:nth-last-child(-n+1) {
    margin: 0 5px 0;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 150px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    margin-right: 10px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    margin-top: 7px;
    height: 18px;
    width: 18px;
  }

  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important;
  }

  .tap-top {
    width: 35px;
    height: 35px;
    padding: 2px;
    font-size: 19px;
  }

  .absolute-banner {
    margin-top: 0;
  }
  .absolute-banner .absolute-bg {
    box-shadow: none;
    padding-bottom: 0;
  }
  .absolute-banner.banner-padding {
    padding-top: 0;
  }

  .box-layout-body .box-layout {
    margin-top: 0;
  }

  .color-picker a.handle {
    width: 30px;
    height: 35px;
  }
  .color-picker a.handle i {
    margin-left: 7px;
    font-size: 17px;
  }

  .full-scroll-footer {
    display: none;
  }

  .cart_qty_cls {
    top: -10px;
  }

  .setting-sidebar {
    width: 35px;
    height: 35px;
  }
  .setting-sidebar i {
    font-size: 19px;
  }

  .dark-light {
    width: 35px;
    height: 35px;
  }

  .dashboard-right .dashboard {
    padding: 20px;
  }

  .error-section {
    padding: 100px 0;
  }
  .error-section h1 {
    font-size: 100px;
  }
  .error-section h2 {
    margin: 20px 0;
    font-size: 18px;
  }

  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .about-page .about-head .theme-breadcrumb .breadcrumb {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .breadcrumb-section .page-title {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: unset;
  }
  .breadcrumb-section .breadcrumb {
    justify-content: center;
    padding: 0;
    line-height: 30px;
  }

  .blog-detail-page .blog-detail .post-social li {
    display: block;
  }
  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .collection .collection-block .collection-content p {
    margin-bottom: 10px;
  }
  .collection .collection-block .collection-content h4,
.collection .collection-block .collection-content h3 {
    margin-bottom: 5px;
  }

  .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    padding: 10px 20px 10px 20px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 10px 20px 10px 20px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
    top: 11px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-bottom: 1px solid #dddddd;
    width: 100%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
    top: 14px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
    border-top: none;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px !important;
    top: 14px;
  }

  .search-product > div:nth-last-child(5) {
    margin-top: 30px;
  }

  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }
  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px;
  }

  .wishlist-section .btn-solid {
    padding: 7px 8px;
  }

  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px;
  }
  .product-box .img-block .lable-wrapper .lable1,
.product-box .img-block .lable-wrapper .lable2 {
    padding: 6px 9px 8px 15px;
    font-size: 12px;
  }

  .tab-product .tab-content.nav-material p {
    line-height: 1.3;
  }

  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px;
  }

  .collection-wrapper .order-up {
    order: -1;
  }

  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px;
  }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
    line-height: 16px;
  }

  .checkout-page .checkout-form .checkout-details {
    padding: 15px;
  }

  .padding-cls {
    padding-left: 15px;
    padding-right: 15px;
  }

  .success-text i {
    font-size: 40px;
  }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .success-text h2 {
    margin-bottom: 10px;
  }

  .order-success-sec > div {
    margin-top: 15px;
  }

  .delivery-sec {
    padding: 15px;
    margin-top: 15px;
  }
  .delivery-sec h3,
.delivery-sec h2 {
    font-size: 20px;
  }

  .product-order h3 {
    font-size: 20px;
  }
  .product-order .product-order-detail .order_detail h4,
.product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2;
  }
  .product-order .total-sec ul li {
    font-size: 16px;
  }
  .product-order .final-total h3 {
    font-size: 16px;
  }

  .main-menu .menu-left .navbar i {
    font-size: 24px;
  }

  .template-password #container #login {
    margin-bottom: 0;
  }

  .bundle .bundle_img .img-box img {
    max-width: 70px;
  }

  .timer p {
    font-size: 14px;
  }

  .rtl .header-6 .main-menu .brand-logo {
    right: 0;
    left: unset;
    margin-right: 0;
  }
  .rtl .main-nav-center .toggle-nav {
    left: 15px;
  }
  .rtl .breadcrumb-section .page-title h2 {
    text-align: center;
  }
  .rtl .blog-detail-page .blog-detail .post-social li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    padding: 10px 34px 10px 34px;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-left: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
    left: 25px;
  }
  .rtl .home-slider .owl-next,
.rtl .center-slider .owl-next {
    right: unset;
    left: 1px;
  }
  .rtl .home-slider .owl-prev,
.rtl .center-slider .owl-prev {
    left: unset;
    right: 1px;
  }
  .rtl .home-slider:hover .owl-next,
.rtl .center-slider:hover .owl-next {
    right: unset;
    left: 30px;
  }
  .rtl .home-slider:hover .owl-prev,
.rtl .center-slider:hover .owl-prev {
    left: unset;
    right: 30px;
  }
  .rtl .layout2-logo {
    padding-left: 0;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-cart .show-div.shopping-cart {
    left: unset !important;
    right: -118px !important;
  }
  .rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
    right: unset;
    left: 0 !important;
  }
  .rtl .layout3-menu .main-menu > div:nth-child(2) {
    left: unset;
    right: 0;
  }
  .rtl .layout3-menu .main-menu .menu-left .main-menu-right .toggle-nav {
    right: unset;
    left: 15px;
  }
  .rtl .layout3-menu .brand-logo {
    transform: translateX(-15%);
  }
  .rtl .top-header .header-dropdown li i {
    padding-left: 0;
  }
  .rtl .top-header .header-dropdown .mobile-account .onhover-show-div {
    right: unset;
    left: 0;
  }

  .dark header.header-gym {
    background-color: #020202;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-color: #404040 !important;
  }
  .dark .tools-service.absolute-banner .absolute-bg {
    box-shadow: none;
  }
  .dark .full-banner .banner-contain {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .dark .absolute-banner .absolute-bg {
    box-shadow: none;
  }
}

@media (min-width: 577px) {
  .rtl .onhover-dropdown:before {
    right: unset;
    left: 3px;
  }
  .rtl .onhover-dropdown .onhover-show-div {
    right: unset;
    left: 0;
  }
  .rtl .main-menu .category-nav-right .navbar {
    padding: 40px 45px 40px 0;
  }
  .rtl .main-menu .menu-right .icon-nav li {
    padding-left: 0;
    padding-right: 20px;
  }
  .rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart, .rtl .main-menu .menu-right .onhover-div .show-div.setting {
    left: 0;
    right: unset;
  }
  .rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart li .close-circle {
    right: unset;
    left: 0;
  }
  .rtl .main-menu .menu-right .onhover-div .show-div.shopping-cart li .total h5 span {
    float: left;
  }
}

@media (max-width: 480px) {
  .service_slide .home-slider .slider-contain {
    height: 55vh;
  }

  .left-header .main-menu .menu-left .mobile-logo {
    top: 22px;
  }

  .title1 .title-inner1 {
    margin-bottom: 20px;
  }

  .title2 .title-inner2 {
    margin-bottom: 20px;
  }

  .title3 .line {
    margin-bottom: 20px;
  }

  .title4 .line {
    margin-bottom: 20px;
  }

  .pet-parallax .full-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-theme2 p {
    line-height: 25px;
  }

  .footer-light .subscribe-form .form-control {
    width: 280px;
  }

  .white-layout .footer-theme2 .footer-block .footer-container {
    max-width: 388px;
  }
  .white-layout .footer-theme2 .footer-block .subscribe-white .btn-solid,
.white-layout .footer-theme2 .footer-block .subscribe-white .btn-outline {
    padding: 13px 8px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-solid,
.dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-outline {
    padding: 13px 8px;
  }

  .footer-theme2 .subscribe-block .form-control {
    letter-spacing: 3px;
  }

  .category-border div .category-banner .category-box h2 {
    font-size: 25px;
  }

  .product-box .img-wrapper .cart-box i,
.product-wrap .img-wrapper .cart-box i {
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .title-borderless {
    margin-bottom: 20px;
  }

  .subscribe-form.classic-form .form-control {
    margin-left: 0;
  }

  .product-box .img-block {
    min-height: 290px;
  }

  .theme-tab .tab-title li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme-tab .tab-title2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
  }
  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-tab .tab-title2:after {
    display: none;
  }

  .blog-details {
    padding-left: 0;
    padding-right: 0;
  }

  .full-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .full-banner.parallax-layout {
    padding-top: 4px;
    padding-bottom: 40px;
  }
  .full-banner .banner-contain h2 {
    font-size: 60px;
  }
  .full-banner .banner-contain h4 {
    font-size: 18px;
  }

  .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collection-banner .contain-banner h2 {
    font-size: 24px;
  }

  .home-slider .home {
    height: 55vh;
  }
  .home-slider .slider-contain {
    height: 55vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 28px;
  }
  .home-slider .slider-contain h4 {
    letter-spacing: 0.1em;
  }
  .home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 5px;
  }
  .home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
    transform: scale(1.2);
  }
  .home-slider:hover .owl-next {
    right: 60px;
  }
  .home-slider:hover .owl-prev {
    left: 60px;
  }

  .white-layout .footer-theme2 .footer-block .footer-container {
    max-width: 448px;
  }

  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 30px 30px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-control {
    letter-spacing: 3px;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 35px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    margin-bottom: 15px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
    height: 40px;
    padding: 0;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-outline {
    padding: 8px 15px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
    display: block;
    text-align: center;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4 {
    font-size: 15px;
  }

  .tab-bg,
.bg-block {
    padding: 35px 25px 30px 25px;
  }

  .setting-box {
    width: 280px;
  }

  .setting-sidebar.open-icon {
    right: 278px;
  }

  .setting-box .setting-contant .setting_buttons {
    display: flex;
  }
  .setting-box .setting-contant .setting_buttons li {
    width: 40% !important;
  }

  .about-page p {
    line-height: 1.5;
  }

  .testimonial .testimonial-slider .media {
    display: inline-block;
  }
  .testimonial .testimonial-slider .media img {
    margin: 0 auto;
    height: 100px;
    width: 100px;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0;
    text-align: center;
  }

  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px;
  }
  .blog-detail-page .blog-detail h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .blog-detail-page .blog-detail img {
    margin-bottom: 25px;
  }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5;
  }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .blog-detail-page .blog-advance p {
    line-height: 1.5;
  }
  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-detail-page .comment-section li p {
    line-height: 1.5;
  }
  .blog-detail-page .comment-section li h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-detail-page .comment-section li h6 span {
    display: inherit;
    margin-left: 0;
  }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center;
  }

  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }
  .faq-section .theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px !important;
  }
  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px;
  }

  .pwd-page {
    padding: 70px 0;
  }
  .pwd-page h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .login-page .authentication-right h6 {
    margin-bottom: 10px;
  }
  .login-page .theme-card {
    padding: 25px;
  }

  .register-page .theme-card {
    padding: 18px;
  }
  .register-page .theme-card .theme-form input {
    margin-bottom: 20px;
    padding: 12px 15px;
  }

  .search-block .btn-solid {
    padding: 10px 15px;
  }

  .contact-page .map iframe {
    height: 275px;
  }
  .contact-page .theme-form input {
    padding: 12px 15px;
    margin-bottom: 18px;
  }

  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }
  .blog-page .blog-media .blog-right h4 {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul li {
    display: block;
  }
  .blog-page .blog-media .blog-right ul li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }

  .account-sidebar {
    width: 45%;
  }

  .success-text h2 {
    font-size: 20px;
  }
  .success-text p {
    font-size: 14px;
  }

  .delivery-sec h3,
.delivery-sec h2 {
    font-size: 18px;
  }

  .rtl .theme-tab .tab-title2 {
    -webkit-padding-start: 0;
  }
  .rtl .blog-page .blog-media .blog-right ul li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .rtl .blog-detail-page .comment-section .comnt-sec {
    text-align: center;
  }
  .rtl .blog-detail-page .comment-section li p,
.rtl .blog-detail-page .comment-section li h6 {
    text-align: center;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 16px;
  }
  .rtl .tab-product .nav-material .nav-tabs .nav-item .nav-link {
    text-align: right;
  }
  .rtl .tab-product .nav-material .nav-tabs .nav-item .nav-link,
.rtl .product-full-tab .nav-material .nav-tabs .nav-item .nav-link {
    padding: 15px;
  }

  .rtl .theme-tab .tab-title2 {
    -webkit-padding-start: 0;
  }
  .rtl .blog-page .blog-media .blog-right ul li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .rtl .blog-detail-page .comment-section li p,
.rtl .blog-detail-page .comment-section li h6 {
    text-align: center;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 16px;
  }
  .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link {
    text-align: right;
  }
  .rtl .tab-product .nav-material.nav-tabs .nav-item .nav-link,
.rtl .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    padding: 15px;
  }
  .rtl .testimonial .testimonial-slider .media .media-body p {
    text-align: center;
  }
  .rtl .full-banner .santa-img {
    right: 10px;
  }
}

@media (max-width: 420px) {
  .br[_ngcontent-c29] {
    margin: -8px 0 15px 0 !important;
  }

  .about-text p {
    line-height: 22px;
  }

  app-ads-container .collection-banner .slider {
    font-size: 18px !important;
    line-height: 12px !important;
  }
  app-ads-container .collection-banner .slideroffer {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  app-ads-container .collection-banner .img-fluid {
    height: 185px !important;
  }

  .contain-banner .adscontainer_offer {
    right: 0px !important;
    left: 0px !important;
  }
  .contain-banner .adscontainer_title {
    left: 0px !important;
  }
  .contain-banner .adscontainer_shopnow {
    height: 33px !important;
    top: 130px !important;
  }
  .contain-banner .dealsconatiner_offer {
    right: 0px !important;
    top: -36px !important;
  }
  .contain-banner .dealsconatiner_title {
    right: 0px !important;
    left: 0px !important;
  }
  .contain-banner .dealsconatiner_subtitle {
    top: 98px !important;
  }

  .service_slide .service-home .service-block1 svg {
    width: 40px;
    height: 40px;
  }

  .vertical-tab.tab-product .nav-material .nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material .nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }

  .center-slider .product-box {
    padding: 10px 0;
  }
  .center-slider .product-box > app-product-box {
    display: flex;
    width: 100%;
  }
  .center-slider .product-box .product-detail {
    margin-top: 10px;
  }
  .center-slider .product-box .product-detail h6 {
    font-size: 14px;
    margin-top: -10px;
  }
  .center-slider .product-box .product-detail .rating .pro-rating .br-units {
    justify-content: left;
  }

  h2 {
    font-size: 22px;
  }

  .subscribe h4 {
    display: block;
  }

  footer .btn-solid {
    padding: 7px 8px;
  }
  footer p {
    line-height: 25px;
  }

  .blog-details p {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-text p {
    line-height: 22px;
  }

  .footer-theme .sub-title h4 {
    margin-bottom: 5px;
  }
  .footer-theme .sub-title .contact-list li {
    line-height: 25px;
  }

  .breadcrumb-section {
    padding: 15px 0;
  }

  .footer-light .subscribe-form .form-control {
    width: 320px;
  }

  .subscribe-form {
    display: inline-block;
  }
  .subscribe-form .form-group {
    margin-bottom: 10px;
  }

  .no-slider .product-box {
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    margin: 0 15px 30px !important;
  }
  .no-slider .product-box:nth-last-child(1) {
    margin: 0 15px 0 !important;
  }
  .no-slider .product-box:nth-last-child(2) {
    margin: 0 15px 30px !important;
  }

  .full-banner .banner-contain h2 {
    font-size: 55px;
  }
  .full-banner .banner-contain h3 {
    font-size: 36px;
  }

  .home-slider .slider-contain h1 {
    font-size: 25px;
    margin-top: 10px;
  }
  .home-slider .slider-contain h4 {
    letter-spacing: 0.01em;
  }
  .home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 10px;
    padding: 5px 18px;
  }
  .home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
    transform: scale(1.5);
  }
  .home-slider:hover .owl-next {
    right: 50px;
  }
  .home-slider:hover .owl-prev {
    left: 50px;
  }

  .theme-card.center-align {
    display: unset;
    height: unset;
    align-items: unset;
  }
  .theme-card.card-border .offer-slider img {
    padding: 0 15px 0 15px;
  }

  .full-box .center-slider .offer-slider .product-box {
    display: flex;
    border-bottom: 1px solid #f1f5f4;
    border-top: 1px solid #f1f5f4;
  }
  .full-box .center-slider .offer-slider .product-box app-product-box-two {
    display: flex;
    align-items: center;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper {
    margin-right: 10px;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper img {
    height: 120px;
    width: unset;
  }
  .full-box .center-slider .offer-slider .product-box .product-info {
    text-align: left;
  }
  .full-box .center-slider .offer-slider .product-box .product-info h6 {
    padding-top: 5px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .color-variant {
    padding-top: 2px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
    height: 15px;
    width: 15px;
    padding-right: 3px;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail {
    padding-left: 0;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail h4 {
    font-size: 20px;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
    padding-top: 0;
  }
  .full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
    display: none;
  }
  .full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
    opacity: 1;
  }
  .full-box .theme-card .offer-slider .product-box2 .media img {
    margin-right: 10px;
  }
  .full-box .theme-card .offer-slider .sec-1 {
    display: inline;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 {
    border-bottom: 1px solid #f1f5f4;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
    border-bottom: none;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-left: none;
  }

  .center-slider .offer-slider .product-box .product-detail {
    text-align: left !important;
  }
  .center-slider .offer-slider .product-box .product-detail .rating i {
    padding-right: 3px;
  }
  .center-slider .offer-slider .product-box .product-detail h4 {
    padding-bottom: 0.5rem;
  }
  .center-slider .offer-slider .product-box .product-detail .color-variant li {
    height: 18px;
    width: 18px;
    padding-right: 3px;
  }
  .center-slider .offer-slider .product-box .img-wrapper .cart-box {
    display: none;
  }

  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 13px;
    padding: 15px 10px;
  }
  .product-box .img-block .lable-wrapper .lable1,
.product-box .img-block .lable-wrapper .lable2 {
    padding: 10px 14px 10px 20px;
    font-size: 12px;
  }

  .team h6 {
    line-height: 15px;
  }

  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 30px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    font-size: 30px;
  }

  .login-page .authentication-right p {
    line-height: 1.5;
  }
  .login-page .theme-card .theme-form input {
    padding: 15px 20px;
    margin-bottom: 25px;
  }

  .tab-product .nav-material .nav-tabs {
    display: block;
  }
  .tab-product .nav-material .nav-tabs .nav-item {
    width: 100%;
  }
  .tab-product .nav-material .nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
  }

  .product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
    padding: 5px 8px;
  }
  .product-right.product-form-box .timer {
    padding-left: 29px;
  }
  .product-right.product-form-box .timer span {
    width: 45px;
  }
  .product-right .timer {
    padding-left: 35px;
    width: 100%;
  }
  .product-right .timer span {
    width: 55px;
  }
  .product-right .timer span.padding-l {
    padding-right: 18px;
  }
  .product-right .product-icon .product-social {
    margin-top: 0;
  }
  .product-right .product-icon .product-social li {
    padding-right: 5px;
  }
  .product-right .product-icon .product-social li a i {
    font-size: 14px;
  }
  .product-right .product-icon .wishlist-btn i {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 5px;
  }
  .product-right .product-icon .wishlist-btn span {
    font-size: 14px;
  }

  .tab-product .theme-form input,
.tab-product .theme-form textarea {
    font-size: 12px;
    padding: 8px 15px;
  }

  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: flex;
  }
  .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 20px;
  }

  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }
  .checkout-page .checkout-form input[type=text], .checkout-page .checkout-form input[type=email], .checkout-page .checkout-form input[type=password], .checkout-page .checkout-form input[type=tel], .checkout-page .checkout-form input[type=number], .checkout-page .checkout-form input[type=url] {
    height: 40px;
  }
  .checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
    height: 40px;
  }

  .center-slider .product-box .img-wrapper img {
    padding: 0;
  }

  .rtl .full-box .center-slider .offer-slider .product-box .product-detail .rating,
.rtl .full-box .center-slider .offer-slider .product-box .product-detail h4,
.rtl .full-box .center-slider .offer-slider .product-box .product-detail h6,
.rtl .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
    text-align: right !important;
  }
  .rtl .full-box .center-slider .offer-slider .product-box .product-detail .br.br-default {
    justify-content: end !important;
  }
  .rtl .order-box .sub-total .shopping-option label {
    padding-right: 0;
  }
  .rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
    left: 10px;
  }

  .dark .full-box .theme-card .offer-slider .sec-1 .product-box2 {
    border-bottom: none;
  }
  .dark .full-box .center-slider .offer-slider .product-box {
    border-bottom: none;
    border-top: none;
  }
}

@media (max-width: 360px) {
  .tools-parallax-product .tools-description .tools-form .search-box {
    width: 92%;
  }

  .service_slide .home-slider .slider-contain {
    height: 50vh;
  }

  .btn-solid,
.btn-outline {
    padding: 10px 15px;
  }

  h2 {
    font-size: 25px;
  }

  .pet-parallax .full-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .category-button .col {
    flex-basis: unset;
  }

  .footer-theme2 .subscribe-block {
    padding: 0 30px;
  }

  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 20px 20px;
  }

  .layout-7 .home .slider-contain {
    height: 50vh;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    border: none;
  }

  .footer-light .subscribe-form .form-control {
    width: 250px;
  }

  .white-layout .small-section .footer-theme2 .col {
    padding: 0 15px;
  }
  .white-layout .footer-theme2 .footer-block .footer-container {
    max-width: 330px;
  }

  .footer-end p {
    font-size: 13px;
  }

  .category-border div .category-banner .category-box h2 {
    padding: 7px 15px;
  }

  .full-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full-banner.parallax-layout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full-banner .banner-contain h2 {
    font-size: 55px;
  }
  .full-banner .banner-contain h3 {
    font-size: 30px;
  }

  .home-slider .home {
    height: 50vh;
  }
  .home-slider .slider-contain {
    height: 50vh;
  }
  .home-slider .slider-contain h1 {
    font-size: 25px;
  }
  .home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline {
    margin-top: 8px;
    padding: 5px 15px;
  }
  .home-slider:hover .owl-prev,
.home-slider:hover .owl-next {
    transform: scale(1.1);
  }
  .home-slider:hover .owl-next {
    right: 40px;
  }
  .home-slider:hover .owl-prev {
    left: 40px;
  }

  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6 {
    font-size: 13px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    height: 12px;
    width: 12px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 img {
    height: 115px;
  }

  .blog-detail-page .blog-detail p {
    line-height: 1.5;
  }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .about-page p {
    line-height: 1.2;
  }

  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .close {
    right: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 15px 13px;
  }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 10px;
  }
  .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
    line-height: 15px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%;
  }

  .login-page .theme-card {
    padding: 18px;
  }

  .search-block .btn-solid {
    padding: 10px 5px;
  }
  .search-block .form-header .input-group input {
    padding: 10px 12px;
  }

  .contact-page .map iframe {
    height: 200px;
  }

  .cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: 115px;
  }
  .cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cart-section tbody tr td a img,
.wishlist-section tbody tr td a img {
    height: 80px;
  }
  .cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-right: 27px;
  }
  .cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 21px;
  }

  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 2px;
  }

  .product-buttons .btn-solid,
.product-buttons .btn-outline {
    padding: 7px 16px;
  }

  .product-description .qty-box .input-group {
    width: 100%;
  }

  .single-product-tables.detail-section table {
    width: 70%;
  }

  .product-right .timer {
    padding-left: 25px;
  }
  .product-right .timer span .padding-l {
    padding-left: 10px;
  }

  .product-form-box .timer span {
    width: 47px;
  }
  .product-form-box .timer span .padding-l {
    padding-left: 9px;
  }
  .product-form-box .product-buttons .btn-solid,
.product-form-box .product-buttons .btn-outline {
    padding: 5px 5px;
  }

  .product-form-box .timer span,
.border-product .timer span {
    width: 45px;
  }
  .product-form-box .timer span .padding-l,
.border-product .timer span .padding-l {
    padding-right: 5px;
  }

  .rtl .product-right .product-icon .product-social li {
    padding-left: 7px;
  }
  .rtl .banner-timer .timer {
    padding-left: 0;
    padding-right: 20px;
  }
  .rtl .banner-timer .timer span {
    width: 50px;
  }
  .rtl .product-form-box .timer span,
.rtl .border-product .timer span {
    width: 55px;
  }
}

@media (max-width: 320px) {
  .footer-theme2 .col {
    padding: 10px 5px;
  }

  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    letter-spacing: 1px;
  }

  .footer-theme2.section-light .footer-block .subscribe-white .form-control {
    letter-spacing: 1px;
  }

  .footer-theme .footer-logo {
    margin-bottom: 20px;
  }

  .white-layout .footer-theme2 .col {
    padding: 0 15px;
  }
  .white-layout .footer-theme2 .footer-block .footer-container {
    max-width: 290px;
  }

  .collection-banner .contain-banner.banner-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .collection-banner .contain-banner.banner-3 h2 {
    font-size: 15px;
  }
  .collection-banner .contain-banner.banner-4 {
    padding-left: 35px;
    padding-right: 35px;
  }
  .collection-banner .contain-banner.banner-4 h2 {
    font-size: 15px;
  }
}

/*=====================
Fashion-2 Demo Responsive CSS
==========================*/

@media (max-width: 767px) {
  .box-layout-body .box-layout {
    margin-top: -40px;
  }
}

@media (max-width: 577px) {
  .box-layout-body .box-layout {
    margin-top: 0;
  }
}

:where(.is-layout-flex) {
  grid-gap: 0.5em;
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  grid-gap: 2em;
  gap: 2em;
}

.has-black-color {
  color: var(#000000) !important;
}

.has-cyan-bluish-gray-color {
  color: var(#abb8c3) !important;
}

.has-white-color {
  color: var(#ffffff) !important;
}

.has-pale-pink-color {
  color: var(#f78da7) !important;
}

.has-vivid-red-color {
  color: var(#cf2e2e) !important;
}

.has-luminous-vivid-orange-color {
  color: var(#ff6900) !important;
}

.has-luminous-vivid-amber-color {
  color: var(#fcb900) !important;
}

.has-light-green-cyan-color {
  color: var(#7bdcb5) !important;
}

.has-vivid-green-cyan-color {
  color: var(#00d084) !important;
}

.has-pale-cyan-blue-color {
  color: var(#8ed1fc) !important;
}

.has-vivid-cyan-blue-color {
  color: var(#0693e3) !important;
}

.has-vivid-purple-color {
  color: var(#9b51e0) !important;
}

.has-black-background-color {
  background-color: var(#000000) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(#abb8c3) !important;
}

.has-white-background-color {
  background-color: var(#ffffff) !important;
}

.has-pale-pink-background-color {
  background-color: var(#f78da7) !important;
}

.has-vivid-red-background-color {
  background-color: var(#cf2e2e) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(#ff6900) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(#fcb900) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(#7bdcb5) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(#00d084) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(#8ed1fc) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(#0693e3) !important;
}

.has-vivid-purple-background-color {
  background-color: var(#9b51e0) !important;
}

.has-black-border-color {
  border-color: var(#000000) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(#abb8c3) !important;
}

.has-white-border-color {
  border-color: var(#ffffff) !important;
}

.has-pale-pink-border-color {
  border-color: var(#f78da7) !important;
}

.has-vivid-red-border-color {
  border-color: var(#cf2e2e) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(#ff6900) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(#fcb900) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(#7bdcb5) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(#00d084) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(#8ed1fc) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(#0693e3) !important;
}

.has-vivid-purple-border-color {
  border-color: var(#9b51e0) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(linear-gradient(135deg, #0693e3 0%, #9b51e0 100%)) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(linear-gradient(135deg, #7adcb4 0%, #00d082 100%)) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(linear-gradient(135deg, #fcb900 0%, #ff6900 100%)) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%)) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%)) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%)) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(linear-gradient(135deg, #ffceec 0%, #9896f0 100%)) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%)) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%)) !important;
}

.has-pale-ocean-gradient-background {
  background: var(linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%)) !important;
}

.has-electric-grass-gradient-background {
  background: var(linear-gradient(135deg, #caf880 0%, #71ce7e 100%)) !important;
}

.has-midnight-gradient-background {
  background: var(linear-gradient(135deg, #020381 0%, #2874fc 100%)) !important;
}

.has-small-font-size {
  font-size: var(13px) !important;
}

.has-medium-font-size {
  font-size: var(20px) !important;
}

.has-large-font-size {
  font-size: var(36px) !important;
}

.has-x-large-font-size {
  font-size: var(42px) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
  grid-gap: 2em;
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.ext-absolute {
  position: absolute !important;
}

.ext-relative {
  position: relative !important;
}

.ext-top-base {
  top: var(10px, 1.75rem) !important;
}

.ext-top-lg {
  top: var(ExtendifySpacingLarge) !important;
}

.ext--top-base {
  top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.ext--top-lg {
  top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-right-lg {
  right: var(ExtendifySpacingLarge) !important;
}

.ext--right-lg {
  right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-bottom-lg {
  bottom: var(ExtendifySpacingLarge) !important;
}

.extBottom-lg {
  bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-left-lg {
  left: var(ExtendifySpacingLarge) !important;
}

.extLeft-lg {
  left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-order-1 {
  order: 1 !important;
}

.ext-order-2 {
  order: 2 !important;
}

.ext-col-auto {
  grid-column: auto !important;
}

.ext-col-span-1 {
  grid-column: span 1/span 1 !important;
}

.ext-col-span-2 {
  grid-column: span 2/span 2 !important;
}

.ext-col-span-3 {
  grid-column: span 3/span 3 !important;
}

.ext-col-span-4 {
  grid-column: span 4/span 4 !important;
}

.ext-col-span-5 {
  grid-column: span 5/span 5 !important;
}

.ext-col-span-6 {
  grid-column: span 6/span 6 !important;
}

.ext-col-span-7 {
  grid-column: span 7/span 7 !important;
}

.ext-col-span-8 {
  grid-column: span 8/span 8 !important;
}

.ext-col-span-9 {
  grid-column: span 9/span 9 !important;
}

.ext-col-span-10 {
  grid-column: span 10/span 10 !important;
}

.ext-col-span-11 {
  grid-column: span 11/span 11 !important;
}

.ext-col-span-12 {
  grid-column: span 12/span 12 !important;
}

.ext-col-span-full {
  grid-column: 1/-1 !important;
}

.ext-col-start-1 {
  grid-column-start: 1 !important;
}

.ext-col-start-2 {
  grid-column-start: 2 !important;
}

.ext-col-start-3 {
  grid-column-start: 3 !important;
}

.ext-col-start-4 {
  grid-column-start: 4 !important;
}

.ext-col-start-5 {
  grid-column-start: 5 !important;
}

.ext-col-start-6 {
  grid-column-start: 6 !important;
}

.ext-col-start-7 {
  grid-column-start: 7 !important;
}

.ext-col-start-8 {
  grid-column-start: 8 !important;
}

.ext-col-start-9 {
  grid-column-start: 9 !important;
}

.ext-col-start-10 {
  grid-column-start: 10 !important;
}

.ext-col-start-11 {
  grid-column-start: 11 !important;
}

.ext-col-start-12 {
  grid-column-start: 12 !important;
}

.ext-col-start-13 {
  grid-column-start: 13 !important;
}

.ext-col-start-auto {
  grid-column-start: auto !important;
}

.ext-col-end-1 {
  grid-column-end: 1 !important;
}

.ext-col-end-2 {
  grid-column-end: 2 !important;
}

.ext-col-end-3 {
  grid-column-end: 3 !important;
}

.ext-col-end-4 {
  grid-column-end: 4 !important;
}

.ext-col-end-5 {
  grid-column-end: 5 !important;
}

.ext-col-end-6 {
  grid-column-end: 6 !important;
}

.ext-col-end-7 {
  grid-column-end: 7 !important;
}

.ext-col-end-8 {
  grid-column-end: 8 !important;
}

.ext-col-end-9 {
  grid-column-end: 9 !important;
}

.ext-col-end-10 {
  grid-column-end: 10 !important;
}

.ext-col-end-11 {
  grid-column-end: 11 !important;
}

.ext-col-end-12 {
  grid-column-end: 12 !important;
}

.ext-col-end-13 {
  grid-column-end: 13 !important;
}

.ext-col-end-auto {
  grid-column-end: auto !important;
}

.ext-row-auto {
  grid-row: auto !important;
}

.ext-row-span-1 {
  grid-row: span 1/span 1 !important;
}

.ext-row-span-2 {
  grid-row: span 2/span 2 !important;
}

.ext-row-span-3 {
  grid-row: span 3/span 3 !important;
}

.ext-row-span-4 {
  grid-row: span 4/span 4 !important;
}

.ext-row-span-5 {
  grid-row: span 5/span 5 !important;
}

.ext-row-span-6 {
  grid-row: span 6/span 6 !important;
}

.ext-row-span-full {
  grid-row: 1/-1 !important;
}

.ext-row-start-1 {
  grid-row-start: 1 !important;
}

.ext-row-start-2 {
  grid-row-start: 2 !important;
}

.ext-row-start-3 {
  grid-row-start: 3 !important;
}

.ext-row-start-4 {
  grid-row-start: 4 !important;
}

.ext-row-start-5 {
  grid-row-start: 5 !important;
}

.ext-row-start-6 {
  grid-row-start: 6 !important;
}

.ext-row-start-7 {
  grid-row-start: 7 !important;
}

.ext-row-start-auto {
  grid-row-start: auto !important;
}

.ext-row-end-1 {
  grid-row-end: 1 !important;
}

.ext-row-end-2 {
  grid-row-end: 2 !important;
}

.ext-row-end-3 {
  grid-row-end: 3 !important;
}

.ext-row-end-4 {
  grid-row-end: 4 !important;
}

.ext-row-end-5 {
  grid-row-end: 5 !important;
}

.ext-row-end-6 {
  grid-row-end: 6 !important;
}

.ext-row-end-7 {
  grid-row-end: 7 !important;
}

.ext-row-end-auto {
  grid-row-end: auto !important;
}

.ext-m-0:not([style*=margin]) {
  margin: 0 !important;
}

.ext-m-auto:not([style*=margin]) {
  margin: auto !important;
}

.ext-m-lg:not([style*=margin]) {
  margin: var(ExtendifySpacingLarge) !important;
}

.extM-lg:not([style*=margin]) {
  margin: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-mx-0:not([style*=margin]) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ext-mx-auto:not([style*=margin]) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ext-mx-lg:not([style*=margin]) {
  margin-left: var(ExtendifySpacingLarge) !important;
  margin-right: var(ExtendifySpacingLarge) !important;
}

.extMx-base:not([style*=margin]) {
  margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.extMx-lg:not([style*=margin]) {
  margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-my-0:not([style*=margin]) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.ext-my-auto:not([style*=margin]) {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.ext-my-lg:not([style*=margin]) {
  margin-bottom: var(ExtendifySpacingLarge) !important;
  margin-top: var(ExtendifySpacingLarge) !important;
}

.extMy-lg:not([style*=margin]) {
  margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-mt-0:not([style*=margin]) {
  margin-top: 0 !important;
}

.ext-mt-auto:not([style*=margin]) {
  margin-top: auto !important;
}

.ext-mt-base:not([style*=margin]) {
  margin-top: var(10px, 1.75rem) !important;
}

.ext-mt-lg:not([style*=margin]) {
  margin-top: var(ExtendifySpacingLarge) !important;
}

.extMt-base:not([style*=margin]) {
  margin-top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.extMt-lg:not([style*=margin]) {
  margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-mr-0:not([style*=margin]) {
  margin-right: 0 !important;
}

.ext-mr-auto:not([style*=margin]) {
  margin-right: auto !important;
}

.ext-mr-base:not([style*=margin]) {
  margin-right: var(10px, 1.75rem) !important;
}

.ext-mr-lg:not([style*=margin]) {
  margin-right: var(ExtendifySpacingLarge) !important;
}

.extMr-base:not([style*=margin]) {
  margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.extMr-lg:not([style*=margin]) {
  margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-mb-0:not([style*=margin]) {
  margin-bottom: 0 !important;
}

.ext-mb-auto:not([style*=margin]) {
  margin-bottom: auto !important;
}

.ext-mb-base:not([style*=margin]) {
  margin-bottom: var(10px, 1.75rem) !important;
}

.ext-mb-lg:not([style*=margin]) {
  margin-bottom: var(ExtendifySpacingLarge) !important;
}

.extMb-base:not([style*=margin]) {
  margin-bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.extMb-lg:not([style*=margin]) {
  margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-ml-0:not([style*=margin]) {
  margin-left: 0 !important;
}

.ext-ml-auto:not([style*=margin]) {
  margin-left: auto !important;
}

.ext-ml-base:not([style*=margin]) {
  margin-left: var(10px, 1.75rem) !important;
}

.ext-ml-lg:not([style*=margin]) {
  margin-left: var(ExtendifySpacingLarge) !important;
}

.extMl-base:not([style*=margin]) {
  margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
}

.extMl-lg:not([style*=margin]) {
  margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
}

.ext-block {
  display: block !important;
}

.ext-inline-block {
  display: inline-block !important;
}

.ext-inline {
  display: inline !important;
}

.ext-flex {
  display: flex !important;
}

.ext-inline-flex {
  display: inline-flex !important;
}

.ext-grid {
  display: grid !important;
}

.ext-inline-grid {
  display: inline-grid !important;
}

.ext-hidden {
  display: none !important;
}

.ext-w-auto {
  width: auto !important;
}

.ext-w-full {
  width: 100% !important;
}

.ext-max-w-full {
  max-width: 100% !important;
}

.ext-flex-1 {
  flex: 1 1 0% !important;
}

.ext-flex-auto {
  flex: 1 1 auto !important;
}

.ext-flex-initial {
  flex: 0 1 auto !important;
}

.ext-flex-none {
  flex: none !important;
}

.ext-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.ext-flex-shrink {
  flex-shrink: 1 !important;
}

.ext-flex-grow-0 {
  flex-grow: 0 !important;
}

.ext-flex-grow {
  flex-grow: 1 !important;
}

.ext-list-none {
  list-style-type: none !important;
}

.ext-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.ext-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ext-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ext-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ext-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ext-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.ext-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.ext-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.ext-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.ext-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.ext-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.ext-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.ext-grid-cols-none {
  grid-template-columns: none !important;
}

.ext-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.ext-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.ext-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.ext-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.ext-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.ext-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.ext-grid-rows-none {
  grid-template-rows: none !important;
}

.ext-flex-row {
  flex-direction: row !important;
}

.ext-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.ext-flex-col {
  flex-direction: column !important;
}

.ext-flex-col-reverse {
  flex-direction: column-reverse !important;
}

.ext-flex-wrap {
  flex-wrap: wrap !important;
}

.ext-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ext-flex-nowrap {
  flex-wrap: nowrap !important;
}

.ext-items-start {
  align-items: flex-start !important;
}

.ext-items-end {
  align-items: flex-end !important;
}

.ext-items-center {
  align-items: center !important;
}

.ext-items-baseline {
  align-items: baseline !important;
}

.ext-items-stretch {
  align-items: stretch !important;
}

.ext-justify-start {
  justify-content: flex-start !important;
}

.ext-justify-end {
  justify-content: flex-end !important;
}

.ext-justify-center {
  justify-content: center !important;
}

.ext-justify-between {
  justify-content: space-between !important;
}

.ext-justify-around {
  justify-content: space-around !important;
}

.ext-justify-evenly {
  justify-content: space-evenly !important;
}

.ext-justify-items-start {
  justify-items: start !important;
}

.ext-justify-items-end {
  justify-items: end !important;
}

.ext-justify-items-center {
  justify-items: center !important;
}

.ext-justify-items-stretch {
  justify-items: stretch !important;
}

.ext-gap-0 {
  grid-gap: 0 !important;
  gap: 0 !important;
}

.ext-gap-base {
  grid-gap: var(10px, 1.75rem) !important;
  gap: var(10px, 1.75rem) !important;
}

.ext-gap-lg {
  grid-gap: var(ExtendifySpacingLarge) !important;
  gap: var(ExtendifySpacingLarge) !important;
}

.ext-gap-x-0 {
  -moz-column-gap: 0 !important;
  grid-column-gap: 0 !important;
  column-gap: 0 !important;
}

.ext-gap-x-base {
  -moz-column-gap: var(10px, 1.75rem) !important;
  grid-column-gap: var(10px, 1.75rem) !important;
  column-gap: var(10px, 1.75rem) !important;
}

.ext-gap-x-lg {
  -moz-column-gap: var(ExtendifySpacingLarge) !important;
  grid-column-gap: var(ExtendifySpacingLarge) !important;
  column-gap: var(ExtendifySpacingLarge) !important;
}

.ext-gap-y-0 {
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.ext-gap-y-base {
  grid-row-gap: var(10px, 1.75rem) !important;
  row-gap: var(10px, 1.75rem) !important;
}

.ext-gap-y-lg {
  grid-row-gap: var(ExtendifySpacingLarge) !important;
  row-gap: var(ExtendifySpacingLarge) !important;
}

.ext-justify-self-auto {
  justify-self: auto !important;
}

.ext-justify-self-start {
  justify-self: start !important;
}

.ext-justify-self-end {
  justify-self: end !important;
}

.ext-justify-self-center {
  justify-self: center !important;
}

.ext-justify-self-stretch {
  justify-self: stretch !important;
}

.ext-rounded-none {
  border-radius: 0 !important;
}

.ext-rounded-full {
  border-radius: 9999px !important;
}

.ext-rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ext-rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.ext-rounded-r-none {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ext-rounded-r-full {
  border-bottom-right-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.ext-rounded-b-none {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ext-rounded-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.ext-rounded-l-none {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.ext-rounded-l-full {
  border-bottom-left-radius: 9999px !important;
  border-top-left-radius: 9999px !important;
}

.ext-rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.ext-rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.ext-rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.ext-rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.ext-rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.ext-rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.ext-rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.ext-rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.ext-border-0 {
  border-width: 0 !important;
}

.ext-border-t-0 {
  border-top-width: 0 !important;
}

.ext-border-r-0 {
  border-right-width: 0 !important;
}

.ext-border-b-0 {
  border-bottom-width: 0 !important;
}

.ext-border-l-0 {
  border-left-width: 0 !important;
}

.ext-p-0:not([style*=padding]) {
  padding: 0 !important;
}

.ext-p-base:not([style*=padding]) {
  padding: var(10px, 1.75rem) !important;
}

.ext-p-lg:not([style*=padding]) {
  padding: var(ExtendifySpacingLarge) !important;
}

.ext-px-0:not([style*=padding]) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ext-px-base:not([style*=padding]) {
  padding-left: var(10px, 1.75rem) !important;
  padding-right: var(10px, 1.75rem) !important;
}

.ext-px-lg:not([style*=padding]) {
  padding-left: var(ExtendifySpacingLarge) !important;
  padding-right: var(ExtendifySpacingLarge) !important;
}

.ext-py-0:not([style*=padding]) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ext-py-base:not([style*=padding]) {
  padding-bottom: var(10px, 1.75rem) !important;
  padding-top: var(10px, 1.75rem) !important;
}

.ext-py-lg:not([style*=padding]) {
  padding-bottom: var(ExtendifySpacingLarge) !important;
  padding-top: var(ExtendifySpacingLarge) !important;
}

.ext-pt-0:not([style*=padding]) {
  padding-top: 0 !important;
}

.ext-pt-base:not([style*=padding]) {
  padding-top: var(10px, 1.75rem) !important;
}

.ext-pt-lg:not([style*=padding]) {
  padding-top: var(ExtendifySpacingLarge) !important;
}

.ext-pr-0:not([style*=padding]) {
  padding-right: 0 !important;
}

.ext-pr-base:not([style*=padding]) {
  padding-right: var(10px, 1.75rem) !important;
}

.ext-pr-lg:not([style*=padding]) {
  padding-right: var(ExtendifySpacingLarge) !important;
}

.ext-pb-0:not([style*=padding]) {
  padding-bottom: 0 !important;
}

.ext-pb-base:not([style*=padding]) {
  padding-bottom: var(10px, 1.75rem) !important;
}

.ext-pb-lg:not([style*=padding]) {
  padding-bottom: var(ExtendifySpacingLarge) !important;
}

.ext-pl-0:not([style*=padding]) {
  padding-left: 0 !important;
}

.ext-pl-base:not([style*=padding]) {
  padding-left: var(10px, 1.75rem) !important;
}

.ext-pl-lg:not([style*=padding]) {
  padding-left: var(ExtendifySpacingLarge) !important;
}

.ext-text-left {
  text-align: left !important;
}

.ext-text-center {
  text-align: center !important;
}

.ext-text-right {
  text-align: right !important;
}

.ext-leading-none {
  line-height: 1 !important;
}

.ext-leading-tight {
  line-height: 1.25 !important;
}

.ext-leading-snug {
  line-height: 1.375 !important;
}

.ext-leading-normal {
  line-height: 1.5 !important;
}

.ext-leading-relaxed {
  line-height: 1.625 !important;
}

.ext-leading-loose {
  line-height: 2 !important;
}

.clip-path--rhombus img {
  clip-path: polygon(15% 6%, 80% 29%, 84% 93%, 23% 69%);
}

.clip-path--diamond img {
  clip-path: polygon(5% 29%, 60% 2%, 91% 64%, 36% 89%);
}

.clip-path--rhombus-alt img {
  clip-path: polygon(14% 9%, 85% 24%, 91% 89%, 19% 76%);
}

.wp-block-columns[class*=fullwidth-cols] {
  margin-bottom: unset;
}

.wp-block-column.editor\:pointer-events-none {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none,
.is-root-container.block-editor-block-list__layout > [data-align=wide] > .wp-block-column.editor\:pointer-events-none {
  margin-top: calc(var($wpStyleBlock-gap, 28px)*(-1)) !important;
}

.ext .wp-block-columns .wp-block-column[style*=padding] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ext .wp-block-columns + .wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]) {
  margin-top: 0 !important;
}

[class*=fullwidth-cols] .wp-block-column:first-child,
[class*=fullwidth-cols] .wp-block-group:first-child {
  margin-top: 0;
}

[class*=fullwidth-cols] .wp-block-column:last-child,
[class*=fullwidth-cols] .wp-block-group:last-child {
  margin-bottom: 0;
}

[class*=fullwidth-cols] .wp-block-column:first-child > *,
[class*=fullwidth-cols] .wp-block-column > :first-child {
  margin-top: 0;
}

.ext .is-not-stacked-on-mobile .wp-block-column,
[class*=fullwidth-cols] .wp-block-column > :last-child {
  margin-bottom: 0;
}

.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
  margin-bottom: var(10px, 1.75rem);
}

@media (min-width: 782px) {
  .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile > .wp-block-column {
  margin-bottom: 0 !important;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: var(10px, 2em);
  }
}

@media (max-width: 781px) {
  .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap;
  }

  .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
    margin-left: 0 !important;
  }

  .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (max-width: 1079px) {
  .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap;
  }

  .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
    margin-left: 0 !important;
  }

  .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: var(10px, 1.75rem) !important;
  }
}

.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

.is-style-inline-list {
  padding-left: 0 !important;
}

.is-style-inline-list li {
  list-style-type: none !important;
}

@media (min-width: 782px) {
  .is-style-inline-list li {
    display: inline !important;
    margin-right: var(10px, 1.75rem) !important;
  }
}

@media (min-width: 782px) {
  .is-style-inline-list li:first-child {
    margin-left: 0 !important;
  }
}

@media (min-width: 782px) {
  .is-style-inline-list li:last-child {
    margin-right: 0 !important;
  }
}

.bring-to-front {
  position: relative;
  z-index: 10;
}

.text-stroke {
  -webkit-text-stroke-color: var(#666);
}

.text-stroke,
.text-strokePrimary {
  -webkit-text-stroke-width: var(2px, 2px);
}

.text-strokePrimary {
  -webkit-text-stroke-color: var(#333);
}

.text-strokeSecondary {
  -webkit-text-stroke-width: var(2px, 2px);
  -webkit-text-stroke-color: var(#444);
}

.editor\:no-caption .block-editor-rich-text__editable {
  display: none !important;
}

.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender,
.editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender,
.editor\:no-inserter .wp-block-group__inner-container > .block-list-appender,
.editor\:no-inserter > .block-list-appender {
  display: none;
}

.editor\:no-resize .components-resizable-box__handle,
.editor\:no-resize .components-resizable-box__handle:after,
.editor\:no-resize .components-resizable-box__side-handle:before {
  display: none;
  pointer-events: none;
}

.editor\:no-resize .components-resizable-box__container {
  display: block;
}

.editor\:pointer-events-none {
  pointer-events: none;
}

.is-style-angled {
  justify-content: flex-end;
}

.ext .is-style-angled > [class*=_inner-container],
.is-style-angled {
  align-items: center;
}

.is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
  clip-path: polygon(0 0, 30% 0, 50% 100%, 0 100%);
  z-index: 1;
}

@media (min-width: 782px) {
  .is-style-angled .wp-block-cover__image-background,
.is-style-angled .wp-block-cover__video-background {
    clip-path: polygon(0 0, 55% 0, 65% 100%, 0 100%);
  }
}

.has-foreground-color {
  color: var(#000, #000) !important;
}

.has-foreground-background-color {
  background-color: var(#000, #000) !important;
}

.has-background-color {
  color: var(#666, #fff) !important;
}

.has-background-background-color {
  background-color: var(#666, #fff) !important;
}

.has-primary-color {
  color: var(#333, #4b5563) !important;
}

.has-primary-background-color {
  background-color: var(#333, #4b5563) !important;
}

.has-secondary-color {
  color: var(#444, #9ca3af) !important;
}

.has-secondary-background-color {
  background-color: var(#444, #9ca3af) !important;
}

.ext.has-text-color h1,
.ext.has-text-color h2,
.ext.has-text-color h3,
.ext.has-text-color h4,
.ext.has-text-color h5,
.ext.has-text-color h6,
.ext.has-text-color p {
  color: currentColor;
}

.has-white-color {
  color: var(#ffffff, #fff) !important;
}

.has-black-color {
  color: var(#000000, #000) !important;
}

.has-ext-foreground-background-color {
  background-color: var(#000, var(#000000, #000)) !important;
}

.has-ext-primary-background-color {
  background-color: var(#333, var(#abb8c3, #000)) !important;
}

.wp-block-button__link.has-black-background-color {
  border-color: var(#000000, #000);
}

.wp-block-button__link.has-white-background-color {
  border-color: var(#ffffff, #fff);
}

.has-ext-small-font-size {
  font-size: var(6px) !important;
}

.has-ext-medium-font-size {
  font-size: var(10px) !important;
}

.has-ext-large-font-size {
  font-size: var(32px) !important;
  line-height: 1.2;
}

.has-ext-x-large-font-size {
  font-size: var(36px) !important;
  line-height: 1;
}

.has-ext-xx-large-font-size {
  font-size: var(38px) !important;
  line-height: 1;
}

.has-ext-x-large-font-size:not([style*=line-height]),
.has-ext-xx-large-font-size:not([style*=line-height]) {
  line-height: 1.1;
}

.ext .wp-block-group > * {
  margin-bottom: 0;
  margin-top: 0;
}

.ext .wp-block-group > * + * {
  margin-bottom: 0;
}

.ext .wp-block-group > * + *,
.ext h2 {
  margin-top: var(10px, 1.75rem);
}

.ext h2 {
  margin-bottom: var(10px, 1.75rem);
}

.has-ext-x-large-font-size + h3,
.has-ext-x-large-font-size + p {
  margin-top: 0.5rem;
}

.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  min-width: 12rem;
  width: calc(25% - var($wpStyleBlock-gap, .5em)*.75);
}

.ext .ext-grid > [class*=_inner-container] {
  display: grid;
}

.ext > [class*=_inner-container] > .ext-grid:not([class*=columns]),
.ext > [class*=_inner-container] > .wp-block > .ext-grid:not([class*=columns]) {
  display: initial !important;
}

.ext .ext-grid-cols-1 > [class*=_inner-container] {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-2 > [class*=_inner-container] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-3 > [class*=_inner-container] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-4 > [class*=_inner-container] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-5 > [class*=_inner-container] {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-6 > [class*=_inner-container] {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-7 > [class*=_inner-container] {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-8 > [class*=_inner-container] {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-9 > [class*=_inner-container] {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-10 > [class*=_inner-container] {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-11 > [class*=_inner-container] {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-12 > [class*=_inner-container] {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-13 > [class*=_inner-container] {
  grid-template-columns: repeat(13, minmax(0, 1fr)) !important;
}

.ext .ext-grid-cols-none > [class*=_inner-container] {
  grid-template-columns: none !important;
}

.ext .ext-grid-rows-1 > [class*=_inner-container] {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-2 > [class*=_inner-container] {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-3 > [class*=_inner-container] {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-4 > [class*=_inner-container] {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-5 > [class*=_inner-container] {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-6 > [class*=_inner-container] {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.ext .ext-grid-rows-none > [class*=_inner-container] {
  grid-template-rows: none !important;
}

.ext .ext-items-start > [class*=_inner-container] {
  align-items: flex-start !important;
}

.ext .ext-items-end > [class*=_inner-container] {
  align-items: flex-end !important;
}

.ext .ext-items-center > [class*=_inner-container] {
  align-items: center !important;
}

.ext .ext-items-baseline > [class*=_inner-container] {
  align-items: baseline !important;
}

.ext .ext-items-stretch > [class*=_inner-container] {
  align-items: stretch !important;
}

.ext.wp-block-group > :last-child {
  margin-bottom: 0;
}

.ext .wp-block-group__inner-container {
  padding: 0 !important;
}

.ext.has-background {
  padding-left: var(10px, 1.75rem);
  padding-right: var(10px, 1.75rem);
}

.ext [class*=inner-container] > .alignwide [class*=inner-container],
.ext [class*=inner-container] > [data-align=wide] [class*=inner-container] {
  max-width: var(--responsive--alignwide-width, 120rem);
}

.ext [class*=inner-container] > .alignwide [class*=inner-container] > *,
.ext [class*=inner-container] > [data-align=wide] [class*=inner-container] > * {
  max-width: 100% !important;
}

.ext .wp-block-image {
  position: relative;
  text-align: center;
}

.ext .wp-block-image img {
  display: inline-block;
  vertical-align: middle;
}

body {
  ExtendifySpacingLarge: var(100vw, clamp(2em, 8vw, 8em));
}

.ext * {
  box-sizing: border-box;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
  background: transparent !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
  display: none !important;
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
  margin-bottom: unset;
  margin-top: unset;
}

.ext .alignwide {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .ext-my-0,
.is-root-container.block-editor-block-list__layout > [data-align=wide] > .ext-my-0:not([style*=margin]) {
  margin-top: calc(var($wpStyleBlock-gap, 28px)*(-1)) !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
  min-height: 50vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
  min-height: 60vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
  min-height: 70vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
  min-height: 80vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
  min-height: 100vw !important;
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]) {
  margin-right: 0 !important;
}

.ext-ml-0:not([style*=margin]):not([style*=margin]) {
  margin-left: 0 !important;
}

.is-root-container .wp-block[data-align=full] > .ext-mx-0:not([style*=margin]):not([style*=margin]) {
  margin-left: calc(var($wpCustomSpacing--outer, 0)*1) !important;
  margin-right: calc(var($wpCustomSpacing--outer, 0)*1) !important;
  overflow: hidden;
  width: unset;
}

@media (min-width: 782px) {
  .tablet\:ext-absolute {
    position: absolute !important;
  }

  .tablet\:ext-relative {
    position: relative !important;
  }

  .tablet\:ext-top-base {
    top: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-top-lg {
    top: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext--top-base {
    top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:ext--top-lg {
    top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-right-base {
    right: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-right-lg {
    right: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext--right-base {
    right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:ext--right-lg {
    right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-bottom-base {
    bottom: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-bottom-lg {
    bottom: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extBottom-base {
    bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extBottom-lg {
    bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-left-base {
    left: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-left-lg {
    left: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extLeft-base {
    left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extLeft-lg {
    left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-order-1 {
    order: 1 !important;
  }

  .tablet\:ext-order-2 {
    order: 2 !important;
  }

  .tablet\:ext-m-0:not([style*=margin]) {
    margin: 0 !important;
  }

  .tablet\:ext-m-auto:not([style*=margin]) {
    margin: auto !important;
  }

  .tablet\:ext-m-base:not([style*=margin]) {
    margin: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-m-lg:not([style*=margin]) {
    margin: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extM-base:not([style*=margin]) {
    margin: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extM-lg:not([style*=margin]) {
    margin: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-mx-0:not([style*=margin]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .tablet\:ext-mx-auto:not([style*=margin]) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tablet\:ext-mx-base:not([style*=margin]) {
    margin-left: var(10px, 1.75rem) !important;
    margin-right: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-mx-lg:not([style*=margin]) {
    margin-left: var(ExtendifySpacingLarge) !important;
    margin-right: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMx-base:not([style*=margin]) {
    margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
    margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMx-lg:not([style*=margin]) {
    margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
    margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-my-0:not([style*=margin]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .tablet\:ext-my-auto:not([style*=margin]) {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .tablet\:ext-my-base:not([style*=margin]) {
    margin-bottom: var(10px, 1.75rem) !important;
    margin-top: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-my-lg:not([style*=margin]) {
    margin-bottom: var(ExtendifySpacingLarge) !important;
    margin-top: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMy-base:not([style*=margin]) {
    margin-bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
    margin-top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMy-lg:not([style*=margin]) {
    margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
    margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-mt-0:not([style*=margin]) {
    margin-top: 0 !important;
  }

  .tablet\:ext-mt-auto:not([style*=margin]) {
    margin-top: auto !important;
  }

  .tablet\:ext-mt-base:not([style*=margin]) {
    margin-top: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-mt-lg:not([style*=margin]) {
    margin-top: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMt-base:not([style*=margin]) {
    margin-top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMt-lg:not([style*=margin]) {
    margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-mr-0:not([style*=margin]) {
    margin-right: 0 !important;
  }

  .tablet\:ext-mr-auto:not([style*=margin]) {
    margin-right: auto !important;
  }

  .tablet\:ext-mr-base:not([style*=margin]) {
    margin-right: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-mr-lg:not([style*=margin]) {
    margin-right: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMr-base:not([style*=margin]) {
    margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMr-lg:not([style*=margin]) {
    margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-mb-0:not([style*=margin]) {
    margin-bottom: 0 !important;
  }

  .tablet\:ext-mb-auto:not([style*=margin]) {
    margin-bottom: auto !important;
  }

  .tablet\:ext-mb-base:not([style*=margin]) {
    margin-bottom: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-mb-lg:not([style*=margin]) {
    margin-bottom: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMb-base:not([style*=margin]) {
    margin-bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMb-lg:not([style*=margin]) {
    margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-ml-0:not([style*=margin]) {
    margin-left: 0 !important;
  }

  .tablet\:ext-ml-auto:not([style*=margin]) {
    margin-left: auto !important;
  }

  .tablet\:ext-ml-base:not([style*=margin]) {
    margin-left: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-ml-lg:not([style*=margin]) {
    margin-left: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:extMl-base:not([style*=margin]) {
    margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .tablet\:extMl-lg:not([style*=margin]) {
    margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .tablet\:ext-block {
    display: block !important;
  }

  .tablet\:ext-inline-block {
    display: inline-block !important;
  }

  .tablet\:ext-inline {
    display: inline !important;
  }

  .tablet\:ext-flex {
    display: flex !important;
  }

  .tablet\:ext-inline-flex {
    display: inline-flex !important;
  }

  .tablet\:ext-grid {
    display: grid !important;
  }

  .tablet\:ext-inline-grid {
    display: inline-grid !important;
  }

  .tablet\:ext-hidden {
    display: none !important;
  }

  .tablet\:ext-w-auto {
    width: auto !important;
  }

  .tablet\:ext-w-full {
    width: 100% !important;
  }

  .tablet\:ext-max-w-full {
    max-width: 100% !important;
  }

  .tablet\:ext-flex-1 {
    flex: 1 1 0% !important;
  }

  .tablet\:ext-flex-auto {
    flex: 1 1 auto !important;
  }

  .tablet\:ext-flex-initial {
    flex: 0 1 auto !important;
  }

  .tablet\:ext-flex-none {
    flex: none !important;
  }

  .tablet\:ext-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .tablet\:ext-flex-shrink {
    flex-shrink: 1 !important;
  }

  .tablet\:ext-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .tablet\:ext-flex-grow {
    flex-grow: 1 !important;
  }

  .tablet\:ext-list-none {
    list-style-type: none !important;
  }

  .tablet\:ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .tablet\:ext-grid-cols-none {
    grid-template-columns: none !important;
  }

  .tablet\:ext-flex-row {
    flex-direction: row !important;
  }

  .tablet\:ext-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .tablet\:ext-flex-col {
    flex-direction: column !important;
  }

  .tablet\:ext-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .tablet\:ext-flex-wrap {
    flex-wrap: wrap !important;
  }

  .tablet\:ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .tablet\:ext-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .tablet\:ext-items-start {
    align-items: flex-start !important;
  }

  .tablet\:ext-items-end {
    align-items: flex-end !important;
  }

  .tablet\:ext-items-center {
    align-items: center !important;
  }

  .tablet\:ext-items-baseline {
    align-items: baseline !important;
  }

  .tablet\:ext-items-stretch {
    align-items: stretch !important;
  }

  .tablet\:ext-justify-start {
    justify-content: flex-start !important;
  }

  .tablet\:ext-justify-end {
    justify-content: flex-end !important;
  }

  .tablet\:ext-justify-center {
    justify-content: center !important;
  }

  .tablet\:ext-justify-between {
    justify-content: space-between !important;
  }

  .tablet\:ext-justify-around {
    justify-content: space-around !important;
  }

  .tablet\:ext-justify-evenly {
    justify-content: space-evenly !important;
  }

  .tablet\:ext-justify-items-start {
    justify-items: start !important;
  }

  .tablet\:ext-justify-items-end {
    justify-items: end !important;
  }

  .tablet\:ext-justify-items-center {
    justify-items: center !important;
  }

  .tablet\:ext-justify-items-stretch {
    justify-items: stretch !important;
  }

  .tablet\:ext-justify-self-auto {
    justify-self: auto !important;
  }

  .tablet\:ext-justify-self-start {
    justify-self: start !important;
  }

  .tablet\:ext-justify-self-end {
    justify-self: end !important;
  }

  .tablet\:ext-justify-self-center {
    justify-self: center !important;
  }

  .tablet\:ext-justify-self-stretch {
    justify-self: stretch !important;
  }

  .tablet\:ext-p-0:not([style*=padding]) {
    padding: 0 !important;
  }

  .tablet\:ext-p-base:not([style*=padding]) {
    padding: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-p-lg:not([style*=padding]) {
    padding: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-px-0:not([style*=padding]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tablet\:ext-px-base:not([style*=padding]) {
    padding-left: var(10px, 1.75rem) !important;
    padding-right: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-px-lg:not([style*=padding]) {
    padding-left: var(ExtendifySpacingLarge) !important;
    padding-right: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-py-0:not([style*=padding]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .tablet\:ext-py-base:not([style*=padding]) {
    padding-bottom: var(10px, 1.75rem) !important;
    padding-top: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-py-lg:not([style*=padding]) {
    padding-bottom: var(ExtendifySpacingLarge) !important;
    padding-top: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-pt-0:not([style*=padding]) {
    padding-top: 0 !important;
  }

  .tablet\:ext-pt-base:not([style*=padding]) {
    padding-top: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-pt-lg:not([style*=padding]) {
    padding-top: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-pr-0:not([style*=padding]) {
    padding-right: 0 !important;
  }

  .tablet\:ext-pr-base:not([style*=padding]) {
    padding-right: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-pr-lg:not([style*=padding]) {
    padding-right: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-pb-0:not([style*=padding]) {
    padding-bottom: 0 !important;
  }

  .tablet\:ext-pb-base:not([style*=padding]) {
    padding-bottom: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-pb-lg:not([style*=padding]) {
    padding-bottom: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-pl-0:not([style*=padding]) {
    padding-left: 0 !important;
  }

  .tablet\:ext-pl-base:not([style*=padding]) {
    padding-left: var(10px, 1.75rem) !important;
  }

  .tablet\:ext-pl-lg:not([style*=padding]) {
    padding-left: var(ExtendifySpacingLarge) !important;
  }

  .tablet\:ext-text-left {
    text-align: left !important;
  }

  .tablet\:ext-text-center {
    text-align: center !important;
  }

  .tablet\:ext-text-right {
    text-align: right !important;
  }
}

@media (min-width: 1080px) {
  .desktop\:ext-absolute {
    position: absolute !important;
  }

  .desktop\:ext-relative {
    position: relative !important;
  }

  .desktop\:ext-top-base {
    top: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-top-lg {
    top: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext--top-base {
    top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:ext--top-lg {
    top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-right-base {
    right: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-right-lg {
    right: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext--right-base {
    right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:ext--right-lg {
    right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-bottom-base {
    bottom: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-bottom-lg {
    bottom: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extBottom-base {
    bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extBottom-lg {
    bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-left-base {
    left: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-left-lg {
    left: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extLeft-base {
    left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extLeft-lg {
    left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-order-1 {
    order: 1 !important;
  }

  .desktop\:ext-order-2 {
    order: 2 !important;
  }

  .desktop\:ext-m-0:not([style*=margin]) {
    margin: 0 !important;
  }

  .desktop\:ext-m-auto:not([style*=margin]) {
    margin: auto !important;
  }

  .desktop\:ext-m-base:not([style*=margin]) {
    margin: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-m-lg:not([style*=margin]) {
    margin: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extM-base:not([style*=margin]) {
    margin: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extM-lg:not([style*=margin]) {
    margin: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-mx-0:not([style*=margin]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .desktop\:ext-mx-auto:not([style*=margin]) {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .desktop\:ext-mx-base:not([style*=margin]) {
    margin-left: var(10px, 1.75rem) !important;
    margin-right: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-mx-lg:not([style*=margin]) {
    margin-left: var(ExtendifySpacingLarge) !important;
    margin-right: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMx-base:not([style*=margin]) {
    margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
    margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMx-lg:not([style*=margin]) {
    margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
    margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-my-0:not([style*=margin]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .desktop\:ext-my-auto:not([style*=margin]) {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }

  .desktop\:ext-my-base:not([style*=margin]) {
    margin-bottom: var(10px, 1.75rem) !important;
    margin-top: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-my-lg:not([style*=margin]) {
    margin-bottom: var(ExtendifySpacingLarge) !important;
    margin-top: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMy-base:not([style*=margin]) {
    margin-bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
    margin-top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMy-lg:not([style*=margin]) {
    margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
    margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-mt-0:not([style*=margin]) {
    margin-top: 0 !important;
  }

  .desktop\:ext-mt-auto:not([style*=margin]) {
    margin-top: auto !important;
  }

  .desktop\:ext-mt-base:not([style*=margin]) {
    margin-top: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-mt-lg:not([style*=margin]) {
    margin-top: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMt-base:not([style*=margin]) {
    margin-top: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMt-lg:not([style*=margin]) {
    margin-top: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-mr-0:not([style*=margin]) {
    margin-right: 0 !important;
  }

  .desktop\:ext-mr-auto:not([style*=margin]) {
    margin-right: auto !important;
  }

  .desktop\:ext-mr-base:not([style*=margin]) {
    margin-right: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-mr-lg:not([style*=margin]) {
    margin-right: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMr-base:not([style*=margin]) {
    margin-right: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMr-lg:not([style*=margin]) {
    margin-right: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-mb-0:not([style*=margin]) {
    margin-bottom: 0 !important;
  }

  .desktop\:ext-mb-auto:not([style*=margin]) {
    margin-bottom: auto !important;
  }

  .desktop\:ext-mb-base:not([style*=margin]) {
    margin-bottom: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-mb-lg:not([style*=margin]) {
    margin-bottom: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMb-base:not([style*=margin]) {
    margin-bottom: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMb-lg:not([style*=margin]) {
    margin-bottom: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-ml-0:not([style*=margin]) {
    margin-left: 0 !important;
  }

  .desktop\:ext-ml-auto:not([style*=margin]) {
    margin-left: auto !important;
  }

  .desktop\:ext-ml-base:not([style*=margin]) {
    margin-left: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-ml-lg:not([style*=margin]) {
    margin-left: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:extMl-base:not([style*=margin]) {
    margin-left: calc(var($wpStyleBlock-gap, 1.75rem)*(-1)) !important;
  }

  .desktop\:extMl-lg:not([style*=margin]) {
    margin-left: calc(var(ExtendifySpacingLarge)*(-1)) !important;
  }

  .desktop\:ext-block {
    display: block !important;
  }

  .desktop\:ext-inline-block {
    display: inline-block !important;
  }

  .desktop\:ext-inline {
    display: inline !important;
  }

  .desktop\:ext-flex {
    display: flex !important;
  }

  .desktop\:ext-inline-flex {
    display: inline-flex !important;
  }

  .desktop\:ext-grid {
    display: grid !important;
  }

  .desktop\:ext-inline-grid {
    display: inline-grid !important;
  }

  .desktop\:ext-hidden {
    display: none !important;
  }

  .desktop\:ext-w-auto {
    width: auto !important;
  }

  .desktop\:ext-w-full {
    width: 100% !important;
  }

  .desktop\:ext-max-w-full {
    max-width: 100% !important;
  }

  .desktop\:ext-flex-1 {
    flex: 1 1 0% !important;
  }

  .desktop\:ext-flex-auto {
    flex: 1 1 auto !important;
  }

  .desktop\:ext-flex-initial {
    flex: 0 1 auto !important;
  }

  .desktop\:ext-flex-none {
    flex: none !important;
  }

  .desktop\:ext-flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .desktop\:ext-flex-shrink {
    flex-shrink: 1 !important;
  }

  .desktop\:ext-flex-grow-0 {
    flex-grow: 0 !important;
  }

  .desktop\:ext-flex-grow {
    flex-grow: 1 !important;
  }

  .desktop\:ext-list-none {
    list-style-type: none !important;
  }

  .desktop\:ext-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .desktop\:ext-grid-cols-none {
    grid-template-columns: none !important;
  }

  .desktop\:ext-flex-row {
    flex-direction: row !important;
  }

  .desktop\:ext-flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .desktop\:ext-flex-col {
    flex-direction: column !important;
  }

  .desktop\:ext-flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .desktop\:ext-flex-wrap {
    flex-wrap: wrap !important;
  }

  .desktop\:ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .desktop\:ext-flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .desktop\:ext-items-start {
    align-items: flex-start !important;
  }

  .desktop\:ext-items-end {
    align-items: flex-end !important;
  }

  .desktop\:ext-items-center {
    align-items: center !important;
  }

  .desktop\:ext-items-baseline {
    align-items: baseline !important;
  }

  .desktop\:ext-items-stretch {
    align-items: stretch !important;
  }

  .desktop\:ext-justify-start {
    justify-content: flex-start !important;
  }

  .desktop\:ext-justify-end {
    justify-content: flex-end !important;
  }

  .desktop\:ext-justify-center {
    justify-content: center !important;
  }

  .desktop\:ext-justify-between {
    justify-content: space-between !important;
  }

  .desktop\:ext-justify-around {
    justify-content: space-around !important;
  }

  .desktop\:ext-justify-evenly {
    justify-content: space-evenly !important;
  }

  .desktop\:ext-justify-items-start {
    justify-items: start !important;
  }

  .desktop\:ext-justify-items-end {
    justify-items: end !important;
  }

  .desktop\:ext-justify-items-center {
    justify-items: center !important;
  }

  .desktop\:ext-justify-items-stretch {
    justify-items: stretch !important;
  }

  .desktop\:ext-justify-self-auto {
    justify-self: auto !important;
  }

  .desktop\:ext-justify-self-start {
    justify-self: start !important;
  }

  .desktop\:ext-justify-self-end {
    justify-self: end !important;
  }

  .desktop\:ext-justify-self-center {
    justify-self: center !important;
  }

  .desktop\:ext-justify-self-stretch {
    justify-self: stretch !important;
  }

  .desktop\:ext-p-0:not([style*=padding]) {
    padding: 0 !important;
  }

  .desktop\:ext-p-base:not([style*=padding]) {
    padding: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-p-lg:not([style*=padding]) {
    padding: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-px-0:not([style*=padding]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .desktop\:ext-px-base:not([style*=padding]) {
    padding-left: var(10px, 1.75rem) !important;
    padding-right: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-px-lg:not([style*=padding]) {
    padding-left: var(ExtendifySpacingLarge) !important;
    padding-right: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-py-0:not([style*=padding]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .desktop\:ext-py-base:not([style*=padding]) {
    padding-bottom: var(10px, 1.75rem) !important;
    padding-top: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-py-lg:not([style*=padding]) {
    padding-bottom: var(ExtendifySpacingLarge) !important;
    padding-top: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-pt-0:not([style*=padding]) {
    padding-top: 0 !important;
  }

  .desktop\:ext-pt-base:not([style*=padding]) {
    padding-top: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-pt-lg:not([style*=padding]) {
    padding-top: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-pr-0:not([style*=padding]) {
    padding-right: 0 !important;
  }

  .desktop\:ext-pr-base:not([style*=padding]) {
    padding-right: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-pr-lg:not([style*=padding]) {
    padding-right: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-pb-0:not([style*=padding]) {
    padding-bottom: 0 !important;
  }

  .desktop\:ext-pb-base:not([style*=padding]) {
    padding-bottom: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-pb-lg:not([style*=padding]) {
    padding-bottom: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-pl-0:not([style*=padding]) {
    padding-left: 0 !important;
  }

  .desktop\:ext-pl-base:not([style*=padding]) {
    padding-left: var(10px, 1.75rem) !important;
  }

  .desktop\:ext-pl-lg:not([style*=padding]) {
    padding-left: var(ExtendifySpacingLarge) !important;
  }

  .desktop\:ext-text-left {
    text-align: left !important;
  }

  .desktop\:ext-text-center {
    text-align: center !important;
  }

  .desktop\:ext-text-right {
    text-align: right !important;
  }
}

.menu-item-2804 > ul.sub-menu:after {
  background-image: url(https://agrofood-be87.kxcdn.com/agrofood/wp-content/uploads/2022/01/mega-shop-vegetables-2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

/*
		I. CUSTOM FONT FAMILY
		II. CUSTOM FONT SIZE
		III. CUSTOM COLOR
	*/

header .logo img,
header .logo-header img {
  width: 190px;
}

@media only screen and (max-width: 1279px) {
  header .logo img,
header .logo-header img {
    width: 160px;
  }
}

/*--------------------------------------------------------
		I. CUSTOM FONT FAMILY
	---------------------------------------------------------*/

html,
body,
label,
input,
textarea,
keygen,
select,
button,
body .font-body,
.ts-header nav.main-menu > ul.menu > li.font-body > a,
.ts-header nav.main-menu > ul > li.font-body > a,
.price del,
.product-price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price del,
ul.product_list_widget li .price del,
.woocommerce ul.product_list_widget li .price del,
.woocommerce .widget_shopping_cart .cart_list li .price del,
.woocommerce.widget_shopping_cart .cart_list li .price del,
.ts-tiny-cart-wrapper .dropdown-container ul.cart_list li .price,
.category-name .count,
.portfolio-info .cat-links a,
.mobile-menu-wrapper .mobile-menu .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .vertical-menu-wrapper .product,
.ts-header .menu-wrapper .ts-menu .product,
.single-portfolio .meta-content .portfolio-info > span:last-child,
.single-portfolio .meta-content .portfolio-info > a:last-child,
.woocommerce div.product form.cart .variations label,
.ts-testimonial-wrapper blockquote .author-role,
.style-tabs-default .column-tabs ul.tabs li,
.style-tabs-vertical .column-tabs ul.tabs li,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
body table.compare-list,
.ts-testimonial-wrapper.style-default blockquote,
.ts-list-of-product-categories-wrapper.style-horizontal h3.heading-title,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button,
.ts-search-result-container .view-all-wrapper a,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  font-family: "Helvetica", "HelvelticaRounded", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.product-style-3 .brand-info-wrapper h3,
.product-per-page-form ul.perpage .perpage-current > span:last-child,
.woocommerce .woocommerce-ordering .orderby-current,
.woocommerce .woocommerce-ordering .orderby li a.current,
.product-per-page-form ul.perpage ul li a.current,
.product-filter-by-brand-wrapper select,
.product-filter-by-brand-wrapper select option[selected=selected],
body #ts-filter-widget-area .select2-container--default .select2-selectionSingle .select2-selection__rendered .select2-selection__placeholder,
.woocommerce-page.archive #left-sidebar .select2-container--default .select2-selectionSingle .select2-selection__rendered .select2-selection__placeholder,
.woocommerce-page.archive #right-sidebar .select2-container--default .select2-selectionSingle .select2-selection__rendered .select2-selection__placeholder,
#tab-description .ul-style.list-inline li,
.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list > li > a,
.woocommerce-widget-layered-nav ul li.chosen > a,
.ts-product-categories-widget-wrapper ul.product-categories > li > a,
.ts-product-categories-widget-wrapper ul li.current > a,
.widget_product_categories ul.product-categories > li > a,
.widget_product_categories ul li.current-cat > a,
.ts-product-attribute > div.option:not(.color) > a {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
}

strong,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
table thead th,
table th,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot th,
body .wp-block-calendar table th,
body blockquote,
.ts-store-notice,
.ts-tiny-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong,
.elementor-widget-wp-widget-woocommerce_widget_cart .total strong,
.shopping-cart-wrapper .cart-control .cart-total,
.my-account-wrapper .ts-style-text .account-control > a,
.ts-testimonial-wrapper.style-default blockquote strong,
#group-icon-header .tab-mobile-menu li,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.ts-store-notice a,
div.product .summary .tags-link a,
.hightlight,
.category-name .heading-title,
.column-tabs ul.tabs li,
.entry-author .author a,
.comments-area .add-comment .comments-count,
.meta-bottom-2 .single-navigation,
ul.blog-filter-bar li.current,
.counter-wrapper > div,
.ts-portfolio-wrapper .filter-bar li.current,
.cart-collaterals .cart_totals > h2,
.cart_list .subtotal,
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total-title,
.price,
.product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
ul.product_list_widget li .price,
.woocommerce ul.product_list_widget li .price,
.woocommerce .widget_shopping_cart .cart_list li .price,
.woocommerce.widget_shopping_cart .cart_list li .price,
.yith-wfbt-section .total_price,
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal,
body .wishlist_table.images_grid li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li .item-details table.item-details-table td.label,
body .wishlist_table.mobile li table.additional-info td.label,
body .wishlist_table.modern_grid li .item-details table.item-details-table td.label,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.ts-list-of-product-categories-wrapper.style-horizontal > .list-categories ul li,
#main-content .woocommerce.columns-1 > .products .product .product-name,
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price,
.woocommerce div.product .yith-wfbt-section .yith-wfbt-form .price ins,
.woocommerce div.product form.cart div.quantity .screen-reader-text,
.woocommerce #reviews .comment-reply-title,
.woocommerce-tabs #reviews > .woocommerce-product-rating .review-count,
div.product .single-navigation > a > span,
.woocommerce-orders-table__cell-order-number,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
html body > h1,
.more-less-buttons a,
.button,
a.button,
button,
.ts-button,
input[type^=submit],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit,
.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare,
.elementor-button-wrapper .elementor-button,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare,
div.product .summary .meta-content > div > span:first-child,
div.product .summary .detail-meta-top > div > span:first-child,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
div.button a,
input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .product .category-name .count,
.ts-product-brand-wrapper .item .count,
.woocommerce .cart-collaterals .amount,
.woocommerce-shipping-fields h3#ship-to-different-address,
.ts-product-video-button,
.ts-product-360-button,
.portfolio-info > span:first-child,
.woocommerce > form > fieldset legend,
#ts-search-result-container .view-all-wrapper,
.woocommerce form table.shop_table tbody th,
.woocommerce form table.shop_table tfoot td,
.woocommerce form table.shop_table tfoot th,
.woocommerce table.shop_table ul#shipping_method .amount,
.column-tabs ul.tabs li.current,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li.current,
.product-group-button .button-tooltip,
.ts-product-attribute .button-tooltip,
.availability .availability-text,
.view-all-wrapper a,
.ts-shortcode a.view-more,
.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like,
.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked,
.widget-container.product-filter-by-brand ul > li.selected label,
.product-filter-by-availability ul li input[checked=checked] + label,
.product-filter-by-price ul li.chosen label,
.woocommerce .widget_rating_filter ul li.chosen a,
.product-filter-by-color ul li.chosen a,
.product_list_widget .product-label > span.onsale,
.product_list_widget .product-label > span,
.woocommerce .product-label > span.onsale,
.woocommerce .product-label > span,
.dropdown-container .theme-title span,
.my-wishlist-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number,
.ts-pagination ul li a,
.ts-pagination ul li span,
.pagination-wrap ul.pagination > li > a,
.pagination-wrap ul.pagination > li > span,
.dokan-pagination-container .dokan-pagination li a,
.dokan-pagination-container .dokan-pagination li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination-wrap ul.pagination > li > a.prev,
.pagination-wrap ul.pagination > li > a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
}

.ts-banner .box-content .banner-text strong {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 900;
}

.mobile-menu-wrapper .mobile-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu > li,
.ts-header .menu-wrapper .ts-menu {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper ul.sub-menu,
.ts-header .menu-wrapper .ts-menu ul.sub-menu {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
}

.widget_nav_menu li[class*=agrofood-],
.widget_nav_menu li[class*=fa-],
.mobile-menu-wrapper .mobile-menu li[class*=agrofood-],
.ts-header nav.main-menu li[class*=agrofood-],
.mobile-menu-wrapper .mobile-menu li[class*=fa-],
.ts-header nav.main-menu li[class*=fa-] {
  font-family: Helvetica !important;
}

.product-name,
h3.product-name,
.product-name h3 {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
}

.yith-wfbt-item .product-name,
.ts-tiny-cart-wrapper .cart_list li .product-name,
.woocommerce .ts-tiny-cart-wrapper .product-name,
.woocommerce table.shop_table td.product-name {
  font-style: normal;
  font-weight: 400;
}

/*--------------------------------------------------------
		II. CUSTOM FONT SIZE
	---------------------------------------------------------*/

html,
body,
html body > h1,
.ts-testimonial-wrapper.style-default blockquote strong,
.ts-sidebar .widget_text small + a,
.woocommerce-shipping-fields h3#ship-to-different-address,
.ts-blogs-widget-wrapper .post-title,
.list-posts .entry-content .button-readmore,
.ts-blogs .entry-content .button-readmore,
.yith-wfbt-form .yith-wfbt-submit-block .button,
.commentlist li.comment .comment-actions strong {
  font-size: 14px;
}

.list-posts,
.ts-blogs,
.single-post > .entry-content > .content-wrapper {
  font-size: 15px;
}

.ts-store-notice,
.footer-container,
.entry-meta-middle,
.entry-meta-bottom,
.elementor-text-editor .boxed,
.shopping-cart-wrapper .cart-control .cart-total,
.ts-header nav.main-menu > ul.menu > li.font-body > a,
.ts-header nav.main-menu > ul > li.font-body > a,
.mobile-menu-wrapper nav ul li.font-body > a,
.ts-testimonial-wrapper.style-default blockquote,
.style-tabs-default .column-tabs ul.tabs li,
.style-tabs-vertical .column-tabs ul.tabs li,
.woocommerce ul.cart_list li .price,
.woocommerce ul.product_list_widget li .price,
.woocommerce > form.checkout #order_review,
#group-icon-header .tab-mobile-menu li,
.wishlist_table.mobile,
ul.blog-filter-bar li,
.woocommerce-cart article .woocommerce .cart-collaterals,
.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .terms-conditions label,
#group-icon-header .tab-mobile-menu li,
.woocommerce-checkout #order_review,
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 13px;
}

.header-language,
.header-currency,
.ts-language-switcher,
.ts-currency-switcher,
.comment-meta .author,
.commentlist li.comment .comment-actions,
.comments-area .add-comment,
.meta-bottom-2 .single-navigation,
.product-group-button .button-tooltip,
.ts-product-attribute .button-tooltip,
body table.compare-list,
.ts-product.style-grid.has-shop-more-button .shop-more .button-text:not(.ts-banner):not(.elementor-widget-button),
.woocommerce > .woocommerce-order .woocommerce-customer-details,
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details,
.ts-testimonial-wrapper blockquote .author-role .author,
.woocommerce ul.cart_list li .product-categories,
.woocommerce ul.cart_list li .product-brands,
.woocommerce ul.product_list_widget li .product-categories,
.woocommerce ul.product_list_widget li .product-brands,
.ts-active-filters,
.woocommerce #reviews > .woocommerce-product-rating,
.woocommerce .before-loop-wrapper,
.brand-info-wrapper,
.product-style-3 .brand-info-wrapper h3,
#ts-quickshop-modal .woocommerce-product-details__short-description,
#ts-filter-widget-area .ts-sidebar-content,
.ts-search-result-container .view-all-wrapper a,
#left-sidebar,
#right-sidebar {
  font-size: 13px;
}

.column-tabs .shop-more .button-text,
.ts-product-brand-info .show-all a,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span,
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px !important;
}

small,
.font-small,
.font-small li,
.breadcrumb-title-wrapper .breadcrumbs,
.header-top,
.comment-meta,
#comment-wrapper .heading-title small,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.widget_recent_entries .post-date,
.single-portfolio .meta-content,
.woocommerce ul.order_details li,
.product-style-3 .brand-info-wrapper .description,
.woocommerce-privacy-policy-text,
.elementor-widget-wp-widget-recent-posts .post-date,
.dokan-store-wrap .commentlist li p strong[itemprop=author],
.dokan-store-wrap .commentlist li p em.verified,
.dokan-store-wrap .commentlist li p time,
.ts-testimonial-wrapper blockquote .author-role {
  font-size: 13px;
}

.header-contact-info > strong {
  font-size: 15px;
}

/*** Menu ***/

.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu-heading,
.ts-header .menu-wrapper .ts-menu,
.ts-megamenu-container .elementor-widget-container > h5 {
  font-size: 17px;
  line-height: 22px;
}

.mobile-menu-wrapper .mobile-menu li,
.ts-header nav.main-menu li {
  line-height: 22px !important;
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu,
.ts-header .menu-wrapper .ts-menu ul.sub-menu {
  font-size: 13px;
  line-height: 18px;
}

.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu > ul > li {
  font-size: 14px;
}

.mobile-menu-wrapper .mobile-menu ul.sub-menu li,
.ts-header nav.main-menu ul.sub-menu li {
  line-height: 18px !important;
}

/*** Product ***/

.product-name,
h3.product-name,
.product-name h3,
.product .price del,
.woocommerce div.product div.summary,
.ts-product.style-list .product .price,
.ts-product.style-list .product .price del,
.ts-product.style-list .product .price ins,
.main-products.style-column-list .product .price,
.main-products.style-column-list .product .price del,
.main-products.style-column-list .product .price ins,
.woocommerce div.product .ts-product-brand-info .price,
.woocommerce div.product .ts-product-brand-info .price del,
.woocommerce div.product .ts-product-brand-info .price ins,
.yith-wfbt-section,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li label > * {
  font-size: 13px;
  line-height: 16px;
}

.yith-wfbt-section .total_price_label {
  font-size: 13px;
}

.product.product-category .product-wrapper {
  font-size: 14px;
}

.product-brands,
.product-sku,
.product-categories,
.short-description,
.product .availability,
.ts-product-video-button,
.ts-product-360-button,
.woocommerce .product .category-name .count,
.products .product .meta-wrapper > .count-rating,
.woocommerce div.product .summary .woocommerce-product-rating,
.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product form.cart .single_variation_wrap,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.added,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .added a:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons .ts-tooltip:before {
  font-size: 12px;
}

div.product .summary .meta-content,
div.product .summary .detail-meta-top {
  font-size: 12px;
}

/*** Button/input ***/

input,
textarea,
keygen,
select,
select option,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.dokan-form-control,
.more-less-buttons a,
.woocommerce-columns > h3,
.hidden-title-form input[type=text],
body .select2-container--default .select2-selectionSingle .select2-selection__rendered,
body select.dokan-form-control {
  font-size: 15px;
  line-height: 24px;
}

.button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button {
  font-size: 16px;
}

.button,
a.button,
button,
input[type^=submit],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.woocommerce #respond input#submit,
div.button a,
input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn,
.woocommerce .button.button-small,
.button.button-small,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.elementor-button-wrapper .elementor-button,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare {
  font-size: 16px;
  line-height: 24px;
}

.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare {
  line-height: 24px;
}

.elementor-button-wrapper .elementor-button.elementor-size-xs {
  font-size: 13px !important;
}

.elementor-button-wrapper .elementor-button.elementor-size-xl {
  font-size: 18px !important;
}

#left-sidebar .widget-container a.button,
#left-sidebar .widget-container button,
#left-sidebar .widget-container input[type^=submit],
#left-sidebar .yith-woocompare-widget a.clear-all,
#left-sidebar .yith-woocompare-widget a.compare,
#left-sidebar .widget-container .dokan-btn,
#right-sidebar .widget-container a.button,
#right-sidebar .widget-container button,
#right-sidebar .widget-container input[type^=submit],
#right-sidebar .yith-woocompare-widget a.clear-all,
#right-sidebar .yith-woocompare-widget a.compare,
#right-sidebar .widget-container .dokan-btn,
#ts-filter-widget-area .widget-container a.button,
#ts-filter-widget-area .widget-container button,
#ts-filter-widget-area .widget-container input[type^=submit],
#ts-filter-widget-area .yith-woocompare-widget a.clear-all,
#ts-filter-widget-area .yith-woocompare-widget a.compare,
#ts-filter-widget-area .widget-container .dokan-btn,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.woocommerce-cart table.cart td.actions .button {
  font-size: 14px;
}

/*** Heading ***/

h1,
.h1,
.h1 .elementor-heading-title,
article.single-portfolio .entry-content > .entry-title,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.main-content-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title,
.layout-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title {
  font-size: 40px;
  line-height: 56px;
}

h2,
.h2,
.h2 .elementor-heading-title,
.breadcrumb-title-wrapper .page-title,
.related-portfolios .shortcode-title,
article.single .entry-header .entry-title,
.woocommerce div.product .summary .entry-title,
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.woocommerce.related > h2,
.theme-title .heading-title,
.yith-wfbt-section .total_price,
.woocommerce div.product > .ts-mailchimp-subscription-shortcode .widget-title,
.style-tabs-vertical .column-tabs .heading-tab .heading-title,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title {
  font-size: 30px;
  line-height: 42px;
}

h3,
.h3,
.h3 .elementor-heading-title,
.ts-blogs.columns-1 article .entry-title,
.columns-1 .list-posts article .entry-title,
.ts-blogs.columns-2 article .entry-title,
.columns-2 .list-posts article .entry-title,
.columns-0 .list-posts article:nth-child(1) .entry-title,
.columns-0 .list-posts article:nth-child(2) .entry-title,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.ts-portfolio-wrapper .portfolio-meta h4,
.yith-wfbt-section > h3,
.woocommerce-MyAccount-content form > h3,
#customer_login h2,
.woocommerce-order-details > h2,
.woocommerce .cart-collaterals .order-total .amount,
.dokan-dashboard h1.entry-title,
.dokan-dashboard header.dokan-dashboard-header h1,
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price {
  font-size: 25px;
  line-height: 32px;
}

h4,
.h4,
.h4 .elementor-heading-title,
#main-content .woocommerce.columns-1 > .products .product .product-name,
.widget-container .widget-title-wrapper,
.widget-container .wp-block-group h2,
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce > form.checkout #order_review_heading,
.elementor-widget-image-box .elementor-image-box-title {
  font-size: 22px;
  line-height: 28px;
}

h5,
.h5,
.h5 .elementor-heading-title,
.widget-container .widget-title,
.comments-title .heading-title,
.ts-search-by-category > h2,
.dropdown-container .theme-title,
#comment-wrapper .heading-title,
.woocommerce #reviews #comments h2,
#reviews .woocommerce-Reviews-title,
.column-tabs ul.tabs li,
.style-tabs-default .column-tabs .heading-tab .heading-title,
#main-content.ts-col-24 .frequently-bought-together-vertical .yith-wfbt-section > h3,
.ts-megamenu .elementor-widget .elementor-widget-container .banner-wrapper h5,
.elementor-widget[data-widget_type*=wp-widget-] h2.widgettitle,
.ts-product.style-list .shortcode-heading-wrapper .shortcode-title {
  font-size: 20px;
  line-height: 26px;
}

h6,
.h6,
.h6 .elementor-heading-title,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.filter-widget-area .widget-container .widget-title,
.ts-megamenu .elementor-widget .elementor-widget-container h5,
.footer-container .elementor-widget .elementor-widget-container h5,
.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
body .dokan-category-menu h3.widget-title,
body .dokan-widget-area .widget .widget-title,
body .cart-empty.woocommerce-info,
.ts-team-members h3,
.commentlist li #comment-wrapper .heading-title,
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
.woocommerce .tabs-in-summary #reviews #comments .woocommerce-Reviews-title {
  font-size: 17px;
  line-height: 22px;
}

body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #left-sidebar .widget-container .wp-block-group h2,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #right-sidebar .widget-container .wp-block-group h2,
.brand-info-wrapper h3 {
  font-size: 16px;
}

/*** Responsive font size ***/

@media only screen and (max-width: 1400px) {
  #tab-description .ts-row .h1,
.woocommerce div.product.product-style-3 .summary p.price {
    font-size: 30px;
    line-height: 42px;
  }

  .woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
    font-size: 35px;
  }

  .yith-wfbt-section .total_price {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1279px) {
  .show-filter-top .product-filter-by-brand ul li label,
.show-filter-top .product-filter-by-availability ul li label,
.show-filter-top .product-filter-by-color ul li a {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1279px) {
  h1,
.h1,
.h1 .elementor-heading-title,
article.single-portfolio .entry-content > .entry-title,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.main-content-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title,
.layout-fullwidth #main-content.ts-col-24 article.single .entry-header .entry-title {
    font-size: 30px;
    line-height: 42px;
  }

  h2,
.h2,
.h2 .elementor-heading-title,
.breadcrumb-title-wrapper .page-title,
.related-portfolios .shortcode-title,
article.single .entry-header .entry-title,
.woocommerce div.product .summary .entry-title,
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.woocommerce.related > h2,
.theme-title .heading-title,
.yith-wfbt-section .total_price,
.woocommerce div.product > .ts-mailchimp-subscription-shortcode .widget-title,
.ts-shortcode .shortcode-heading-wrapper .shortcode-title {
    font-size: 25px;
    line-height: 32px;
  }

  h3,
.h3,
.h3 .elementor-heading-title,
.ts-blogs.columns-1 article .entry-title,
.columns-1 .list-posts article .entry-title,
.ts-blogs.columns-2 article .entry-title,
.columns-2 .list-posts article .entry-title,
.columns-0 .list-posts article:nth-child(1) .entry-title,
.page-container:not(.columns-0):not(.columns-1):not(.columns-2):not(.columns-3) .list-posts article .entry-title,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
#reviews .woocommerce-Reviews-title,
.yith-wfbt-section > h3,
.woocommerce-MyAccount-content form > h3,
#customer_login h2,
.woocommerce-order-details > h2,
.woocommerce .cart-collaterals .order-total .amount,
.dokan-dashboard h1.entry-title,
.dokan-dashboard header.dokan-dashboard-header h1,
.style-tabs-default .column-tabs .heading-tab .heading-title,
.style-tabs-vertical .column-tabs .heading-tab .heading-title,
#main-content .woocommerce.columns-1 > .products .product .meta-wrapper-2 .price {
    font-size: 22px;
    line-height: 28px;
  }

  h4,
.h4,
.h4 .elementor-heading-title,
#main-content .woocommerce.columns-1 > .products .product .product-name,
.widget-container .widget-title-wrapper,
.widget-container .wp-block-group h2,
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce > form.checkout #order_review_heading,
.elementor-widget-image-box .elementor-image-box-title,
.column-tabs ul.tabs li {
    font-size: 20px;
    line-height: 26px;
  }

  h5,
.h5,
.h5 .elementor-heading-title,
.widget-container .widget-title,
.comments-title .heading-title,
.ts-search-by-category > h2,
.dropdown-container .theme-title,
#comment-wrapper .heading-title,
.woocommerce #reviews #comments h2,
#reviews .woocommerce-Reviews-title,
#main-content.ts-col-24 .frequently-bought-together-vertical .yith-wfbt-section > h3,
.elementor-widget[data-widget_type*=wp-widget-] h2.widgettitle,
.ts-portfolio-wrapper .portfolio-meta h4 {
    font-size: 17px;
    line-height: 22px;
  }

  h6,
.h6,
.h6 .elementor-heading-title,
.ts-blogs article .entry-title,
.list-posts article .entry-title,
.columns-0 .list-posts article:nth-child(2) .entry-title,
.filter-widget-area .widget-container .widget-title,
.ts-megamenu .elementor-widget .elementor-widget-container h5,
.footer-container .elementor-widget .elementor-widget-container h5,
.footer-container .ts-list-of-product-categories-wrapper h3.heading-title,
body .dokan-category-menu h3.widget-title,
body .dokan-widget-area .widget .widget-title,
body .cart-empty.woocommerce-info,
.ts-team-members h3,
.commentlist li #comment-wrapper .heading-title,
.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #left-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #left-sidebar .widget-container .wp-block-group h2,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widget-title,
body:not(.woocommerce.archive) #right-sidebar .widget-container .widget-title-wrapper .widgettitle,
body:not(.woocommerce.archive) #right-sidebar .widget-container .wp-block-group h2,
.ts-product-in-product-type-tab-wrapper .column-tabs ul.tabs li,
.woocommerce .tabs-in-summary #reviews #comments .woocommerce-Reviews-title {
    font-size: 15px;
    line-height: 20px;
  }

  /*** Menu ***/
  .mobile-menu-wrapper .mobile-menu,
.ts-header .menu-wrapper .vertical-menu-wrapper .vertical-menu-heading,
.ts-megamenu-container .elementor-widget-container > h5,
.ts-header .menu-wrapper .ts-menu {
    font-size: 15px;
  }

  input,
textarea,
keygen,
select,
select option,
body .select2-container,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.dokan-form-control,
.more-less-buttons a,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-columns > h3,
.hidden-title-form input[type=text] {
    font-size: 14px;
    line-height: 18px;
  }

  .button-text:not(.ts-banner):not(.elementor-widget-button),
.elementor-widget-button.button-text .elementor-button {
    font-size: 15px;
  }

  .button,
a.button,
button,
input[type^=submit],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.woocommerce #respond input#submit,
div.button a,
input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn,
.woocommerce .button.button-small,
.button.button-small,
.woocommerce .button.button-small.button-border,
.button.button-small.button-border,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .button,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.elementor-button-wrapper .elementor-button,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare {
    font-size: 15px;
    line-height: 18px;
  }

  .elementor-button-wrapper .elementor-button.elementor-size-xs {
    font-size: 12px !important;
  }

  .elementor-button-wrapper .elementor-button.elementor-size-xl {
    font-size: 17px;
  }

  .entry-meta-middle,
.entry-meta-bottom {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .columns-0 .list-posts article:nth-child(1) .entry-title {
    font-size: 15px;
    line-height: 20px;
  }
}

/*--------------------------------------------------------
		III. CUSTOM COLOR
	---------------------------------------------------------*/

/*** Background Content Color ***/

body #main,
body.dokan-store #main:before,
#cboxLoadedContent,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
form.checkout div.create-account,
.ts-popup-modal .popup-container,
body #ts-search-result-container:before,
#yith-wcwl-popup-message,
.dataTables_wrapper,
body > .compare-list,
.single-navigation > div .product-info:before,
.single-navigation .product-info:before,
.archive.ajax-pagination .woocommerce > .products:after,
.dropdown-container ul.cart_list li.loading:before,
.thumbnail-wrapper .button-in.wishlist > a.loading:before,
.meta-wrapper .button-in.wishlist > a.loading:before,
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
div.blockUI.blockOverlay:before,
.woocommerce .blockUI.blockOverlay:before,
div.product .single-navigation a .product-info,
.ts-floating-sidebar .ts-sidebar-content,
.mobile-menu-wrapper ul.sub-menu,
.ts-team-members .team-info,
.mobile-menu-wrapper li.active .ts-menu-drop-icon.active,
.woocommerce .woocommerce-ordering .orderby ul:before,
.product-per-page-form ul.perpage ul:before,
#comments .wcpr-filter-container ul.wcpr-filter-button-ul,
.single-post .entry-header-meta .entry-header-meta-content,
.vertical-categories-wrapper .products .product-category,
.archive.woocommerce .woocommerce .product-wrapper,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
.wcml_currency_switcher > ul:before,
.wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu:before,
.wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu:before {
  background-color: #ffffff;
}

.ts-tiny-cart-wrapper .total {
  box-shadow: 0 -1px 0 #ffffff;
}

.ts-tiny-cart-wrapper li div.blockUI.blockOverlay,
.widget_shopping_cart li div.blockUI.blockOverlay,
.elementor-widget-wp-widget-woocommerce_widget_cart li div.blockUI.blockOverlay {
  background-color: #ffffff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.portfolio-thumbnail > figure ~ a.like {
  background: #ffffff;
  border-color: #ffffff;
  color: #4f4f4f;
}

blockquote {
  background: #FFF6EC;
  color: #4f4f4f;
}

/*** Body Text Color ***/

body,
body table.compare-list,
.comment-author-link a,
.widget-container li > a,
.widget_categories li > a,
.widget_archive li > a,
.wp-block-archives-list li > a,
.header-middle .header-currency ul,
.header-middle .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.header-middle .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-top .header-currency ul,
.header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
body .header-top .dropdown-container,
body .header-middle .dropdown-container,
body .header-bottom .dropdown-container,
footer#colophon .wcml_currency_switcher > ul,
footer#colophon .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu,
footer#colophon .wpml-ls-item-legacy-dropdown-click ul.wpml-ls-sub-menu,
.ts-testimonial-wrapper blockquote .author-role .author,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.my-account-wrapper .dropdown-container,
.ul-style.primary-color li,
.header-transparent.header-text-light .dropdown-container,
body.header-transparent.header-text-light .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body.header-transparent.header-text-light .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.header-transparent.header-text-light .header-currency ul,
.button-text:not(.ts-banner):not(.elementor-widget-button),
.ts-product.style-grid.has-shop-more-button .shop-more .button-text,
.ts-product.style-grid.has-shop-more-button .shop-more .button-text:hover,
.elementor-widget-button.button-text .elementor-button,
.elementor-widget-button.button-text .elementor-button:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.owl-nav > div:before,
.ts-social-sharing li a,
.woocommerce-info,
.woocommerce .woocommerce-info,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
#yith-wcwl-popup-message,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce.yith-wfbt-section .yith-wfbt-images td > a,
#ts-product-360-modal.ts-popup-modal .close,
.more-less-buttons > a,
.woocommerce-product-rating a,
.woocommerce-product-rating a:hover,
#reviews > .woocommerce-product-rating .review-count,
.woocommerce-privacy-policy-text,
.woocommerce > form.checkout a,
body .hidden-title-form a,
.ts-product-video-button,
.ts-product-360-button,
.dokan-store-wrap .commentlist li p time,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a {
  color: #4f4f4f;
}

.owl-dot.active,
.social-icons .list-icons .ts-tooltip {
  background: #4f4f4f;
}

.social-icons .list-icons .ts-tooltip:before {
  border-top-color: #4f4f4f;
}

.threesixty .nav_bar a {
  background: #4f4f4f;
  border-color: #4f4f4f;
  color: #ffffff;
}

.threesixty .nav_bar a:hover {
  color: #4f4f4f;
}

.thumbnail-wrapper .product-group-button > div {
  background-color: #ffffff;
}

.product-group-button > div a:after,
.product-group-button-meta > div.button-in a:before {
  color: #4f4f4f;
}

.product-group-button-meta > div a.added:before,
.product-group-button-meta > div .added a:before,
.product-group-button > div a.added:after,
.product-group-button > div .added a:after,
.product_list_widget .button-in a:hover,
.woocommerce .product_list_widget .button-in a:hover,
.product_list_widget .button-in .added a:after,
.product_list_widget .button-in a.added:after {
  color: #FE7934;
}

.tags-link a,
.wp-block-tag-cloud a,
.tagcloud a {
  background-color: #ffffff;
  border-color: #e5dada;
  color: #4f4f4f;
}

.tags-link a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: #ff002b;
  border-color: #ff002b;
  color: #ffffff;
}

.pagination-wrap ul.pagination > li > a.prev,
.pagination-wrap ul.pagination > li > a.next,
.dokan-pagination-container .dokan-pagination li:first-child a,
.dokan-pagination-container .dokan-pagination li:last-child a,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev,
.product-group-button .button-tooltip,
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next {
  background-color: #ff002b !important;
  border-color: #ff002b !important;
  color: #ffffff !important;
}

.product-group-button .button-tooltip:after {
  border-left-color: #ff002b;
}

.rtl .product-group-button .button-tooltip:after {
  border-right-color: #ff002b;
}

.ts-pagination ul li a:focus,
.ts-pagination ul li a:hover,
.ts-pagination ul li span.current,
.pagination-wrap ul.pagination > li > a:hover,
.pagination-wrap ul.pagination > li > span.current,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination-wrap ul.pagination > li > a.prev:hover,
.pagination-wrap ul.pagination > li > a.next:hover,
.dokan-pagination-container .dokan-pagination li:first-child a:hover,
.dokan-pagination-container .dokan-pagination li:last-child a:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover {
  color: #ff002b !important;
  border-color: #ff002b !important;
}

.woocommerce a.remove,
.ts-floating-sidebar .close,
.cart_list li a.remove,
ul.products-list a.remove,
table.shop_table .product-remove a,
table.compare-list tr.remove td > a .remove,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
  color: #4f4f4f !important;
}

.entry-meta-middle,
.entry-author .role,
.widget-container .count,
.ts-testimonial-wrapper blockquote .author-role,
.woocommerce-review__published-date,
.commentlist li .date-time,
.ts-search-result-container .description,
.product-style-3 .brand-info-wrapper .description,
.woocommerce-privacy-policy-text,
div.product .summary .meta-content,
.tagcloud .tag-link-count,
.product-brands,
.product-sku,
.product-categories,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-content > form .form-row > span > em,
.yith-wcwl-share .yith-wcwl-after-share-section,
.widget_archive li,
.wp-block-archives-list li,
.widget_categories li,
.elementor-widget-wp-widget-categories li,
.product-filter-by-color ul li .count,
ul.product_list_widget li .reviewer,
.elementor-widget-wp-widget-recent-posts .post-date,
#cancel-comment-reply-link,
.meta-wrapper .short-description,
.ts-product-brand-wrapper .item .count,
.woocommerce .widget_rating_filter ul li a,
.product-filter-by-brand li label .count,
.my-account-wrapper .form-content > form > a.register,
.comments-area .navigation .nav-previous + .nav-next:before,
.commentlist li.comment .comment-actions a {
  color: #808080;
}

/*** Heading Text Color ***/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
dt,
label,
p > label,
fieldset div > label,
blockquote,
blockquote .author,
table thead th,
.wpcf7 p,
.woocommerce > form > fieldset legend,
.woocommerce table.shop_table th,
html input:focus:invalid:focus,
html select:focus:invalid:focus,
#yith-wcwl-popup-message,
table#wp-calendar thead th,
html body > h1,
.woocommerce table.shop_attributes th,
.column-tabs ul.tabs li,
.ts-banner.text-under-image .box-content .description,
.ts-banner.text-under-image .box-content h2,
.ts-banner.text-under-image .box-content h6,
.ts-banner.text-under-image.style-arrow .ts-banner-button a,
body table.compare-list th,
body table.compare-list tr.title th,
body table.compare-list tr.image th,
body table.compare-list tr.price th {
  color: #4f4f4f;
}

.column-tabs ul.tabs li:after {
  border-color: #4f4f4f;
}

/*** Primary color ***/

.primary-color,
.hightlight,
.ul-style.primary-color li:before,
.woocommerce-tabs .ul-style li:before,
.short-description .ul-style li:before,
.woocommerce-product-details__short-description .ul-style li:before,
blockquote:before,
.out-of-stock .availability-text,
.woocommerce div.product form.cart .woocommerce-variation-availability p.stock.out-of-stock,
.elementor-lightbox .dialog-lightbox-close-button:hover,
.ts-store-notice .close:hover,
body #cboxClose:hover:after,
html body > h1 a.close:hover,
body table.compare-list tr.remove td > a:hover,
.elementor-lightbox .elementor-swiper-button:hover,
.woocommerce-account .addresses .title .edit:hover:before,
body .hidden-title-form a:hover,
.ts-header a:hover,
.product .meta-wrapper a:hover,
.meta-bottom-2 a:hover,
.filter-widget-area-button a:hover,
.filter-widget-area-button a.active,
.my-account-wrapper .dropdown-container a:hover,
body .wpml-ls-legacy-dropdown a:hover,
body .wpml-ls-legacy-dropdown a:focus,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
body .wpml-ls-legacy-dropdown-click a:hover,
body .wpml-ls-legacy-dropdown-click a:focus,
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.ts-search-result-container .view-all-wrapper a:hover,
.widget_text a[href^=mailto]:hover,
.widget_text a[href^=tel]:hover,
.woocommerce .ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.woocommerce.ts-search-result-container ul.product_list_widget ul.ul-style li:before,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a:hover {
  color: #00B412;
}

.ts-language-switcher a:hover,
.ts-currency-switcher a:hover,
#ts-product-video-modal .close:hover,
ul.products-list a.remove:hover,
table.shop_table .product-remove a:hover,
table.compare-list tr.remove td > a .remove:hover,
.cart_list li a.remove:hover {
  color: #ff002b !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before {
  background: #ff002b;
}

.ts-header .ts-menu ul li:hover:before,
.ts-header .ts-menu ul li:hover > a,
.ts-header .ts-menu ul li.current-menu-item:before,
.ts-header .ts-menu ul li.current-menu-item > a,
.ts-header .ts-menu ul li.current-menu-parent > a,
.ts-header .ts-menu ul li.current-menu-ancestor > a,
.ts-header .ts-menu ul li.current-product_cat-ancestor > a,
.ts-header .ts-menu ul li.current-menu-item .ts-menu-drop-icon,
.ts-header .ts-menu ul li.current-menu-parent .ts-menu-drop-icon,
.ts-header .ts-menu ul li.current-menu-ancestor .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-item > a,
.ts-header .ts-menu ul .sub-menu li.current-menu-parent > a,
.ts-header .ts-menu ul .sub-menu li.current-menu-ancestor > a,
.ts-header .ts-menu ul .sub-menu li.current-product_cat-ancestor > a,
.ts-header .ts-menu ul .sub-menu li.current-menu-item .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-parent .ts-menu-drop-icon,
.ts-header .ts-menu ul .sub-menu li.current-menu-ancestor .ts-menu-drop-icon,
#group-icon-header .social-icons ul li a:hover,
.ts-header .social-icons ul li a:hover,
.ts-list-of-product-categories-wrapper .list-categories ul li a:hover,
.footer-container .elementor-widget-wp-widget-nav_menu ul.menu li a:hover,
.footer-container ul.nostyle li a:hover,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li > a .menu-label:before,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-item > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_parent > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current_page_item > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-page-ancestor > a,
.header-transparent.header-text-light .header-template > div:not(.is-sticky) .header-middle .menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a {
  color: #ff002b !important;
}

.ts-banner .box-content .sale-label,
.add-to-cart-popup-content .heading .theme-title,
.ts-portfolio-wrapper .item-wrapper a.like,
.portfolio-info .portfolio-like {
  background: #ff002b;
  border-color: #ff002b;
  color: #ffffff;
}

#to-top a,
.my-account-wrapper .ts-style-text .account-control > a:hover,
.header-text-light .my-account-wrapper .ts-style-text .account-control > a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #ff002b;
  color: #ffffff;
}

.product-on-sale-form:hover label:before,
.product-on-sale-form.checked label:before,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked,
.widget-container.product-filter-by-brand ul > li label:hover:before,
.widget-container.product-filter-by-brand ul > li.selected label:before,
.product-filter-by-availability ul li label:hover:before,
.product-filter-by-availability ul li input[checked=checked] + label:before,
.product-filter-by-price ul li label:hover:before,
.product-filter-by-price ul li.chosen label:before,
.woocommerce .widget_rating_filter ul li a:hover::before,
.woocommerce .widget_rating_filter ul li.chosen a::before,
.product-filter-by-color ul li a:hover:before,
.product-filter-by-color ul li.chosen a:before {
  background: #ff002b;
  border-color: #ff002b !important;
}

.product-on-sale-form:hover label:after,
.product-on-sale-form.checked label:after,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items li span.checkboxbutton.checked:after,
.widget-container.product-filter-by-brand ul > li label:hover:after,
.widget-container.product-filter-by-brand ul > li.selected label:after,
.product-filter-by-availability ul li label:hover:after,
.product-filter-by-availability ul li input[checked=checked] + label:after,
.product-filter-by-price ul li label:hover:after,
.product-filter-by-price ul li.chosen label:after,
.woocommerce .widget_rating_filter ul li a:hover::after,
.woocommerce .widget_rating_filter ul li.chosen a::after,
.product-filter-by-color ul li a:hover:after,
.product-filter-by-color ul li.chosen a:after {
  color: #ffffff;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border-color: #ff002b;
}

#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
  background-color: #ff002b;
}

#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
  background-color: #ff002b;
  color: #ffffff;
}

.list-posts article.sticky {
  border-top-color: #ff002b;
}

.summary-column-2 .ts-product-attribute > div.option:not(.color).selected > a,
.summary-column-2 .ts-product-attribute > div.option:not(.color):hover > a,
.ts-product-attribute > div.option:not(.color).selected > a,
.ts-product-attribute > div.option:not(.color):hover > a {
  background: #ECFDEE;
  border-color: #ff002b;
}

/*** Secondary color ***/

.yith-wfbt-section .total_price,
.availability .availability-text,
.header-contact-info:before {
  color: #FF6D22;
}

.woocommerce.yith-wfbt-section:before {
  background-color: #FFF6EC;
}

#group-icon-header .tab-mobile-menu li.active,
.woocommerce.yith-wfbt-section .yith-wfbt-images td:not(:last-child) > a:after {
  background: #FF6D22;
  color: #ffffff;
}

.ts-delivery-note > span,
.woocommerce div.product div.summary .ts-delivery-note > span {
  border-color: #FF6D22;
}

.ts-delivery-note svg path {
  stroke: #FF6D22;
}

/*** Link Color ***/

a,
.elementor-widget-text-editor table a {
  color: #ff002b;
}

a:hover,
.elementor-widget-text-editor table a:hover,
.product-brands a:hover,
.product-categories a:hover,
.portfolio-info .cat-links a:hover,
.widget_categories > ul li > a:hover,
.widget_archive li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_meta li > a:hover,
.widget_recent_comments li > a:hover,
.widget_recent_entries li > a:hover,
.widget_rss li > a:hover,
ul.product_list_widget li a:hover,
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover,
.ts-product-brand-info .social-profile li a:hover,
.ts-header .menu-wrapper .vertical-menu-wrapper ul.sub-menu a:hover,
.ts-header .menu-wrapper .ts-menu ul.sub-menu a:hover,
.vertical-categories-wrapper .products .product-category .heading-title a:hover,
.woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover,
.widget_categories > ul li.current-cat > a,
.woocommerce div.product .summary .product-brands a:hover,
.woocommerce div.product .summary .cat-links a:hover,
.woocommerce div.product .summary .tag-links a:hover,
.ts-product-category-wrapper .product:not(.product-category) .category-name a:hover,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items a:hover,
.elementor-widget[data-widget_type*=wp-widget-] ul li a:hover,
.comments-area .add-comment > a:hover,
.commentlist li.comment .comment-actions a:hover,
.woocommerce .woocommerce-ordering ul li a:hover,
.product-per-page-form ul.perpage ul li a:hover {
  color: #ff002b;
}

.item-wrapper .portfolio-meta a:hover {
  color: #ff002b !important;
}

/*** Button/Input Color ***/

.button,
a.button,
button,
input[type^=submit],
.shopping-cart p.buttons a,
a.wp-block-button__link,
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
#content button.button,
.wp-block-search .wp-block-search__button,
.woocommerce #respond input#submit,
div.button a,
input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn,
.dokan-btn.dokan-store-list-filter-button,
.dokan-btn.dokan-store-list-filter-button:hover,
.elementor-button-wrapper .elementor-button,
.wishlist_table .product-add-to-cart a,
body .woocommerce table.compare-list .add-to-cart td a,
.yith-woocompare-widget a.clear-all,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all,
.woocommerce-cart table.cart td.actions > .button:hover,
div.wpcf7 input[type^=submit],
.woocommerce a.button.disabled,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #ff002b;
  border-color: #ff002b;
  color: #ffffff;
}

div.wpcf7 input[type^=submit]:hover,
.button:hover,
a.button:hover,
button:hover,
input[type^=submit]:hover,
.shopping-cart p.buttons a:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
#content button.button:hover,
.wp-block-search .wp-block-search__button:hover,
.woocommerce #respond input#submit:hover,
div.button a:hover,
input[type=submit].dokan-btn:hover,
a.dokan-btn:hover,
.dokan-btn:hover,
.wishlist_table .product-add-to-cart a:hover,
a.wp-block-button__link:hover,
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.elementor-button-wrapper .elementor-button:hover,
body .woocommerce table.compare-list .add-to-cart td a:hover,
.woocommerce-cart table.cart td.actions > .button,
.yith-woocompare-widget a.clear-all:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.clear-all:hover {
  color: #ff002b;
  border-color: #ff002b;
}

.button-primary,
.button.button-primary,
#content button.button.button-primary,
.shop-more a.button,
.woocommerce-page button.button.button-primary,
.yith-wfbt-form .yith-wfbt-submit-block .button,
form.track_order input[type^=submit],
form.track_order button[type^=submit],
.woocommerce-MyAccount-content form button[type^=submit],
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^=submit],
.load-more-wrapper .button,
.ts-shop-load-more .button,
.woocommerce .ts-shop-load-more .button,
.woocommerce-cart .return-to-shop a.button,
.widget_shopping_cart .buttons a.checkout:hover,
.woocommerce #customer_login form.login .button,
.woocommerce #customer_login form.register .button,
.yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.dropdown-footer > a.button.checkout-button:hover {
  background: #ff002b;
  border-color: #ff002b;
  color: #ffffff;
}

.button-primary:hover,
.button.button-primary:hover,
.shop-more a.button:hover,
#content button.button.button-primary:hover,
.woocommerce-page button.button.button-primary:hover,
.woocommerce div.product form.cart .button:hover,
.yith-wfbt-form .yith-wfbt-submit-block .button:hover,
form.track_order input[type^=submit]:hover,
form.track_order button[type^=submit]:hover,
.woocommerce-MyAccount-content form button[type^=submit]:hover,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password button[type^=submit]:hover,
.load-more-wrapper .button:hover,
.ts-shop-load-more .button:hover,
.woocommerce .ts-shop-load-more .button:hover,
.woocommerce-cart .return-to-shop a.button:hover,
.widget_shopping_cart .buttons a.checkout,
.woocommerce #customer_login form.login .button:hover,
.woocommerce #customer_login form.register .button:hover,
.yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-yith-woocompare-widget a.compare:hover,
.elementor-widget-wp-widget-woocommerce_widget_cart .buttons a.checkout:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.dropdown-footer > a.button.checkout-button {
  color: #ff002b;
}

.woocommerce div.product form.cart .button.loading:after,
.search-table .search-field.loading ~ .search-button:before,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:after,
.product-group-button-meta > div a.loading:after,
.woocommerce .product-group-button-meta > div a.button.loading:after,
rs-layer .products .product div.loop-add-to-cart .button.loading:after {
  background: #ff002b !important;
}

.woocommerce div.product form.cart .button.loading:hover:after,
.wishlist_table .product-add-to-cart a.add_to_cart.loading:hover:after,
body .woocommerce table.compare-list .add-to-cart td a.loading:hover:after,
.product-group-button-meta > div a.loading:hover:after,
.woocommerce .product-group-button-meta > div a.button.loading:hover:after,
rs-layer .products .product div.loop-add-to-cart .button.loading:hover:after {
  background: #ffffff !important;
}

.load-more-wrapper .button.loading,
.ts-shop-load-more .button.loading,
.woocommerce .ts-shop-load-more .button.loading {
  border-top-color: #ff002b;
}

select,
textarea,
html input[type=search],
html input[type=text],
html input[type=email],
html input[type=password],
html input[type=date],
html input[type=number],
html input[type=tel],
.woocommerce .quantity input.qty,
.quantity input.qty,
body .wishlist-title a.show-title-form,
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-container--default .select2-selectionSingle,
.woocommerce-checkout .select2-dropdown,
body .select2-container--default .select2-selectionSingle,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--default .select2-selectionMultiple,
body .select2-container--default .select2-selectionSingle .select2-selection__rendered {
  color: #4f4f4f;
  background-color: #f2f2f2;
}

.vertical-categories-wrapper .products .product-category .product-wrapper:hover,
.ts-active-filters .widget_layered_nav_filters ul li a,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.elementor-widget-wp-widget-ts_products.nav-top .ts-slider .owl-nav > div,
.elementor-widget-wp-widget-ts_blogs.nav-top .ts-slider .owl-nav > div,
.elementor-widget-wp-widget-ts_recent_comments.nav-top .ts-slider .owl-nav > div,
.widget-container .ts-slider .owl-nav > div,
#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
  background-color: #f2f2f2;
}

.ts-header nav.vertical-menu > ul.menu > li:hover,
.ts-header nav.vertical-menu > ul.menu > li.ts-active,
.ts-header .normal-menu nav.vertical-menu ul.sub-menu > li:hover,
.ts-header nav.vertical-menu ul li.current-menu-item {
  color: #4f4f4f;
  background-color: #F0F0F0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #f2f2f2 inset !important;
}

body .select2-container--default .select2-selectionSingle .select2-selection__placeholder {
  color: #4f4f4f;
}

body .wishlist-title a.show-title-form:hover {
  background-color: #ff002b;
  color: #ffffff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f2f2f2;
}

/*** Border Color ***/

*,
*:before,
*:after,
img,
.entry-meta-bottom,
.commentlist li.comment,
.woocommerce #reviews #comments ol.commentlist li,
.ts-tiny-cart-wrapper .total,
.widget_shopping_cart .total,
.elementor-widget-wp-widget-woocommerce_widget_cart .total,
.twitter-wrapper .avatar-name img,
body.single-post article .entry-format.no-featured-image,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce div.product form.cart table.group_table td,
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login,
.ts-product-brand-wrapper .item img,
body #yith-woocompare table.compare-list tbody th,
body #yith-woocompare table.compare-list tbody td,
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item td.product-subtotal,
.ts-header .dropdown-container *,
.color-swatch > div img,
.ts-product-attribute a img,
.ts-header nav > ul.menu ul.sub-menu:before,
.woocommerce div.product.show-tabs-content-default .woocommerce-tabs #reviews nav.woocommerce-pagination,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images:after,
#main-content.ts-col-24 .woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items:after {
  border-color: #e5e5e5;
}

.images.loading:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.search-table .search-button:after,
.woocommerce .product figure.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
.archive.ajax-pagination .woocommerce > .products:before,
div.wpcf7 .ajax-loader:after {
  border-color: #e5e5e5;
}

.images.loading:after,
.search-table .search-button:after,
.ts-product .content-wrapper.loading:after,
.ts-logo-slider-wrapper.loading .content-wrapper:after,
.related-posts.loading .content-wrapper:after,
.woocommerce .product figure.loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.blogs article a.gallery.loading:after,
.ts-blogs-wrapper.loading .content-wrapper:after,
.ts-testimonial-wrapper .items.loading:after,
.ts-twitter-slider .items.loading:after,
article .thumbnail.loading:after,
.ts-portfolio-wrapper.loading:after,
.thumbnails.loading:after,
.ts-product-category-wrapper .content-wrapper.loading:after,
.thumbnails-container.loading:after,
.column-products.loading:after,
.ts-team-members .loading:after,
.ts-products-widget-wrapper.loading:after,
.ts-blogs-widget-wrapper.loading:after,
.ts-recent-comments-widget-wrapper.loading:after,
.ts-tiny-cart-wrapper li div.blockUI.blockOverlay:after,
.widget_shopping_cart li div.blockUI.blockOverlay:after,
.elementor-widget-wp-widget-woocommerce_widget_cart div.blockUI.blockOverlay:after,
.dropdown-container ul.cart_list li.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce div.product .single-product-buttons-sharing .single-product-buttons a.loading:after,
div.blockUI.blockOverlay:after,
.woocommerce div.blockUI.blockOverlay:after,
.archive.ajax-pagination .woocommerce > .products:before,
div.wpcf7 .ajax-loader:after {
  border-top-color: #4f4f4f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:after,
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:hover img,
.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color.selected a img {
  border-color: #4f4f4f;
}

.woocommerce div.product.color-variation-thumbnail .ts-product-attribute div.option.color a:after {
  background: #4f4f4f;
}

/*** Header Color ***/

.ts-store-notice {
  background-color: #FF6D22;
  border-color: #FF6D22;
  color: #ffffff;
}

.header-top,
.header-middle,
.header-bottom {
  background-color: #fafafa;
  border-color: #e5e5e5;
  color: #4f4f4f;
}

.header-contact-info {
  color: #808080;
}

.header-middle .header-right > *:before {
  border-color: #e5e5e5;
}

.ts-header .search-content input[type=text] {
  color: #4f4f4f;
  background-color: #fff;
}

.ts-megamenu .category-style-vertical .products .product-category .product-wrapper {
  background-color: #ffffff;
}

.ts-megamenu .category-style-vertical .products .product-category.active .product-wrapper,
.ts-megamenu .category-style-vertical .products .product-category .product-wrapper:hover {
  background-color: #F0F0F0;
}

.ts-header .social-icons ul li:hover i,
.ts-megamenu .category-style-vertical .products .product-category .product-wrapper:hover a {
  color: #ff002b;
}

.ts-header .search-content ::-webkit-input-placeholder {
  color: #4d4d4d;
}

.ts-header .search-content :-moz-placeholder {
  color: #4d4d4d;
}

.ts-header .search-content ::-moz-placeholder {
  color: #4d4d4d;
}

.ts-header .search-content :-ms-input-placeholder {
  color: #4d4d4d;
}

.ts-header nav > ul.menu li ul.sub-menu:before,
.ts-header nav > ul.menu li ul.sub-menu:after,
.ts-header .vertical-menu-wrapper:not(.normal-menu) nav.vertical-menu:before,
.ts-header .vertical-menu > ul,
.ts-header .vertical-menu > ul > li,
.ts-header .vertical-menu li:not(.ts-megamenu) > ul.sub-menu > li {
  background-color: #ffffff;
  border-color: #e5e5e5;
}

.ts-header nav > ul.menu > li.has-line,
.ts-header nav > ul > li.has-line,
.ts-header *,
.ts-header *:before,
.ts-header *:after,
ul.sub-menu .tab-vertical-menu .products .product-category,
ul.sub-menu .category-style-vertical .products .product-category {
  border-color: #e5e5e5;
}

.ts-header .menu-wrapper .vertical-menu,
.ts-header nav > ul.menu li ul.sub-menu,
ul.sub-menu .elementor-element .list-categories ul li a,
ul.sub-menu .elementor-element .heading-title,
.header-contact-info strong {
  color: #4f4f4f;
}

.ts-header .social-icons ul li i {
  color: #4f4f4f;
}

.icon-menu-sticky-header .icon:before,
.search-button.search-icon .icon:before,
.my-wishlist-wrapper .tini-wishlist:before,
.my-notification-wrapper i:before,
.shopping-cart-wrapper .cart-control .ic-cart:before,
.shopping-cart-wrapper .cart-control .cart-total,
.ts-tiny-account-wrapper .account-control > a:before,
.header-transparent.header-text-light .is-sticky .header-middle .icon-menu-sticky-header .icon:before,
.header-transparent.header-text-light .is-sticky .header-middle .search-button.search-icon .icon:before,
.header-transparent.header-text-light .is-sticky .header-middle .my-wishlist-wrapper .tini-wishlist:before,
.header-transparent.header-text-light .is-sticky .header-middle .shopping-cart-wrapper .cart-control .ic-cart:before,
.header-transparent.header-text-light .is-sticky .header-middle .ts-tiny-account-wrapper .account-control > a:before {
  color: #4f4f4f;
}

.icon-menu-sticky-header:hover .icon:before,
.search-button.search-icon:hover .icon:before,
.my-wishlist-wrapper:hover .tini-wishlist:before,
.my-notification-wrapper:hover .tini-wishlist i:before,
.shopping-cart-wrapper:hover .cart-control .ic-cart:before,
.shopping-cart-wrapper:hover .cart-control .cart-total,
.ts-tiny-account-wrapper:hover .account-control > a:before,
.header-transparent.header-text-light .icon-menu-sticky-header:hover .icon:before,
.header-transparent.header-text-light .search-button.search-icon:hover .icon:before,
.header-transparent.header-text-light .my-wishlist-wrapper:hover .tini-wishlist:before,
.header-transparent.header-text-light .shopping-cart-wrapper:hover .cart-control .ic-cart:before,
.header-transparent.header-text-light .shopping-cart-wrapper:hover .cart-control .cart-total,
.header-transparent.header-text-light .ts-tiny-account-wrapper:hover .account-control > a:before {
  color: #ff002b;
}

.my-wishlist-wrapper .tini-wishlist .count-number,
.shopping-cart-wrapper .cart-control .cart-number,
.dropdown-container .theme-title span {
  background: #ff002b;
  color: #ffffff;
}

.header-v4 .header-middle .header-left > *,
.header-v4 .header-middle .header-right > *,
.header-v4 .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .is-sticky .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .is-sticky .header-middle .header-left > *,
.header-v4.header-transparent .is-sticky .header-middle .header-right > * {
  background-color: #F0F0F0;
}

.header-v4.header-transparent .header-middle .header-left .ts-search-by-category,
.header-v4.header-transparent .header-middle .header-left > *,
.header-v4.header-transparent .header-middle .header-right > * {
  background-color: #ffffff;
}

/*** Breadcrumbs ***/

.breadcrumb-title-wrapper {
  background-color: #fafafa;
}

.breadcrumb-title-wrapper .breadcrumbs,
.breadcrumb-title-wrapper .page-title {
  color: #4f4f4f;
}

.breadcrumb-title-wrapper .breadcrumbs a,
.breadcrumb-title-wrapper .brn_arrow:before,
.breadcrumb-title-wrapper .breadcrumbs-container > span:not(.current):before,
.breadcrumb-title-wrapper.breadcrumb-v1 .description {
  color: #808080;
}

/*** Footer ***/

footer#colophon {
  background-color: #1A1A1A;
  color: #ffffff;
}

footer#colophon,
.footer-container * {
  border-color: #383838;
}

.footer-container .elementor-widget-divider {
  --divider-color: #383838;
}

/*** Product ***/

.column-tabs .list-categories,
.woocommerce .products .product:not(.product-category) .product-wrapper,
.product-hover-vertical-style-2 .products .product:not(.product-category) .product-wrapper:hover .product-group-button-meta {
  background-color: #ffffff;
}

.product-name,
h3.product-name,
.product-name h3,
.product_list_widget .title,
ul.product_list_widget li a,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.price,
.product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
ul.product_list_widget .product-categories,
.price del,
td[data-title=Price] del,
table.group_table del,
.product-price del,
body .wishlist_table.mobile table.item-details-table td del {
  color: #4f4f4f;
}

.price ins,
td[data-title=Price] ins,
table.group_table ins,
body .wishlist_table.mobile table.item-details-table td ins,
.product-price ins {
  color: #FF6D22;
}

.star-rating::before,
.woocommerce .star-rating::before,
.woocommerce p.stars a,
.woocommerce p.stars a:hover ~ a,
.woocommerce p.stars.selected a.active ~ a,
.ts-testimonial-wrapper .rating:before,
blockquote .rating:before {
  color: #cccccc !important;
}

.star-rating span,
.woocommerce .star-rating span,
.product_list_widget .star-rating span,
.woocommerce p.stars:hover a,
.woocommerce p.stars.selected a,
.woocommerce .star-rating span:before,
.ts-testimonial-wrapper .rating span:before,
blockquote .rating span:before {
  color: #FF6D22 !important;
}

.ts-product-deals-wrapper .content-wrapper,
.woocommerce.main-products > .products > .list-categories {
  background-color: #FFF6EC;
  border-color: #FF6D22;
}

.meta-wrapper .counter-wrapper .number,
.counter-wrapper > div .number > span {
  background-color: #FF6D22;
  color: #ffffff;
}

.counter-wrapper .separate {
  color: #FF6D22;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td:not(.actions),
.woocommerce table.shop_table.shop_table_responsive.cart tr.cart_item,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce form.checkout_coupon,
.woocommerce .checkout-login-coupon-wrapper form.login,
.woocommerce > form.checkout #customer_details,
.woocommerce > form.checkout #order_review_heading,
.woocommerce > form.checkout #order_review,
.woocommerce-cart article .woocommerce .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce #customer_login,
.woocommerce form.track_order,
body .wishlist_table.mobile li,
.woocommerce.ts-search-result-container ul.product_list_widget li,
.ts-floating-sidebar .woocommerce ul.product_list_widget li,
#ts-search-sidebar .search-table .search-field input[type=text],
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation li:not(:hover):not(.is-active) a,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password,
.woocommerce div.product.product-style-3 .product-images-summary,
.woocommerce div.product.product-style-3 .ts-product-brand-info,
.woocommerce div.product.product-style-4 .product-images-summary,
.summary-column-2 .ts-product-attribute > div.option:not(.color) > a,
.woocommerce .summary-column-2 .quantity input.qty,
.summary-column-2 .quantity input.qty,
.ts-product-brand-info .brand-info-wrapper,
.ts-product-brand-info .product_list_widget li,
.ts-product.style-list .shortcode-heading-wrapper {
  background-color: #ffffff;
}

body > #ts-search-result-container,
.woocommerce-page.archive #main,
.woocommerce-cart #main,
.woocommerce-checkout #main,
.woocommerce-account #main,
.woocommerce-wishlist #main,
div.product .summary-column-2,
.woocommerce .cross-sells:before,
.woocommerce .up-sells:before,
.woocommerce .related:before,
.woocommerce div.product > .ts-product-in-category-tab-wrapper:before,
#ts-search-sidebar .ts-sidebar-content,
article.single-post .single-related-wrapper {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1279px) {
  #ts-filter-widget-area .ts-sidebar-content {
    background-color: #f7f7f7;
  }
}

.woocommerce div.product div.summary * {
  border-color: #f0f2f5;
}

.woocommerce.yith-wfbt-section .yith-wfbt-images td > a,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block,
.woocommerce.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items:after,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:first-child:before,
.woocommerce .widget_price_filter .price_slider_amount .price_label > span:last-child,
.woocommerce div.product.product-style-3 .woocommerce-tabs:before,
.woocommerce div.product.product-style-3 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-3 .ts-instagram-shortcode:before,
.woocommerce div.product.product-style-4 .woocommerce-tabs:before,
.woocommerce div.product.product-style-4 .ts-mailchimp-subscription-shortcode:before,
.woocommerce div.product.product-style-4 .ts-instagram-shortcode:before,
.ts-active-filters .widget_layered_nav_filters ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.widget_product_categories ul.product-categories li > a,
.widget_product_categories ul.product-categories li > span,
.ts-product-categories-widget-wrapper ul.product-categories li > a,
.ts-product-categories-widget-wrapper ul.product-categories li > span:not(.icon-toggle),
.ts-product-categories-widget-wrapper > ul li.cat-parent > span.icon-toggle {
  background: #ffffff !important;
}

.woocommerce-widget-layered-nav ul li:hover > a,
.woocommerce-widget-layered-nav ul li:hover > span,
.ts-active-filters .widget_layered_nav_filters ul li:hover a,
.ts-active-filters .widget_layered_nav_filters ul li.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover span,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen span,
.widget_product_categories ul.product-categories li:hover > a,
.widget_product_categories ul.product-categories li:hover > span,
.widget_product_categories ul.product-categories li.current-cat > a,
.widget_product_categories ul.product-categories li.current-cat > span,
.ts-product-categories-widget-wrapper ul.product-categories li:hover > a,
.ts-product-categories-widget-wrapper ul.product-categories li:hover > span:not(.icon-toggle),
.ts-product-categories-widget-wrapper ul.product-categories li.current > a,
.ts-product-categories-widget-wrapper ul.product-categories li.current > span:not(.icon-toggle),
.ts-product-categories-widget-wrapper > ul li.cat-parent.current > span.icon-toggle {
  background: #ECFDEE !important;
  border-color: #ff002b !important;
}

@media only screen and (min-width: 1279px) {
  .show-filter-top .product-filter-by-brand ul li label,
.show-filter-top .product-filter-by-availability ul li label,
.show-filter-top .product-filter-by-color ul li a {
    background: #ffffff !important;
  }

  .show-filter-top .product-filter-by-brand ul li.selected label,
.show-filter-top .product-filter-by-brand ul li:hover label,
.show-filter-top .product-filter-by-availability ul li:hover label,
.show-filter-top .product-filter-by-availability ul li.selected label,
.show-filter-top .product-filter-by-color ul li:hover a,
.show-filter-top .product-filter-by-color ul li.chosen a {
    background: #ECFDEE !important;
    border-color: #ff002b !important;
  }
}

/*** Product Label ***/

.product_list_widget .product-label .onsale,
.woocommerce .product .product-label .onsale {
  color: #ffffff;
  background: #ff002b;
}

.product_list_widget .product-label .new,
.woocommerce .product .product-label .new {
  color: #ffffff;
  background: #FE7934;
}

.product_list_widget .product-label .featured,
.woocommerce .product .product-label .featured {
  color: #ffffff;
  background: #CB1800;
}

.product_list_widget .product-label .out-of-stock,
.woocommerce .product .product-label .out-of-stock {
  color: #ffffff;
  background: #9a9a9a;
}

/*** Mobile Buttons Bottom ***/

#ts-mobile-button-bottom {
  background: #ffffff;
  border-color: #d9d9d9;
}

#ts-mobile-button-bottom > div .icon:before,
#ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist:before,
#ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .ic-cart:before,
#ts-mobile-button-bottom .ts-tiny-account-wrapper .account-control > a:before {
  color: #4f4f4f;
}

#ts-mobile-button-bottom .my-wishlist-wrapper .tini-wishlist .count-number,
#ts-mobile-button-bottom .shopping-cart-wrapper .cart-control .cart-number {
  background: #ff002b;
  border-color: #ff002b;
  color: #ffffff;
}

#group-icon-header .ts-sidebar-content {
  background-color: #ffffff;
}

#group-icon-header .ts-sidebar-content,
.mobile-menu-wrapper,
.mobile-menu-wrapper .mobile-menu {
  color: #4f4f4f;
}

.fade-in {
  opacity: 0.5;
  pointer-events: none;
}

.br-default .br-units {
  align-items: center;
}

.br-default .br-unit {
  margin-right: 5px;
  font-size: 23px;
  height: 18px;
  width: 18px;
}

.br-default .br-unit:after {
  content: "★";
  color: #d2d2d2;
}

.br-default .br-selected:after {
  color: #EDB867;
}

.br-default .br-active:after {
  color: #EDB867;
}
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }

/* You can add global styles to this file, and also import other style files */
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ffd740}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge-content{color:#fff;background:#673ab7}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:rgba(0,0,0,.87)}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#673ab7}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ffd740}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#673ab7}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ffd740}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(0,0,0,.04)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#673ab7;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#673ab7}
.mat-datepicker-toggle-active.mat-accent{color:#ffd740}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ffd740}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#673ab7}
.mat-icon.mat-accent{color:#ffd740}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#673ab7}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#d1c4e9}
.mat-progress-bar-buffer{background-color:#d1c4e9}
.mat-progress-bar-fill::after{background-color:#673ab7}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ffe57f}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#673ab7}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}
.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ffd740}
.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}
.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}
.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#673ab7}
.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#ffd740}
.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(0,0,0,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#673ab7;color:#fff}
.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ffd740}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
@font-face {
  font-family: "HelveticaCompressed";
  src: url('helvetica-compressed.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaBold";
  src: url('Helvetica-Bold.ttf') format("opentype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaRounded";
  src: url('helvetica-rounded-bold.otf') format("opentype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLite";
  src: url('Helvetica-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica 45 Light";
  src: url('Helvetica-45-Light.ttf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica 55 Roman";
  src: url('Helvetica-55-Roman.ttf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica 65 Medium";
  src: url('Helvetica-65-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaOblique";
  src: url('Helvetica-Oblique.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaBoldOblique";
  src: url('Helvetica-BoldOblique.ttf');
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url('Helvetica.ttf');
  font-weight: normal;
  font-style: normal;
}

/*# sourceMappingURL=styles.css.map*/