@charset "UTF-8";
.rev-btn .icon-minus {
  position: static;
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 2px;
  vertical-align: middle;
  background-color: #222;
  margin-bottom: 4px;
}
.rtl .rev-btn .icon-minus {
  margin-left: 5px;
  margin-right: inherit;
}
@media (min-width: 768px) {
  .rev-btn .icon-minus {
    margin-right: 10px;
    width: 20px;
    height: 2px;
  }
  .rtl .rev-btn .icon-minus {
    margin-left: 10px;
    margin-right: inherit;
  }
}
.rev-btn:hover .icon-minus, .rev-btn:focus .icon-minus {
  background-color: #fff;
}

.action-bullet {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: #767676;
  cursor: pointer;
}
.action-bullet:hover, .action-bullet:focus {
  color: #222222;
}
.action-bullet.next:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #767676;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 4px;
}
.action-bullet.next:hover:before, .action-bullet.next:focus:before {
  width: 50px;
}
.action-bullet.prev:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #767676;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 4px;
}
.action-bullet.prev:hover:after, .action-bullet.prev:focus:after {
  width: 50px;
}

.btn-banner {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #222222;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner:before {
  right: 0;
  left: auto;
}
.btn-banner:hover {
  color: #222222;
}
.btn-banner:hover:before {
  width: 100%;
}

.btn-banner-white {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner-white:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner-white:before {
  right: 0;
  left: auto;
}
.btn-banner-white:hover {
  color: #fff;
}
.btn-banner-white:hover:before {
  width: 100%;
}


.btn-banner-purple {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #141F46;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner-purple:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: #141F46;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner-purple:before {
  right: 0;
  left: auto;
}
.btn-banner-purple:hover {
  color: #141F46;
}
.btn-banner-purple:hover:before {
  width: 100%;
}
/*!
 * Font Awesome Free 5.11.2 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,
.fas,
.far,
.fal,
.fad,
.fab {
  -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: 0.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: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.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-adobe:before {
  content: "\f778"; }

.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-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-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-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-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-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-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.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-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-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-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-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-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-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-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-usd:before {
  content: "\f4c0"; }

.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-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.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-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.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-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-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-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-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-instagram:before {
  content: "\f16d"; }

.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-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-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-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-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-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-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.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-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-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-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-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-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.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-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-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-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.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-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-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-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-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.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-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-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-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-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-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-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: normal;
  font-display: auto;
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-brands-400.eot);
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-brands-400.woff2) format("woff2"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-brands-400.woff) format("woff"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-brands-400.ttf) format("truetype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/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: auto;
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.eot);
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.woff2) format("woff2"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.woff) format("woff"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.ttf) format("truetype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.eot);
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.woff2) format("woff2"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.woff) format("woff"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.ttf) format("truetype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }@font-face {
	font-family: 'themify';
	src:url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/themify.eot);
	src:url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/themify.eot) format('embedded-opentype'),
		url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/themify.woff) format('woff'),
		url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/themify.ttf) format('truetype'),
		url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/themify.svg) 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: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}
	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/11/2020 14:09
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.eot);
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.eot?#iefix) format("embedded-opentype"),
       url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.woff2) format("woff2"),
       url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.woff) format("woff"),
       url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.ttf) format("truetype"),
       url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(https://barakatsklepmiesny.pl/wp-content/themes/uomo/css/Flaticon.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-loupe:before { content: "\f100"; }
.flaticon-user:before { content: "\f101"; }
.flaticon-shopping-bag:before { content: "\f102"; }
.flaticon-heart:before { content: "\f103"; }
.flaticon-shipping:before { content: "\f104"; }
.flaticon-headphone:before { content: "\f105"; }
.flaticon-shield:before { content: "\f106"; }
.flaticon-next:before { content: "\f107"; }
.flaticon-back:before { content: "\f108"; }
.flaticon-upload:before { content: "\f109"; }
.flaticon-download:before { content: "\f10a"; }
.flaticon-view:before { content: "\f10b"; }
.flaticon-handbag:before { content: "\f10c"; }
.flaticon-clothes-hanger:before { content: "\f10d"; }
.flaticon-wristwatch:before { content: "\f10e"; }
.flaticon-wedding-dress:before { content: "\f10f"; }
.flaticon-shoes:before { content: "\f110"; }
.flaticon-trousers:before { content: "\f111"; }
.flaticon-tshirt:before { content: "\f112"; }
.flaticon-hoodie:before { content: "\f113"; }
.flaticon-play:before { content: "\f114"; }
.flaticon-gift:before { content: "\f115"; }
.flaticon-filter-results-button:before { content: "\f116"; }
.flaticon-sharing:before { content: "\f117"; }
.flaticon-placeholder:before { content: "\f118"; }
.flaticon-hanger:before { content: "\f119"; }
.flaticon-home:before { content: "\f11a"; }
.flaticon-360-degrees:before { content: "\f11b"; }
.flaticon-check:before { content: "\f11c"; }


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 * Bootstrap v3.2.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/****/
.margin-top-1 {
  margin-top: 1px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

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

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-left-26 {
  margin-left: 26px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.margin-right-26 {
  margin-right: 26px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-left-27 {
  margin-left: 27px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.margin-right-27 {
  margin-right: 27px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-left-28 {
  margin-left: 28px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.margin-right-28 {
  margin-right: 28px !important;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-left-29 {
  margin-left: 29px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.margin-right-29 {
  margin-right: 29px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-left-31 {
  margin-left: 31px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-right-31 {
  margin-right: 31px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-left-33 {
  margin-left: 33px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.margin-right-33 {
  margin-right: 33px !important;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-left-34 {
  margin-left: 34px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.margin-right-34 {
  margin-right: 34px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-left-36 {
  margin-left: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-right-36 {
  margin-right: 36px !important;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-left-37 {
  margin-left: 37px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.margin-right-37 {
  margin-right: 37px !important;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-left-38 {
  margin-left: 38px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.margin-right-38 {
  margin-right: 38px !important;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-left-39 {
  margin-left: 39px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.margin-right-39 {
  margin-right: 39px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-left-41 {
  margin-left: 41px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.margin-right-41 {
  margin-right: 41px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-left-42 {
  margin-left: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.margin-right-42 {
  margin-right: 42px !important;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-left-43 {
  margin-left: 43px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-right-43 {
  margin-right: 43px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-left-44 {
  margin-left: 44px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.margin-right-44 {
  margin-right: 44px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-left-46 {
  margin-left: 46px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.margin-right-46 {
  margin-right: 46px !important;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-left-47 {
  margin-left: 47px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.margin-right-47 {
  margin-right: 47px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-left-48 {
  margin-left: 48px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-right-48 {
  margin-right: 48px !important;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-left-49 {
  margin-left: 49px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.margin-right-49 {
  margin-right: 49px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-left-51 {
  margin-left: 51px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.margin-right-51 {
  margin-right: 51px !important;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-left-52 {
  margin-left: 52px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.margin-right-52 {
  margin-right: 52px !important;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-left-53 {
  margin-left: 53px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.margin-right-53 {
  margin-right: 53px !important;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-left-54 {
  margin-left: 54px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.margin-right-54 {
  margin-right: 54px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-left-56 {
  margin-left: 56px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.margin-right-56 {
  margin-right: 56px !important;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-left-57 {
  margin-left: 57px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.margin-right-57 {
  margin-right: 57px !important;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-left-58 {
  margin-left: 58px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.margin-right-58 {
  margin-right: 58px !important;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-left-59 {
  margin-left: 59px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.margin-right-59 {
  margin-right: 59px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-left-61 {
  margin-left: 61px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.margin-right-61 {
  margin-right: 61px !important;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-left-62 {
  margin-left: 62px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.margin-right-62 {
  margin-right: 62px !important;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-left-63 {
  margin-left: 63px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.margin-right-63 {
  margin-right: 63px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-left-64 {
  margin-left: 64px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-right-64 {
  margin-right: 64px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-left-66 {
  margin-left: 66px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.margin-right-66 {
  margin-right: 66px !important;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-left-67 {
  margin-left: 67px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.margin-right-67 {
  margin-right: 67px !important;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-left-68 {
  margin-left: 68px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.margin-right-68 {
  margin-right: 68px !important;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-left-69 {
  margin-left: 69px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.margin-right-69 {
  margin-right: 69px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-left-71 {
  margin-left: 71px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.margin-right-71 {
  margin-right: 71px !important;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-left-72 {
  margin-left: 72px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.margin-right-72 {
  margin-right: 72px !important;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-left-73 {
  margin-left: 73px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.margin-right-73 {
  margin-right: 73px !important;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-left-74 {
  margin-left: 74px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.margin-right-74 {
  margin-right: 74px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-left-76 {
  margin-left: 76px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.margin-right-76 {
  margin-right: 76px !important;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-left-77 {
  margin-left: 77px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.margin-right-77 {
  margin-right: 77px !important;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-left-78 {
  margin-left: 78px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.margin-right-78 {
  margin-right: 78px !important;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-left-79 {
  margin-left: 79px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.margin-right-79 {
  margin-right: 79px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-top-26 {
  padding-top: 26px !important;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-bottom-26 {
  padding-bottom: 26px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.padding-top-27 {
  padding-top: 27px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-bottom-27 {
  padding-bottom: 27px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.padding-top-28 {
  padding-top: 28px !important;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-bottom-28 {
  padding-bottom: 28px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.padding-top-29 {
  padding-top: 29px !important;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-bottom-29 {
  padding-bottom: 29px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-31 {
  padding-top: 31px !important;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-bottom-31 {
  padding-bottom: 31px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-top-33 {
  padding-top: 33px !important;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-bottom-33 {
  padding-bottom: 33px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.padding-top-34 {
  padding-top: 34px !important;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-bottom-34 {
  padding-bottom: 34px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-top-36 {
  padding-top: 36px !important;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-bottom-36 {
  padding-bottom: 36px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-top-38 {
  padding-top: 38px !important;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-bottom-38 {
  padding-bottom: 38px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.padding-top-39 {
  padding-top: 39px !important;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-bottom-39 {
  padding-bottom: 39px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-top-41 {
  padding-top: 41px !important;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-bottom-41 {
  padding-bottom: 41px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.padding-top-42 {
  padding-top: 42px !important;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-bottom-42 {
  padding-bottom: 42px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.padding-top-43 {
  padding-top: 43px !important;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-bottom-43 {
  padding-bottom: 43px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.padding-top-44 {
  padding-top: 44px !important;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-bottom-44 {
  padding-bottom: 44px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-top-46 {
  padding-top: 46px !important;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-bottom-46 {
  padding-bottom: 46px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.padding-top-47 {
  padding-top: 47px !important;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-bottom-47 {
  padding-bottom: 47px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.padding-top-49 {
  padding-top: 49px !important;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-bottom-49 {
  padding-bottom: 49px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-top-51 {
  padding-top: 51px !important;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-bottom-51 {
  padding-bottom: 51px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.padding-top-52 {
  padding-top: 52px !important;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-bottom-52 {
  padding-bottom: 52px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.padding-top-53 {
  padding-top: 53px !important;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-bottom-53 {
  padding-bottom: 53px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.padding-top-54 {
  padding-top: 54px !important;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-bottom-54 {
  padding-bottom: 54px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-bottom-56 {
  padding-bottom: 56px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.padding-top-57 {
  padding-top: 57px !important;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-bottom-57 {
  padding-bottom: 57px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.padding-top-58 {
  padding-top: 58px !important;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-bottom-58 {
  padding-bottom: 58px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.padding-top-59 {
  padding-top: 59px !important;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-bottom-59 {
  padding-bottom: 59px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-top-61 {
  padding-top: 61px !important;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-bottom-61 {
  padding-bottom: 61px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.padding-top-62 {
  padding-top: 62px !important;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-bottom-62 {
  padding-bottom: 62px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.padding-top-63 {
  padding-top: 63px !important;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-bottom-63 {
  padding-bottom: 63px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-top-66 {
  padding-top: 66px !important;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-bottom-66 {
  padding-bottom: 66px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.padding-top-67 {
  padding-top: 67px !important;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-bottom-67 {
  padding-bottom: 67px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.padding-top-68 {
  padding-top: 68px !important;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-bottom-68 {
  padding-bottom: 68px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.padding-top-69 {
  padding-top: 69px !important;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-bottom-69 {
  padding-bottom: 69px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-top-71 {
  padding-top: 71px !important;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-bottom-71 {
  padding-bottom: 71px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.padding-top-72 {
  padding-top: 72px !important;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-bottom-72 {
  padding-bottom: 72px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.padding-top-73 {
  padding-top: 73px !important;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-bottom-73 {
  padding-bottom: 73px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.padding-top-74 {
  padding-top: 74px !important;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-bottom-74 {
  padding-bottom: 74px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-top-76 {
  padding-top: 76px !important;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-bottom-76 {
  padding-bottom: 76px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.padding-top-77 {
  padding-top: 77px !important;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-bottom-77 {
  padding-bottom: 77px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.padding-top-78 {
  padding-top: 78px !important;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-bottom-78 {
  padding-bottom: 78px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.padding-top-79 {
  padding-top: 79px !important;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-bottom-79 {
  padding-bottom: 79px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//barakatsklepmiesny.pl/wp-content/themes/uomo/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: var(--uomo-main-font-weight);
  line-height: 1.72;
  color: var(--uomo-text-color);
  background: #fff;
  overflow-x: hidden;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: var(--uomo-link-color);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover, a:focus {
  color: var(--uomo-theme-color);
  outline: 0;
}
a:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 5px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.72;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--uomo-heading-font), Arial, sans-serif;
  font-weight: var(--uomo-heading-font-weight);
  line-height: 1.4;
  color: var(--uomo-heading-color);
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 15px;
  margin-bottom: 25px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 15px;
  margin-bottom: 25px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 28px;
}

.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #222;
}

a.text-primary:hover {
  color: #090909;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #222;
}

a.bg-primary:hover {
  background-color: #090909;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.72;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.72;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.72;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

table, .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.72;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th, .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody, .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table .table, .table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

table, .table-bordered {
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.72;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.72;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  border-color: #c0bebe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 60px;
  line-height: 1.72 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 44px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 62px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 7px;
  margin-top: 7px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 44px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 62px;
  padding: 18px 35px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 5px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 62px;
  line-height: 62px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 75px;
}

.form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #2b542c;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #66512c;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: var(--uomo-link-color);
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 40px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 16px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 13px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.71;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: var(--uomo-theme-color);
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #222;
  border-color: #151515;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #222;
  border-color: #151515;
}
.btn-primary .badge {
  color: #222;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #3d8b3d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #e44343;
  border-color: #e12d2d;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d51f1f;
  border-color: #bf1b1b;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #e44343;
  border-color: #e12d2d;
}
.btn-danger .badge {
  color: #e44343;
  background-color: #fff;
}

.btn-link {
  color: var(--uomo-link-color);
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: var(--uomo-theme-color);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 18px 35px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 12px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.72;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #222;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.72;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #E4E4E4;
  border-radius: 0px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 18px 35px;
  font-size: 18px;
  border-radius: 5px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: var(--uomo-link-color);
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.72;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #222;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

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

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -5px;
  margin-bottom: -5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  color: var(--uomo-theme-color);
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a + a:before,
.breadcrumb a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 3px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 15px 30px;
  line-height: 1.72;
  text-decoration: none;
  color: var(--uomo-link-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: var(--uomo-theme-color);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #222;
  border-color: #222;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 18px 35px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 12px 20px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #222;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #090909;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #e44343;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d51f1f;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: var(--uomo-link-color);
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.72;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: var(--uomo-text-color);
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--uomo-link-color);
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-success .close {
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-info .close {
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-warning .close {
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-danger .close {
  color: #a94442;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 0;
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #222;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-danger {
  background-color: #e44343;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 15px;
}

.media-left,
.media > .pull-left {
  padding-right: 15px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #888888;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #222;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #222;
}
.panel-primary > .panel-heading .badge {
  color: #222;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #222;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 60px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 0px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.72px;
}

.modal-header .close {
  margin-top: -2px;
}

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel-wrapper {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-control > * {
  display: table-cell !important;
  vertical-align: middle;
}
.carousel-control:hover {
  border-color: #1b251f;
  color: #1b251f;
}

.carousel-indicators {
  position: absolute;
  bottom: 00px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #222;
}
.carousel-indicators .active {
  margin: 2px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! =========================================================
 * Sliding Menu v0.3.0
 * http://github.danielcardoso.net/sliding-menu/
 * ==========================================================
 * Copyright (c) 2014-2019 DanielCardoso.net.
 * Licensed under MIT.
 * ======================================================== */
.sliding-menu{position:relative;overflow:hidden;background-color:rgba(255,255,255,0.5);text-align:left;font-size:21px}.sliding-menu__panel{position:absolute;top:0;left:100%;width:100%}.sliding-menu li{padding:0;margin:0;list-style:none}.sliding-menu li a,.sliding-menu li .sliding-menu__nav{display:block;padding:.8em 1em;text-align:left;font-size:21px;line-height:1.4em;color:#333;text-decoration:none;border-width:0;width:100%;background-color:transparent;-webkit-transition:color 250ms ease, background-color 250ms ease;-moz-transition:color 250ms ease, background-color 250ms ease;-o-transition:color 250ms ease, background-color 250ms ease;transition:color 250ms ease, background-color 250ms ease}.sliding-menu li a:hover,.sliding-menu li .sliding-menu__nav:hover{color:#fff;background-color:#333}.sliding-menu .active a{color:#fff;background-color:#333}.sliding-menu .sliding-menu__nav:before{float:right;margin-left:1em;content:"\3009"}.sliding-menu .sliding-menu__back{color:#fff;background-color:#555;font-weight:bold}.sliding-menu .sliding-menu__back:before{float:left;margin-right:1em;content:"\3008"}.sliding-menu .sliding-menu__icon{margin-right:.4em}.sliding-menu .sliding-menu__separator{margin:.4em 1em;border-top:2px solid #555}
/**
 * Styling begins
 */
.woocommerce, .woocommerce-page {
  /**
   * Quantity inputs
   */ }
  .woocommerce #quantity input::-webkit-outer-spin-button,
  .woocommerce #quantity input::-webkit-inner-spin-button,
  .woocommerce #content .quantity input::-webkit-outer-spin-button,
  .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page #quantity input::-webkit-outer-spin-button,
  .woocommerce-page #quantity input::-webkit-inner-spin-button,
  .woocommerce-page #content .quantity input::-webkit-outer-spin-button,
  .woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none; }
  .woocommerce .quantity, .woocommerce-page .quantity {
    position: relative;
    width: 120px;
    display: flex;
    display: -webkit-flex; /* Safari */
    align-items: center;
    -webkit-align-items: center;
    zoom: 1;
    border:2px solid #E4E4E4;
    /* Hide buttons for opera */ }
    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
      width: 36px;
      height: 56px;
      padding: 0 5px;
      margin: 0;
      text-align: center;
      border: 0;
      font-weight: 400;
      font-size: 16px;
      -moz-appearance: textfield;
      background-color: transparent;
      /* Hide buttons for Firefox 29 and later */ }
    .woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number] {
      padding-right: 1.2em; }
    .woocommerce .quantity .plus,
    .woocommerce .quantity .minus, .woocommerce-page .quantity .plus,
    .woocommerce-page .quantity .minus {
      display: block;
      padding: 0;
      margin: 0;
      border:0;
      font-size: 16px;
      text-align: center;
      width: 40px;
      height: 56px;
      text-decoration: none;
      overflow: visible;
      text-decoration: none;
      cursor: pointer;
      color: #767676;
      text-shadow: none;
      background: transparent;
      transition:all 0.2s ease-in-out 0s;
      -o-transition:all 0.2s ease-in-out 0s;
      -webkit-transition:all 0.2s ease-in-out 0s;
       }
      .woocommerce .quantity .plus:hover,
      .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover,
      .woocommerce-page .quantity .minus:hover {
        
        color: #C32929; }
    .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {

    }
    .woocommerce .quantity .minus, .woocommerce-page .quantity .minus {

    }
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover{
  color: #C32929;
}@media(max-width: 768px){
:root{--woocommerce:$woocommerce;--wc-green:$green;--wc-red:$red;--wc-orange:$orange;--wc-blue:$blue;--wc-primary:$primary;--wc-primary-text:$primarytext;--wc-secondary:$secondary;--wc-secondary-text:$secondarytext;--wc-highlight:$highlight;--wc-highligh-text:$highlightext;--wc-content-bg:$contentbg;--wc-subtext:$subtext}.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}
}/*------------------------------------------------------------------
[Table of contents]
1. base
2. elements
3. form
4. layout
5. menu
6. pages 
7. post
8. effect 
9. utilities
10. widgets layout
11. widgets 
12. responsive
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/****/
.margin-top-1 {
  margin-top: 1px !important;
}

.margin-left-1 {
  margin-left: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-right-1 {
  margin-right: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-left-2 {
  margin-left: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-right-2 {
  margin-right: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-left-4 {
  margin-left: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.margin-right-4 {
  margin-right: 4px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-left-7 {
  margin-left: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.margin-right-7 {
  margin-right: 7px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-left-9 {
  margin-left: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.margin-right-9 {
  margin-right: 9px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-left-11 {
  margin-left: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.margin-right-11 {
  margin-right: 11px !important;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-left-12 {
  margin-left: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.margin-right-12 {
  margin-right: 12px !important;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-left-13 {
  margin-left: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.margin-right-13 {
  margin-right: 13px !important;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-left-14 {
  margin-left: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.margin-right-14 {
  margin-right: 14px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

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

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-left-16 {
  margin-left: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-right-16 {
  margin-right: 16px !important;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-left-17 {
  margin-left: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.margin-right-17 {
  margin-right: 17px !important;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-left-18 {
  margin-left: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.margin-right-18 {
  margin-right: 18px !important;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-left-19 {
  margin-left: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.margin-right-19 {
  margin-right: 19px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-left-21 {
  margin-left: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.margin-right-21 {
  margin-right: 21px !important;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-left-22 {
  margin-left: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.margin-right-22 {
  margin-right: 22px !important;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-left-23 {
  margin-left: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.margin-right-23 {
  margin-right: 23px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-left-24 {
  margin-left: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.margin-right-24 {
  margin-right: 24px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-left-26 {
  margin-left: 26px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.margin-right-26 {
  margin-right: 26px !important;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-left-27 {
  margin-left: 27px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.margin-right-27 {
  margin-right: 27px !important;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-left-28 {
  margin-left: 28px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.margin-right-28 {
  margin-right: 28px !important;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-left-29 {
  margin-left: 29px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.margin-right-29 {
  margin-right: 29px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-left-31 {
  margin-left: 31px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.margin-right-31 {
  margin-right: 31px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-left-32 {
  margin-left: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.margin-right-32 {
  margin-right: 32px !important;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-left-33 {
  margin-left: 33px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.margin-right-33 {
  margin-right: 33px !important;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-left-34 {
  margin-left: 34px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.margin-right-34 {
  margin-right: 34px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-left-36 {
  margin-left: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.margin-right-36 {
  margin-right: 36px !important;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-left-37 {
  margin-left: 37px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.margin-right-37 {
  margin-right: 37px !important;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-left-38 {
  margin-left: 38px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.margin-right-38 {
  margin-right: 38px !important;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-left-39 {
  margin-left: 39px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.margin-right-39 {
  margin-right: 39px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-left-41 {
  margin-left: 41px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.margin-right-41 {
  margin-right: 41px !important;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-left-42 {
  margin-left: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.margin-right-42 {
  margin-right: 42px !important;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-left-43 {
  margin-left: 43px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.margin-right-43 {
  margin-right: 43px !important;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-left-44 {
  margin-left: 44px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.margin-right-44 {
  margin-right: 44px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-left-46 {
  margin-left: 46px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.margin-right-46 {
  margin-right: 46px !important;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-left-47 {
  margin-left: 47px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.margin-right-47 {
  margin-right: 47px !important;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-left-48 {
  margin-left: 48px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.margin-right-48 {
  margin-right: 48px !important;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-left-49 {
  margin-left: 49px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.margin-right-49 {
  margin-right: 49px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-left-51 {
  margin-left: 51px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.margin-right-51 {
  margin-right: 51px !important;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-left-52 {
  margin-left: 52px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.margin-right-52 {
  margin-right: 52px !important;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-left-53 {
  margin-left: 53px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.margin-right-53 {
  margin-right: 53px !important;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-left-54 {
  margin-left: 54px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.margin-right-54 {
  margin-right: 54px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-left-56 {
  margin-left: 56px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.margin-right-56 {
  margin-right: 56px !important;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-left-57 {
  margin-left: 57px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.margin-right-57 {
  margin-right: 57px !important;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-left-58 {
  margin-left: 58px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.margin-right-58 {
  margin-right: 58px !important;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-left-59 {
  margin-left: 59px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.margin-right-59 {
  margin-right: 59px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-left-61 {
  margin-left: 61px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.margin-right-61 {
  margin-right: 61px !important;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-left-62 {
  margin-left: 62px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.margin-right-62 {
  margin-right: 62px !important;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-left-63 {
  margin-left: 63px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.margin-right-63 {
  margin-right: 63px !important;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-left-64 {
  margin-left: 64px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.margin-right-64 {
  margin-right: 64px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-left-66 {
  margin-left: 66px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.margin-right-66 {
  margin-right: 66px !important;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-left-67 {
  margin-left: 67px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.margin-right-67 {
  margin-right: 67px !important;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-left-68 {
  margin-left: 68px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.margin-right-68 {
  margin-right: 68px !important;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-left-69 {
  margin-left: 69px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.margin-right-69 {
  margin-right: 69px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-left-71 {
  margin-left: 71px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.margin-right-71 {
  margin-right: 71px !important;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-left-72 {
  margin-left: 72px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.margin-right-72 {
  margin-right: 72px !important;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-left-73 {
  margin-left: 73px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.margin-right-73 {
  margin-right: 73px !important;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-left-74 {
  margin-left: 74px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.margin-right-74 {
  margin-right: 74px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-left-76 {
  margin-left: 76px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.margin-right-76 {
  margin-right: 76px !important;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-left-77 {
  margin-left: 77px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.margin-right-77 {
  margin-right: 77px !important;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-left-78 {
  margin-left: 78px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.margin-right-78 {
  margin-right: 78px !important;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-left-79 {
  margin-left: 79px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.margin-right-79 {
  margin-right: 79px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.padding-top-1 {
  padding-top: 1px !important;
}

.padding-left-1 {
  padding-left: 1px !important;
}

.padding-bottom-1 {
  padding-bottom: 1px !important;
}

.padding-right-1 {
  padding-right: 1px !important;
}

.padding-top-2 {
  padding-top: 2px !important;
}

.padding-left-2 {
  padding-left: 2px !important;
}

.padding-bottom-2 {
  padding-bottom: 2px !important;
}

.padding-right-2 {
  padding-right: 2px !important;
}

.padding-top-3 {
  padding-top: 3px !important;
}

.padding-left-3 {
  padding-left: 3px !important;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

.padding-right-3 {
  padding-right: 3px !important;
}

.padding-top-4 {
  padding-top: 4px !important;
}

.padding-left-4 {
  padding-left: 4px !important;
}

.padding-bottom-4 {
  padding-bottom: 4px !important;
}

.padding-right-4 {
  padding-right: 4px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-left-5 {
  padding-left: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.padding-top-6 {
  padding-top: 6px !important;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-bottom-6 {
  padding-bottom: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.padding-top-7 {
  padding-top: 7px !important;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-bottom-7 {
  padding-bottom: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.padding-top-8 {
  padding-top: 8px !important;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-bottom-8 {
  padding-bottom: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.padding-top-9 {
  padding-top: 9px !important;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-bottom-9 {
  padding-bottom: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-top-11 {
  padding-top: 11px !important;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-bottom-11 {
  padding-bottom: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.padding-top-12 {
  padding-top: 12px !important;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-bottom-12 {
  padding-bottom: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.padding-top-13 {
  padding-top: 13px !important;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-bottom-13 {
  padding-bottom: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.padding-top-14 {
  padding-top: 14px !important;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-bottom-14 {
  padding-bottom: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.padding-top-16 {
  padding-top: 16px !important;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-bottom-16 {
  padding-bottom: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.padding-top-17 {
  padding-top: 17px !important;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-bottom-17 {
  padding-bottom: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.padding-top-18 {
  padding-top: 18px !important;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-bottom-18 {
  padding-bottom: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.padding-top-19 {
  padding-top: 19px !important;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-bottom-19 {
  padding-bottom: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.padding-top-21 {
  padding-top: 21px !important;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-bottom-21 {
  padding-bottom: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.padding-top-22 {
  padding-top: 22px !important;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-bottom-22 {
  padding-bottom: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.padding-top-23 {
  padding-top: 23px !important;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-bottom-23 {
  padding-bottom: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.padding-top-24 {
  padding-top: 24px !important;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-bottom-24 {
  padding-bottom: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.padding-top-26 {
  padding-top: 26px !important;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-bottom-26 {
  padding-bottom: 26px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.padding-top-27 {
  padding-top: 27px !important;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-bottom-27 {
  padding-bottom: 27px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.padding-top-28 {
  padding-top: 28px !important;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-bottom-28 {
  padding-bottom: 28px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.padding-top-29 {
  padding-top: 29px !important;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-bottom-29 {
  padding-bottom: 29px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-top-31 {
  padding-top: 31px !important;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-bottom-31 {
  padding-bottom: 31px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.padding-top-32 {
  padding-top: 32px !important;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.padding-top-33 {
  padding-top: 33px !important;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-bottom-33 {
  padding-bottom: 33px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.padding-top-34 {
  padding-top: 34px !important;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-bottom-34 {
  padding-bottom: 34px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.padding-top-36 {
  padding-top: 36px !important;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-bottom-36 {
  padding-bottom: 36px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.padding-top-37 {
  padding-top: 37px !important;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-bottom-37 {
  padding-bottom: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.padding-top-38 {
  padding-top: 38px !important;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-bottom-38 {
  padding-bottom: 38px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.padding-top-39 {
  padding-top: 39px !important;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-bottom-39 {
  padding-bottom: 39px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.padding-top-41 {
  padding-top: 41px !important;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-bottom-41 {
  padding-bottom: 41px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.padding-top-42 {
  padding-top: 42px !important;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-bottom-42 {
  padding-bottom: 42px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.padding-top-43 {
  padding-top: 43px !important;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-bottom-43 {
  padding-bottom: 43px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.padding-top-44 {
  padding-top: 44px !important;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-bottom-44 {
  padding-bottom: 44px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.padding-top-46 {
  padding-top: 46px !important;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-bottom-46 {
  padding-bottom: 46px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.padding-top-47 {
  padding-top: 47px !important;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-bottom-47 {
  padding-bottom: 47px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.padding-top-48 {
  padding-top: 48px !important;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-bottom-48 {
  padding-bottom: 48px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.padding-top-49 {
  padding-top: 49px !important;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-bottom-49 {
  padding-bottom: 49px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.padding-top-51 {
  padding-top: 51px !important;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-bottom-51 {
  padding-bottom: 51px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.padding-top-52 {
  padding-top: 52px !important;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-bottom-52 {
  padding-bottom: 52px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.padding-top-53 {
  padding-top: 53px !important;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-bottom-53 {
  padding-bottom: 53px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.padding-top-54 {
  padding-top: 54px !important;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-bottom-54 {
  padding-bottom: 54px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.padding-top-56 {
  padding-top: 56px !important;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-bottom-56 {
  padding-bottom: 56px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.padding-top-57 {
  padding-top: 57px !important;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-bottom-57 {
  padding-bottom: 57px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.padding-top-58 {
  padding-top: 58px !important;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-bottom-58 {
  padding-bottom: 58px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.padding-top-59 {
  padding-top: 59px !important;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-bottom-59 {
  padding-bottom: 59px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.padding-top-61 {
  padding-top: 61px !important;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-bottom-61 {
  padding-bottom: 61px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.padding-top-62 {
  padding-top: 62px !important;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-bottom-62 {
  padding-bottom: 62px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.padding-top-63 {
  padding-top: 63px !important;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-bottom-63 {
  padding-bottom: 63px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.padding-top-64 {
  padding-top: 64px !important;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-bottom-64 {
  padding-bottom: 64px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.padding-top-66 {
  padding-top: 66px !important;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-bottom-66 {
  padding-bottom: 66px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.padding-top-67 {
  padding-top: 67px !important;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-bottom-67 {
  padding-bottom: 67px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.padding-top-68 {
  padding-top: 68px !important;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-bottom-68 {
  padding-bottom: 68px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.padding-top-69 {
  padding-top: 69px !important;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-bottom-69 {
  padding-bottom: 69px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.padding-top-71 {
  padding-top: 71px !important;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-bottom-71 {
  padding-bottom: 71px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.padding-top-72 {
  padding-top: 72px !important;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-bottom-72 {
  padding-bottom: 72px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.padding-top-73 {
  padding-top: 73px !important;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-bottom-73 {
  padding-bottom: 73px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.padding-top-74 {
  padding-top: 74px !important;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-bottom-74 {
  padding-bottom: 74px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.padding-top-76 {
  padding-top: 76px !important;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-bottom-76 {
  padding-bottom: 76px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.padding-top-77 {
  padding-top: 77px !important;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-bottom-77 {
  padding-bottom: 77px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.padding-top-78 {
  padding-top: 78px !important;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-bottom-78 {
  padding-bottom: 78px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.padding-top-79 {
  padding-top: 79px !important;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-bottom-79 {
  padding-bottom: 79px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

/* 1. base */
.wrapper-container {
  overflow-x: hidden;
}

.mfp-container {
  overflow-x: hidden;
}

.pswp__bg {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}

fieldset {
  clear: both;
  overflow: hidden;
}

ol,
ul {
  padding: 0;
  list-style-position: inside;
}
ol ol, ol ul,
ul ol,
ul ul {
  padding-left: 30px;
}
.rtl ol ol, .rtl ol ul, .rtl
ul ol, .rtl
ul ul {
  padding-right: 30px;
  padding-left: inherit;
}

.woocommerce input.button {
  background: #5cb85c;
  color: #fff;
  padding: 15px 20px;
  border: none;
}
.woocommerce input.button:hover, .woocommerce input.button:active {
  color: #fff;
  background: #449d44;
}

.site-logo {
  display: inline-block;
  line-height: 1;
  font-size: 33px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.site-logo a {
  display: inline-block;
  color: #000 !important;
  line-height: 1;
}

.logo-theme img {
  max-width: 115px;
}

img {
  max-width: 100%;
}

.post-password-form input {
  height: 43px;
  padding: 5px 10px;
}
.post-password-form input[type="submit"] {
  background: var(--uomo-theme-color);
  color: #fff;
  border: none;
  padding: 5px 25px;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active {
  color: #fff;
  background: var(--uomo-theme-hover-color);
}

.btn-search-top {
  cursor: pointer;
  display: inline-block;
}

.input-group .btn, .input-group .viewmore-products-btn {
  border-width: 1px;
}

a:focus, .btn:focus, .viewmore-products-btn:focus {
  outline: none !important;
}

.list,
.list-no {
  list-style: none;
  padding: 0;
  margin: 0;
}

.media-body {
  width: 10000px;
}

.btn, .viewmore-products-btn, button {
  outline: none !important;
}

::-moz-selection {
  color: #fff;
  background: #1b251f;
}

::selection {
  color: #fff;
  background: #1b251f;
}

.pswp__item {
  cursor: move;
}

.no-border {
  border: none !important;
}
.no-border:before {
  display: none !important;
}

.wpb_widgetised_column {
  margin: 0;
}

.topmenu-menu-line {
  list-style: none;
  padding: 0;
  margin: 0;
}
.topmenu-menu-line li {
  display: inline-block;
  vertical-align: middle;
}
.topmenu-menu-line li .space {
  margin: 0 3px;
}

.top-menu-mobile .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 15px;
}
.top-menu-mobile .navbar-nav > li > a {
  padding: 2px 15px;
}

.apus-mfp-zoom-in .mfp-content {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-quickview .mfp-inline-holder .mfp-content {
  position: relative;
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 1200px) {
  .apus-quickview .mfp-inline-holder .mfp-content {
    width: 1200px;
    min-height: 400px;
  }
}
.apus-quickview .mfp-inline-holder .mfp-content .details-product {
  padding: 35px 20px 20px;
  overflow: hidden;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product {
    padding: 0;
  }
}
.apus-quickview .mfp-inline-holder .mfp-content .apus-social-share {
  margin-top: 15px;
  display: inline-block;
}
.apus-quickview .mfp-inline-holder .mfp-content .information-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.apus-quickview .mfp-inline-holder .mfp-content .details-product .product_meta {
  margin-top: 0;
}
@media (min-width: 992px) {
  .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 30px 0 30px 30px;
  }
  .rtl .apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
    padding: 30px 30px 30px 0;
  }
  .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 30px 0 0;
  }
  .rtl .apus-quickview .mfp-inline-holder .mfp-content .information {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .apus-quickview .mfp-inline-holder .mfp-content .details-product .information {
    padding-top: 10px;
  }
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
  background: transparent !important;
  color: var(--uomo-text-color);
  font-size: 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
  color: #e44343;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-thumbs {
  margin-top: 16px;
}
.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel {
  margin-left: -8px;
  margin-right: -8px;
}
.apus-quickview .mfp-inline-holder .mfp-content .slick-carousel .slick-slide {
  padding-left: 8px;
  padding-right: 8px;
}

.action .caret {
  width: 8px;
  height: 8px;
  position: relative;
}
.action[aria-expanded="true"] b {
  border: none;
}
.action[aria-expanded="true"] b:before {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}

ins {
  text-decoration: none;
}

.video-responsive {
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.audio-responsive iframe {
  width: 100%;
  height: 126px;
}

ul.list-square {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-square > li {
  line-height: 35px;
  font-size: 14px;
  margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
  color: var(--uomo-theme-color);
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
  background: var(--uomo-theme-color);
}
ul.list-square > li > a {
  display: block;
  padding-left: 21px;
  position: relative;
}
.rtl ul.list-square > li > a {
  padding-right: 21px;
  padding-left: inherit;
}
ul.list-square > li > a:before {
  content: '';
  background: var(--uomo-link-color);
  width: 8px;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
  right: 0;
  left: auto;
}

.breadcrumb > a + li:before,
.breadcrumb > li + a:before,
.breadcrumb > li + li:before {
  color: var(--uomo-text-color) !important;
}

.apus-breadscrumb {
  margin: 0;
}
@media (min-width: 992px) {
  .apus-breadscrumb {
    margin: 0 0 20px;
  }
}
.apus-breadscrumb .breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  color: var(--uomo-text-color);
  font-size: 14px;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}
.apus-breadscrumb .breadcrumb .active {
  color: var(--uomo-text-color);
}
.apus-breadscrumb .breadcrumb a {
  color: var(--uomo-link-color);
}
.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
  color: var(--uomo-theme-color);
}
.apus-breadscrumb .wrapper-breads {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .apus-breadscrumb .wrapper-breads {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .apus-breadscrumb.no-title .wrapper-breads {
    padding: 30px 0;
  }
}
.apus-breadscrumb .bread-title {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  .apus-breadscrumb .bread-title {
    font-size: 30px;
  }
}

.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
  background: #ebedee;
  border-color: #ebedee;
  color: var(--uomo-link-color);
}
.search-form .btn, .search-form .viewmore-products-btn {
  padding: 15px 15px;
}

.ui-autocomplete.ui-widget-content {
  padding: 15px;
  margin: 0;
  list-style: none;
  width: 293px !important;
  background: #fff;
}
.ui-autocomplete.ui-widget-content li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.ui-autocomplete.ui-widget-content li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.ui-autocomplete.ui-widget-content li img {
  width: 60px;
}

.main-content {
  display: block;
}
@media (min-width: 768px) {
  .main-content {
    padding-bottom: 30px;
  }
}

.bg-dark {
  background: #272727;
  color: #fff;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #c32322 !important;
}

.text-red-1 {
  color: #ff0000 !important;
}

.text-orange {
  color: #f66000 !important;
}

.text-yellow {
  color: #e2d951 !important;
}

.text-black {
  color: #000 !important;
}

.text-white, .text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #333 !important;
}

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

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50% !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 50px !important;
}

.radius-6x {
  border-radius: 60px !important;
}

.owl-carousel-play {
  position: relative;
}
.owl-carousel-play .owl-item:last-child .product-wrapper {
  border: none;
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: var(--uomo-link-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  background: #EEEEEE;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .add-fix-top {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .add-fix-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.add-fix-top.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.add-fix-top.active:focus, .add-fix-top.active:active, .add-fix-top.active:hover {
  color: #fff;
  background-color: var(--uomo-theme-color);
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu {
  padding: 0;
  margin: 0;
}
.menu li {
  list-style: none;
  margin-bottom: 8px;
}
.menu li:last-child {
  margin-bottom: 0;
}
.menu ul {
  padding-left: 18px;
  margin: 0;
}
.rtl .menu ul {
  padding-right: 18px;
  padding-left: inherit;
}
.menu .sub-menu {
  margin-top: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes -webkit-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.apus-page-loading {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.apus-loader-inner {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.apus-loader-inner > div {
  width: 8px;
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 2px;
  -webkit-animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}
.apus-loader-inner .loader1 {
  background-color: #e39505;
}
.apus-loader-inner .loader2 {
  background-color: #ff5395;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.apus-loader-inner .loader3 {
  background-color: #84b813;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.apus-loader-inner .loader4 {
  background-color: #f38ca3;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.apus-loader-inner .loader5 {
  background-color: #da5800;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
    transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.tab-v1 .tabs-list {
  border: none;
  text-align: center;
  padding: 30px 0 50px;
}
.tab-v1 .tabs-list li {
  padding: 0 22px;
  margin: 0;
  display: inline-block;
  float: none;
}
.tab-v1 .tabs-list li a {
  padding: 5px 0;
  color: #777777;
  border-width: 0 0 1px !important;
  border-color: #cccccc;
  border-style: dashed;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
}
.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
  border-color: transparent;
  color: var(--uomo-theme-color);
  background: transparent;
}
.tab-v1.style1 .tabs-list {
  padding: 10px 0 70px;
  text-align: right;
}
.rtl .tab-v1.style1 .tabs-list {
  text-align: left;
}
.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
  color: var(--uomo-link-color);
}
@media (min-width: 992px) {
  .tab-v1.style1 {
    padding: 0 70px;
  }
}

.tab-product-center .nav-tabs {
  border: none;
  margin: 0 0 30px;
  text-align: center;
}
.tab-product-center .nav-tabs > li {
  display: inline-block;
  float: none;
  margin: 0 !important;
}
.tab-product-center .nav-tabs > li > a {
  border: none !important;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 0 30px;
  color: var(--uomo-link-color);
  outline: none !important;
}
.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
  color: var(--uomo-theme-color);
}
.tab-product-center .tab-content {
  position: relative;
}
.tab-product-center .tab-content.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}

.page-links {
  overflow: hidden;
  margin: 0 0 30px;
}
.page-links .page-links-title {
  color: var(--uomo-heading-color);
  margin-right: 5px;
}
.rtl .page-links .page-links-title {
  margin-left: 5px;
  margin-right: inherit;
}
.page-links > span:not(.page-links-title),
.page-links > a {
  display: inline-block;
  line-height: 1;
  margin: 0 4px;
  padding: 10px 15px;
  border: 1px solid #E4E4E4;
  color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
  color: #fff;
  background: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.page-links > span:not(.page-links-title) {
  color: #fff;
  background: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}

option {
  padding: 5px;
}

@media (min-width: 992px) {
  .space-padding-left-30 {
    padding-left: 30px !important;
  }
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
  position: relative;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 5px;
  color: #fff;
  background: #e44343;
  text-transform: capitalize;
  font-size: 14px;
  width: 80px;
  height: 36px;
  text-indent: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
  left: -5px;
  right: auto;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
  background: #e12d2d;
}

.image-lazy-loading .image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
  background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.rtl .navbar-nav {
  float: right;
}
.rtl .apus-topcart .dropdown-menu-right {
  right: auto;
  left: 0;
}
.rtl .dropdown-menu {
  text-align: right;
}
.rtl .main-search .media-left, .rtl .main-search .media > .pull-left {
  padding: 0 0 0 15px;
}
.rtl .widget-process .proces-item .line-space {
  left: inherit;
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.rtl .form-uomo-ppp select,
.rtl .apus-filter select {
  background-position: left 10px center;
}
.rtl .apus-salespopup-wrapper .inner .close {
  right: auto;
  left: -10px;
}
.rtl .apus-topcart .offcanvas-content {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .apus-topcart .offcanvas-content.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .megamenu .dropdown-menu li > a .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rtl .widget-mailchimp.st2 [type="email"] {
  border-left-width: 0;
  border-right-width: 1px;
}
.rtl .widget-mailchimp.st2 .btn, .rtl .widget-mailchimp.st2 .viewmore-products-btn {
  border-right-width: 0;
  border-left-width: 1px;
}

.show-search {
  cursor: pointer;
  line-height: 1;
  font-size: 16px;
}
.show-search:hover, .show-search:active, .show-search:focus {
  color: var(--uomo-theme-color);
}

.search-header {
  position: fixed;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.search-header.active {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
  visibility: visible;
}

.select2-container {
  outline: none !important;
}

.select2-search--dropdown {
  padding: 15px 15px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid #E4E4E4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #222;
}

.select2-results__option {
  padding: 5px 10px;
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  margin: 4px 0 0;
}
.select2-dropdown.select2-dropdown--above {
  margin: 0 0 4px;
}

.select2-results {
  padding: 0 15px 15px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  color: var(--uomo-theme-color);
}

.social-text a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  padding: 5px 15px;
  background-color: var(--uomo-theme-color);
  color: #fff !important;
}
@media (min-width: 1200px) {
  .social-text a {
    padding: 10px 50px;
    margin: 0 4px;
  }
}
.social-text a span {
  display: none;
}
.social-text a.facebook {
  background-color: #306199;
}
.social-text a.facebook:hover, .social-text a.facebook:focus {
  background-color: #2a5586;
}
.social-text a.twitter {
  background-color: #26C4F1;
}
.social-text a.twitter:hover, .social-text a.twitter:focus {
  background-color: #0fbdee;
}
.social-text a.linkedin {
  background-color: #0077B5;
}
.social-text a.linkedin:hover, .social-text a.linkedin:focus {
  background-color: #00669c;
}
.social-text a.pinterest {
  background-color: #E82B2D;
}
.social-text a.pinterest:hover, .social-text a.pinterest:focus {
  background-color: #e1181b;
}
.social-text .more-social {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  color: #fff !important;
  background-color: #222222;
}
@media (min-width: 1200px) {
  .social-text .more-social {
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 25px;
  }
}
.social-text .more-social:hover, .social-text .more-social:focus {
  background-color: #151515;
}

form.lost_reset_password,
form.login,
form.register {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}
form.lost_reset_password br,
form.login br,
form.register br {
  display: none;
}
form.lost_reset_password .for-control,
form.login .for-control,
form.register .for-control {
  color: var(--uomo-text-color);
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
}
form.lost_reset_password .form-group,
form.login .form-group,
form.register .form-group {
  position: relative;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  form.lost_reset_password .form-group,
  form.login .form-group,
  form.register .form-group {
    margin: 0 0 30px;
  }
}
form.lost_reset_password .form-group:last-child,
form.login .form-group:last-child,
form.register .form-group:last-child {
  margin-bottom: 0;
}
form.lost_reset_password .form-group .for-control,
form.login .form-group .for-control,
form.register .form-group .for-control {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 18px;
  top: 15px;
  z-index: 1;
  cursor: auto;
}
.rtl form.lost_reset_password .form-group .for-control, .rtl
form.login .form-group .for-control, .rtl
form.register .form-group .for-control {
  right: 18px;
  left: auto;
}
form.lost_reset_password .form-control,
form.login .form-control,
form.register .form-control {
  padding: 10px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #E4E4E4;
  height: 55px;
}
form.lost_reset_password .form-control::-webkit-input-placeholder,
form.login .form-control::-webkit-input-placeholder,
form.register .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
form.lost_reset_password .form-control::-moz-placeholder,
form.login .form-control::-moz-placeholder,
form.register .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
form.lost_reset_password .form-control:-ms-input-placeholder,
form.login .form-control:-ms-input-placeholder,
form.register .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
form.lost_reset_password .form-control:-moz-placeholder,
form.login .form-control:-moz-placeholder,
form.register .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
form.lost_reset_password .form-control.has-value, form.lost_reset_password .form-control:focus,
form.login .form-control.has-value,
form.login .form-control:focus,
form.register .form-control.has-value,
form.register .form-control:focus {
  border-color: var(--uomo-heading-color);
}
form.lost_reset_password .form-control.has-value ~ .for-control, form.lost_reset_password .form-control:focus ~ .for-control,
form.login .form-control.has-value ~ .for-control,
form.login .form-control:focus ~ .for-control,
form.register .form-control.has-value ~ .for-control,
form.register .form-control:focus ~ .for-control {
  top: -12px;
  color: var(--uomo-link-color);
}
form.lost_reset_password input[type="checkbox"],
form.login input[type="checkbox"],
form.register input[type="checkbox"] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-right: 5px;
}
.rtl form.lost_reset_password input[type="checkbox"], .rtl
form.login input[type="checkbox"], .rtl
form.register input[type="checkbox"] {
  margin-left: 5px;
  margin-right: inherit;
}
form.lost_reset_password .lost_password,
form.login .lost_password,
form.register .lost_password {
  text-decoration: underline;
}

form.lost_reset_password {
  max-width: 500px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 30px !important;
}
@media (min-width: 1200px) {
  form.lost_reset_password {
    margin-bottom: 50px !important;
  }
}

.login-wrapper .mfp-content {
  width: 500px;
  max-width: 80%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.login-wrapper .title {
  text-align: center;
}
.login-wrapper .apus-mfp-close {
  color: var(--uomo-link-color);
  font-size: 18px;
}
@media (min-width: 1200px) {
  .login-wrapper .apus-mfp-close {
    margin: 10px;
  }
}
.login-wrapper .apus-mfp-close:hover, .login-wrapper .apus-mfp-close:focus {
  color: #e44343;
}
.login-wrapper .user {
  margin: 0;
  padding: 20px;
}
@media (min-width: 1200px) {
  .login-wrapper .user {
    padding: 40px;
  }
}

.wrapper-account-action {
  position: relative;
}
.wrapper-account-action.dropdown_box .user {
  margin: 0;
}
.wrapper-account-action.dropdown_box .dropdown-menu {
  border: 1px solid #E4E4E4;
  padding: 20px;
  margin: 0;
  top: 30px;
  background-color: #fff;
  width: 320px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
}
.wrapper-account-action.dropdown_box .dropdown-menu .create {
  margin-top: 15px;
}
.wrapper-account-action.dropdown_box form.login .form-group, .wrapper-account-action.dropdown_box form.register .form-group {
  margin-bottom: 20px;
}
.wrapper-account-action.offcanvas .overlay-offcanvas-content-login {
  background: rgba(34, 34, 34, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 3;
}
.wrapper-account-action.offcanvas .overlay-offcanvas-content-login.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper-account-action.offcanvas .offcanvas-content-login {
  z-index: 6;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 420px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 20px;
}
@media (min-width: 1200px) {
  .wrapper-account-action.offcanvas .offcanvas-content-login {
    padding: 40px;
  }
}
.wrapper-account-action.offcanvas .offcanvas-content-login.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.wrapper-account-action.offcanvas .close-offcanvas-account {
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
  left: 20px;
  right: auto;
}
@media (min-width: 1200px) {
  .wrapper-account-action.offcanvas .close-offcanvas-account {
    right: 40px;
    top: 26px;
  }
  .rtl .wrapper-account-action.offcanvas .close-offcanvas-account {
    left: 40px;
    right: auto;
  }
}
.wrapper-account-action.offcanvas .close-offcanvas-account:hover, .wrapper-account-action.offcanvas .close-offcanvas-account:focus {
  color: #e44343;
}
.wrapper-account-action.offcanvas .title {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
  text-transform: uppercase;
  background-color: #FAF9F8;
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrapper-account-action.offcanvas .title {
    padding: 29px 15px;
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 40px;
  }
}
.wrapper-account-action.offcanvas .user {
  margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 6px 20px;
}
@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 7px;
  }
}

.select2-container--default .select2-selection--single {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  height: 44px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff;
  border: 2px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single {
    height: 60px;
  }
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #222;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
  }
}

.rev-btn .icon-minus {
  position: static;
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 2px;
  vertical-align: middle;
  background-color: #222;
  margin-bottom: 4px;
}
.rtl .rev-btn .icon-minus {
  margin-left: 5px;
  margin-right: inherit;
}
@media (min-width: 768px) {
  .rev-btn .icon-minus {
    margin-right: 10px;
    width: 20px;
    height: 2px;
  }
  .rtl .rev-btn .icon-minus {
    margin-left: 10px;
    margin-right: inherit;
  }
}
.rev-btn:hover .icon-minus, .rev-btn:focus .icon-minus {
  background-color: #fff;
}

.action-bullet {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--uomo-text-color);
  cursor: pointer;
}
.action-bullet:hover, .action-bullet:focus {
  color: var(--uomo-link-color);
}
.action-bullet.next:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--uomo-text-color);
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 4px;
}
.action-bullet.next:hover:before, .action-bullet.next:focus:before {
  width: 50px;
}
.action-bullet.prev:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: var(--uomo-text-color);
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 4px;
}
.action-bullet.prev:hover:after, .action-bullet.prev:focus:after {
  width: 50px;
}

/* 2. elements */
/* block */
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 0px;
  background: transparent;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  position: relative;
}

.sidebar .widget,
.apus-sidebar .widget {
  margin: 0 0 25px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sidebar .widget,
  .apus-sidebar .widget {
    margin: 0 0 40px;
  }
}
.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
  border-style: solid;
  border-color: #E4E4E4;
  border-width: 0 1px 1px;
}
.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
  padding: 20px;
  margin: 0;
}
.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
  margin-left: -6px;
  margin-right: -6px;
}
.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
  margin-bottom: 30px;
}

#apus-topbar .info-topbar .textwidget > span {
  padding-right: 10px;
  margin-right: 10px;
  float: left;
  border-right: 1px solid #E4E4E4;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
  padding-left: 10px;
  padding-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
  float: right;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
  border-left: 1px solid #E4E4E4;
  border-right: inherit;
}
#apus-topbar .info-topbar .textwidget > span:last-child {
  border: 0;
}
#apus-topbar .info-topbar .fa {
  margin-right: 8px;
}
.rtl #apus-topbar .info-topbar .fa {
  margin-left: 8px;
  margin-right: inherit;
}

[class*="apus_footer"] .widget-title, [class*="apus_footer"] .widgettitle, [class*="apus_footer"] .widget-heading,
.apus-footer .widget-title,
.apus-footer .widgettitle,
.apus-footer .widget-heading {
  color: #222222;
}
[class*="apus_footer"] .wpb_button, [class*="apus_footer"] .wpb_content_element, [class*="apus_footer"] ul.wpb_thumbnails-fluid > li,
.apus-footer .wpb_button,
.apus-footer .wpb_content_element,
.apus-footer ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px;
}
[class*="apus_footer"] .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.apus-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  bottom: 100%;
  top: inherit;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
[class*="apus_footer"] .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.apus-footer .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
[class*="apus_footer"] .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before,
.apus-footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  content: "\f109";
}
[class*="apus_footer"] .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
.apus-footer .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  bottom: 100%;
  top: inherit;
}
[class*="apus_footer"] .widget-woocommerce-currency-switcher .dd-select:after,
.apus-footer .widget-woocommerce-currency-switcher .dd-select:after {
  bottom: 100%;
  top: inherit;
}
[class*="apus_footer"] .widget-woocommerce-currency-switcher .dd-options,
.apus-footer .widget-woocommerce-currency-switcher .dd-options {
  bottom: 100%;
  top: inherit;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
[class*="apus_footer"] .widget-woocommerce-currency-switcher:hover .dd-options,
.apus-footer .widget-woocommerce-currency-switcher:hover .dd-options {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
[class*="apus_footer"] .widget-woocommerce-currency-switcher .dd-pointer:before,
.apus-footer .widget-woocommerce-currency-switcher .dd-pointer:before {
  content: "\f109";
}

[class*="apus_header"] .widget_icl_lang_sel_widget .title,
.apus-header .widget_icl_lang_sel_widget .title {
  display: none;
}
[class*="apus_header"] .widget_icl_lang_sel_widget a.wpml-ls-item-toggle,
.apus-header .widget_icl_lang_sel_widget a.wpml-ls-item-toggle {
  font-size: 13px;
}
[class*="apus_header"] .woocommerce-currency-switcher-form .dd-selected,
.apus-header .woocommerce-currency-switcher-form .dd-selected {
  font-size: 13px;
}

.apus-copyright .wpb_content_element,
.apus-copyright .widget {
  margin-bottom: 0 !important;
}
.apus-copyright .menu li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.rtl .apus-copyright .menu li {
  margin-left: 10px;
  margin-right: inherit;
}
.apus-copyright .menu li:last-child {
  margin: 0;
}

/* 3. form */
@media (min-width: 1200px) {
  .btn, .viewmore-products-btn {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #222;
  background-color: #FFFFFF;
  border-color: #222;
}
.open .btn-outline-light.dropdown-toggle {
  color: #222;
  background-color: #FFFFFF;
  border-color: #222;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-outline.btn-default:hover {
  color: var(--uomo-theme-color);
  border-color: #fff;
  background: #fff;
}
.btn-outline.btn-primary {
  background: transparent;
  border-color: #222;
  color: #222;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #222;
  background: #222;
}
.btn-outline.btn-success {
  background: transparent;
  border-color: #5cb85c;
  color: #5cb85c;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #5cb85c;
  background: #5cb85c;
}
.btn-outline.btn-info {
  background: transparent;
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #5bc0de;
  background: #5bc0de;
}
.btn-outline.btn-danger {
  background: transparent;
  border-color: #e44343;
  color: #e44343;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #e44343;
  background: #e44343;
}
.btn-outline.btn-warning {
  background: transparent;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #f0ad4e;
  background: #f0ad4e;
}

.btn-inverse.btn-primary:hover {
  color: #222;
  background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
  color: #5cb85c;
  background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
  color: #5bc0de;
  background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
  color: #e44343;
  background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
  color: #f0ad4e;
  background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
  color: var(--uomo-theme-color);
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 60px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.elementor-button {
  font-weight: 500;
}

.btn-banner {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner:before {
  right: 0;
  left: auto;
}
.btn-banner:hover {
  color: var(--uomo-link-color);
}
.btn-banner:hover:before {
  width: 100%;
}
.btn-banner.text-theme:before {
  background-color: var(--uomo-theme-color);
}

.btn-banner-white {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner-white:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner-white:before {
  right: 0;
  left: auto;
}
.btn-banner-white:hover {
  color: #fff;
}
.btn-banner-white:hover:before {
  width: 100%;
}

.btn-banner-purple {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: #141F46;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-banner-purple:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: #141F46;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .btn-banner-purple:before {
  right: 0;
  left: auto;
}
.btn-banner-purple:hover {
  color: #141F46;
}
.btn-banner-purple:hover:before {
  width: 100%;
}

.apus-loadmore-btn {
  display: inline-block;
  font-weight: 500;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 12px 30px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-loadmore-btn:hover, .apus-loadmore-btn:focus {
  color: #fff;
  background: #151515;
}

.viewmore-products-btn {
  position: relative;
}
.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:focus,
.btn:focus,
.viewmore-products-btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-link {
  color: var(--uomo-theme-color);
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.btn-link:hover, .btn-link:active {
  text-decoration: underline;
}

.btn-white {
  background: #fff;
  color: var(--uomo-theme-color);
  border-color: #fff;
}
.btn-white:active, .btn-white:hover {
  color: var(--uomo-theme-color);
  background: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--uomo-link-color);
  border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--uomo-link-color);
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-outline.btn-white {
  background: transparent;
  color: var(--uomo-link-color);
  border-color: var(--uomo-theme-color);
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #222 !important;
  border-color: #222 !important;
}

.btn-theme, .viewmore-products-btn {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active {
  color: #fff;
  background-color: var(--uomo-theme-hover-color);
  border-color: var(--uomo-theme-hover-color);
}

.btn-yellow {
  color: #222222;
  background-color: #FFD35B;
  border-color: #FFD35B;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
  color: #222222;
  background-color: #ffc528;
  border-color: #ffc528;
}
.btn-yellow:active, .btn-yellow.active, .open > .btn-yellow.dropdown-toggle {
  background-image: none;
}
.btn-yellow.disabled, .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled], .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
  background-color: #FFD35B;
  border-color: #FFD35B;
}
.btn-yellow .badge {
  color: #FFD35B;
  background-color: #222222;
}

.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #090909;
  border-color: #090909;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
  background-color: #222;
  border-color: #222;
}
.btn-dark .badge {
  color: #222;
  background-color: #fff;
}

.btn-theme-second {
  color: #fff;
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  color: #fff;
  background-color: #050806;
  border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
  background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
  background-color: #1b251f;
  border-color: #1b251f;
}
.btn-theme-second .badge {
  color: #1b251f;
  background-color: #fff;
}

.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
  color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
  background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
  color: #fff;
  background: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}

.btn-app {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #767676;
  color: #fff !important;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-app img {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .btn-app {
    padding: 14px 15px;
  }
}
.btn-app:hover, .btn-app:focus {
  background-color: #676767;
}

/* 4. layout */
/*------------------------------------*\
    apus-topbar
\*------------------------------------*/
.mm-menu .wpml-ls-legacy-dropdown a {
  border: none !important;
  padding-top: 0;
  padding-bottom: 2px;
  background: transparent !important;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #fff;
  border: none;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 5px 10px;
}
.mm-menu .wpml-ls-legacy-dropdown {
  width: auto;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  min-width: 140px;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
.header-left [class*="icon"] {
  font-size: 16px;
}
.header-left .btn-search-top {
  margin-top: 4px;
}
.header-left .icon-menu-top [class*="icon"] {
  font-size: 30px;
}
.header-left > div {
  margin-right: 22px;
}
.rtl .header-left > div {
  margin-left: 22px;
  margin-right: inherit;
}
.header-left > div:last-child {
  margin-right: 0px;
}
.rtl .header-left > div:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.header-default {
  padding: 40px 0;
  border-bottom: 1px solid #E4E4E4;
}
.header-default .header-right {
  margin-left: auto;
}
.rtl .header-default .header-right {
  margin-right: auto;
  margin-left: inherit;
}
.header-default .header-right > div {
  padding-left: 10px;
}
.rtl .header-default .header-right > div {
  padding-right: 10px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  .header-default .header-right > div {
    padding-left: 20px;
  }
  .rtl .header-default .header-right > div {
    padding-right: 20px;
    padding-left: inherit;
  }
}

.header-mobile {
  padding: 15px 0;
  background: #fff;
  position: relative;
}
.header-mobile .btn-showmenu {
  padding: 0;
}

.table-visiable {
  display: table;
  width: 100%;
}
.table-visiable > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .table-visiable-dk {
    display: table;
    width: 100%;
  }
  .table-visiable-dk > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
}
.sticky-header {
  position: fixed !important;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sticky-header.sticky-header-hidden {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
}
.sticky-header .vertical-wrapper.show-always .content-vertical {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sticky-header .vertical-wrapper.show-always:hover .content-vertical {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header_transparent .apus-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header_transparent .apus-header.no-sticky .elementor-section,
.header_transparent .apus-header .main-sticky-header:not(.sticky-header) .elementor-section {
  background-color: transparent !important;
}

.apus-header {
  position: relative;
  font-size: 14px;
}
.apus-header .show-main-menu {
  font-size: 30px;
  line-height: 1;
  color: var(--uomo-link-color);
}
.apus-header .show-main-menu:hover, .apus-header .show-main-menu:focus, .apus-header .show-main-menu.active {
  color: var(--uomo-theme-color);
}

.header-button-woo > div {
  margin-left: 15px;
}
.rtl .header-button-woo > div {
  margin-right: 15px;
  margin-left: inherit;
}
@media (min-width: 1200px) {
  .header-button-woo > div {
    margin-left: 25px;
  }
  .rtl .header-button-woo > div {
    margin-right: 25px;
    margin-left: inherit;
  }
}
.header-button-woo > div:last-child {
  margin-left: 0;
}
.rtl .header-button-woo > div:last-child {
  margin-right: 0;
  margin-left: inherit;
}

.header-sidebar {
  position: fixed;
  width: 100px;
  z-index: 91;
  left: 0;
  top: 0;
  min-height: 100vh;
  background: #000;
  color: #fff;
}
.header-sidebar a {
  color: #fff;
}
.header-sidebar a:hover, .header-sidebar a:active {
  color: var(--uomo-theme-color);
}
.header-sidebar .show-main-menu {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-width: 0 0 1px;
  border-color: #E4E4E4;
  color: #fff;
  background: #000000;
}
.header-sidebar .apus-topcart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #333333;
}
.header-sidebar .apus-topcart .count {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.header-sidebar .apus-topcart .dropdown-menu {
  bottom: 0;
  top: inherit;
  left: 100%;
}
.header-sidebar .service {
  color: #999999;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  left: 50px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 11px;
  -moz-transform-origin: 0 11px;
  -ms-transform-origin: 0 11px;
  transform-origin: 0 11px;
}
.header-sidebar .service > * {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-sidebar .service p {
  margin: 0;
}

.over-dark {
  cursor: not-allowed;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.rtl .over-dark {
  left: 0;
  right: auto;
}
.over-dark.active {
  display: block;
}

.menu-center .navbar-nav.megamenu {
  float: none;
  text-align: center;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/
.apus-breadcrumb {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0 0 30px;
  text-align: left;
  font-size: 14px;
}
.apus-breadcrumb .breadcrumb-title {
  color: #ccc;
  margin: 0;
  font-weight: 300;
  font-size: 48px;
}
.apus-breadcrumb nav {
  text-align: left;
  line-height: 30px;
}
.rtl .apus-breadcrumb nav {
  text-align: right;
}
.apus-breadcrumb nav a {
  color: #000;
}

/*------------------------------------*\
    Container
\*------------------------------------*/
.apus-mainbody {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*------------------------------------*\
    Content
\*------------------------------------*/
.apus-content {
  background: #fff;
}
.apus-content:before, .apus-content:after {
  content: " ";
  display: table;
}
.apus-content:after {
  clear: both;
}

/*------------------------------------*\
    Pagination
\*------------------------------------*/
.navigation {
  display: block;
  clear: both;
}

.apus-pagination {
  margin: 0 0 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .apus-pagination {
    margin: 10px 0 50px;
  }
}
.apus-pagination .page-numbers li,
.apus-pagination .pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
.apus-pagination .pagination li > span,
.apus-pagination .pagination li > a {
  font-weight: 500;
  font-size: 16px;
  padding: 3px;
  display: inline-block;
  float: none;
  color: var(--uomo-link-color);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 5px;
  position: relative;
}
@media (min-width: 1200px) {
  .apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
  .apus-pagination .pagination li > span,
  .apus-pagination .pagination li > a {
    margin: 0 10px;
  }
}
.apus-pagination .page-numbers li > span:before, .apus-pagination .page-numbers li > a:before,
.apus-pagination .pagination li > span:before,
.apus-pagination .pagination li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
}
.rtl .apus-pagination .page-numbers li > span:before, .rtl .apus-pagination .page-numbers li > a:before, .rtl
.apus-pagination .pagination li > span:before, .rtl
.apus-pagination .pagination li > a:before {
  right: 0;
  left: auto;
}
.apus-pagination .page-numbers li > span:hover, .apus-pagination .page-numbers li > span.current, .apus-pagination .page-numbers li > a:hover, .apus-pagination .page-numbers li > a.current,
.apus-pagination .pagination li > span:hover,
.apus-pagination .pagination li > span.current,
.apus-pagination .pagination li > a:hover,
.apus-pagination .pagination li > a.current {
  border-color: var(--uomo-link-color);
}
.apus-pagination .page-numbers li > span:hover:before, .apus-pagination .page-numbers li > span.current:before, .apus-pagination .page-numbers li > a:hover:before, .apus-pagination .page-numbers li > a.current:before,
.apus-pagination .pagination li > span:hover:before,
.apus-pagination .pagination li > span.current:before,
.apus-pagination .pagination li > a:hover:before,
.apus-pagination .pagination li > a.current:before {
  width: 100%;
}
.apus-pagination > span, .apus-pagination > a {
  font-weight: 500;
  font-size: 16px;
  padding: 3px;
  display: inline-block;
  float: none;
  color: var(--uomo-link-color) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 5px;
  position: relative;
}
@media (min-width: 1200px) {
  .apus-pagination > span, .apus-pagination > a {
    margin: 0 10px;
  }
}
.apus-pagination > span:before, .apus-pagination > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
}
.rtl .apus-pagination > span:before, .rtl .apus-pagination > a:before {
  right: 0;
  left: auto;
}
.apus-pagination > span:hover, .apus-pagination > span.current, .apus-pagination > a:hover, .apus-pagination > a.current {
  border-color: var(--uomo-link-color);
}
.apus-pagination > span:hover:before, .apus-pagination > span.current:before, .apus-pagination > a:hover:before, .apus-pagination > a.current:before {
  width: 100%;
}
.apus-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.body-nofooter-mobile .apus-footer-mobile {
  display: none;
}

@media (max-width: 991px) {
  .body-footer-mobile {
    margin-bottom: 61px;
  }
}
.apus-footer {
  background: #E4E4E4;
  position: relative;
  color: var(--uomo-text-color);
  font-size: 14px;
  font-weight: 400;
}
.apus-footer a:not([class]) {
  color: #222222;
}
.apus-footer a:not([class]):hover, .apus-footer a:not([class]):focus, .apus-footer a:not([class]):active {
  color: var(--uomo-theme-color);
}

/*------------------------------------*\
    Copyright
\*------------------------------------*/
.apus-copyright {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .apus-copyright {
    padding: 30px 0;
  }
}

/*------------------------------------*\
    Top bar
\*------------------------------------*/
.header-offcanvas {
  padding: 15px 0;
  border-bottom: 1px solid #E4E4E4;
}
.header-offcanvas .btn-toggle-canvas {
  padding: 0;
  background: transparent !important;
  color: var(--uomo-link-color);
  font-size: 16px;
}
.header-offcanvas .btn-toggle-canvas:hover, .header-offcanvas .btn-toggle-canvas:active {
  color: #e44343;
}

.middle-offcanvas {
  padding: 15px;
}
.middle-offcanvas .inner-search {
  border: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
.middle-offcanvas .inner-search .main-search,
.middle-offcanvas .inner-search .flex-middle {
  width: 100%;
}
.middle-offcanvas .inner-search .apus-search {
  border: 0;
  padding: 0 15px;
  height: 40px;
}
.middle-offcanvas .inner-search .btn, .middle-offcanvas .inner-search .viewmore-products-btn {
  border: 0;
  background-color: transparent;
  font-size: 19px;
  line-height: 1;
  padding: 0 12px;
  color: var(--uomo-link-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.rtl .middle-offcanvas .inner-search .btn, .rtl .middle-offcanvas .inner-search .viewmore-products-btn {
  left: 0;
  right: auto;
}
.middle-offcanvas .inner-search .btn:hover, .middle-offcanvas .inner-search .viewmore-products-btn:hover, .middle-offcanvas .inner-search .btn:focus, .middle-offcanvas .inner-search .viewmore-products-btn:focus {
  color: var(--uomo-theme-color);
}
.middle-offcanvas .inner-search .tt-menu {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.header-mobile-bottom {
  padding: 20px 15px 0;
  border-top: 1px solid #E4E4E4;
}
.header-mobile-bottom .my-account {
  font-weight: 500;
}
.header-mobile-bottom .my-account i {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
}
.rtl .header-mobile-bottom .my-account i {
  margin-left: 5px;
  margin-right: inherit;
}
.header-mobile-bottom .social-top {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.header-mobile-bottom .social-top li {
  display: inline-block;
  margin-right: 30px;
}
.rtl .header-mobile-bottom .social-top li {
  margin-left: 30px;
  margin-right: inherit;
}
.header-mobile-bottom aside {
  margin-top: 5px;
}

.apus-offcanvas-body {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.apus-offcanvas-body .header-mobile-bottom {
  margin-top: auto !important;
}

.apus-offcanvas {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 414px;
  max-width: 85%;
  background: #fff;
  height: 100vh;
  overflow-x: auto;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.apus-offcanvas .offcanvas-bottom,
.apus-offcanvas .offcanvas-top {
  height: 20%;
}
.apus-offcanvas .offcanvas-middle {
  height: 60%;
  padding: 20px 0;
  overflow-x: hidden;
}
.apus-offcanvas.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
.apus-offcanvas .offcanvas-head {
  background: #e44343;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-offcanvas .offcanvas-head:hover, .apus-offcanvas .offcanvas-head:active {
  background: #d51f1f;
}
.apus-offcanvas .offcanvas-head i {
  margin-right: 5px;
}
.rtl .apus-offcanvas .offcanvas-head i {
  margin-left: 5px;
  margin-right: inherit;
}
.apus-offcanvas .offcanvas-head a {
  color: #fff;
}
.apus-offcanvas .logo-in-theme {
  margin-bottom: 30px;
}
.apus-offcanvas .header-right > div {
  margin-left: 30px;
}
.rtl .apus-offcanvas .header-right > div {
  margin-right: 30px;
  margin-left: inherit;
}
.apus-offcanvas .header-right > div:last-child {
  margin-left: 0px;
}
.rtl .apus-offcanvas .header-right > div:last-child {
  margin-right: 0px;
  margin-left: inherit;
}
.apus-offcanvas .elementor-column {
  width: 100% !important;
}
.apus-offcanvas .elementor-column .elementor-column-wrap, .apus-offcanvas .elementor-column .elementor-widget-wrap {
  padding: 0 !important;
}
.apus-offcanvas .elementor-column .widget {
  margin-bottom: 10px;
}

.open-text {
  font-size: 26px;
  color: #fff;
  cursor: pointer;
  padding: 6px 8px;
  background: #5cb85c;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
  color: #fff;
  background: #4cae4c;
}

#mobile-offcanvas-sidebar {
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 270px;
  height: 100%;
  max-width: 80%;
  background: #fff;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
  left: 100%;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
  right: 100%;
}
#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
  display: none;
  height: 100%;
  width: 100%;
  padding: 0 15px;
}
#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
  display: block;
}
#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
  position: absolute;
  top: 100px;
}

.mobile-sidebar-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.mobile-sidebar-panel-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 998;
  cursor: not-allowed;
}

.apus-footer-mobile {
  position: fixed;
  z-index: 5;
  background: #fff;
  padding: 8px 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #f1f1f1;
}
.apus-footer-mobile > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.apus-footer-mobile > ul > li {
  display: inline-block;
  width: 25%;
  padding: 0 25px;
  text-align: center;
  position: relative;
}
.apus-footer-mobile > ul > li i {
  font-size: 21px;
  line-height: 1;
}
.apus-footer-mobile > ul > li span {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-top: 2px;
}
.apus-footer-mobile .mini-cart .count {
  top: -5px;
  bottom: inherit;
}
.apus-footer-mobile .apus-search-form {
  min-width: 300px;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}
.apus-footer-mobile .apus-search-form .select-category {
  display: none;
}
.apus-footer-mobile .apus-search-form form {
  border: none;
  margin: 0;
}
.apus-footer-mobile .apus-search-form form .form-control {
  border: 1px solid #E4E4E4;
}

.close-sidebar-btn,
.mobile-sidebar-btn {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
}

.mobile-sidebar-btn {
  margin: 0 0 10px;
  color: var(--uomo-theme-color);
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.mobile-sidebar-btn:hover {
  text-decoration: underline;
}

.close-sidebar-btn:active, .close-sidebar-btn:hover {
  color: #e44343;
}

.close-sidebar-btn {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .sidebar {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    z-index: 999;
    top: 0px;
    width: 300px;
    height: 100%;
    max-width: 80%;
    background: #fff;
    position: fixed;
    padding: 10px;
  }
  .sidebar.sidebar-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .sidebar.sidebar-left.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar.sidebar-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar.sidebar-right.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.apus-header .wrapper-topmenu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
  z-index: 9;
}
.apus-header .wrapper-topmenu .dropdown-menu-right {
  top: calc(100% + 10px);
}

.text-white {
  color: #fff !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.text-white .wpml-ls-item-toggle,
.text-white .dd-selected,
.text-white .title {
  color: #fff !important;
}

.text-light {
  color: #E4E4E4 !important;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .wpml-ls-item-toggle,
.text-light .dd-selected,
.text-light .title {
  color: #E4E4E4 !important;
}

.text-white {
  color: #fff !important;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.text-white .wpml-ls-item-toggle,
.text-white .dd-selected,
.text-white .title {
  color: #fff !important;
}

.wrapper-top-cart .overlay-dropdown-menu-right {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 98;
}
.wrapper-top-cart .overlay-dropdown-menu-right.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.wrapper-top-cart > .dropdown-menu-right {
  max-width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  top: 0;
  right: 0;
  background: #fff;
  width: 420px;
  height: 100%;
  padding: 30px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_heading > h3 {
  margin: 0 0 20px;
  font-size: 22px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
  width: 100%;
  cursor: pointer;
  color: #e44343;
}
.wrapper-top-cart > .dropdown-menu-right .widget_shopping_cart_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart_list {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.wrapper-top-cart > .dropdown-menu-right .shopping_cart_content .cart-bottom {
  flex-direction: column;
  -webkit-flex-direction: column;
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.wrapper-top-cart .cart_list .variation {
  margin: 0;
}
.wrapper-top-cart .cart_list .variation > * {
  display: inline-block;
  vertical-align: middle;
}
.wrapper-top-cart .cart_list .variation > * p {
  margin: 0;
}
.wrapper-top-cart .buttons .btn-block {
  margin-bottom: 10px;
}

.rtl .wrapper-top-cart > .dropdown-menu-right {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .wrapper-top-cart > .dropdown-menu-right.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* 5. menu */
.navbar.apus-megamenu {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  min-height: 0;
  margin: 0;
}

.megamenu {
  padding: 0;
}
.megamenu .menu-item-description {
  font-size: 12px;
  text-transform: capitalize;
}
.megamenu > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: top;
  float: none;
  margin-right: 25px;
}
.rtl .megamenu > li {
  margin-left: 25px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .megamenu > li {
    margin-right: 40px;
  }
  .rtl .megamenu > li {
    margin-left: 40px;
    margin-right: inherit;
  }
}
.megamenu > li:last-child {
  margin-right: 0px !important;
}
.rtl .megamenu > li:last-child {
  margin-left: 0px !important;
  margin-right: inherit;
}
.megamenu > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 7px;
  text-transform: uppercase;
  background: transparent !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
.megamenu > li > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .megamenu > li > a:before {
  right: 0;
  left: auto;
}
.megamenu > li > a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 26px;
  position: absolute;
  top: 100%;
  left: 0;
}
.megamenu > li > a .fa, .megamenu > li > a img {
  max-width: 50px;
  margin-right: 8px;
}
.rtl .megamenu > li > a .fa, .rtl .megamenu > li > a img {
  margin-left: 8px;
  margin-right: inherit;
}
.megamenu > li > a:hover, .megamenu > li > a:active, .megamenu > li > a:focus {
  color: var(--uomo-link-color);
}
.megamenu > li > a:hover:before, .megamenu > li > a:active:before, .megamenu > li > a:focus:before {
  width: 65%;
}
.megamenu > li:hover > a, .megamenu > li.active > a {
  color: var(--uomo-link-color);
}
.megamenu > li:hover > a:before, .megamenu > li.active > a:before {
  width: 65%;
}
.megamenu > li.aligned-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.megamenu > li > .dropdown-menu {
  margin-top: 24px;
}
.megamenu .aligned-fullwidth > .dropdown-menu {
  padding: 50px 30px 30px;
}
.megamenu .dropdown-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--uomo-theme-color);
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.rtl .megamenu .dropdown-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.megamenu .dropdown-menu .text-label.label-hot {
  color: #e44343;
}
.megamenu .dropdown-menu .text-label.label-new {
  color: #5cb85c;
}
.megamenu .dropdown-menu .current-menu-item > a {
  color: #fff;
}
.megamenu .dropdown-menu li {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .megamenu .dropdown-menu li {
    margin-bottom: 12px;
  }
}
.megamenu .dropdown-menu li > a {
  background: transparent !important;
  position: relative;
  padding: 0 0 2px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.megamenu .dropdown-menu li > a:before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .megamenu .dropdown-menu li > a:before {
  right: 0;
  left: auto;
}
.megamenu .dropdown-menu li > a:hover:before, .megamenu .dropdown-menu li > a:focus:before {
  width: 65%;
}
.megamenu .dropdown-menu li > a .caret {
  position: absolute;
  top: 12px;
  right: -25px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rtl .megamenu .dropdown-menu li > a .caret {
  left: -25px;
  right: auto;
}
.megamenu .dropdown-menu li.current-menu-item > a, .megamenu .dropdown-menu li.open > a, .megamenu .dropdown-menu li.active > a {
  color: var(--uomo-link-color);
}
.megamenu .dropdown-menu li.current-menu-item > a:before, .megamenu .dropdown-menu li.open > a:before, .megamenu .dropdown-menu li.active > a:before {
  width: 65%;
}
.megamenu .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.megamenu .dropdown-menu .widget-title,
.megamenu .dropdown-menu .widgettitle {
  margin: 0 0 20px;
  font-size: 14px;
  padding: 0;
  color: var(--uomo-text-color);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .megamenu .dropdown-menu .widget-nav-menu .menu li {
    margin-bottom: 12px;
  }
  .megamenu .dropdown-menu .widget-nav-menu .menu li:last-child {
    margin-bottom: 0;
  }
}
.megamenu .dropdown-menu .widget-nav-menu .menu li a:before {
  bottom: -2px;
}
.megamenu .dropdown-menu .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  border: none;
  position: absolute;
  display: block;
  left: calc(100% + 20px);
  top: -20px;
  background: #fff;
  min-width: 200px;
}
.megamenu .dropdown-menu .dropdown-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
}
.megamenu .dropdown-menu li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.megamenu .apus-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.megamenu li.aligned-fullwidth {
  position: static;
}
.megamenu li.aligned-fullwidth > .dropdown-menu {
  width: 100%;
  left: 0;
  margin-top: 2px;
}
.rtl .megamenu li.aligned-fullwidth > .dropdown-menu {
  right: 0;
  left: auto;
}
.megamenu > li > a > .text-label {
  font-size: 11px;
  padding: 0px 5px;
  background: #5bc0de;
  color: #fff;
  position: absolute;
  right: -15px;
  top: -10px;
  line-height: 2;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .megamenu > li > a > .text-label {
  left: -15px;
  right: auto;
}
.megamenu > li > a > .text-label.label-hot {
  background: #e44343;
}
.megamenu > li > a > .text-label.label-hot:before {
  border-color: #e44343 transparent transparent #e44343;
}
.megamenu > li > a > .text-label.label-new {
  background: #5cb85c;
}
.megamenu > li > a > .text-label.label-new:before {
  border-color: #5cb85c transparent transparent #5cb85c;
}
.megamenu > li > a > .text-label:before {
  content: '';
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 7px;
  border-width: 3px;
  border-style: solid;
  border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .megamenu > li > a > .text-label:before {
  right: 7px;
  left: auto;
}

.megamenu.effect1 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  padding: 25px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.megamenu.effect1 > li:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.megamenu.effect2 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  padding: 25px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}
.megamenu.effect2 > li > .dropdown-menu li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.megamenu.effect2 > li > .dropdown-menu > li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.megamenu.effect2 > li:hover > .dropdown-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.megamenu.effect2 > li:hover > .dropdown-menu > li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.megamenu.effect3 > li > .dropdown-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  padding: 25px 30px;
  border: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-animation: fadeleft 0.3s ease-in-out 0s;
  animation: fadeleft 0.3s ease-in-out 0s;
}
.megamenu.effect3 > li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-animation: faderight 0.3s ease-in-out 0s;
  animation: faderight 0.3s ease-in-out 0s;
}

.aligned-right .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}

.navbar-offcanvas .navbar-nav {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
}
.navbar-offcanvas .navbar-nav li {
  position: relative;
  display: block;
  float: none;
  margin: 0;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle {
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 11px;
  z-index: 2;
  cursor: pointer;
}
.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
  left: 0px;
  right: auto;
}
.navbar-offcanvas .navbar-nav li > a {
  background: transparent !important;
  line-height: 28px;
  display: block;
}
.navbar-offcanvas .navbar-nav li.open > a, .navbar-offcanvas .navbar-nav li.open > a:focus, .navbar-offcanvas .navbar-nav li.open > a:hover, .navbar-offcanvas .navbar-nav li.active > a, .navbar-offcanvas .navbar-nav li.active > a:focus, .navbar-offcanvas .navbar-nav li.active > a:hover {
  color: var(--uomo-theme-color);
  background: transparent;
}
.navbar-offcanvas .dropdown-menu {
  margin: 0;
}
.navbar-offcanvas .dropdown-menu > li a {
  background: transparent !important;
}
.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
  color: var(--uomo-link-color);
  text-decoration: underline;
}
.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
  width: 100%;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
  padding: 0 30px;
}
.navbar-offcanvas .dropdown-menu .widgettitle {
  font-weight: 500;
  margin: 0 0 10px;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
}
.navbar-offcanvas li:hover .dropdown-menu {
  display: block;
}
.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
  width: 100%;
}

.mobile-vertical-menu .navbar-nav li {
  border-bottom: 1px dashed #E4E4E4;
}
.mobile-vertical-menu .navbar-nav li:last-child {
  border-bottom: 0;
}
.mobile-vertical-menu .navbar-nav li > a {
  padding: 5px 0;
}
.mobile-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--uomo-theme-color);
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.rtl .mobile-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.mobile-vertical-menu .text-label.label-hot {
  color: #e44343;
}
.mobile-vertical-menu .text-label.label-new {
  color: #5cb85c;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
  font-weight: 400;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-right: 5px;
  min-width: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
  margin-left: 5px;
  margin-right: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
  color: var(--uomo-theme-color);
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
  max-width: 100%;
  display: none;
  padding: 0 15px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
  display: none;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-left: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
  padding-right: 20px;
  padding-left: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
  padding: 0;
  font-size: 14px;
}
.mobile-vertical-menu .widget {
  margin-bottom: 10px;
}

.main-mobile-menu .has-submenu > .sub-menu {
  padding-left: 30px;
  list-style: none;
  display: none;
}
.rtl .main-mobile-menu .has-submenu > .sub-menu {
  padding-right: 30px;
  padding-left: inherit;
}
.main-mobile-menu .has-submenu > .sub-menu li > .icon-toggle {
  top: 8px;
}
.main-mobile-menu .has-submenu > .sub-menu li a {
  font-size: 14px;
  padding: 2px 0;
}
.main-mobile-menu .widget .widget-title, .main-mobile-menu .widget .widgettitle, .main-mobile-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 16px;
  padding: 0 0 8px;
  text-align: inherit;
}
.main-mobile-menu .sub-menu {
  max-width: 100%;
}
.main-mobile-menu .shop-list-small {
  margin-bottom: 10px;
}
.main-mobile-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--uomo-theme-color);
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.rtl .main-mobile-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.main-mobile-menu .text-label.label-hot {
  color: #e44343;
}
.main-mobile-menu .text-label.label-new {
  color: #5cb85c;
}

.topmenu-menu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
}
.topmenu-menu i {
  margin-right: 5px;
}
.rtl .topmenu-menu i {
  margin-left: 5px;
  margin-right: inherit;
}
.topmenu-menu > li {
  float: none;
  white-space: nowrap;
  margin-bottom: 5px;
}
.topmenu-menu > li:last-child {
  margin-bottom: 0;
}
.topmenu-menu > li > a {
  background: transparent !important;
  padding: 0;
}

.top-wrapper-menu {
  position: relative;
}
.top-wrapper-menu .inner-top-menu {
  display: block;
  min-width: 200px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  padding: 10px 15px;
}
.rtl .top-wrapper-menu .inner-top-menu {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .top-wrapper-menu .inner-top-menu {
    padding: 25px 30px;
  }
}
.top-wrapper-menu:hover .inner-top-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#menu-main-menu-navbar {
  border: 0;
}

.sliding-menu__panel-root {
  text-transform: uppercase;
}
.sliding-menu__panel-root li a {
  font-size: 16px;
}

.sliding-menu__panel {
  padding: 0;
}
.sliding-menu__panel li {
  margin-bottom: 8px;
}
.sliding-menu__panel li .sliding-menu__nav,
.sliding-menu__panel li a {
  font-weight: 500;
  padding: 10px 0;
  color: var(--uomo-link-color) !important;
  font-size: 14px;
  text-transform: inherit;
  position: relative;
  background-color: transparent !important;
}
.sliding-menu__panel li .sliding-menu__nav:after,
.sliding-menu__panel li a:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: var(--uomo-link-color);
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .sliding-menu__panel li .sliding-menu__nav:after, .rtl
.sliding-menu__panel li a:after {
  right: 0;
  left: auto;
}
.sliding-menu__panel li.active .sliding-menu__nav,
.sliding-menu__panel li.active a {
  color: var(--uomo-link-color);
}
.sliding-menu__panel li.active .sliding-menu__nav:after,
.sliding-menu__panel li.active a:after {
  width: 26px;
}

.sliding-menu .sliding-menu__nav::before {
  content: "\f107";
  font-family: 'Flaticon';
}

.sliding-menu .sliding-menu__back::before {
  content: "\f108";
  margin-left: 0;
}

.sliding-menu .sliding-menu__back {
  border-bottom: 1px solid #E4E4E4 !important;
  padding-bottom: 15px !important;
  font-size: 16px !important;
  margin-bottom: 5px;
}

.header-mobile .mobile-vertical-menu-title {
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-mobile .mobile-vertical-menu-title i {
  font-size: 24px;
}
.header-mobile .mobile-vertical-menu-title:hover, .header-mobile .mobile-vertical-menu-title.active {
  color: var(--uomo-theme-color);
}

/* 6. pages */
@media (min-width: 1501px) {
  .col-md-cl-5 {
    width: 20%;
  }
  .col-md-cl-5.first {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .col-md-cl-5 {
    width: 25%;
  }
  .col-md-cl-5.first:nth-child(4n + 1) {
    clear: both;
  }

  div.product.col-md-cl-5:nth-child(4n + 1) {
    clear: both;
  }
}
.main-page .page-links {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  margin: 0;
}
.main-page #respond .comment-reply-title {
  margin: 0 !important;
}
.main-page #comments {
  margin-top: 30px;
}

.wrapper-80 {
  padding-left: 50px;
  padding-right: 50px;
}

@media (min-width: 1200px) {
  .wrapper-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .wrapper-50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
div.wpcf7-validation-errors {
  margin: 0;
  padding: 15px;
}

.contact-form-content {
  padding: 30px;
  background: white;
  min-height: 260px;
}
.contact-form-content .rounded {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #cccccc;
}
.rtl .contact-form-content .rounded {
  margin-left: 10px;
  margin-right: inherit;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
  font-size: 16px;
  margin: 13px;
}

.user {
  margin-bottom: 10px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.user > div {
  display: none;
}
.user > div.active {
  display: block;
}
.user .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 15px;
}
.user .create {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .user .create {
    margin-top: 25px;
  }
}
.user .create a {
  text-decoration: underline;
}

.page-404 {
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/error.jpg) repeat #fff center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.page-404 .not-found {
  padding: 50px 0;
}
.page-404 .greeting_title {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page-404 .greeting_title {
    font-size: 100px;
  }
}
.page-404 .description {
  color: var(--uomo-link-color);
  margin-top: 20px;
}
.page-404 .title-big {
  font-size: 20px;
  font-weight: 400;
  margin: 25px 0 0;
}
@media (min-width: 1200px) {
  .page-404 .title-big {
    font-size: 26px;
  }
}
.page-404 .btn, .page-404 .viewmore-products-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .page-404 .btn, .page-404 .viewmore-products-btn {
    min-width: 340px;
    text-align: center;
  }
}
.page-404 .return {
  margin-top: 20px;
}

body.error404,
body.page-template-404 {
  overflow: hidden;
}
body.error404 .apus-header,
body.page-template-404 .apus-header {
  z-index: 2;
}
body.error404 .apus-footer,
body.page-template-404 .apus-footer {
  display: none;
}

@media (min-width: 992px) {
  body.detail-shop-v4 .apus-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }
  body.detail-shop-v4 .archive-shop {
    overflow: hidden;
    padding-top: 75px;
  }
  body.detail-shop-v4 .archive-shop .image-mains {
    margin-top: -75px;
  }
}
/* 7. post */
/*
* General Post Style using for all with naming class entry
*/
.post.no-results {
  text-align: center;
}
@media (max-width: 991px) {
  .post.no-results {
    margin-top: 40px;
  }
}
.post.no-results .widget-search {
  margin: 30px auto;
  max-width: 450px;
}
.post.no-results .title-no-results {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .post.no-results .title-no-results {
    font-size: 25px;
    margin: 0 0 15px;
  }
}

.entry-create {
  font-size: 13px;
  margin: 0 0 15px;
}
.entry-create > * {
  margin-right: 2px;
}
.rtl .entry-create > * {
  margin-left: 2px;
  margin-right: inherit;
}
.entry-create .author {
  font-style: italic;
  text-transform: capitalize;
}

.comment-form-cookies-consent [type="checkbox"] {
  margin-right: 7px;
}
.rtl .comment-form-cookies-consent [type="checkbox"] {
  margin-left: 7px;
  margin-right: inherit;
}

.entry-link {
  margin-top: 20px;
}
.entry-link .readmore {
  color: var(--uomo-theme-color);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 12px;
}
.entry-link .readmore:hover {
  color: #000;
}

.entry-meta {
  margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
  margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
  margin-left: 3px;
  margin-right: inherit;
}

blockquote {
  color: var(--uomo-link-color);
  font-size: 18px;
  padding: 0 25px;
  border-left: 3px solid var(--uomo-theme-color);
  font-style: italic;
}
.rtl blockquote {
  border-right: 3px solid var(--uomo-theme-color);
  border-left: inherit;
}

.entry-vote {
  z-index: 1;
  display: table;
  text-align: center;
  top: 20px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 44px;
  height: 44px;
  right: 20px;
}
.rtl .entry-vote {
  left: 20px;
  right: auto;
}
.entry-vote .entry-vote-inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-weight: var(--uomo-heading-font-weight);
}
.entry-vote.vote-perfect .entry-vote-inner {
  color: #ff003a;
}
.entry-vote.vote-good .entry-vote-inner {
  color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
  color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
  color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
  color: #78ae00;
}

.blog-title {
  margin-bottom: 30px;
}

#commentform .for-control {
  color: var(--uomo-text-color);
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
}
#commentform textarea.form-control {
  height: 150px !important;
  resize: none;
}
@media (min-width: 1200px) {
  #commentform textarea.form-control {
    height: 215px !important;
  }
}
#commentform .form-group {
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  #commentform .form-group {
    margin: 0 0 30px;
  }
}
#commentform .form-group .for-control {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 18px;
  top: 15px;
  z-index: 1;
  cursor: auto;
}
.rtl #commentform .form-group .for-control {
  right: 18px;
  left: auto;
}
#commentform .form-control {
  padding: 10px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #E4E4E4;
  height: 55px;
}
#commentform .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
#commentform .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
#commentform .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
#commentform .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
#commentform .form-control.has-value, #commentform .form-control:focus {
  border-color: #222;
}
#commentform .form-control.has-value ~ .for-control, #commentform .form-control:focus ~ .for-control {
  top: -12px;
  color: var(--uomo-link-color);
}
#commentform #cancel-comment-reply-link {
  color: #e44343;
}
#commentform [for="wp-comment-cookies-consent"] {
  font-weight: 400;
}
#commentform #submit {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1200px) {
  #commentform .comment-form-cookies-consent {
    margin: 0 0 28px !important;
  }
}

.reset-button-default {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .reset-button-default {
    margin-top: 50px;
  }
}

/*
* using for new, magazine
*/
.post-title {
  font-size: 18px;
}

.post-thumb {
  position: relative;
}

.blog-meta {
  top: 0;
  position: absolute;
  right: 0px;
}
.rtl .blog-meta {
  left: 0px;
  right: auto;
}

/* Post type: List widget list*/
.posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.posts-list li {
  margin: 0 0 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .posts-list li {
    margin: 0 0 30px;
  }
}
.posts-list li:last-child {
  margin: 0;
}
.posts-list .content-info {
  width: calc(100% - 95px);
}
.posts-list .image {
  width: 95px;
  padding-right: 15px;
}
.rtl .posts-list .image {
  padding-left: 15px;
  padding-right: inherit;
}
.posts-list .entry-title {
  font-size: 14px;
  text-transform: inherit;
  margin: 0 0 5px;
}
@media (min-width: 1200px) {
  .posts-list .entry-title {
    font-size: 16px;
  }
}

.post-layout {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .post-layout {
    margin-bottom: 60px;
  }
}
.post-layout iframe {
  max-width: 100%;
}
.post-layout .entry-title {
  word-wrap: break-word;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .post-layout .entry-title {
    font-size: 26px;
  }
}
.post-layout .entry-title .stick-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 2px;
}
.rtl .post-layout .entry-title .stick-icon {
  margin-left: 2px;
  margin-right: inherit;
}
.post-layout .description {
  color: var(--uomo-link-color);
}
.post-layout .post-layout-info a {
  color: var(--uomo-text-color);
}
.post-layout .post-layout-info a:hover, .post-layout .post-layout-info a:focus {
  color: var(--uomo-link-color);
}
.post-layout .post-layout-info i {
  margin-right: 5px;
}
.rtl .post-layout .post-layout-info i {
  margin-left: 5px;
  margin-right: inherit;
}
.post-layout .post-layout-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rtl .post-layout .post-layout-info > * {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .post-layout .post-layout-info > * {
    margin-right: 20px;
  }
  .rtl .post-layout .post-layout-info > * {
    margin-left: 20px;
    margin-right: inherit;
  }
}
.post-layout .post-layout-info > *:last-child {
  margin-right: 0;
}
.rtl .post-layout .post-layout-info > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}

.post-grid .top-image {
  margin-bottom: 18px;
}
.post-grid .post-layout-info {
  margin-bottom: 8px;
}
.post-grid .description {
  margin-top: 10px;
}
.post-grid .btn-banner {
  margin-top: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-grid .entry-title {
    font-size: 22px;
  }
}
.post-grid.v2 .entry-title {
  font-size: 18px;
  font-weight: 400;
}
.post-grid.v2 .top-image {
  margin-bottom: 14px;
}
.post-grid.v3 {
  text-align: center;
  background-color: #fff;
}
.post-grid.v3 .entry-title {
  font-size: 18px;
  font-weight: 400;
}
.post-grid.v3 .inner-bottom {
  padding: 0 20px 22px;
}
.post-grid.v4 {
  background-color: #fff;
}
.post-grid.v4 .entry-title {
  font-size: 18px;
  font-weight: 400;
}
.post-grid.v4 .inner-bottom {
  padding: 0 20px 22px;
}
@media (min-width: 1200px) {
  .post-grid.v4 .inner-bottom {
    padding: 0 30px 22px;
  }
}
.post-grid .top-image {
  overflow: hidden;
}
.post-grid .top-image img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.post-grid.v6 {
  position: relative;
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.6);
}
.post-grid.v6 a {
  color: #fff !important;
}
.post-grid.v6 .entry-title {
  font-weight: 700;
}
.post-grid.v6 .post-layout-info {
  font-weight: 600;
}
.post-grid.v6 .top-image {
  margin: 0;
}
.post-grid.v6 .top-image + .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 20px;
}
@media (min-width: 1200px) {
  .post-grid.v6 .top-image + .inner {
    padding: 40px;
  }
}
.post-grid.v6 .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.post-grid.v6 .post-thumbnail:before {
  z-index: 1;
  background-color: rgba(34, 34, 34, 0.6);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-grid.v7 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.post-grid.v7 .entry-title {
  font-size: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .post-grid.v7 .post-layout-info {
    margin-bottom: 15px;
  }
  .post-grid.v7 .description {
    margin-top: 12px;
  }
  .post-grid.v7 .btn-banner {
    margin-top: 15px;
  }
}
.post-grid.v7 .top-image {
  margin: 0;
}
.post-grid.v7 .inner-bottom {
  border: 1px solid #E4E4E4;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  padding: 20px;
}
@media (min-width: 1200px) {
  .post-grid.v7 .inner-bottom {
    padding: 20px 30px 35px;
  }
}
.post-grid:hover .top-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.post-list-item .post-layout-info {
  margin-bottom: 6px;
}
.post-list-item .description {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .post-list-item .description {
    margin-top: 25px;
  }
}
.post-list-item .btn-banner {
  margin-top: 10px;
  text-transform: uppercase;
}

.list-small {
  overflow: hidden;
}
.list-small .entry-title {
  font-size: 14px;
  margin: 0 0 5px;
  line-height: 20px;
  font-weight: 400;
}
.list-small .date {
  font-size: 12px;
}
.list-small .image {
  float: left;
  padding-right: 15px;
}
.rtl .list-small .image {
  float: right;
}
.rtl .list-small .image {
  padding-left: 15px;
  padding-right: inherit;
}
.list-small .image img {
  min-width: 62px;
}
.list-small .info {
  overflow: hidden;
}

.category-posts {
  position: relative;
}
.category-posts::after {
  content: "";
  top: 20px;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #E4E4E4;
}
.rtl .category-posts::after {
  left: 0;
  right: auto;
}
.category-posts .post {
  border-bottom: 1px solid #E4E4E4;
}
.category-posts .category-posts-label {
  padding: 1px 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--uomo-theme-color);
  font-weight: var(--uomo-main-font-weight);
  font-size: 10px;
  text-transform: uppercase;
}
.category-posts .category-posts-label a {
  color: #fff;
}
.category-posts .entry-meta::after {
  display: none;
}
.category-posts .posts-more .post:last-child {
  border: 0px;
}
.category-posts .posts-more .entry-title {
  font-size: 10px;
}
.category-posts .posts-more .entry-title a {
  color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
  color: var(--uomo-theme-color);
}

/*------------------------------------*\
    Post detail
\*------------------------------------*/
.single-blog {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .single-blog {
    margin-top: 70px;
  }
}

.entry-title-detail {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 12px;
  word-wrap: break-word;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .entry-title-detail {
    font-size: 35px;
  }
}

.single-info {
  color: var(--uomo-link-color);
  font-size: 14px;
  line-height: 30px;
}
.single-info h1, .single-info h2, .single-info h3, .single-info h4, .single-info h5, .single-info h6 {
  font-weight: 500;
}

/*------------------------------------*\
    Comment List
\*------------------------------------*/
#respond .title {
  margin: 0 0 5px;
}

.commentlist,
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.commentlist #cancel-comment-reply-link,
.comment-list #cancel-comment-reply-link {
  color: #e44343;
}
.commentlist .comment-author strong,
.comment-list .comment-author strong {
  font-style: normal;
  font-weight: 500;
}
.commentlist .children,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.rtl .commentlist .children, .rtl
.comment-list .children {
  padding-right: 20px;
  padding-left: inherit;
}
@media (min-width: 768px) {
  .commentlist .children,
  .comment-list .children {
    padding-left: 40px;
  }
  .rtl .commentlist .children, .rtl
  .comment-list .children {
    padding-right: 40px;
    padding-left: inherit;
  }
}
@media (min-width: 1200px) {
  .commentlist .children,
  .comment-list .children {
    padding-left: 90px;
  }
  .rtl .commentlist .children, .rtl
  .comment-list .children {
    padding-right: 90px;
    padding-left: inherit;
  }
}
.commentlist div.avatar,
.comment-list div.avatar {
  width: 70px;
  padding-right: 15px;
  float: left;
}
.rtl .commentlist div.avatar, .rtl
.comment-list div.avatar {
  padding-left: 15px;
  padding-right: inherit;
}
@media (min-width: 1200px) {
  .commentlist div.avatar,
  .comment-list div.avatar {
    width: 90px;
    padding-right: 30px;
  }
  .rtl .commentlist div.avatar, .rtl
  .comment-list div.avatar {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.rtl .commentlist div.avatar, .rtl
.comment-list div.avatar {
  float: right;
}
.commentlist .comment-edit-link,
.comment-list .comment-edit-link {
  color: #e44343;
  margin-left: 5px;
}
.rtl .commentlist .comment-edit-link, .rtl
.comment-list .comment-edit-link {
  margin-right: 5px;
  margin-left: inherit;
}
.commentlist strong,
.comment-list strong {
  color: var(--uomo-link-color);
  font-weight: 400;
}
.commentlist .comment-reply-link,
.comment-list .comment-reply-link {
  font-size: 15px;
  color: #5cb85c;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:active,
.comment-list .comment-reply-link:hover,
.comment-list .comment-reply-link:active {
  color: #3d8b3d;
}
.commentlist .comment-box,
.comment-list .comment-box {
  overflow: hidden;
}
.commentlist .comment-text,
.comment-list .comment-text {
  margin: 10px 0 0 !important;
}
@media (min-width: 1200px) {
  .commentlist .comment-text,
  .comment-list .comment-text {
    margin: 20px 0 0 !important;
  }
}
.commentlist .comment-text p:last-child,
.comment-list .comment-text p:last-child {
  margin: 0;
}
.commentlist img.avatar,
.comment-list img.avatar {
  width: 60px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.commentlist .the-comment,
.comment-list .the-comment {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 992px) {
  .commentlist .the-comment,
  .comment-list .the-comment {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
}
.commentlist > li:last-child > .the-comment,
.commentlist .children:last-child > li:last-child > .the-comment,
.comment-list > li:last-child > .the-comment,
.comment-list .children:last-child > li:last-child > .the-comment {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.commentform .title {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}
.commentform .comment-notes {
  display: none;
}

.post-navigation .navi {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  text-transform: uppercase;
  color: var(--uomo-text-color);
}
.post-navigation .navi i {
  font-size: 12px;
  margin-right: 5px;
}
.rtl .post-navigation .navi i {
  margin-left: 5px;
  margin-right: inherit;
}
.post-navigation .nav-next .navi i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .post-navigation .nav-next .navi i {
  margin-left: 0;
  margin-right: inherit;
}
.rtl .post-navigation .nav-next .navi i {
  margin-right: 5px;
  margin-left: inherit;
}
.post-navigation .nav-links {
  overflow: hidden;
}
.post-navigation .nav-links > * {
  width: 40%;
  float: left;
}
.rtl .post-navigation .nav-links > * {
  float: right;
}
.post-navigation .nav-links > *.nav-next {
  float: right;
  text-align: right;
}
.rtl .post-navigation .nav-links > *.nav-next {
  float: left;
}
.rtl .post-navigation .nav-links > *.nav-next {
  text-align: left;
}
.post-navigation .nav-links .title-direct {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-posts {
  padding: 0;
  margin: 30px 0 0;
}
.related-posts .title {
  margin: 0 0 25px;
  font-size: 25px;
  position: relative;
}

.gallery {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery .gallery-item {
  float: left;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.rtl .gallery .gallery-item {
  float: right;
}
.gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  max-height: 50%;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 11%;
  }
}
.gallery.gallery-columns-8 .gallery-item {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
}
.gallery.gallery-columns-7 .gallery-item {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 14%;
  }
}
.gallery.gallery-columns-6 .gallery-item {
  width: 33.33%;
}
@media (min-width: 768px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.5%;
  }
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.comment-navigation {
  overflow: hidden;
  padding: 20px 0;
}
.comment-navigation .nav-links > div {
  display: inline-block;
}
.comment-navigation .nav-links > div + div {
  line-height: 1.1;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #E4E4E4;
}
.rtl .comment-navigation .nav-links > div + div {
  margin-right: 15px;
  margin-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
  padding-right: 15px;
  padding-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
  border-right: 2px solid #E4E4E4;
  border-left: inherit;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-check li {
  margin-bottom: 10px;
}
.list-check i {
  color: var(--uomo-theme-color);
  margin-right: 10px;
}
.rtl .list-check i {
  margin-left: 10px;
  margin-right: inherit;
}

.only-content .wrapper-small {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .only-content .wrapper-small .wp-block-gallery .blocks-gallery-item {
    margin-right: 30px;
    width: calc( 50% - 30px );
  }
  .rtl .only-content .wrapper-small .wp-block-gallery .blocks-gallery-item {
    margin-left: 30px;
    margin-right: inherit;
  }
  .only-content .wrapper-small .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .rtl .only-content .wrapper-small .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: inherit;
  }
}
.only-content #comments {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

#comments .comments-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  #comments .comments-title {
    margin: 0 0 28px;
  }
}

.detail-post .top-info {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail-post .top-info {
    margin-bottom: 40px;
  }
}
.detail-post .top-info a {
  color: var(--uomo-text-color);
}
.detail-post .top-info a:hover, .detail-post .top-info a:focus {
  color: var(--uomo-link-color);
}
.detail-post .top-info i {
  margin-right: 5px;
}
.rtl .detail-post .top-info i {
  margin-left: 5px;
  margin-right: inherit;
}
.detail-post .top-info > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rtl .detail-post .top-info > * {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .detail-post .top-info > * {
    margin-right: 25px;
  }
  .rtl .detail-post .top-info > * {
    margin-left: 25px;
    margin-right: inherit;
  }
}
.detail-post .top-info > *:last-child {
  margin-right: 0;
}
.rtl .detail-post .top-info > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.detail-post .entry-thumb-detail {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .detail-post .entry-thumb-detail {
    margin-bottom: 40px;
  }
}
.detail-post .entry-thumb-detail.no-thumb {
  margin-bottom: 0;
}
.detail-post #comments {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .detail-post #comments {
    padding-top: 30px;
  }
}
.detail-post #comments #reply-title {
  margin: 0 0 5px !important;
  font-size: 18px;
}
.detail-post #comments #reply-title small {
  font-size: 13px;
}
.detail-post iframe {
  max-width: 100%;
}
.detail-post .bottom-info {
  font-weight: 500;
  margin-bottom: 20px;
}
.detail-post .bottom-info .suffix {
  font-style: italic;
}
.detail-post .bottom-info .author {
  text-transform: uppercase;
}
.detail-post .bottom-info > div {
  display: inline-block;
  vertical-align: middle;
}
.detail-post .bottom-info a {
  color: var(--uomo-text-color);
}
.detail-post .bottom-info a:hover, .detail-post .bottom-info a:active {
  color: var(--uomo-theme-color);
}
.detail-post .entry-tags-list strong {
  display: none;
}
.detail-post .entry-tags-list a {
  font-size: 14px;
  padding: 5px 20px;
  color: var(--uomo-link-color);
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #f2f3f5;
}
.rtl .detail-post .entry-tags-list a {
  margin-left: 10px;
  margin-right: inherit;
}
.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:active {
  color: #fff;
  border-color: #222;
  background: #222;
}
.detail-post .post-navigation {
  border-width: 1px 0;
  border-style: solid;
  border-color: #E4E4E4;
  padding: 20px 0;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .detail-post .post-navigation {
    padding: 40px 0;
    margin-top: 50px;
  }
}
.detail-post .entry-content-detail .entry-title {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 5px;
}
.detail-post .sub-title {
  font-size: 21px;
}

.author-post .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.author-post .avatar-img {
  float: left;
  padding-right: 8px;
}
.rtl .author-post .avatar-img {
  float: right;
}
.rtl .author-post .avatar-img {
  padding-left: 8px;
  padding-right: inherit;
}
.author-post .name-author {
  display: inline-block;
  margin-top: 9px;
}

.all-categories {
  padding: 0;
  margin: 0;
  list-style: none;
}
.all-categories li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.rtl .all-categories li {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .all-categories li {
    margin-right: 25px;
  }
  .rtl .all-categories li {
    margin-left: 25px;
    margin-right: inherit;
  }
}
.all-categories li:last-child {
  margin-right: 0;
}
.rtl .all-categories li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.all-categories li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 0 0 2px;
  text-transform: uppercase;
}
.all-categories li a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .all-categories li a:before {
  right: 0;
  left: auto;
}
.all-categories li a:hover, .all-categories li a.active {
  color: var(--uomo-link-color);
}
.all-categories li a:hover:before, .all-categories li a.active:before {
  width: 65%;
}
.all-categories li.active > a:before {
  width: 65%;
}

.blog-heading {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #E4E4E4;
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
  padding: 30px 20px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1400px) {
  .blog-heading {
    margin-left: 60px;
    margin-right: 60px;
    padding: 150px 30px;
  }
}
.blog-heading .page-title {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0 0 15px;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .blog-heading .page-title {
    font-size: 60px;
    margin: 0 0 30px;
  }
}

.archive-blog {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .archive-blog {
    padding-top: 50px;
  }
}

.apus-breadscrumb + .archive-blog {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .apus-breadscrumb + .archive-blog {
    padding-top: 20px;
  }
}

/* 8. effect */
.effect-1 {
  position: relative;
}
.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  margin: auto;
}
.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: var(--uomo-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.filter-grayscale, .widget .widget_sp_image-image-link img {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
  right: 0;
  left: auto;
}
.image-overlay-1:after {
  top: -100%;
}
.image-overlay-1:before {
  bottom: -100%;
}
.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-plus-1 {
  position: relative;
}
.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
  right: 0;
  left: auto;
}
.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-plus-2 {
  position: relative;
}
.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
  right: 0;
  left: auto;
}
.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
  position: relative;
}
.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
  right: 0;
  left: auto;
}
.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

.icon-effect-1 {
  position: relative;
}
.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* 9. utilities */
/*-------------------------------------------
    No Margin
-------------------------------------------*/
.no-margin {
  margin: 0 !important;
}
.no-margin .pagination {
  margin: 0;
}

/*-------------------------------------------
    No Padding
-------------------------------------------*/
.no-padding {
  padding: 0 !important;
}

.no-position {
  position: static !important;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.lt-ie8 .inline-block {
  display: inline;
  zoom: 1;
}

.no-background {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}

.no-effect a:before {
  content: none !important;
}

/*------------------------------------*\
    Clear List Style
\*------------------------------------*/
.clear-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*-------------------------------------------
    Text Transform
-------------------------------------------*/
.text-uppercase {
  text-transform: uppercase !important;
}

/*-------------------------------------------
    Align
-------------------------------------------*/
.separator_align_center {
  text-align: center !important;
}

.vc_align_right,
.separator_align_right {
  text-align: right !important;
}

.separator_align_left {
  text-align: left !important;
}

/*------------------------------------*\
    Font size heading title
\*------------------------------------*/
.font-size-lg {
  font-size: 48px;
}

.font-size-md {
  font-size: 30px;
}

.font-size-sm {
  font-size: 18px;
}

.font-size-xs {
  font-size: 16px;
}

/*------------------------------------*\
    Border
\*------------------------------------*/
.no-border {
  border: 0px !important;
}

/*------------------------------------*\
    No background
\*------------------------------------*/
.bg-transparent {
  background: transparent !important;
}

/* 10. widgets layout */
.wrapper-banner {
  display: block;
  position: relative;
  overflow: hidden;
}
.wrapper-banner .title {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .wrapper-banner .title {
    font-size: 26px;
  }
}
.wrapper-banner .sub-title {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--uomo-link-color);
  font-weight: 500;
}
.wrapper-banner .description {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--uomo-link-color);
  margin-bottom: 12px;
}
.wrapper-banner .img-banner {
  overflow: hidden;
  margin-bottom: 28px;
}
.wrapper-banner .img-banner img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wrapper-banner .content-banner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wrapper-banner:hover .content-banner, .wrapper-banner:focus .content-banner {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.wrapper-banner:hover .btn-banner:before, .wrapper-banner:focus .btn-banner:before {
  width: 100%;
}
.wrapper-banner.style1 .inner {
  z-index: 1;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wrapper-banner.style1 .inner {
    padding: 40px;
  }
}
.wrapper-banner.style2 .inner {
  z-index: 1;
  padding: 25px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper-banner.style2 .sub-title {
  margin-bottom: 10px;
}
.wrapper-banner.style3 {
  padding-left: 25px;
}
.wrapper-banner.style3 .sub-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: -24px;
  -webkit-transform: rotate(-90deg) translate(-100%, 100%);
  -moz-transform: rotate(-90deg) translate(-100%, 100%);
  -ms-transform: rotate(-90deg) translate(-100%, 100%);
  -o-transform: rotate(-90deg) translate(-100%, 100%);
  transform: rotate(-90deg) translate(-100%, 100%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.wrapper-banner.style3:hover .img-banner img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.wrapper-banner.style4 {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.wrapper-banner.style4 .sub-title {
  text-align: center;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: var(--uomo-theme-color);
  min-width: 85px;
  padding: 15px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
}
.rtl .wrapper-banner.style4 .sub-title {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .wrapper-banner.style4 .sub-title {
    min-width: 100px;
    font-size: 15px;
    padding: 28px 15px 22px;
    top: 30px;
    right: 30px;
  }
  .rtl .wrapper-banner.style4 .sub-title {
    left: 30px;
    right: auto;
  }
}
.wrapper-banner.style4 .inner {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  padding: 20px 20px 5px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .wrapper-banner.style4 .inner {
    left: 100px;
    right: 100px;
    padding: 40px 20px 5px;
  }
}
.wrapper-banner.style5 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
.wrapper-banner.style5 .title {
  margin-bottom: 5px;
}
.wrapper-banner.style5 .description {
  margin-bottom: 7px;
}
.wrapper-banner.style5 .inner {
  z-index: 1;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wrapper-banner.style5 .inner {
    padding: 40px;
  }
}
.wrapper-banner.style6 .title {
  margin: 0;
}
.wrapper-banner.style6 .inner {
  position: absolute;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  bottom: 0;
  left: 20px;
  right: 20px;
}
@media (min-width: 1200px) {
  .wrapper-banner.style6 .inner {
    padding: 20px;
    left: 50px;
    right: 50px;
  }
}
.wrapper-banner.style6:hover .title {
  color: var(--uomo-theme-color);
}
.wrapper-banner.style7 .inner {
  z-index: 1;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .wrapper-banner.style7 .inner {
    padding: 30px;
  }
}
.wrapper-banner.style7 .title {
  margin: 0;
}
.wrapper-banner.style7:hover .inner {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.content-banner-shop {
  position: relative;
  overflow: hidden;
}
.content-banner-shop img {
  -webkit-transition: all 0.5s ease-in-out 0s !important;
  -o-transition: all 0.5s ease-in-out 0s !important;
  transition: all 0.5s ease-in-out 0s !important;
}
.content-banner-shop .btn-shop {
  white-space: nowrap;
  display: inline-block;
  color: var(--uomo-link-color);
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .content-banner-shop .btn-shop {
    font-size: 16px;
    padding: 9px 30px;
  }
}
.content-banner-shop .btn-shop:hover, .content-banner-shop .btn-shop:focus {
  color: var(--uomo-theme-color);
}
.content-banner-shop:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content-banner-shop.style1 .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
@media (min-width: 1200px) {
  .content-banner-shop.style1 .inner {
    padding: 30px;
  }
}
.content-banner-shop.style2 {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.content-banner-shop.style2 .inner {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.content-banner-shop.style2 .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .content-banner-shop.style2 .price {
    font-size: 35px;
  }
}
.content-banner-shop.style2 .title {
  font-size: 26px;
  font-weight: 400;
}

.widget-countdown .btn-banner:hover, .widget-countdown .btn-banner:focus {
  color: var(--uomo-theme-color);
}
.widget-countdown .btn-banner:hover:before, .widget-countdown .btn-banner:focus:before {
  background-color: var(--uomo-theme-color);
}
.widget-countdown .title {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
}
@media (min-width: 1200px) {
  .widget-countdown .title {
    font-size: 70px;
  }
}
.widget-countdown .url-bottom {
  padding-top: 15px;
}
.widget-countdown.style1 .sub_title {
  font-weight: 500;
  color: var(--uomo-theme-color);
  position: relative;
}
.widget-countdown.style1 .sub_title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 2px;
  background-color: var(--uomo-theme-color);
  margin-right: 20px;
}
.widget-countdown.style1 .time-wrapper {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .widget-countdown.style1 .time-wrapper {
    margin-top: 100px;
  }
}
.widget-countdown.style2 .sub_title {
  font-size: 26px;
  color: var(--uomo-link-color);
}
.widget-countdown.style2 .title {
  font-size: 26px;
  font-weight: 700;
}
.widget-countdown.style2 .time-wrapper {
  margin-top: 25px;
}
.widget-countdown.style2 .apus-countdown .times > div {
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
}
.widget-countdown.style2 .apus-countdown .times > div:last-child {
  margin-right: 0;
  padding-right: 0;
}
.widget-countdown.style2 .apus-countdown .times > div:last-child:before {
  display: none;
}
.widget-countdown.style2 .apus-countdown .times > div:before {
  font-size: 18px;
  top: 6px;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  margin-left: -2px;
}
.widget-countdown.style2 .apus-countdown .times > div span {
  font-size: 18px;
  font-weight: 500;
}

.apus-countdown .times > div {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .apus-countdown .times > div {
    font-size: 16px;
    margin-right: 30px;
    padding-right: 30px;
  }
}
.apus-countdown .times > div:before {
  content: ':';
  line-height: 1;
  position: absolute;
  font-size: 18px;
  top: 4px;
  left: 100%;
  color: var(--uomo-link-color);
  font-weight: 400;
  margin-left: -4px;
}
@media (min-width: 768px) {
  .apus-countdown .times > div:before {
    font-size: 30px;
    top: 6px;
  }
}

.apus-countdown .times > div:last-child {
  margin-right: 0;
  padding-right: 0;
}
.apus-countdown .times > div:last-child:before {
  display: none;
}
.apus-countdown .times > div span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: var(--uomo-link-color);
  display: block;
}
@media (min-width: 768px) {
  .apus-countdown .times > div span {
    font-size: 30px;
  }
}

.item-inner-features .title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
.item-inner-features .description {
  font-size: 15px;
}
.item-inner-features .features-box-image {
  line-height: 1;
  font-size: 30px;
  color: var(--uomo-link-color);
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .item-inner-features .features-box-image {
    font-size: 45px;
  }
}
.item-inner-features:hover .features-box-image {
  color: var(--uomo-theme-color);
}
.item-inner-features.style1 .features-box-image {
  float: left;
  padding-right: 20px;
  margin: 0;
}
.rtl .item-inner-features.style1 .features-box-image {
  float: right;
}
.rtl .item-inner-features.style1 .features-box-image {
  padding-left: 20px;
  padding-right: inherit;
}
.item-inner-features.style1 .title {
  margin-bottom: 2px;
}
.item-inner-features.style1 .features-box-content {
  overflow: hidden;
}
.item-inner-features.style3 {
  border: 1px solid #E4E4E4;
  background-color: #fff;
  padding: 10px 15px;
}
@media (min-width: 1200px) {
  .item-inner-features.style3 {
    padding: 35px 40px;
  }
}
.item-inner-features.style3 .features-box-image {
  float: left;
  padding-right: 20px;
  margin: 0;
}
.rtl .item-inner-features.style3 .features-box-image {
  float: right;
}
.rtl .item-inner-features.style3 .features-box-image {
  padding-left: 20px;
  padding-right: inherit;
}
@media (min-width: 1200px) {
  .item-inner-features.style3 .features-box-image {
    padding-right: 30px;
  }
  .rtl .item-inner-features.style3 .features-box-image {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.item-inner-features.style3 .title {
  margin-bottom: 5px;
}
.item-inner-features.style3 .features-box-content {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .widget-testimonials .slick-carousel .slick-dots {
    padding-top: 40px !important;
  }
}
.widget-testimonials.style2 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .widget-testimonials.style2 {
    max-width: 580px;
  }
}
.widget-testimonials.style2 .slick-list {
  overflow: visible;
}
.widget-testimonials.style2 .slick-slide {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.widget-testimonials.style2 .slick-slide.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}

.testimonials-item {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-item .description {
  color: var(--uomo-link-color);
}
@media (min-width: 1200px) {
  .testimonials-item .description {
    font-size: 18px;
  }
}
.testimonials-item .info {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .testimonials-item .info {
    margin-top: 25px;
  }
}
.testimonials-item .avarta {
  margin-top: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: inline-block;
}

.testimonials-item-v2 {
  position: relative;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #fff;
  padding: 20px;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .testimonials-item-v2 {
    padding: 35px 40px 40px;
  }
}
.testimonials-item-v2:before {
  color: #ECEDF2;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  font-size: 100px;
  line-height: 100px;
  top: 0;
  right: 15px;
}
.rtl .testimonials-item-v2:before {
  left: 15px;
  right: auto;
}
@media (min-width: 1200px) {
  .testimonials-item-v2:before {
    top: 5px;
    right: 25px;
  }
  .rtl .testimonials-item-v2:before {
    left: 25px;
    right: auto;
  }
}
.testimonials-item-v2 .avarta {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.testimonials-item-v2 .avarta + .info-testimonials {
  width: calc( 100% - 70px );
  padding-left: 20px;
}
.rtl .testimonials-item-v2 .avarta + .info-testimonials {
  padding-right: 20px;
  padding-left: inherit;
}
.testimonials-item-v2 .bottom-info {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .testimonials-item-v2 .bottom-info {
    margin-top: 40px;
  }
}
.testimonials-item-v2 .title {
  font-size: 16px;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .testimonials-item-v2 .title {
    margin: 0 0 20px;
  }
}
.testimonials-item-v2 .name-client {
  font-size: 15px;
  margin: 0;
}
.testimonials-item-v2 .job {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .testimonials-item-v2 .description {
    font-size: 16px;
  }
}
.testimonials-item-v2:hover {
  -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}

.widget-video {
  position: relative;
}
.widget-video .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .widget-video.style2 .video-content {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .widget-video.style2 .popup-video {
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}

.video-inner {
  position: relative;
}
.video-inner .popup-video.st-circle {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  font-size: 20px;
  line-height: 44px;
  width: 50px;
  height: 50px;
}
@media (min-width: 1200px) {
  .video-inner .popup-video.st-circle {
    line-height: 64px;
    width: 70px;
    height: 70px;
  }
}
.video-inner .popup-video.st-circle:hover, .video-inner .popup-video.st-circle:focus {
  color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.video-inner .video-content {
  position: absolute;
  left: 0;
  bottom: 30px;
}
.rtl .video-inner .video-content {
  right: 0;
  left: auto;
}
@media (min-width: 1200px) {
  .video-inner .video-content {
    bottom: 80px;
  }
}
.video-inner .title-video {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
.video-inner .description {
  margin-top: 15px;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .video-inner .description {
    margin-top: 25px;
  }
}
.video-inner .action {
  margin-top: 20px;
}
.video-inner .action .btn, .video-inner .action .viewmore-products-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.vertical-wrapper {
  position: relative;
}
.vertical-wrapper .title-vertical {
  color: #fff;
  background: var(--uomo-theme-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px 30px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .vertical-wrapper .title-vertical {
    padding: 20px 50px;
  }
}
.vertical-wrapper .title-vertical span {
  margin: 0 4px;
}
.vertical-wrapper .title-vertical.flex-middle {
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.vertical-wrapper .content-vertical {
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.vertical-wrapper:hover .content-vertical {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.vertical-wrapper.show-always .content-vertical {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

body.home .vertical-wrapper.show-in-home .content-vertical {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.apus-vertical-menu {
  padding: 10px 30px;
  background: #fff;
  margin: 0;
  list-style: none;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #E4E4E4;
  font-size: 14px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  font-weight: 500;
  float: none;
}
@media (min-width: 1200px) {
  .apus-vertical-menu {
    padding: 23px 50px;
  }
}
.apus-vertical-menu > li {
  display: block;
  width: 100%;
}
.apus-vertical-menu > li > a {
  padding: 6px 0;
  background: transparent !important;
}
@media (min-width: 1300px) {
  .apus-vertical-menu > li > a {
    padding: 10px 0;
  }
}
@media (min-width: 1450px) {
  .apus-vertical-menu > li > a {
    padding: 13px 0;
  }
}
.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
  margin-right: 5px;
  width: 18px;
  display: inline-block;
}
.rtl .apus-vertical-menu > li > a > i, .rtl
.apus-vertical-menu > li > a > img {
  margin-left: 5px;
  margin-right: inherit;
}
.apus-vertical-menu > li > a .caret {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.rtl .apus-vertical-menu > li > a .caret {
  left: 0;
  right: auto;
}
.apus-vertical-menu > li.active > a {
  color: var(--uomo-theme-color);
}
.apus-vertical-menu li:hover > .dropdown-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.apus-vertical-menu .text-label {
  font-size: 12px;
  vertical-align: super;
  margin-left: 5px;
  color: var(--uomo-theme-color);
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.rtl .apus-vertical-menu .text-label {
  margin-right: 5px;
  margin-left: inherit;
}
.apus-vertical-menu .text-label.label-hot {
  color: #e44343;
}
.apus-vertical-menu .text-label.label-new {
  color: #5cb85c;
}
.apus-vertical-menu .dropdown-menu {
  min-width: 240px;
  visibility: hidden;
  padding: 20px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
}
.apus-vertical-menu .dropdown-menu > li > a {
  color: var(--uomo-link-color);
  background: transparent !important;
}
.apus-vertical-menu .dropdown-menu > li > a > i,
.apus-vertical-menu .dropdown-menu > li > a > img {
  font-size: 20px;
  margin-right: 10px;
  width: 15px;
  display: inline-block;
}
.rtl .apus-vertical-menu .dropdown-menu > li > a > i, .rtl
.apus-vertical-menu .dropdown-menu > li > a > img {
  margin-left: 10px;
  margin-right: inherit;
}
.apus-vertical-menu .dropdown-menu > li > a .caret {
  float: right;
  margin: 12px 0 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .apus-vertical-menu .dropdown-menu > li > a .caret {
  float: left;
}
.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
  color: var(--uomo-theme-color);
}
.apus-vertical-menu .dropdown-menu .widget {
  margin: 0;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title, .apus-vertical-menu .dropdown-menu .widget .widgettitle, .apus-vertical-menu .dropdown-menu .widget .widget-heading {
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title:after, .apus-vertical-menu .dropdown-menu .widget .widget-title:before, .apus-vertical-menu .dropdown-menu .widget .widgettitle:after, .apus-vertical-menu .dropdown-menu .widget .widgettitle:before, .apus-vertical-menu .dropdown-menu .widget .widget-heading:after, .apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
  display: none;
}
.apus-vertical-menu .aligned-left > a:hover .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.apus-vertical-menu .aligned-left > .dropdown-menu {
  top: -10px;
  left: calc( 100% + 10px );
}
@media (min-width: 1200px) {
  .apus-vertical-menu .aligned-left > .dropdown-menu {
    top: -12px;
  }
}
.apus-vertical-menu .aligned-right > a:hover .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.apus-vertical-menu .aligned-right > .dropdown-menu {
  top: -10px;
  right: calc( 100% + 10px );
  left: inherit;
}
@media (min-width: 1200px) {
  .apus-vertical-menu .aligned-right > .dropdown-menu {
    top: -12px;
  }
}

.apus_custom_menu.center {
  text-align: center;
}
.apus_custom_menu.center li {
  display: inline-block;
  margin: 0 15px;
}
.apus_custom_menu.left {
  text-align: left;
}
.apus_custom_menu.right {
  text-align: right;
}
.apus_custom_menu.inline li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 20px;
}
.rtl .apus_custom_menu.inline li {
  margin-left: 20px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .apus_custom_menu.inline li {
    margin-right: 40px;
  }
  .rtl .apus_custom_menu.inline li {
    margin-left: 40px;
    margin-right: inherit;
  }
}
.apus_custom_menu.inline li:last-child {
  margin: 0;
}

.slick-carousel {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.slick-carousel .slick-arrow {
  background: transparent;
  padding: 0;
  font-size: 14px;
  color: var(--uomo-text-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-arrow {
    font-size: 25px;
  }
}
.slick-carousel .slick-arrow .textnav {
  display: none;
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
  color: var(--uomo-theme-color);
}
.slick-carousel .slick-prev {
  left: 0;
}
.rtl .slick-carousel .slick-prev {
  right: 0;
  left: auto;
}
.slick-carousel .slick-next {
  right: 0;
}
.rtl .slick-carousel .slick-next {
  left: 0;
  right: auto;
}
.slick-carousel .slick-slide {
  outline: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.slick-carousel .slick-track {
  margin: inherit;
}
.slick-carousel .slick-dots {
  margin: 0 !important;
  padding: 20px 0 0 !important;
  text-align: center;
  list-style: none;
  line-height: 1;
}
.slick-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .slick-carousel .slick-dots li {
    margin: 0 8px;
  }
}
.slick-carousel .slick-dots li button {
  border: 0;
  display: block;
  text-indent: -9999em;
  width: 10px;
  height: 10px;
  padding: 0;
  background: #DDC2B9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.slick-carousel .slick-dots li.slick-active button {
  background: #222222;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.carousel_white .slick-arrow {
  color: var(--uomo-text-color);
}
.carousel_white .slick-arrow:hover, .carousel_white .slick-arrow:focus {
  color: #fff;
}
.carousel_white .slick-dots li button {
  background-color: var(--uomo-text-color);
}
.carousel_white .slick-dots li.slick-active button {
  background-color: #fff;
}

.carousel_circle .slick-arrow {
  border: 0 !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  color: var(--uomo-text-color);
  background-color: #EEEEEE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 1200px) {
  .carousel_circle .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.carousel_circle .slick-arrow:hover, .carousel_circle .slick-arrow:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
}
@media (min-width: 1500px) {
  .carousel_circle .slick-prev {
    left: -60px !important;
  }
  .carousel_circle .slick-next {
    right: -60px !important;
  }
}
@media (min-width: 1500px) {
  .rtl .carousel_circle .slick-prev {
    left: auto !important;
    right: -60px !important;
  }
  .rtl .carousel_circle .slick-next {
    right: auto !important;
    left: -60px !important;
  }
}
.carousel_circle.st_center .slick-prev {
  left: -8px !important;
}
.carousel_circle.st_center .slick-next {
  right: -8px !important;
}
.rtl .carousel_circle.st_center .slick-prev {
  left: auto !important;
  right: -8px !important;
}
.rtl .carousel_circle.st_center .slick-next {
  right: auto !important;
  left: -8px !important;
}

.carousel_small .slick-arrow {
  font-size: 16px;
}

.carousel_2 .slick-dots {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  .carousel_2 .slick-dots {
    padding-top: 20px !important;
  }
}
.carousel_2 .slick-dots li {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.carousel_2 .slick-dots li button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 6px;
  height: 6px;
}
.carousel_2 .slick-dots li.slick-active {
  border-color: #222;
}
.carousel_2 .slick-dots li.slick-active button {
  background-color: #222;
}

.carousel_vertical {
  position: relative;
  padding-right: 40px;
}
.rtl .carousel_vertical {
  padding-left: 40px;
  padding-right: inherit;
}
.carousel_vertical .slick-dots {
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: calc(100% - 15px);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
}
.rtl .carousel_vertical .slick-dots {
  right: calc(100% - 15px);
  left: auto;
}

.rtl .carousel_vertical .slick-dots {
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
  -moz-transform: translate(50%, -50%) rotate(-90deg);
  -ms-transform: translate(50%, -50%) rotate(-90deg);
  -o-transform: translate(50%, -50%) rotate(-90deg);
  transform: translate(50%, -50%) rotate(-90deg);
}

.widget-googlemap {
  position: relative;
}
.widget-googlemap .apus-google-map {
  z-index: 1;
}
.widget-googlemap .map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget-googlemap .content-info {
  position: relative;
  z-index: 9;
  background: rgba(17, 17, 17, 0.8);
  padding: 30px;
}
@media (min-width: 1024px) {
  .widget-googlemap .content-info {
    padding: 65px 65px 40px;
  }
}
.widget-googlemap .description {
  margin: 0 0 35px;
}
.widget-googlemap .info-wrapper {
  margin: 0 0 40px;
}
.widget-googlemap .info-wrapper:nth-child(2n) {
  font-weight: normal;
}
.widget-googlemap .info-wrapper .icon {
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  border: 2px dashed #3f4143;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.rtl .widget-googlemap .info-wrapper .icon {
  float: right;
}
.rtl .widget-googlemap .info-wrapper .icon {
  margin-left: 20px;
  margin-right: inherit;
}
.widget-googlemap .info-wrapper .icon i {
  font-size: 28px;
}
.widget-googlemap .info-wrapper .des {
  color: #fff;
  overflow: hidden;
  margin: 6px 0 0;
}
.widget-googlemap .info-top {
  border-bottom: 2px dashed #414445;
  overflow: hidden;
}
.widget-googlemap .info-bottom {
  margin: 40px 0;
}
.widget-googlemap .info-bottom a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #101416;
  background: #3f4143;
}
.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
  background-color: var(--uomo-theme-color);
  color: #0e1113;
}
.widget-googlemap .info-bottom a + a {
  margin-left: 12px;
}
.rtl .widget-googlemap .info-bottom a + a {
  margin-right: 12px;
  margin-left: inherit;
}

.widget-socials .title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.widget-socials .flex-middle .title {
  margin-right: 10px;
}
.rtl .widget-socials .flex-middle .title {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .widget-socials .flex-middle .title {
    margin-right: 30px;
  }
  .rtl .widget-socials .flex-middle .title {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.widget-socials .social {
  padding: 0;
  list-style: none;
  margin: 0;
}
.widget-socials .social > li {
  display: inline-block;
  margin-right: 10px;
}
.rtl .widget-socials .social > li {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .widget-socials .social > li {
    margin-right: 30px;
  }
  .rtl .widget-socials .social > li {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.widget-socials .social > li:last-child {
  margin: 0;
}
.widget-socials.st_ver {
  display: inline-block;
}
.widget-socials.st_ver > * {
  display: inline-block;
}
.widget-socials.st_ver .social > li {
  margin: 0 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget-socials.st_ver .title {
  color: var(--uomo-text-color);
  margin-right: 8px;
}
.rtl .widget-socials.st_ver .title {
  margin-left: 8px;
  margin-right: inherit;
}

.elementor-absolute.elementor-widget-apus_element_social_links {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  margin-left: -35px;
}

.social-link {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.social-link li {
  display: inline-block;
  margin: 0 5px;
}
.social-link li a {
  background: #f4f4f4 none repeat scroll 0 0;
  border-radius: 100%;
  color: var(--uomo-text-color);
  display: inline-block;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  border: 1px solid #E4E4E4;
}

.elementor-image-gallery [data-elementor-open-lightbox="yes"] {
  display: block;
  overflow: hidden;
  position: relative;
}
.elementor-image-gallery [data-elementor-open-lightbox="yes"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.elementor-image-gallery [data-elementor-open-lightbox="yes"] img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.elementor-image-gallery [data-elementor-open-lightbox="yes"]:hover:before, .elementor-image-gallery [data-elementor-open-lightbox="yes"]:focus:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.elementor-image-gallery [data-elementor-open-lightbox="yes"]:hover img, .elementor-image-gallery [data-elementor-open-lightbox="yes"]:focus img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget-nav-menu .widget-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
}
@media (min-width: 1200px) {
  .widget-nav-menu .widget-title {
    margin-bottom: 33px;
  }
}
.widget-nav-menu .menu li {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .widget-nav-menu .menu li {
    margin: 0 0 17px;
  }
}
.widget-nav-menu .menu li a {
  display: inline-block;
  padding: 0 0 2px;
  position: relative;
}
.widget-nav-menu .menu li a:before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .widget-nav-menu .menu li a:before {
  right: 0;
  left: auto;
}
.widget-nav-menu .menu li a:hover, .widget-nav-menu .menu li a:focus {
  color: var(--uomo-link-color);
}
.widget-nav-menu .menu li a:hover:before, .widget-nav-menu .menu li a:focus:before {
  width: 65%;
}
.widget-nav-menu .menu li:last-child {
  margin-bottom: 0;
}
.widget-nav-menu.st_line .menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-bottom: 0;
}
.rtl .widget-nav-menu.st_line .menu li {
  margin-left: 12px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .widget-nav-menu.st_line .menu li {
    margin-right: 30px;
  }
  .rtl .widget-nav-menu.st_line .menu li {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.widget-nav-menu.st_line .menu li:last-child {
  margin-right: 0;
}
.rtl .widget-nav-menu.st_line .menu li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.widget-nav-menu.st_no_line .menu li {
  margin-bottom: 10px;
}
.widget-nav-menu.st_no_line .menu li:last-child {
  margin-bottom: 0;
}
.widget-nav-menu.st_no_line .menu li a {
  padding: 0;
}
.widget-nav-menu.st_no_line .menu li a:before {
  display: none;
}
.widget-nav-menu.st_uppercase {
  padding: 25px;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.widget-nav-menu.st_uppercase .menu li {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .widget-nav-menu.st_uppercase .menu li {
    margin-bottom: 29px;
  }
}
.widget-nav-menu.st_uppercase .menu li:last-child {
  margin-bottom: 0;
}
.widget-nav-menu.st_uppercase .menu li a {
  padding: 0;
  position: relative;
  padding-left: 12px;
}
.rtl .widget-nav-menu.st_uppercase .menu li a {
  padding-right: 12px;
  padding-left: inherit;
}
.widget-nav-menu.st_uppercase .menu li a:before {
  display: none;
}
.widget-nav-menu.st_uppercase .menu li a:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: var(--uomo-link-color);
  position: absolute;
  top: 11px;
  left: 0;
}
.rtl .widget-nav-menu.st_uppercase .menu li a:after {
  right: 0;
  left: auto;
}
.widget-nav-menu.st_uppercase .menu li a:hover, .widget-nav-menu.st_uppercase .menu li a:focus {
  color: var(--uomo-theme-color);
}

.widget-mailchimp [type="email"] {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
@media (min-width: 1200px) {
  .widget-mailchimp [type="email"] {
    padding: 15px 20px;
  }
}
.widget-mailchimp [type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-mailchimp [type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-mailchimp [type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-mailchimp [type="email"]:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
}
.widget-mailchimp [type="email"]:focus {
  border-color: #c0bebe;
}
@media (min-width: 1200px) {
  .widget-mailchimp.st1 .btn, .widget-mailchimp.st1 .viewmore-products-btn {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.widget-mailchimp.st1 .ali-right {
  padding-left: 20px;
}
.rtl .widget-mailchimp.st1 .ali-right {
  padding-right: 20px;
  padding-left: inherit;
}
.widget-mailchimp.st2 [type="email"] {
  height: 55px;
  border-right-width: 0;
}
.widget-mailchimp.st2 .btn, .widget-mailchimp.st2 .viewmore-products-btn {
  height: 55px;
  padding: 5px 22px;
  border-left-width: 0;
}

.elementor-accordion .elementor-accordion-item {
  border: 0;
  margin-bottom: 20px;
}
.elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}
.elementor-accordion .elementor-tab-title {
  border-bottom: 1px solid #E4E4E4;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #222;
}
.elementor-accordion .elementor-accordion-icon {
  font-size: 12px;
  margin-top: 2px;
}

.no-space {
  margin: 0 !important;
}
.no-space > .apus-container > .vc_fluid {
  padding: 0;
}
.no-space .row {
  margin: 0;
}
.no-space .row > [class*="col"] {
  padding: 0;
}

.space-45 {
  margin-bottom: 45px;
}

.no-margin .widget {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .bg-hidden-md {
    background-image: none !important;
  }
}
@media (max-width: 991px) {
  .bg-hidden-sm {
    background-image: none !important;
  }
  .bg-hidden-sm > .vc_column-inner {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .space-padding-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .space-padding-lr-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .space-rl-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .space-l-65 {
    padding-left: 65px;
  }

  .top-170 {
    margin-top: -170px;
  }

  .left-100 {
    margin-left: -100px;
  }

  .space-left-45 {
    padding-left: 45px;
  }

  .right-30 {
    padding-right: 30px;
  }
  .rtl .right-30 {
    padding-left: 30px;
    padding-right: inherit;
  }

  .padding-lr-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .padding-lr-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .padding-lr-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .padding-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .space-border .row {
    margin: 0;
  }
  .space-border .row > [class*="col"] {
    border-right: 1px solid #E4E4E4;
  }
  .rtl .space-border .row > [class*="col"] {
    border-left: 1px solid #E4E4E4;
    border-right: inherit;
  }
  .space-border .row > [class*="col"]:last-child {
    border: none;
  }
}
@media (min-width: 1200px) {
  .padding-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flow-hidden {
  overflow: hidden;
}

.skew-light {
  position: relative;
}
.skew-light:before {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
}

.skew-theme-right {
  position: relative;
  background: var(--uomo-theme-color);
}
.skew-theme-right > * {
  position: relative;
  z-index: 2;
}
.skew-theme-right:before {
  content: '';
  background: var(--uomo-theme-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 1;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  -webkit-transform: skewX(20deg);
  /* Safari */
  transform: skewX(20deg);
  /* Standard syntax */
}

.skew-theme-left {
  position: relative;
  background: var(--uomo-theme-color);
}
.skew-theme-left > * {
  position: relative;
  z-index: 2;
}
.skew-theme-left:before {
  content: '';
  background: var(--uomo-theme-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
  -ms-transform: skewX(-20deg);
  /* IE 9 */
  -webkit-transform: skewX(-20deg);
  /* Safari */
  transform: skewX(-20deg);
  /* Standard syntax */
}

.flow-theme-top-bottom-right:before {
  height: calc(100% + 172px);
  top: -110px;
}
.flow-theme-top-bottom-right:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--uomo-theme-color);
  right: 10%;
  top: -110px;
  height: calc(100% + 172px);
  width: 500%;
}

.style-white {
  color: #fff !important;
}
.style-white .widget-title {
  color: #fff !important;
}

.border-top-theme {
  border-top: 3px solid var(--uomo-theme-color);
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.space-left-8 {
  margin-left: 8px;
}
.rtl .space-left-8 {
  margin-right: 8px;
  margin-left: inherit;
}

.text-upper {
  text-transform: uppercase !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-20 {
  margin-bottom: 20px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .space-30 {
    margin-bottom: 30px !important;
  }
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-padding-35 {
  padding: 35px 0 !important;
}

.space-padding-tb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.space-padding-tb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.space-top-0 {
  margin-top: 0;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-static {
  position: static !important;
}

.hr {
  border-top: 1px solid #E4E4E4;
  min-height: 1px;
  width: 100%;
}

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

.no-padding-left {
  padding-left: 0;
}
.rtl .no-padding-left {
  padding-right: 0;
  padding-left: inherit;
}

.no-padding-right {
  padding-right: 0;
}
.rtl .no-padding-right {
  padding-left: 0;
  padding-right: inherit;
}

@media (min-width: 1024px) {
  .padding-lr-35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1200px) {
  .row-40 {
    margin-left: -40px;
    margin-left: -40px;
  }
  .row-40 > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.text-theme {
  color: var(--uomo-theme-color) !important;
}

.bg-theme {
  background: var(--uomo-theme-color);
}

.border-theme {
  border-color: var(--uomo-theme-color);
}

.radius-3x {
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}

.radius-50 {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.vertical-icon {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 18px;
  border-width: 2px 0;
  border-style: solid;
  border-color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  vertical-align: text-top;
}
.vertical-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .vertical-icon:before {
  right: 0;
  left: auto;
}
.vertical-icon:focus:before, .vertical-icon:hover:before {
  width: 100%;
}

.account-icon,
.show-search-header {
  font-size: 21px;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--uomo-link-color);
  display: inline-block;
  cursor: pointer;
}
.account-icon:hover, .account-icon:focus,
.show-search-header:hover,
.show-search-header:focus {
  color: var(--uomo-theme-color);
}

.tabs-list {
  border: 0;
  text-align: center;
}
.tabs-list > li {
  display: inline-block;
  float: none;
  margin: 0 10px;
}
@media (min-width: 1200px) {
  .tabs-list > li {
    margin: 0 30px;
  }
}
.tabs-list > li > a {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 0 6px;
  margin: 0 !important;
  color: var(--uomo-text-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.tabs-list > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .tabs-list > li > a:before {
  right: 0;
  left: auto;
}
.tabs-list > li.active > a {
  color: var(--uomo-link-color);
}
.tabs-list > li.active > a:before {
  width: 100%;
}

.woocommerce-tabs {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce-tabs .tab-content {
  line-height: 2.1;
  color: var(--uomo-link-color);
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .woocommerce-tabs .tab-content {
    padding: 40px 0;
  }
}
.woocommerce-tabs .tab-pane > h2:first-child {
  display: none;
}

.tabs-v3 .content-wrapper {
  max-width: 930px;
  padding: 20px 0;
  padding-left: 30px;
}
.tabs-v3 .content-wrapper > h2:first-child {
  display: none;
}
.rtl .tabs-v3 .content-wrapper {
  padding-right: 30px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  .tabs-v3 .content-wrapper {
    padding: 50px 0;
    padding-left: 115px;
  }
  .rtl .tabs-v3 .content-wrapper {
    padding-right: 115px;
    padding-left: inherit;
  }
}
.tabs-v3 .head-tab {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color);
}
.tabs-v3 .head-tab span {
  display: inline-block;
}
.tabs-v3 .head-tab span:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--uomo-link-color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.rtl .tabs-v3 .head-tab span:after {
  margin-right: 10px;
  margin-left: inherit;
}
@media (min-width: 1200px) {
  .tabs-v3 .head-tab span:after {
    margin-left: 35px;
  }
  .rtl .tabs-v3 .head-tab span:after {
    margin-right: 35px;
    margin-left: inherit;
  }
}

.tabs-v2 {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .tabs-v2 {
    margin-top: 35px;
  }
}
.tabs-v2 .tab-header-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: var(--uomo-link-color);
}
.tabs-v2 .tab-header-title:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .tabs-v2 .tab-header-title:before {
  right: 0;
  left: auto;
}
.tabs-v2 .tab-header-title:focus, .tabs-v2 .tab-header-title:hover {
  color: var(--uomo-link-color);
}
.tabs-v2 .tab-header-title:focus:before, .tabs-v2 .tab-header-title:hover:before {
  width: 100%;
}
.tabs-v2 .tab-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
.rtl .tabs-v2 .tab-item {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .tabs-v2 .tab-item {
    margin-right: 30px;
  }
  .rtl .tabs-v2 .tab-item {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.tabs-v2 .tab-item:last-child {
  margin-right: 0;
}
.rtl .tabs-v2 .tab-item:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.tabs-v2 .tabs-content-wrapper {
  width: 600px;
  height: 100vh;
  max-width: 80%;
  position: fixed;
  z-index: 8;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  overflow: auto;
  padding: 0 20px 20px;
}
.tabs-v2 .tabs-content-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 1200px) {
  .tabs-v2 .tabs-content-wrapper {
    padding: 0 40px 35px;
  }
}
.tabs-v2 .tabs-content-wrapper .close-tab {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 18px;
  color: var(--uomo-link-color);
}
.rtl .tabs-v2 .tabs-content-wrapper .close-tab {
  left: 20px;
  right: auto;
}
@media (min-width: 1200px) {
  .tabs-v2 .tabs-content-wrapper .close-tab {
    top: 25px;
    right: 40px;
  }
  .rtl .tabs-v2 .tabs-content-wrapper .close-tab {
    left: 40px;
    right: auto;
  }
}
.tabs-v2 .tabs-content-wrapper .close-tab:hover, .tabs-v2 .tabs-content-wrapper .close-tab:focus {
  color: #e44343;
}
.tabs-v2 .tabs-content-wrapper .comments-title,
.tabs-v2 .tabs-content-wrapper > h2:first-child {
  margin: 0;
  background-color: #FAF9F8;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .tabs-v2 .tabs-content-wrapper .comments-title,
  .tabs-v2 .tabs-content-wrapper > h2:first-child {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding: 30px 40px;
    margin-bottom: 35px !important;
  }
}
.tabs-v2 .overlay-tabs {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  cursor: pointer;
}
.tabs-v2 .overlay-tabs.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.flex {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
.flex .ali-right {
  margin-left: auto;
}
.rtl .flex .ali-right {
  margin-right: auto;
  margin-left: inherit;
}
.flex .ali-left {
  margin-right: auto;
}
.rtl .flex .ali-left {
  margin-left: auto;
  margin-right: inherit;
}

@media (min-width: 768px) {
  .flex-sm {
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }
  .flex-sm .ali-right {
    margin-left: auto;
  }
  .rtl .flex-sm .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-sm .ali-left {
    margin-right: auto;
  }
  .rtl .flex-sm .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }

  .justify-content-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-end-sm {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-bottom-in-sm {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
    display: flex;
    align-items: flex-end;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-webkit-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.flex-middle {
  display: -webkit-flex !important;
  /* Safari */
  -webkit-align-items: center;
  /* Safari 7.0+ */
  display: flex !important;
  align-items: center;
}
.flex-middle .ali-right {
  margin-left: auto;
}
.rtl .flex-middle .ali-right {
  margin-right: auto;
  margin-left: inherit;
}
.flex-middle .ali-left {
  margin-right: auto;
}
.rtl .flex-middle .ali-left {
  margin-left: auto;
  margin-right: inherit;
}

.flex-bottom {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: flex-end;
  /* Safari 7.0+ */
  display: flex;
  align-items: flex-end;
}
.flex-bottom .ali-right {
  margin-left: auto;
}
.rtl .flex-bottom .ali-right {
  margin-right: auto;
  margin-left: inherit;
}
.flex-bottom .ali-left {
  margin-right: auto;
}
.rtl .flex-bottom .ali-left {
  margin-left: auto;
  margin-right: inherit;
}

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

.flex-top {
  display: -webkit-flex;
  /* Safari */
  -webkit-align-items: flex-start;
  /* Safari 7.0+ */
  display: flex;
  align-items: flex-start;
}
.flex-top .ali-right {
  margin-left: auto;
}
.rtl .flex-top .ali-right {
  margin-right: auto;
  margin-left: inherit;
}
.flex-top .ali-left {
  margin-right: auto;
}
.rtl .flex-top .ali-left {
  margin-left: auto;
  margin-right: inherit;
}

@media (min-width: 1200px) {
  .flex-end-lg {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  .flex-top-lg {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-start;
    /* Safari 7.0+ */
    display: flex;
    align-items: flex-start;
  }
  .flex-top-lg .ali-right {
    margin-left: auto;
  }
  .rtl .flex-top-lg .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-top-lg .ali-left {
    margin-right: auto;
  }
  .rtl .flex-top-lg .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }

  .flex-middle-lg {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
  .flex-middle-lg .ali-right {
    margin-left: auto;
  }
  .rtl .flex-middle-lg .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-middle-lg .ali-left {
    margin-right: auto;
  }
  .rtl .flex-middle-lg .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }

  .justify-content-end-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-end-lg {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flex-middle-md {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
  .flex-middle-md .ali-right {
    margin-left: auto;
  }
  .rtl .flex-middle-md .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-middle-md .ali-left {
    margin-right: auto;
  }
  .rtl .flex-middle-md .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }

  .justify-content-end-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-end-md {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 768px) {
  .flex-middle-sm {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
  .flex-middle-sm .ali-right {
    margin-left: auto;
  }
  .rtl .flex-middle-sm .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-middle-sm .ali-left {
    margin-right: auto;
  }
  .rtl .flex-middle-sm .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }

  .flex-bottom-sm {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: flex-end;
    /* Safari 7.0+ */
    display: flex;
    align-items: flex-end;
  }
  .flex-bottom-sm .ali-right {
    margin-left: auto;
  }
  .rtl .flex-bottom-sm .ali-right {
    margin-right: auto;
    margin-left: inherit;
  }
  .flex-bottom-sm .ali-left {
    margin-right: auto;
  }
  .rtl .flex-bottom-sm .ali-left {
    margin-left: auto;
    margin-right: inherit;
  }
}
.hidden-icon {
  display: none !important;
}

.brand-item {
  text-align: center;
}
.brand-item img {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.brand-item:hover img, .brand-item:focus img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget-brand .slick-track {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 767px) {
  .steps-box-content {
    margin-bottom: 20px;
  }
}
.steps-box-content .step {
  float: left;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.4em;
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.rtl .steps-box-content .step {
  float: right;
}
@media (min-width: 1200px) {
  .steps-box-content .step {
    font-size: 100px;
  }
}
.steps-box-content .step + .inner {
  overflow: hidden;
  padding-left: 15px;
}
.rtl .steps-box-content .step + .inner {
  padding-right: 15px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  .steps-box-content .step + .inner {
    padding-left: 30px;
  }
  .rtl .steps-box-content .step + .inner {
    padding-right: 30px;
    padding-left: inherit;
  }
}
.steps-box-content .title {
  margin: 0 0 3px;
  font-size: 22px;
}
@media (min-width: 1200px) {
  .steps-box-content .title {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  .order1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
}
@media (max-width: 767px) {
  .m-order1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .m-order2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .m-order3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .m-align-inherit > .elementor-column-wrap {
    text-align: inherit !important;
  }
}
.p-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title-lookbook {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}

.des-lookbook {
  font-size: 15px;
  margin: 0 0 10px;
}

.width-30 > .elementor-column-wrap {
  width: calc(100% - 30px);
}

/* 11. widgets */
/*------------------------------------*\
    Widget
\*------------------------------------*/
.widget .widget_sp_image-image-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.widget .widget_sp_image-image-link img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget.widget_text img {
  margin: 15px 0;
  height: auto;
}
.widget.widget_rss .widget-title {
  background: none;
}
.widget.widget_rss .widget-title img {
  vertical-align: middle;
}
.widget.widget_rss ul, .widget.widget_rss ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
  top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_rss ul li {
  background: none;
  margin-bottom: 10px;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss ul li a {
  padding: 0;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
  top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
  padding-top: 14px;
  background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
  background: none;
}
.widget.widget_recent_reviews ul.product_list_widget {
  list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
  padding: 15px;
  overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
  float: left;
  margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
  margin-left: 10px;
  margin-right: inherit;
}
.widget.widget_product_search .woocommerce-product-search {
  padding: 20px 15px;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
  display: none;
}
.widget.yith-woocompare-widget .products-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.widget.yith-woocompare-widget a.clear-all {
  margin-bottom: 20px;
  margin-left: 15px;
}
.rtl .widget.yith-woocompare-widget a.clear-all {
  margin-right: 15px;
  margin-left: inherit;
}
.widget.yith-woocompare-widget a.compare {
  margin-bottom: 20px;
  margin-right: 15px;
}
.rtl .widget.yith-woocompare-widget a.compare {
  margin-left: 15px;
  margin-right: inherit;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px 15px;
  overflow: hidden;
}
.widget.widget_recent_entries ul li a {
  display: block;
}
.widget.widget_mc4wp_widget .mc4wp-form {
  padding: 20px;
}
.widget.widget-timework strong {
  color: #000;
  font-weight: 500;
}
.widget.widget_calendar table {
  margin: 0;
}

.widget-blogs .slick-carousel .slick-dots {
  padding-top: 0 !important;
}
@media (min-width: 1200px) {
  .widget-blogs .slick-carousel .slick-prev {
    left: -25px;
  }
  .widget-blogs .slick-carousel .slick-next {
    right: -25px;
  }
}
@media (min-width: 1200px) {
  .rtl .widget-blogs .slick-carousel .slick-prev {
    left: auto;
    right: -25px;
  }
  .rtl .widget-blogs .slick-carousel .slick-next {
    right: auto;
    left: -25px;
  }
}

.calendar_wrap caption {
  background: #212121;
  color: #fff;
  padding: 5px;
}
.calendar_wrap td, .calendar_wrap th {
  text-align: center;
}
.calendar_wrap tfoot {
  display: none;
}
.calendar_wrap #today {
  font-weight: normal;
  color: var(--uomo-theme-color);
}

.form-contact .title {
  font-size: 17px;
  margin: 11.5px 0 28px;
}
.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
  padding: 10px 30px;
  width: 100%;
  color: var(--uomo-text-color);
}
.form-contact .contant-inner > * {
  margin: 0 0 20px;
}

.contact-topbar > * {
  margin-right: 30px;
}
.rtl .contact-topbar > * {
  margin-left: 30px;
  margin-right: inherit;
}
.contact-topbar > *:last-child {
  margin: 0;
}
.contact-topbar > * i {
  margin-right: 6px;
}
.rtl .contact-topbar > * i {
  margin-left: 6px;
  margin-right: inherit;
}

.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  list-style: none;
  padding-left: 20px;
}
.rtl .widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul {
  padding-right: 20px;
  padding-left: inherit;
}
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  line-height: 2.5;
}
.widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a {
  color: var(--uomo-theme-color);
}

.special .post-info {
  position: relative;
}
.special .post-info:before {
  border-width: 14px 20px;
  border-style: solid;
  border-color: #f4f4f4 transparent transparent;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
}
.special .special-items > div:nth-child(2n) .post-info {
  position: relative;
}
.special .special-items > div:nth-child(2n) .post-info:before {
  border-color: transparent transparent #f4f4f4;
  top: inherit;
  bottom: 100%;
}

/*------------------------------------*\
    Widget Contact Us
\*------------------------------------*/
.contact {
  margin: 0;
  padding: 0;
}
.contact:before, .contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact dt {
  float: left;
  width: 30px;
  height: auto;
}
.rtl .contact dt {
  float: right;
}
.contact dd {
  overflow: hidden;
  margin-bottom: 5px;
}
.contact .contact-icon {
  display: block;
  text-align: center;
  background: var(--uomo-theme-color);
  float: left;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.rtl .contact .contact-icon {
  float: right;
}
.contact .contact-icon .fa {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
  margin: 0 4px 0 0;
}

.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-left: none;
}
.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
  border-right: none;
  border-left: inherit;
}

.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
  background: #f7f7f7;
  border-color: #f7f7f7;
}

/*------------------------------------*\
    Widget mailchip
\*------------------------------------*/
.mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
  line-height: inherit;
}

.mc4wp-form-basic .form-control {
  max-width: 100% !important;
}

.mail-form .input-group {
  width: 100%;
  margin: 0 0 10px;
}

.widget-newletter {
  overflow: hidden;
  max-width: 570px;
  margin: auto;
  text-align: center;
}
.widget-newletter .widget-title {
  color: #252525;
  font-weight: 400;
  font-size: 30px;
  margin: 0 0 10px;
}
.widget-newletter .description {
  margin-bottom: 25px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .widget-newletter .description {
    margin-bottom: 45px;
  }
}
.widget-newletter .form-control {
  background: #fff;
  border-color: #ebebeb;
  color: #b3b3b3;
}
.widget-newletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
.widget-newletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.widget-newletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.widget-newletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.widget-newletter .form-control:focus {
  background: #fff;
  border-color: #d2d2d2;
  color: #b3b3b3;
}
.widget-newletter.style2 {
  overflow: hidden;
  max-width: 100%;
  text-align: inherit;
}
.widget-newletter.style2 .widget-title {
  margin: 0 0 5px;
}
.widget-newletter.style2 .description {
  margin: 0;
}
.widget-newletter.style2 .content {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .widget-newletter.style2 > * {
    width: 50%;
    float: left;
  }
  .rtl .widget-newletter.style2 > * {
    float: right;
  }
}
.widget-newletter.style2 form {
  width: 600px;
  float: right;
  max-width: 100%;
}
.rtl .widget-newletter.style2 form {
  float: left;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar select, .apus-sidebar table {
  width: 100%;
}
.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
  margin: 0 0 5px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
}

/*------------------------------------*\
    search
\*------------------------------------*/
.apus-search-form-inner .select-category {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 185px;
  outline: none !important;
  margin-left: auto;
}
.rtl .apus-search-form-inner .select-category {
  margin-right: auto;
  margin-left: inherit;
}
.apus-search-form-inner .select-category .select2-selection__arrow:before {
  font-family: 'Flaticon';
  content: "\f10a";
  font-size: 12px;
}
.apus-search-form-inner .select-category .select2-selection__arrow b {
  display: none;
}
.apus-search-form-inner .select2-container {
  width: 100% !important;
}
.apus-search-form-inner .select2-container .select2-selection--single {
  background: #fff;
  height: 48px;
  margin: 0;
  color: var(--uomo-link-color);
  outline: none !important;
  border: 0 !important;
}
.apus-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
  margin: 0;
  top: 12px;
  text-align: right;
}
.rtl .apus-search-form-inner .select2-container .select2-selection--single .select2-selection__arrow {
  text-align: left;
}
.apus-search-form-inner .select2-container .select2-selection--single .select2-selection__rendered {
  margin: 5px 0 0;
}
.apus-search-form-inner form {
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.apus-search-form-inner form .main-search {
  width: 80%;
}
.apus-search-form-inner form .btn-search {
  background-color: transparent;
  border: 0;
  font-size: 21px;
  padding: 2px 20px;
  color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-search-form-inner form .btn-search:hover, .apus-search-form-inner form .btn-search:focus {
  color: var(--uomo-theme-color);
}
.apus-search-form-inner form .form-control {
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 48px;
  width: 100%;
}
.apus-search-form-inner form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
.apus-search-form-inner form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
.apus-search-form-inner form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
.apus-search-form-inner form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
.apus-search-form-inner form .form-control:focus {
  color: var(--uomo-link-color);
}
.apus-search-form-inner .hidden-search {
  cursor: pointer;
  float: right;
  font-size: 35px;
  line-height: 1.4;
  color: #e44343;
  display: inline-block;
  margin-left: 30px;
}
.rtl .apus-search-form-inner .hidden-search {
  float: left;
}
.rtl .apus-search-form-inner .hidden-search {
  margin-right: 30px;
  margin-left: inherit;
}
.apus-search-form-inner .twitter-typeahead {
  width: 100%;
}
.apus-search-form-inner div.twitter-typeahead:before {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) no-repeat scroll 0 0/100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 2;
}
.rtl .apus-search-form-inner div.twitter-typeahead:before {
  left: 10px;
  right: auto;
}
.apus-search-form-inner div.twitter-typeahead.loading {
  position: relative;
}
.apus-search-form-inner div.twitter-typeahead.loading .tt-menu {
  border: 0;
}
.apus-search-form-inner div.twitter-typeahead.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-search-form-inner .tt-menu {
  background: #fff;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #E4E4E4;
}
.apus-search-form-inner .tt-menu > * {
  position: relative;
  z-index: 2;
}
.apus-search-form-inner .tt-menu .tt-dataset-search > *:first-child {
  display: none;
}
.apus-search-form-inner .autocomplete-list-item {
  padding: 10px;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .apus-search-form-inner .autocomplete-list-item {
    padding: 20px;
  }
}
.apus-search-form-inner .autocomplete-list-item:last-child {
  border: none;
}
.apus-search-form-inner .autocomplete-list-item .autocompleate-media {
  display: block;
}
.apus-search-form-inner .autocomplete-list-item .autocompleate-media:hover .name-product {
  color: var(--uomo-link-color);
}
.apus-search-form-inner .autocomplete-list-item img {
  width: 60px;
  max-width: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.apus-search-form-inner .autocomplete-list-item .name-product {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0 0 3px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.apus-search-form-inner .autocomplete-list-item .name-product strong {
  font-weight: 400;
}
.apus-search-form-inner .autocomplete-list-item .product-cat {
  color: var(--uomo-text-color);
}
@media (min-width: 1200px) {
  .apus-search-form-inner .autocomplete-list-item .price {
    font-size: 16px;
  }
}

body.show-header-static .apus-header .elementor-section .elementor-container,
body.show-header-static .apus-header .elementor-container,
body.show-header-static .apus-header .elementor-widget-wrap,
body.show-header-static .apus-header .elementor-widget,
body.show-header-static .apus-header .elementor-column, body.show-header-static .apus-header .elementor-column-wrap,
body.show-header-static .apus-header .elementor-section {
  position: static;
}

body.search-show-header-static .apus-header .elementor-section .elementor-container,
body.search-show-header-static .apus-header .elementor-container,
body.search-show-header-static .apus-header .elementor-widget-wrap,
body.search-show-header-static .apus-header .elementor-widget,
body.search-show-header-static .apus-header .elementor-column, body.search-show-header-static .apus-header .elementor-column-wrap,
body.search-show-header-static .apus-header .elementor-section {
  position: static;
}

.apus-search-form .show-search-header {
  cursor: pointer;
}
.apus-search-form .show-search-header:hover, .apus-search-form .show-search-header:focus {
  color: var(--uomo-theme-color);
}
.apus-search-form .overlay-search-header {
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 2;
}
.apus-search-form .overlay-search-header.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-search-form-inner.style1 span.twitter-typeahead {
  position: static !important;
}
.apus-search-form-inner.style1 span.twitter-typeahead > .apus-search:first-child {
  display: none;
}
.apus-search-form-inner.style1 .tt-menu {
  width: calc(100% + 2px);
  margin-left: -1px;
}

.apus-search-form-inner.style2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  padding: 100px 0 70px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.apus-search-form-inner.style2.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.apus-search-form-inner.style2 form {
  display: block;
  border: 0;
  position: relative;
  border-bottom: 2px solid #767676;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.apus-search-form-inner.style2 form .form-control {
  padding: 15px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-weight: 500;
}
.apus-search-form-inner.style2 form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
.apus-search-form-inner.style2 form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
}
.apus-search-form-inner.style2 form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  text-transform: uppercase;
}
.apus-search-form-inner.style2 form .form-control:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
}
.apus-search-form-inner.style2 form .select-category {
  display: none;
}
.apus-search-form-inner.style2 form .btn-search {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
}
.rtl .apus-search-form-inner.style2 form .btn-search {
  left: 0;
  right: auto;
}
.apus-search-form-inner.style2 .title {
  margin: 0 0 20px;
  color: var(--uomo-text-color);
  font-weight: 500;
  font-size: 14px;
}
.apus-search-form-inner.style2 .title-quick-links {
  font-size: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
  color: var(--uomo-text-color);
  font-weight: 500;
}
.apus-search-form-inner.style2 .quick-links-wrapper {
  margin-top: 18px;
}
@media (min-width: 1200px) {
  .apus-search-form-inner.style2 .quick-links-wrapper {
    margin-top: 28px;
  }
}
.apus-search-form-inner.style2 .tt-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-top: 2px;
}
.apus-search-form-inner.style2 .tt-menu:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  width: 10000px;
  height: 100%;
}
.apus-search-form-inner.style2 .tt-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 10000px;
  height: 100%;
}
.apus-search-form-inner.style2 div.twitter-typeahead::before {
  right: 40px;
}
.rtl .apus-search-form-inner.style2 div.twitter-typeahead::before {
  left: 40px;
  right: auto;
}
.apus-search-form-inner.style2 .tt-dataset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.apus-search-form-inner.style2 .autocomplete-list-item {
  width: 50%;
  padding: 15px;
  border: 0;
}
@media (min-width: 480px) {
  .apus-search-form-inner.style2 .autocomplete-list-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .apus-search-form-inner.style2 .autocomplete-list-item {
    width: 25%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
}
.apus-search-form-inner.style2 .autocomplete-list-item img {
  width: 100%;
}
.apus-search-form-inner.style2 .media-left, .apus-search-form-inner.style2 .media-body {
  display: block;
  padding: 0;
}
.apus-search-form-inner.style2 .media-body {
  width: 100%;
  padding: 15px 0 0;
}

.apus-search-form-inner.style3 .form-control {
  height: 40px;
  padding: 5px 20px;
}
.apus-search-form-inner.style3 form .btn-search {
  padding: 0px 20px;
}

.widget-search .btn, .widget-search .viewmore-products-btn {
  padding-left: 15px;
  padding-right: 15px;
}

/*------------------------------------*\
    Tags Widget
\*------------------------------------*/
.tagcloud a {
  text-transform: capitalize;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px !important;
  display: inline-block;
  float: left;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #f2f3f5;
  color: var(--uomo-link-color);
}
.rtl .tagcloud a {
  margin-left: 8px;
  margin-right: inherit;
}
.rtl .tagcloud a {
  float: right;
}
.tagcloud a:hover, .tagcloud a:focus, .tagcloud a.active {
  color: #fff;
  background: #222;
  border-color: #222;
}

.widget-brand-logo {
  padding: 30px;
}
.widget-brand-logo .item-brand > a {
  display: block;
}
.widget-brand-logo .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-brand-logo:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-----------------------------*\
        Widget Contact 
\*-----------------------------*/
.widget-infor .heding {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
}
.widget-infor .infor-inner {
  margin: 0 0 20px;
}

.apus-search-top .button-show-search {
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: var(--uomo-text-color);
  line-height: 1;
  padding: 0 5px;
  background: transparent !important;
}
.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
  color: var(--uomo-theme-color);
}
.apus-search-top .content-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
  min-width: 280px;
}

/*-----------------------------*\
        Widget video
\*-----------------------------*/
@-webkit-keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}
/* Standard syntax */
@keyframes boxscale {
  from {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
  }
  to {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  }
}
.video-wrapper-inner {
  position: relative;
}
.video-wrapper-inner .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 2;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  color: var(--uomo-theme-color);
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -webkit-animation: boxscale 0.8s linear 0s infinite alternate;
  /* Safari 4.0 - 8.0 */
  animation: boxscale 0.8s linear 0s infinite alternate;
}
.video-wrapper-inner:hover .popup-video {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*-----------------------------*\
    Widget Vertical Menu
\*-----------------------------*/
.vertical-menu {
  display: none !important;
  padding: 0;
  background: #fff;
  z-index: 999;
}
.vertical-menu > .nav {
  position: relative;
  width: 100%;
  height: auto;
}
.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
  color: var(--uomo-theme-color);
}
.vertical-menu > .nav > li {
  float: none;
  position: static;
  border-bottom: 1px solid #E4E4E4;
}
.vertical-menu > .nav > li.active > a {
  color: var(--uomo-theme-color);
  background: #fafafa;
}
.vertical-menu > .nav > li > a {
  color: #414141;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}
.vertical-menu > .nav > li > a:hover {
  color: var(--uomo-theme-color);
  background: #fafafa;
}
.vertical-menu > .nav > li > a .fa {
  font-size: 15px;
  min-width: 15px;
  margin-right: 12px;
}
.rtl .vertical-menu > .nav > li > a .fa {
  margin-left: 12px;
  margin-right: inherit;
}
.vertical-menu > .nav > li .dropdown-menu {
  min-width: 230px;
  min-height: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vertical-menu > .nav .product-block {
  padding: 0 !important;
  overflow: hidden;
  display: block;
}
.vertical-menu .dropdown-menu {
  margin: 0;
  padding: 30px;
  border: none;
  top: 0;
}
.vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
  content: " ";
  display: table;
}
.vertical-menu .dropdown-menu:after {
  clear: both;
}
.vertical-menu .dropdown-menu ul {
  padding: 0;
  list-style: none;
}
.vertical-menu .dropdown-menu ul li {
  line-height: 34px;
}
.vertical-menu .dropdown-menu ul li a {
  color: #414141;
}
.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
  color: var(--uomo-theme-color);
}
.vertical-menu .dropdown-menu ul ul {
  padding-left: 15px;
}
.rtl .vertical-menu .dropdown-menu ul ul {
  padding-right: 15px;
  padding-left: inherit;
}
.vertical-menu .dropdown-menu .widget-title {
  border: none;
  font-size: 16px;
  padding: 0 0 15px;
  color: var(--uomo-heading-color);
}
.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.vertical-menu.menu-left .dropdown-menu {
  left: 100% !important;
  right: auto !important;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
  right: 100% !important;
  left: auto;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
  left: auto !important;
  right: auto;
}
.vertical-menu.menu-right .dropdown-menu {
  left: auto !important;
  right: 100% !important;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
  right: auto !important;
  left: auto;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
  left: 100% !important;
  right: auto;
}
.vertical-menu .icon-ver {
  margin-right: 10px;
}
.rtl .vertical-menu .icon-ver {
  margin-left: 10px;
  margin-right: inherit;
}

#recentcomments > li {
  padding: 0 0 10px 0;
  font-weight: 400;
}
#recentcomments > li:first-child {
  border-top: 0;
}
#recentcomments > li:last-child {
  border-bottom: 0;
}
#recentcomments > li a {
  font-weight: 300;
}

.widget-quicklink-menu {
  background-color: #f6f6f6;
  line-height: 35px;
}
.widget-quicklink-menu .quicklink-heading {
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 10px;
  margin: 0 20px 0 0;
  padding: 12px 15px 12px 25px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.rtl .widget-quicklink-menu .quicklink-heading {
  margin: 0 0 0 20px;
}
.widget-quicklink-menu .quicklink-heading:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #333;
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
  border-right: 10px solid #333;
  border-left: inherit;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
  left: -10px;
  right: auto;
}
.widget-quicklink-menu a {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}
.widget-quicklink-menu a:hover {
  color: var(--uomo-theme-color);
}

.woo-onsale .onsale {
  display: none;
}
.woo-onsale .product-sale-label {
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #fb4949;
  color: #fff;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 36px;
  font-size: 12px;
  font-weight: 400;
}
.rtl .woo-onsale .product-sale-label {
  left: 10px;
  right: auto;
}

.widget-tabs .nav-tabs {
  margin: 0;
  border: none;
  background-color: #FAF9F8;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .widget-tabs .nav-tabs {
    padding: 25px 40px;
  }
}
.widget-tabs .nav-tabs > li {
  margin: 0;
  margin-right: 3px;
}
.rtl .widget-tabs .nav-tabs > li {
  margin-left: 3px;
  margin-right: inherit;
}
.widget-tabs .nav-tabs > li > a {
  border: 0 !important;
  margin: 0 !important;
  color: #222;
  background-color: transparent;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.widget-tabs .nav-tabs > li.active > a {
  color: #fff;
  background-color: #222;
}
.widget-tabs .tab-content {
  padding: 20px;
}
@media (min-width: 1200px) {
  .widget-tabs .tab-content {
    padding: 40px;
  }
}

.widget-infor .media .fa, .widget-infor .media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: var(--uomo-theme-color);
  background: #252525;
}

.contant-info .title {
  margin: 0 0 20px;
  font-size: 30px;
}
.contant-info .info-description {
  margin: 0 0 30px;
}
.contant-info .media-heading {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}
.contant-info .media {
  margin-top: 30px;
}
.contant-info .media:hover .fa {
  border-color: #e44343;
  color: #e44343;
}
.contant-info .media-left {
  padding-right: 20px;
}
.rtl .contant-info .media-left {
  padding-left: 20px;
  padding-right: inherit;
}
.contant-info .media-left .fa {
  border: 2px solid #222;
  border-radius: 50%;
  color: #222;
  font-size: 25px;
  height: 58px;
  line-height: 52px;
  text-align: center;
  width: 58px;
}

.widget_text select,
.widget_categories select,
.widget_archive select {
  width: 100%;
  padding: 8px 15px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 1px solid #d7d7d7;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/select.png) #fff right 15px center no-repeat;
}

.widget_pages ul {
  list-style: none;
}
.widget_pages ul li {
  line-height: 2.5;
}
.widget_pages > ul {
  padding: 0;
  margin: 0;
}

.textwidget select {
  padding: 8px;
  max-width: 100%;
  color: var(--uomo-link-color);
}

.widget-twitter .twitter-timeline {
  display: block !important;
}
.widget-twitter .timeline-Tweet-media {
  display: none;
}

.wpcf7-form .form-group {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .wpcf7-form .form-group {
    margin: 0 0 30px;
  }
}
.wpcf7-form .form-control {
  padding: 10px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #E4E4E4;
  height: 55px;
}
.wpcf7-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
.wpcf7-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
.wpcf7-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
.wpcf7-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
.wpcf7-form .form-control:focus {
  border-color: #222;
}
.wpcf7-form textarea.form-control {
  height: 150px !important;
  resize: none;
}
@media (min-width: 1200px) {
  .wpcf7-form textarea.form-control {
    height: 215px !important;
  }
}
.wpcf7-form .btn, .wpcf7-form .viewmore-products-btn {
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .wpcf7-form .btn, .wpcf7-form .viewmore-products-btn {
    padding: 17px 70px;
  }
}

#stores-google-maps {
  width: 100%;
  height: 350px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.72;
}
@media (min-width: 992px) {
  #stores-google-maps {
    height: 665px;
  }
}
#stores-google-maps .leaflet-popup-content {
  width: 285px !important;
  margin: 25px 30px;
  line-height: 1.72;
  font-size: 14px;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
}
#stores-google-maps .leaflet-popup-content .store-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}
#stores-google-maps .leaflet-popup-content-wrapper {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  padding: 0;
  overflow: hidden;
}
#stores-google-maps .leaflet-popup-tip {
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
}
#stores-google-maps a.leaflet-popup-close-button {
  margin: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--uomo-text-color);
}
@media (min-width: 1200px) {
  #stores-google-maps a.leaflet-popup-close-button {
    margin: 15px;
  }
}
#stores-google-maps a.leaflet-popup-close-button:hover, #stores-google-maps a.leaflet-popup-close-button:focus {
  color: #e44343;
}
#stores-google-maps .leaflet-marker-icon > div {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: var(--uomo-theme-color);
  color: #fff;
  font-weight: 700;
}

.filter-stores {
  border: 1px solid #E4E4E4;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .filter-stores {
    margin-bottom: 25px;
  }
}
.filter-stores [type="text"] {
  border: 0;
  height: 50px;
  width: 100%;
  padding: 5px 20px;
}
@media (min-width: 1200px) {
  .filter-stores [type="text"] {
    height: 58px;
  }
}
.filter-stores .filter-store-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--uomo-link-color);
  border: 0 !important;
  background-color: transparent !important;
  font-size: 21px;
}
.rtl .filter-stores .filter-store-btn {
  left: 10px;
  right: auto;
}
.filter-stores .filter-store-btn:focus, .filter-stores .filter-store-btn:hover {
  color: var(--uomo-theme-color);
}

.store-box-content {
  color: var(--uomo-link-color);
}
@media (max-width: 991px) {
  .store-box-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .store-box-content {
    height: 580px;
    overflow-y: auto;
  }
}
.store-box-content .store-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .store-box-content .store-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
  }
}
.store-box-content .store-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.store-box-content .store-title {
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 10px;
}
.store-box-content .details-store-inner {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .store-box-content .details-store-inner {
    margin-bottom: 20px;
  }
}

.widget-ticket-pricing {
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: 2px dashed #E4E4E4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .widget-ticket-pricing .product-block-pricing {
    max-width: 170px;
    margin: auto;
  }
}
.widget-ticket-pricing .column {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  border: 2px dashed #E4E4E4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: -2px 0;
  padding: 0 10px !important;
}
.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
  border: none;
  margin: 0;
}
.widget-ticket-pricing.style-style2 {
  border: 1px solid #E4E4E4;
  overflow: visible;
}
.widget-ticket-pricing.style-style2 .column {
  border: 1px solid #E4E4E4;
  margin: -1px 0;
}
.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
  margin: 0;
  border: none;
}
.widget-ticket-pricing.style-style2 .column:hover {
  border-color: var(--uomo-theme-color);
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
  border: 1px solid var(--uomo-theme-color);
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid var(--uomo-theme-color);
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
  border: 1px solid #E4E4E4;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
  border-bottom: 1px solid #E4E4E4;
}
.widget-ticket-pricing.style-style3 {
  border: none;
  overflow: visible;
}
.widget-ticket-pricing.style-style3 .column {
  border: none;
  overflow: visible;
  margin: 20px 0;
}

.popupnewsletter-wrapper .mfp-content {
  max-width: 90%;
  width: 900px;
}
.popupnewsletter-wrapper .apus-mfp-close {
  background: transparent !important;
  color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-size: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 1200px) {
  .popupnewsletter-wrapper .apus-mfp-close {
    margin: 10px 15px;
  }
}
.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:focus {
  color: #e44343;
}
.popupnewsletter-wrapper .modal-content {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popupnewsletter-wrapper .popupnewsletter-widget {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
.popupnewsletter-wrapper .popupnewsletter-widget .title {
  font-size: 20px;
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .popupnewsletter-wrapper .popupnewsletter-widget .title {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.popupnewsletter-wrapper .info {
  padding: 20px;
}
@media (min-width: 1200px) {
  .popupnewsletter-wrapper .info {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .popupnewsletter-wrapper .image {
    width: 50%;
  }
  .popupnewsletter-wrapper .image + .info {
    width: 50%;
  }
  .popupnewsletter-wrapper .has-image {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .popupnewsletter-wrapper .image {
    height: 250px;
    overflow: hidden;
  }
}
.popupnewsletter-wrapper .close-dont-show {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .popupnewsletter-wrapper .close-dont-show {
    margin-top: 20px;
  }
}
.popupnewsletter-wrapper .widget-mailchimp {
  margin-top: 18px;
}
.popupnewsletter-wrapper .widget-mailchimp form {
  border: 2px solid #E4E4E4;
}
.popupnewsletter-wrapper .widget-mailchimp [type="email"] {
  border-color: #fff;
}
.popupnewsletter-wrapper .widget-mailchimp .btn, .popupnewsletter-wrapper .widget-mailchimp .viewmore-products-btn {
  padding-left: 22px;
  padding-right: 22px;
  color: var(--uomo-link-color);
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.popupnewsletter-wrapper .widget-mailchimp .btn:hover, .popupnewsletter-wrapper .widget-mailchimp .viewmore-products-btn:hover, .popupnewsletter-wrapper .widget-mailchimp .btn:focus, .popupnewsletter-wrapper .widget-mailchimp .viewmore-products-btn:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}

.navbar-wrapper .close-navbar-sidebar {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--uomo-link-color);
  position: absolute;
  top: 15px;
  right: 20px;
}
.rtl .navbar-wrapper .close-navbar-sidebar {
  left: 20px;
  right: auto;
}
@media (min-width: 1200px) {
  .navbar-wrapper .close-navbar-sidebar {
    top: 30px;
    right: 40px;
  }
  .rtl .navbar-wrapper .close-navbar-sidebar {
    left: 40px;
    right: auto;
  }
}
.navbar-wrapper .close-navbar-sidebar:hover, .navbar-wrapper .close-navbar-sidebar:focus {
  color: #e44343;
}
.navbar-wrapper .navbar-sidebar-wrapper {
  z-index: 4;
  position: fixed;
  overflow-y: auto;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 860px;
  max-width: 50%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  padding: 0;
}
.navbar-wrapper .navbar-sidebar-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.navbar-wrapper .navbar-sidebar-overlay {
  background: rgba(34, 34, 34, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 3;
}
.navbar-wrapper .navbar-sidebar-overlay.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-wrapper.st_left .vertical-icon {
  height: 11px;
  border-bottom: 0;
}
.navbar-wrapper.st_left .vertical-icon:before {
  top: initial;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.navbar-wrapper.st_left .navbar-sidebar-wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  right: initial;
  left: 0;
}
.navbar-wrapper.st_left .navbar-sidebar-wrapper.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.widget-woocommerce-currency-switcher {
  margin: 0;
}
.widget-woocommerce-currency-switcher label {
  font-weight: 400;
  margin: 0;
}
.widget-woocommerce-currency-switcher .title,
.widget-woocommerce-currency-switcher > h5 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--uomo-text-color);
}
.widget-woocommerce-currency-switcher > * {
  display: inline-block;
  vertical-align: middle;
}
.widget-woocommerce-currency-switcher .dd-select {
  background-color: transparent !important;
  border: 0;
  padding-right: 20px;
}
.rtl .widget-woocommerce-currency-switcher .dd-select {
  padding-left: 20px;
  padding-right: inherit;
}
.widget-woocommerce-currency-switcher .dd-select:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 100%;
  left: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected {
  color: var(--uomo-text-color);
  padding: 3px 10px !important;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .dd-selected:hover {
  color: var(--uomo-link-color);
}
.widget-woocommerce-currency-switcher .dd-options {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #fff;
  top: 100%;
  width: 100%;
  border: 1px solid #E4E4E4;
  font-size: 13px;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 6px 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.widget-woocommerce-currency-switcher .dd-options label {
  cursor: pointer;
}
.widget-woocommerce-currency-switcher a.dd-option {
  padding: 3px 10px !important;
  border-color: #E4E4E4;
}
.widget-woocommerce-currency-switcher .dd-pointer {
  border: none !important;
  width: 14px;
  height: 14px;
  line-height: 12px;
  top: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.rtl .widget-woocommerce-currency-switcher .dd-pointer {
  left: 0;
  right: auto;
}
.widget-woocommerce-currency-switcher .dd-pointer:before {
  font-family: Flaticon;
  content: "\f10a";
  font-size: 13px;
}
.widget-woocommerce-currency-switcher:hover .dd-options {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.widget_icl_lang_sel_widget .title {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: var(--uomo-text-color);
}
.widget_icl_lang_sel_widget > * {
  display: inline-block;
  vertical-align: middle;
}

.wpml-ls-legacy-dropdown {
  width: auto;
}
.wpml-ls-legacy-dropdown > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  padding: 3px 10px;
  border: 0;
  background-color: transparent;
  line-height: 1.72;
}
.wpml-ls-legacy-dropdown a span {
  vertical-align: baseline;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute;
  z-index: 2;
  top: inherit;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 13px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 6px 0;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: transparent;
  padding-right: calc(10px + .7em + .7em);
  position: relative;
  color: var(--uomo-text-color);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: 100%;
  left: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  font-family: Flaticon;
  content: "\f10a";
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  top: 50%;
  position: absolute;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
  left: 5px;
  right: auto;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
  color: var(--uomo-link-color);
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  border-bottom: 1px solid #E4E4E4;
}
.wpml-ls-legacy-dropdown .wpml-ls-item:last-child {
  border-bottom: 0;
}

/* 12. woocommerce */
/*-------------------------------------------
    Price
-------------------------------------------*/
.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 {
  padding: 8px 15px;
}
@media (min-width: 1200px) {
  .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 {
    padding: 10px 30px;
  }
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  padding: 12px 30px;
  white-space: nowrap;
  color: #fff;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.72;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 17px 30px;
  }
}
.woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce input.button:hover, .woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
}

.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] {
  padding: 12px 30px;
}
@media (min-width: 1200px) {
  .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] {
    padding: 17px 30px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-color: var(--uomo-theme-color);
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  color: var(--uomo-theme-color);
}

.swatch-color {
  width: 10px;
  height: 10px;
}

.payment_box {
  display: none;
}

.woocommerce div.product form.cart .added_to_cart,
.woocommerce div.product form.cart .button {
  white-space: nowrap;
  padding: 10px 30px;
  background-color: #222;
  border: 2px solid #222;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.72;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .woocommerce div.product form.cart .added_to_cart,
  .woocommerce div.product form.cart .button {
    padding: 16px 30px;
  }
}
@media (min-width: 1450px) {
  .woocommerce div.product form.cart .added_to_cart,
  .woocommerce div.product form.cart .button {
    min-width: 275px;
    text-align: center;
  }
}
.woocommerce div.product form.cart .added_to_cart:hover, .woocommerce div.product form.cart .added_to_cart:focus,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
  background-color: #fff;
  border-color: #222;
  color: #222;
}
.woocommerce div.product form.cart .added {
  display: none !important;
}

.product-v-wrapper .sticky-this {
  z-index: 1;
}

@media (min-width: 1200px) {
  .woocommerce div.product form.cart div.quantity {
    margin-right: 18px;
  }
}

@media (min-width: 1200px) {
  .rtl.woocommerce div.product form.cart div.quantity {
    margin-left: 18px;
    margin-right: 0;
  }
}

.wishlist-share-wrapper {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .wishlist-share-wrapper {
    margin-top: 30px;
  }
}
.wishlist-share-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px !important;
}
.rtl .wishlist-share-wrapper > * {
  margin-left: 10px !important;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .wishlist-share-wrapper > * {
    margin-right: 30px !important;
  }
  .rtl .wishlist-share-wrapper > * {
    margin-left: 30px !important;
    margin-right: inherit;
  }
}
.wishlist-share-wrapper > *:last-child {
  margin-right: 0px;
}
.rtl .wishlist-share-wrapper > *:last-child {
  margin-left: 0px;
  margin-right: inherit;
}

.share-product-more {
  position: relative;
}
.share-product-more:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
}
.share-product-more .bo-social-icons {
  padding: 15px 20px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  min-width: 150px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.rtl .share-product-more .bo-social-icons {
  right: 0;
  left: auto;
}
.share-product-more .bo-social-icons a {
  display: block;
  margin-bottom: 5px;
}
.share-product-more .bo-social-icons a:last-child {
  margin-bottom: 0;
}
.share-product-more:hover .bo-social-icons {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}

@media (min-width: 1200px) {
  .woocommerce #respond input#submit {
    padding-right: 45px;
    padding-left: 45px;
  }
}
.woocommerce table.shop_attributes {
  color: var(--uomo-link-color);
  border: 0;
}
.woocommerce table.shop_attributes th {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  width: 20%;
  padding: 15px 0;
  background-color: #fff !important;
}
.woocommerce table.shop_attributes td {
  font-style: normal;
  border: 0;
  padding: 15px 0;
  background-color: #fff !important;
}
.woocommerce table.shop_attributes td p {
  padding: 0;
}

.woocommerce div.product form.cart .variations select {
  color: var(--uomo-link-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/select.png) #fff right 3px center no-repeat;
  padding: 3px 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid var(--uomo-link-color);
  min-width: 160px;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-right: 30px;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  color: var(--uomo-link-color);
  z-index: 9;
  font-size: 14px;
  right: 50%;
  top: 50%;
  margin-top: -12px;
  line-height: 24px;
  height: 24px;
  width: 14px;
  margin-right: -7px;
}
.woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before {
  z-index: 8;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  content: '';
}

.woocommerce .product-block-list a.button.loading:after {
  top: 50%;
  right: 50%;
  color: var(--uomo-text-color);
  z-index: 9;
  width: auto;
  height: auto;
  margin: -7px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%;
  }
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n + 1) {
    clear: left;
  }
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img:active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: var(--uomo-theme-color);
}

.shop-pagination .apus-pagination {
  margin: 0;
  float: left;
}
.rtl .shop-pagination .apus-pagination {
  float: right;
}
.shop-pagination .woocommerce-result-count {
  float: right;
  margin: 5px 0 0;
}
.rtl .shop-pagination .woocommerce-result-count {
  float: left;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.rtl table.variations .tawcvs-swatches .swatch-color {
  margin-left: 16px;
  margin-right: 6px;
}

table.variations .tawcvs-swatches .swatch-color {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 0;
  position: relative;
  border: 0;
  margin: 6px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 16px;
  cursor: pointer;
}
.rtl table.variations .tawcvs-swatches .swatch-color {
  margin-left: 16px;
  margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-color:before {
  display: none !important;
}
table.variations .tawcvs-swatches .swatch-color:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid var(--uomo-link-color);
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
table.variations .tawcvs-swatches .swatch-color.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--uomo-link-color);
}
table.variations .tawcvs-swatches .swatch-color.selected:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
table.variations .tawcvs-swatches .swatch-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--uomo-link-color);
  padding: 0 9px;
  display: inline-block;
  line-height: 28px;
  background: transparent;
  border: 1px solid #E4E4E4;
  min-width: 34px;
  text-align: center;
  height: auto;
  width: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: 8px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor: pointer;
}
.rtl table.variations .tawcvs-swatches .swatch-label {
  margin-left: 8px;
  margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--uomo-link-color);
}
table.variations .tawcvs-swatches .swatch-image {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.rtl table.variations .tawcvs-swatches .swatch-image {
  margin-left: 5px;
  margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-image img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
table.variations .tawcvs-swatches .swatch-image.selected {
  border-color: #E4E4E4;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 400;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 1.72;
  resize: none;
  border: 2px solid #E4E4E4;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  border-color: #222;
}

@media (min-width: 1200px) {
  .woocommerce form .form-row input.input-text {
    height: 60px;
  }
}

.refund-shop {
  margin-bottom: 30px;
}
.refund-shop .btn, .refund-shop .viewmore-products-btn {
  letter-spacing: 1px;
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 90px;
  resize: none;
}

.woocommerce table.wishlist_table {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border-collapse: collapse;
}
.woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
  border: none;
  padding: 15px;
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  .woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
    padding: 30px 15px;
  }
}
.woocommerce table.wishlist_table td:first-child, .woocommerce table.wishlist_table th:first-child {
  padding-left: 0;
}
.rtl .woocommerce table.wishlist_table td:first-child, .rtl .woocommerce table.wishlist_table th:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.woocommerce table.wishlist_table td:last-child, .woocommerce table.wishlist_table th:last-child {
  text-align: right;
  padding-right: 0;
}
.rtl .woocommerce table.wishlist_table td:last-child, .rtl .woocommerce table.wishlist_table th:last-child {
  text-align: left;
}
.rtl .woocommerce table.wishlist_table td:last-child, .rtl .woocommerce table.wishlist_table th:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.woocommerce table.wishlist_table .product-name {
  font-size: 16px;
}
.woocommerce table.wishlist_table .product-price {
  color: var(--uomo-link-color);
  font-size: 16px;
  font-weight: 500;
}
.woocommerce table.wishlist_table th {
  padding: 0 15px 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color);
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce table.wishlist_table img {
  width: 90px;
}
@media (min-width: 1200px) {
  .woocommerce table.wishlist_table img {
    width: 120px;
  }
}
.woocommerce table.wishlist_table tbody tr {
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce table.wishlist_table .remove {
  background-color: transparent !important;
  font-size: 25px;
  color: var(--uomo-text-color) !important;
}
.woocommerce table.wishlist_table .remove:hover, .woocommerce table.wishlist_table .remove:focus {
  color: #e44343 !important;
}
.woocommerce table.wishlist_table a.button {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.woocommerce table.wishlist_table a.button:hover, .woocommerce table.wishlist_table a.button:focus {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
}

.yith-wcwl-share {
  margin: 20px 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .yith-wcwl-share {
    margin-bottom: 50px;
  }
}
.yith-wcwl-share > * {
  vertical-align: middle;
  display: inline-block;
}
.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding-right: 10px;
}
.rtl .yith-wcwl-share .yith-wcwl-share-title {
  padding-left: 10px;
  padding-right: inherit;
}
.yith-wcwl-share ul li {
  display: inline-block;
}
.yith-wcwl-share ul li + li {
  margin-left: 10px;
}
.rtl .yith-wcwl-share ul li + li {
  margin-right: 10px;
  margin-left: inherit;
}

.wishlist-title.wishlist-title-with-form {
  margin-bottom: 20px;
}
.wishlist-title.wishlist-title-with-form > * {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-title.wishlist-title-with-form h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.wishlist-title.wishlist-title-with-form .button {
  padding: 10px 20px;
  margin-left: 5px;
  border: 0 !important;
  background: #e44343;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .wishlist-title.wishlist-title-with-form .button {
  margin-right: 5px;
  margin-left: inherit;
}
.wishlist-title.wishlist-title-with-form .button:hover, .wishlist-title.wishlist-title-with-form .button:focus {
  color: #fff;
  background: #e12d2d;
}

.yith-wcwl-form .hidden-title-form {
  display: none;
  margin-bottom: 20px;
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"] {
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 18px;
  font-weight: 500;
  color: var(--uomo-link-color);
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"]:focus {
  border-color: #d7d7d7;
}
.yith-wcwl-form .hidden-title-form .edit-title-buttons {
  margin-left: 8px;
}
.rtl .yith-wcwl-form .hidden-title-form .edit-title-buttons {
  margin-right: 8px;
  margin-left: inherit;
}
.yith-wcwl-form .hidden-title-form .btn, .yith-wcwl-form .hidden-title-form .viewmore-products-btn {
  padding: 10px 20px;
  margin: 0 3px;
}

.wishlist_view.mobile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wishlist_view.mobile .label {
  color: var(--uomo-text-color);
  font-size: 14px;
}
.wishlist_view.mobile .product-name h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wishlist_view.mobile .additional-info-wrapper table,
.wishlist_view.mobile .item-details table {
  border: none !important;
}
.wishlist_view.mobile .additional-info-wrapper table td,
.wishlist_view.mobile .item-details table td {
  line-height: 1.5;
  border: none !important;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper table td, .rtl
.wishlist_view.mobile .item-details table td {
  text-align: right;
}
.wishlist_view.mobile .additional-info-wrapper table .label,
.wishlist_view.mobile .item-details table .label {
  width: 30%;
}
.wishlist_view.mobile .additional-info-wrapper table .value,
.wishlist_view.mobile .item-details table .value {
  width: 80%;
}
.wishlist_view.mobile .additional-info-wrapper .item-details-table,
.wishlist_view.mobile .item-details .item-details-table {
  margin-bottom: 0;
}
.wishlist_view.mobile .additional-info-wrapper .additional-info,
.wishlist_view.mobile .item-details .additional-info {
  margin-bottom: 10px;
}
.wishlist_view.mobile .product-add-to-cart {
  margin: 10px 0 0;
}
.wishlist_view.mobile .product-add-to-cart .button {
  padding: 8px 20px;
  font-size: 12px;
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.wishlist_view.mobile .product-add-to-cart .button:hover, .wishlist_view.mobile .product-add-to-cart .button:focus {
  color: #fff;
  background-color: #131313;
  border-color: #131313;
}
.wishlist_view.mobile > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
.wishlist_view.mobile > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.wishlist_view.mobile .product-thumbnail img {
  max-width: 100px;
}
.wishlist_view.mobile .item-wrapper {
  overflow: hidden;
  clear: both;
  position: relative;
}
.wishlist_view.mobile .item-wrapper .product-remove {
  position: absolute;
  top: 5px;
  right: 5px;
}
.rtl .wishlist_view.mobile .item-wrapper .product-remove {
  left: 5px;
  right: auto;
}
.wishlist_view.mobile .item-wrapper .product-thumbnail {
  width: 100px;
  float: left;
}
.rtl .wishlist_view.mobile .item-wrapper .product-thumbnail {
  float: right;
}
.wishlist_view.mobile .item-wrapper .right-inner {
  overflow: hidden;
  padding-left: 15px;
}
.rtl .wishlist_view.mobile .item-wrapper .right-inner {
  padding-right: 15px;
  padding-left: inherit;
}

#yith-wcwl-popup-message {
  margin: 0 !important;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4);
}
#yith-wcwl-popup-message #yith-wcwl-message {
  background-color: #fff;
  color: var(--uomo-theme-color);
  border: 1px solid var(--uomo-theme-color);
  padding: 15px 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: 500;
}

.track_order {
  max-width: 500px;
  margin: auto;
}
.track_order .for-control {
  color: var(--uomo-text-color);
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
}
.track_order .form-group {
  margin: 0 0 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .track_order .form-group {
    margin: 0 0 30px;
  }
}
.track_order .form-group .for-control {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 18px;
  top: 15px;
  z-index: 1;
  cursor: auto;
}
.rtl .track_order .form-group .for-control {
  right: 18px;
  left: auto;
}
.track_order .form-control {
  padding: 10px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #E4E4E4;
  height: 55px;
}
.track_order .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
.track_order .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
.track_order .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
.track_order .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
.track_order .form-control:focus {
  border-color: #222;
}
.track_order .form-control:focus ~ .for-control {
  top: -12px;
  color: var(--uomo-link-color);
}

.woocommerce table.woocommerce-cart-form__contents {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  border-collapse: collapse;
}
.woocommerce table.woocommerce-cart-form__contents td, .woocommerce table.woocommerce-cart-form__contents th {
  border: none;
  padding: 15px;
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  .woocommerce table.woocommerce-cart-form__contents td, .woocommerce table.woocommerce-cart-form__contents th {
    padding: 30px 15px;
  }
}
.woocommerce table.woocommerce-cart-form__contents td:first-child, .woocommerce table.woocommerce-cart-form__contents th:first-child {
  padding-left: 0;
}
.rtl .woocommerce table.woocommerce-cart-form__contents td:first-child, .rtl .woocommerce table.woocommerce-cart-form__contents th:first-child {
  padding-right: 0;
  padding-left: inherit;
}
.woocommerce table.woocommerce-cart-form__contents td:last-child, .woocommerce table.woocommerce-cart-form__contents th:last-child {
  text-align: right;
  padding-right: 0;
}
.rtl .woocommerce table.woocommerce-cart-form__contents td:last-child, .rtl .woocommerce table.woocommerce-cart-form__contents th:last-child {
  text-align: left;
}
.rtl .woocommerce table.woocommerce-cart-form__contents td:last-child, .rtl .woocommerce table.woocommerce-cart-form__contents th:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.woocommerce table.woocommerce-cart-form__contents th {
  padding: 0 15px 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color);
  font-size: 14px;
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce table.woocommerce-cart-form__contents .product-remove .remove {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: var(--uomo-text-color) !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  background-color: transparent !important;
}
.woocommerce table.woocommerce-cart-form__contents .product-remove .remove:hover, .woocommerce table.woocommerce-cart-form__contents .product-remove .remove:active {
  color: #e44343 !important;
}
.woocommerce table.woocommerce-cart-form__contents td.product-price,
.woocommerce table.woocommerce-cart-form__contents td.product-name {
  font-size: 16px;
}
.woocommerce table.woocommerce-cart-form__contents td.product-subtotal {
  font-size: 16px;
  font-weight: 500;
  color: var(--uomo-link-color);
}
.woocommerce table.woocommerce-cart-form__contents .list-bundles {
  font-size: 14px;
  list-style: none;
  padding-left: 25px;
}
.rtl .woocommerce table.woocommerce-cart-form__contents .list-bundles {
  padding-right: 25px;
  padding-left: inherit;
}
.woocommerce table.woocommerce-cart-form__contents .list-bundles strong {
  font-weight: 500;
}
.woocommerce table.woocommerce-cart-form__contents .list-bundles ul {
  list-style: inside none disc;
  padding: 0;
  margin: 0;
}
.woocommerce table.woocommerce-cart-form__contents .button[name="update_cart"] {
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: #222;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 1200px) {
  .woocommerce table.woocommerce-cart-form__contents .button[name="update_cart"] {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.woocommerce table.woocommerce-cart-form__contents .button[name="update_cart"]:hover, .woocommerce table.woocommerce-cart-form__contents .button[name="update_cart"]:focus {
  color: #fff;
  background-color: #222;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon {
  border: 2px solid #E4E4E4;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .input-text {
  border-color: #fff !important;
  margin: 0;
  float: none;
  min-width: 150px;
  padding: 5px 20px;
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .btn-coupon {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent !important;
  color: var(--uomo-link-color);
}
.woocommerce table.woocommerce-cart-form__contents td.actions .coupon .btn-coupon:hover, .woocommerce table.woocommerce-cart-form__contents td.actions .coupon .btn-coupon:focus {
  text-decoration: underline;
}
.woocommerce table.woocommerce-cart-form__contents img {
  width: 90px;
}
@media (min-width: 1200px) {
  .woocommerce table.woocommerce-cart-form__contents img {
    width: 120px;
  }
}

.woocommerce table.my_account_orders {
  font-size: 14px;
  color: var(--uomo-link-color);
  border: 1px solid #E4E4E4;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-collapse: collapse;
}
.woocommerce table.my_account_orders th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #E4E4E4;
}
.woocommerce table.my_account_orders td {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .woocommerce table.my_account_orders td {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
  border-color: #E4E4E4;
  border-style: solid;
  border-width: 1px 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions {
    width: 170px;
  }
}
.woocommerce table.my_account_orders .button {
  padding: 12px 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .woocommerce table.my_account_orders .button {
    width: 140px;
  }
}

.myaccount_address {
  color: var(--uomo-link-color);
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .myaccount_address {
    margin-bottom: 50px;
  }
}

.woocommerce-account .addresses {
  color: var(--uomo-link-color);
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.woocommerce-account .addresses .edit {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-bottom: 2px solid var(--uomo-link-color);
}
.woocommerce-account .addresses .edit:hover, .woocommerce-account .addresses .edit:focus {
  border-color: var(--uomo-theme-color);
  color: var(--uomo-theme-color);
}

.edit-account .for-control {
  color: var(--uomo-text-color);
  font-weight: 400;
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
}
.edit-account .form-group {
  position: relative;
}
.edit-account .form-group .for-control {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 18px;
  top: 15px;
  min-width: 120px;
  z-index: 1;
  cursor: auto;
}
.rtl .edit-account .form-group .for-control {
  right: 18px;
  left: auto;
}
.edit-account .form-control {
  padding: 10px 18px;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px solid #E4E4E4;
  height: 55px;
}
.edit-account .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--uomo-text-color);
}
.edit-account .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--uomo-text-color);
}
.edit-account .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--uomo-text-color);
}
.edit-account .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--uomo-text-color);
}
.edit-account .form-control.has-value, .edit-account .form-control:focus {
  border-color: var(--uomo-heading-color);
}
.edit-account .form-control.has-value ~ .for-control, .edit-account .form-control:focus ~ .for-control {
  top: -12px;
  color: var(--uomo-link-color);
}
.edit-account .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 22px;
}
@media (min-width: 1200px) {
  .edit-account [type="submit"] {
    min-width: 300px;
    text-align: center;
  }
}

.woocommerce .cart_totals .title {
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce .cart_totals table.shop_table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  color: var(--uomo-link-color);
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  padding: 10px 0;
  border: 0 !important;
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
    padding: 18px 0;
  }
}
.woocommerce .cart_totals table.shop_table th {
  text-transform: uppercase;
  color: var(--uomo-link-color);
  font-weight: 500;
  font-size: 14px;
}
.woocommerce .cart_totals table.shop_table tr {
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce .cart_totals table.shop_table tr:last-child {
  border-bottom: 0;
}
.woocommerce .cart_totals table.shop_table [data-title="Subtotal"] {
  color: var(--uomo-link-color);
}
.woocommerce .cart_totals table.shop_table [data-title="Shipping"] [type="radio"] {
  margin-top: 4px;
}
.woocommerce .cart_totals table.shop_table [data-title="Shipping"] label {
  font-weight: 400;
  color: var(--uomo-link-color);
}
.woocommerce .cart_totals table.shop_table .woocommerce-shipping-destination {
  margin: 6px 0 !important;
}
.woocommerce .cart_totals table.shop_table .shipping-calculator-button {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color) !important;
  padding: 0 0 5px;
}
.woocommerce .cart_totals table.shop_table .shipping-calculator-button:before {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 65%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 0;
  background-color: var(--uomo-link-color);
  left: 0;
}
.rtl .woocommerce .cart_totals table.shop_table .shipping-calculator-button:before {
  right: 0;
  left: auto;
}
.woocommerce .cart_totals table.shop_table .shipping-calculator-button:after {
  display: none;
}
.woocommerce .cart_totals table.shop_table .shipping-calculator-button:hover:before, .woocommerce .cart_totals table.shop_table .shipping-calculator-button:focus:before {
  width: 100%;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 20px;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .btn, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout .btn, .woocommerce .cart_totals .wc-proceed-to-checkout .viewmore-products-btn {
    padding: 17px 30px;
  }
}
.woocommerce .cart_totals .woocommerce-shipping-calculator .form-row {
  margin-bottom: 15px;
}
.woocommerce .cart_totals .woocommerce-shipping-calculator .form-row input.input-text {
  height: 46px;
  padding: 8px;
}
.woocommerce .cart_totals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  height: 46px;
}
.woocommerce .cart_totals .woocommerce-shipping-calculator .button {
  padding: 10px 30px;
  width: 100%;
}
.woocommerce .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}

.cart_totals_inner {
  border: 1px solid #222;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .cart_totals_inner {
    padding: 30px 40px;
  }
}

.woocommerce .order-review {
  border: 1px solid #222;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .woocommerce .order-review {
    padding: 20px 40px;
  }
}
.woocommerce .order-review #order_review_heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
}
.woocommerce .order-review table.shop_table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  color: var(--uomo-link-color);
}
.woocommerce .order-review table.shop_table th, .woocommerce .order-review table.shop_table td {
  padding: 10px 0;
  border: 0 !important;
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .woocommerce .order-review table.shop_table th, .woocommerce .order-review table.shop_table td {
    padding: 18px 0;
  }
}
.woocommerce .order-review table.shop_table th {
  text-transform: uppercase;
  color: var(--uomo-link-color);
  font-weight: 500;
  font-size: 14px;
}
.woocommerce .order-review table.shop_table th:last-child {
  text-align: right;
}
.rtl .woocommerce .order-review table.shop_table th:last-child {
  text-align: left;
}
.woocommerce .order-review table.shop_table .cart_item {
  color: var(--uomo-text-color);
}
.woocommerce .order-review table.shop_table tr {
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce .order-review table.shop_table tr:last-child {
  border-bottom: 0;
}
.woocommerce .order-review table.shop_table td:last-child {
  text-align: right;
}
.rtl .woocommerce .order-review table.shop_table td:last-child {
  text-align: left;
}
.woocommerce .order-review table.shop_table .product-name {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .order-review table.shop_table label {
  font-weight: 500;
}
.woocommerce .order-review table.shop_table tfoot td {
  font-weight: 500;
}

.woocommerce ul#shipping_method li {
  margin-bottom: 10px;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-weight: 400;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    margin-top: 30px;
  }
}
#add_payment_method #payment .payment-inner, .woocommerce-cart #payment .payment-inner, .woocommerce-checkout #payment .payment-inner {
  border: 1px solid #E4E4E4;
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  #add_payment_method #payment .payment-inner, .woocommerce-cart #payment .payment-inner, .woocommerce-checkout #payment .payment-inner {
    padding: 35px 40px;
  }
}
#add_payment_method #payment .woocommerce-terms-and-conditions-wrapper p:last-child, .woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper p:last-child, .woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 15px;
  }
}
#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
#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-right: 12px;
}
.rtl #add_payment_method #payment ul.payment_methods li input, .rtl .woocommerce-cart #payment ul.payment_methods li input, .rtl .woocommerce-checkout #payment ul.payment_methods li input {
  margin-left: 12px;
  margin-right: inherit;
}
#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 {
  font-size: 16px;
  font-weight: 400;
  color: var(--uomo-link-color);
  margin: 0;
}
#add_payment_method #payment ul.payment_methods li .payment_box, .woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box {
  font-size: 14px;
  color: var(--uomo-link-color);
  padding: 10px 30px;
  background-color: #fff;
  border: 0;
  margin: 0;
}
#add_payment_method #payment ul.payment_methods li .payment_box:before, .woocommerce-cart #payment ul.payment_methods li .payment_box:before, .woocommerce-checkout #payment ul.payment_methods li .payment_box:before {
  display: none;
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
  padding: 0 !important;
  margin: 20px 0 0;
}
#add_payment_method #payment #place_order, .woocommerce-cart #payment #place_order, .woocommerce-checkout #payment #place_order {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #add_payment_method #payment #place_order, .woocommerce-cart #payment #place_order, .woocommerce-checkout #payment #place_order {
    padding: 17px 30px;
  }
}

.woocommerce-thankyou-header {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .woocommerce-thankyou-header {
    margin-bottom: 35px;
  }
}
.woocommerce-thankyou-header .icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  background-color: #B9A16B;
}
@media (min-width: 1200px) {
  .woocommerce-thankyou-header .icons {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
}
.woocommerce-thankyou-header .title {
  font-size: 25px;
  margin: 10px 0 0;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .woocommerce-thankyou-header .title {
    font-size: 35px;
    margin: 20px 0 0;
  }
}

.woocommerce-thankyou-order-received {
  text-align: center;
}

.woocommerce .woocommerce-customer-details {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-column {
  width: 100%;
  border: 1px solid #222;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column {
    padding: 35px 40px;
    margin-bottom: 35px;
  }
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 35px;
  }
}

.woocommerce .woocommerce-order-details {
  border: 1px solid #222;
  padding: 10px 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .woocommerce .woocommerce-order-details {
    padding: 20px 40px;
  }
}
.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin: 10px 0;
}
.woocommerce .woocommerce-order-details table.shop_table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  color: var(--uomo-link-color);
}
.woocommerce .woocommerce-order-details table.shop_table tbody {
  color: var(--uomo-text-color);
}
.woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order-details table.shop_table td {
  padding: 10px 0;
  border: 0 !important;
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-order-details table.shop_table th, .woocommerce .woocommerce-order-details table.shop_table td {
    padding: 18px 0;
  }
}
.woocommerce .woocommerce-order-details table.shop_table th {
  text-transform: uppercase;
  color: var(--uomo-link-color);
  font-weight: 500;
  font-size: 14px;
}
.woocommerce .woocommerce-order-details table.shop_table th:last-child {
  text-align: right;
}
.rtl .woocommerce .woocommerce-order-details table.shop_table th:last-child {
  text-align: left;
}
.woocommerce .woocommerce-order-details table.shop_table .cart_item {
  color: var(--uomo-text-color);
}
.woocommerce .woocommerce-order-details table.shop_table tr {
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce .woocommerce-order-details table.shop_table tr:last-child {
  border-bottom: 0;
}
.woocommerce .woocommerce-order-details table.shop_table td:last-child {
  text-align: right;
}
.rtl .woocommerce .woocommerce-order-details table.shop_table td:last-child {
  text-align: left;
}
.woocommerce .woocommerce-order-details table.shop_table .product-name {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce .woocommerce-order-details table.shop_table label {
  font-weight: 500;
}
.woocommerce .woocommerce-order-details table.shop_table tfoot td {
  font-weight: 500;
}

#customer_details {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #customer_details {
    margin-bottom: 50px;
  }
}
#customer_details .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}
#customer_details .form-row {
  margin-bottom: 20px !important;
}
#customer_details label {
  color: var(--uomo-link-color);
  font-weight: 400;
}
#customer_details #ship-to-different-address {
  font-weight: 500;
  text-transform: uppercase;
}
#customer_details .woocommerce-billing-fields {
  margin-bottom: 10px;
}
#customer_details .woocommerce-shipping-fields .title {
  margin-bottom: 10px;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

@media (min-width: 1200px) {
  .woocommerce .cart-collaterals {
    padding-left: 30px;
  }
  .rtl .woocommerce .cart-collaterals {
    padding-right: 30px;
    padding-left: inherit;
  }
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.yith-wcwl-add-button {
  position: relative;
}

.woocommerce div.product .product_title {
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1200px) {
  .woocommerce div.product .product_title {
    font-size: 30px;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--uomo-link-color);
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-size: 16px;
  color: var(--uomo-text-color);
  margin-right: 4px;
}
.rtl .woocommerce div.product p.price del, .rtl .woocommerce div.product span.price del {
  margin-left: 4px;
  margin-right: inherit;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
}

.variations label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
  color: var(--uomo-link-color);
  padding-right: 5px;
  margin-bottom: 0;
  margin-top: 6px;
}
.rtl .variations label {
  padding-left: 5px;
  padding-right: inherit;
}

.woocommerce div.product form.cart .group_table {
  border: none;
}
.woocommerce div.product form.cart .group_table label {
  font-weight: 500;
}
.woocommerce div.product form.cart .group_table tr {
  border-bottom: 1px solid #E4E4E4;
}
.woocommerce div.product form.cart .group_table tr:first-child td {
  padding-top: 0;
}
.woocommerce div.product form.cart .group_table tr:last-child {
  border-bottom: 0;
}
.woocommerce div.product form.cart .group_table tr:last-child td {
  padding-bottom: 0;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce div.product form.cart .group_table td:first-child {
  text-align: left;
}
.rtl .woocommerce div.product form.cart .group_table td:first-child {
  text-align: right;
}
.woocommerce div.product form.cart .group_table td:last-child {
  padding-right: 0;
  text-align: right;
}
.rtl .woocommerce div.product form.cart .group_table td:last-child {
  text-align: left;
}
.woocommerce div.product form.cart .group_table td .stock {
  margin: 0;
}
.woocommerce div.product form.cart .group_table .woocs_price_code {
  font-weight: 500;
  color: var(--uomo-link-color);
}
.woocommerce div.product form.cart .group_table .woocs_price_code del {
  font-size: 13px;
  color: var(--uomo-text-color);
}

.woocommerce .details-product .information .stock.out-of-stock {
  display: inline-block;
  border: 2px solid #D6001C;
  color: #D6001C;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 40px;
}
@media (min-width: 1200px) {
  .woocommerce .details-product .information .stock.out-of-stock {
    padding: 16px 90px;
    margin-top: 30px;
  }
}

.woocommerce div.product form.cart.group_product {
  width: 100%;
}
.woocommerce div.product form.cart.group_product + .yith-wcwl-add-to-wishlist {
  margin: 10px 0 0;
}

.woocommerce div.product form.cart .group_table .label {
  padding: 0.5em;
  vertical-align: middle;
  font-size: 14px;
  display: table-cell;
  text-align: inherit;
  white-space: normal;
}
.woocommerce div.product form.cart .group_table .label label {
  font-weight: 400;
}

.woocommerce div.product form.cart .reset_variations {
  color: #e44343;
  display: inline-block;
  font-weight: 500;
  margin-left: 5px;
}
.rtl .woocommerce div.product form.cart .reset_variations {
  margin-right: 5px;
  margin-left: inherit;
}

.woocommerce div.product form.cart .variations td {
  padding: 7px 0;
  vertical-align: middle;
  display: table-cell;
  text-align: inherit;
}
form.cart .variations td .tawcvs-swatches > div {
  padding: 0;
  display: inline-block;
}
.woocommerce div.product form.cart .variations td.label {
  width: 150px;
}

.add_to_wishlist {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color);
  padding-bottom: 3px;
}
.add_to_wishlist .heart-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 14px;
}
.rtl .add_to_wishlist .heart-icon {
  margin-left: 5px;
  margin-right: inherit;
}
@media (min-width: 768px) {
  .add_to_wishlist .heart-icon {
    font-size: 16px;
    line-height: 16px;
  }
}
.add_to_wishlist:before {
  content: '';
  width: 75%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .add_to_wishlist:before {
  right: 0;
  left: auto;
}
.add_to_wishlist:hover, .add_to_wishlist:focus {
  color: var(--uomo-link-color);
}
.add_to_wishlist:hover:before, .add_to_wishlist:focus:before {
  width: 100%;
}

.details-product .compare {
  position: relative;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border: 0 !important;
  background-color: transparent !important;
  color: var(--uomo-link-color) !important;
  padding: 0 0 3px !important;
}
.details-product .compare:before {
  content: '';
  width: 75%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .details-product .compare:before {
  right: 0;
  left: auto;
}
.details-product .compare:hover:before, .details-product .compare:focus:before {
  width: 100%;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 2px;
}
.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse:before,
.yith-wcwl-wishlistaddedbrowse:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .yith-wcwl-wishlistexistsbrowse:before, .rtl
.yith-wcwl-wishlistaddedbrowse:before {
  right: 0;
  left: auto;
}
.yith-wcwl-wishlistexistsbrowse:hover:before, .yith-wcwl-wishlistexistsbrowse:focus:before,
.yith-wcwl-wishlistaddedbrowse:hover:before,
.yith-wcwl-wishlistaddedbrowse:focus:before {
  width: 100%;
}

.woocommerce span.onsale {
  color: #fff;
  font-weight: 500;
  background: #D6001C;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  left: auto;
  right: 0;
  font-size: 13px;
  width: 55px;
  height: 55px;
  padding: 5px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  line-height: 1.5;
}
.rtl.woocommerce span.onsale {
  right: auto;
  left: auto;
}
.rtl.woocommerce span.onsale {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .woocommerce span.onsale {
    right: -15px;
    font-size: 14px;
    width: 73px;
    height: 73px;
    padding: 14px 8px;
  }
  .rtl.woocommerce span.onsale {
    left: -15px;
    right: auto;
  }
}

.popup-cart .title-count,
.popup-cart .title-add {
  font-size: 20px;
  margin: 0 0 20px;
}
.popup-cart .gr-buttons {
  margin: 50px 0 0;
}
.popup-cart .title-add {
  color: #5cb85c;
}
.popup-cart .image img {
  max-width: 100px;
}
.popup-cart .name {
  margin: 30px 0 0;
}
.popup-cart .widget-product {
  margin-top: 30px;
}

#apus-cart-modal .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}
.rtl #apus-cart-modal .btn-close {
  left: 0;
  right: auto;
}
#apus-cart-modal .modal-content {
  background: #ffffff none repeat scroll 0 0;
  min-width: 1000px;
  max-width: 100%;
  margin-top: 50px;
}
#apus-cart-modal .modal-body {
  padding: 60px;
}

.name {
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 768px) {
  .name {
    font-size: 16px;
  }
}

.product.outofstock .product-block {
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: not-allowed;
}

.product-block {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-block {
    margin-bottom: 30px;
  }
}
.product-block .sale-perc {
  background: #D6001C;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 2px 10px;
  position: absolute;
  left: 10px;
  text-transform: uppercase;
  top: 10px;
  z-index: 2;
}
.rtl .product-block .sale-perc {
  right: 10px;
  left: auto;
}
.product-block .out-of-stock {
  color: #e44343 !important;
  font-size: 16px !important;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.product-block .image {
  position: relative;
  overflow: hidden;
}
.product-block .image .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  padding: 2px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: #d42e2e;
  color: #fff;
}
.product-block .image img {
  width: 100%;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.product-block .image .image-effect {
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .image .image-no-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-block .block-inner {
  position: relative;
  overflow: hidden;
}
.product-block .block-inner:hover .image .image-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .block-inner:hover .image .image-effect {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block .block-inner.text-center .image img {
  margin: auto;
}
.product-block .block-inner.text-center .image .image-effect {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-block .clear {
  display: none !important;
}
.product-block .product-cat a {
  color: var(--uomo-text-color);
}
.product-block .product-cat a:hover, .product-block .product-cat a:active {
  color: var(--uomo-link-color);
}
.product-block .rating > * {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 !important;
  float: none;
}
.product-block .rating .counts {
  color: var(--uomo-text-color);
  font-size: 13px;
}
.product-block .product-image {
  position: relative;
  display: block;
  text-align: center;
}
.product-block .price {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.product-block .price del {
  font-size: 16px !important;
}
.product-block .price ins {
  color: var(--uomo-theme-color);
}
.product-block .add_to_wishlist {
  padding: 0;
}
.product-block .add_to_wishlist .heart-icon {
  margin: 0;
}
.product-block .add_to_wishlist .heart-icon + span, .product-block .add_to_wishlist:before {
  display: none;
}
.product-block .yith-wcwl-wishlistexistsbrowse,
.product-block .yith-wcwl-wishlistaddedbrowse {
  padding: 0;
}
.product-block .yith-wcwl-wishlistexistsbrowse:before,
.product-block .yith-wcwl-wishlistaddedbrowse:before {
  display: none;
}
.product-block .yith-wcwl-wishlistexistsbrowse a,
.product-block .yith-wcwl-wishlistaddedbrowse a {
  color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block .yith-wcwl-wishlistexistsbrowse a:before,
.product-block .yith-wcwl-wishlistaddedbrowse a:before {
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  line-height: 1;
}
.product-block .quickview {
  position: relative;
}
.product-block .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 14px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  margin-top: -12px;
  margin-right: -7px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: #fff;
  z-index: 2;
}
.product-block .quickview.loading:after {
  background: #131313;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}
.product-block .metas {
  margin-top: 12px;
}
.product-block .swatches-wrapper {
  margin: 0 !important;
  list-style: none;
  line-height: 1;
  text-align: right;
}
.rtl .product-block .swatches-wrapper {
  text-align: left;
}
.product-block .swatches-wrapper li {
  display: inline-block;
  margin-left: 2px;
}
.rtl .product-block .swatches-wrapper li {
  margin-right: 2px;
  margin-left: inherit;
}
.product-block .swatches-wrapper li:first-child {
  margin-left: 0;
}
.rtl .product-block .swatches-wrapper li:first-child {
  margin-right: 0;
  margin-left: inherit;
}
.product-block .swatches-wrapper li > a {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 3px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block .swatches-wrapper li > a.select, .product-block .swatches-wrapper li > a.label {
  font-size: 12px;
  font-weight: 500;
  color: var(--uomo-link-color);
  padding: 0 4px;
  display: inline-block;
  line-height: 23px;
  background: transparent;
  border: 1px solid #E4E4E4;
  min-width: 25px;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-transform: uppercase;
}
.product-block .swatches-wrapper li > a.select.active, .product-block .swatches-wrapper li > a.label.active {
  border-color: var(--uomo-link-color);
}
.product-block .swatches-wrapper li > a.image {
  width: 35px;
  border-width: 1px;
  line-height: 0;
  padding: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-block .swatches-wrapper li > a.image img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-block .swatches-wrapper li > a.active {
  border-color: #222;
}
.product-block .swatches-wrapper .swatch-preview {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-block .swatches-wrapper .swatch-preview.swatch-label {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-block .apus-countdown .times > div {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  padding-right: 7px;
  margin-right: 2px;
}
.product-block .apus-countdown .times > div:last-child {
  margin: 0;
  padding: 0;
}
.product-block .apus-countdown .times > div:before {
  font-size: 13px;
  color: var(--uomo-text-color);
  top: 4px;
}
.product-block .apus-countdown .times > div span {
  font-size: 13px;
  display: inline;
  color: var(--uomo-text-color);
}
.product-block:hover .image .image-no-effect {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-block.grid .yith-wcwl-add-to-wishlist {
  margin-top: 2px;
}
.product-block.grid .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product-block.grid .added_to_cart,
.product-block.grid .button {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 13px;
  background-color: #fff !important;
  color: #000000 !important;
  border: 0;
  text-align: center;
}
.product-block.grid .added_to_cart:hover, .product-block.grid .added_to_cart:focus,
.product-block.grid .button:hover,
.product-block.grid .button:focus {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid .added_to_cart.loading:before,
.product-block.grid .button.loading:before {
  background-color: #fff !important;
}
.product-block.grid:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block.grid-v2 .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.rtl .product-block.grid-v2 .yith-wcwl-add-to-wishlist {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-v2 .yith-wcwl-add-to-wishlist {
    top: 20px;
    right: 20px;
  }
  .rtl .product-block.grid-v2 .yith-wcwl-add-to-wishlist {
    left: 20px;
    right: auto;
  }
}
.product-block.grid-v2 .yith-wcwl-add-to-wishlist a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-block.grid-v2 .yith-wcwl-wishlistexistsbrowse a:before,
.product-block.grid-v2 .yith-wcwl-wishlistaddedbrowse a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-block.grid-v2 .groups-button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.product-block.grid-v2 .groups-button > * {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-block.grid-v2 .quickview,
.product-block.grid-v2 .added_to_cart,
.product-block.grid-v2 .button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding: 13px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  border: 0;
  background-color: #222222;
  color: #fff;
  width: 100%;
}
.product-block.grid-v2 .quickview:hover, .product-block.grid-v2 .quickview:focus,
.product-block.grid-v2 .added_to_cart:hover,
.product-block.grid-v2 .added_to_cart:focus,
.product-block.grid-v2 .button:hover,
.product-block.grid-v2 .button:focus {
  background-color: #131313;
  color: #fff;
}
.product-block.grid-v2 .button.loading:before {
  background-color: #131313;
}
.product-block.grid-v2 .button.loading:after {
  color: #fff;
}
.product-block.grid-v2 .product-cat a {
  color: #B9A16B;
}
.product-block.grid-v2:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v3 .name {
  -webkit-line-clamp: 1;
}
.product-block.grid-v3 .block-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.product-block.grid-v3 .added_to_cart,
.product-block.grid-v3 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-link-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 2px !important;
  white-space: nowrap;
}
.product-block.grid-v3 .added_to_cart:before,
.product-block.grid-v3 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v3 .added_to_cart:before, .rtl
.product-block.grid-v3 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v3 .added_to_cart.loading:before,
.product-block.grid-v3 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v3 .added_to_cart:hover:before, .product-block.grid-v3 .added_to_cart:focus:before,
.product-block.grid-v3 .button:hover:before,
.product-block.grid-v3 .button:focus:before {
  width: 100%;
}
.product-block.grid-v3 .price {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
}
.product-block.grid-v3 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  position: absolute;
  padding-right: 20px;
  width: 100%;
  left: 0;
  top: 23px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rtl .product-block.grid-v3 .groups-button {
  padding-left: 20px;
  padding-right: inherit;
}
.product-block.grid-v3 .groups-button > * {
  margin-right: 15px;
  margin-top: 5px;
}
.rtl .product-block.grid-v3 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v3 .groups-button > * {
    margin-right: 20px;
  }
  .rtl .product-block.grid-v3 .groups-button > * {
    margin-left: 20px;
    margin-right: inherit;
  }
}
.product-block.grid-v3 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v3 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v3 .groups-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 1;
}
.rtl .product-block.grid-v3 .groups-button .yith-wcwl-add-to-wishlist {
  left: 2px;
  right: auto;
}
.product-block.grid-v3 .quickview {
  font-weight: 500;
  white-space: nowrap;
}
.product-block.grid-v3 .quickview.loading:before {
  color: var(--uomo-link-color);
}
.product-block.grid-v3 .quickview.loading:after {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v3 .metas {
  position: relative;
}
.product-block.grid-v3 .swatches-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v3 .swatches-wrapper a.select,
.product-block.grid-v3 .swatches-wrapper a.label {
  background-color: #fff;
}
.product-block.grid-v3 .swatches-wrapper a.select.active,
.product-block.grid-v3 .swatches-wrapper a.label.active {
  color: var(--uomo-theme-color);
}
.product-block.grid-v3 .swatches-wrapper a.active {
  border-color: #fff !important;
}
.product-block.grid-v3:hover .price {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v3:hover .swatches-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v3:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v4 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v4 .button .text {
  display: none;
}
.product-block.grid-v4 .button i {
  display: inline-block !important;
}
.product-block.grid-v4 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v4 .quickview,
.product-block.grid-v4 .button,
.product-block.grid-v4 .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 0 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v4 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v4 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v4 .quickview:hover,
.product-block.grid-v4 .quickview:focus,
.product-block.grid-v4 .button:hover,
.product-block.grid-v4 .button:focus,
.product-block.grid-v4 .added_to_cart:hover,
.product-block.grid-v4 .added_to_cart:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v4 .added_to_cart {
  color: #fff;
  background-color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block.grid-v4 .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.grid-v4 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v4 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v4 .quickview.loading:before {
  color: #fff;
}
.product-block.grid-v4 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v4:hover .groups-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v5 .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  left: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-block.grid-v5 .added_to_cart,
.product-block.grid-v5 .button {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 13px;
  background-color: #fff !important;
  color: #000000 !important;
  border: 0;
  text-align: center;
  display: inline-block;
}
.product-block.grid-v5 .added_to_cart:hover, .product-block.grid-v5 .added_to_cart:focus,
.product-block.grid-v5 .button:hover,
.product-block.grid-v5 .button:focus {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v5 .added_to_cart.loading:before,
.product-block.grid-v5 .button.loading:before {
  background-color: #fff !important;
}
.product-block.grid-v5 .top-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block.grid-v5 .top-label {
  left: 10px;
  right: auto;
}
.product-block.grid-v5 .top-label .yith-wcwl-add-to-wishlist {
  margin-top: 3px;
}
.product-block.grid-v5 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v5 .quickview {
  padding: 0 !important;
  border: 0 !important;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 37px;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v5 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v5 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v5 .quickview:hover,
.product-block.grid-v5 .quickview:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v5 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v5 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v5:hover .top-label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v5:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block.grid-v6 {
  margin-bottom: 0;
}
.product-block.grid-v6 .added_to_cart,
.product-block.grid-v6 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-link-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 2px !important;
}
.product-block.grid-v6 .added_to_cart:before,
.product-block.grid-v6 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v6 .added_to_cart:before, .rtl
.product-block.grid-v6 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v6 .added_to_cart.loading:before,
.product-block.grid-v6 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v6 .added_to_cart:hover:before, .product-block.grid-v6 .added_to_cart:focus:before,
.product-block.grid-v6 .button:hover:before,
.product-block.grid-v6 .button:focus:before {
  width: 100%;
}
.product-block.grid-v6 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: relative;
  padding-right: 20px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rtl .product-block.grid-v6 .groups-button {
  padding-left: 20px;
  padding-right: inherit;
}
.product-block.grid-v6 .groups-button > * {
  margin-top: 3px;
  margin-right: 15px;
}
.rtl .product-block.grid-v6 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v6 .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-v6 .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-v6 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v6 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v6 .groups-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 2px;
}
.rtl .product-block.grid-v6 .groups-button .yith-wcwl-add-to-wishlist {
  left: 2px;
  right: auto;
}
.product-block.grid-v6 .metas {
  background-color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  z-index: 2;
  padding: 15px 20px 25px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v6 .quickview {
  font-weight: 500;
  white-space: nowrap;
}
.product-block.grid-v6 .quickview.loading:before {
  color: var(--uomo-link-color);
}
.product-block.grid-v6 .quickview.loading:after {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v6:hover .metas {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
}
.product-block.grid-v6:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block.grid-v7 .name {
  -webkit-line-clamp: 1;
}
.product-block.grid-v7 .yith-wcwl-add-to-wishlist {
  margin-top: 2px;
}
.product-block.grid-v7 .added_to_cart,
.product-block.grid-v7 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-link-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 2px !important;
  white-space: nowrap;
}
.product-block.grid-v7 .added_to_cart:before,
.product-block.grid-v7 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v7 .added_to_cart:before, .rtl
.product-block.grid-v7 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v7 .added_to_cart.loading:before,
.product-block.grid-v7 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v7 .added_to_cart:hover:before, .product-block.grid-v7 .added_to_cart:focus:before,
.product-block.grid-v7 .button:hover:before,
.product-block.grid-v7 .button:focus:before {
  width: 100%;
}
.product-block.grid-v7 .inner {
  width: 100%;
}
.product-block.grid-v7 .product-cat {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-block.grid-v7 .price {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
}
.product-block.grid-v7 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.product-block.grid-v7 .groups-button > * {
  margin-top: 5px;
  margin-right: 15px;
}
.rtl .product-block.grid-v7 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v7 .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-v7 .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-v7 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v7 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v7 .metas {
  position: relative;
}
.product-block.grid-v7 .quickview {
  font-weight: 500;
  white-space: nowrap;
}
.product-block.grid-v7 .quickview.loading:before {
  color: var(--uomo-link-color);
}
.product-block.grid-v7 .quickview.loading:after {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v7 .swatches-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v7 .swatches-wrapper.select,
.product-block.grid-v7 .swatches-wrapper a.label {
  background-color: #fff;
}
.product-block.grid-v7 .swatches-wrapper.select.active,
.product-block.grid-v7 .swatches-wrapper a.label.active {
  color: var(--uomo-theme-color);
}
.product-block.grid-v7 .swatches-wrapper a.active {
  border-color: #fff !important;
}
.product-block.grid-v7:hover .swatches-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v7:hover .price {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v7:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v8 {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.product-block.grid-v8 .product-cat {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-block.grid-v8 .added_to_cart,
.product-block.grid-v8 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-theme-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 2px !important;
  white-space: nowrap;
}
.product-block.grid-v8 .added_to_cart:before,
.product-block.grid-v8 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-theme-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v8 .added_to_cart:before, .rtl
.product-block.grid-v8 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v8 .added_to_cart:after,
.product-block.grid-v8 .button:after {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v8 .added_to_cart.loading:before,
.product-block.grid-v8 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v8 .added_to_cart:hover:before, .product-block.grid-v8 .added_to_cart:focus:before,
.product-block.grid-v8 .button:hover:before,
.product-block.grid-v8 .button:focus:before {
  width: 100%;
}
.product-block.grid-v8 .quickview {
  font-weight: 500;
  white-space: nowrap;
}
.product-block.grid-v8 .quickview.loading:before {
  color: var(--uomo-theme-color);
}
.product-block.grid-v8 .quickview.loading:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff !important;
}
.product-block.grid-v8 .quickview,
.product-block.grid-v8 .add_to_wishlist {
  color: var(--uomo-theme-color);
}
.product-block.grid-v8 .price {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
  color: var(--uomo-theme-color) !important;
  font-size: 18px !important;
}
.product-block.grid-v8 .price del {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v8 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 25px;
  padding-right: 20px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rtl .product-block.grid-v8 .groups-button {
  padding-left: 20px;
  padding-right: inherit;
}
.product-block.grid-v8 .groups-button > * {
  margin-top: 5px;
  margin-right: 15px;
}
.rtl .product-block.grid-v8 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v8 .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-v8 .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-v8 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v8 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v8 .groups-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 1;
}
.rtl .product-block.grid-v8 .groups-button .yith-wcwl-add-to-wishlist {
  left: 2px;
  right: auto;
}
.product-block.grid-v8 .block-inner {
  padding: 15px 15px 0;
}
.product-block.grid-v8 .metas {
  position: relative;
  margin: 0;
  padding: 15px 20px 20px;
}
.product-block.grid-v8 .rating {
  line-height: 1;
  margin-bottom: 10px;
}
.product-block.grid-v8 .name {
  -webkit-line-clamp: 2;
}
.product-block.grid-v8:hover {
  border-color: var(--uomo-theme-color);
  -webkit-box-shadow: 0 0 20px 0 var(--uomo-theme-color-01);
  box-shadow: 0 0 20px 0 var(--uomo-theme-color-01);
}
.product-block.grid-v8:hover .price {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v8:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v9 {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E4E4E4;
  padding: 20px 20px 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v9 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v9 .name {
  -webkit-line-clamp: 2;
}
.product-block.grid-v9 .button .text {
  display: none;
}
.product-block.grid-v9 .button i {
  display: inline-block !important;
}
.product-block.grid-v9 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v9 .quickview,
.product-block.grid-v9 .button,
.product-block.grid-v9 .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 0 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: var(--uomo-theme-color);
  background-color: #F3E8D6;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v9 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v9 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v9 .quickview:hover,
.product-block.grid-v9 .quickview:focus,
.product-block.grid-v9 .button:hover,
.product-block.grid-v9 .button:focus,
.product-block.grid-v9 .added_to_cart:hover,
.product-block.grid-v9 .added_to_cart:focus {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v9 .added_to_cart {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block.grid-v9 .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.grid-v9 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v9 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v9 .quickview.loading:before {
  color: #fff;
}
.product-block.grid-v9 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v9 .price {
  color: var(--uomo-theme-color) !important;
  font-size: 18px !important;
}
.product-block.grid-v9 .price ins {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v9 .rating {
  line-height: 1;
  margin: 8px 0;
}
.product-block.grid-v9:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.product-block.grid-v9:hover .groups-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-metro .added_to_cart,
.product-block.grid-metro .button {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 10px 30px;
  background-color: #fff !important;
  color: #000000 !important;
  border: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .product-block.grid-metro .added_to_cart,
  .product-block.grid-metro .button {
    min-width: 310px;
    padding: 13px 50px;
  }
}
.product-block.grid-metro .added_to_cart:hover, .product-block.grid-metro .added_to_cart:focus,
.product-block.grid-metro .button:hover,
.product-block.grid-metro .button:focus {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-metro .added_to_cart.loading:before,
.product-block.grid-metro .button.loading:before {
  background-color: #fff !important;
}
.product-block.grid-metro .yith-wcwl-add-to-wishlist {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
}
.rtl .product-block.grid-metro .yith-wcwl-add-to-wishlist {
  left: 15px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-metro .yith-wcwl-add-to-wishlist {
    top: 30px;
    right: 30px;
  }
  .rtl .product-block.grid-metro .yith-wcwl-add-to-wishlist {
    left: 30px;
    right: auto;
  }
}
.product-block.grid-metro figure.image {
  position: relative;
}
.product-block.grid-metro figure.image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-metro .metas {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.6) translateY(-50%);
  -moz-transform: scale(0.6) translateY(-50%);
  -ms-transform: scale(0.6) translateY(-50%);
  -o-transform: scale(0.6) translateY(-50%);
  transform: scale(0.6) translateY(-50%);
}
.product-block.grid-metro .name {
  font-size: 18px;
}
.product-block.grid-metro .groups-button {
  margin-top: 15px;
}
.product-block.grid-metro .swatches-wrapper {
  line-height: 1;
  width: 100%;
  margin-top: 12px !important;
  text-align: center;
}
.product-block.grid-metro .swatches-wrapper a.label,
.product-block.grid-metro .swatches-wrapper a.select {
  background-color: #fff;
}
.product-block.grid-metro:hover .image:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-metro:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-metro:hover .metas {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}
.product-block.grid-deal {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.product-block.grid-deal .price {
  display: inline-block;
  color: var(--uomo-theme-color) !important;
  font-size: 18px !important;
}
.product-block.grid-deal .price del {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-deal .name {
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
}
.product-block.grid-deal .block-inner {
  padding: 15px 15px 0;
}
.product-block.grid-deal .metas {
  position: relative;
  margin: 0;
  padding: 15px 20px 25px;
}
.product-block.grid-deal .rating {
  line-height: 1;
  margin-bottom: 10px;
}
.product-block.grid-deal .meta-bottom {
  margin-top: 3px;
}
.product-block.grid-deal .added_to_cart,
.product-block.grid-deal .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-theme-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 2px !important;
}
.product-block.grid-deal .added_to_cart:before,
.product-block.grid-deal .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-theme-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-deal .added_to_cart:before, .rtl
.product-block.grid-deal .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-deal .added_to_cart:after,
.product-block.grid-deal .button:after {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-deal .added_to_cart.loading:before,
.product-block.grid-deal .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-deal .added_to_cart:hover:before, .product-block.grid-deal .added_to_cart:focus:before,
.product-block.grid-deal .button:hover:before,
.product-block.grid-deal .button:focus:before {
  width: 100%;
}
.product-block.grid-deal .quickview {
  font-weight: 500;
}
.product-block.grid-deal .quickview.loading:before {
  color: var(--uomo-theme-color);
}
.product-block.grid-deal .quickview.loading:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
}
.product-block.grid-deal .quickview,
.product-block.grid-deal .add_to_wishlist {
  color: var(--uomo-theme-color);
}
.product-block.grid-deal .groups-button {
  margin-top: 20px;
  position: relative;
}
.product-block.grid-deal .groups-button > * {
  margin-right: 15px;
}
.rtl .product-block.grid-deal .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-deal .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-deal .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-deal .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-deal .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-deal .groups-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 1;
}
.rtl .product-block.grid-deal .groups-button .yith-wcwl-add-to-wishlist {
  left: 2px;
  right: auto;
}
.product-block.grid-deal:hover {
  border-color: var(--uomo-theme-color);
  -webkit-box-shadow: 0 0 20px 0 var(--uomo-theme-color-01);
  box-shadow: 0 0 20px 0 var(--uomo-theme-color-01);
}
.product-block.grid-deal.style2 {
  border-color: var(--uomo-theme-color);
}
@media (min-width: 1200px) {
  .product-block.grid-deal.style2 .name {
    font-size: 18px;
  }
  .product-block.grid-deal.style2 .block-inner {
    padding: 40px 40px 0;
  }
  .product-block.grid-deal.style2 .metas {
    padding: 15px 40px 40px;
  }
  .product-block.grid-deal.style2 .price {
    font-size: 26px !important;
  }
}
.product-block.grid-v10 {
  background-color: #E9E7E8;
  overflow: hidden;
}
.product-block.grid-v10 .added_to_cart,
.product-block.grid-v10 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-link-color) !important;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 2px !important;
}
.product-block.grid-v10 .added_to_cart:before,
.product-block.grid-v10 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v10 .added_to_cart:before, .rtl
.product-block.grid-v10 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v10 .added_to_cart.loading:before,
.product-block.grid-v10 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v10 .added_to_cart:hover:before, .product-block.grid-v10 .added_to_cart:focus:before,
.product-block.grid-v10 .button:hover:before,
.product-block.grid-v10 .button:focus:before {
  width: 100%;
}
.product-block.grid-v10 .price {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
}
.product-block.grid-v10 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.product-block.grid-v10 .groups-button > * {
  margin-right: 15px;
}
.rtl .product-block.grid-v10 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v10 .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-v10 .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-v10 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v10 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v10 .quickview {
  font-weight: 500;
}
.product-block.grid-v10 .quickview.loading:before {
  color: var(--uomo-link-color);
}
.product-block.grid-v10 .quickview.loading:after {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v10 .metas {
  position: relative;
  margin: 20px;
}
.product-block.grid-v10 .swatches-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v10 .swatches-wrapper a.select,
.product-block.grid-v10 .swatches-wrapper a.label {
  background-color: #fff;
}
.product-block.grid-v10 .swatches-wrapper a.select.active,
.product-block.grid-v10 .swatches-wrapper a.label.active {
  color: var(--uomo-theme-color);
}
.product-block.grid-v10 .swatches-wrapper a.active {
  border-color: #fff !important;
}
.product-block.grid-v10:hover .price {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v10:hover .swatches-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v10:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v11 .price {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: inline-block;
  color: #fff !important;
}
.product-block.grid-v11 .price del,
.product-block.grid-v11 .price ins {
  color: #fff !important;
}
.product-block.grid-v11 .price del {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.product-block.grid-v11 .name a {
  color: #fff;
}
.product-block.grid-v11 .swatches-wrapper {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v11 .swatches-wrapper a.select,
.product-block.grid-v11 .swatches-wrapper a.label {
  background-color: #fff;
}
.product-block.grid-v11 .swatches-wrapper a.select.active,
.product-block.grid-v11 .swatches-wrapper a.label.active {
  color: var(--uomo-theme-color);
}
.product-block.grid-v11 .swatches-wrapper a.active {
  border-color: #fff !important;
}
.product-block.grid-v11:hover .swatches-wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v12 .added_to_cart, .product-block.grid-v12 .button {
  text-transform: capitalize;
}
.product-block.grid-v12 .groups-button > * {
  margin-right: 10px;
}
.rtl .product-block.grid-v12 .groups-button > * {
  margin-left: 10px;
  margin-right: inherit;
}
.product-block.grid-v13 {
  text-align: center;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block.grid-v13 .swatches-wrapper {
  text-align: center;
  margin-top: 10px !important;
}
.product-block.grid-v13 .yith-wcwl-add-to-wishlist {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
}
.rtl .product-block.grid-v13 .yith-wcwl-add-to-wishlist {
  left: 15px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-v13 .yith-wcwl-add-to-wishlist {
    top: 30px;
    right: 30px;
  }
  .rtl .product-block.grid-v13 .yith-wcwl-add-to-wishlist {
    left: 30px;
    right: auto;
  }
}
.product-block.grid-v13 .swatch-color {
  width: 16px;
  height: 16px;
}
.product-block.grid-v13 .swatches-wrapper li > a {
  padding: 4px;
}
.product-block.grid-v13 .name {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.product-block.grid-v13 p.price,
.product-block.grid-v13 span.price {
  color: var(--uomo-text-color);
}
.product-block.grid-v13:hover {
  background: #F7F7F7;
}
.product-block.grid-v14 {
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v14 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v14 .button .text {
  display: none;
}
.product-block.grid-v14 .button i {
  display: inline-block !important;
}
.product-block.grid-v14 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v14 .quickview,
.product-block.grid-v14 .button,
.product-block.grid-v14 .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 0 !important;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: var(--uomo-theme-color);
  background-color: #E4F5F2;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v14 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v14 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v14 .quickview:hover,
.product-block.grid-v14 .quickview:focus,
.product-block.grid-v14 .button:hover,
.product-block.grid-v14 .button:focus,
.product-block.grid-v14 .added_to_cart:hover,
.product-block.grid-v14 .added_to_cart:focus {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v14 .added_to_cart {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block.grid-v14 .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.grid-v14 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v14 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v14 .quickview.loading:before {
  color: #fff;
}
.product-block.grid-v14 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v14 .price {
  color: var(--uomo-theme-color) !important;
  font-size: 16px !important;
}
.product-block.grid-v14 .price ins {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v14 .name {
  -webkit-line-clamp: 2;
}
.product-block.grid-v14:hover .groups-button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v15 {
  text-align: center;
}
.product-block.grid-v15 .swatches-wrapper {
  text-align: center;
}
.product-block.grid-v15 .name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.product-block.grid-v15 .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.product-block.grid-v15 .added_to_cart,
.product-block.grid-v15 .button {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 13px;
  background-color: #222222 !important;
  color: #fff !important;
  border: 0;
  text-align: center;
  display: inline-block;
}
.product-block.grid-v15 .top-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block.grid-v15 .top-label {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-v15 .top-label {
    top: 20px;
    right: 20px;
  }
  .rtl .product-block.grid-v15 .top-label {
    left: 20px;
    right: auto;
  }
}
.product-block.grid-v15 .top-label .yith-wcwl-add-to-wishlist {
  margin-top: 3px;
}
.product-block.grid-v15 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v15 .quickview {
  padding: 0 !important;
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block.grid-v15 .yith-wcwl-add-to-wishlist a,
  .product-block.grid-v15 .quickview {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}
.product-block.grid-v15 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v15 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v15 .quickview:hover,
.product-block.grid-v15 .quickview:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v15 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v15 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v15 .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v15 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v15 .rating .counts {
  display: none !important;
}
.product-block.grid-v15:hover .top-label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v15:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v16 {
  background-color: #fff;
  overflow: hidden;
}
.product-block.grid-v16 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: scale(0.5) translateY(-50%);
  -moz-transform: scale(0.5) translateY(-50%);
  -ms-transform: scale(0.5) translateY(-50%);
  -o-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v16 .button .text {
  display: none;
}
.product-block.grid-v16 .button i {
  display: inline-block !important;
}
.product-block.grid-v16 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v16 .quickview,
.product-block.grid-v16 .button,
.product-block.grid-v16 .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 1px solid #E4E4E4;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block.grid-v16 .yith-wcwl-add-to-wishlist a,
  .product-block.grid-v16 .quickview,
  .product-block.grid-v16 .button,
  .product-block.grid-v16 .added_to_cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.product-block.grid-v16 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v16 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v16 .quickview:hover,
.product-block.grid-v16 .quickview:focus,
.product-block.grid-v16 .button:hover,
.product-block.grid-v16 .button:focus,
.product-block.grid-v16 .added_to_cart:hover,
.product-block.grid-v16 .added_to_cart:focus {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v16 .added_to_cart {
  color: #fff !important;
  border-color: var(--uomo-theme-color);
  background-color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block.grid-v16 .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.grid-v16 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v16 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v16 .button.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v16 .button.loading:before {
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v16 .button.loading:after {
  color: #fff;
}
.product-block.grid-v16 .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v16 .quickview.loading:before {
  color: #fff;
}
.product-block.grid-v16 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v16 .price {
  color: var(--uomo-theme-color) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.product-block.grid-v16 .price ins {
  color: var(--uomo-theme-color) !important;
  font-weight: 700 !important;
}
.product-block.grid-v16 .rating {
  line-height: 1;
  margin-bottom: 10px;
}
.product-block.grid-v16 .rating .counts {
  display: none !important;
}
.product-block.grid-v16 .star-rating span::before {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v16 .block-inner {
  border: 1px solid #E4E4E4;
  padding: 15px;
}
.product-block.grid-v16 .block-inner:before {
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.product-block.grid-v16 .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-block.grid-v16 .product-cat {
  text-transform: uppercase;
}
.product-block.grid-v16:hover .block-inner:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v16:hover .groups-button {
  visibility: visible;
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v17 {
  text-align: center;
}
.product-block.grid-v17 .swatches-wrapper {
  text-align: center;
}
.product-block.grid-v17 .name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
}
.product-block.grid-v17 .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.product-block.grid-v17 .added_to_cart,
.product-block.grid-v17 .button {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 13px;
  background-color: var(--uomo-theme-color) !important;
  color: #fff !important;
  border: 0;
  text-align: center;
  display: inline-block;
}
.product-block.grid-v17 .top-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block.grid-v17 .top-label {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-v17 .top-label {
    top: 20px;
    right: 20px;
  }
  .rtl .product-block.grid-v17 .top-label {
    left: 20px;
    right: auto;
  }
}
.product-block.grid-v17 .top-label .yith-wcwl-add-to-wishlist {
  margin-top: 3px;
}
.product-block.grid-v17 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v17 .quickview {
  padding: 0 !important;
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block.grid-v17 .yith-wcwl-add-to-wishlist a,
  .product-block.grid-v17 .quickview {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}
.product-block.grid-v17 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v17 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v17 .quickview:hover,
.product-block.grid-v17 .quickview:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v17 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v17 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v17 .rating .counts {
  display: none !important;
}
.product-block.grid-v17 .star-rating span::before {
  color: var(--uomo-theme-color);
}
.product-block.grid-v17 .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v17 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v17:hover .top-label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v17:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v18 {
  margin-bottom: 0;
}
.product-block.grid-v18 .added_to_cart,
.product-block.grid-v18 .button {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--uomo-link-color) !important;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 0 2px !important;
}
.product-block.grid-v18 .added_to_cart:before,
.product-block.grid-v18 .button:before {
  content: '';
  width: 70%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .product-block.grid-v18 .added_to_cart:before, .rtl
.product-block.grid-v18 .button:before {
  right: 0;
  left: auto;
}
.product-block.grid-v18 .added_to_cart.loading:before,
.product-block.grid-v18 .button.loading:before {
  -webkit-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v18 .added_to_cart:hover:before, .product-block.grid-v18 .added_to_cart:focus:before,
.product-block.grid-v18 .button:hover:before,
.product-block.grid-v18 .button:focus:before {
  width: 100%;
}
.product-block.grid-v18 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: relative;
  padding-right: 20px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.rtl .product-block.grid-v18 .groups-button {
  padding-left: 20px;
  padding-right: inherit;
}
.product-block.grid-v18 .groups-button > * {
  margin-top: 3px;
  margin-right: 15px;
}
.rtl .product-block.grid-v18 .groups-button > * {
  margin-left: 15px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .product-block.grid-v18 .groups-button > * {
    margin-right: 28px;
  }
  .rtl .product-block.grid-v18 .groups-button > * {
    margin-left: 28px;
    margin-right: inherit;
  }
}
.product-block.grid-v18 .groups-button > *:last-child {
  margin-right: 0;
}
.rtl .product-block.grid-v18 .groups-button > *:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block.grid-v18 .groups-button .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 2px;
}
.rtl .product-block.grid-v18 .groups-button .yith-wcwl-add-to-wishlist {
  left: 2px;
  right: auto;
}
.product-block.grid-v18 .name {
  font-size: 14px;
  font-weight: 600;
}
.product-block.grid-v18 .metas {
  background-color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  z-index: 2;
  padding: 15px 20px 25px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v18 .quickview {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.product-block.grid-v18 .quickview.loading:before {
  color: var(--uomo-link-color);
}
.product-block.grid-v18 .quickview.loading:after {
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v18 .price {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.product-block.grid-v18 .price del {
  font-size: 13px !important;
}
.product-block.grid-v18 .price ins {
  font-weight: 600 !important;
}
.product-block.grid-v18:hover .metas {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
}
.product-block.grid-v18:hover .groups-button {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-block.grid-v19 {
  background-color: #fff;
  overflow: hidden;
}
.product-block.grid-v19 .groups-button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: scale(0.5) translateY(-50%);
  -moz-transform: scale(0.5) translateY(-50%);
  -ms-transform: scale(0.5) translateY(-50%);
  -o-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block.grid-v19 .button .text {
  display: none;
}
.product-block.grid-v19 .button i {
  display: inline-block !important;
}
.product-block.grid-v19 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v19 .quickview,
.product-block.grid-v19 .button,
.product-block.grid-v19 .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 1px solid #222222;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #222222;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block.grid-v19 .yith-wcwl-add-to-wishlist a,
  .product-block.grid-v19 .quickview,
  .product-block.grid-v19 .button,
  .product-block.grid-v19 .added_to_cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.product-block.grid-v19 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v19 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v19 .quickview:hover,
.product-block.grid-v19 .quickview:focus,
.product-block.grid-v19 .button:hover,
.product-block.grid-v19 .button:focus,
.product-block.grid-v19 .added_to_cart:hover,
.product-block.grid-v19 .added_to_cart:focus {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v19 .added_to_cart {
  color: #fff !important;
  border-color: var(--uomo-theme-color);
  background-color: var(--uomo-theme-color);
  font-size: 0;
}
.product-block.grid-v19 .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.grid-v19 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v19 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff !important;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v19 .button.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v19 .button.loading:before {
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v19 .button.loading:after {
  color: #fff;
}
.product-block.grid-v19 .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v19 .quickview.loading:before {
  color: #fff;
}
.product-block.grid-v19 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.grid-v19 .price {
  color: var(--uomo-theme-color) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}
.product-block.grid-v19 .price ins {
  color: var(--uomo-theme-color) !important;
  font-weight: 700 !important;
}
.product-block.grid-v19 .price del {
  font-size: 14px !important;
}
.product-block.grid-v19 .product-cat {
  text-transform: capitalize;
}
.product-block.grid-v19 .rating {
  line-height: 1;
  margin-bottom: 10px;
}
.product-block.grid-v19 .rating .counts {
  display: none !important;
}
.product-block.grid-v19 .star-rating span::before {
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v19 .block-inner {
  border: 1px solid #E4E4E4;
  padding: 15px;
}
.product-block.grid-v19 .block-inner:before {
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.product-block.grid-v19 .name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.product-block.grid-v19:hover .block-inner:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v19:hover .groups-button {
  visibility: visible;
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v20 {
  text-align: center;
}
.product-block.grid-v20 .swatches-wrapper {
  text-align: center;
}
.product-block.grid-v20 .name {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  margin: 4px 0;
}
.product-block.grid-v20 .name a {
  color: #080405;
}
.product-block.grid-v20 .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  left: 5px;
  right: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.product-block.grid-v20 .added_to_cart,
.product-block.grid-v20 .button {
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  background-color: var(--uomo-theme-color) !important;
  color: #fff !important;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 0;
  text-align: center;
  display: inline-block;
}
@media (min-width: 1200px) {
  .product-block.grid-v20 .added_to_cart,
  .product-block.grid-v20 .button {
    padding: 13px;
    font-size: 14px;
  }
}
.product-block.grid-v20 .top-label {
  z-index: 2;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .product-block.grid-v20 .top-label {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .product-block.grid-v20 .top-label {
    top: 20px;
    right: 20px;
  }
  .rtl .product-block.grid-v20 .top-label {
    left: 20px;
    right: auto;
  }
}
.product-block.grid-v20 .top-label .yith-wcwl-add-to-wishlist {
  margin-top: 3px;
}
.product-block.grid-v20 .yith-wcwl-add-to-wishlist a,
.product-block.grid-v20 .quickview {
  padding: 0 !important;
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  color: var(--uomo-link-color);
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block.grid-v20 .yith-wcwl-add-to-wishlist a,
  .product-block.grid-v20 .quickview {
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}
.product-block.grid-v20 .yith-wcwl-add-to-wishlist a:hover, .product-block.grid-v20 .yith-wcwl-add-to-wishlist a:focus,
.product-block.grid-v20 .quickview:hover,
.product-block.grid-v20 .quickview:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v20 .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v20 .quickview.loading:after {
  background-color: var(--uomo-theme-color);
}
.product-block.grid-v20 .yith-wcwl-wishlistexistsbrowse a,
.product-block.grid-v20 .yith-wcwl-wishlistaddedbrowse a {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block.grid-v20 .price {
  color: var(--uomo-theme-color) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.product-block.grid-v20 .price ins {
  font-weight: 600 !important;
}
.product-block.grid-v20:hover .top-label {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block.grid-v20:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-block.grid-v21 .yith-wcwl-add-to-wishlist {
  margin-top: 2px;
}
.product-block.grid-v21 .add-cart {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.product-block.grid-v21 .added_to_cart,
.product-block.grid-v21 .button {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  padding: 8px;
  font-size: 13px;
  background-color: #222222 !important;
  color: #fff !important;
  border: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .product-block.grid-v21 .added_to_cart,
  .product-block.grid-v21 .button {
    padding: 13px;
    font-size: 14px;
  }
}
.product-block.grid-v21 .added_to_cart.loading:before,
.product-block.grid-v21 .button.loading:before {
  background-color: #fff !important;
}
.product-block.grid-v21 .price {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: var(--uomo-theme-color) !important;
}
.product-block.grid-v21 .price ins {
  font-weight: 600 !important;
}
.product-block.grid-v21 .price del {
  font-weight: 400;
}
.product-block.grid-v21:hover .add-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.products-list .product-block-list {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .products-list .product-block-list {
    margin: 0 0 30px;
  }
}

.product-block-list {
  padding: 15px;
  border: 1px solid #E4E4E4;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .product-block-list {
    padding: 30px;
    background: #fff;
  }
}
.product-block-list .onsale {
  top: 0 !important;
  left: 0 !important;
}
.product-block-list:hover {
  border-color: var(--uomo-theme-color);
}
.product-block-list .quickview {
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
  background: #f1f3fa;
  color: var(--uomo-link-color);
  padding: 9px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block-list .quickview:hover, .product-block-list .quickview:focus {
  color: #fff;
  background: var(--uomo-theme-color);
}
.product-block-list .quickview.loading {
  position: relative;
}
.product-block-list .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 46%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: var(--uomo-text-color);
  z-index: 9;
}
.product-block-list .quickview.loading:after {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: '';
}
.product-block-list .product-cat {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.product-block-list .name {
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .product-block-list .name {
    font-size: 30px;
  }
}
.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}
.product-block-list .cate-wrapper {
  margin: 0 0 8px;
}
.product-block-list .cate-wrapper .product-cats {
  margin: 0;
}
.product-block-list .compare {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #E4E4E4;
  line-height: 1;
}
.product-block-list .compare.added, .product-block-list .compare:hover, .product-block-list .compare:focus {
  color: #fff;
  border-color: var(--uomo-theme-color);
  background: var(--uomo-theme-color);
}
.product-block-list .add-cart {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .product-block-list .add-cart {
    margin-top: 20px;
  }
}
.product-block-list .add-cart .added {
  display: none !important;
}
.product-block-list .add-cart .wc-forward {
  width: 100%;
}
.product-block-list .add-cart .added_to_cart,
.product-block-list .add-cart a.button {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: var(--uomo-theme-color);
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid var(--uomo-theme-color);
  line-height: 1;
}
.product-block-list .add-cart .added_to_cart:hover, .product-block-list .add-cart .added_to_cart:focus,
.product-block-list .add-cart a.button:hover,
.product-block-list .add-cart a.button:focus {
  color: #fff;
  background: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
.product-block-list .add-cart .added_to_cart.loading:after,
.product-block-list .add-cart a.button.loading:after {
  margin-top: -7px;
}
.product-block-list .top-list-info {
  position: relative;
}
.product-block-list .top-list-info .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}
.rtl .product-block-list .top-list-info .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto;
}
.product-block-list .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.product-block-list .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block-list .yith-wcwl-add-to-wishlist a:hover, .product-block-list .yith-wcwl-add-to-wishlist a:focus {
  color: var(--uomo-theme-color);
}
.product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: var(--uomo-theme-color);
}
.product-block-list .rating {
  margin-bottom: 15px;
}
.product-block-list .rating > * {
  display: inline-block;
  float: none;
  vertical-align: text-top;
  line-height: 1;
}
.product-block-list .rating .counts {
  margin-left: 2px;
}
.rtl .product-block-list .rating .counts {
  margin-right: 2px;
  margin-left: inherit;
}
.product-block-list .price {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-weight: 400;
  font-size: 24px !important;
  color: var(--uomo-theme-color) !important;
  margin: 0;
}
@media (min-width: 1200px) {
  .product-block-list .price {
    margin-top: 20px;
  }
}
.product-block-list .price del {
  color: #b7b7b7;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  font-size: 14px !important;
}
.product-block-list .avaibility-wrapper {
  margin-bottom: 20px;
  font-size: 14px;
}
.product-block-list .bottom-list {
  margin-top: 35px;
}
.product-block-list .bottom-list > div {
  float: left;
}
.rtl .product-block-list .bottom-list > div {
  float: right;
}
.product-block-list .flex-middle {
  overflow: hidden;
}
.product-block-list .left-infor {
  padding-left: 20px;
  position: relative;
}
.rtl .product-block-list .left-infor {
  padding-right: 20px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  .product-block-list .left-infor {
    padding-left: 30px;
  }
  .rtl .product-block-list .left-infor {
    padding-right: 30px;
    padding-left: inherit;
  }
}
.product-block-list .left-infor:before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 1px;
  height: 1000px;
  background: #E4E4E4;
}
.rtl .product-block-list .left-infor:before {
  right: 0;
  left: auto;
}
.product-block-list .bottom-list > * {
  display: inline-block;
  vertical-align: top;
}
.product-block-list .wrapper-image {
  position: relative;
}
.product-block-list .wrapper-image .quickview {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 8;
}
.product-block-list .wrapper-image .swatches-wrapper {
  z-index: 8;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
}
.product-block-list .wrapper-image .swatches-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.rtl .product-block-list .wrapper-image .swatches-wrapper li {
  margin-left: 5px;
  margin-right: inherit;
}
.product-block-list .wrapper-image .swatches-wrapper li:last-child {
  margin-right: 0;
}
.rtl .product-block-list .wrapper-image .swatches-wrapper li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.product-block-list .wrapper-image .swatches-wrapper .label {
  padding: 5px 8px;
  font-size: 14px;
  color: var(--uomo-text-color);
  font-weight: 500;
  display: inline-block;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.product-block-list .wrapper-image .swatches-wrapper .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.product-block-list .wrapper-image:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.shop-list-small {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E4E4E4;
  padding: 10px;
}
@media (min-width: 1200px) {
  .shop-list-small {
    padding: 30px;
  }
}
.shop-list-small .content-left {
  width: 110px;
  padding: 0 15px 0 0;
  float: left;
}
.rtl .shop-list-small .content-left {
  padding: 0 0 0 15px;
}
.rtl .shop-list-small .content-left {
  float: right;
}
.shop-list-small .content-body {
  overflow: hidden;
  width: calc(100% - 110px);
}
.shop-list-small .name {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 500;
}
.shop-list-small:hover {
  border-color: var(--uomo-theme-color);
  z-index: 2;
}

.shop-list-normal {
  margin-bottom: 20px;
}
.shop-list-normal .content-left {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 90px;
  float: left;
  border: 1px solid #E4E4E4;
  padding: 5px;
}
.rtl .shop-list-normal .content-left {
  float: right;
}
@media (min-width: 1200px) {
  .shop-list-normal .content-left {
    width: 110px;
  }
}
.shop-list-normal .content-body {
  width: calc(100% - 90px);
  overflow: hidden;
  padding-left: 15px;
}
.rtl .shop-list-normal .content-body {
  padding-right: 15px;
  padding-left: inherit;
}
@media (min-width: 1200px) {
  .shop-list-normal .content-body {
    padding-left: 25px;
    width: calc(100% - 110px);
  }
  .rtl .shop-list-normal .content-body {
    padding-right: 25px;
    padding-left: inherit;
  }
}
.shop-list-normal .name {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 500;
}
.shop-list-normal:hover .content-left {
  border-color: var(--uomo-theme-color);
}

.shop-list-smallest .name a {
  color: var(--uomo-link-color);
}
.shop-list-smallest .name a:hover, .shop-list-smallest .name a:active {
  color: var(--uomo-theme-color);
  text-decoration: none;
}
.shop-list-smallest .content-left {
  width: 90px;
  padding-right: 20px;
}
.rtl .shop-list-smallest .content-left {
  padding-left: 20px;
  padding-right: inherit;
}

.woocommerce.carousel.inner-list-smallest {
  border-top: 1px solid #E4E4E4;
}
.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
  margin-bottom: 0;
  border-top: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: text-bottom;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.single_variation_wrap div.qty {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--uomo-text-color);
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
}
.rtl .single_variation_wrap div.qty {
  margin-left: 10px;
  margin-right: inherit;
}

@media (min-width: 1024px) {
  .wrapper-shop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.wrapper-shop .apus-pagination {
  border-top: 1px solid #E4E4E4;
  padding-top: 40px;
  margin-top: 0;
}
.wrapper-shop aside.sidebar {
  background: transparent;
}

.thumbnails-image ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumbnails-image .prev,
.thumbnails-image .next {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.thumbnails-image .thumb-link {
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 10px 0;
}
.thumbnails-image .thumb-link:hover, .thumbnails-image .thumb-link.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo_thumbs {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
}
.user_photo_thumbs li {
  display: inline-block;
  margin: 0 4px;
  width: 70px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.user_photo_thumbs li:hover, .user_photo_thumbs li.active, .user_photo_thumbs li:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo {
  margin-top: 50px;
}

.delivery_info {
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.delivery_info:hover {
  background: gainsboro;
}
.delivery_info i {
  font-size: 16px;
  margin-right: 10px;
}
.rtl .delivery_info i {
  margin-left: 10px;
  margin-right: inherit;
}

.details-product {
  margin-bottom: 30px !important;
}
@media (min-width: 1200px) {
  .details-product .left-detail {
    padding-right: 0;
  }
  .rtl .details-product .left-detail {
    padding-left: 0;
    padding-right: inherit;
  }
}
.details-product .add_to_wishlist .heart-icon {
  vertical-align: text-bottom;
}
.details-product .shipping_info {
  margin-top: 15px;
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .details-product .shipping_info {
    margin-top: 40px;
  }
}
.details-product .shipping_info:hover {
  color: var(--uomo-text-color);
}
.details-product .shipping_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-product .shipping_info ul i {
  margin-right: 6px;
}
.rtl .details-product .shipping_info ul i {
  margin-left: 6px;
  margin-right: inherit;
}
.details-product .shipping_info ul li {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  .details-product .shipping_info ul li {
    margin-bottom: 5px;
  }
}
.details-product .shipping_info ul li:last-child {
  margin-bottom: 0;
}
.details-product .price-rating-wrapper {
  margin-top: 5px;
  clear: both;
  overflow: hidden;
}
.details-product .price-rating-wrapper .price ins {
  color: var(--uomo-theme-color);
}
.details-product .pro-info {
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .details-product .pro-info {
    font-size: 30px;
  }
}
.details-product .popup-video {
  text-align: center;
  background: #fff;
  color: var(--uomo-link-color);
  height: 35px;
  line-height: 35px;
  width: 35px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .details-product .popup-video {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.details-product .popup-video:hover {
  background-color: var(--uomo-theme-color);
  color: #fff;
}
.details-product div.video {
  z-index: 2;
  position: absolute;
  right: 15px;
  bottom: 50px;
}
.rtl .details-product div.video {
  left: 15px;
  right: auto;
}
@media (min-width: 1200px) {
  .details-product div.video {
    right: 30px;
    bottom: 95px;
  }
  .rtl .details-product div.video {
    left: 30px;
    right: auto;
  }
}
.details-product .apus-countdown {
  margin-top: 5px;
}
.details-product .special-product {
  padding: 8px 0;
}
.details-product .apus-countdown .times {
  margin-bottom: 5px;
}
.details-product .apus-countdown .times > span {
  color: #1b251f;
  margin-bottom: 5px;
}
.details-product .apus-countdown .times > div {
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 8px;
}
.details-product .apus-countdown .times > div:first-child {
  margin-left: 0;
}
.rtl .details-product .apus-countdown .times > div:first-child {
  margin-right: 0;
  margin-left: inherit;
}
.details-product .apus-countdown .times > div span {
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 18px;
  display: block;
  color: var(--uomo-link-color);
}
.details-product .top-content {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .details-product .top-content {
    margin-bottom: 60px;
  }
}
.details-product .top-content .size-guide-wrapper {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .details-product .top-content .size-guide-wrapper {
    margin-top: 25px;
  }
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  max-width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:focus, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs.slick-carousel {
  margin-left: -5px;
  margin-right: -5px;
}
.details-product .apus-woocommerce-product-gallery-thumbs.slick-carousel .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical {
  margin: 0;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow {
  text-align: center;
  background-color: transparent !important;
  border: none !important;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-outs 0s;
  -o-transition: all 0.2s ease-in-outs 0s;
  transition: all 0.2s ease-in-outs 0s;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:hover i, .details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:focus i {
  color: #fff;
  background-color: var(--uomo-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
  top: inherit;
  bottom: 100%;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  width: 100%;
  left: 0;
  font-size: 11px;
}
.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
  width: 100%;
  top: 100%;
  bottom: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 0;
  font-size: 11px;
}
.details-product .image-mains {
  max-width: 100%;
  position: relative;
}
.details-product .description .title {
  font-size: 21px;
}
.details-product .apus-woocommerce-product-gallery {
  margin: 0;
}
.details-product .apus-woocommerce-product-gallery img {
  width: 100%;
}
.details-product .apus-woocommerce-product-gallery .slick-slide {
  padding: 0;
}
.details-product .apus-woocommerce-product-gallery .slick-arrow {
  text-align: center;
  background: #fff;
  color: var(--uomo-link-color);
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery .slick-arrow {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}
.details-product .apus-woocommerce-product-gallery .slick-arrow:hover {
  background-color: var(--uomo-theme-color);
  color: #fff;
}
@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery .slick-prev {
    left: 30px;
  }
  .rtl .details-product .apus-woocommerce-product-gallery .slick-prev {
    right: 30px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery .slick-next {
    right: 30px;
  }
  .rtl .details-product .apus-woocommerce-product-gallery .slick-next {
    left: 30px;
    right: auto;
  }
}
.details-product .apus-woocommerce-product-gallery:hover .slick-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-wrapper {
  position: relative;
  padding: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 2px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #d42e2e;
  color: #fff;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  left: 15px;
  right: auto;
}
@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    font-size: 16px;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 46px;
  }
  .rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 30px;
    right: auto;
  }
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover, .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
  color: #fff;
  background: var(--uomo-theme-color);
}
.details-product .woocommerce-product-details__short-description.hideContent {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .woocommerce-variation-add-to-cart {
  width: 100%;
  overflow: hidden;
}
.details-product .list li {
  margin-bottom: 10px;
}
.details-product .list i {
  color: var(--uomo-theme-color);
  margin-right: 8px;
}
.rtl .details-product .list i {
  margin-left: 8px;
  margin-right: inherit;
}
.details-product .woocommerce-variation-price {
  margin-bottom: 15px;
}
.details-product .product_meta {
  font-size: 13px;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .details-product .product_meta {
    margin-top: 35px;
  }
}
.details-product .product_meta > * {
  display: block;
  margin-bottom: 2px;
}
.details-product .product_meta .sku {
  color: var(--uomo-link-color);
}
.details-product .product_meta .sub_title {
  text-transform: uppercase;
}
.details-product .delivery-shipping-info {
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .details-product .delivery-shipping-info {
    margin-top: 40px;
  }
}
.details-product .delivery-shipping-info .item-btn {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: var(--uomo-link-color);
}
.details-product .delivery-shipping-info .item-btn:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .details-product .delivery-shipping-info .item-btn:before {
  right: 0;
  left: auto;
}
.details-product .delivery-shipping-info .item-btn:focus, .details-product .delivery-shipping-info .item-btn:hover {
  color: var(--uomo-link-color);
}
.details-product .delivery-shipping-info .item-btn:focus:before, .details-product .delivery-shipping-info .item-btn:hover:before {
  width: 100%;
}
.details-product .delivery-shipping-info .item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
}
.rtl .details-product .delivery-shipping-info .item {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .details-product .delivery-shipping-info .item {
    margin-right: 30px;
  }
  .rtl .details-product .delivery-shipping-info .item {
    margin-left: 30px;
    margin-right: inherit;
  }
}
.details-product .delivery-shipping-info .item:last-child {
  margin-right: 0;
}
.rtl .details-product .delivery-shipping-info .item:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.details-product .top-content {
  position: relative;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .details-product .top-content {
    padding-top: 30px;
  }
}
.details-product .top-content .summary {
  float: none !important;
  width: 100%;
  margin: 0 !important;
}
.details-product .top-content .single_variation_wrap {
  padding-top: 10px;
  float: left;
}
.rtl .details-product .top-content .single_variation_wrap {
  float: right;
}
.details-product .top-content .single_variation_wrap + .size-guide-wrapper {
  margin-top: 0;
  padding-top: 10px;
  float: right;
}
.rtl .details-product .top-content .single_variation_wrap + .size-guide-wrapper {
  float: left;
}
.details-product .top-content .woocommerce-product-rating {
  margin-bottom: 0 !important;
}
.details-product .top-content .woocommerce-product-rating .text-customer {
  display: none;
}
.details-product .top-content .woocommerce-product-details__short-description {
  margin-top: 10px;
  color: var(--uomo-link-color);
}
@media (min-width: 1200px) {
  .details-product .top-content .woocommerce-product-details__short-description {
    margin-top: 20px;
  }
}
.details-product .top-content .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.details-product .top-content .view-more-desc {
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .top-content .view-more-desc:hover {
  color: var(--uomo-link-color);
}
.details-product .top-content .view-more-desc.view-less {
  color: #e44343;
}
.details-product .top-content .top-info-detail {
  margin-bottom: 15px;
}
.details-product .top-content .cart {
  width: 100%;
  max-width: 550px;
  clear: both;
  margin: 30px 0 0 !important;
}
.details-product .top-content .cart.grouped_form + .yith-wcwl-add-to-wishlist, .details-product .top-content .cart.variations_form + .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.details-product .top-content .cart .group_table tr td:first-child div.quantity {
  margin: 0 !important;
}
.details-product .top-content .cart div.quantity-wrapper {
  overflow: hidden;
  margin: 0 0 10px !important;
}
@media (min-width: 1200px) {
  .details-product .top-content .cart div.quantity-wrapper {
    margin: 0 0 45px !important;
  }
}
.details-product .top-content .cart div.quantity-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.details-product .top-content .cart div.quantity-wrapper > label {
  font-size: 14px;
  float: left;
  margin: 0;
  margin-right: 10px;
}
.rtl .details-product .top-content .cart div.quantity-wrapper > label {
  float: right;
}
.rtl .details-product .top-content .cart div.quantity-wrapper > label {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .details-product .top-content .cart div.quantity-wrapper > label {
    margin-right: 18px;
  }
  .rtl .details-product .top-content .cart div.quantity-wrapper > label {
    margin-left: 18px;
    margin-right: inherit;
  }
}
.details-product .top-content .clear {
  display: none;
}
.details-product .top-content .product_title {
  clear: both;
}
.details-product .title-cat-wishlist-wrapper {
  position: relative;
  padding-right: 30px;
  margin-bottom: 20px;
}
.rtl .details-product .title-cat-wishlist-wrapper {
  padding-left: 30px;
  padding-right: inherit;
}
@media (min-width: 1200px) {
  .details-product .title-cat-wishlist-wrapper {
    margin-bottom: 30px;
  }
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  line-height: 1;
}
.rtl .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  left: 0;
  right: auto;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: var(--uomo-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:focus, .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:hover {
  color: var(--uomo-theme-color);
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: var(--uomo-theme-color);
}
.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
  display: none;
}
.details-product .more-share-product {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.details-product .more-share-product i {
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
}
.rtl .details-product .more-share-product i {
  margin-left: 8px;
  margin-right: inherit;
}
.details-product .apus-discounts {
  margin: 20px 0 15px;
  padding: 15px 20px;
  background: #eceff6;
  font-size: 13px;
}
.details-product .apus-discounts ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.details-product .apus-discounts ul li {
  margin: 0 0 3px;
}
.details-product .apus-discounts ul li:before {
  font-family: 'FontAwesome';
  color: var(--uomo-theme-color);
  content: "\f00c";
  margin-right: 8px;
}
.rtl .details-product .apus-discounts ul li:before {
  margin-left: 8px;
  margin-right: inherit;
}
.details-product .apus-discounts .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #a7b5d5;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
.rtl .details-product .apus-discounts .icon {
  margin-left: 10px;
  margin-right: inherit;
}
.details-product .apus-discounts .title {
  font-size: 18px;
  margin: 0 0 10px;
}
.details-product .product-free-gift {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #f2dede;
}
.details-product .product-free-gift .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #e23e1d;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 10px;
}
.rtl .details-product .product-free-gift .icon {
  margin-left: 10px;
  margin-right: inherit;
}
.details-product .product-free-gift .title {
  font-size: 18px;
  margin: 0 0 10px;
}
.details-product .product-free-gift .list-gift {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.details-product .product-free-gift .list-gift li {
  margin-bottom: 3px;
}
.details-product .product-free-gift .list-gift i {
  color: #e23e1d;
}
.details-product .product-free-gift .hightcolor {
  font-weight: 500;
  color: #e23e1d;
}

.details-product .apus-woocommerce-product-gallery .slick-dots li {
  margin: 0 15px;
}
.details-product .apus-woocommerce-product-gallery .slick-dots li button {
  background-color: #767676;
  position: relative;
}
.details-product .apus-woocommerce-product-gallery .slick-dots li button:before {
  content: '';
  width: 50px;
  height: 50px;
  border: 3px solid var(--uomo-link-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.details-product .apus-woocommerce-product-gallery .slick-dots li.slick-active button {
  background-color: var(--uomo-link-color);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.details-product .apus-woocommerce-product-gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 1200px) {
  .details-product .information {
    padding-left: 30px;
  }
  .rtl .details-product .information {
    padding-right: 30px;
    padding-left: inherit;
  }
}
.details-product.layout-v1 .apus-woocommerce-product-gallery {
  text-align: center;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery img {
  width: auto;
  display: inline-block;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right;
}
.rtl .details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper {
  float: left;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper.full-width {
  width: 100%;
  float: none;
}
.details-product.layout-v1 .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.rtl .details-product.layout-v1 .wrapper-thumbs {
  float: right;
}
.rtl .details-product.layout-v1 .wrapper-thumbs {
  padding-left: 10px;
  padding-right: inherit;
}
.details-product.layout-v2 .top-content {
  background-color: #E0E0E0;
}
.details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label {
  border-color: var(--uomo-link-color);
}
.details-product.layout-v2 table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: 0 0 0 1px var(--uomo-link-color) inset;
  box-shadow: 0 0 0 1px var(--uomo-link-color) inset;
}
.details-product.layout-v2 .quantity {
  border-color: var(--uomo-link-color) !important;
}
.details-product.layout-v2 .apus-woocommerce-product-gallery .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 !important;
  z-index: 2;
  -webkit-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -moz-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -ms-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -o-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
}
.details-product.layout-v2 .apus-woocommerce-product-gallery {
  padding-left: 50px;
}
.details-product.layout-v3 .product_title ~ * a:hover,
.details-product.layout-v3 .product_title ~ * a:focus,
.details-product.layout-v3 .product_title ~ * a {
  color: #fff;
}
.details-product.layout-v3 .bo-social-icons a {
  color: var(--uomo-link-color);
}
.details-product.layout-v3 .bo-social-icons a:hover, .details-product.layout-v3 .bo-social-icons a:focus {
  color: var(--uomo-theme-color);
}
.details-product.layout-v3 .top-content {
  background-color: #222222;
}
.details-product.layout-v3 .top-content .nav-links a,
.details-product.layout-v3 .top-content .breadcrumb a {
  color: #767676 !important;
}
.details-product.layout-v3 .top-content .variations label {
  color: #767676;
}
.details-product.layout-v3 .top-content .sku,
.details-product.layout-v3 .top-content .price, .details-product.layout-v3 .top-content .woocommerce-product-details__short-description,
.details-product.layout-v3 .top-content .product_title {
  color: #fff !important;
}
.details-product.layout-v3 .top-content .yith-wcwl-wishlistexistsbrowse::before, .details-product.layout-v3 .top-content .yith-wcwl-wishlistaddedbrowse::before,
.details-product.layout-v3 .top-content .delivery-shipping-info .item-btn::before,
.details-product.layout-v3 .top-content .add_to_wishlist::before {
  background-color: #fff;
}
.details-product.layout-v3 .top-content table.variations .tawcvs-swatches .swatch-label {
  border-color: #fff !important;
  color: #fff;
}
.details-product.layout-v3 .top-content table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
}
.details-product.layout-v3 .top-content table.variations .tawcvs-swatches .swatch-color::after {
  border-color: #fff;
}
.details-product.layout-v3 .top-content .quantity {
  border-color: #767676;
}
.details-product.layout-v3 .top-content .quantity .qty, .details-product.layout-v3 .top-content .quantity,
.details-product.layout-v3 .top-content .quantity .plus,
.details-product.layout-v3 .top-content .quantity .minus {
  color: #fff !important;
}
.details-product.layout-v3 .top-content form.cart .button {
  background-color: #fff;
  border-color: #fff;
  color: var(--uomo-link-color);
}
.details-product.layout-v3 .top-content form.cart .button:hover, .details-product.layout-v3 .top-content form.cart .button:focus {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: var(--uomo-link-color);
}
.details-product.layout-v3 .apus-woocommerce-product-gallery .slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  z-index: 2;
  -webkit-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -moz-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -ms-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  -o-transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  transform: translate(calc(-50% + 16px ), -50%) rotate(90deg);
  padding: 0 !important;
}
.details-product.layout-v3 .apus-woocommerce-product-gallery .slick-dots li button {
  background-color: #fff;
}
.details-product.layout-v3 .apus-woocommerce-product-gallery .slick-dots li button:before {
  border-color: #fff;
}
.details-product.layout-v3 .apus-woocommerce-product-gallery {
  padding-left: 35px;
}
.details-product.layout-v4 .top-content {
  padding: 0;
}
.details-product.layout-v4 .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
.details-product.layout-v4 .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0;
}
.details-product.layout-v4 .right-info {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .details-product.layout-v4 .right-info {
    margin-top: 35px;
  }
}
@media (min-width: 1400px) {
  .details-product.layout-v4 .right-info {
    padding-right: 13%;
  }
  .rtl .details-product.layout-v4 .right-info {
    padding-left: 13%;
    padding-right: inherit;
  }
}
@media (min-width: 1200px) {
  .details-product.layout-v5 .information {
    padding-left: 10px;
  }
  .rtl .details-product.layout-v5 .information {
    padding-right: 10px;
    padding-left: inherit;
  }
  .details-product.layout-v5 .information-left {
    padding-right: 10px;
  }
  .rtl .details-product.layout-v5 .information-left {
    padding-left: 10px;
    padding-right: inherit;
  }
}
.details-product.layout-v5 .top-content {
  white-space: nowrap;
}
.details-product.layout-v5 .top-content > div {
  float: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.details-product.layout-v5 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  top: 15px;
  bottom: auto;
}
@media (min-width: 1200px) {
  .details-product.layout-v5 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    top: 30px;
  }
}
.details-product.layout-v5 .product-navs,
.details-product.layout-v5 .woo-breadcrumb {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .details-product.layout-v5 .product-navs,
  .details-product.layout-v5 .woo-breadcrumb {
    margin-bottom: 50px;
  }
}
.details-product.layout-v5 .post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.details-product.layout-v5 .post-navigation .nav-links > * {
  width: auto;
  float: none;
}
.details-product.layout-v5 .post-navigation .nav-links > .nav-next {
  padding-left: 30px;
}
.rtl .details-product.layout-v5 .post-navigation .nav-links > .nav-next {
  padding-right: 30px;
  padding-left: inherit;
}
.details-product.layout-v5 .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
.details-product.layout-v5 .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0;
}
.details-product.layout-v6 .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
.details-product.layout-v6 .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0;
}
.details-product.layout-v7 .woocommerce-product-gallery__image {
  margin-bottom: 10px;
}
.details-product.layout-v7 .woocommerce-product-gallery__image:last-child {
  margin-bottom: 0;
}
.details-product.layout-v7 .second-wrapper {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.details-product.layout-v7 .second-wrapper .woocommerce-product-gallery__image {
  width: calc(50% - 5px);
}
.details-product.layout-v7 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
  margin-right: 10px;
}
.rtl .details-product.layout-v7 .second-wrapper .woocommerce-product-gallery__image:nth-child(2n+1) {
  margin-left: 10px;
  margin-right: inherit;
}
.details-product.layout-v7 .delivery-shipping-info {
  margin-top: 10px;
}
.details-product.layout-v7 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  bottom: 20px;
  right: 10px;
}
.rtl .details-product.layout-v7 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  left: 10px;
  right: auto;
}
@media (min-width: 1200px) {
  .details-product.layout-v7 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    bottom: 30px;
    right: 20px;
  }
  .rtl .details-product.layout-v7 .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    left: 20px;
    right: auto;
  }
}
.details-product.layout-v8 .wrapper-thumbs {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .details-product.layout-v8 .top-row > div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .details-product.layout-v8 .information {
    padding-left: 130px;
  }
  .rtl .details-product.layout-v8 .information {
    padding-right: 130px;
    padding-left: inherit;
  }
}
.details-product.layout-v9 .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right;
}
.rtl .details-product.layout-v9 .apus-woocommerce-product-gallery-wrapper {
  float: left;
}
.details-product.layout-v9 .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.rtl .details-product.layout-v9 .wrapper-thumbs {
  float: right;
}
.rtl .details-product.layout-v9 .wrapper-thumbs {
  padding-left: 10px;
  padding-right: inherit;
}
.details-product.layout-v10 .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right;
}
.rtl .details-product.layout-v10 .apus-woocommerce-product-gallery-wrapper {
  float: left;
}
.details-product.layout-v10 .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.rtl .details-product.layout-v10 .wrapper-thumbs {
  float: right;
}
.rtl .details-product.layout-v10 .wrapper-thumbs {
  padding-left: 10px;
  padding-right: inherit;
}
.details-product.layout-v11 .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: right;
}
.rtl .details-product.layout-v11 .apus-woocommerce-product-gallery-wrapper {
  float: left;
}
.details-product.layout-v11 .wrapper-thumbs {
  float: left;
  width: 100px;
  padding-right: 10px;
}
.rtl .details-product.layout-v11 .wrapper-thumbs {
  float: right;
}
.rtl .details-product.layout-v11 .wrapper-thumbs {
  padding-left: 10px;
  padding-right: inherit;
}

.accessoriesproducts-wrapper {
  position: relative;
}
.accessoriesproducts-wrapper.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  content: '';
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) center center no-repeat rgba(255, 255, 255, 0.9);
}

.accessoriesproducts .product-block.grid {
  margin-bottom: 25px;
}
.accessoriesproducts .product-block.grid .accessory-add-product {
  position: absolute;
  left: 10px;
  bottom: -25px;
}
.rtl .accessoriesproducts .product-block.grid .accessory-add-product {
  right: 10px;
  left: auto;
}
.accessoriesproducts .check-all-items-wrapper {
  margin: 0 0 10px;
}
.accessoriesproducts .check-all-items-wrapper input {
  margin-right: 6px;
}
.rtl .accessoriesproducts .check-all-items-wrapper input {
  margin-left: 6px;
  margin-right: inherit;
}
.accessoriesproducts .total-price-wrapper {
  font-size: 14px;
  color: var(--uomo-link-color);
  margin: 0 0 5px;
}
.accessoriesproducts .total-price {
  display: block;
  color: #1b251f;
  font-size: 18px;
  font-weight: normal;
}

/*------------------------------------*\
    Product Category and Subcategories
\*------------------------------------*/
.product-category .product-category-content {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  margin: 0 0 30px 0;
}
.product-category .product-category-image {
  display: block;
}
.product-category .product-category-image img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.product-category .product-category-title {
  text-transform: none;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: var(--uomo-main-font-weight);
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.3);
}
.rtl .product-category .product-category-title {
  right: 0;
  left: auto;
}
.product-category .product-category-title .count {
  background: transparent;
  color: #fff;
}

/*------------------------------------*\
    Quickview
\*------------------------------------*/
#apus-quickview-modal .product_meta {
  margin: 15px 0 0;
}

/**
 *
 *  Woocommerce Form
 */
.form-row .checkbox, .form-row .input-radio {
  margin-bottom: 0;
  margin-top: 0;
}

.woocommerce form .form-row {
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 1200px) {
  .woocommerce form .form-row {
    margin: 0 0 30px;
  }
}

/*-------------------------------*\
    Utilities
\*------------------------------------*/
.woocommerce #reviews .comment-reply-title {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce #reviews .comments-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .woocommerce #reviews .comments-title {
    margin: 0 0 28px;
  }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 14px;
  color: var(--uomo-text-color);
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: static;
  background: #fff;
  border: 0;
  width: auto;
  padding: 0;
}

.woocommerce p.stars {
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 !important;
  vertical-align: middle;
  line-height: 1;
}

.woocommerce p.stars a::before {
  content: "\e020" !important;
  color: #EEBA36;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.woocommerce p.stars.selected a.active ~ a::before,
.woocommerce p.stars a:hover ~ a::before {
  content: '\e020';
  color: #CFCDCD !important;
}

.woocommerce p.stars:hover a:not(.active)::before,
.woocommerce p.stars.selected a:not(.active)::before {
  color: #EEBA36;
}

.woocommerce p.stars.selected a.active::before {
  color: #EEBA36;
}

@media (min-width: 1200px) {
  .comment-form-rating {
    margin-bottom: 25px !important;
  }
}
.comment-form-rating [for="rating"] {
  font-weight: 400;
  margin-right: 12px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.rtl .comment-form-rating [for="rating"] {
  margin-left: 12px;
  margin-right: inherit;
}

/*------------------------------------*\
    Quantity inputs
\*------------------------------------*/
.woocommerce .quantity .qty {
  width: 80px;
  font-size: 14px;
  height: 50px;
  border: 1px solid #E4E4E4;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--uomo-text-color);
  outline: none;
}

.woocommerce .quantity .reader-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 10px;
}
.rtl .woocommerce .quantity .reader-text {
  margin-left: 10px;
  margin-right: inherit;
}

.woocommerce a.remove {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row label.hidden {
  visibility: hidden;
}
.form-row label.inline {
  display: inline;
}
.form-row label {
  display: block;
  font-weight: 500;
}
.form-row select {
  cursor: pointer;
}
.form-row .required {
  color: #ff003a;
  font-weight: var(--uomo-heading-font-weight);
  border: 0;
}
.form-row .input-text {
  width: 100%;
  padding: 8px 20px;
}
.form-row.form-row-first {
  width: 47%;
  float: left;
}
.rtl .form-row.form-row-first {
  float: right;
}
.form-row.form-row-last {
  width: 47%;
  float: right;
}
.rtl .form-row.form-row-last {
  float: left;
}
.form-row.form-row-wide {
  clear: both;
}

.select2-container .select2-choice {
  padding: 5px 7px;
}

.product-quantity .input-text .input-sm {
  height: 44px;
  padding: 15px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.product-quantity .input-text select.input-sm {
  height: 44px;
  line-height: 44px;
}
.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
  height: auto;
}

.i-am-new li {
  background-image: none !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.i-am-new li .noty_message {
  padding: 20px 0 !important;
}

/*------------------------------------*\
    Mini cart and wishlist
\*------------------------------------*/
.total-minicart {
  color: var(--uomo-link-color);
  font-weight: normal;
  font-weight: 600;
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}
.rtl .total-minicart {
  margin-right: 5px;
  margin-left: inherit;
}

.wishlist-icon,
.mini-cart {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  color: var(--uomo-link-color);
}
.rtl .wishlist-icon, .rtl
.mini-cart {
  padding-left: 8px;
  padding-right: inherit;
}
.wishlist-icon i,
.mini-cart i {
  line-height: 1;
  font-size: 21px;
  margin: 0 !important;
}
.wishlist-icon .count,
.mini-cart .count {
  position: absolute;
  bottom: -1px;
  right: 0;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  background: #B9A16B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  min-width: 16px;
  padding: 3px;
  line-height: 1;
  text-align: center;
}
.rtl .wishlist-icon .count, .rtl
.mini-cart .count {
  left: 0;
  right: auto;
}

/*------------------------------------*\
    Star ratings
\*------------------------------------*/
.woocommerce .star-rating {
  margin: auto 0;
  overflow: hidden;
  position: relative;
  width: 83px;
  height: 15px;
  line-height: 15px;
  font-family: 'WooCommerce';
  font-size: 13px;
  letter-spacing: 4px;
  float: none;
}
.woocommerce .star-rating:before {
  content: "\e020\e020\e020\e020\e020";
  color: #CFCDCD;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rtl .woocommerce .star-rating:before {
  float: right;
}
.rtl .woocommerce .star-rating:before {
  right: 0;
  left: auto;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
}
.rtl .woocommerce .star-rating span {
  float: right;
}
.rtl .woocommerce .star-rating span {
  right: 0;
  left: auto;
}
.woocommerce .star-rating span:before {
  content: "\e020\e020\e020\e020\e020";
  top: 0;
  position: absolute;
  left: 0;
  color: #EEBA36;
}
.rtl .woocommerce .star-rating span:before {
  right: 0;
  left: auto;
}

/*------------------------------------*\
    Filter
\*------------------------------------*/
.archive-shop .page-title {
  display: none;
}

.show-filter {
  font-size: 18px;
  color: var(--uomo-theme-color);
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.show-filter:hover, .show-filter:active {
  color: var(--uomo-theme-color);
}
.show-filter i {
  margin-left: 10px;
}
.rtl .show-filter i {
  margin-right: 10px;
  margin-left: inherit;
}

.apus-shop-menu {
  font-size: 15px;
  margin: 0;
  position: relative;
}
.apus-shop-menu .filter-action i {
  margin-right: 3px;
}
.rtl .apus-shop-menu .filter-action i {
  margin-left: 3px;
  margin-right: inherit;
}
.apus-shop-menu ul.apus-filter-menu {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  float: right;
}
.rtl .apus-shop-menu ul.apus-filter-menu {
  float: left;
}
.apus-shop-menu ul.apus-filter-menu li {
  display: inline-block;
}
.apus-shop-menu ul.apus-categories {
  float: left;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}
.rtl .apus-shop-menu ul.apus-categories {
  float: right;
}
.apus-shop-menu ul.apus-categories li {
  display: inline-block;
  margin-right: 40px;
}
.rtl .apus-shop-menu ul.apus-categories li {
  margin-left: 40px;
  margin-right: inherit;
}
.apus-shop-menu ul.apus-categories li a {
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--uomo-link-color);
  position: relative;
  display: inline-block;
}
.apus-shop-menu ul.apus-categories li .product-count {
  font-size: 14px;
  color: var(--uomo-text-color);
  margin: 0 2px;
  vertical-align: top;
  display: inline-block;
}
.apus-shop-menu ul.apus-categories li.current-cat > a {
  color: var(--uomo-theme-color);
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories {
  padding: 0px;
  margin: 10px 0 0;
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories li a {
  font-size: 16px;
}
.apus-shop-menu .content-inner #apus-orderby {
  margin-left: 40px;
}
.rtl .apus-shop-menu .content-inner #apus-orderby {
  margin-right: 40px;
  margin-left: inherit;
}

.apus-shop-header {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apus-shop-header.filter-active {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.apus-shop-header .apus-sidebar-header {
  display: none;
  border: 1px solid var(--uomo-theme-color);
  padding: 20px 30px;
  background: #fff;
}
.apus-shop-header .apus-widget-scroll ul li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0 0 10px;
}
.apus-shop-header .apus-sidebar-inner {
  padding: 0 15px;
}
.apus-shop-header .apus-sidebar-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.apus-shop-header .apus-sidebar-inner .apus-widget-title {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 20px;
}
.apus-shop-header .widget_layered_nav ul li a, .apus-shop-header .product-categories li a {
  font-size: 14px;
  padding: 0 !important;
}
.apus-shop-header .widget_layered_nav ul li .count, .apus-shop-header .product-categories li .count {
  float: none;
}
.apus-shop-header .widget_layered_nav li.chosen,
.apus-shop-header .product-categories li.chosen {
  color: var(--uomo-theme-color);
}
.apus-shop-header .widget_layered_nav li.chosen > a,
.apus-shop-header .product-categories li.chosen > a {
  color: var(--uomo-theme-color);
}

.apus-categories-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: var(--uomo-link-color);
  font-size: 14px;
  margin-top: 4px;
}
.apus-categories-dropdown .category-dropdown-label {
  cursor: pointer;
}
.apus-categories-dropdown option {
  font-size: 16px;
  color: var(--uomo-text-color);
}
.apus-categories-dropdown option[selected="selected"] {
  color: var(--uomo-link-color);
}
.apus-categories-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid var(--uomo-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.apus-categories-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apus-categories-dropdown .dropdown-menu ul li {
  margin: 0 0 5px;
}
.apus-categories-dropdown .dropdown-menu ul li a {
  color: var(--uomo-text-color);
}
.apus-categories-dropdown .dropdown-menu ul li a:hover, .apus-categories-dropdown .dropdown-menu ul li a:active {
  color: var(--uomo-link-color);
}
.apus-categories-dropdown .dropdown-menu ul li.active {
  color: var(--uomo-link-color);
}
.apus-categories-dropdown .dropdown-menu ul li:last-child {
  margin: 0;
}

.before-shop-header-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .before-shop-header-wrapper .before-shop-loop-fillter {
    position: absolute;
    top: 20px;
  }
}

.pagination-top {
  margin-top: -6px;
}
.pagination-top .apus-pagination .apus-pagination-inner {
  padding: 0;
}
.pagination-top.has-fillter .apus-pagination .apus-pagination-inner {
  padding: 0 30px;
}

.apus-filter {
  margin: 0px 0 20px;
}
@media (min-width: 1200px) {
  .apus-filter {
    margin-bottom: 30px;
  }
}
.apus-filter .woocommerce-ordering {
  margin: 0;
}
@media (min-width: 768px) {
  .apus-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
  }
  .apus-filter .wrapper-right {
    margin-left: auto;
  }
  .rtl .apus-filter .wrapper-right {
    margin-right: auto;
    margin-left: inherit;
  }
}
.apus-filter .wrapper-right .left-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
}
.apus-filter select {
  color: var(--uomo-link-color);
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/select.png) #fff right 3px center no-repeat;
  font-weight: 500;
  padding: 3px 0;
  margin: 0;
  border: 0;
  border-bottom: 2px solid var(--uomo-link-color);
}
.apus-filter .change-view {
  color: #cccccc;
  display: inline-block;
}
.apus-filter .change-view i {
  font-size: 24px;
  vertical-align: middle;
}
.apus-filter .change-view + .change-view {
  margin-left: 10px;
}
.rtl .apus-filter .change-view + .change-view {
  margin-right: 10px;
  margin-left: inherit;
}
@media (min-width: 1200px) {
  .apus-filter .change-view + .change-view {
    margin-left: 20px;
  }
  .rtl .apus-filter .change-view + .change-view {
    margin-right: 20px;
    margin-left: inherit;
  }
}
.apus-filter .change-view:hover, .apus-filter .change-view.active {
  color: var(--uomo-theme-color);
}
.apus-filter .filter-btn {
  margin-left: 30px;
}
.rtl .apus-filter .filter-btn {
  margin-right: 30px;
  margin-left: inherit;
}

.shop-filter-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-filter-top-wrapper .widget {
  margin-bottom: 0;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #E4E4E4;
}
.rtl .shop-filter-top-wrapper .widget {
  margin-left: 10px;
  margin-right: inherit;
}
.rtl .shop-filter-top-wrapper .widget {
  padding-left: 10px;
  padding-right: inherit;
}
.rtl .shop-filter-top-wrapper .widget {
  border-left: 2px solid #E4E4E4;
  border-right: inherit;
}
@media (min-width: 1200px) {
  .shop-filter-top-wrapper .widget {
    margin-right: 30px;
    padding-right: 30px;
  }
  .rtl .shop-filter-top-wrapper .widget {
    margin-left: 30px;
    margin-right: inherit;
  }
  .rtl .shop-filter-top-wrapper .widget {
    padding-left: 30px;
    padding-right: inherit;
  }
}
.shop-filter-top-wrapper .widget:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.rtl .shop-filter-top-wrapper .widget:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.rtl .shop-filter-top-wrapper .widget:last-child {
  padding-left: 0;
  padding-right: inherit;
}
.shop-filter-top-wrapper .widget .widget-title {
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
.rtl .shop-filter-top-wrapper .widget .widget-title {
  padding-left: 25px;
  padding-right: inherit;
}
.shop-filter-top-wrapper .widget .widget-title:before {
  content: "\f10a";
  font-family: 'Flaticon';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
.rtl .shop-filter-top-wrapper .widget .widget-title:before {
  left: 0;
  right: auto;
}
.shop-filter-top-wrapper .widget .widget-title.active:before {
  content: "\f109";
}
.shop-filter-top-wrapper .widget .widget-title + * {
  position: absolute;
  top: 100%;
  left: -10px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
  -webkit-box-shadow: 0 0 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 25px 0 rgba(34, 34, 34, 0.05);
  z-index: 3;
  width: 200px;
  padding: 10px;
  display: none;
  margin-top: 10px !important;
}
.rtl .shop-filter-top-wrapper .widget .widget-title + * {
  right: -10px;
  left: auto;
}
@media (min-width: 1200px) {
  .shop-filter-top-wrapper .widget .widget-title + * {
    width: 270px;
    padding: 30px;
    left: -30px;
  }
  .rtl .shop-filter-top-wrapper .widget .widget-title + * {
    right: -30px;
    left: auto;
  }
}

.rtl .shop-filter-sidebar-wrapper {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rtl .shop-filter-sidebar-wrapper.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.shop-filter-sidebar-wrapper {
  width: 420px;
  height: 100vh;
  max-width: 80%;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  overflow: auto;
}
.rtl .shop-filter-sidebar-wrapper {
  left: 0;
  right: auto;
}
.shop-filter-sidebar-wrapper.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.shop-filter-sidebar-wrapper .shop-filter-sidebar-header {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
  color: var(--uomo-link-color);
  background-color: #FAF9F8;
}
@media (min-width: 1200px) {
  .shop-filter-sidebar-wrapper .shop-filter-sidebar-header {
    padding: 26px 40px;
  }
}
.shop-filter-sidebar-wrapper .close-filter {
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 20px;
}
.rtl .shop-filter-sidebar-wrapper .close-filter {
  left: 20px;
  right: auto;
}
@media (min-width: 1200px) {
  .shop-filter-sidebar-wrapper .close-filter {
    top: 28px;
    right: 40px;
  }
  .rtl .shop-filter-sidebar-wrapper .close-filter {
    left: 40px;
    right: auto;
  }
}
.shop-filter-sidebar-wrapper .content-inner {
  padding: 20px;
}
@media (min-width: 1200px) {
  .shop-filter-sidebar-wrapper .content-inner {
    padding: 35px 40px;
  }
}
.shop-filter-sidebar-wrapper .product-categories {
  clear: both;
  overflow: hidden;
}
.shop-filter-sidebar-wrapper .product-categories li {
  width: 50%;
  float: left;
}
.rtl .shop-filter-sidebar-wrapper .product-categories li {
  float: right;
}
.shop-filter-sidebar-wrapper .product-categories li:nth-child(2n + 1) {
  clear: both;
}

.shop-filter-sidebar-overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  cursor: pointer;
}
.shop-filter-sidebar-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.filter-btn {
  font-weight: 500;
  text-transform: uppercase;
}
.filter-btn i {
  display: inline-block;
  margin-right: 8px;
  font-size: 17px;
  line-height: 1;
}
.rtl .filter-btn i {
  margin-left: 8px;
  margin-right: inherit;
}

.form-uomo-ppp {
  float: left;
}
.rtl .form-uomo-ppp {
  float: right;
}
.form-uomo-ppp select {
  font-size: 16px;
  color: var(--uomo-text-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/select.png) #fff right 10px center no-repeat;
  font-weight: 400;
  border: 1px solid #E4E4E4;
  padding: 3px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 0;
  border: 1px solid #E4E4E4;
}

.apus-after-loop-shop {
  margin-bottom: 10px;
}
.apus-after-loop-shop .form-uomo-ppp select {
  min-width: 120px;
}
@media (min-width: 768px) {
  .apus-after-loop-shop {
    margin-bottom: 45px;
  }
  .apus-after-loop-shop .woocommerce-result-count {
    float: right;
    margin: 4px 0 0;
  }
  .rtl .apus-after-loop-shop .woocommerce-result-count {
    float: left;
  }
  .apus-after-loop-shop .apus-pagination {
    float: left;
    margin: 0;
    padding: 0;
  }
  .rtl .apus-after-loop-shop .apus-pagination {
    float: right;
  }
}

#apus-orderby .orderby-label {
  color: var(--uomo-text-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 4px 15px;
}
#apus-orderby .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid var(--uomo-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#apus-orderby .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#apus-orderby .dropdown-menu ul li {
  margin: 0 0 5px;
}
#apus-orderby .dropdown-menu ul li a {
  color: var(--uomo-text-color);
}
#apus-orderby .dropdown-menu ul li a:hover, #apus-orderby .dropdown-menu ul li a:active {
  color: var(--uomo-link-color);
}
#apus-orderby .dropdown-menu ul li.active {
  color: var(--uomo-link-color);
}
#apus-orderby .dropdown-menu ul li:last-child {
  margin: 0;
}

/*------------------------------------*\
    Mini Cart
\*------------------------------------*/
.apus-topcart {
  position: relative;
}
.apus-topcart .dropdown-menu {
  top: 28px;
  margin: 0;
  padding: 10px;
  min-width: 280px;
  display: block;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 10px 25px 0 rgba(34, 34, 34, 0.05);
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
@media (min-width: 1200px) {
  .apus-topcart .dropdown-menu {
    max-width: 350px;
    padding: 20px;
  }
}
.apus-topcart .dropdown-menu .buttons .wc-forward {
  padding: 12px 30px;
}
.apus-topcart .dropdown-menu .shopping_cart_content .cart_list > div {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.apus-topcart .dropdown-menu .shopping_cart_content .cart_list .image {
  width: 70px;
  height: 70px;
}
.apus-topcart .buttons {
  margin: 0;
}
.apus-topcart .buttons .wc-forward {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  padding: 12px 30px;
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  color: var(--uomo-link-color);
}
@media (min-width: 1200px) {
  .apus-topcart .buttons .wc-forward {
    padding: 17px 30px;
  }
}
.apus-topcart .buttons .wc-forward:hover, .apus-topcart .buttons .wc-forward:focus {
  color: var(--uomo-link-color);
  border-color: #d7d7d7;
  background-color: #d7d7d7;
}
.apus-topcart .buttons .wc-forward.checkout {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}
.apus-topcart .buttons .wc-forward.checkout:hover, .apus-topcart .buttons .wc-forward.checkout:focus {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.apus-topcart .buttons .wc-forward:last-child {
  margin: 0;
}
.apus-topcart .buttons .wc-forward:after {
  vertical-align: text-top;
}
.apus-topcart .open .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-topcart .overlay-offcanvas-content {
  background: rgba(34, 34, 34, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  visibility: hidden;
  z-index: 3;
}
.apus-topcart .overlay-offcanvas-content.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-topcart .offcanvas-content {
  z-index: 6;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 420px;
  height: 100vh;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.apus-topcart .offcanvas-content.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  max-height: calc(100% - 176px);
  height: calc(100% - 176px);
}
@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
    max-height: calc(100% - 195px);
    height: calc(100% - 195px);
  }
}
.apus-topcart .offcanvas-content .title-cart-canvas {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  position: relative;
  background-color: #FAF9F8;
}
@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .title-cart-canvas {
    padding: 29px 40px;
  }
}
.apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
}
.rtl .apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  left: 20px;
  right: auto;
}
@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
    right: 40px;
    top: 30px;
  }
  .rtl .apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
    left: 40px;
    right: auto;
  }
}
.apus-topcart .offcanvas-content .title-cart-canvas .close-cart:hover, .apus-topcart .offcanvas-content .title-cart-canvas .close-cart:focus {
  color: #e44343;
}
.apus-topcart .offcanvas-content .shopping_cart_content {
  padding: 20px;
  height: calc(100vh - 52px);
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .shopping_cart_content {
    padding: 40px;
    height: calc(100vh - 80px);
  }
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart-bottom {
  width: 100%;
  align-self: end;
  -webkit-align-self: end;
  -o-align-self: end;
}
.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  width: 100%;
}

.shopping_cart_content .variation {
  margin: 0 0 3px;
  overflow: hidden;
}
.shopping_cart_content .variation dt {
  margin-right: 5px;
}
.rtl .shopping_cart_content .variation dt {
  margin-left: 5px;
  margin-right: inherit;
}
.shopping_cart_content .variation dt, .shopping_cart_content .variation dd {
  float: left;
}
.rtl .shopping_cart_content .variation dt, .rtl .shopping_cart_content .variation dd {
  float: right;
}
.shopping_cart_content .variation dt p, .shopping_cart_content .variation dd p {
  margin: 0;
}
.shopping_cart_content .cart_list {
  padding: 0 0 10px;
  max-height: 265px;
  overflow: auto;
}
.shopping_cart_content .cart_list > div {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .shopping_cart_content .cart_list > div {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.shopping_cart_content .cart_list > div.empty {
  border: none;
  margin: 0;
  padding: 0;
  color: var(--uomo-link-color);
}
.shopping_cart_content .cart_list > div.last, .shopping_cart_content .cart_list > div:last-child {
  border: none !important;
  margin-bottom: 0 !important;
}
.shopping_cart_content .cart_list .image {
  width: 100px;
  height: 100px;
  display: block;
}
.shopping_cart_content .cart_list .quantity {
  padding: 0;
  border: 0;
  width: auto;
}
.shopping_cart_content .cart_list .woocs_special_price_code {
  color: var(--uomo-link-color);
  margin-left: 3px;
}
.rtl .shopping_cart_content .cart_list .woocs_special_price_code {
  margin-right: 3px;
  margin-left: inherit;
}
.shopping_cart_content .cart_list .name {
  margin: 0 0 5px;
  font-weight: 400;
  font-size: 16px;
}
.shopping_cart_content .cart_list .cart-item {
  margin: 0;
}
.shopping_cart_content .cart_list .media-left {
  padding-right: 20px;
}
.rtl .shopping_cart_content .cart_list .media-left {
  padding-left: 20px;
  padding-right: inherit;
}
.shopping_cart_content .cart_list .media-body {
  width: 1000px;
  padding-right: 20px;
}
.rtl .shopping_cart_content .cart_list .media-body {
  padding-left: 20px;
  padding-right: inherit;
}
.shopping_cart_content .cart_list .cart-main-content {
  text-align: left;
  position: relative;
}
.rtl .shopping_cart_content .cart_list .cart-main-content {
  text-align: right;
}
.shopping_cart_content .cart_list .cart-main-content .remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  background: transparent !important;
  color: var(--uomo-text-color) !important;
}
.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
  left: 0;
  right: auto;
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover, .shopping_cart_content .cart_list .cart-main-content .remove:focus {
  color: #e44343 !important;
}
.shopping_cart_content .total {
  color: var(--uomo-link-color);
  border-top: 1px solid #E4E4E4;
  overflow: hidden;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 500;
}
.shopping_cart_content .total strong {
  font-weight: 500;
}
.shopping_cart_content .total .amount {
  float: right;
}
.rtl .shopping_cart_content .total .amount {
  float: left;
}
.shopping_cart_content .total.empty {
  border: none;
  margin: 0;
  padding-top: 0;
}

/** Plugins  add to wishlist, compare **/
.place-order {
  padding: 30px;
}

.yith-wcwl-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.input-text {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}

.woocommerce address {
  margin-bottom: 20px;
}

.product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.product-categories + .view-more-list-cat {
  position: absolute;
  background: #fff;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  z-index: 99;
  display: block;
  color: #5cb85c;
  padding: 5px 54px 15px;
}
.product-categories + .view-more-list-cat.view-less {
  color: #e44343;
}
.product-categories + .view-more-list-cat:hover, .product-categories + .view-more-list-cat:active {
  text-decoration: underline;
}
.product-categories.hideContent {
  height: 435px;
}
.product-categories.showContent {
  height: auto;
}
.product-categories .children {
  list-style: none;
  padding: 0 0 10px;
  padding-left: 20px;
}
.rtl .product-categories .children {
  padding-right: 20px;
  padding-left: inherit;
}
.product-categories li {
  margin-bottom: 10px;
}
.product-categories li:last-child {
  margin-bottom: 0;
}
.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
  color: var(--uomo-theme-color);
}
.product-categories li.cat-parent {
  position: relative;
}
.product-categories li.cat-parent > i {
  padding-right: 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 13px;
}
.rtl .product-categories li.cat-parent > i {
  padding-left: 12px;
  padding-right: inherit;
}
.rtl .product-categories li.cat-parent > i {
  right: 0;
  left: auto;
}

.top-archive-shop {
  padding-bottom: 30px;
}

.apus-results {
  margin-top: 10px;
}
.apus-results .apus-results-reset {
  display: inline-block;
  padding: 6px 15px;
  background: #e44343;
  color: #fff;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-results .apus-results-reset:hover, .apus-results .apus-results-reset:active {
  color: #fff;
  background: #d51f1f;
}

.ajax-pagination {
  text-align: center;
}
@media (min-width: 1200px) {
  .ajax-pagination {
    margin-top: 20px;
  }
}
.ajax-pagination.apus-loader .apus-loadmore-btn {
  display: none;
}
.ajax-pagination.apus-loader:after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  width: 100%;
}
.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
  display: none;
}
.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
  display: block;
  color: #e44343;
}

.add-cart > .added {
  display: none !important;
}
.add-cart .added_to_cart:after {
  display: none;
}

.apus-shop-products-wrapper.loading {
  position: relative;
}
.apus-shop-products-wrapper.loading:before {
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) center 100px/50px no-repeat rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin-bottom: 20px;
  }
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 0 0 3px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  width: 0;
  height: 2px;
  background: var(--uomo-theme-color);
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  right: 0;
  left: auto;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus {
  color: var(--uomo-theme-color);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover:before, .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus:before {
  width: 65%;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a {
  color: var(--uomo-theme-color);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before {
  width: 65%;
}

.title-page {
  font-weight: 700;
  font-size: 25px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .title-page {
    font-size: 35px;
    margin-bottom: 40px;
  }
}

.cart_item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
}
.cart_item > .media-left {
  width: 70%;
}
.cart_item img {
  width: 90px;
  max-width: none;
}
.cart_item .content-left {
  overflow: hidden;
  padding-left: 20px;
}
.rtl .cart_item .content-left {
  padding-right: 20px;
  padding-left: inherit;
}
.cart_item .product-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
}
.cart_item .price {
  font-size: 20px;
  font-weight: 500;
  color: #4c4c4c;
  font-weight: 400;
}
.cart_item a.remove {
  margin: 0 0 15px;
  display: inline-block;
  font-size: 32px;
  color: var(--uomo-text-color) !important;
}
.cart_item a.remove:hover, .cart_item a.remove:active {
  color: #e44343 !important;
}

div.cart .input-text {
  height: 53px;
  border: 2px solid #E4E4E4;
}
div.cart .input-text:focus, div.cart .input-text:active {
  border-color: var(--uomo-link-color);
}
div.cart label {
  font-size: 18px;
  color: #000;
}

.apus-checkout-step {
  padding: 0;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .apus-checkout-step {
    margin-bottom: 40px;
  }
}
.apus-checkout-step ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.apus-checkout-step .inner-right {
  overflow: hidden;
}
.apus-checkout-step .inner-step-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .apus-checkout-step .inner-step-title {
    font-size: 18px;
  }
}
.apus-checkout-step .step {
  font-size: 18px;
  font-weight: 500;
  float: left;
  padding-right: 12px;
}
.rtl .apus-checkout-step .step {
  float: right;
}
.rtl .apus-checkout-step .step {
  padding-left: 12px;
  padding-right: inherit;
}
.apus-checkout-step li {
  border-bottom: 2px solid #E4E4E4;
  position: relative;
  float: left;
  padding: 0 0 15px;
  margin-bottom: 10px;
  width: 100%;
}
.rtl .apus-checkout-step li {
  float: right;
}
@media (max-width: 991px) {
  .apus-checkout-step li {
    padding: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .apus-checkout-step li {
    width: 33.33%;
  }
}
.apus-checkout-step li:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #222222;
}
.rtl .apus-checkout-step li:before {
  right: 0;
  left: auto;
}
.apus-checkout-step li.active .step,
.apus-checkout-step li.active .inner-step-title {
  color: var(--uomo-link-color);
}
.apus-checkout-step li.active:before {
  width: 100%;
}

.woocommerce ul.order_details {
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  border: 1px dashed #222;
}
@media (min-width: 1200px) {
  .woocommerce ul.order_details {
    padding: 35px 40px;
    margin-bottom: 35px;
  }
}
.woocommerce ul.order_details li {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce ul.order_details li {
    width: 20%;
  }
}
.woocommerce ul.order_details li strong {
  margin-top: 10px;
  color: var(--uomo-link-color);
  font-size: 16px;
  font-weight: 500;
}

.product-top-title {
  position: relative;
}
.product-top-title .view-more {
  position: absolute;
  top: 5px;
  right: 0;
}
.rtl .product-top-title .view-more {
  left: 0;
  right: auto;
}

.layout-detail-product #tabs-list-specifications td {
  padding: 15px;
  border-color: #eff0f2;
}
.layout-detail-product #tabs-list-specifications td:first-child {
  font-weight: 500;
  text-transform: uppercase;
}
.layout-detail-product .woocommerce-message {
  margin: 30px 0 0;
}

.accessoriesproducts .list-accesories {
  margin-bottom: 10px;
}
.accessoriesproducts .check-item {
  margin-top: 10px;
}

.wcv-pro-vendorlist {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E4E4E4;
  border-top: none;
  background: #fff;
  height: auto;
}
.wcv-pro-vendorlist .name-store {
  font-size: 18px;
  margin: 10px 0;
}
.wcv-pro-vendorlist:hover .avatar:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wcv-pro-vendorlist .avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  max-width: 100%;
}
.wcv-pro-vendorlist .avatar:before {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--uomo-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
}
.wcv-pro-vendorlist .metas {
  margin: 0 0 5px;
}
.wcv-pro-vendorlist .metas > * {
  display: inline-block;
  font-size: 14px;
}
.wcv-pro-vendorlist .metas > * + * {
  margin-left: 20px;
}
.rtl .wcv-pro-vendorlist .metas > * + * {
  margin-right: 20px;
  margin-left: inherit;
}
.wcv-pro-vendorlist .metas .total-value {
  font-weight: normal;
}
.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
  font-size: 14px;
  margin: 0 0 7px;
}
.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
  margin: 0;
}

.pv_shop_description {
  padding: 0 15px 30px;
}

.wcv-header-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/bg-vendor.jpg) repeat rgba(255, 255, 255, 0.9);
}
.wcv-header-container .store-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wcv-header-container .wcv-store-grid {
  padding: 0 0 30px 0;
}
.wcv-header-container #inner-element {
  background: transparent none repeat scroll 0 0;
  clear: both;
  overflow: hidden;
  position: static;
  max-width: none;
  width: 100%;
  padding: 0;
}
.wcv-header-container #inner-element .store-info {
  text-align: inherit;
}

.store-info .title-store {
  display: inline-block;
}
.store-info .wcv-verified-vendor {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 12px;
  color: #fff;
  background: #4a90de;
  padding: 5px 18px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.store-info .social-icons {
  list-style: none;
  margin: 25px 0 0 !important;
  padding: 0;
}
.store-info .social-icons li {
  display: inline-block;
  margin-right: 10px;
}
.rtl .store-info .social-icons li {
  margin-left: 10px;
  margin-right: inherit;
}
.store-info .social-icons li a {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #405e9c;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.store-info .social-icons li a.facebook {
  border: 1px solid #405e9c;
  color: #405e9c !important;
}
.store-info .social-icons li a.facebook:hover, .store-info .social-icons li a.facebook:active {
  background: #405e9c;
}
.store-info .social-icons li a.twitter {
  border: 1px solid #55acee;
  color: #55acee !important;
}
.store-info .social-icons li a.twitter:hover, .store-info .social-icons li a.twitter:active {
  background: #55acee;
}
.store-info .social-icons li a.instagram {
  border: 1px solid #5280a5;
  color: #5280a5 !important;
}
.store-info .social-icons li a.instagram:hover, .store-info .social-icons li a.instagram:active {
  background: #5280a5;
}
.store-info .social-icons li a.googleplus {
  color: #cd2129 !important;
  border: 1px solid #cd2129;
}
.store-info .social-icons li a.googleplus:hover, .store-info .social-icons li a.googleplus:active {
  background: #cd2129;
}
.store-info .social-icons li a.linkedin {
  color: #318dc1 !important;
  border: 1px solid #318dc1;
}
.store-info .social-icons li a.linkedin:hover, .store-info .social-icons li a.linkedin:active {
  background: #318dc1;
}
.store-info .social-icons li a.youtube {
  color: #cb312e !important;
  border: 1px solid #cb312e;
}
.store-info .social-icons li a.youtube:hover, .store-info .social-icons li a.youtube:active {
  background: #cb312e;
}
.store-info .social-icons li a:hover, .store-info .social-icons li a:active {
  color: #fff !important;
  background: #405e9c;
}
.store-info .title-store {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.store-info .rating-products-wrapper {
  margin: 0 0 20px;
  font-size: 16px;
}
.store-info .rating-products-wrapper > * {
  display: inline-block;
  vertical-align: top;
}
.store-info .rating-products-wrapper > * > * {
  display: block;
}
.store-info .store-address address {
  margin: 0;
}
.store-info .store-address i,
.store-info .store-phone i {
  margin-right: 8px;
}
.rtl .store-info .store-address i, .rtl
.store-info .store-phone i {
  margin-left: 8px;
  margin-right: inherit;
}
.store-info .total-products {
  padding-left: 50px;
}
.rtl .store-info .total-products {
  padding-right: 50px;
  padding-left: inherit;
}
.store-info .total-products .total-value {
  font-size: 24px;
  color: #242424;
  font-weight: normal;
  line-height: 1.1;
}
.store-info .media-body {
  max-width: 600px;
  font-size: 14px;
}
.store-info .media-left {
  padding-right: 30px;
}
.rtl .store-info .media-left {
  padding-left: 30px;
  padding-right: inherit;
}
.store-info .favourite-wrapper {
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 0;
}
.store-info .denso-favourite-vendor {
  border-color: #E4E4E4;
  font-size: 12px;
  display: block;
  font-weight: 400;
  padding: 8px 15px;
  text-transform: capitalize;
}
.store-info .denso-favourite-vendor:hover, .store-info .denso-favourite-vendor:active {
  border-color: var(--uomo-theme-color);
}
.store-info .denso-favourite-vendor i {
  margin-right: 3px;
}
.rtl .store-info .denso-favourite-vendor i {
  margin-left: 3px;
  margin-right: inherit;
}
.store-info .denso-favourite-vendor.added {
  color: #fff;
  border-color: var(--uomo-theme-color);
  background: var(--uomo-theme-color);
}

.store-aurhor-inner {
  text-align: center;
  margin-top: 30px;
}
.store-aurhor-inner .avatar {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #e8e8e8;
  overflow: hidden;
}
.store-aurhor-inner .store-aurhor .name-author {
  margin: 5px 0 10px;
}

.vendor-reviews-inner {
  background: #f8f8f8;
  border: 2px solid #E4E4E4;
  padding: 20px;
}
.vendor-reviews-inner .title-info {
  font-size: 16px !important;
  margin: 10px 0 20px  !important;
}
.vendor-reviews-inner .star-rating {
  float: left;
  margin-right: 40px;
}
.rtl .vendor-reviews-inner .star-rating {
  float: right;
}
.rtl .vendor-reviews-inner .star-rating {
  margin-left: 40px;
  margin-right: inherit;
}
.vendor-reviews-inner .special-progress > * {
  display: inline-block;
  vertical-align: top;
}
.vendor-reviews-inner .special-progress .progress {
  width: 210px;
  margin: 0;
}
.vendor-reviews-inner .special-progress .progress .progress-bar {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.vendor-reviews-inner .special-progress .value {
  margin: 0 8px;
  line-height: 1;
}
.vendor-reviews-inner .average-value {
  font-size: 30px;
  font-weight: normal;
  color: #242424;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #E4E4E4;
  padding: 20px 5px;
}
.vendor-reviews-inner .average-value span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.special-progress {
  margin: 5px 0 0;
  font-size: 13px;
}
.special-progress .progress {
  background: #EEEEEE;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  height: 4px;
  margin: 0 0 5px;
}
.special-progress .progress .progress-bar {
  background: var(--uomo-theme-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.special-progress .info_sold span {
  color: var(--uomo-link-color);
}

.single-rating {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E4E4E4;
}
.single-rating:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.single-rating .avatar {
  max-width: none;
  min-width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.single-rating .media-left {
  padding-right: 20px;
}
.rtl .single-rating .media-left {
  padding-left: 20px;
  padding-right: inherit;
}
.single-rating .stars-value {
  float: right;
}
.rtl .single-rating .stars-value {
  float: left;
}
.single-rating .stars-value .fa-star {
  color: #fednormal;
}
.single-rating h4 {
  font-weight: 400;
  font-size: 10px;
  margin: 0 0 15px;
  color: var(--uomo-text-color);
}
.single-rating h4 .name {
  font-weight: normal;
  font-size: 12px;
  color: #464646;
  text-transform: uppercase;
}
.single-rating h6 {
  margin: 0 0 15px;
}

.btn-showserach-dokan {
  cursor: pointer;
}

.wrapper-dokan .btn-showserach-dokan {
  padding: 6px 9px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-width: 2px;
}
.wrapper-dokan .dokan-seller-search-form {
  font-size: 14px;
  margin: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.wrapper-dokan .dokan-seller-search-form input {
  width: 100% !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.wrapper-dokan .dokan-seller-search-form.active {
  width: 220px;
}
.wrapper-dokan > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.rtl .wrapper-dokan > * {
  margin-left: 10px;
  margin-right: inherit;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  margin-bottom: 30px;
}

.dokan-list-inline > li > a {
  font-family: var(--uomo-heading-font), Arial, sans-serif;
}

.dokan-widget-area #cat-drop-stack > ul,
.dokan-store-menu #cat-drop-stack > ul {
  list-style: none;
  padding: 0;
}
.dokan-widget-area #cat-drop-stack > ul li,
.dokan-store-menu #cat-drop-stack > ul li {
  margin-bottom: 5px;
}
.dokan-widget-area #cat-drop-stack > ul li:last-child,
.dokan-store-menu #cat-drop-stack > ul li:last-child {
  margin-bottom: 0;
}
.dokan-widget-area #cat-drop-stack > ul a:hover, .dokan-widget-area #cat-drop-stack > ul:focus,
.dokan-store-menu #cat-drop-stack > ul a:hover,
.dokan-store-menu #cat-drop-stack > ul:focus {
  color: var(--uomo-theme-color);
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-weight: 500;
}

.dokan-single-store .profile-info .dokan-store-info {
  list-style: none;
  font-size: 14px;
}
.dokan-single-store .profile-info .dokan-store-info li {
  float: none !important;
}
.dokan-single-store .profile-info .dokan-store-info li:before {
  display: none;
}

.dokan-store-location,
.dokan-store-contact {
  list-style: none;
}
.dokan-store-location ul,
.dokan-store-contact ul {
  list-style: none;
  padding: 0;
}

.dokan-store-tabss {
  margin-bottom: 20px;
}
.dokan-store-tabss .dokan-right {
  margin: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .dokan-store-tabss {
    margin-bottom: 30px;
  }
}

.dokan-store-sidebar #dokan-store-location {
  height: 200px;
  width: 100%;
}

.wfg-popup {
  border: none !important;
}

.wfg-popup h2.wfg-title {
  background: var(--uomo-theme-color);
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wfg-gifts .wfg-gift-item h3 {
  background: #fff;
  color: var(--uomo-link-color);
  border-top: 1px solid #E4E4E4;
}

.wfg-gifts .wfg-gift-item {
  border: 1px solid #E4E4E4;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
  margin: 0;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap .btn, #dokan-seller-listing-wrap ul.dokan-seller-wrap .viewmore-products-btn {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-width: 2px;
  padding: 8px 30px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.product-block .wcvendors_sold_by_in_loop {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.rtl .product-block .wcvendors_sold_by_in_loop {
  right: 0;
  left: auto;
}
.product-block .wcvendors_sold_by_in_loop img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.seller-info-social {
  list-style: none;
}
.seller-info-social li {
  display: inline-block;
  margin-right: 20px;
}
.rtl .seller-info-social li {
  margin-left: 20px;
  margin-right: inherit;
}

.seller-info-top {
  margin-bottom: 20px;
}
.seller-info-top .store-brand img {
  max-width: none;
}

#woocommerce-accordion {
  margin: 15px 0 0;
}
@media (min-width: 1200px) {
  #woocommerce-accordion {
    margin-top: 35px;
  }
}
#woocommerce-accordion .panel {
  margin: 0 0 15px;
  border: none;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#woocommerce-accordion .panel > .panel-heading {
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  padding: 9px 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #fff !important;
}
#woocommerce-accordion .panel .panel-title {
  font-weight: 500;
  font-size: 16px;
}
#woocommerce-accordion .panel .panel-title a {
  display: block;
  position: relative;
  color: var(--uomo-text-color);
}
#woocommerce-accordion .panel .panel-title a:before {
  color: var(--uomo-link-color);
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rtl #woocommerce-accordion .panel .panel-title a:before {
  left: 0;
  right: auto;
}
#woocommerce-accordion .panel .panel-title a:not(.collapsed) {
  color: var(--uomo-link-color);
}
#woocommerce-accordion .panel .panel-title a:not(.collapsed):before {
  content: '-';
}
#woocommerce-accordion .panel .panel-body {
  padding: 10px 0 0;
  border: none;
}
#woocommerce-accordion .panel .panel-body p:last-child {
  margin-bottom: 0;
}
#woocommerce-accordion .panel .panel-body > h2 {
  display: none;
}

.wrapper-filter {
  min-height: 73px;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4;
}

.shop-top-sidebar-wrapper {
  background: #fff;
  padding: 20px 0 0;
  display: block;
  overflow: hidden;
  width: 100% !important;
}
@media (min-width: 992px) {
  .shop-top-sidebar-wrapper {
    padding: 40px 0 0;
  }
}
.shop-top-sidebar-wrapper .dropdown > span {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.shop-top-sidebar-wrapper .widget {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .shop-top-sidebar-wrapper {
    margin-bottom: 15px;
  }
}
.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner > * {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
.rtl .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner > * {
  float: right;
}
@media (min-width: 768px) {
  .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner > * {
    width: 20%;
  }
}
.shop-top-sidebar-wrapper .wrapper-limit {
  padding: 10px;
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li {
  margin-bottom: 8px;
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li:last-child,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li:last-child {
  margin: 0;
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting a,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter a {
  white-space: nowrap;
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .current,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .current {
  color: var(--uomo-theme-color);
}
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter,
.shop-top-sidebar-wrapper .wrapper-limit .woocommerce-widget-layered-nav-list {
  height: 200px;
}
.shop-top-sidebar-wrapper .tagcloud {
  height: 200px;
}

.products-wrapper-grid-banner .cl-3 div.product.col-sm-4.first,
.products-wrapper-grid-banner .cl-2 div.product.col-sm-4.first {
  clear: none;
}
@media (min-width: 768px) {
  .products-wrapper-grid-banner .cl-3 div.product.col-sm-4:nth-child(3n + 1),
  .products-wrapper-grid-banner .cl-2 div.product.col-sm-4:nth-child(3n + 1) {
    clear: both;
  }
}
.products-wrapper-grid-banner .col-md-cus-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.rtl .products-wrapper-grid-banner .col-md-cus-5 {
  float: right;
}
@media (min-width: 992px) {
  .products-wrapper-grid-banner .col-md-cus-5 {
    width: 20%;
  }
}

.product-bundles {
  padding: 20px 0;
}
.product-bundles .product-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}
.product-bundles .product-item .product-image {
  float: left;
  width: 80px;
  padding-right: 10px;
}
.rtl .product-bundles .product-item .product-image {
  float: right;
}
.rtl .product-bundles .product-item .product-image {
  padding-left: 10px;
  padding-right: inherit;
}
.product-bundles .product-item .product-content {
  overflow: hidden;
}
.product-bundles .product-item .product-name {
  display: block;
  color: var(--uomo-link-color);
  margin: 3px 0;
}
.product-bundles .total {
  padding-bottom: 10px;
}
.product-bundles .total-discount {
  color: #5cb85c;
}
.product-bundles .total-price {
  font-size: 18px;
  font-weight: 500;
  color: var(--uomo-link-color);
}

.product-category h3 {
  margin: 15px 0 0;
  font-size: 18px;
}
.product-category h3 .count {
  background: transparent;
  padding: 0;
}
.product-category .category-body {
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-category .category-body {
    margin: 0 0 30px;
  }
}

.page-shop {
  margin-bottom: 30px;
}
.page-shop.has-elementor {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .page-shop.has-elementor {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .page-shop {
    margin-bottom: 80px;
  }
}
.page-shop .apus-pagination {
  margin-bottom: 0;
}

.shop-normal {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .shop-normal {
    margin-bottom: 30px;
  }
}
.shop-normal .hidden-icon {
  display: block !important;
}
.shop-normal .woo-breadcrumb {
  background-color: #EEEEEE;
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
  padding: 40px 20px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .shop-normal .woo-breadcrumb {
    margin-left: 60px;
    margin-right: 60px;
    padding: 150px 20px;
  }
}
.shop-normal .woo-breadcrumb .wrapper-breads {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}
.shop-normal .woo-breadcrumb .bread-title {
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 5px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .shop-normal .woo-breadcrumb .bread-title {
    font-size: 60px;
  }
}
.shop-normal + .page-shop.has-elementor {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .shop-normal + .page-shop.has-elementor {
    padding-top: 20px;
  }
}

.woo-breadcrumb {
  margin: 0;
}
.woo-breadcrumb .wrapper-breads {
  padding: 0;
  border: 0;
}

.breadcrumb-navigation-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .breadcrumb-navigation-wrapper {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .breadcrumb-navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumb-navigation-wrapper .woo-breadcrumb {
  background: transparent !important;
}
@media (min-width: 768px) {
  .breadcrumb-navigation-wrapper .woo-breadcrumb {
    padding-right: 10px;
  }
  .rtl .breadcrumb-navigation-wrapper .woo-breadcrumb {
    padding-left: 10px;
    padding-right: inherit;
  }
}
.breadcrumb-navigation-wrapper .product-navs {
  text-transform: capitalize;
  margin-left: auto;
}
.rtl .breadcrumb-navigation-wrapper .product-navs {
  margin-right: auto;
  margin-left: inherit;
}
@media (max-width: 767px) {
  .breadcrumb-navigation-wrapper .product-navs {
    margin-top: 10px;
  }
}
.breadcrumb-navigation-wrapper .post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-navigation-wrapper .post-navigation .nav-links > * {
  width: auto;
  float: none;
}
.breadcrumb-navigation-wrapper .post-navigation .nav-links > * + .nav-next {
  padding-left: 30px;
}
.rtl .breadcrumb-navigation-wrapper .post-navigation .nav-links > * + .nav-next {
  padding-right: 30px;
  padding-left: inherit;
}

.info_wrapper_alert {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
.info_wrapper_alert .title {
  background-color: #FAF9F8;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 20px;
  color: var(--uomo-link-color);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .info_wrapper_alert .title {
    padding: 26px 40px;
  }
}
.info_wrapper_alert .inner {
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .info_wrapper_alert .inner {
    padding: 35px 40px;
  }
}
.info_wrapper_alert .mfp-close {
  color: var(--uomo-link-color);
  border: 0 !important;
  background-color: transparent !important;
}
.info_wrapper_alert .mfp-close:hover, .info_wrapper_alert .mfp-close:focus {
  color: #e44343;
}
@media (min-width: 1200px) {
  .info_wrapper_alert .mfp-close {
    font-size: 32px;
    margin: 16px;
  }
}
.info_wrapper_alert .media-heading {
  font-weight: 500;
  font-size: 16px;
}
.info_wrapper_alert .info-price {
  font-weight: 500;
  color: var(--uomo-link-color);
  text-transform: uppercase;
  white-space: nowrap;
}
.info_wrapper_alert .free {
  color: #B9A16B;
}
@media (min-width: 1200px) {
  .info_wrapper_alert {
    margin-top: 25px;
  }
}

.shop-top-categories {
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .shop-top-categories {
    margin-bottom: 30px;
  }
}
.shop-top-categories .shop-page-title {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .shop-top-categories .shop-page-title {
    margin-bottom: 25px;
  }
}
.shop-top-categories .inner {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}
.shop-top-categories + .page-shop.has-elementor {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .shop-top-categories + .page-shop.has-elementor {
    padding-top: 20px;
  }
}
.shop-top-categories.style1 {
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
  padding: 40px 30px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1400px) {
  .shop-top-categories.style1 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 140px 30px;
  }
}
.shop-top-categories.style1 .list-category-products {
  text-align: inherit;
}
.shop-top-categories.style1 .shop-page-title {
  text-transform: uppercase;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 2px var(--uomo-link-color);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 1200px) {
  .shop-top-categories.style1 .shop-page-title {
    font-size: 90px;
  }
}
.shop-top-categories.style1 .shop-page-title:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.shop-top-categories.style2 {
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .shop-top-categories.style2 {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .shop-top-categories.style2 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 150px 0;
  }
}
.shop-top-categories.style2 .shop-page-title {
  text-transform: uppercase;
  font-size: 35px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style2 .shop-page-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.shop-top-categories .icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  width: 68px;
  height: 68px;
  font-size: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .shop-top-categories .icon-wrapper {
    width: 98px;
    height: 98px;
    font-size: 40px;
  }
}
.shop-top-categories .icon-image-wrapper {
  overflow: hidden;
  width: 80px;
  height: 80px;
}
@media (min-width: 1200px) {
  .shop-top-categories .icon-image-wrapper {
    width: 120px;
    height: 120px;
  }
}
.shop-top-categories .icon-image-wrapper img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shop-top-categories .icon-image-wrapper:hover img, .shop-top-categories .icon-image-wrapper:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-top-categories h5 {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .shop-top-categories h5 {
    font-size: 16px;
  }
}
.shop-top-categories.style3 {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style3 {
    padding: 20px 0;
    margin-top: 30px;
  }
}
.shop-top-categories.style3 .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1410px;
}
.shop-top-categories.style3 .shop-page-title {
  font-size: 25px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style3 .shop-page-title {
    font-size: 35px;
  }
}
.shop-top-categories.style3 .list-category-products {
  justify-content: start;
  -webkit-justify-content: start;
  -o-justify-content: start;
}
.shop-top-categories.style4 {
  text-align: center;
  padding: 40px 15px;
  background-color: #222222;
}
@media (min-width: 1200px) {
  .shop-top-categories.style4 {
    padding: 170px 15px;
  }
}
.shop-top-categories.style4 .inner {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.shop-top-categories.style4 .shop-page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style4 .shop-page-title {
    font-size: 90px;
    margin-bottom: 30px;
  }
}
.shop-top-categories.style4 .list-category-products li a {
  color: #fff;
  text-transform: uppercase;
}
.shop-top-categories.style4 .list-category-products li a:before {
  background-color: #fff;
}
.shop-top-categories.style5 {
  padding: 30px 0;
  text-align: center;
  background-color: #FAF9F8;
}
@media (min-width: 1200px) {
  .shop-top-categories.style5 {
    padding: 85px 0;
  }
}
.shop-top-categories.style5 .shop-page-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .shop-top-categories.style5 .shop-page-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.shop-top-categories.style5 .list-category-products li {
  width: 80px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style5 .list-category-products li {
    margin-right: 45px;
    width: 120px;
  }
  .rtl .shop-top-categories.style5 .list-category-products li {
    margin-left: 45px;
    margin-right: inherit;
  }
}
.shop-top-categories.style5 .list-category-products li a {
  padding: 0;
}
.shop-top-categories.style5 .list-category-products li a:before {
  display: none;
}
.shop-top-categories.style6 {
  border: 2px solid #E4E4E4;
  -webkit-box-shadow: 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 10px #fff inset;
  padding: 30px 10px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .shop-top-categories.style6 {
    margin-left: 60px;
    margin-right: 60px;
    padding: 90px 10px;
  }
}
.shop-top-categories.style6 .shop-page-title {
  text-transform: uppercase;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 2px var(--uomo-link-color);
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 1200px) {
  .shop-top-categories.style6 .shop-page-title {
    font-size: 90px;
    margin-bottom: 40px;
  }
}
.shop-top-categories.style6 .shop-page-title:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.shop-top-categories.style6 .list-category-products li {
  width: 68px;
}
@media (min-width: 1200px) {
  .shop-top-categories.style6 .list-category-products li {
    margin-right: 45px;
    width: 98px;
  }
  .rtl .shop-top-categories.style6 .list-category-products li {
    margin-left: 45px;
    margin-right: inherit;
  }
}
.shop-top-categories.style6 .list-category-products li a {
  color: var(--uomo-text-color);
  padding: 0;
}
.shop-top-categories.style6 .list-category-products li a:before {
  display: none;
}
.shop-top-categories.style6 .list-category-products li a:hover, .shop-top-categories.style6 .list-category-products li a:focus {
  color: var(--uomo-link-color);
}

.list-category-products {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-align: center;
}
.list-category-products li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 8px;
}
.rtl .list-category-products li {
  margin-left: 10px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .list-category-products li {
    margin-right: 25px;
  }
  .rtl .list-category-products li {
    margin-left: 25px;
    margin-right: inherit;
  }
}
.list-category-products li:last-child {
  margin-right: 0 !important;
}
.rtl .list-category-products li:last-child {
  margin-left: 0 !important;
  margin-right: inherit;
}
.list-category-products li a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 3px;
}
.list-category-products li a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .list-category-products li a:before {
  right: 0;
  left: auto;
}
.list-category-products li a.active, .list-category-products li a:hover {
  color: var(--uomo-link-color);
}
.list-category-products li a.active:before, .list-category-products li a:hover:before {
  width: 65%;
}
.list-category-products li.current-cat > a:before {
  width: 65%;
}

.category-description {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category-description {
    margin-bottom: 30px;
  }
}

.zoom-sizeguides.mfp-bg {
  background-color: rgba(34, 34, 34, 0.4);
}
.zoom-sizeguides .mfp-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.apus-sizeguides {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}
.apus-sizeguides .mfp-close {
  margin: 4px;
}
@media (min-width: 1200px) {
  .apus-sizeguides .mfp-close {
    font-size: 35px;
    margin: 18px 25px;
  }
}
.apus-sizeguides .title {
  font-size: 16px;
  margin: 0;
  padding: 15px 20px;
  background-color: #FAF9F8;
}
@media (min-width: 1200px) {
  .apus-sizeguides .title {
    padding: 30px 40px;
  }
}
.apus-sizeguides .content-sizeguides {
  padding: 15px;
}
@media (min-width: 1200px) {
  .apus-sizeguides .content-sizeguides {
    padding: 40px;
  }
}
.apus-sizeguides .inner .image-inner {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .apus-sizeguides .inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .apus-sizeguides .inner > div {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
  }
  .rtl .apus-sizeguides .inner > div {
    float: right;
  }
  .apus-sizeguides .inner .image-inner {
    margin-bottom: 0;
    width: 45%;
  }
  .apus-sizeguides .inner .inner-content {
    width: 55%;
  }
}
.apus-sizeguides .header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--uomo-link-color);
}

.sizeguides-table {
  border: 0;
  margin: 0;
  text-transform: uppercase;
  color: var(--uomo-link-color);
}
.sizeguides-table td {
  border: 0 !important;
  padding: 6px 8px;
}
.sizeguides-table th {
  color: var(--uomo-text-color);
}
.sizeguides-table td, .sizeguides-table th {
  font-weight: 500;
  border: 0;
}
.sizeguides-table td:first-child, .sizeguides-table th:first-child {
  padding-left: 0;
}
.rtl .sizeguides-table td:first-child, .rtl .sizeguides-table th:first-child {
  padding-right: 0;
  padding-left: inherit;
}

.sizeguides-btn {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--uomo-link-color) !important;
}
.sizeguides-btn:before {
  content: '';
  width: 65%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .sizeguides-btn:before {
  right: 0;
  left: auto;
}
.sizeguides-btn:hover:before {
  width: 100%;
}

.sizeguides-section {
  margin-bottom: 30px;
  max-height: 195px;
  overflow: auto;
}
.sizeguides-section:last-child {
  margin-bottom: 0;
}

.apus-salespopup-wrapper {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 0 25px 0 rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 25px 0 rgba(34, 34, 34, 0.05);
  bottom: 20px;
  left: 20px;
  font-size: 13px;
}
.rtl .apus-salespopup-wrapper {
  right: 20px;
  left: auto;
}
.apus-salespopup-wrapper .inner:after {
  clear: both;
  display: table;
  content: "";
}
.apus-salespopup-wrapper .inner .close {
  text-shadow: none;
  font-size: 9px;
  line-height: 23px;
}
.apus-salespopup-wrapper .inner .close:focus, .apus-salespopup-wrapper .inner .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.apus-salespopup-wrapper .thumb {
  float: left;
  display: block;
  margin: 0;
  padding-right: 15px;
}
.rtl .apus-salespopup-wrapper .thumb {
  float: right;
}
.rtl .apus-salespopup-wrapper .thumb {
  padding-left: 15px;
  padding-right: inherit;
}
.apus-salespopup-wrapper h4.product-name {
  font-weight: 500;
  font-size: 14px;
}
.apus-salespopup-wrapper h4.product-name + small {
  color: #e44343;
}

.add-to-cart-bottom-wrapper {
  position: fixed;
  z-index: 4;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0 -8px 25px 0 rgba(140, 152, 164, 0.15);
  box-shadow: 0 -8px 25px 0 rgba(140, 152, 164, 0.15);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
}
.add-to-cart-bottom-wrapper.sticky {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.add-to-cart-bottom-wrapper .product-image {
  width: 100px;
  padding-right: 20px;
}
.rtl .add-to-cart-bottom-wrapper .product-image {
  padding-left: 20px;
  padding-right: inherit;
}
.add-to-cart-bottom-wrapper .product-image + h3 {
  width: calc(100% - 100px);
}
.add-to-cart-bottom-wrapper .name {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.add-to-cart-bottom-wrapper .woocs_price_code {
  color: var(--uomo-link-color);
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}
.rtl .add-to-cart-bottom-wrapper .woocs_price_code {
  margin-left: 20px;
  margin-right: inherit;
}
.add-to-cart-bottom-wrapper .woocs_price_code del {
  display: none;
}
.add-to-cart-bottom-wrapper .stock {
  margin: 0;
  margin-right: 20px;
}
.rtl .add-to-cart-bottom-wrapper .stock {
  margin-left: 20px;
  margin-right: inherit;
}
.add-to-cart-bottom-wrapper .cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}
.add-to-cart-bottom-wrapper .cart .added_to_cart,
.add-to-cart-bottom-wrapper .cart button.button {
  border: 2px solid #222;
  background-color: #222;
  color: #fff;
  padding: 11px 50px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.72;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.add-to-cart-bottom-wrapper .cart .added_to_cart:hover, .add-to-cart-bottom-wrapper .cart .added_to_cart:focus,
.add-to-cart-bottom-wrapper .cart button.button:hover,
.add-to-cart-bottom-wrapper .cart button.button:focus {
  color: #222;
  background-color: #fff;
}
.add-to-cart-bottom-wrapper .cart .added {
  display: none !important;
}
.add-to-cart-bottom-wrapper .cart .buttons_added {
  margin-right: 20px;
}
.rtl .add-to-cart-bottom-wrapper .cart .buttons_added {
  margin-left: 20px;
  margin-right: inherit;
}
.add-to-cart-bottom-wrapper .cart .quantity .qty,
.add-to-cart-bottom-wrapper .cart .quantity .plus,
.add-to-cart-bottom-wrapper .cart .quantity .minus {
  height: 46px !important;
}
.add-to-cart-bottom-wrapper .size-guide-wrapper {
  display: none !important;
}
.add-to-cart-bottom-wrapper .single_variation_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}
.add-to-cart-bottom-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}
.add-to-cart-bottom-wrapper table.variations {
  border: 0;
  width: auto;
  margin: 0 10px;
}
.add-to-cart-bottom-wrapper table.variations > tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.add-to-cart-bottom-wrapper table.variations > tbody > tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}
.add-to-cart-bottom-wrapper table.variations > tbody > tr > td {
  border: 0;
  padding: 0;
  padding-right: 5px;
}
.rtl .add-to-cart-bottom-wrapper table.variations > tbody > tr > td {
  padding-left: 5px;
  padding-right: inherit;
}
.add-to-cart-bottom-wrapper table.variations .tawcvs-swatches {
  padding: 0;
}
.add-to-cart-bottom-wrapper table.variations .reset_variations {
  display: none !important;
}
.add-to-cart-bottom-wrapper .variations label {
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .sticky-add-to-cart {
    margin-bottom: 100px;
  }
}
.woocommerce .woocommerce-form-coupon p {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-form-coupon .form-row {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-form-coupon .form-row {
    width: 50%;
  }
}
.woocommerce .woocommerce-form-coupon .form-row-last {
  padding-left: 20px;
}
.rtl .woocommerce .woocommerce-form-coupon .form-row-last {
  padding-right: 20px;
  padding-left: inherit;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-form-coupon .form-row-last {
    padding: 0;
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-form-coupon .form-row-last .button {
    width: 100%;
  }
}

.product-block.list {
  background-color: #F0EDED;
}
.product-block.list .metas {
  width: 100%;
  color: #fff;
  background-color: var(--uomo-theme-color);
  margin: 0;
  padding: 20px;
}
@media (min-width: 1500px) {
  .product-block.list .metas {
    padding: 20px 60px;
  }
}
.product-block.list .block-inner {
  border: 1px solid #F0EDED;
}
.product-block.list .image img {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.product-block.list .button .text {
  display: none;
}
.product-block.list .button i {
  display: inline-block !important;
}
.product-block.list .yith-wcwl-add-to-wishlist a,
.product-block.list .quickview,
.product-block.list .button,
.product-block.list .added_to_cart {
  margin: 0 4px;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .product-block.list .yith-wcwl-add-to-wishlist a,
  .product-block.list .quickview,
  .product-block.list .button,
  .product-block.list .added_to_cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.product-block.list .yith-wcwl-add-to-wishlist a:hover, .product-block.list .yith-wcwl-add-to-wishlist a:focus,
.product-block.list .quickview:hover,
.product-block.list .quickview:focus,
.product-block.list .button:hover,
.product-block.list .button:focus,
.product-block.list .added_to_cart:hover,
.product-block.list .added_to_cart:focus {
  color: var(--uomo-theme-color) !important;
  background-color: #fff;
  border-color: #fff;
}
.product-block.list .added_to_cart {
  color: var(--uomo-theme-color) !important;
  border-color: #fff;
  background-color: #fff;
  font-size: 0;
}
.product-block.list .added_to_cart:before {
  content: "\f102";
  font-family: "Flaticon";
  font-size: 16px;
}
.product-block.list .yith-wcwl-wishlistexistsbrowse a,
.product-block.list .yith-wcwl-wishlistaddedbrowse a {
  color: var(--uomo-theme-color) !important;
  background-color: #fff;
  border-color: #fff;
}
.product-block.list .button.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.list .button.loading:before {
  background-color: var(--uomo-theme-color);
}
.product-block.list .button.loading:after {
  color: #fff;
}
.product-block.list .quickview.loading {
  border-color: var(--uomo-theme-color);
}
.product-block.list .quickview.loading:before {
  color: #fff;
}
.product-block.list .quickview.loading:after {
  background-color: var(--uomo-theme-color);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.product-block.list del {
  display: none !important;
}
.product-block.list .name,
.product-block.list ins,
.product-block.list .price,
.product-block.list a {
  color: #fff !important;
}
.product-block.list .price {
  font-family: var(--uomo-heading-font), Arial, sans-serif;
  font-size: 30px !important;
  font-weight: 700 !important;
}
@media (min-width: 1200px) {
  .product-block.list .price {
    font-size: 40px !important;
  }
}
.product-block.list .price ins {
  font-weight: 700 !important;
}
.product-block.list .name {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-block.list .product-cat {
  font-family: var(--uomo-heading-font), Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-block.list .meta-buttons {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .product-block.list .meta-buttons {
    margin-top: 20px;
  }
}

.widget-products-deal.inner-list .slick-carousel .slick-arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--uomo-link-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 1440px) {
  .widget-products-deal.inner-list .slick-carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.widget-products-deal.inner-list .slick-carousel .slick-arrow:hover, .widget-products-deal.inner-list .slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
@media (min-width: 1440px) {
  .widget-products-deal.inner-list .slick-prev {
    left: -80px;
  }
  .rtl .widget-products-deal.inner-list .slick-prev {
    right: -80px;
    left: auto;
  }
  .widget-products-deal.inner-list .slick-next {
    right: -80px;
  }
  .rtl .widget-products-deal.inner-list .slick-next {
    left: -80px;
    right: auto;
  }
}

.widget-product-full .apus-woocommerce-product-gallery-thumbs {
  padding: 10px 20px 0;
  max-width: 450px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.widget-product-full .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-bottom: 2px solid transparent;
}
.widget-product-full .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
  border-color: #C1C1C1;
}
.widget-product-full .woocommerce-product-rating {
  margin-bottom: 5px !important;
}
.widget-product-full div.product .product_title {
  margin-bottom: 5px;
}
.widget-product-full .woocommerce-product-details__short-description {
  margin-top: 15px;
}
.widget-product-full .woocommerce-variation-add-to-cart {
  padding-top: 10px;
}

/* 13. woocommerce widgets */
.widget.widget-products .tab-content .ajax-loading {
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) center 100px no-repeat #fff;
}
.widget.widget-products .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px;
}
.widget.widget-products .slick-carousel-top .slick-arrow {
  top: -60px;
}

.category-item {
  text-align: center;
  border: 1px solid #E4E4E4;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  padding: 10px;
}
@media (min-width: 1200px) {
  .category-item {
    padding: 50px 30px 30px;
  }
}
.category-item .image-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .category-item .image-wrapper {
    margin-bottom: 25px;
  }
}
.category-item .cat-title {
  margin: 0;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .category-item .cat-title {
    font-size: 24px;
  }
}
.category-item .product-nb {
  font-size: 12px;
  color: var(--uomo-theme-color);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.category-item:hover {
  border-color: var(--uomo-theme-color);
}

/*------------------------------------*\
    Widget Price Filter
\*------------------------------------*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #222;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #E4E4E4;
  height: 6px;
  margin: 12px 0;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  -ms-border-radius: 6px 0 0 6px;
  -o-border-radius: 6px 0 0 6px;
  width: calc(100% - 18px);
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 18px;
  height: 100%;
  background: #E4E4E4;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
}

.widget_price_filter {
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
}
.widget_price_filter .price_slider_wrapper {
  overflow: hidden;
}
.widget_price_filter .price_slider_amount .price_label {
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  float: left;
}
.widget_price_filter .price_slider_amount .to,
.widget_price_filter .price_slider_amount .from {
  color: var(--uomo-link-color);
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.rtl .widget_price_filter .ui-slider {
  text-align: right;
}
.widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  background: #dddddd;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 5px 20px;
  float: right;
  border: 0;
  background-color: #222;
  color: #fff;
  font-size: 13px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:focus {
  color: #fff;
  background-color: #151515;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 2px solid #222;
  cursor: pointer;
  background: #fff;
  top: -6px;
  margin: 0;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  margin-top: 20px;
}

/*------------------------------------*\
    Product List Widget
\*------------------------------------*/
.woocommerce ul.product_list_widget {
  list-style: none;
  border: 1px solid #E4E4E4;
}
.woocommerce ul.product_list_widget li {
  clear: both;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #E4E4E4;
}
@media (min-width: 768px) {
  .woocommerce ul.product_list_widget li {
    padding: 30px 20px;
  }
}
.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 0;
}
.woocommerce ul.product_list_widget li .review {
  clear: left;
}
.rtl .woocommerce ul.product_list_widget li .review {
  clear: right;
}
.woocommerce ul.product_list_widget li img {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce ul.product_list_widget .star-rating {
  display: none;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--uomo-link-color);
  font-weight: 500;
}
.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
  font-size: 14px;
  color: #b7b7b7;
}
.woocommerce ul.product_list_widget .product-title {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
  height: 24px;
  overflow: hidden;
}
.woocommerce ul.product_list_widget .product-title a {
  font-weight: 400;
}
.woocommerce ul.product_list_widget .left-content {
  float: left;
  padding-right: 15px;
  width: 80px;
}
.rtl .woocommerce ul.product_list_widget .left-content {
  float: right;
}
.rtl .woocommerce ul.product_list_widget .left-content {
  padding-left: 15px;
  padding-right: inherit;
}
.woocommerce ul.product_list_widget .right-content {
  margin-top: 5px;
  overflow: hidden;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.woo-deals.widget-content {
  padding-bottom: 0 !important;
}
.woo-deals .pts-countdown {
  padding: 5px 0;
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  font-size: 10px;
}
.woo-deals .time {
  padding: 18px 0;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.64);
}
.woo-deals .countdown-times {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
.woo-deals .countdown-times > .time-details {
  display: inline-block;
  background: #555857;
  padding: 10px 8px;
  color: #fff;
  margin: 0 2.5px;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 0;
  box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
  -ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
}
.woo-deals .countdown-times > .time-details:before {
  display: block;
  width: 100%;
  height: 1px;
  background: #1e1f1f;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.woo-deals .countdown-times > .time-details > b {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.apus-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apus-products-list .product-block {
  padding: 10px 0;
  background: #ffffff;
}
.apus-products-list .media-left {
  padding: 0;
}
.apus-products-list .media-body {
  padding-left: 20px;
}
.rtl .apus-products-list .media-body {
  padding-right: 20px;
  padding-left: inherit;
}
.apus-products-list .rating {
  display: none;
}
.apus-products-list .name {
  font-family: var(--uomo-main-font), Helvetica, Arial, sans-serif;
  margin: 0;
}
.apus-products-list .name a {
  color: var(--uomo-theme-color);
  font-size: 16px;
  text-transform: capitalize;
}
.apus-products-list .product-block:hover .name a {
  color: var(--uomo-theme-color);
}
.apus-products-list .groups-button * i {
  color: var(--uomo-text-color);
}
.apus-products-list .groups-button * i:hover {
  color: var(--uomo-theme-color);
}
.apus-products-list .groups-button .addcart, .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .apus-products-list .groups-button .quick-view {
  display: inline-block;
  padding-right: 26px;
}
.rtl .apus-products-list .groups-button .addcart, .rtl .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .rtl .apus-products-list .groups-button .quick-view {
  padding-left: 26px;
  padding-right: inherit;
}
.apus-products-list .groups-button .addcart .add-cart a {
  background: transparent;
  padding: 0;
}
.apus-products-list .groups-button .addcart .add-cart a .title-cart {
  display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
  vertical-align: bottom;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.apus-products-list .groups-button .quick-view {
  padding-right: 0px;
  vertical-align: middle;
}
.rtl .apus-products-list .groups-button .quick-view {
  padding-left: 0px;
  padding-right: inherit;
}
.apus-products-list .groups-button .quick-view a.quickview {
  background: transparent;
  border: none;
  padding: 0px;
}
.apus-products-list .price {
  margin-bottom: 10px;
}
.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
  font-size: 20px;
  color: #888625;
}
.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}
.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}

.sub-categories .sub-title {
  font-size: 15px;
  color: #fff;
  background: #222;
  padding: 14px 40px;
  margin: 0;
  text-transform: uppercase;
}
.sub-categories .sub-title .icon {
  margin-right: 20px;
}
.rtl .sub-categories .sub-title .icon {
  margin-left: 20px;
  margin-right: inherit;
}
.sub-categories .sub-title .pull-right {
  margin-top: 3px;
}
.sub-categories > .list-square {
  padding: 15px 40px;
  background: #f5f5f5;
}
.sub-categories > .list-square > li > a {
  color: var(--uomo-text-color);
}
.sub-categories > .list-square > li > a:before {
  background: var(--uomo-text-color);
}
.sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
  color: var(--uomo-link-color);
}
.sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
  background: var(--uomo-link-color);
}

.list-banner-category .category-wrapper {
  position: relative;
}
.list-banner-category .category-wrapper .category-meta {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}
.rtl .list-banner-category .category-wrapper .category-meta {
  right: 0;
  left: auto;
}
.list-banner-category .title {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.5px;
}
.list-banner-category .title a:hover, .list-banner-category .title a:active {
  text-decoration: underline;
}

.grid-banner-category.style1 .link-action {
  display: block;
  position: relative;
}
.grid-banner-category.style1 .link-action:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.grid-banner-category.style1 .link-action .title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  background: #fff;
  letter-spacing: 1px;
}
.grid-banner-category.style1 .link-action .info {
  text-align: center;
  top: 50%;
  margin-top: -19px;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.grid-banner-category.style1 .link-action:hover:before,
.grid-banner-category.style1 .link-action:hover .info, .grid-banner-category.style1 .link-action:active:before,
.grid-banner-category.style1 .link-action:active .info {
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid-banner-category.style1 .link-action:hover .info, .grid-banner-category.style1 .link-action:active .info {
  -webkit-animation: zoomInDown 0.5s linear 1;
  /* Safari 4.0 - 8.0 */
  animation: zoomInDown 0.5s linear 1;
}

.woocommerce-customer-details > h2,
.woocommerce-order-details__title {
  font-size: 28px;
}

.woocommerce form .form-row .input-checkbox {
  position: static;
  float: none;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: inherit;
}
.rtl .woocommerce form .form-row .input-checkbox {
  margin: 0 0 0 5px;
}
.woocommerce form .form-row .input-checkbox + label {
  display: inline-block;
}

.woocommerce-widget-layered-nav .view-more-list {
  font-size: 14px;
  text-decoration: underline;
  color: #5cb85c;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  overflow: hidden;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
  margin-bottom: 10px;
  height: 260px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
  height: auto;
  margin-bottom: 10px;
}

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  margin: 0 0 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a {
  display: inline-block;
  padding: 0 !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:before {
  display: none !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .swatch-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0;
  margin: 6px;
  position: relative;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .swatch-color:before {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid var(--uomo-link-color);
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  margin-right: 15px;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color {
  margin-left: 15px;
  margin-right: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color .count,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color span.value {
  display: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color:hover .swatch-color:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-color.chosen .swatch-color:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding: 5px 20px;
  border: 1px solid #E4E4E4;
  text-transform: uppercase;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label {
  margin-left: 15px;
  margin-right: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label a {
  color: var(--uomo-link-color) !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label .count,
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label .swatch-label {
  display: none;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label:hover, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-label.chosen {
  border-color: var(--uomo-link-color);
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a {
  width: 100%;
  position: relative;
  padding-left: 28px !important;
  color: var(--uomo-link-color) !important;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a {
  padding-right: 28px !important;
  padding-left: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a:before {
  content: '';
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 17px;
  height: 17px;
  border: 2px solid #E4E4E4;
  display: inline-block !important;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a:before {
  right: 0;
  left: auto;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a:after {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  content: '';
  width: 5px;
  height: 5px;
  background-color: var(--uomo-link-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 6px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a:after {
  right: 6px;
  left: auto;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a .count {
  padding: 0;
  float: right;
  color: var(--uomo-text-color);
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select > a .count {
  float: left;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select:hover > a:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select.chosen > a:before {
  border-color: var(--uomo-link-color);
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select:hover > a:after, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.attribute-select.chosen > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-price-filter,
.apus-product-sorting {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apus-price-filter li,
.apus-product-sorting li {
  margin-bottom: 6px;
}
.apus-price-filter li:last-child,
.apus-product-sorting li:last-child {
  margin-bottom: 0;
}
.apus-price-filter li.current, .apus-price-filter li.active,
.apus-product-sorting li.current,
.apus-product-sorting li.active {
  color: var(--uomo-theme-color);
}

.tabs-product {
  border: none;
  margin: 0;
}
.tabs-product > li {
  float: none;
  display: inline-block;
  margin-right: 20px;
}
.rtl .tabs-product > li {
  margin-left: 20px;
  margin-right: inherit;
}
@media (min-width: 1200px) {
  .tabs-product > li {
    margin-right: 50px;
  }
  .rtl .tabs-product > li {
    margin-left: 50px;
    margin-right: inherit;
  }
}
.tabs-product > li:last-child {
  margin-right: 0;
}
.rtl .tabs-product > li:last-child {
  margin-left: 0;
  margin-right: inherit;
}
.tabs-product > li > a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  border: 0 !important;
  margin: 0;
  font-size: 16px;
  color: var(--uomo-text-color);
  padding: 0 0 2px;
  background-color: transparent !important;
}
.tabs-product > li > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.rtl .tabs-product > li > a:before {
  right: 0;
  left: auto;
}
.tabs-product > li.active > a, .tabs-product > li:hover > a {
  color: var(--uomo-link-color);
}
.tabs-product > li.active > a:before, .tabs-product > li:hover > a:before {
  width: 65%;
}

@media (min-width: 1025px) {
  .widget-products .slick-carousel .slick-prev,
  .widget-products-tabs .slick-carousel .slick-prev {
    left: -10px;
  }
}
@media (min-width: 1450px) {
  .widget-products .slick-carousel .slick-prev,
  .widget-products-tabs .slick-carousel .slick-prev {
    left: -30px;
  }
}
@media (min-width: 1025px) {
  .widget-products .slick-carousel .slick-next,
  .widget-products-tabs .slick-carousel .slick-next {
    right: -10px;
  }
}
@media (min-width: 1450px) {
  .widget-products .slick-carousel .slick-next,
  .widget-products-tabs .slick-carousel .slick-next {
    right: -30px;
  }
}

@media (min-width: 1025px) {
  .rtl .widget-products .slick-carousel .slick-prev,
  .rtl .widget-products-tabs .slick-carousel .slick-prev {
    left: auto;
    right: -10px;
  }
}
@media (min-width: 1450px) {
  .rtl .widget-products .slick-carousel .slick-prev,
  .rtl .widget-products-tabs .slick-carousel .slick-prev {
    left: auto;
    right: -30px;
  }
}
@media (min-width: 1025px) {
  .rtl .widget-products .slick-carousel .slick-next,
  .rtl .widget-products-tabs .slick-carousel .slick-next {
    right: auto;
    left: -10px;
  }
}
@media (min-width: 1450px) {
  .rtl .widget-products .slick-carousel .slick-next,
  .rtl .widget-products-tabs .slick-carousel .slick-next {
    right: auto;
    left: -30px;
  }
}

.widget-products .widget-title,
.widget-products-tabs .widget-title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 26px;
}
@media (min-width: 768px) {
  .widget-products .widget-title,
  .widget-products-tabs .widget-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .widget-products .widget-title,
  .widget-products-tabs .widget-title {
    font-size: 35px;
  }
}
.widget-products .top-info,
.widget-products-tabs .top-info {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .widget-products .top-info,
  .widget-products-tabs .top-info {
    margin-bottom: 45px;
  }
}
.widget-products .top-info.right .nav-tabs,
.widget-products-tabs .top-info.right .nav-tabs {
  margin-left: auto;
}
.widget-products .top-info.left .nav-tabs,
.widget-products-tabs .top-info.left .nav-tabs {
  margin-right: auto;
}
.widget-products .top-info.center,
.widget-products-tabs .top-info.center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 1200px) {
  .widget-products.inner-v9 .top-info,
  .widget-products-tabs.inner-v9 .top-info {
    margin-bottom: 30px;
  }
}

.widget-products.inner-v21 {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .widget-products.inner-v21 {
    padding: 30px;
  }
}
.widget-products.inner-v21 .slick-carousel .slick-arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--uomo-link-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 1440px) {
  .widget-products.inner-v21 .slick-carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.widget-products.inner-v21 .slick-carousel .slick-arrow:hover, .widget-products.inner-v21 .slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
@media (min-width: 1440px) {
  .widget-products.inner-v21 .slick-prev {
    left: -80px;
  }
  .rtl .widget-products.inner-v21 .slick-prev {
    right: -80px;
    left: auto;
  }
  .widget-products.inner-v21 .slick-next {
    right: -80px;
  }
  .rtl .widget-products.inner-v21 .slick-next {
    left: -80px;
    right: auto;
  }
}
.widget-products.inner-v21 .slick-carousel .product-block {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .widget-products-tabs.inner-v21 .top-info {
    margin-bottom: 30px;
  }
}
.widget-products-tabs.inner-v21 .widget-inner {
  padding: 15px 15px 0;
  background-color: #fff;
  border: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .widget-products-tabs.inner-v21 .widget-inner {
    padding: 30px 30px 0;
  }
}
.widget-products-tabs.inner-v21 .slick-carousel .slick-arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  width: 35px;
  height: 35px;
  background-color: #fff;
  color: var(--uomo-link-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (min-width: 1440px) {
  .widget-products-tabs.inner-v21 .slick-carousel .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.widget-products-tabs.inner-v21 .slick-carousel .slick-arrow:hover, .widget-products-tabs.inner-v21 .slick-carousel .slick-arrow:focus {
  color: #fff;
  background-color: var(--uomo-theme-color);
  border-color: var(--uomo-theme-color);
}
@media (min-width: 1440px) {
  .widget-products-tabs.inner-v21 .slick-prev {
    left: -80px;
  }
  .rtl .widget-products-tabs.inner-v21 .slick-prev {
    right: -80px;
    left: auto;
  }
  .widget-products-tabs.inner-v21 .slick-next {
    right: -80px;
  }
  .rtl .widget-products-tabs.inner-v21 .slick-next {
    left: -80px;
    right: auto;
  }
}

.widget-products-tabs-special .product-block {
  margin-bottom: 0;
}

.tab-content.loading {
  min-height: 400px;
  position: relative;
}
.tab-content.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  content: '';
  background: url(//barakatsklepmiesny.pl/wp-content/themes/uomo/images/loading-quick.gif) center 100px no-repeat rgba(255, 255, 255, 0.9);
}

@keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.widget-lookbook {
  margin: 0;
}

.apus-lookbook .mapper-pin-wrapper > a {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #B9A16B;
  position: relative;
  border: 5px solid #fff;
}
.apus-lookbook .mapper-pin-wrapper > a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -13px;
  margin-left: -13px;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.apus-lookbook .mapper-pin-wrapper .image img {
  width: 100%;
}
.apus-lookbook .mapper-pin-wrapper .mapper-popup {
  width: 210px;
  color: var(--uomo-link-color);
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1);
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media (min-width: 1200px) {
  .apus-lookbook .mapper-pin-wrapper .mapper-popup {
    padding: 20px 20px 15px;
  }
}
.apus-lookbook .mapper-pin-wrapper .mapper-popup h4 {
  font-weight: 400;
  margin: 0;
}
.apus-lookbook .mapper-pin-wrapper .mapper-popup .rating {
  display: none;
}
.apus-lookbook .mapper-pin-wrapper .mapper-popup:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apus-lookbook .mapper-pin-wrapper .mapper-popup:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.apus-lookbook .mapper-pin-wrapper:hover .mapper-popup {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.apus-lookbook.style1 .mapper-pin-wrapper > a:before {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
  filter: alpha(opacity=0);
}
.apus-lookbook.style1 .mapper-pin-wrapper > a:hover:before, .apus-lookbook.style1 .mapper-pin-wrapper > a:focus:before {
  animation: 1s ease-out 0s normal none infinite running pulsate;
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
}
.apus-lookbook.style2 .mapper-pin-wrapper > a {
  width: 30px;
  height: 30px;
  border: 0;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 1200px) {
  .apus-lookbook.style2 .mapper-pin-wrapper > a {
    width: 42px;
    height: 42px;
  }
}
.apus-lookbook.style2 .mapper-pin-wrapper > a:before {
  width: 40px;
  height: 40px;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 1200px) {
  .apus-lookbook.style2 .mapper-pin-wrapper > a:before {
    width: 60px;
    height: 60px;
    margin-top: -9px;
    margin-left: -9px;
  }
}
.apus-lookbook.style2 .mapper-pin-wrapper > a:after {
  z-index: 2;
  content: '+';
  color: #141F46;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  -o-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  display: inline-block;
  font-size: 25px;
}
.apus-lookbook.style2 .mapper-pin-wrapper > a:hover:before, .apus-lookbook.style2 .mapper-pin-wrapper > a:focus:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.apus-lookbook.style3 .mapper-pin-wrapper > a {
  background-color: #fff;
  width: 28px;
  height: 28px;
  border: 0;
}
.apus-lookbook.style3 .mapper-pin-wrapper > a:before {
  width: 40px;
  height: 40px;
  margin-top: -6px;
  margin-left: -6px;
}
.apus-lookbook.style3 .mapper-pin-wrapper > a:hover:before {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.cross-sells {
  margin-top: 30px;
}
.cross-sells > h2 {
  margin: 0 0 20px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .cross-sells > h2 {
    margin: 0 0 30px;
  }
}

.widget.upsells .widget-title,
.widget.related .widget-title {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .widget.upsells .widget-title,
  .widget.related .widget-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.widget.upsells .widget-title strong,
.widget.related .widget-title strong {
  font-weight: 600;
}

.wrapper_cross_sell .widget.cross_sells {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .wrapper_cross_sell .widget.cross_sells {
    margin-top: 40px;
  }
}

.widget-categories-box .slick-carousel .slick-dots {
  padding: 0 !important;
}

.item-inner-categories {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .item-inner-categories {
    margin-bottom: 30px;
  }
}
.item-inner-categories .title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.item-inner-categories .product-nb {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.item-inner-categories .category-box-content {
  margin-top: 20px;
}
.item-inner-categories div.img {
  overflow: hidden;
}
.item-inner-categories div.img img {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.item-inner-categories:hover div.img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.item-inner-categories:hover .title {
  color: var(--uomo-theme-color);
}
.item-inner-categories.style1 {
  text-align: center;
}
.item-inner-categories.style1 .product-nb {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.item-inner-categories.style1:hover .product-nb {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 1;
  filter: alpha(opacity=100);
}
.item-inner-categories.style2 {
  text-align: center;
}
.item-inner-categories.style2 .category-box-image {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1200px) {
  .item-inner-categories.style2 .category-box-image {
    font-size: 45px;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .item-inner-categories.style2 .category-box-image.img + .category-box-content {
    margin-top: 22px;
  }
}
.item-inner-categories.style2 .category-box-image a {
  color: var(--uomo-text-color);
}
.item-inner-categories.style2:hover .category-box-image a, .item-inner-categories.style2:focus .category-box-image a {
  color: var(--uomo-link-color);
}
.item-inner-categories.style3 {
  text-align: center;
}
.item-inner-categories.style3 .category-box-image {
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  overflow: hidden;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 1200px) {
  .item-inner-categories.style3 .category-box-image {
    font-size: 45px;
    width: 140px;
    height: 140px;
  }
}
.item-inner-categories.style4 {
  text-align: center;
}
.item-inner-categories.style4 .title {
  font-weight: 600;
  padding: 10px 0 0;
  font-size: 16px;
  border-top: 1px solid #E4E4E4;
}
@media (min-width: 1200px) {
  .item-inner-categories.style4 .title {
    padding: 20px 0 0;
  }
}
.item-inner-categories.style5 {
  text-align: center;
}
.item-inner-categories.style5 .category-box-image {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E4E4E4;
}
.item-inner-categories.style5:hover .category-box-image {
  border-color: var(--uomo-theme-color);
}
.item-inner-categories.style6 {
  text-align: center;
}
.item-inner-categories.style6:hover div.img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget-category-banner {
  position: relative;
}
.widget-category-banner .product-nb {
  color: var(--uomo-link-color);
}
.widget-category-banner .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .widget-category-banner .title {
    font-size: 26px;
  }
}
.widget-category-banner .subcategories {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 0;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.widget-category-banner .subcategories li {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .widget-category-banner .subcategories li {
    margin-bottom: 15px;
  }
}
.widget-category-banner .btn-banner {
  margin-top: 3px;
}
.widget-category-banner:hover .subcategories {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 1200px) {
  .widget-category-banner.style1 .title {
    font-size: 30px;
  }
}
.widget-category-banner.style1 .category-box-content {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
  bottom: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .widget-category-banner.style1 .category-box-content {
    padding: 0 60px;
    bottom: 50px;
  }
}
.widget-category-banner.style2 .category-box-content {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
}
.rtl .widget-category-banner.style2 .category-box-content {
  right: 20px;
  left: auto;
}
@media (min-width: 1200px) {
  .widget-category-banner.style2 .category-box-content {
    left: 40px;
    top: 40px;
  }
  .rtl .widget-category-banner.style2 .category-box-content {
    right: 40px;
    left: auto;
  }
}
.widget-category-banner.style2 .btn-banner {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  margin-top: 7px;
}
.widget-category-banner.style2:hover .btn-banner {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.widget-category-v3 {
  margin-top: 20px;
}
.widget-category-v3 .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.widget-category-v3 .subcategories {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.widget-category-v3 .subcategories li {
  margin-bottom: 8px;
}
.widget-category-v3 .subcategories a {
  color: var(--uomo-text-color);
}
.widget-category-v3 .subcategories a:hover, .widget-category-v3 .subcategories a:active {
  color: var(--uomo-theme-color);
}
.widget-category-v3:hover .link-v3 {
  text-decoration: underline;
}

.widget-products-deal .slick-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .widget-products-deal .slick-prev {
    left: -25px;
  }
}
.widget-products-deal .slick-next {
  right: 0;
}
@media (min-width: 1200px) {
  .widget-products-deal .slick-next {
    right: -25px;
  }
}

/* 14. responsive */
/*
*  Responsive
*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .padding-lr-lg-150 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1600px) {
  .padding-lr-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1440px;
  }
}
@media (min-width: 769px) {
  .hidden-dot .slick-dots {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lg-clearfix {
    clear: both;
  }

  .col-lg-5c,
  .col-md-5c {
    width: 20%;
  }

  .row-products-wrapper > .first {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .md-clearfix {
    clear: both;
  }

  .col-md-5c {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-clearfix {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .btn, .viewmore-products-btn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .form-control {
    height: 50px;
    padding: 8px 20px;
  }

  .slick-carousel .slick-arrow {
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    background-color: #fff;
    color: var(--uomo-text-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #E4E4E4;
  }
  .slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: var(--uomo-link-color);
    color: var(--uomo-link-color);
    background-color: #fff;
  }

  .item-inner-categories.style1 .product-nb {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .product-block .groups-button,
  .product-block.grid-v5 .add-cart,
  .product-block.grid-v15 .add-cart,
  .product-block.grid-v17 .add-cart,
  .product-block.grid-v20 .add-cart,
  .product-block.grid-v21 .add-cart,
  .product-block.grid .add-cart {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    visibility: visible !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }

  .product-block.grid-v2 .groups-button {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }

  .product-block.grid-v10 .groups-button,
  .product-block.grid-v7 .groups-button,
  .product-block.grid-v8 .groups-button,
  .product-block.grid-v3 .groups-button {
    position: static !important;
  }

  .product-block.grid-v19 .groups-button,
  .product-block.grid-v16 .groups-button {
    top: inherit;
    bottom: 15px;
  }

  .product-block.grid-v19 .groups-button,
  .product-block.grid-v16 .groups-button {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .widget-products-tabs-special .primary {
    margin-bottom: 30px;
  }

  .post-layout .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .details-product .image-mains {
    margin-bottom: 20px;
  }

  .details-product.layout-v4 .information {
    padding-left: 15px;
    padding-right: 15px;
  }

  .details-product.layout-v5 .woocommerce-product-gallery__image {
    margin-bottom: 15px;
  }
  .details-product.layout-v5 .woocommerce-product-details__short-description {
    margin-bottom: 25px;
  }

  .details-product.layout-v6 .woocommerce-product-gallery__image {
    margin-bottom: 15px;
  }

  .gallery {
    margin: 0 -6px -6px 0 !important;
  }
  .gallery .gallery-item {
    padding: 0 6px 6px 0 !important;
  }

  .widget-steps-box .item {
    margin-bottom: 15px;
  }
  .widget-steps-box .item:last-child {
    margin-bottom: 0;
  }

  .widget-product-full .information-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .widget-features-box .slick-carousel[data-nav="true"] {
    padding: 0 25px;
  }

  .hidden-768 {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    overflow: hidden;
  }
  .woocommerce table.shop_table_responsive tr td .quantity, .woocommerce-page table.shop_table_responsive tr td .quantity {
    float: right;
  }
  .rtl .woocommerce table.shop_table_responsive tr td .quantity, .rtl .woocommerce-page table.shop_table_responsive tr td .quantity {
    float: left;
  }

  .woocommerce-page table.cart td.actions .button {
    margin-top: 15px;
  }

  .woocommerce table.woocommerce-cart-form__contents td, .woocommerce table.woocommerce-cart-form__contents th {
    padding: 10px;
  }

  .woocommerce .quantity .minus,
  .woocommerce .quantity .plus,
  .woocommerce .quantity input.qty, .woocommerce-page .quantity .minus,
  .woocommerce-page .quantity .plus,
  .woocommerce-page .quantity input.qty {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .xs-clearfix {
    clear: both;
  }

  .slick-carousel {
    margin-right: -7px;
    margin-left: -7px;
  }
  .slick-carousel .slick-slide {
    padding-right: 7px;
    padding-left: 7px;
  }

  .products-wrapper-mansory,
  .row-products-wrapper,
  .row-blog,
  .row.row-products {
    margin-right: -7px;
    margin-left: -7px;
  }
  .products-wrapper-mansory > [class*="col-"],
  .row-products-wrapper > [class*="col-"],
  .row-blog > [class*="col-"],
  .row.row-products > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }

  .apus-salespopup-wrapper {
    display: none !important;
  }

  p {
    margin-bottom: 15px;
  }

  .widget-products-tabs .widget-title {
    text-align: center;
  }

  .nav-tabs {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
  }
  .nav-tabs li {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }

  .widget-blogs .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .product-block.grid-v6 .metas {
    padding: 15px 0 25px;
  }
  .product-block.grid-v6 .groups-button {
    display: none;
  }

  .video-inner {
    padding: 30px 0;
  }
  .video-inner .popup-video {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .video-inner .video-content {
    position: static;
  }

  .product-block.grid-deal {
    border: 0 !important;
  }
  .product-block.grid-deal .block-inner,
  .product-block.grid-deal .metas {
    padding-left: 0;
    padding-right: 0;
  }

  .post-list-item .post-layout-info {
    margin: 5px 0;
  }

  .apus-filter .wrapper-right {
    margin-top: 5px;
  }
  .apus-filter .wrapper-right .filter-btn-wrapper {
    margin-left: auto;
  }
  .rtl .apus-filter .wrapper-right .filter-btn-wrapper {
    margin-right: auto;
    margin-left: inherit;
  }

  .cart-collaterals .calculated_shipping {
    margin-top: 15px;
  }

  .details-product.layout-v11 .wrapper-thumbs,
  .details-product.layout-v10 .wrapper-thumbs,
  .details-product.layout-v9 .wrapper-thumbs,
  .details-product.layout-v1 .wrapper-thumbs {
    margin-top: 25px;
  }

  .details-product.layout-v7 .image-mains,
  .details-product.layout-v8 .top-content,
  .details-product.layout-v5 .top-content {
    margin-bottom: 0;
  }

  .list-category-products {
    justify-content: start !important;
    -webkit-justify-content: start !important;
    -o-justify-content: start !important;
  }

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

  .product-block.list .name {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .apus-footer-mobile > ul > li {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
  .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
    width: 100% !important;
    margin: 0 0 5px !important;
  }

  .apus-topcart .dropdown-menu {
    padding: 20px;
    min-width: 280px;
  }

  .widget-features-box.style4 .item-inner::before {
    display: none;
  }

  .row-blog > .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 381px) {
  .visible-smallest {
    display: block !important;
  }

  .hidden-smallest {
    display: none;
  }

  .comment-list .comment-reply-link .space {
    display: none;
  }
  .comment-list .visible-smallest {
    margin-bottom: 5px;
  }

  #comments .box-comment {
    padding: 10px;
  }

  .post-layout .post-layout-info i {
    display: none;
  }
}
/*
* update WPC
*/
.product-block.grid-v21 .woosw-btn,
.product-block.grid-v7 .woosw-btn,
.product-block.grid .woosw-btn{
  font-size: 0;
  color: var(--uomo-link-color);
}
.product-block.grid-v21 .woosw-btn:before,
.product-block.grid-v7 .woosw-btn:before,
.product-block.grid .woosw-btn:before {
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0 !important;
}
.product-block.grid-v21 .woosw-btn,
.product-block.grid-v7 .woosw-btn,
.product-block.grid .woosw-btn{
  border: 0;
  background: transparent;
  padding: 0;
}
.product-block.grid-v21 .woosw-added,
.product-block.grid-v7 .woosw-added,
.product-block.grid .woosw-added{
  color: var(--uomo-theme-color); 
}
.product-block.grid-v21 .woosw-adding,
.product-block.grid-v7 .woosw-adding,
.product-block.grid .woosw-adding{
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-v21 .woosw-adding:before,
.product-block.grid-v7 .woosw-adding:before,
.product-block.grid .woosw-adding:before{
  content: "\e619";
}
.product-block.grid-v21 .woosw-adding:after,
.product-block.grid-v7 .woosw-adding:after,
.product-block.grid .woosw-adding:after{
  display: none;
}



table.woosw-items .woosw-item--stock{
  margin-bottom: 7px;
  font-weight: 500;
}
table.woosw-items .add-cart a{
  background: #222;
  border:2px solid #222;
  color: #fff;
  padding: 7px 18px !important;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.72;
}
table.woosw-items .add-cart a:hover,
table.woosw-items .add-cart a:focus{
  color: #222;
  background: #fff;
}
table.woosw-items .woosw-item--price{
  font-size: 16px;
}
table.woosw-items .woosw-item--price ins{
    color: var(--uomo-theme-color);
}
table.woosw-items .woosw-item--name a{
  font-weight: 500 !important;
  font-size: 16px;
}
.woosw-actions #woosw_copy_btn{
  background: var(--uomo-theme-color);
  border:1px solid var(--uomo-theme-color);
  color: #fff;
  padding: 7px 18px;
  font-weight: 500;
  display: inline-block;
}
.woosw-actions #woosw_copy_btn:hover,
.woosw-actions #woosw_copy_btn:focus{
  background: var(--uomo-theme-hover-color);
  border:1px solid var(--uomo-theme-hover-color);
  color: #fff;
}
.woosw-list .woosw-copy .woosw-copy-url{
  margin: 0 5px;
}
.woosw-list .woosw-copy .woosw-copy-url [type="url"]{
  height: 40px;
  padding: 5px 15px;
  outline: none !important;
}
/*
* update WPC item v2
*/
.product-block.grid-v2 .woosw-btn{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: var(--uomo-link-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0;
  border: 0;
  padding: 0;
}
.rtl .product-block.grid-v2 .woosw-btn{
  right: inherit;
  left: 10px;
}
@media(min-width: 1200px){
  .product-block.grid-v2 .woosw-btn{
    top: 20px;
    right: 20px;
  }
  .rtl .product-block.grid-v2 .woosw-btn{
    left: 20px;
  }
}
.product-block.grid-v2 .woosw-btn:before{
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.product-block.grid-v2 .woosw-added{
  color: var(--uomo-theme-color);
}
.product-block.grid-v2 .woosw-adding:before{
  content: "\e619";
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-v2 .woosw-adding:after{
  display: none;
}
/*
*  grid v3
*/
.product-block.grid-deal .woosw-btn,
.product-block.grid-v18 .woosw-btn,
.product-block.grid-v10 .woosw-btn,
.product-block.grid-v8 .woosw-btn,
.product-block.grid-v6 .woosw-btn,
.product-block.grid-v3 .woosw-btn{
  font-size: 0;
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 1;
  color: var(--uomo-link-color);
}
.product-block.grid-deal .woosw-btn:before,
.product-block.grid-v18 .woosw-btn:before,
.product-block.grid-v10 .woosw-btn:before,
.product-block.grid-v8 .woosw-btn:before,
.product-block.grid-v6 .woosw-btn:before,
.product-block.grid-v3 .woosw-btn:before {
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0 !important;
}
.product-block.grid-deal .woosw-btn,
.product-block.grid-v18 .woosw-btn,
.product-block.grid-v10 .woosw-btn,
.product-block.grid-v8 .woosw-btn,
.product-block.grid-v6 .woosw-btn,
.product-block.grid-v3 .woosw-btn{
  border: 0;
  background: transparent;
  padding: 0;
}
.product-block.grid-deal .woosw-added,
.product-block.grid-v18 .woosw-added,
.product-block.grid-v10 .woosw-added,
.product-block.grid-v8 .woosw-added,
.product-block.grid-v6 .woosw-added,
.product-block.grid-v3 .woosw-added{
  color: var(--uomo-theme-color); 
}
.product-block.grid-deal .woosw-adding,
.product-block.grid-v18 .woosw-adding,
.product-block.grid-v10 .woosw-adding,
.product-block.grid-v8 .woosw-adding,
.product-block.grid-v6 .woosw-adding,
.product-block.grid-v3 .woosw-adding{
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-deal .woosw-adding:before,
.product-block.grid-v18 .woosw-adding:before,
.product-block.grid-v10 .woosw-adding:before,
.product-block.grid-v8 .woosw-adding:before,
.product-block.grid-v6 .woosw-adding:before,
.product-block.grid-v3 .woosw-adding:before{
  content: "\e619";
}
.product-block.grid-deal .woosw-adding:after,
.product-block.grid-v18 .woosw-adding:after,
.product-block.grid-v10 .woosw-adding:after,
.product-block.grid-v8 .woosw-adding:after,
.product-block.grid-v6 .woosw-adding:after,
.product-block.grid-v3 .woosw-adding:after{
  display: none;
}

/*
*  grid v4
*/
.product-block.grid-v20 .woosw-btn,
.product-block.grid-v5 .woosw-btn,
.product-block.grid-v4 .woosw-btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: var(--uomo-link-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v20 .woosw-btn:before,
.product-block.grid-v5 .woosw-btn:before,
.product-block.grid-v4 .woosw-btn:before{
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.product-block.grid-v20 .woosw-added,
.product-block.grid-v20 .woosw-btn:hover,
.product-block.grid-v20 .woosw-btn:focus,
.product-block.grid-v5 .woosw-added,
.product-block.grid-v5 .woosw-btn:hover,
.product-block.grid-v5 .woosw-btn:focus,
.product-block.grid-v4 .woosw-added,
.product-block.grid-v4 .woosw-btn:hover,
.product-block.grid-v4 .woosw-btn:focus{
  background-color: var(--uomo-theme-color);
  color: #fff;
}
.product-block.grid-v20 .woosw-adding:before,
.product-block.grid-v5 .woosw-adding:before,
.product-block.grid-v4 .woosw-adding:before{
  content: "\e619";
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-v20 .woosw-adding:after,
.product-block.grid-v5 .woosw-adding:after,
.product-block.grid-v4 .woosw-adding:after{
  display: none;
}
/*
*  grid v5
*/
.product-block.grid-v5 .woosw-btn{
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 3px 0 0;
}

/*
*  grid v9
*/
.product-block.grid-v14 .woosw-btn,
.product-block.grid-v9 .woosw-btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--uomo-theme-color);
  background-color: #F3E8D6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v14 .woosw-btn:before,
.product-block.grid-v9 .woosw-btn:before{
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.product-block.grid-v14 .woosw-added,
.product-block.grid-v14 .woosw-btn:hover,
.product-block.grid-v14 .woosw-btn:focus,
.product-block.grid-v9 .woosw-added,
.product-block.grid-v9 .woosw-btn:hover,
.product-block.grid-v9 .woosw-btn:focus{
  background-color: var(--uomo-theme-color);
  color: #fff;
}
.product-block.grid-v14 .woosw-adding:before,
.product-block.grid-v9 .woosw-adding:before{
  content: "\e619";
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-v14 .woosw-adding:after,
.product-block.grid-v9 .woosw-adding:after{
  display: none;
}

/*
*  grid v10
*/
.product-block.grid-v10 .woosw-btn{
  position: static;
}

/*
*  grid v13
*/

.product-block.grid-metro .woosw-btn,
.product-block.grid-v13 .woosw-btn{
  font-size: 0;
  color: var(--uomo-link-color);
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
}
.rtl .product-block.grid-metro .woosw-btn,
.rtl .product-block.grid-v13 .woosw-btn{
  left: 15px;
  right: inherit;
}
@media(min-width: 1200px){
  .product-block.grid-metro .woosw-btn,
  .product-block.grid-v13 .woosw-btn{
    top: 30px;
    right: 30px;
  }
  .rtl .product-block.grid-metro .woosw-btn,
  .rtl .product-block.grid-v13 .woosw-btn{
    left: 30px;
  }
}
.product-block.grid-metro .woosw-btn:before ,
.product-block.grid-v13 .woosw-btn:before {
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0 !important;
}
.product-block.grid-metro .woosw-btn,
.product-block.grid-v13 .woosw-btn{
  border: 0;
  background: transparent;
  padding: 0;
}
.product-block.grid-metro .woosw-added,
.product-block.grid-v13 .woosw-added{
  color: var(--uomo-theme-color); 
}
.product-block.grid-metro .woosw-adding,
.product-block.grid-v13 .woosw-adding{
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-metro .woosw-adding:before,
.product-block.grid-v13 .woosw-adding:before{
  content: "\e619";
}
.product-block.grid-metro .woosw-adding:after,
.product-block.grid-v13 .woosw-adding:after{
  display: none;
}

/*
*  grid v14
*/
.product-block.grid-v14 .woosw-btn{
  color: var(--uomo-theme-color);
  background-color: #E4F5F2;
}
.product-block.grid-v14 .woosw-added,
.product-block.grid-v14 .woosw-btn:hover,
.product-block.grid-v14 .woosw-btn:focus{
  background-color: var(--uomo-theme-color);
  color: #fff;
}

/*
*  grid v15
*/
.product-block.grid-v19 .woosw-btn,
.product-block.grid-v17 .woosw-btn,
.product-block.grid-v16 .woosw-btn,
.product-block.grid-v15 .woosw-btn{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #E4E4E4;
  text-align: center;
  background-color: #fff;
  color: var(--uomo-link-color);
  font-size: 0;
  padding: 0;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media(min-width: 1200px){
  .product-block.grid-v17 .woosw-btn,
  .product-block.grid-v15 .woosw-btn{
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}
.product-block.grid-v19 .woosw-btn:before,
.product-block.grid-v17 .woosw-btn:before,
.product-block.grid-v16 .woosw-btn:before,
.product-block.grid-v15 .woosw-btn:before{
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.product-block.grid-v17 .woosw-added,
.product-block.grid-v17 .woosw-btn:hover,
.product-block.grid-v17 .woosw-btn:focus,
.product-block.grid-v16 .woosw-added,
.product-block.grid-v16 .woosw-btn:hover,
.product-block.grid-v16 .woosw-btn:focus,
.product-block.grid-v15 .woosw-added,
.product-block.grid-v15 .woosw-btn:hover,
.product-block.grid-v15 .woosw-btn:focus{
  border-color: var(--uomo-theme-color);
  background-color: var(--uomo-theme-color);
  color: #fff;
}
.product-block.grid-v19 .woosw-adding:before,
.product-block.grid-v17 .woosw-adding:before,
.product-block.grid-v16 .woosw-adding:before,
.product-block.grid-v15 .woosw-adding:before{
  content: "\e619";
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.grid-v19 .woosw-adding:after,
.product-block.grid-v17 .woosw-adding:after,
.product-block.grid-v16 .woosw-adding:after,
.product-block.grid-v15 .woosw-adding:after{
  display: none;
}

/*
*  grid v16
*/
.product-block.grid-v16 .woosw-btn{
  width: 40px;
  height: 40px;
  line-height: 38px;
}
@media(min-width: 1200px){
  .product-block.grid-v16 .woosw-btn{
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}

/*
*  grid v17
*/
.product-block.grid-v17 .woosw-btn{
  margin-top: 3px;
}

/*
*  grid v19
*/
.product-block.grid-v19 .woosw-btn{
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
@media(min-width: 1200px){
  .product-block.grid-v19 .woosw-btn{
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
.product-block.grid-v19 .woosw-added,
.product-block.grid-v19 .woosw-btn:hover,
.product-block.grid-v19 .woosw-btn:focus{
  border-color: var(--uomo-theme-color);
  background-color: var(--uomo-theme-color);
  color: #fff;
}

/*
*  grid v20
*/
.product-block.grid-v20 .woosw-btn{
  margin-top: 3px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
@media(min-width: 1200px){
  .product-block.grid-v20 .woosw-btn{
    line-height: 45px;
    width: 45px;
    height: 45px;
  }
}

/*
*  list
*/
.product-block.list .woosw-btn{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  padding: 0;
  margin: 0 4px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media(min-width: 1200px){
  .product-block.list .woosw-btn{
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
.product-block.list .woosw-btn:before{
  font-family: 'themify';
  content: "\e634";
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.product-block.list .woosw-added,
.product-block.list .woosw-btn:hover,
.product-block.list .woosw-btn:focus{
  border-color: #fff;
  background-color: #fff;
  color: var(--uomo-theme-color);
}
.product-block.list .woosw-adding:before{
  content: "\e619";
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
.product-block.list .woosw-adding:after{
  display: none;
}



/*
* update Detail WPC
*/
.details-product .information .woosw-btn{
  position: relative;
  border: 0;
  background: transparent !important;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--uomo-link-color);
  padding: 0 0 3px;
}
.details-product .information .woosw-btn:before{
  content: "\e634";
  font-size: 16px;
  line-height: 1;
  vertical-align: text-top;
  font-family: 'themify';
  margin-right: 5px;
}
.rtl .details-product .information .woosw-btn:before{
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .details-product .information .woosw-btn:after{
  right: 0;
  left: inherit;
}
.details-product .information .woosw-btn:after{
  content: '';
  width: 75%;
  height: 2px;
  background-color: var(--uomo-link-color);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.details-product .information .woosw-btn:hover:after,
.details-product .information .woosw-btn:focus:after{
  width: 100%;
}

/*
* single v2
*/
.layout-v3.details-product .information .woosw-btn{
  color: #fff;
}
.layout-v3.details-product .information .woosw-btn:after{
  background-color: #fff;
}

.woosw-list{
  margin-bottom: 30px;
}


form.cart .variations th.label{
  border: 0;
  padding: 7px 0;
  font-size: inherit;
  display: table-cell;
  text-align: inherit;
  line-height: inherit;
}
.reset_variations{
  margin-top: 10px;
}
i{
  display: inline-block;
}
.rtl i.flaticon-back:before{
  content: "\f107";
}
.rtl i.flaticon-next:before{
  content: "\f108";
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
  padding-right: 10px;
  padding-left: calc(10px + .7em + .7em);
}
@media(max-width: 767px){
  .details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper{
    width: 100%;
  }
  .details-product.layout-v1 .wrapper-thumbs{
    display: none;
  }
}
.rtl .navbar-wrapper .navbar-sidebar-wrapper{
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rtl .navbar-wrapper .navbar-sidebar-wrapper.active{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .elementor-absolute.elementor-widget-apus_element_social_links{
  -webkit-transform: translate(50%, 50%) rotate(90deg);
  -moz-transform: translate(50%, 50%) rotate(90deg);
  -ms-transform: translate(50%, 50%) rotate(90deg);
  -o-transform: translate(50%, 50%) rotate(90deg);
  transform: translate(50%, 50%) rotate(90deg);
  margin-right: -35px;
}
.rtl .wrapper-account-action.offcanvas .offcanvas-content-login{
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  right: inherit;
  left: 0;
}
.rtl .wrapper-account-action.offcanvas .offcanvas-content-login.active{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rtl .form-control{
  direction: rtl;
}
.rtl .sliding-menu li a, 
.rtl .sliding-menu li .sliding-menu__nav{
  text-align: right;
}
.rtl .sliding-menu .sliding-menu__nav::before {
  float: left;
  content: "\f108";
}
.rtl .widget-socials.st_ver .social > li{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.rtl .apus-countdown .times{
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
  -webkit-justify-content: end;
  -o-justify-content: end;
  -ms-justify-content: end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  text-align: right;
}
.rtl .details-product.layout-v3 .apus-woocommerce-product-gallery{
  padding-left: 0;
  padding-right: 35px;
}
.rtl .details-product.layout-v2 .apus-woocommerce-product-gallery{
  padding-left: 0;
  padding-right: 50px;
}
.rtl .details-product.layout-v3 .apus-woocommerce-product-gallery .slick-dots,
.rtl .details-product.layout-v2 .apus-woocommerce-product-gallery .slick-dots{
  left: inherit;
  right: 0;
  -webkit-transform: translate(calc(50% - 16px ) , -50%) rotate(-90deg);
  -moz-transform: translate(calc(50% - 16px ) , -50%) rotate(-90deg);
  -ms-transform: translate(calc(50% - 16px ) , -50%) rotate(-90deg);
  -o-transform: translate(calc(50% - 16px ) , -50%) rotate(-90deg);
  transform: translate(calc(50% - 16px ) , -50%) rotate(-90deg)
}