/*!
 * Created by NopFarsi
 */
 @import 'pretty-checkbox.min.css';
 @import 'chosen.min.css';
 @import 'owl-carousel/owl.carousel.css';
 @import 'owl-carousel/owl.theme.default.css';
 @import 'lightslider.min.css';
 @import 'animate.css';
 @import 'ion.rangeSlider.min.css';
 
 .transition {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .panel-box-style-theme {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
 }
 .panel-box-style-theme-2 {
   background-color: #fff;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
   border: 1px solid #e4e4e4;
 }
 .panel-box-style {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
 }
 .panel-box-style.n-overflow {
   overflow: hidden;
 }
 .panel-box-style.n-padding {
   padding: 16px;
 }
 .panel-box-style .mt-title-style-theme .n-title {
 }
 
 .panel-box-style2,
 .mt-address-list,
 .mt-payment-list {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid var(--color-neutral-200);
   position: relative;
   margin-bottom: 15px;
   padding: 16px;
   display: flex;
   flex-direction: column;
   gap: 1rem;
   background: #f9f9f9;
  }
  
  @media screen and (min-width:1024px) {
    .panel-box-style2,
    .mt-address-list,
    .mt-payment-list {
    border-radius: 10px;
  }
}

 .shippingMethodList {
   display: flex;
   flex-direction: column;
   gap: 1rem;
 }
 
 .panel-box-style2 .mt-title-style-theme .n-title {
   /* background: #fff; */
 }
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
   vertical-align: baseline;
 }
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 menu,
 nav,
 section {
   display: block;
 }
 body {
   line-height: 1;
 }
 ol,
 ul {
   list-style: none;
 }
 blockquote,
 q {
   quotes: none;
 }
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   display: inline-block;
 }
 a {
   color: inherit;
   text-decoration: none;
 }
 input,
 textarea,
 select,
 button {
   font: inherit;
   vertical-align: middle;
 }
 img {
   max-width: 100%;
   vertical-align: middle;
 }
 * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 *:focus {
   outline: none;
 }
 /*!
  * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license (Commercial License)
  */
 .fa,
 .fas,
 .far,
 .fal,
 .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.33333333em;
   line-height: 0.75em;
   vertical-align: -0.0667em;
 }
 .fa-xs {
   font-size: 0.75em;
 }
 .fa-sm {
   font-size: 0.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-radius: 0.1em;
   border: solid 0.08em #eee;
   padding: 0.2em 0.25em 0.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: 0.3em;
 }
 .fa.fa-pull-right,
 .fas.fa-pull-right,
 .far.fa-pull-right,
 .fal.fa-pull-right,
 .fab.fa-pull-right {
   margin-left: 0.3em;
 }
 .fa-spin {
   animation: fa-spin 2s infinite linear;
 }
 .fa-pulse {
   animation: fa-spin 1s infinite steps(8);
 }
 @keyframes fa-spin {
   0% {
     transform: rotate(0deg);
   }
   100% {
     transform: rotate(360deg);
   }
 }
 .fa-rotate-90 {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
   transform: rotate(90deg);
 }
 .fa-rotate-180 {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
   transform: rotate(180deg);
 }
 .fa-rotate-270 {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
   transform: rotate(270deg);
 }
 .fa-flip-horizontal {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
   transform: scale(-1, 1);
 }
 .fa-flip-vertical {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
   transform: scale(1, -1);
 }
 .fa-flip-horizontal.fa-flip-vertical {
   -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
   transform: scale(-1, -1);
 }
 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
   filter: none;
 }
 .fa-stack {
   display: inline-block;
   height: 2em;
   line-height: 2em;
   position: relative;
   vertical-align: middle;
   width: 2em;
 }
 .fa-stack-1x,
 .fa-stack-2x {
   left: 0;
   position: absolute;
   text-align: center;
   width: 100%;
 }
 .fa-stack-1x {
   line-height: inherit;
 }
 .fa-stack-2x {
   font-size: 2em;
 }
 .fa-inverse {
   color: #fff;
 }
 .fa-500px:before {
   content: '';
 }
 .fa-abacus:before {
   content: '';
 }
 .fa-accessible-icon:before {
   content: '';
 }
 .fa-accusoft:before {
   content: '';
 }
 .fa-acorn:before {
   content: '';
 }
 .fa-acquisitions-incorporated:before {
   content: '';
 }
 .fa-ad:before {
   content: '';
 }
 .fa-address-book:before {
   content: '';
 }
 .fa-address-card:before {
   content: '';
 }
 .fa-adjust:before {
   content: '';
 }
 .fa-adn:before {
   content: '';
 }
 .fa-adversal:before {
   content: '';
 }
 .fa-affiliatetheme:before {
   content: '';
 }
 .fa-air-freshener:before {
   content: '';
 }
 .fa-alarm-clock:before {
   content: '';
 }
 .fa-algolia:before {
   content: '';
 }
 .fa-alicorn:before {
   content: '';
 }
 .fa-align-center:before {
   content: '';
 }
 .fa-align-justify:before {
   content: '';
 }
 .fa-align-left:before {
   content: '';
 }
 .fa-align-right:before {
   content: '';
 }
 .fa-alipay:before {
   content: '';
 }
 .fa-allergies:before {
   content: '';
 }
 .fa-amazon:before {
   content: '';
 }
 .fa-amazon-pay:before {
   content: '';
 }
 .fa-ambulance:before {
   content: '';
 }
 .fa-american-sign-language-interpreting:before {
   content: '';
 }
 .fa-amilia:before {
   content: '';
 }
 .fa-analytics:before {
   content: '';
 }
 .fa-anchor:before {
   content: '';
 }
 .fa-android:before {
   content: '';
 }
 .fa-angellist:before {
   content: '';
 }
 .fa-angle-double-down:before {
   content: '';
 }
 .fa-angle-double-left:before {
   content: '';
 }
 .fa-angle-double-right:before {
   content: '';
 }
 .fa-angle-double-up:before {
   content: '';
 }
 .fa-angle-down:before {
   content: '';
 }
 .fa-angle-left:before {
   content: '';
 }
 .fa-angle-right:before {
   content: '';
 }
 .fa-angle-up:before {
   content: '';
 }
 .fa-angry:before {
   content: '';
 }
 .fa-angrycreative:before {
   content: '';
 }
 .fa-angular:before {
   content: '';
 }
 .fa-ankh:before {
   content: '';
 }
 .fa-app-store:before {
   content: '';
 }
 .fa-app-store-ios:before {
   content: '';
 }
 .fa-apper:before {
   content: '';
 }
 .fa-apple:before {
   content: '';
 }
 .fa-apple-alt:before {
   content: '';
 }
 .fa-apple-crate:before {
   content: '';
 }
 .fa-apple-pay:before {
   content: '';
 }
 .fa-archive:before {
   content: '';
 }
 .fa-archway:before {
   content: '';
 }
 .fa-arrow-alt-circle-down:before {
   content: '';
 }
 .fa-arrow-alt-circle-left:before {
   content: '';
 }
 .fa-arrow-alt-circle-right:before {
   content: '';
 }
 .fa-arrow-alt-circle-up:before {
   content: '';
 }
 .fa-arrow-alt-down:before {
   content: '';
 }
 .fa-arrow-alt-from-bottom:before {
   content: '';
 }
 .fa-arrow-alt-from-left:before {
   content: '';
 }
 .fa-arrow-alt-from-right:before {
   content: '';
 }
 .fa-arrow-alt-from-top:before {
   content: '';
 }
 .fa-arrow-alt-left:before {
   content: '';
 }
 .fa-arrow-alt-right:before {
   content: '';
 }
 .fa-arrow-alt-square-down:before {
   content: '';
 }
 .fa-arrow-alt-square-left:before {
   content: '';
 }
 .fa-arrow-alt-square-right:before {
   content: '';
 }
 .fa-arrow-alt-square-up:before {
   content: '';
 }
 .fa-arrow-alt-to-bottom:before {
   content: '';
 }
 .fa-arrow-alt-to-left:before {
   content: '';
 }
 .fa-arrow-alt-to-right:before {
   content: '';
 }
 .fa-arrow-alt-to-top:before {
   content: '';
 }
 .fa-arrow-alt-up:before {
   content: '';
 }
 .fa-arrow-circle-down:before {
   content: '';
 }
 .fa-arrow-circle-left:before {
   content: '';
 }
 .fa-arrow-circle-right:before {
   content: '';
 }
 .fa-arrow-circle-up:before {
   content: '';
 }
 .fa-arrow-down:before {
   content: '';
 }
 .fa-arrow-from-bottom:before {
   content: '';
 }
 .fa-arrow-from-left:before {
   content: '';
 }
 .fa-arrow-from-right:before {
   content: '';
 }
 .fa-arrow-from-top:before {
   content: '';
 }
 .fa-arrow-left:before {
   content: '';
 }
 .fa-arrow-right:before {
   content: '';
 }
 .fa-arrow-square-down:before {
   content: '';
 }
 .fa-arrow-square-left:before {
   content: '';
 }
 .fa-arrow-square-right:before {
   content: '';
 }
 .fa-arrow-square-up:before {
   content: '';
 }
 .fa-arrow-to-bottom:before {
   content: '';
 }
 .fa-arrow-to-left:before {
   content: '';
 }
 .fa-arrow-to-right:before {
   content: '';
 }
 .fa-arrow-to-top:before {
   content: '';
 }
 .fa-arrow-up:before {
   content: '';
 }
 .fa-arrows:before {
   content: '';
 }
 .fa-arrows-alt:before {
   content: '';
 }
 .fa-arrows-alt-h:before {
   content: '';
 }
 .fa-arrows-alt-v:before {
   content: '';
 }
 .fa-arrows-h:before {
   content: '';
 }
 .fa-arrows-v:before {
   content: '';
 }
 .fa-assistive-listening-systems:before {
   content: '';
 }
 .fa-asterisk:before {
   content: '';
 }
 .fa-asymmetrik:before {
   content: '';
 }
 .fa-at:before {
   content: '';
 }
 .fa-atlas:before {
   content: '';
 }
 .fa-atom:before {
   content: '';
 }
 .fa-atom-alt:before {
   content: '';
 }
 .fa-audible:before {
   content: '';
 }
 .fa-audio-description:before {
   content: '';
 }
 .fa-autoprefixer:before {
   content: '';
 }
 .fa-avianex:before {
   content: '';
 }
 .fa-aviato:before {
   content: '';
 }
 .fa-award:before {
   content: '';
 }
 .fa-aws:before {
   content: '';
 }
 .fa-axe:before {
   content: '';
 }
 .fa-axe-battle:before {
   content: '';
 }
 .fa-backpack:before {
   content: '';
 }
 .fa-backspace:before {
   content: '';
 }
 .fa-backward:before {
   content: '';
 }
 .fa-badge:before {
   content: '';
 }
 .fa-badge-check:before {
   content: '';
 }
 .fa-badge-dollar:before {
   content: '';
 }
 .fa-badge-percent:before {
   content: '';
 }
 .fa-badger-honey:before {
   content: '';
 }
 .fa-balance-scale:before {
   content: '';
 }
 .fa-balance-scale-left:before {
   content: '';
 }
 .fa-balance-scale-right:before {
   content: '';
 }
 .fa-ballot:before {
   content: '';
 }
 .fa-ballot-check:before {
   content: '';
 }
 .fa-ban:before {
   content: '';
 }
 .fa-band-aid:before {
   content: '';
 }
 .fa-bandcamp:before {
   content: '';
 }
 .fa-barcode:before {
   content: '';
 }
 .fa-barcode-alt:before {
   content: '';
 }
 .fa-barcode-read:before {
   content: '';
 }
 .fa-barcode-scan:before {
   content: '';
 }
 .fa-bars:before {
   content: '';
 }
 .fa-baseball:before {
   content: '';
 }
 .fa-baseball-ball:before {
   content: '';
 }
 .fa-basketball-ball:before {
   content: '';
 }
 .fa-basketball-hoop:before {
   content: '';
 }
 .fa-bat:before {
   content: '';
 }
 .fa-bath:before {
   content: '';
 }
 .fa-battery-bolt:before {
   content: '';
 }
 .fa-battery-empty:before {
   content: '';
 }
 .fa-battery-full:before {
   content: '';
 }
 .fa-battery-half:before {
   content: '';
 }
 .fa-battery-quarter:before {
   content: '';
 }
 .fa-battery-slash:before {
   content: '';
 }
 .fa-battery-three-quarters:before {
   content: '';
 }
 .fa-bed:before {
   content: '';
 }
 .fa-beer:before {
   content: '';
 }
 .fa-behance:before {
   content: '';
 }
 .fa-behance-square:before {
   content: '';
 }
 .fa-bell:before {
   content: '';
 }
 .fa-bell-school:before {
   content: '';
 }
 .fa-bell-school-slash:before {
   content: '';
 }
 .fa-bell-slash:before {
   content: '';
 }
 .fa-bezier-curve:before {
   content: '';
 }
 .fa-bible:before {
   content: '';
 }
 .fa-bicycle:before {
   content: '';
 }
 .fa-bimobject:before {
   content: '';
 }
 .fa-binoculars:before {
   content: '';
 }
 .fa-birthday-cake:before {
   content: '';
 }
 .fa-bitbucket:before {
   content: '';
 }
 .fa-bitcoin:before {
   content: '';
 }
 .fa-bity:before {
   content: '';
 }
 .fa-black-tie:before {
   content: '';
 }
 .fa-blackberry:before {
   content: '';
 }
 .fa-blanket:before {
   content: '';
 }
 .fa-blender:before {
   content: '';
 }
 .fa-blender-phone:before {
   content: '';
 }
 .fa-blind:before {
   content: '';
 }
 .fa-blogger:before {
   content: '';
 }
 .fa-blogger-b:before {
   content: '';
 }
 .fa-bluetooth:before {
   content: '';
 }
 .fa-bluetooth-b:before {
   content: '';
 }
 .fa-bold:before {
   content: '';
 }
 .fa-bolt:before {
   content: '';
 }
 .fa-bomb:before {
   content: '';
 }
 .fa-bone:before {
   content: '';
 }
 .fa-bone-break:before {
   content: '';
 }
 .fa-bong:before {
   content: '';
 }
 .fa-book:before {
   content: '';
 }
 .fa-book-alt:before {
   content: '';
 }
 .fa-book-dead:before {
   content: '';
 }
 .fa-book-heart:before {
   content: '';
 }
 .fa-book-open:before {
   content: '';
 }
 .fa-book-reader:before {
   content: '';
 }
 .fa-book-spells:before {
   content: '';
 }
 .fa-bookmark:before {
   content: '';
 }
 .fa-books:before {
   content: '';
 }
 .fa-booth-curtain:before {
   content: '';
 }
 .fa-bow-arrow:before {
   content: '';
 }
 .fa-bowling-ball:before {
   content: '';
 }
 .fa-bowling-pins:before {
   content: '';
 }
 .fa-box:before {
   content: '';
 }
 .fa-box-alt:before {
   content: '';
 }
 .fa-box-ballot:before {
   content: '';
 }
 .fa-box-check:before {
   content: '';
 }
 .fa-box-fragile:before {
   content: '';
 }
 .fa-box-full:before {
   content: '';
 }
 .fa-box-heart:before {
   content: '';
 }
 .fa-box-open:before {
   content: '';
 }
 .fa-box-up:before {
   content: '';
 }
 .fa-box-usd:before {
   content: '';
 }
 .fa-boxes:before {
   content: '';
 }
 .fa-boxes-alt:before {
   content: '';
 }
 .fa-boxing-glove:before {
   content: '';
 }
 .fa-braille:before {
   content: '';
 }
 .fa-brain:before {
   content: '';
 }
 .fa-briefcase:before {
   content: '';
 }
 .fa-briefcase-medical:before {
   content: '';
 }
 .fa-broadcast-tower:before {
   content: '';
 }
 .fa-broom:before {
   content: '';
 }
 .fa-browser:before {
   content: '';
 }
 .fa-brush:before {
   content: '';
 }
 .fa-btc:before {
   content: '';
 }
 .fa-bug:before {
   content: '';
 }
 .fa-building:before {
   content: '';
 }
 .fa-bullhorn:before {
   content: '';
 }
 .fa-bullseye:before {
   content: '';
 }
 .fa-bullseye-arrow:before {
   content: '';
 }
 .fa-bullseye-pointer:before {
   content: '';
 }
 .fa-burn:before {
   content: '';
 }
 .fa-buromobelexperte:before {
   content: '';
 }
 .fa-bus:before {
   content: '';
 }
 .fa-bus-alt:before {
   content: '';
 }
 .fa-bus-school:before {
   content: '';
 }
 .fa-business-time:before {
   content: '';
 }
 .fa-buysellads:before {
   content: '';
 }
 .fa-cabinet-filing:before {
   content: '';
 }
 .fa-calculator:before {
   content: '';
 }
 .fa-calculator-alt:before {
   content: '';
 }
 .fa-calendar:before {
   content: '';
 }
 .fa-calendar-alt:before {
   content: '';
 }
 .fa-calendar-check:before {
   content: '';
 }
 .fa-calendar-edit:before {
   content: '';
 }
 .fa-calendar-exclamation:before {
   content: '';
 }
 .fa-calendar-minus:before {
   content: '';
 }
 .fa-calendar-plus:before {
   content: '';
 }
 .fa-calendar-star:before {
   content: '';
 }
 .fa-calendar-times:before {
   content: '';
 }
 .fa-camera:before {
   content: '';
 }
 .fa-camera-alt:before {
   content: '';
 }
 .fa-camera-retro:before {
   content: '';
 }
 .fa-campfire:before {
   content: '';
 }
 .fa-campground:before {
   content: '';
 }
 .fa-candle-holder:before {
   content: '';
 }
 .fa-candy-corn:before {
   content: '';
 }
 .fa-cannabis:before {
   content: '';
 }
 .fa-capsules:before {
   content: '';
 }
 .fa-car:before {
   content: '';
 }
 .fa-car-alt:before {
   content: '';
 }
 .fa-car-battery:before {
   content: '';
 }
 .fa-car-bump:before {
   content: '';
 }
 .fa-car-crash:before {
   content: '';
 }
 .fa-car-garage:before {
   content: '';
 }
 .fa-car-mechanic:before {
   content: '';
 }
 .fa-car-side:before {
   content: '';
 }
 .fa-car-tilt:before {
   content: '';
 }
 .fa-car-wash:before {
   content: '';
 }
 .fa-caret-circle-down:before {
   content: '';
 }
 .fa-caret-circle-left:before {
   content: '';
 }
 .fa-caret-circle-right:before {
   content: '';
 }
 .fa-caret-circle-up:before {
   content: '';
 }
 .fa-caret-down:before {
   content: '';
 }
 .fa-caret-left:before {
   content: '';
 }
 .fa-caret-right:before {
   content: '';
 }
 .fa-caret-square-down:before {
   content: '';
 }
 .fa-caret-square-left:before {
   content: '';
 }
 .fa-caret-square-right:before {
   content: '';
 }
 .fa-caret-square-up:before {
   content: '';
 }
 .fa-caret-up:before {
   content: '';
 }
 .fa-cart-arrow-down:before {
   content: '';
 }
 .fa-cart-plus:before {
   content: '';
 }
 .fa-cat:before {
   content: '';
 }
 .fa-cauldron:before {
   content: '';
 }
 .fa-cc-amazon-pay:before {
   content: '';
 }
 .fa-cc-amex:before {
   content: '';
 }
 .fa-cc-apple-pay:before {
   content: '';
 }
 .fa-cc-diners-club:before {
   content: '';
 }
 .fa-cc-discover:before {
   content: '';
 }
 .fa-cc-jcb:before {
   content: '';
 }
 .fa-cc-mastercard:before {
   content: '';
 }
 .fa-cc-paypal:before {
   content: '';
 }
 .fa-cc-stripe:before {
   content: '';
 }
 .fa-cc-visa:before {
   content: '';
 }
 .fa-centercode:before {
   content: '';
 }
 .fa-certificate:before {
   content: '';
 }
 .fa-chair:before {
   content: '';
 }
 .fa-chair-office:before {
   content: '';
 }
 .fa-chalkboard:before {
   content: '';
 }
 .fa-chalkboard-teacher:before {
   content: '';
 }
 .fa-charging-station:before {
   content: '';
 }
 .fa-chart-area:before {
   content: '';
 }
 .fa-chart-bar:before {
   content: '';
 }
 .fa-chart-line:before {
   content: '';
 }
 .fa-chart-line-down:before {
   content: '';
 }
 .fa-chart-pie:before {
   content: '';
 }
 .fa-chart-pie-alt:before {
   content: '';
 }
 .fa-check:before {
   content: '';
 }
 .fa-check-circle:before {
   content: '';
 }
 .fa-check-double:before {
   content: '';
 }
 .fa-check-square:before {
   content: '';
 }
 .fa-chess:before {
   content: '';
 }
 .fa-chess-bishop:before {
   content: '';
 }
 .fa-chess-bishop-alt:before {
   content: '';
 }
 .fa-chess-board:before {
   content: '';
 }
 .fa-chess-clock:before {
   content: '';
 }
 .fa-chess-clock-alt:before {
   content: '';
 }
 .fa-chess-king:before {
   content: '';
 }
 .fa-chess-king-alt:before {
   content: '';
 }
 .fa-chess-knight:before {
   content: '';
 }
 .fa-chess-knight-alt:before {
   content: '';
 }
 .fa-chess-pawn:before {
   content: '';
 }
 .fa-chess-pawn-alt:before {
   content: '';
 }
 .fa-chess-queen:before {
   content: '';
 }
 .fa-chess-queen-alt:before {
   content: '';
 }
 .fa-chess-rook:before {
   content: '';
 }
 .fa-chess-rook-alt:before {
   content: '';
 }
 .fa-chevron-circle-down:before {
   content: '';
 }
 .fa-chevron-circle-left:before {
   content: '';
 }
 .fa-chevron-circle-right:before {
   content: '';
 }
 .fa-chevron-circle-up:before {
   content: '';
 }
 .fa-chevron-double-down:before {
   content: '';
 }
 .fa-chevron-double-left:before {
   content: '';
 }
 .fa-chevron-double-right:before {
   content: '';
 }
 .fa-chevron-double-up:before {
   content: '';
 }
 .fa-chevron-down:before {
   content: '';
 }
 .fa-chevron-left:before {
   content: '';
 }
 .fa-chevron-right:before {
   content: '';
 }
 .fa-chevron-square-down:before {
   content: '';
 }
 .fa-chevron-square-left:before {
   content: '';
 }
 .fa-chevron-square-right:before {
   content: '';
 }
 .fa-chevron-square-up:before {
   content: '';
 }
 .fa-chevron-up:before {
   content: '';
 }
 .fa-child:before {
   content: '';
 }
 .fa-chrome:before {
   content: '';
 }
 .fa-church:before {
   content: '';
 }
 .fa-circle:before {
   content: '';
 }
 .fa-circle-notch:before {
   content: '';
 }
 .fa-city:before {
   content: '';
 }
 .fa-claw-marks:before {
   content: '';
 }
 .fa-clipboard:before {
   content: '';
 }
 .fa-clipboard-check:before {
   content: '';
 }
 .fa-clipboard-list:before {
   content: '';
 }
 .fa-clipboard-list-check:before {
   content: '';
 }
 .fa-clipboard-prescription:before {
   content: '';
 }
 .fa-clock:before {
   content: '';
 }
 .fa-clone:before {
   content: '';
 }
 .fa-closed-captioning:before {
   content: '';
 }
 .fa-cloud:before {
   content: '';
 }
 .fa-cloud-download:before {
   content: '';
 }
 .fa-cloud-download-alt:before {
   content: '';
 }
 .fa-cloud-drizzle:before {
   content: '';
 }
 .fa-cloud-hail:before {
   content: '';
 }
 .fa-cloud-hail-mixed:before {
   content: '';
 }
 .fa-cloud-meatball:before {
   content: '';
 }
 .fa-cloud-moon:before {
   content: '';
 }
 .fa-cloud-moon-rain:before {
   content: '';
 }
 .fa-cloud-rain:before {
   content: '';
 }
 .fa-cloud-rainbow:before {
   content: '';
 }
 .fa-cloud-showers:before {
   content: '';
 }
 .fa-cloud-showers-heavy:before {
   content: '';
 }
 .fa-cloud-sleet:before {
   content: '';
 }
 .fa-cloud-snow:before {
   content: '';
 }
 .fa-cloud-sun:before {
   content: '';
 }
 .fa-cloud-sun-rain:before {
   content: '';
 }
 .fa-cloud-upload:before {
   content: '';
 }
 .fa-cloud-upload-alt:before {
   content: '';
 }
 .fa-clouds:before {
   content: '';
 }
 .fa-clouds-moon:before {
   content: '';
 }
 .fa-clouds-sun:before {
   content: '';
 }
 .fa-cloudscale:before {
   content: '';
 }
 .fa-cloudsmith:before {
   content: '';
 }
 .fa-cloudversify:before {
   content: '';
 }
 .fa-club:before {
   content: '';
 }
 .fa-cocktail:before {
   content: '';
 }
 .fa-code:before {
   content: '';
 }
 .fa-code-branch:before {
   content: '';
 }
 .fa-code-commit:before {
   content: '';
 }
 .fa-code-merge:before {
   content: '';
 }
 .fa-codepen:before {
   content: '';
 }
 .fa-codiepie:before {
   content: '';
 }
 .fa-coffee:before {
   content: '';
 }
 .fa-coffee-togo:before {
   content: '';
 }
 .fa-coffin:before {
   content: '';
 }
 .fa-cog:before {
   content: '';
 }
 .fa-cogs:before {
   content: '';
 }
 .fa-coins:before {
   content: '';
 }
 .fa-columns:before {
   content: '';
 }
 .fa-comment:before {
   content: '';
 }
 .fa-comment-alt:before {
   content: '';
 }
 .fa-comment-alt-check:before {
   content: '';
 }
 .fa-comment-alt-dollar:before {
   content: '';
 }
 .fa-comment-alt-dots:before {
   content: '';
 }
 .fa-comment-alt-edit:before {
   content: '';
 }
 .fa-comment-alt-exclamation:before {
   content: '';
 }
 .fa-comment-alt-lines:before {
   content: '';
 }
 .fa-comment-alt-minus:before {
   content: '';
 }
 .fa-comment-alt-plus:before {
   content: '';
 }
 .fa-comment-alt-slash:before {
   content: '';
 }
 .fa-comment-alt-smile:before {
   content: '';
 }
 .fa-comment-alt-times:before {
   content: '';
 }
 .fa-comment-check:before {
   content: '';
 }
 .fa-comment-dollar:before {
   content: '';
 }
 .fa-comment-dots:before {
   content: '';
 }
 .fa-comment-edit:before {
   content: '';
 }
 .fa-comment-exclamation:before {
   content: '';
 }
 .fa-comment-lines:before {
   content: '';
 }
 .fa-comment-minus:before {
   content: '';
 }
 .fa-comment-plus:before {
   content: '';
 }
 .fa-comment-slash:before {
   content: '';
 }
 .fa-comment-smile:before {
   content: '';
 }
 .fa-comment-times:before {
   content: '';
 }
 .fa-comments:before {
   content: '';
 }
 .fa-comments-alt:before {
   content: '';
 }
 .fa-comments-alt-dollar:before {
   content: '';
 }
 .fa-comments-dollar:before {
   content: '';
 }
 .fa-compact-disc:before {
   content: '';
 }
 .fa-compass:before {
   content: '';
 }
 .fa-compass-slash:before {
   content: '';
 }
 .fa-compress:before {
   content: '';
 }
 .fa-compress-alt:before {
   content: '';
 }
 .fa-compress-wide:before {
   content: '';
 }
 .fa-concierge-bell:before {
   content: '';
 }
 .fa-connectdevelop:before {
   content: '';
 }
 .fa-container-storage:before {
   content: '';
 }
 .fa-contao:before {
   content: '';
 }
 .fa-conveyor-belt:before {
   content: '';
 }
 .fa-conveyor-belt-alt:before {
   content: '';
 }
 .fa-cookie:before {
   content: '';
 }
 .fa-cookie-bite:before {
   content: '';
 }
 .fa-copy:before {
   content: '';
 }
 .fa-copyright:before {
   content: '';
 }
 .fa-corn:before {
   content: '';
 }
 .fa-couch:before {
   content: '';
 }
 .fa-cow:before {
   content: '';
 }
 .fa-cpanel:before {
   content: '';
 }
 .fa-creative-commons:before {
   content: '';
 }
 .fa-creative-commons-by:before {
   content: '';
 }
 .fa-creative-commons-nc:before {
   content: '';
 }
 .fa-creative-commons-nc-eu:before {
   content: '';
 }
 .fa-creative-commons-nc-jp:before {
   content: '';
 }
 .fa-creative-commons-nd:before {
   content: '';
 }
 .fa-creative-commons-pd:before {
   content: '';
 }
 .fa-creative-commons-pd-alt:before {
   content: '';
 }
 .fa-creative-commons-remix:before {
   content: '';
 }
 .fa-creative-commons-sa:before {
   content: '';
 }
 .fa-creative-commons-sampling:before {
   content: '';
 }
 .fa-creative-commons-sampling-plus:before {
   content: '';
 }
 .fa-creative-commons-share:before {
   content: '';
 }
 .fa-creative-commons-zero:before {
   content: '';
 }
 .fa-credit-card:before {
   content: '';
 }
 .fa-credit-card-blank:before {
   content: '';
 }
 .fa-credit-card-front:before {
   content: '';
 }
 .fa-cricket:before {
   content: '';
 }
 .fa-critical-role:before {
   content: '';
 }
 .fa-crop:before {
   content: '';
 }
 .fa-crop-alt:before {
   content: '';
 }
 .fa-cross:before {
   content: '';
 }
 .fa-crosshairs:before {
   content: '';
 }
 .fa-crow:before {
   content: '';
 }
 .fa-crown:before {
   content: '';
 }
 .fa-css3:before {
   content: '';
 }
 .fa-css3-alt:before {
   content: '';
 }
 .fa-cube:before {
   content: '';
 }
 .fa-cubes:before {
   content: '';
 }
 .fa-curling:before {
   content: '';
 }
 .fa-cut:before {
   content: '';
 }
 .fa-cuttlefish:before {
   content: '';
 }
 .fa-d-and-d:before {
   content: '';
 }
 .fa-d-and-d-beyond:before {
   content: '';
 }
 .fa-dagger:before {
   content: '';
 }
 .fa-dashcube:before {
   content: '';
 }
 .fa-database:before {
   content: '';
 }
 .fa-deaf:before {
   content: '';
 }
 .fa-delicious:before {
   content: '';
 }
 .fa-democrat:before {
   content: '';
 }
 .fa-deploydog:before {
   content: '';
 }
 .fa-deskpro:before {
   content: '';
 }
 .fa-desktop:before {
   content: '';
 }
 .fa-desktop-alt:before {
   content: '';
 }
 .fa-dev:before {
   content: '';
 }
 .fa-deviantart:before {
   content: '';
 }
 .fa-dewpoint:before {
   content: '';
 }
 .fa-dharmachakra:before {
   content: '';
 }
 .fa-diagnoses:before {
   content: '';
 }
 .fa-diamond:before {
   content: '';
 }
 .fa-dice:before {
   content: '';
 }
 .fa-dice-d10:before {
   content: '';
 }
 .fa-dice-d12:before {
   content: '';
 }
 .fa-dice-d20:before {
   content: '';
 }
 .fa-dice-d4:before {
   content: '';
 }
 .fa-dice-d6:before {
   content: '';
 }
 .fa-dice-d8:before {
   content: '';
 }
 .fa-dice-five:before {
   content: '';
 }
 .fa-dice-four:before {
   content: '';
 }
 .fa-dice-one:before {
   content: '';
 }
 .fa-dice-six:before {
   content: '';
 }
 .fa-dice-three:before {
   content: '';
 }
 .fa-dice-two:before {
   content: '';
 }
 .fa-digg:before {
   content: '';
 }
 .fa-digital-ocean:before {
   content: '';
 }
 .fa-digital-tachograph:before {
   content: '';
 }
 .fa-diploma:before {
   content: '';
 }
 .fa-directions:before {
   content: '';
 }
 .fa-discord:before {
   content: '';
 }
 .fa-discourse:before {
   content: '';
 }
 .fa-divide:before {
   content: '';
 }
 .fa-dizzy:before {
   content: '';
 }
 .fa-dna:before {
   content: '';
 }
 .fa-do-not-enter:before {
   content: '';
 }
 .fa-dochub:before {
   content: '';
 }
 .fa-docker:before {
   content: '';
 }
 .fa-dog:before {
   content: '';
 }
 .fa-dog-leashed:before {
   content: '';
 }
 .fa-dollar-sign:before {
   content: '';
 }
 .fa-dolly:before {
   content: '';
 }
 .fa-dolly-empty:before {
   content: '';
 }
 .fa-dolly-flatbed:before {
   content: '';
 }
 .fa-dolly-flatbed-alt:before {
   content: '';
 }
 .fa-dolly-flatbed-empty:before {
   content: '';
 }
 .fa-donate:before {
   content: '';
 }
 .fa-door-closed:before {
   content: '';
 }
 .fa-door-open:before {
   content: '';
 }
 .fa-dot-circle:before {
   content: '';
 }
 .fa-dove:before {
   content: '';
 }
 .fa-download:before {
   content: '';
 }
 .fa-draft2digital:before {
   content: '';
 }
 .fa-drafting-compass:before {
   content: '';
 }
 .fa-dragon:before {
   content: '';
 }
 .fa-draw-circle:before {
   content: '';
 }
 .fa-draw-polygon:before {
   content: '';
 }
 .fa-draw-square:before {
   content: '';
 }
 .fa-dribbble:before {
   content: '';
 }
 .fa-dribbble-square:before {
   content: '';
 }
 .fa-dropbox:before {
   content: '';
 }
 .fa-drum:before {
   content: '';
 }
 .fa-drum-steelpan:before {
   content: '';
 }
 .fa-drumstick:before {
   content: '';
 }
 .fa-drumstick-bite:before {
   content: '';
 }
 .fa-drupal:before {
   content: '';
 }
 .fa-duck:before {
   content: '';
 }
 .fa-dumbbell:before {
   content: '';
 }
 .fa-dungeon:before {
   content: '';
 }
 .fa-dyalog:before {
   content: '';
 }
 .fa-ear:before {
   content: '';
 }
 .fa-earlybirds:before {
   content: '';
 }
 .fa-ebay:before {
   content: '';
 }
 .fa-eclipse:before {
   content: '';
 }
 .fa-eclipse-alt:before {
   content: '';
 }
 .fa-edge:before {
   content: '';
 }
 .fa-edit:before {
   content: '';
 }
 .fa-eject:before {
   content: '';
 }
 .fa-elementor:before {
   content: '';
 }
 .fa-elephant:before {
   content: '';
 }
 .fa-ellipsis-h:before {
   content: '';
 }
 .fa-ellipsis-h-alt:before {
   content: '';
 }
 .fa-ellipsis-v:before {
   content: '';
 }
 .fa-ellipsis-v-alt:before {
   content: '';
 }
 .fa-ello:before {
   content: '';
 }
 .fa-ember:before {
   content: '';
 }
 .fa-empire:before {
   content: '';
 }
 .fa-empty-set:before {
   content: '';
 }
 .fa-engine-warning:before {
   content: '';
 }
 .fa-envelope:before {
   content: '';
 }
 .fa-envelope-open:before {
   content: '';
 }
 .fa-envelope-open-dollar:before {
   content: '';
 }
 .fa-envelope-open-text:before {
   content: '';
 }
 .fa-envelope-square:before {
   content: '';
 }
 .fa-envira:before {
   content: '';
 }
 .fa-equals:before {
   content: '';
 }
 .fa-eraser:before {
   content: '';
 }
 .fa-erlang:before {
   content: '';
 }
 .fa-ethereum:before {
   content: '';
 }
 .fa-etsy:before {
   content: '';
 }
 .fa-euro-sign:before {
   content: '';
 }
 .fa-exchange:before {
   content: '';
 }
 .fa-exchange-alt:before {
   content: '';
 }
 .fa-exclamation:before {
   content: '';
 }
 .fa-exclamation-circle:before {
   content: '';
 }
 .fa-exclamation-square:before {
   content: '';
 }
 .fa-exclamation-triangle:before {
   content: '';
 }
 .fa-expand:before {
   content: '';
 }
 .fa-expand-alt:before {
   content: '';
 }
 .fa-expand-arrows:before {
   content: '';
 }
 .fa-expand-arrows-alt:before {
   content: '';
 }
 .fa-expand-wide:before {
   content: '';
 }
 .fa-expeditedssl:before {
   content: '';
 }
 .fa-external-link:before {
   content: '';
 }
 .fa-external-link-alt:before {
   content: '';
 }
 .fa-external-link-square:before {
   content: '';
 }
 .fa-external-link-square-alt:before {
   content: '';
 }
 .fa-eye:before {
   content: '';
 }
 .fa-eye-dropper:before {
   content: '';
 }
 .fa-eye-evil:before {
   content: '';
 }
 .fa-eye-slash:before {
   content: '';
 }
 .fa-facebook:before {
   content: '';
 }
 .fa-facebook-f:before {
   content: '';
 }
 .fa-facebook-messenger:before {
   content: '';
 }
 .fa-facebook-square:before {
   content: '';
 }
 .fa-fantasy-flight-games:before {
   content: '';
 }
 .fa-fast-backward:before {
   content: '';
 }
 .fa-fast-forward:before {
   content: '';
 }
 .fa-fax:before {
   content: '';
 }
 .fa-feather:before {
   content: '';
 }
 .fa-feather-alt:before {
   content: '';
 }
 .fa-female:before {
   content: '';
 }
 .fa-field-hockey:before {
   content: '';
 }
 .fa-fighter-jet:before {
   content: '';
 }
 .fa-file:before {
   content: '';
 }
 .fa-file-alt:before {
   content: '';
 }
 .fa-file-archive:before {
   content: '';
 }
 .fa-file-audio:before {
   content: '';
 }
 .fa-file-certificate:before {
   content: '';
 }
 .fa-file-chart-line:before {
   content: '';
 }
 .fa-file-chart-pie:before {
   content: '';
 }
 .fa-file-check:before {
   content: '';
 }
 .fa-file-code:before {
   content: '';
 }
 .fa-file-contract:before {
   content: '';
 }
 .fa-file-csv:before {
   content: '';
 }
 .fa-file-download:before {
   content: '';
 }
 .fa-file-edit:before {
   content: '';
 }
 .fa-file-excel:before {
   content: '';
 }
 .fa-file-exclamation:before {
   content: '';
 }
 .fa-file-export:before {
   content: '';
 }
 .fa-file-image:before {
   content: '';
 }
 .fa-file-import:before {
   content: '';
 }
 .fa-file-invoice:before {
   content: '';
 }
 .fa-file-invoice-dollar:before {
   content: '';
 }
 .fa-file-medical:before {
   content: '';
 }
 .fa-file-medical-alt:before {
   content: '';
 }
 .fa-file-minus:before {
   content: '';
 }
 .fa-file-pdf:before {
   content: '';
 }
 .fa-file-plus:before {
   content: '';
 }
 .fa-file-powerpoint:before {
   content: '';
 }
 .fa-file-prescription:before {
   content: '';
 }
 .fa-file-signature:before {
   content: '';
 }
 .fa-file-spreadsheet:before {
   content: '';
 }
 .fa-file-times:before {
   content: '';
 }
 .fa-file-upload:before {
   content: '';
 }
 .fa-file-user:before {
   content: '';
 }
 .fa-file-video:before {
   content: '';
 }
 .fa-file-word:before {
   content: '';
 }
 .fa-fill:before {
   content: '';
 }
 .fa-fill-drip:before {
   content: '';
 }
 .fa-film:before {
   content: '';
 }
 .fa-film-alt:before {
   content: '';
 }
 .fa-filter:before {
   content: '';
 }
 .fa-fingerprint:before {
   content: '';
 }
 .fa-fire:before {
   content: '';
 }
 .fa-fire-extinguisher:before {
   content: '';
 }
 .fa-fire-smoke:before {
   content: '';
 }
 .fa-firefox:before {
   content: '';
 }
 .fa-first-aid:before {
   content: '';
 }
 .fa-first-order:before {
   content: '';
 }
 .fa-first-order-alt:before {
   content: '';
 }
 .fa-firstdraft:before {
   content: '';
 }
 .fa-fish:before {
   content: '';
 }
 .fa-fist-raised:before {
   content: '';
 }
 .fa-flag:before {
   content: '';
 }
 .fa-flag-alt:before {
   content: '';
 }
 .fa-flag-checkered:before {
   content: '';
 }
 .fa-flag-usa:before {
   content: '';
 }
 .fa-flame:before {
   content: '';
 }
 .fa-flask:before {
   content: '';
 }
 .fa-flask-poison:before {
   content: '';
 }
 .fa-flask-potion:before {
   content: '';
 }
 .fa-flickr:before {
   content: '';
 }
 .fa-flipboard:before {
   content: '';
 }
 .fa-flushed:before {
   content: '';
 }
 .fa-fly:before {
   content: '';
 }
 .fa-fog:before {
   content: '';
 }
 .fa-folder:before {
   content: '';
 }
 .fa-folder-minus:before {
   content: '';
 }
 .fa-folder-open:before {
   content: '';
 }
 .fa-folder-plus:before {
   content: '';
 }
 .fa-folder-times:before {
   content: '';
 }
 .fa-folders:before {
   content: '';
 }
 .fa-font:before {
   content: '';
 }
 .fa-font-awesome:before {
   content: '';
 }
 .fa-font-awesome-alt:before {
   content: '';
 }
 .fa-font-awesome-flag:before {
   content: '';
 }
 .fa-font-awesome-logo-full:before {
   content: '';
 }
 .fa-fonticons:before {
   content: '';
 }
 .fa-fonticons-fi:before {
   content: '';
 }
 .fa-football-ball:before {
   content: '';
 }
 .fa-football-helmet:before {
   content: '';
 }
 .fa-forklift:before {
   content: '';
 }
 .fa-fort-awesome:before {
   content: '';
 }
 .fa-fort-awesome-alt:before {
   content: '';
 }
 .fa-forumbee:before {
   content: '';
 }
 .fa-forward:before {
   content: '';
 }
 .fa-foursquare:before {
   content: '';
 }
 .fa-fragile:before {
   content: '';
 }
 .fa-free-code-camp:before {
   content: '';
 }
 .fa-freebsd:before {
   content: '';
 }
 .fa-frog:before {
   content: '';
 }
 .fa-frown:before {
   content: '';
 }
 .fa-frown-open:before {
   content: '';
 }
 .fa-fulcrum:before {
   content: '';
 }
 .fa-function:before {
   content: '';
 }
 .fa-funnel-dollar:before {
   content: '';
 }
 .fa-futbol:before {
   content: '';
 }
 .fa-galactic-republic:before {
   content: '';
 }
 .fa-galactic-senate:before {
   content: '';
 }
 .fa-gamepad:before {
   content: '';
 }
 .fa-gas-pump:before {
   content: '';
 }
 .fa-gas-pump-slash:before {
   content: '';
 }
 .fa-gavel:before {
   content: '';
 }
 .fa-gem:before {
   content: '';
 }
 .fa-genderless:before {
   content: '';
 }
 .fa-get-pocket:before {
   content: '';
 }
 .fa-gg:before {
   content: '';
 }
 .fa-gg-circle:before {
   content: '';
 }
 .fa-ghost:before {
   content: '';
 }
 .fa-gift:before {
   content: '';
 }
 .fa-gift-card:before {
   content: '';
 }
 .fa-git:before {
   content: '';
 }
 .fa-git-square:before {
   content: '';
 }
 .fa-github:before {
   content: '';
 }
 .fa-github-alt:before {
   content: '';
 }
 .fa-github-square:before {
   content: '';
 }
 .fa-gitkraken:before {
   content: '';
 }
 .fa-gitlab:before {
   content: '';
 }
 .fa-gitter:before {
   content: '';
 }
 .fa-glass-martini:before {
   content: '';
 }
 .fa-glass-martini-alt:before {
   content: '';
 }
 .fa-glasses:before {
   content: '';
 }
 .fa-glasses-alt:before {
   content: '';
 }
 .fa-glide:before {
   content: '';
 }
 .fa-glide-g:before {
   content: '';
 }
 .fa-globe:before {
   content: '';
 }
 .fa-globe-africa:before {
   content: '';
 }
 .fa-globe-americas:before {
   content: '';
 }
 .fa-globe-asia:before {
   content: '';
 }
 .fa-globe-stand:before {
   content: '';
 }
 .fa-gofore:before {
   content: '';
 }
 .fa-golf-ball:before {
   content: '';
 }
 .fa-golf-club:before {
   content: '';
 }
 .fa-goodreads:before {
   content: '';
 }
 .fa-goodreads-g:before {
   content: '';
 }
 .fa-google:before {
   content: '';
 }
 .fa-google-drive:before {
   content: '';
 }
 .fa-google-play:before {
   content: '';
 }
 .fa-google-plus:before {
   content: '';
 }
 .fa-google-plus-g:before {
   content: '';
 }
 .fa-google-plus-square:before {
   content: '';
 }
 .fa-google-wallet:before {
   content: '';
 }
 .fa-gopuram:before {
   content: '';
 }
 .fa-graduation-cap:before {
   content: '';
 }
 .fa-gratipay:before {
   content: '';
 }
 .fa-grav:before {
   content: '';
 }
 .fa-greater-than:before {
   content: '';
 }
 .fa-greater-than-equal:before {
   content: '';
 }
 .fa-grimace:before {
   content: '';
 }
 .fa-grin:before {
   content: '';
 }
 .fa-grin-alt:before {
   content: '';
 }
 .fa-grin-beam:before {
   content: '';
 }
 .fa-grin-beam-sweat:before {
   content: '';
 }
 .fa-grin-hearts:before {
   content: '';
 }
 .fa-grin-squint:before {
   content: '';
 }
 .fa-grin-squint-tears:before {
   content: '';
 }
 .fa-grin-stars:before {
   content: '';
 }
 .fa-grin-tears:before {
   content: '';
 }
 .fa-grin-tongue:before {
   content: '';
 }
 .fa-grin-tongue-squint:before {
   content: '';
 }
 .fa-grin-tongue-wink:before {
   content: '';
 }
 .fa-grin-wink:before {
   content: '';
 }
 .fa-grip-horizontal:before {
   content: '';
 }
 .fa-grip-vertical:before {
   content: '';
 }
 .fa-gripfire:before {
   content: '';
 }
 .fa-grunt:before {
   content: '';
 }
 .fa-gulp:before {
   content: '';
 }
 .fa-h-square:before {
   content: '';
 }
 .fa-h1:before {
   content: '';
 }
 .fa-h2:before {
   content: '';
 }
 .fa-h3:before {
   content: '';
 }
 .fa-hacker-news:before {
   content: '';
 }
 .fa-hacker-news-square:before {
   content: '';
 }
 .fa-hackerrank:before {
   content: '';
 }
 .fa-hammer:before {
   content: '';
 }
 .fa-hammer-war:before {
   content: '';
 }
 .fa-hamsa:before {
   content: '';
 }
 .fa-hand-heart:before {
   content: '';
 }
 .fa-hand-holding:before {
   content: '';
 }
 .fa-hand-holding-box:before {
   content: '';
 }
 .fa-hand-holding-heart:before {
   content: '';
 }
 .fa-hand-holding-magic:before {
   content: '';
 }
 .fa-hand-holding-seedling:before {
   content: '';
 }
 .fa-hand-holding-usd:before {
   content: '';
 }
 .fa-hand-holding-water:before {
   content: '';
 }
 .fa-hand-lizard:before {
   content: '';
 }
 .fa-hand-paper:before {
   content: '';
 }
 .fa-hand-peace:before {
   content: '';
 }
 .fa-hand-point-down:before {
   content: '';
 }
 .fa-hand-point-left:before {
   content: '';
 }
 .fa-hand-point-right:before {
   content: '';
 }
 .fa-hand-point-up:before {
   content: '';
 }
 .fa-hand-pointer:before {
   content: '';
 }
 .fa-hand-receiving:before {
   content: '';
 }
 .fa-hand-rock:before {
   content: '';
 }
 .fa-hand-scissors:before {
   content: '';
 }
 .fa-hand-spock:before {
   content: '';
 }
 .fa-hands:before {
   content: '';
 }
 .fa-hands-heart:before {
   content: '';
 }
 .fa-hands-helping:before {
   content: '';
 }
 .fa-hands-usd:before {
   content: '';
 }
 .fa-handshake:before {
   content: '';
 }
 .fa-handshake-alt:before {
   content: '';
 }
 .fa-hanukiah:before {
   content: '';
 }
 .fa-hashtag:before {
   content: '';
 }
 .fa-hat-witch:before {
   content: '';
 }
 .fa-hat-wizard:before {
   content: '';
 }
 .fa-haykal:before {
   content: '';
 }
 .fa-hdd:before {
   content: '';
 }
 .fa-head-side:before {
   content: '';
 }
 .fa-head-vr:before {
   content: '';
 }
 .fa-heading:before {
   content: '';
 }
 .fa-headphones:before {
   content: '';
 }
 .fa-headphones-alt:before {
   content: '';
 }
 .fa-headset:before {
   content: '';
 }
 .fa-heart:before {
   content: '';
 }
 .fa-heart-circle:before {
   content: '';
 }
 .fa-heart-rate:before {
   content: '';
 }
 .fa-heart-square:before {
   content: '';
 }
 .fa-heartbeat:before {
   content: '';
 }
 .fa-helicopter:before {
   content: '';
 }
 .fa-helmet-battle:before {
   content: '';
 }
 .fa-hexagon:before {
   content: '';
 }
 .fa-highlighter:before {
   content: '';
 }
 .fa-hiking:before {
   content: '';
 }
 .fa-hippo:before {
   content: '';
 }
 .fa-hips:before {
   content: '';
 }
 .fa-hire-a-helper:before {
   content: '';
 }
 .fa-history:before {
   content: '';
 }
 .fa-hockey-mask:before {
   content: '';
 }
 .fa-hockey-puck:before {
   content: '';
 }
 .fa-hockey-sticks:before {
   content: '';
 }
 .fa-home:before {
   content: '';
 }
 .fa-home-heart:before {
   content: '';
 }
 .fa-hood-cloak:before {
   content: '';
 }
 .fa-hooli:before {
   content: '';
 }
 .fa-hornbill:before {
   content: '';
 }
 .fa-horse:before {
   content: '';
 }
 .fa-hospital:before {
   content: '';
 }
 .fa-hospital-alt:before {
   content: '';
 }
 .fa-hospital-symbol:before {
   content: '';
 }
 .fa-hot-tub:before {
   content: '';
 }
 .fa-hotel:before {
   content: '';
 }
 .fa-hotjar:before {
   content: '';
 }
 .fa-hourglass:before {
   content: '';
 }
 .fa-hourglass-end:before {
   content: '';
 }
 .fa-hourglass-half:before {
   content: '';
 }
 .fa-hourglass-start:before {
   content: '';
 }
 .fa-house-damage:before {
   content: '';
 }
 .fa-house-flood:before {
   content: '';
 }
 .fa-houzz:before {
   content: '';
 }
 .fa-hryvnia:before {
   content: '';
 }
 .fa-html5:before {
   content: '';
 }
 .fa-hubspot:before {
   content: '';
 }
 .fa-humidity:before {
   content: '';
 }
 .fa-hurricane:before {
   content: '';
 }
 .fa-i-cursor:before {
   content: '';
 }
 .fa-id-badge:before {
   content: '';
 }
 .fa-id-card:before {
   content: '';
 }
 .fa-id-card-alt:before {
   content: '';
 }
 .fa-image:before {
   content: '';
 }
 .fa-images:before {
   content: '';
 }
 .fa-imdb:before {
   content: '';
 }
 .fa-inbox:before {
   content: '';
 }
 .fa-inbox-in:before {
   content: '';
 }
 .fa-inbox-out:before {
   content: '';
 }
 .fa-indent:before {
   content: '';
 }
 .fa-industry:before {
   content: '';
 }
 .fa-industry-alt:before {
   content: '';
 }
 .fa-infinity:before {
   content: '';
 }
 .fa-info:before {
   content: '';
 }
 .fa-info-circle:before {
   content: '';
 }
 .fa-info-square:before {
   content: '';
 }
 .fa-inhaler:before {
   content: '';
 }
 .fa-instagram:before {
   content: '';
 }
 .fa-integral:before {
   content: '';
 }
 .fa-internet-explorer:before {
   content: '';
 }
 .fa-intersection:before {
   content: '';
 }
 .fa-inventory:before {
   content: '';
 }
 .fa-ioxhost:before {
   content: '';
 }
 .fa-italic:before {
   content: '';
 }
 .fa-itunes:before {
   content: '';
 }
 .fa-itunes-note:before {
   content: '';
 }
 .fa-jack-o-lantern:before {
   content: '';
 }
 .fa-java:before {
   content: '';
 }
 .fa-jedi:before {
   content: '';
 }
 .fa-jedi-order:before {
   content: '';
 }
 .fa-jenkins:before {
   content: '';
 }
 .fa-joget:before {
   content: '';
 }
 .fa-joint:before {
   content: '';
 }
 .fa-joomla:before {
   content: '';
 }
 .fa-journal-whills:before {
   content: '';
 }
 .fa-js:before {
   content: '';
 }
 .fa-js-square:before {
   content: '';
 }
 .fa-jsfiddle:before {
   content: '';
 }
 .fa-kaaba:before {
   content: '';
 }
 .fa-kaggle:before {
   content: '';
 }
 .fa-key:before {
   content: '';
 }
 .fa-key-skeleton:before {
   content: '';
 }
 .fa-keybase:before {
   content: '';
 }
 .fa-keyboard:before {
   content: '';
 }
 .fa-keycdn:before {
   content: '';
 }
 .fa-keynote:before {
   content: '';
 }
 .fa-khanda:before {
   content: '';
 }
 .fa-kickstarter:before {
   content: '';
 }
 .fa-kickstarter-k:before {
   content: '';
 }
 .fa-kidneys:before {
   content: '';
 }
 .fa-kiss:before {
   content: '';
 }
 .fa-kiss-beam:before {
   content: '';
 }
 .fa-kiss-wink-heart:before {
   content: '';
 }
 .fa-kite:before {
   content: '';
 }
 .fa-kiwi-bird:before {
   content: '';
 }
 .fa-knife-kitchen:before {
   content: '';
 }
 .fa-korvue:before {
   content: '';
 }
 .fa-lambda:before {
   content: '';
 }
 .fa-lamp:before {
   content: '';
 }
 .fa-landmark:before {
   content: '';
 }
 .fa-landmark-alt:before {
   content: '';
 }
 .fa-language:before {
   content: '';
 }
 .fa-laptop:before {
   content: '';
 }
 .fa-laptop-code:before {
   content: '';
 }
 .fa-laravel:before {
   content: '';
 }
 .fa-lastfm:before {
   content: '';
 }
 .fa-lastfm-square:before {
   content: '';
 }
 .fa-laugh:before {
   content: '';
 }
 .fa-laugh-beam:before {
   content: '';
 }
 .fa-laugh-squint:before {
   content: '';
 }
 .fa-laugh-wink:before {
   content: '';
 }
 .fa-layer-group:before {
   content: '';
 }
 .fa-layer-minus:before {
   content: '';
 }
 .fa-layer-plus:before {
   content: '';
 }
 .fa-leaf:before {
   content: '';
 }
 .fa-leaf-heart:before {
   content: '';
 }
 .fa-leaf-maple:before {
   content: '';
 }
 .fa-leaf-oak:before {
   content: '';
 }
 .fa-leanpub:before {
   content: '';
 }
 .fa-lemon:before {
   content: '';
 }
 .fa-less:before {
   content: '';
 }
 .fa-less-than:before {
   content: '';
 }
 .fa-less-than-equal:before {
   content: '';
 }
 .fa-level-down:before {
   content: '';
 }
 .fa-level-down-alt:before {
   content: '';
 }
 .fa-level-up:before {
   content: '';
 }
 .fa-level-up-alt:before {
   content: '';
 }
 .fa-life-ring:before {
   content: '';
 }
 .fa-lightbulb:before {
   content: '';
 }
 .fa-lightbulb-dollar:before {
   content: '';
 }
 .fa-lightbulb-exclamation:before {
   content: '';
 }
 .fa-lightbulb-on:before {
   content: '';
 }
 .fa-lightbulb-slash:before {
   content: '';
 }
 .fa-line:before {
   content: '';
 }
 .fa-link:before {
   content: '';
 }
 .fa-linkedin:before {
   content: '';
 }
 .fa-linkedin-in:before {
   content: '';
 }
 .fa-linode:before {
   content: '';
 }
 .fa-linux:before {
   content: '';
 }
 .fa-lips:before {
   content: '';
 }
 .fa-lira-sign:before {
   content: '';
 }
 .fa-list:before {
   content: '';
 }
 .fa-list-alt:before {
   content: '';
 }
 .fa-list-ol:before {
   content: '';
 }
 .fa-list-ul:before {
   content: '';
 }
 .fa-location:before {
   content: '';
 }
 .fa-location-arrow:before {
   content: '';
 }
 .fa-location-circle:before {
   content: '';
 }
 .fa-location-slash:before {
   content: '';
 }
 .fa-lock:before {
   content: '';
 }
 .fa-lock-alt:before {
   content: '';
 }
 .fa-lock-open:before {
   content: '';
 }
 .fa-lock-open-alt:before {
   content: '';
 }
 .fa-long-arrow-alt-down:before {
   content: '';
 }
 .fa-long-arrow-alt-left:before {
   content: '';
 }
 .fa-long-arrow-alt-right:before {
   content: '';
 }
 .fa-long-arrow-alt-up:before {
   content: '';
 }
 .fa-long-arrow-down:before {
   content: '';
 }
 .fa-long-arrow-left:before {
   content: '';
 }
 .fa-long-arrow-right:before {
   content: '';
 }
 .fa-long-arrow-up:before {
   content: '';
 }
 .fa-loveseat:before {
   content: '';
 }
 .fa-low-vision:before {
   content: '';
 }
 .fa-luchador:before {
   content: '';
 }
 .fa-luggage-cart:before {
   content: '';
 }
 .fa-lungs:before {
   content: '';
 }
 .fa-lyft:before {
   content: '';
 }
 .fa-mace:before {
   content: '';
 }
 .fa-magento:before {
   content: '';
 }
 .fa-magic:before {
   content: '';
 }
 .fa-magnet:before {
   content: '';
 }
 .fa-mail-bulk:before {
   content: '';
 }
 .fa-mailchimp:before {
   content: '';
 }
 .fa-male:before {
   content: '';
 }
 .fa-mandalorian:before {
   content: '';
 }
 .fa-mandolin:before {
   content: '';
 }
 .fa-map:before {
   content: '';
 }
 .fa-map-marked:before {
   content: '';
 }
 .fa-map-marked-alt:before {
   content: '';
 }
 .fa-map-marker:before {
   content: '';
 }
 .fa-map-marker-alt:before {
   content: '';
 }
 .fa-map-marker-alt-slash:before {
   content: '';
 }
 .fa-map-marker-check:before {
   content: '';
 }
 .fa-map-marker-edit:before {
   content: '';
 }
 .fa-map-marker-exclamation:before {
   content: '';
 }
 .fa-map-marker-minus:before {
   content: '';
 }
 .fa-map-marker-plus:before {
   content: '';
 }
 .fa-map-marker-question:before {
   content: '';
 }
 .fa-map-marker-slash:before {
   content: '';
 }
 .fa-map-marker-smile:before {
   content: '';
 }
 .fa-map-marker-times:before {
   content: '';
 }
 .fa-map-pin:before {
   content: '';
 }
 .fa-map-signs:before {
   content: '';
 }
 .fa-markdown:before {
   content: '';
 }
 .fa-marker:before {
   content: '';
 }
 .fa-mars:before {
   content: '';
 }
 .fa-mars-double:before {
   content: '';
 }
 .fa-mars-stroke:before {
   content: '';
 }
 .fa-mars-stroke-h:before {
   content: '';
 }
 .fa-mars-stroke-v:before {
   content: '';
 }
 .fa-mask:before {
   content: '';
 }
 .fa-mastodon:before {
   content: '';
 }
 .fa-maxcdn:before {
   content: '';
 }
 .fa-medal:before {
   content: '';
 }
 .fa-medapps:before {
   content: '';
 }
 .fa-medium:before {
   content: '';
 }
 .fa-medium-m:before {
   content: '';
 }
 .fa-medkit:before {
   content: '';
 }
 .fa-medrt:before {
   content: '';
 }
 .fa-meetup:before {
   content: '';
 }
 .fa-megaphone:before {
   content: '';
 }
 .fa-megaport:before {
   content: '';
 }
 .fa-meh:before {
   content: '';
 }
 .fa-meh-blank:before {
   content: '';
 }
 .fa-meh-rolling-eyes:before {
   content: '';
 }
 .fa-memory:before {
   content: '';
 }
 .fa-menorah:before {
   content: '';
 }
 .fa-mercury:before {
   content: '';
 }
 .fa-meteor:before {
   content: '';
 }
 .fa-microchip:before {
   content: '';
 }
 .fa-microphone:before {
   content: '';
 }
 .fa-microphone-alt:before {
   content: '';
 }
 .fa-microphone-alt-slash:before {
   content: '';
 }
 .fa-microphone-slash:before {
   content: '';
 }
 .fa-microscope:before {
   content: '';
 }
 .fa-microsoft:before {
   content: '';
 }
 .fa-mind-share:before {
   content: '';
 }
 .fa-minus:before {
   content: '';
 }
 .fa-minus-circle:before {
   content: '';
 }
 .fa-minus-hexagon:before {
   content: '';
 }
 .fa-minus-octagon:before {
   content: '';
 }
 .fa-minus-square:before {
   content: '';
 }
 .fa-mix:before {
   content: '';
 }
 .fa-mixcloud:before {
   content: '';
 }
 .fa-mizuni:before {
   content: '';
 }
 .fa-mobile:before {
   content: '';
 }
 .fa-mobile-alt:before {
   content: '';
 }
 .fa-mobile-android:before {
   content: '';
 }
 .fa-mobile-android-alt:before {
   content: '';
 }
 .fa-modx:before {
   content: '';
 }
 .fa-monero:before {
   content: '';
 }
 .fa-money-bill:before {
   content: '';
 }
 .fa-money-bill-alt:before {
   content: '';
 }
 .fa-money-bill-wave:before {
   content: '';
 }
 .fa-money-bill-wave-alt:before {
   content: '';
 }
 .fa-money-check:before {
   content: '';
 }
 .fa-money-check-alt:before {
   content: '';
 }
 .fa-monitor-heart-rate:before {
   content: '';
 }
 .fa-monkey:before {
   content: '';
 }
 .fa-monument:before {
   content: '';
 }
 .fa-moon:before {
   content: '';
 }
 .fa-moon-cloud:before {
   content: '';
 }
 .fa-moon-stars:before {
   content: '';
 }
 .fa-mortar-pestle:before {
   content: '';
 }
 .fa-mosque:before {
   content: '';
 }
 .fa-motorcycle:before {
   content: '';
 }
 .fa-mountain:before {
   content: '';
 }
 .fa-mountains:before {
   content: '';
 }
 .fa-mouse-pointer:before {
   content: '';
 }
 .fa-music:before {
   content: '';
 }
 .fa-napster:before {
   content: '';
 }
 .fa-narwhal:before {
   content: '';
 }
 .fa-neos:before {
   content: '';
 }
 .fa-network-wired:before {
   content: '';
 }
 .fa-neuter:before {
   content: '';
 }
 .fa-newspaper:before {
   content: '';
 }
 .fa-nimblr:before {
   content: '';
 }
 .fa-nintendo-switch:before {
   content: '';
 }
 .fa-node:before {
   content: '';
 }
 .fa-node-js:before {
   content: '';
 }
 .fa-not-equal:before {
   content: '';
 }
 .fa-notes-medical:before {
   content: '';
 }
 .fa-npm:before {
   content: '';
 }
 .fa-ns8:before {
   content: '';
 }
 .fa-nutritionix:before {
   content: '';
 }
 .fa-object-group:before {
   content: '';
 }
 .fa-object-ungroup:before {
   content: '';
 }
 .fa-octagon:before {
   content: '';
 }
 .fa-odnoklassniki:before {
   content: '';
 }
 .fa-odnoklassniki-square:before {
   content: '';
 }
 .fa-oil-can:before {
   content: '';
 }
 .fa-oil-temp:before {
   content: '';
 }
 .fa-old-republic:before {
   content: '';
 }
 .fa-om:before {
   content: '';
 }
 .fa-omega:before {
   content: '';
 }
 .fa-opencart:before {
   content: '';
 }
 .fa-openid:before {
   content: '';
 }
 .fa-opera:before {
   content: '';
 }
 .fa-optin-monster:before {
   content: '';
 }
 .fa-osi:before {
   content: '';
 }
 .fa-otter:before {
   content: '';
 }
 .fa-outdent:before {
   content: '';
 }
 .fa-page4:before {
   content: '';
 }
 .fa-pagelines:before {
   content: '';
 }
 .fa-paint-brush:before {
   content: '';
 }
 .fa-paint-brush-alt:before {
   content: '';
 }
 .fa-paint-roller:before {
   content: '';
 }
 .fa-palette:before {
   content: '';
 }
 .fa-palfed:before {
   content: '';
 }
 .fa-pallet:before {
   content: '';
 }
 .fa-pallet-alt:before {
   content: '';
 }
 .fa-paper-plane:before {
   content: '';
 }
 .fa-paperclip:before {
   content: '';
 }
 .fa-parachute-box:before {
   content: '';
 }
 .fa-paragraph:before {
   content: '';
 }
 .fa-parking:before {
   content: '';
 }
 .fa-parking-circle:before {
   content: '';
 }
 .fa-parking-circle-slash:before {
   content: '';
 }
 .fa-parking-slash:before {
   content: '';
 }
 .fa-passport:before {
   content: '';
 }
 .fa-pastafarianism:before {
   content: '';
 }
 .fa-paste:before {
   content: '';
 }
 .fa-patreon:before {
   content: '';
 }
 .fa-pause:before {
   content: '';
 }
 .fa-pause-circle:before {
   content: '';
 }
 .fa-paw:before {
   content: '';
 }
 .fa-paw-alt:before {
   content: '';
 }
 .fa-paw-claws:before {
   content: '';
 }
 .fa-paypal:before {
   content: '';
 }
 .fa-peace:before {
   content: '';
 }
 .fa-pegasus:before {
   content: '';
 }
 .fa-pen:before {
   content: '';
 }
 .fa-pen-alt:before {
   content: '';
 }
 .fa-pen-fancy:before {
   content: '';
 }
 .fa-pen-nib:before {
   content: '';
 }
 .fa-pen-square:before {
   content: '';
 }
 .fa-pencil:before {
   content: '';
 }
 .fa-pencil-alt:before {
   content: '';
 }
 .fa-pencil-paintbrush:before {
   content: '';
 }
 .fa-pencil-ruler:before {
   content: '';
 }
 .fa-pennant:before {
   content: '';
 }
 .fa-penny-arcade:before {
   content: '';
 }
 .fa-people-carry:before {
   content: '';
 }
 .fa-percent:before {
   content: '';
 }
 .fa-percentage:before {
   content: '';
 }
 .fa-periscope:before {
   content: '';
 }
 .fa-person-booth:before {
   content: '';
 }
 .fa-person-carry:before {
   content: '';
 }
 .fa-person-dolly:before {
   content: '';
 }
 .fa-person-dolly-empty:before {
   content: '';
 }
 .fa-person-sign:before {
   content: '';
 }
 .fa-phabricator:before {
   content: '';
 }
 .fa-phoenix-framework:before {
   content: '';
 }
 .fa-phoenix-squadron:before {
   content: '';
 }
 .fa-phone:before {
   content: '';
 }
 .fa-phone-office:before {
   content: '';
 }
 .fa-phone-plus:before {
   content: '';
 }
 .fa-phone-slash:before {
   content: '';
 }
 .fa-phone-square:before {
   content: '';
 }
 .fa-phone-volume:before {
   content: '';
 }
 .fa-php:before {
   content: '';
 }
 .fa-pi:before {
   content: '';
 }
 .fa-pie:before {
   content: '';
 }
 .fa-pied-piper:before {
   content: '';
 }
 .fa-pied-piper-alt:before {
   content: '';
 }
 .fa-pied-piper-hat:before {
   content: '';
 }
 .fa-pied-piper-pp:before {
   content: '';
 }
 .fa-pig:before {
   content: '';
 }
 .fa-piggy-bank:before {
   content: '';
 }
 .fa-pills:before {
   content: '';
 }
 .fa-pinterest:before {
   content: '';
 }
 .fa-pinterest-p:before {
   content: '';
 }
 .fa-pinterest-square:before {
   content: '';
 }
 .fa-place-of-worship:before {
   content: '';
 }
 .fa-plane:before {
   content: '';
 }
 .fa-plane-alt:before {
   content: '';
 }
 .fa-plane-arrival:before {
   content: '';
 }
 .fa-plane-departure:before {
   content: '';
 }
 .fa-play:before {
   content: '';
 }
 .fa-play-circle:before {
   content: '';
 }
 .fa-playstation:before {
   content: '';
 }
 .fa-plug:before {
   content: '';
 }
 .fa-plus:before {
   content: '';
 }
 .fa-plus-circle:before {
   content: '';
 }
 .fa-plus-hexagon:before {
   content: '';
 }
 .fa-plus-octagon:before {
   content: '';
 }
 .fa-plus-square:before {
   content: '';
 }
 .fa-podcast:before {
   content: '';
 }
 .fa-podium:before {
   content: '';
 }
 .fa-podium-star:before {
   content: '';
 }
 .fa-poll:before {
   content: '';
 }
 .fa-poll-h:before {
   content: '';
 }
 .fa-poll-people:before {
   content: '';
 }
 .fa-poo:before {
   content: '';
 }
 .fa-poo-storm:before {
   content: '';
 }
 .fa-poop:before {
   content: '';
 }
 .fa-portrait:before {
   content: '';
 }
 .fa-pound-sign:before {
   content: '';
 }
 .fa-power-off:before {
   content: '';
 }
 .fa-pray:before {
   content: '';
 }
 .fa-praying-hands:before {
   content: '';
 }
 .fa-prescription:before {
   content: '';
 }
 .fa-prescription-bottle:before {
   content: '';
 }
 .fa-prescription-bottle-alt:before {
   content: '';
 }
 .fa-presentation:before {
   content: '';
 }
 .fa-print:before {
   content: '';
 }
 .fa-print-slash:before {
   content: '';
 }
 .fa-procedures:before {
   content: '';
 }
 .fa-product-hunt:before {
   content: '';
 }
 .fa-project-diagram:before {
   content: '';
 }
 .fa-pumpkin:before {
   content: '';
 }
 .fa-pushed:before {
   content: '';
 }
 .fa-puzzle-piece:before {
   content: '';
 }
 .fa-python:before {
   content: '';
 }
 .fa-qq:before {
   content: '';
 }
 .fa-qrcode:before {
   content: '';
 }
 .fa-question:before {
   content: '';
 }
 .fa-question-circle:before {
   content: '';
 }
 .fa-question-square:before {
   content: '';
 }
 .fa-quidditch:before {
   content: '';
 }
 .fa-quinscape:before {
   content: '';
 }
 .fa-quora:before {
   content: '';
 }
 .fa-quote-left:before {
   content: '';
 }
 .fa-quote-right:before {
   content: '';
 }
 .fa-quran:before {
   content: '';
 }
 .fa-r-project:before {
   content: '';
 }
 .fa-rabbit:before {
   content: '';
 }
 .fa-rabbit-fast:before {
   content: '';
 }
 .fa-racquet:before {
   content: '';
 }
 .fa-rainbow:before {
   content: '';
 }
 .fa-raindrops:before {
   content: '';
 }
 .fa-ram:before {
   content: '';
 }
 .fa-ramp-loading:before {
   content: '';
 }
 .fa-random:before {
   content: '';
 }
 .fa-ravelry:before {
   content: '';
 }
 .fa-react:before {
   content: '';
 }
 .fa-reacteurope:before {
   content: '';
 }
 .fa-readme:before {
   content: '';
 }
 .fa-rebel:before {
   content: '';
 }
 .fa-receipt:before {
   content: '';
 }
 .fa-rectangle-landscape:before {
   content: '';
 }
 .fa-rectangle-portrait:before {
   content: '';
 }
 .fa-rectangle-wide:before {
   content: '';
 }
 .fa-recycle:before {
   content: '';
 }
 .fa-red-river:before {
   content: '';
 }
 .fa-reddit:before {
   content: '';
 }
 .fa-reddit-alien:before {
   content: '';
 }
 .fa-reddit-square:before {
   content: '';
 }
 .fa-redo:before {
   content: '';
 }
 .fa-redo-alt:before {
   content: '';
 }
 .fa-registered:before {
   content: '';
 }
 .fa-renren:before {
   content: '';
 }
 .fa-repeat:before {
   content: '';
 }
 .fa-repeat-1:before {
   content: '';
 }
 .fa-repeat-1-alt:before {
   content: '';
 }
 .fa-repeat-alt:before {
   content: '';
 }
 .fa-reply:before {
   content: '';
 }
 .fa-reply-all:before {
   content: '';
 }
 .fa-replyd:before {
   content: '';
 }
 .fa-republican:before {
   content: '';
 }
 .fa-researchgate:before {
   content: '';
 }
 .fa-resolving:before {
   content: '';
 }
 .fa-retweet:before {
   content: '';
 }
 .fa-retweet-alt:before {
   content: '';
 }
 .fa-rev:before {
   content: '';
 }
 .fa-ribbon:before {
   content: '';
 }
 .fa-ring:before {
   content: '';
 }
 .fa-road:before {
   content: '';
 }
 .fa-robot:before {
   content: '';
 }
 .fa-rocket:before {
   content: '';
 }
 .fa-rocketchat:before {
   content: '';
 }
 .fa-rockrms:before {
   content: '';
 }
 .fa-route:before {
   content: '';
 }
 .fa-route-highway:before {
   content: '';
 }
 .fa-route-interstate:before {
   content: '';
 }
 .fa-rss:before {
   content: '';
 }
 .fa-rss-square:before {
   content: '';
 }
 .fa-ruble-sign:before {
   content: '';
 }
 .fa-ruler:before {
   content: '';
 }
 .fa-ruler-combined:before {
   content: '';
 }
 .fa-ruler-horizontal:before {
   content: '';
 }
 .fa-ruler-triangle:before {
   content: '';
 }
 .fa-ruler-vertical:before {
   content: '';
 }
 .fa-running:before {
   content: '';
 }
 .fa-rupee-sign:before {
   content: '';
 }
 .fa-sad-cry:before {
   content: '';
 }
 .fa-sad-tear:before {
   content: '';
 }
 .fa-safari:before {
   content: '';
 }
 .fa-sass:before {
   content: '';
 }
 .fa-save:before {
   content: '';
 }
 .fa-scalpel:before {
   content: '';
 }
 .fa-scalpel-path:before {
   content: '';
 }
 .fa-scanner:before {
   content: '';
 }
 .fa-scanner-keyboard:before {
   content: '';
 }
 .fa-scanner-touchscreen:before {
   content: '';
 }
 .fa-scarecrow:before {
   content: '';
 }
 .fa-schlix:before {
   content: '';
 }
 .fa-school:before {
   content: '';
 }
 .fa-screwdriver:before {
   content: '';
 }
 .fa-scribd:before {
   content: '';
 }
 .fa-scroll:before {
   content: '';
 }
 .fa-scroll-old:before {
   content: '';
 }
 .fa-scrubber:before {
   content: '';
 }
 .fa-scythe:before {
   content: '';
 }
 .fa-search:before {
   content: '';
 }
 .fa-search-dollar:before {
   content: '';
 }
 .fa-search-location:before {
   content: '';
 }
 .fa-search-minus:before {
   content: '';
 }
 .fa-search-plus:before {
   content: '';
 }
 .fa-searchengin:before {
   content: '';
 }
 .fa-seedling:before {
   content: '';
 }
 .fa-sellcast:before {
   content: '';
 }
 .fa-sellsy:before {
   content: '';
 }
 .fa-server:before {
   content: '';
 }
 .fa-servicestack:before {
   content: '';
 }
 .fa-shapes:before {
   content: '';
 }
 .fa-share:before {
   content: '';
 }
 .fa-share-all:before {
   content: '';
 }
 .fa-share-alt:before {
   content: '';
 }
 .fa-share-alt-square:before {
   content: '';
 }
 .fa-share-square:before {
   content: '';
 }
 .fa-sheep:before {
   content: '';
 }
 .fa-shekel-sign:before {
   content: '';
 }
 .fa-shield:before {
   content: '';
 }
 .fa-shield-alt:before {
   content: '';
 }
 .fa-shield-check:before {
   content: '';
 }
 .fa-shield-cross:before {
   content: '';
 }
 .fa-ship:before {
   content: '';
 }
 .fa-shipping-fast:before {
   content: '';
 }
 .fa-shipping-timed:before {
   content: '';
 }
 .fa-shirtsinbulk:before {
   content: '';
 }
 .fa-shoe-prints:before {
   content: '';
 }
 .fa-shopping-bag:before {
   content: '';
 }
 .fa-shopping-basket:before {
   content: '';
 }
 .fa-shopping-cart:before {
   content: '';
 }
 .fa-shopware:before {
   content: '';
 }
 .fa-shovel:before {
   content: '';
 }
 .fa-shower:before {
   content: '';
 }
 .fa-shredder:before {
   content: '';
 }
 .fa-shuttle-van:before {
   content: '';
 }
 .fa-shuttlecock:before {
   content: '';
 }
 .fa-sigma:before {
   content: '';
 }
 .fa-sign:before {
   content: '';
 }
 .fa-sign-in:before {
   content: '';
 }
 .fa-sign-in-alt:before {
   content: '';
 }
 .fa-sign-language:before {
   content: '';
 }
 .fa-sign-out:before {
   content: '';
 }
 .fa-sign-out-alt:before {
   content: '';
 }
 .fa-signal:before {
   content: '';
 }
 .fa-signal-1:before {
   content: '';
 }
 .fa-signal-2:before {
   content: '';
 }
 .fa-signal-3:before {
   content: '';
 }
 .fa-signal-4:before {
   content: '';
 }
 .fa-signal-alt:before {
   content: '';
 }
 .fa-signal-alt-1:before {
   content: '';
 }
 .fa-signal-alt-2:before {
   content: '';
 }
 .fa-signal-alt-3:before {
   content: '';
 }
 .fa-signal-alt-slash:before {
   content: '';
 }
 .fa-signal-slash:before {
   content: '';
 }
 .fa-signature:before {
   content: '';
 }
 .fa-simplybuilt:before {
   content: '';
 }
 .fa-sistrix:before {
   content: '';
 }
 .fa-sitemap:before {
   content: '';
 }
 .fa-sith:before {
   content: '';
 }
 .fa-skeleton:before {
   content: '';
 }
 .fa-skull:before {
   content: '';
 }
 .fa-skull-crossbones:before {
   content: '';
 }
 .fa-skyatlas:before {
   content: '';
 }
 .fa-skype:before {
   content: '';
 }
 .fa-slack:before {
   content: '';
 }
 .fa-slack-hash:before {
   content: '';
 }
 .fa-slash:before {
   content: '';
 }
 .fa-sliders-h:before {
   content: '';
 }
 .fa-sliders-h-square:before {
   content: '';
 }
 .fa-sliders-v:before {
   content: '';
 }
 .fa-sliders-v-square:before {
   content: '';
 }
 .fa-slideshare:before {
   content: '';
 }
 .fa-smile:before {
   content: '';
 }
 .fa-smile-beam:before {
   content: '';
 }
 .fa-smile-plus:before {
   content: '';
 }
 .fa-smile-wink:before {
   content: '';
 }
 .fa-smog:before {
   content: '';
 }
 .fa-smoke:before {
   content: '';
 }
 .fa-smoking:before {
   content: '';
 }
 .fa-smoking-ban:before {
   content: '';
 }
 .fa-snake:before {
   content: '';
 }
 .fa-snapchat:before {
   content: '';
 }
 .fa-snapchat-ghost:before {
   content: '';
 }
 .fa-snapchat-square:before {
   content: '';
 }
 .fa-snow-blowing:before {
   content: '';
 }
 .fa-snowflake:before {
   content: '';
 }
 .fa-socks:before {
   content: '';
 }
 .fa-solar-panel:before {
   content: '';
 }
 .fa-sort:before {
   content: '';
 }
 .fa-sort-alpha-down:before {
   content: '';
 }
 .fa-sort-alpha-up:before {
   content: '';
 }
 .fa-sort-amount-down:before {
   content: '';
 }
 .fa-sort-amount-up:before {
   content: '';
 }
 .fa-sort-down:before {
   content: '';
 }
 .fa-sort-numeric-down:before {
   content: '';
 }
 .fa-sort-numeric-up:before {
   content: '';
 }
 .fa-sort-up:before {
   content: '';
 }
 .fa-soundcloud:before {
   content: '';
 }
 .fa-spa:before {
   content: '';
 }
 .fa-space-shuttle:before {
   content: '';
 }
 .fa-spade:before {
   content: '';
 }
 .fa-speakap:before {
   content: '';
 }
 .fa-spider:before {
   content: '';
 }
 .fa-spider-black-widow:before {
   content: '';
 }
 .fa-spider-web:before {
   content: '';
 }
 .fa-spinner:before {
   content: '';
 }
 .fa-spinner-third:before {
   content: '';
 }
 .fa-splotch:before {
   content: '';
 }
 .fa-spotify:before {
   content: '';
 }
 .fa-spray-can:before {
   content: '';
 }
 .fa-square:before {
   content: '';
 }
 .fa-square-full:before {
   content: '';
 }
 .fa-square-root:before {
   content: '';
 }
 .fa-square-root-alt:before {
   content: '';
 }
 .fa-squarespace:before {
   content: '';
 }
 .fa-squirrel:before {
   content: '';
 }
 .fa-stack-exchange:before {
   content: '';
 }
 .fa-stack-overflow:before {
   content: '';
 }
 .fa-staff:before {
   content: '';
 }
 .fa-stamp:before {
   content: '';
 }
 .fa-star:before {
   content: '';
 }
 .fa-star-and-crescent:before {
   content: '';
 }
 .fa-star-exclamation:before {
   content: '';
 }
 .fa-star-half:before {
   content: '';
 }
 .fa-star-half-alt:before {
   content: '';
 }
 .fa-star-of-david:before {
   content: '';
 }
 .fa-star-of-life:before {
   content: '';
 }
 .fa-stars:before {
   content: '';
 }
 .fa-staylinked:before {
   content: '';
 }
 .fa-steam:before {
   content: '';
 }
 .fa-steam-square:before {
   content: '';
 }
 .fa-steam-symbol:before {
   content: '';
 }
 .fa-steering-wheel:before {
   content: '';
 }
 .fa-step-backward:before {
   content: '';
 }
 .fa-step-forward:before {
   content: '';
 }
 .fa-stethoscope:before {
   content: '';
 }
 .fa-sticker-mule:before {
   content: '';
 }
 .fa-sticky-note:before {
   content: '';
 }
 .fa-stomach:before {
   content: '';
 }
 .fa-stop:before {
   content: '';
 }
 .fa-stop-circle:before {
   content: '';
 }
 .fa-stopwatch:before {
   content: '';
 }
 .fa-store:before {
   content: '';
 }
 .fa-store-alt:before {
   content: '';
 }
 .fa-strava:before {
   content: '';
 }
 .fa-stream:before {
   content: '';
 }
 .fa-street-view:before {
   content: '';
 }
 .fa-strikethrough:before {
   content: '';
 }
 .fa-stripe:before {
   content: '';
 }
 .fa-stripe-s:before {
   content: '';
 }
 .fa-stroopwafel:before {
   content: '';
 }
 .fa-studiovinari:before {
   content: '';
 }
 .fa-stumbleupon:before {
   content: '';
 }
 .fa-stumbleupon-circle:before {
   content: '';
 }
 .fa-subscript:before {
   content: '';
 }
 .fa-subway:before {
   content: '';
 }
 .fa-suitcase:before {
   content: '';
 }
 .fa-suitcase-rolling:before {
   content: '';
 }
 .fa-sun:before {
   content: '';
 }
 .fa-sun-cloud:before {
   content: '';
 }
 .fa-sun-dust:before {
   content: '';
 }
 .fa-sun-haze:before {
   content: '';
 }
 .fa-sunrise:before {
   content: '';
 }
 .fa-sunset:before {
   content: '';
 }
 .fa-superpowers:before {
   content: '';
 }
 .fa-superscript:before {
   content: '';
 }
 .fa-supple:before {
   content: '';
 }
 .fa-surprise:before {
   content: '';
 }
 .fa-swatchbook:before {
   content: '';
 }
 .fa-swimmer:before {
   content: '';
 }
 .fa-swimming-pool:before {
   content: '';
 }
 .fa-sword:before {
   content: '';
 }
 .fa-swords:before {
   content: '';
 }
 .fa-synagogue:before {
   content: '';
 }
 .fa-sync:before {
   content: '';
 }
 .fa-sync-alt:before {
   content: '';
 }
 .fa-syringe:before {
   content: '';
 }
 .fa-table:before {
   content: '';
 }
 .fa-table-tennis:before {
   content: '';
 }
 .fa-tablet:before {
   content: '';
 }
 .fa-tablet-alt:before {
   content: '';
 }
 .fa-tablet-android:before {
   content: '';
 }
 .fa-tablet-android-alt:before {
   content: '';
 }
 .fa-tablet-rugged:before {
   content: '';
 }
 .fa-tablets:before {
   content: '';
 }
 .fa-tachometer:before {
   content: '';
 }
 .fa-tachometer-alt:before {
   content: '';
 }
 .fa-tachometer-alt-average:before {
   content: '';
 }
 .fa-tachometer-alt-fast:before {
   content: '';
 }
 .fa-tachometer-alt-fastest:before {
   content: '';
 }
 .fa-tachometer-alt-slow:before {
   content: '';
 }
 .fa-tachometer-alt-slowest:before {
   content: '';
 }
 .fa-tachometer-average:before {
   content: '';
 }
 .fa-tachometer-fast:before {
   content: '';
 }
 .fa-tachometer-fastest:before {
   content: '';
 }
 .fa-tachometer-slow:before {
   content: '';
 }
 .fa-tachometer-slowest:before {
   content: '';
 }
 .fa-tag:before {
   content: '';
 }
 .fa-tags:before {
   content: '';
 }
 .fa-tally:before {
   content: '';
 }
 .fa-tape:before {
   content: '';
 }
 .fa-tasks:before {
   content: '';
 }
 .fa-taxi:before {
   content: '';
 }
 .fa-teamspeak:before {
   content: '';
 }
 .fa-teeth:before {
   content: '';
 }
 .fa-teeth-open:before {
   content: '';
 }
 .fa-telegram:before {
   content: '';
 }
 .fa-telegram-plane:before {
   content: '';
 }
 .fa-temperature-frigid:before {
   content: '';
 }
 .fa-temperature-high:before {
   content: '';
 }
 .fa-temperature-hot:before {
   content: '';
 }
 .fa-temperature-low:before {
   content: '';
 }
 .fa-tencent-weibo:before {
   content: '';
 }
 .fa-tennis-ball:before {
   content: '';
 }
 .fa-terminal:before {
   content: '';
 }
 .fa-text-height:before {
   content: '';
 }
 .fa-text-width:before {
   content: '';
 }
 .fa-th:before {
   content: '';
 }
 .fa-th-large:before {
   content: '';
 }
 .fa-th-list:before {
   content: '';
 }
 .fa-the-red-yeti:before {
   content: '';
 }
 .fa-theater-masks:before {
   content: '';
 }
 .fa-themeco:before {
   content: '';
 }
 .fa-themeisle:before {
   content: '';
 }
 .fa-thermometer:before {
   content: '';
 }
 .fa-thermometer-empty:before {
   content: '';
 }
 .fa-thermometer-full:before {
   content: '';
 }
 .fa-thermometer-half:before {
   content: '';
 }
 .fa-thermometer-quarter:before {
   content: '';
 }
 .fa-thermometer-three-quarters:before {
   content: '';
 }
 .fa-theta:before {
   content: '';
 }
 .fa-think-peaks:before {
   content: '';
 }
 .fa-thumbs-down:before {
   content: '';
 }
 .fa-thumbs-up:before {
   content: '';
 }
 .fa-thumbtack:before {
   content: '';
 }
 .fa-thunderstorm:before {
   content: '';
 }
 .fa-thunderstorm-moon:before {
   content: '';
 }
 .fa-thunderstorm-sun:before {
   content: '';
 }
 .fa-ticket:before {
   content: '';
 }
 .fa-ticket-alt:before {
   content: '';
 }
 .fa-tilde:before {
   content: '';
 }
 .fa-times:before {
   content: '';
 }
 .fa-times-circle:before {
   content: '';
 }
 .fa-times-hexagon:before {
   content: '';
 }
 .fa-times-octagon:before {
   content: '';
 }
 .fa-times-square:before {
   content: '';
 }
 .fa-tint:before {
   content: '';
 }
 .fa-tint-slash:before {
   content: '';
 }
 .fa-tire:before {
   content: '';
 }
 .fa-tire-flat:before {
   content: '';
 }
 .fa-tire-pressure-warning:before {
   content: '';
 }
 .fa-tire-rugged:before {
   content: '';
 }
 .fa-tired:before {
   content: '';
 }
 .fa-toggle-off:before {
   content: '';
 }
 .fa-toggle-on:before {
   content: '';
 }
 .fa-toilet-paper:before {
   content: '';
 }
 .fa-toilet-paper-alt:before {
   content: '';
 }
 .fa-tombstone:before {
   content: '';
 }
 .fa-tombstone-alt:before {
   content: '';
 }
 .fa-toolbox:before {
   content: '';
 }
 .fa-tooth:before {
   content: '';
 }
 .fa-toothbrush:before {
   content: '';
 }
 .fa-torah:before {
   content: '';
 }
 .fa-torii-gate:before {
   content: '';
 }
 .fa-tornado:before {
   content: '';
 }
 .fa-tractor:before {
   content: '';
 }
 .fa-trade-federation:before {
   content: '';
 }
 .fa-trademark:before {
   content: '';
 }
 .fa-traffic-cone:before {
   content: '';
 }
 .fa-traffic-light:before {
   content: '';
 }
 .fa-traffic-light-go:before {
   content: '';
 }
 .fa-traffic-light-slow:before {
   content: '';
 }
 .fa-traffic-light-stop:before {
   content: '';
 }
 .fa-train:before {
   content: '';
 }
 .fa-transgender:before {
   content: '';
 }
 .fa-transgender-alt:before {
   content: '';
 }
 .fa-trash:before {
   content: '';
 }
 .fa-trash-alt:before {
   content: '';
 }
 .fa-treasure-chest:before {
   content: '';
 }
 .fa-tree:before {
   content: '';
 }
 .fa-tree-alt:before {
   content: '';
 }
 .fa-trees:before {
   content: '';
 }
 .fa-trello:before {
   content: '';
 }
 .fa-triangle:before {
   content: '';
 }
 .fa-tripadvisor:before {
   content: '';
 }
 .fa-trophy:before {
   content: '';
 }
 .fa-trophy-alt:before {
   content: '';
 }
 .fa-truck:before {
   content: '';
 }
 .fa-truck-container:before {
   content: '';
 }
 .fa-truck-couch:before {
   content: '';
 }
 .fa-truck-loading:before {
   content: '';
 }
 .fa-truck-monster:before {
   content: '';
 }
 .fa-truck-moving:before {
   content: '';
 }
 .fa-truck-pickup:before {
   content: '';
 }
 .fa-truck-ramp:before {
   content: '';
 }
 .fa-tshirt:before {
   content: '';
 }
 .fa-tty:before {
   content: '';
 }
 .fa-tumblr:before {
   content: '';
 }
 .fa-tumblr-square:before {
   content: '';
 }
 .fa-turkey:before {
   content: '';
 }
 .fa-turtle:before {
   content: '';
 }
 .fa-tv:before {
   content: '';
 }
 .fa-tv-retro:before {
   content: '';
 }
 .fa-twitch:before {
   content: '';
 }
 .fa-twitter:before {
   content: '';
 }
 .fa-twitter-square:before {
   content: '';
 }
 .fa-typo3:before {
   content: '';
 }
 .fa-uber:before {
   content: '';
 }
 .fa-uikit:before {
   content: '';
 }
 .fa-umbrella:before {
   content: '';
 }
 .fa-umbrella-beach:before {
   content: '';
 }
 .fa-underline:before {
   content: '';
 }
 .fa-undo:before {
   content: '';
 }
 .fa-undo-alt:before {
   content: '';
 }
 .fa-unicorn:before {
   content: '';
 }
 .fa-union:before {
   content: '';
 }
 .fa-uniregistry:before {
   content: '';
 }
 .fa-universal-access:before {
   content: '';
 }
 .fa-university:before {
   content: '';
 }
 .fa-unlink:before {
   content: '';
 }
 .fa-unlock:before {
   content: '';
 }
 .fa-unlock-alt:before {
   content: '';
 }
 .fa-untappd:before {
   content: '';
 }
 .fa-upload:before {
   content: '';
 }
 .fa-usb:before {
   content: '';
 }
 .fa-usd-circle:before {
   content: '';
 }
 .fa-usd-square:before {
   content: '';
 }
 .fa-user:before {
   content: '';
 }
 .fa-user-alt:before {
   content: '';
 }
 .fa-user-alt-slash:before {
   content: '';
 }
 .fa-user-astronaut:before {
   content: '';
 }
 .fa-user-chart:before {
   content: '';
 }
 .fa-user-check:before {
   content: '';
 }
 .fa-user-circle:before {
   content: '';
 }
 .fa-user-clock:before {
   content: '';
 }
 .fa-user-cog:before {
   content: '';
 }
 .fa-user-crown:before {
   content: '';
 }
 .fa-user-edit:before {
   content: '';
 }
 .fa-user-friends:before {
   content: '';
 }
 .fa-user-graduate:before {
   content: '';
 }
 .fa-user-injured:before {
   content: '';
 }
 .fa-user-lock:before {
   content: '';
 }
 .fa-user-md:before {
   content: '';
 }
 .fa-user-minus:before {
   content: '';
 }
 .fa-user-ninja:before {
   content: '';
 }
 .fa-user-plus:before {
   content: '';
 }
 .fa-user-secret:before {
   content: '';
 }
 .fa-user-shield:before {
   content: '';
 }
 .fa-user-slash:before {
   content: '';
 }
 .fa-user-tag:before {
   content: '';
 }
 .fa-user-tie:before {
   content: '';
 }
 .fa-user-times:before {
   content: '';
 }
 .fa-users:before {
   content: '';
 }
 .fa-users-class:before {
   content: '';
 }
 .fa-users-cog:before {
   content: '';
 }
 .fa-users-crown:before {
   content: '';
 }
 .fa-ussunnah:before {
   content: '';
 }
 .fa-utensil-fork:before {
   content: '';
 }
 .fa-utensil-knife:before {
   content: '';
 }
 .fa-utensil-spoon:before {
   content: '';
 }
 .fa-utensils:before {
   content: '';
 }
 .fa-utensils-alt:before {
   content: '';
 }
 .fa-vaadin:before {
   content: '';
 }
 .fa-value-absolute:before {
   content: '';
 }
 .fa-vector-square:before {
   content: '';
 }
 .fa-venus:before {
   content: '';
 }
 .fa-venus-double:before {
   content: '';
 }
 .fa-venus-mars:before {
   content: '';
 }
 .fa-viacoin:before {
   content: '';
 }
 .fa-viadeo:before {
   content: '';
 }
 .fa-viadeo-square:before {
   content: '';
 }
 .fa-vial:before {
   content: '';
 }
 .fa-vials:before {
   content: '';
 }
 .fa-viber:before {
   content: '';
 }
 .fa-video:before {
   content: '';
 }
 .fa-video-plus:before {
   content: '';
 }
 .fa-video-slash:before {
   content: '';
 }
 .fa-vihara:before {
   content: '';
 }
 .fa-vimeo:before {
   content: '';
 }
 .fa-vimeo-square:before {
   content: '';
 }
 .fa-vimeo-v:before {
   content: '';
 }
 .fa-vine:before {
   content: '';
 }
 .fa-vk:before {
   content: '';
 }
 .fa-vnv:before {
   content: '';
 }
 .fa-volcano:before {
   content: '';
 }
 .fa-volleyball-ball:before {
   content: '';
 }
 .fa-volume:before {
   content: '';
 }
 .fa-volume-down:before {
   content: '';
 }
 .fa-volume-mute:before {
   content: '';
 }
 .fa-volume-off:before {
   content: '';
 }
 .fa-volume-slash:before {
   content: '';
 }
 .fa-volume-up:before {
   content: '';
 }
 .fa-vote-nay:before {
   content: '';
 }
 .fa-vote-yea:before {
   content: '';
 }
 .fa-vr-cardboard:before {
   content: '';
 }
 .fa-vuejs:before {
   content: '';
 }
 .fa-walking:before {
   content: '';
 }
 .fa-wallet:before {
   content: '';
 }
 .fa-wand:before {
   content: '';
 }
 .fa-wand-magic:before {
   content: '';
 }
 .fa-warehouse:before {
   content: '';
 }
 .fa-warehouse-alt:before {
   content: '';
 }
 .fa-watch:before {
   content: '';
 }
 .fa-watch-fitness:before {
   content: '';
 }
 .fa-water:before {
   content: '';
 }
 .fa-water-lower:before {
   content: '';
 }
 .fa-water-rise:before {
   content: '';
 }
 .fa-weebly:before {
   content: '';
 }
 .fa-weibo:before {
   content: '';
 }
 .fa-weight:before {
   content: '';
 }
 .fa-weight-hanging:before {
   content: '';
 }
 .fa-weixin:before {
   content: '';
 }
 .fa-whale:before {
   content: '';
 }
 .fa-whatsapp:before {
   content: '';
 }
 .fa-whatsapp-square:before {
   content: '';
 }
 .fa-wheat:before {
   content: '';
 }
 .fa-wheelchair:before {
   content: '';
 }
 .fa-whistle:before {
   content: '';
 }
 .fa-whmcs:before {
   content: '';
 }
 .fa-wifi:before {
   content: '';
 }
 .fa-wifi-1:before {
   content: '';
 }
 .fa-wifi-2:before {
   content: '';
 }
 .fa-wifi-slash:before {
   content: '';
 }
 .fa-wikipedia-w:before {
   content: '';
 }
 .fa-wind:before {
   content: '';
 }
 .fa-wind-warning:before {
   content: '';
 }
 .fa-window:before {
   content: '';
 }
 .fa-window-alt:before {
   content: '';
 }
 .fa-window-close:before {
   content: '';
 }
 .fa-window-maximize:before {
   content: '';
 }
 .fa-window-minimize:before {
   content: '';
 }
 .fa-window-restore:before {
   content: '';
 }
 .fa-windows:before {
   content: '';
 }
 .fa-windsock:before {
   content: '';
 }
 .fa-wine-bottle:before {
   content: '';
 }
 .fa-wine-glass:before {
   content: '';
 }
 .fa-wine-glass-alt:before {
   content: '';
 }
 .fa-wix:before {
   content: '';
 }
 .fa-wizards-of-the-coast:before {
   content: '';
 }
 .fa-wolf-pack-battalion:before {
   content: '';
 }
 .fa-won-sign:before {
   content: '';
 }
 .fa-wordpress:before {
   content: '';
 }
 .fa-wordpress-simple:before {
   content: '';
 }
 .fa-wpbeginner:before {
   content: '';
 }
 .fa-wpexplorer:before {
   content: '';
 }
 .fa-wpforms:before {
   content: '';
 }
 .fa-wpressr:before {
   content: '';
 }
 .fa-wrench:before {
   content: '';
 }
 .fa-x-ray:before {
   content: '';
 }
 .fa-xbox:before {
   content: '';
 }
 .fa-xing:before {
   content: '';
 }
 .fa-xing-square:before {
   content: '';
 }
 .fa-y-combinator:before {
   content: '';
 }
 .fa-yahoo:before {
   content: '';
 }
 .fa-yandex:before {
   content: '';
 }
 .fa-yandex-international:before {
   content: '';
 }
 .fa-yelp:before {
   content: '';
 }
 .fa-yen-sign:before {
   content: '';
 }
 .fa-yin-yang:before {
   content: '';
 }
 .fa-yoast:before {
   content: '';
 }
 .fa-youtube:before {
   content: '';
 }
 .fa-youtube-square:before {
   content: '';
 }
 .fa-zhihu:before {
   content: '';
 }
 .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 Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license (Commercial License)
  */
 @font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/awesome/fa-brands-400.eot');
   src: url('../fonts/awesome/fa-brands-400.eot?#iefix')
       format('embedded-opentype'),
     url('../fonts/awesome/fa-brands-400.woff2') format('woff2'),
     url('../fonts/awesome/fa-brands-400.woff') format('woff'),
     url('../fonts/awesome/fa-brands-400.ttf') format('truetype');
 }
 .fab {
   font-family: 'Font Awesome 5 Brands';
 }
 /*!
  * Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
  * License - https://fontawesome.com/license (Commercial License)
  */
 @font-face {
   font-family: 'Font Awesome 5 Pro';
   font-style: normal;
   font-weight: 300;
   src: url('../fonts/awesome/fa-light-300.eot');
   src: url('../fonts/awesome/fa-light-300.eot?#iefix')
       format('embedded-opentype'),
     url('../fonts/awesome/fa-light-300.woff2') format('woff2'),
     url('../fonts/awesome/fa-light-300.woff') format('woff'),
     url('../fonts/awesome/fa-light-300.ttf') format('truetype');
 }
 .fal {
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
 }
 .clear {
   clear: both;
 }
 .home-size {
   margin: auto;
   margin-bottom: 10px;
   width: 98% !important;
   max-width: 1677px !important;
 }
 .home-shegeft-size {
   margin: auto;
   margin-bottom: 10px;
   width: 70% !important;
   max-width: 1677px !important;
 }
 .home-shegeft-size .owl-item {
   padding: 5px 3px 16px;
 }
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
   .home-shegeft-size {
     width: 80% !important;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .home-shegeft-size {
     width: 95% !important;
   }
 }
 .shegeft-img {
   margin: 25px;
   width: 14%;
 }
 @media only screen and (min-width: 960px) {
   .shegeft-img {
     margin: 20px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .shegeft-img {
     margin: 30px 0;
   }
 }
 .size {
   width: 98% !important;
   max-width: 1677px !important;
   margin: auto;
 }
 .size:after,
 .after-clear:after,
 .n-table .n-row:after,
 .n-ads-package:after,
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-fields
   .n-field:after,
 .n-product-comment-rates > .n-row:after,
 .n-product-comment-from-f .n-rate-comment-form > .n-row:after,
 .page-cart-progress:after,
 .n-cart-content .n-cart-detail-select .n-detail:after,
 footer#footer-nf-main .n-widget.mt-widget-links .n-content:after,
 .nfir-selected-categories:after,
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item:after,
 .n-breadcrumb:after,
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field:after,
 body.page-product .n-product-page-content .n-product-content-evaluation:after,
 .n-delivery-time .n-delivery-time-contents .n-cart-detail-select:after,
 .n-payment-list:after,
 .n-profile-container > .n-profile-content .n-profile-address-list:after,
 .n-profile-container
   > .n-profile-content
   .n-profile-favorites-list
   .n-product-list:after,
 .category-grid-page .n-category-grid-header:after,
 .category-grid-page .nf-category-product-grid-list:after,
 .category-grid-page .nf-category-product-grid-list-empty:after,
 .n-compare-product-search-lightbox .n-product-compare-search:after,
 .n-compare-product-search-lightbox .n-compare-product-search-list:after {
   display: block;
   clear: both;
   content: '';
 }
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
   .size {
     width: 960px;
   }
 }
 @media only screen and (min-width: 1200px) and (max-width: 1439px) {
   .size {
     width: 1200px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 719px) {
   .size {
     width: 96% !important;
   }
 }
 .right,
 .right-in,
 .right-in-in,
 .right-in-in-in {
   float: right;
 }
 .left,
 .left-in,
 .left-in-in,
 .left-in-in-in {
   float: left;
 }
 .center {
   text-align: center;
 }
 .align-left {
   text-align: left;
 }
 .align-right {
   text-align: right;
 }
 .justify {
   text-align: justify;
 }
 .none {
   display: none;
 }
 .relative {
   position: relative;
 }
 .rtl {
   direction: rtl;
 }
 .ltr {
   direction: ltr;
 }
 .width-100 {
   width: 100%;
 }
 .width-95 {
   width: 95%;
 }
 .width-90 {
   width: 90%;
 }
 .width-85 {
   width: 85%;
 }
 .width-82 {
   width: 82%;
 }
 .width-84 {
   width: 84%;
 }
 .width-80 {
   width: 80%;
 }
 .width-78 {
   width: 78%;
 }
 .width-75 {
   width: 75%;
 }
 .width-72 {
   width: 72%;
 }
 .width-73 {
   width: 73%;
 }
 .width-70 {
   width: 70%;
 }
 .width-67 {
   width: 67%;
 }
 .width-68 {
   width: 68%;
 }
 .width-65 {
   width: 65%;
 }
 .width-60 {
   width: 60%;
 }
 .width-55 {
   width: 55%;
 }
 .width-50 {
   width: 50%;
 }
 .width-47 {
   width: 47%;
 }
 .width-47-5 {
   width: 47.5%;
 }
 .width-48 {
   width: 48%;
 }
 .width-49 {
   width: 49%;
 }
 .width-45 {
   width: 45%;
 }
 .width-40 {
   width: 40%;
 }
 .width-35 {
   width: 35%;
 }
 .width-32 {
   width: 32%;
 }
 .width-36 {
   width: 36%;
 }
 .width-38 {
   width: 38%;
 }
 .width-30 {
   width: 30%;
 }
 .width-27 {
   width: 27%;
 }
 .width-25 {
   width: 25%;
 }
 .width-22 {
   width: 22%;
 }
 .width-23 {
   width: 23%;
 }
 .width-20 {
   width: 20%;
 }
 .width-17 {
   width: 17%;
 }
 .width-18 {
   width: 18%;
 }
 .width-15 {
   width: 15%;
 }
 .width-11 {
   width: 11%;
 }
 .width-12 {
   width: 12%;
 }
 .width-13 {
   width: 13%;
 }
 .width-10 {
   width: 10%;
 }
 .width-5 {
   width: 5%;
 }
 .table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 1rem;
   background-color: transparent;
 }
 .table th,
 .table td {
   padding: 0.75rem;
   vertical-align: top;
   border-top: 1px solid #e9ecef;
 }
 .table thead th {
   vertical-align: bottom;
   border-bottom: 2px solid #e9ecef;
 }
 .table tbody + tbody {
   border-top: 2px solid #e9ecef;
 }
 .table .table {
   background-color: #fff;
 }
 .table-sm th,
 .table-sm td {
   padding: 0.3rem;
 }
 .table-bordered {
   border: 1px solid #e9ecef;
 }
 .table-bordered th,
 .table-bordered td {
   border: 1px solid #e9ecef;
 }
 .table-bordered thead th,
 .table-bordered thead td {
   border-bottom-width: 2px;
 }
 .table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(0, 0, 0, 0.05);
 }
 .table-hover tbody tr:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .table-primary,
 .table-primary > th,
 .table-primary > td {
   background-color: #b8daff;
 }
 .table-hover .table-primary:hover {
   background-color: #9fcdff;
 }
 .table-hover .table-primary:hover > td,
 .table-hover .table-primary:hover > th {
   background-color: #9fcdff;
 }
 .table-secondary,
 .table-secondary > th,
 .table-secondary > td {
   background-color: #dddfe2;
 }
 .table-hover .table-secondary:hover {
   background-color: #cfd2d6;
 }
 .table-hover .table-secondary:hover > td,
 .table-hover .table-secondary:hover > th {
   background-color: #cfd2d6;
 }
 .table-success,
 .table-success > th,
 .table-success > td {
   background-color: #c3e6cb;
 }
 .table-hover .table-success:hover {
   background-color: #b1dfbb;
 }
 .table-hover .table-success:hover > td,
 .table-hover .table-success:hover > th {
   background-color: #b1dfbb;
 }
 .table-info,
 .table-info > th,
 .table-info > td {
   background-color: #bee5eb;
 }
 .table-hover .table-info:hover {
   background-color: #abdde5;
 }
 .table-hover .table-info:hover > td,
 .table-hover .table-info:hover > th {
   background-color: #abdde5;
 }
 .table-warning,
 .table-warning > th,
 .table-warning > td {
   background-color: #ffeeba;
 }
 .table-hover .table-warning:hover {
   background-color: #ffe8a1;
 }
 .table-hover .table-warning:hover > td,
 .table-hover .table-warning:hover > th {
   background-color: #ffe8a1;
 }
 .table-danger,
 .table-danger > th,
 .table-danger > td {
   background-color: #f5c6cb;
 }
 .table-hover .table-danger:hover {
   background-color: #f1b0b7;
 }
 .table-hover .table-danger:hover > td,
 .table-hover .table-danger:hover > th {
   background-color: #f1b0b7;
 }
 .table-light,
 .table-light > th,
 .table-light > td {
   background-color: #fdfdfe;
 }
 .table-hover .table-light:hover {
   background-color: #ececf6;
 }
 .table-hover .table-light:hover > td,
 .table-hover .table-light:hover > th {
   background-color: #ececf6;
 }
 .table-dark,
 .table-dark > th,
 .table-dark > td {
   background-color: #c6c8ca;
 }
 .table-hover .table-dark:hover {
   background-color: #b9bbbe;
 }
 .table-hover .table-dark:hover > td,
 .table-hover .table-dark:hover > th {
   background-color: #b9bbbe;
 }
 .table-active,
 .table-active > th,
 .table-active > td {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .table-hover .table-active:hover {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .table-hover .table-active:hover > td,
 .table-hover .table-active:hover > th {
   background-color: rgba(0, 0, 0, 0.075);
 }
 .thead-inverse th {
   color: #fff;
   background-color: #212529;
 }
 .thead-default th {
   color: #495057;
   background-color: #e9ecef;
 }
 .table-inverse {
   color: #fff;
   background-color: #212529;
 }
 .table-inverse th,
 .table-inverse td,
 .table-inverse thead th {
   border-color: #32383e;
 }
 .table-inverse.table-bordered {
   border: 0;
 }
 .table-inverse.table-striped tbody tr:nth-of-type(odd) {
   background-color: rgba(255, 255, 255, 0.05);
 }
 .table-inverse.table-hover tbody tr:hover {
   background-color: rgba(255, 255, 255, 0.075);
 }
 @media (max-width: 991px) {
   .table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -ms-overflow-style: -ms-autohiding-scrollbar;
   }
   .table-responsive.table-bordered {
     border: 0;
   }
 }
 .alert {
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
   position: relative;
   font-size: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .alert {
     font-size: 12px;
     text-align: justify;
   }
 }
 .alert > i {
   vertical-align: middle;
   margin-left: 5px;
   font-size: 18px;
 }
 .alert-heading {
   color: inherit;
 }
 .alert-link {
   font-weight: bold;
 }
 .alert-dismissable .close {
   padding: 0;
   color: inherit;
   -webkit-appearance: none;
   cursor: pointer;
   background: 0 0;
   border: 0;
   font-size: 25px;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 50px;
 }
 .alert-primary {
   color: #004085;
   background-color: #cce5ff;
   border-color: #b8daff;
 }
 .alert-primary hr {
   border-top-color: #9fcdff;
 }
 .alert-primary .alert-link {
   color: #002752;
 }
 .alert-secondary {
   color: #464a4e;
   background-color: #e7e8ea;
   border-color: #dddfe2;
 }
 .alert-secondary hr {
   border-top-color: #cfd2d6;
 }
 .alert-secondary .alert-link {
   color: #2e3133;
 }
 .alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb;
 }
 .alert-success hr {
   border-top-color: #b1dfbb;
 }
 .alert-success .alert-link {
   color: #0b2e13;
 }
 .alert-info {
   color: #0c5460;
   background-color: #d1ecf1;
   border-color: #bee5eb;
 }
 .alert-info hr {
   border-top-color: #abdde5;
 }
 .alert-info .alert-link {
   color: #062c33;
 }
 .alert-warning {
   color: #856404;
   background-color: #fff3cd;
   border-color: #ffeeba;
 }
 .alert-warning hr {
   border-top-color: #ffe8a1;
 }
 .alert-warning .alert-link {
   color: #533f03;
 }
 .alert-danger {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
 }
 .alert-danger hr {
   border-top-color: #f1b0b7;
 }
 .alert-danger .alert-link {
   color: #491217;
 }
 .alert-light {
   color: #818182;
   background-color: #fefefe;
   border-color: #fdfdfe;
 }
 .alert-light hr {
   border-top-color: #ececf6;
 }
 .alert-light .alert-link {
   color: #686868;
 }
 .alert-dark {
   color: #1b1e21;
   background-color: #d6d8d9;
   border-color: #c6c8ca;
 }
 .alert-dark hr {
   border-top-color: #b9bbbe;
 }
 .alert-dark .alert-link {
   color: #040505;
 }
 body {
   direction: rtl;
   font-weight: 400;
   color: #303f4d;
   background: #f5f5f5;
   max-width: 100%;
   overflow-x: hidden;
 }
 .sk-fading-circle {
   width: 80px;
   height: 80px;
   margin: 0 auto;
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%);
   transform: translate(-50%);
 }
 .sk-fading-circle .sk-circle {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
 }
 .sk-fading-circle .sk-circle:before {
   content: '';
   display: block;
   margin: 0 auto;
   width: 15%;
   height: 15%;
   background-color: #1080a6;
   border-radius: 100%;
   -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
   animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
 }
 .sk-fading-circle .sk-circle2 {
   -webkit-transform: rotate(30deg);
   -ms-transform: rotate(30deg);
   transform: rotate(30deg);
 }
 .sk-fading-circle .sk-circle3 {
   -webkit-transform: rotate(60deg);
   -ms-transform: rotate(60deg);
   transform: rotate(60deg);
 }
 .sk-fading-circle .sk-circle4 {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
 }
 .sk-fading-circle .sk-circle5 {
   -webkit-transform: rotate(120deg);
   -ms-transform: rotate(120deg);
   transform: rotate(120deg);
 }
 .sk-fading-circle .sk-circle6 {
   -webkit-transform: rotate(150deg);
   -ms-transform: rotate(150deg);
   transform: rotate(150deg);
 }
 .sk-fading-circle .sk-circle7 {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
 }
 .sk-fading-circle .sk-circle8 {
   -webkit-transform: rotate(210deg);
   -ms-transform: rotate(210deg);
   transform: rotate(210deg);
 }
 .sk-fading-circle .sk-circle9 {
   -webkit-transform: rotate(240deg);
   -ms-transform: rotate(240deg);
   transform: rotate(240deg);
 }
 .sk-fading-circle .sk-circle10 {
   -webkit-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(270deg);
 }
 .sk-fading-circle .sk-circle11 {
   -webkit-transform: rotate(300deg);
   -ms-transform: rotate(300deg);
   transform: rotate(300deg);
 }
 .sk-fading-circle .sk-circle12 {
   -webkit-transform: rotate(330deg);
   -ms-transform: rotate(330deg);
   transform: rotate(330deg);
 }
 .sk-fading-circle .sk-circle2:before {
   -webkit-animation-delay: -1.1s;
   animation-delay: -1.1s;
 }
 .sk-fading-circle .sk-circle3:before {
   -webkit-animation-delay: -1s;
   animation-delay: -1s;
 }
 .sk-fading-circle .sk-circle4:before {
   -webkit-animation-delay: -0.9s;
   animation-delay: -0.9s;
 }
 .sk-fading-circle .sk-circle5:before {
   -webkit-animation-delay: -0.8s;
   animation-delay: -0.8s;
 }
 .sk-fading-circle .sk-circle6:before {
   -webkit-animation-delay: -0.7s;
   animation-delay: -0.7s;
 }
 .sk-fading-circle .sk-circle7:before {
   -webkit-animation-delay: -0.6s;
   animation-delay: -0.6s;
 }
 .sk-fading-circle .sk-circle8:before {
   -webkit-animation-delay: -0.5s;
   animation-delay: -0.5s;
 }
 .sk-fading-circle .sk-circle9:before {
   -webkit-animation-delay: -0.4s;
   animation-delay: -0.4s;
 }
 .sk-fading-circle .sk-circle10:before {
   -webkit-animation-delay: -0.3s;
   animation-delay: -0.3s;
 }
 .sk-fading-circle .sk-circle11:before {
   -webkit-animation-delay: -0.2s;
   animation-delay: -0.2s;
 }
 .sk-fading-circle .sk-circle12:before {
   -webkit-animation-delay: -0.1s;
   animation-delay: -0.1s;
 }
 @-webkit-keyframes sk-circleFadeDelay {
   0%,
   39%,
   100% {
     opacity: 0;
   }
   40% {
     opacity: 1;
   }
 }
 @keyframes sk-circleFadeDelay {
   0%,
   39%,
   100% {
     opacity: 0;
   }
   40% {
     opacity: 1;
   }
 }
 .upicore-app-loading {
   position: fixed;
   left: 0;
   top: 0;
   z-index: 9999;
   text-align: center;
   width: 100%;
   height: 100%;
   background: rgba(255, 255, 255, 0.8);
 }
 .upicore-app-loading .upicore-app-loading-container {
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
   width: 100%;
   height: 165px;
   text-align: center;
 }
 .upicore-app-loading .upicore-app-loading-title {
   font-size: 20px;
   font-weight: 300;
 }
 .upicore-app-loading .upicore-app-loading-logo {
   margin-top: 20px;
   margin-bottom: 8px;
 }
 .upicore-app-loading .upicore-app-loading-icon {
   display: inline-block;
   vertical-align: middle;
 }
 .lds-ripple {
   display: inline-block;
   position: relative;
   width: 50px;
   height: 50px;
 }
 .lds-ripple div {
   position: absolute;
   border: 4px solid #ef394e;
   opacity: 1;
   border-radius: 50%;
   animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
 }
 .lds-ripple div:nth-child(2) {
   animation-delay: -0.5s;
 }
 @keyframes lds-ripple {
   0% {
     top: 25px;
     left: 25px;
     width: 0;
     height: 0;
     opacity: 1;
   }
   100% {
     top: 5px;
     left: 5px;
     width: 44px;
     height: 44px;
     opacity: 0;
   }
 }
 .toast-title {
   font-weight: bold;
 }
 .toast-message {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 .toast-message a,
 .toast-message label {
   color: #fff;
 }
 .toast-message a:hover {
   color: #ccc;
   text-decoration: none;
 }
 .toast-close-button {
   position: relative;
   right: -0.3em;
   top: -0.3em;
   float: right;
   font-size: 20px;
   font-weight: bold;
   color: #fff;
   -webkit-text-shadow: 0 1px 0 #fff;
   text-shadow: 0 1px 0 #fff;
   opacity: 0.8;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   filter: alpha(opacity=80);
   line-height: 1;
 }
 .toast-close-button:hover,
 .toast-close-button:focus {
   color: #000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.4;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   filter: alpha(opacity=40);
 }
 .rtl .toast-close-button {
   left: -0.3em;
   float: left;
   right: 0.3em;
 }
 button.toast-close-button {
   padding: 0;
   cursor: pointer;
   background: transparent;
   border: 0;
   -webkit-appearance: none;
 }
 .toast-top-center {
   top: 0;
   right: 0;
   width: 100%;
 }
 .toast-bottom-center {
   bottom: 0;
   right: 0;
   width: 100%;
 }
 .toast-top-full-width {
   top: 0;
   right: 0;
   width: 100%;
 }
 .toast-bottom-full-width {
   bottom: 0;
   right: 0;
   width: 100%;
 }
 .toast-top-left {
   top: 12px;
   left: 12px;
 }
 .toast-top-right {
   top: 12px;
   right: 12px;
 }
 .toast-bottom-right {
   right: 12px;
   bottom: 12px;
 }
 .toast-bottom-left {
   bottom: 12px;
   left: 12px;
 }
 #toast-container {
   position: fixed;
   z-index: 999999;
   pointer-events: none;
 }
 #toast-container * {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }
 #toast-container > div {
   position: relative;
   pointer-events: auto;
   overflow: hidden;
   margin: 0 0 6px;
   padding: 15px 15px 15px 50px;
   width: 300px;
   -moz-border-radius: 3px 3px 3px 3px;
   -webkit-border-radius: 3px 3px 3px 3px;
   border-radius: 3px 3px 3px 3px;
   background-position: 15px center;
   background-repeat: no-repeat;
   -moz-box-shadow: 0 0 12px #999;
   -webkit-box-shadow: 0 0 12px #999;
   box-shadow: 0 0 12px #999;
   color: #fff;
   opacity: 0.8;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
   filter: alpha(opacity=80);
 }
 #toast-container > div.rtl {
   direction: rtl;
   padding: 15px 50px 15px 15px;
   background-position: right 15px center;
 }
 #toast-container > div:hover {
   -moz-box-shadow: 0 0 12px #000;
   -webkit-box-shadow: 0 0 12px #000;
   box-shadow: 0 0 12px #000;
   opacity: 1;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   filter: alpha(opacity=100);
   cursor: pointer;
 }
 #toast-container > .toast-info {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=') !important;
 }
 #toast-container > .toast-error {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=') !important;
 }
 #toast-container > .toast-success {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==') !important;
 }
 #toast-container > .toast-warning {
   background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=') !important;
 }
 #toast-container.toast-top-center > div,
 #toast-container.toast-bottom-center > div {
   width: 300px;
   margin-left: auto;
   margin-right: auto;
 }
 #toast-container.toast-top-full-width > div,
 #toast-container.toast-bottom-full-width > div {
   width: 96%;
   margin-left: auto;
   margin-right: auto;
 }
 .toast {
   background-color: #030303;
 }
 .toast-success {
   background-color: #51a351;
 }
 .toast-error {
   background-color: #bd362f;
 }
 .toast-info {
   background-color: #2f96b4;
 }
 .toast-warning {
   background-color: #f89406;
 }
 .toast-progress {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 4px;
   background-color: #000;
   opacity: 0.4;
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   filter: alpha(opacity=40);
 }
 @media all and (max-width: 240px) {
   #toast-container > div {
     padding: 8px 8px 8px 50px;
     width: 11em;
   }
   #toast-container > div.rtl {
     padding: 8px 50px 8px 8px;
   }
   #toast-container .toast-close-button {
     right: -0.2em;
     top: -0.2em;
   }
   #toast-container .rtl .toast-close-button {
     left: -0.2em;
     right: 0.2em;
   }
 }
 @media all and (min-width: 241px) and (max-width: 480px) {
   #toast-container > div {
     padding: 8px 8px 8px 50px;
     width: 18em;
   }
   #toast-container > div.rtl {
     padding: 8px 50px 8px 8px;
   }
   #toast-container .toast-close-button {
     right: -0.2em;
     top: -0.2em;
   }
   #toast-container .rtl .toast-close-button {
     left: -0.2em;
     right: 0.2em;
   }
 }
 @media all and (min-width: 481px) and (max-width: 768px) {
   #toast-container > div {
     padding: 15px 15px 15px 50px;
     width: 25em;
   }
   #toast-container > div.rtl {
     padding: 15px 50px 15px 15px;
   }
 }
 @font-face {
   font-family: 'lg';
   src: url('../fonts/lg.eot?n1z373');
   src: url('../fonts/lg.eot?#iefixn1z373') format('embedded-opentype'),
     url('../fonts/lg.woff?n1z373') format('woff'),
     url('../fonts/lg.ttf?n1z373') format('truetype'),
     url('../fonts/lg.svg?n1z373#lg') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 .lg-icon {
   font-family: 'lg';
   speak: none;
   font-style: normal;
   font-weight: normal;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }
 .lg-actions .lg-next,
 .lg-actions .lg-prev {
   background-color: rgba(0, 0, 0, 0.45);
   border-radius: 2px;
   color: #999;
   cursor: pointer;
   display: block;
   font-size: 22px;
   margin-top: -10px;
   padding: 8px 10px 9px;
   position: absolute;
   top: 50%;
   z-index: 1080;
 }
 .lg-actions .lg-next.disabled,
 .lg-actions .lg-prev.disabled {
   pointer-events: none;
   opacity: 0.5;
 }
 .lg-actions .lg-next:hover,
 .lg-actions .lg-prev:hover {
   color: #fff;
 }
 .lg-actions .lg-next {
   right: 20px;
 }
 .lg-actions .lg-next:before {
   content: '';
 }
 .lg-actions .lg-prev {
   left: 20px;
 }
 .lg-actions .lg-prev:after {
   content: '';
 }
 @-webkit-keyframes lg-right-end {
   0% {
     left: 0;
   }
   50% {
     left: -30px;
   }
   100% {
     left: 0;
   }
 }
 @-moz-keyframes lg-right-end {
   0% {
     left: 0;
   }
   50% {
     left: -30px;
   }
   100% {
     left: 0;
   }
 }
 @-ms-keyframes lg-right-end {
   0% {
     left: 0;
   }
   50% {
     left: -30px;
   }
   100% {
     left: 0;
   }
 }
 @keyframes lg-right-end {
   0% {
     left: 0;
   }
   50% {
     left: -30px;
   }
   100% {
     left: 0;
   }
 }
 @-webkit-keyframes lg-left-end {
   0% {
     left: 0;
   }
   50% {
     left: 30px;
   }
   100% {
     left: 0;
   }
 }
 @-moz-keyframes lg-left-end {
   0% {
     left: 0;
   }
   50% {
     left: 30px;
   }
   100% {
     left: 0;
   }
 }
 @-ms-keyframes lg-left-end {
   0% {
     left: 0;
   }
   50% {
     left: 30px;
   }
   100% {
     left: 0;
   }
 }
 @keyframes lg-left-end {
   0% {
     left: 0;
   }
   50% {
     left: 30px;
   }
   100% {
     left: 0;
   }
 }
 .lg-outer.lg-right-end .lg-object {
   -webkit-animation: lg-right-end 0.3s;
   -o-animation: lg-right-end 0.3s;
   animation: lg-right-end 0.3s;
   position: relative;
 }
 .lg-outer.lg-left-end .lg-object {
   -webkit-animation: lg-left-end 0.3s;
   -o-animation: lg-left-end 0.3s;
   animation: lg-left-end 0.3s;
   position: relative;
 }
 .lg-toolbar {
   z-index: 1082;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, 0.45);
 }
 .lg-toolbar .lg-icon {
   color: #999;
   cursor: pointer;
   float: right;
   font-size: 24px;
   height: 47px;
   line-height: 27px;
   padding: 10px 0;
   text-align: center;
   width: 50px;
   text-decoration: none !important;
   outline: medium none;
   -webkit-transition: color 0.2s linear;
   -o-transition: color 0.2s linear;
   transition: color 0.2s linear;
 }
 .lg-toolbar .lg-icon:hover {
   color: #fff;
 }
 .lg-toolbar .lg-close:after {
   content: '';
 }
 .lg-toolbar .lg-download:after {
   content: '';
 }
 .lg-sub-html {
   background-color: rgba(0, 0, 0, 0.45);
   bottom: 0;
   color: #eee;
   font-size: 16px;
   left: 0;
   padding: 10px 40px;
   position: fixed;
   right: 0;
   text-align: center;
   z-index: 1080;
 }
 .lg-sub-html h4 {
   margin: 0;
   font-size: 13px;
   font-weight: bold;
 }
 .lg-sub-html p {
   font-size: 12px;
   margin: 5px 0 0;
 }
 #lg-counter {
   color: #999;
   display: inline-block;
   font-size: 16px;
   padding-left: 20px;
   padding-top: 12px;
   vertical-align: middle;
 }
 .lg-toolbar,
 .lg-prev,
 .lg-next {
   opacity: 1;
   -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
   -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
   -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
   transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
 }
 .lg-hide-items .lg-prev {
   opacity: 0;
   -webkit-transform: translate3d(-10px, 0, 0);
   transform: translate3d(-10px, 0, 0);
 }
 .lg-hide-items .lg-next {
   opacity: 0;
   -webkit-transform: translate3d(10px, 0, 0);
   transform: translate3d(10px, 0, 0);
 }
 .lg-hide-items .lg-toolbar {
   opacity: 0;
   -webkit-transform: translate3d(0, -10px, 0);
   transform: translate3d(0, -10px, 0);
 }
 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
   -webkit-transform: scale3d(0.5, 0.5, 0.5);
   transform: scale3d(0.5, 0.5, 0.5);
   opacity: 0;
   -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
 }
 body:not(.lg-from-hash)
   .lg-outer.lg-start-zoom
   .lg-item.lg-complete
   .lg-object {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   opacity: 1;
 }
 .lg-outer .lg-thumb-outer {
   background-color: #0d0a0a;
   bottom: 0;
   position: absolute;
   width: 100%;
   z-index: 1080;
   max-height: 350px;
   -webkit-transform: translate3d(0, 100%, 0);
   transform: translate3d(0, 100%, 0);
   -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
 }
 .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
   cursor: -webkit-grab;
   cursor: -moz-grab;
   cursor: -o-grab;
   cursor: -ms-grab;
   cursor: grab;
 }
 .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
   cursor: move;
   cursor: -webkit-grabbing;
   cursor: -moz-grabbing;
   cursor: -o-grabbing;
   cursor: -ms-grabbing;
   cursor: grabbing;
 }
 .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
   -webkit-transition-duration: 0s !important;
   transition-duration: 0s !important;
 }
 .lg-outer.lg-thumb-open .lg-thumb-outer {
   -webkit-transform: translate3d(0, 0%, 0);
   transform: translate3d(0, 0%, 0);
 }
 .lg-outer .lg-thumb {
   padding: 10px 0;
   height: 100%;
   margin-bottom: -5px;
 }
 .lg-outer .lg-thumb-item {
   border-radius: 5px;
   cursor: pointer;
   float: left;
   overflow: hidden;
   height: 100%;
   border: 2px solid #fff;
   border-radius: 4px;
   margin-bottom: 5px;
 }
 @media (min-width: 1025px) {
   .lg-outer .lg-thumb-item {
     -webkit-transition: border-color 0.25s ease;
     -o-transition: border-color 0.25s ease;
     transition: border-color 0.25s ease;
   }
 }
 .lg-outer .lg-thumb-item.active,
 .lg-outer .lg-thumb-item:hover {
   border-color: #a90707;
 }
 .lg-outer .lg-thumb-item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .lg-outer.lg-has-thumb .lg-item {
   padding-bottom: 120px;
 }
 .lg-outer.lg-can-toggle .lg-item {
   padding-bottom: 0;
 }
 .lg-outer.lg-pull-caption-up .lg-sub-html {
   -webkit-transition: bottom 0.25s ease;
   -o-transition: bottom 0.25s ease;
   transition: bottom 0.25s ease;
 }
 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
   bottom: 100px;
 }
 .lg-outer .lg-toogle-thumb {
   background-color: #0d0a0a;
   border-radius: 2px 2px 0 0;
   color: #999;
   cursor: pointer;
   font-size: 24px;
   height: 39px;
   line-height: 27px;
   padding: 5px 0;
   position: absolute;
   right: 20px;
   text-align: center;
   top: -39px;
   width: 50px;
 }
 .lg-outer .lg-toogle-thumb:after {
   content: '';
 }
 .lg-outer .lg-toogle-thumb:hover {
   color: #fff;
 }
 .lg-outer .lg-video-cont {
   display: inline-block;
   vertical-align: middle;
   max-width: 1140px;
   max-height: 100%;
   width: 100%;
   padding: 0 5px;
 }
 .lg-outer .lg-video {
   width: 100%;
   height: 0;
   padding-bottom: 56.25%;
   overflow: hidden;
   position: relative;
 }
 .lg-outer .lg-video .lg-object {
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100% !important;
   height: 100% !important;
 }
 .lg-outer .lg-video .lg-video-play {
   width: 84px;
   height: 59px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -42px;
   margin-top: -30px;
   z-index: 1080;
   cursor: pointer;
 }
 .lg-outer .lg-has-vimeo .lg-video-play {
   background: url('../img/vimeo-play.png') no-repeat scroll 0 0 transparent;
 }
 .lg-outer .lg-has-vimeo:hover .lg-video-play {
   background: url('../img/vimeo-play.png') no-repeat scroll 0 -58px transparent;
 }
 .lg-outer .lg-has-html5 .lg-video-play {
   background: transparent url('../img/video-play.png') no-repeat scroll 0 0;
   height: 64px;
   margin-left: -32px;
   margin-top: -32px;
   width: 64px;
   opacity: 0.8;
 }
 .lg-outer .lg-has-html5:hover .lg-video-play {
   opacity: 1;
 }
 .lg-outer .lg-has-youtube .lg-video-play {
   background: url('../img/youtube-play.png') no-repeat scroll 0 0 transparent;
 }
 .lg-outer .lg-has-youtube:hover .lg-video-play {
   background: url('../img/youtube-play.png') no-repeat scroll 0 -60px transparent;
 }
 .lg-outer .lg-video-object {
   width: 100% !important;
   height: 100% !important;
   position: absolute;
   top: 0;
   left: 0;
 }
 .lg-outer .lg-has-video .lg-video-object {
   visibility: hidden;
 }
 .lg-outer .lg-has-video.lg-video-playing .lg-object,
 .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
   display: none;
 }
 .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
   visibility: visible;
 }
 .lg-progress-bar {
   background-color: #333;
   height: 5px;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   z-index: 1083;
   opacity: 0;
   -webkit-transition: opacity 0.08s ease 0s;
   -moz-transition: opacity 0.08s ease 0s;
   -o-transition: opacity 0.08s ease 0s;
   transition: opacity 0.08s ease 0s;
 }
 .lg-progress-bar .lg-progress {
   background-color: #a90707;
   height: 5px;
   width: 0;
 }
 .lg-progress-bar.lg-start .lg-progress {
   width: 100%;
 }
 .lg-show-autoplay .lg-progress-bar {
   opacity: 1;
 }
 .lg-autoplay-button:after {
   content: '';
 }
 .lg-show-autoplay .lg-autoplay-button:after {
   content: '';
 }
 .lg-outer.lg-css3.lg-zoom-dragging
   .lg-item.lg-complete.lg-zoomable
   .lg-img-wrap,
 .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
   -webkit-transition-duration: 0s;
   transition-duration: 0s;
 }
 .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
   -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
   -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
   -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
   transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.15s !important;
   -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.15s !important;
   -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
   transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
   -webkit-transform-origin: 0 0;
   -moz-transform-origin: 0 0;
   -ms-transform-origin: 0 0;
   transform-origin: 0 0;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 #lg-zoom-in:after {
   content: '';
 }
 #lg-actual-size {
   font-size: 20px;
 }
 #lg-actual-size:after {
   content: '';
 }
 #lg-zoom-out {
   opacity: 0.5;
   pointer-events: none;
 }
 #lg-zoom-out:after {
   content: '';
 }
 .lg-zoomed #lg-zoom-out {
   opacity: 1;
   pointer-events: auto;
 }
 .lg-outer .lg-pager-outer {
   bottom: 60px;
   left: 0;
   position: absolute;
   right: 0;
   text-align: center;
   z-index: 1080;
   height: 10px;
 }
 .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
   overflow: visible;
 }
 .lg-outer .lg-pager-cont {
   cursor: pointer;
   display: inline-block;
   overflow: hidden;
   position: relative;
   vertical-align: top;
   margin: 0 5px;
 }
 .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
   opacity: 1;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
 }
 .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
   box-shadow: 0 0 0 2px white inset;
 }
 .lg-outer .lg-pager-thumb-cont {
   background-color: #fff;
   color: #fff;
   bottom: 100%;
   height: 83px;
   left: 0;
   margin-bottom: 20px;
   margin-left: -60px;
   opacity: 0;
   padding: 5px;
   position: absolute;
   width: 120px;
   border-radius: 3px;
   -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
   -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
   -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
   transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
   -webkit-transform: translate3d(0, 5px, 0);
   transform: translate3d(0, 5px, 0);
 }
 .lg-outer .lg-pager-thumb-cont img {
   width: 100%;
   height: 100%;
 }
 .lg-outer .lg-pager {
   background-color: rgba(255, 255, 255, 0.5);
   border-radius: 50%;
   box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
   display: block;
   height: 12px;
   -webkit-transition: box-shadow 0.3s ease 0s;
   -o-transition: box-shadow 0.3s ease 0s;
   transition: box-shadow 0.3s ease 0s;
   width: 12px;
 }
 .lg-outer .lg-pager:hover,
 .lg-outer .lg-pager:focus {
   box-shadow: 0 0 0 8px white inset;
 }
 .lg-outer .lg-caret {
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px dashed;
   bottom: -10px;
   display: inline-block;
   height: 0;
   left: 50%;
   margin-left: -5px;
   position: absolute;
   vertical-align: middle;
   width: 0;
 }
 .lg-fullscreen:after {
   content: '';
 }
 .lg-fullscreen-on .lg-fullscreen:after {
   content: '';
 }
 .group {
   *zoom: 1;
 }
 .group:before,
 .group:after {
   display: table;
   content: '';
   line-height: 0;
 }
 .group:after {
   clear: both;
 }
 .lg-outer {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   opacity: 0;
   -webkit-transition: opacity 0.15s ease 0s;
   -o-transition: opacity 0.15s ease 0s;
   transition: opacity 0.15s ease 0s;
 }
 .lg-outer * {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }
 .lg-outer.lg-visible {
   opacity: 1;
 }
 .lg-outer.lg-css3 .lg-item.lg-prev-slide,
 .lg-outer.lg-css3 .lg-item.lg-next-slide,
 .lg-outer.lg-css3 .lg-item.lg-current {
   -webkit-transition-duration: inherit !important;
   transition-duration: inherit !important;
   -webkit-transition-timing-function: inherit !important;
   transition-timing-function: inherit !important;
 }
 .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
 .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
 .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
   -webkit-transition-duration: 0s !important;
   transition-duration: 0s !important;
   opacity: 1;
 }
 .lg-outer.lg-grab img.lg-object {
   cursor: -webkit-grab;
   cursor: -moz-grab;
   cursor: -o-grab;
   cursor: -ms-grab;
   cursor: grab;
 }
 .lg-outer.lg-grabbing img.lg-object {
   cursor: move;
   cursor: -webkit-grabbing;
   cursor: -moz-grabbing;
   cursor: -o-grabbing;
   cursor: -ms-grabbing;
   cursor: grabbing;
 }
 .lg-outer .lg {
   height: 100%;
   width: 100%;
   position: relative;
   overflow: hidden;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
   max-height: 100%;
 }
 .lg-outer .lg-inner {
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   white-space: nowrap;
 }
 .lg-outer .lg-item {
   background: url('../img/loading.gif') no-repeat scroll center center
     transparent;
   display: none !important;
 }
 .lg-outer.lg-css3 .lg-prev-slide,
 .lg-outer.lg-css3 .lg-current,
 .lg-outer.lg-css3 .lg-next-slide {
   display: inline-block !important;
 }
 .lg-outer.lg-css .lg-current {
   display: inline-block !important;
 }
 .lg-outer .lg-item,
 .lg-outer .lg-img-wrap {
   display: inline-block;
   text-align: center;
   position: absolute;
   width: 100%;
   height: 100%;
 }
 .lg-outer .lg-item:before,
 .lg-outer .lg-img-wrap:before {
   content: '';
   display: inline-block;
   height: 50%;
   width: 1px;
   margin-right: -1px;
 }
 .lg-outer .lg-img-wrap {
   position: absolute;
   padding: 0 5px;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
 }
 .lg-outer .lg-item.lg-complete {
   background-image: none;
 }
 .lg-outer .lg-item.lg-current {
   z-index: 1060;
 }
 .lg-outer .lg-image {
   display: inline-block;
   vertical-align: middle;
   max-width: 100%;
   max-height: 100%;
   width: auto !important;
   height: auto !important;
 }
 .lg-outer.lg-show-after-load .lg-item .lg-object,
 .lg-outer.lg-show-after-load .lg-item .lg-video-play {
   opacity: 0;
   -webkit-transition: opacity 0.15s ease 0s;
   -o-transition: opacity 0.15s ease 0s;
   transition: opacity 0.15s ease 0s;
 }
 .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
 .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
   opacity: 1;
 }
 .lg-outer .lg-empty-html {
   display: none;
 }
 .lg-outer.lg-hide-download #lg-download {
   display: none;
 }
 .lg-backdrop {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1040;
   background-color: rgba(0, 0, 0, 0.89);
   opacity: 0;
   -webkit-transition: opacity 0.15s ease 0s;
   -o-transition: opacity 0.15s ease 0s;
   transition: opacity 0.15s ease 0s;
 }
 .lg-backdrop.in {
   opacity: 1;
 }
 .lg-css3.lg-no-trans .lg-prev-slide,
 .lg-css3.lg-no-trans .lg-next-slide,
 .lg-css3.lg-no-trans .lg-current {
   -webkit-transition: none 0s ease 0s !important;
   -moz-transition: none 0s ease 0s !important;
   -o-transition: none 0s ease 0s !important;
   transition: none 0s ease 0s !important;
 }
 .lg-css3.lg-use-css3 .lg-item {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .lg-css3.lg-use-left .lg-item {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   backface-visibility: hidden;
 }
 .lg-css3.lg-fade .lg-item {
   opacity: 0;
 }
 .lg-css3.lg-fade .lg-item.lg-current {
   opacity: 1;
 }
 .lg-css3.lg-fade .lg-item.lg-prev-slide,
 .lg-css3.lg-fade .lg-item.lg-next-slide,
 .lg-css3.lg-fade .lg-item.lg-current {
   -webkit-transition: opacity 0.1s ease 0s;
   -moz-transition: opacity 0.1s ease 0s;
   -o-transition: opacity 0.1s ease 0s;
   transition: opacity 0.1s ease 0s;
 }
 .lg-css3.lg-slide.lg-use-css3 .lg-item {
   opacity: 0;
 }
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
   -webkit-transform: translate3d(-100%, 0, 0);
   transform: translate3d(-100%, 0, 0);
 }
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
   -webkit-transform: translate3d(100%, 0, 0);
   transform: translate3d(100%, 0, 0);
 }
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   opacity: 1;
 }
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
 .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
   -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.1s ease 0s;
   -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.1s ease 0s;
   -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.1s ease 0s;
   transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
 }
 .lg-css3.lg-slide.lg-use-left .lg-item {
   opacity: 0;
   position: absolute;
   left: 0;
 }
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
   left: -100%;
 }
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
   left: 100%;
 }
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
   left: 0;
   opacity: 1;
 }
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
 .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
   -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
     opacity 0.1s ease 0s;
   -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
   transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
 }
 .lg-backdrop {
   background-color: rgba(255, 255, 255, 0.9);
 }
 .lg-toolbar {
   background: #fff;
 }
 #lg-counter {
   float: left;
 }
 .lg-actions .lg-next,
 .lg-actions .lg-prev {
   border: 0;
   background: transparent;
   color: #303f4d;
 }
 .lg-actions .lg-next:hover,
 .lg-actions .lg-prev:hover {
   color: #000;
 }
 .lg-toolbar .lg-icon {
   color: #303f4d;
 }
 .lg-toolbar .lg-icon:hover {
   color: #000;
 }
 .lg-outer .lg-thumb-outer {
   background: #fff;
   box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
 }
 .lg-outer .lg-thumb-outer .lg-toogle-thumb {
   display: none;
 }
 .lg-outer .lg-thumb-item.active,
 .lg-outer .lg-thumb-item:hover {
   border-color: #ef394e;
 }
 .n-product {
   overflow: hidden;
   background: white;
   border-radius: 7px;
 }
 .n-product .n-img-theme {
   position: relative;
   height: 200px;
   margin-bottom: 10px;
   z-index: 0;
 }
 .n-product .n-img-theme img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }
 .n-product .n-colors-theme {
   position: absolute;
   right: 20px;
   top: 50px;
   width: 12px;
   z-index: 1;
 }
 .n-product .n-colors-theme .n-color {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: #ccc;
   margin-top: 2px;
   display: block;
   border: 1px solid #e9e9e9;
   position: relative;
 }
 .n-product .n-colors-theme .n-color:before {
   content: ' ' attr(n-title) '';
   position: absolute;
   right: 50%;
   top: 50%;
   transform: translateY(-50%);
   display: inline-block;
   border-radius: 5px;
   font-size: 10px;
   opacity: 0;
   margin-right: 5px;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product .n-colors-theme .n-color:hover:before {
   right: 100%;
   opacity: 1;
   visibility: visible;
 }
 .n-product .n-colors-theme .n-color-more {
   color: #ababab;
   font-size: 20px;
   text-align: center;
   width: 12px;
   line-height: 12px;
   margin-top: 2px;
   display: inline-block;
 }
 .n-product .n-title-theme {
   color: #333;
   font-size: 13px;
   height: 55px;
   text-align: justify;
 }
 .n-product .n-row-theme {
   margin-bottom: 8px;
   position: absolute;
   right: 10px;
   bottom: 25px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .n-row-theme {
     right: 50%;
     bottom: 15px;
   }
 }
 .n-product .nf-price-theme {
   display: flex;
   text-align: left;
   height: 75px;
 }
 .n-product .nf-price-theme .n-price {
   font-size: 23px;
   font-weight: 700;
   color: #006288;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .nf-price-theme .n-price {
     font-size: 18px;
   }
 }
 .n-product .nf-price-theme .n-price.n-discounted {
   color: #acacac;
   display: inline-block;
   font-size: 17px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .nf-price-theme .n-price.n-discounted {
     font-size: 14px;
   }
 }
 .n-product .nf-price-theme .n-price.n-discounted > .n-value {
   position: relative;
   padding: 0 5px;
 }
 .n-product .nf-price-theme .n-price.n-discounted > .n-value:after {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #c5c5c5;
   display: block;
 }
 .n-product .nf-price-theme .n-price .n-unit {
   margin-right: 8px;
   font-size: 14px;
   vertical-align: middle;
   padding-top: 3px;
 }
 .n-product .nf-price-theme .n-price .n-discount {
   background: #fb3449;
   border-radius: 20px;
   padding: 0 10px;
   font-size: 18px;
   font-weight: bold;
   margin-right: 10px;
   vertical-align: middle;
   color: #fff;
   height: 23px;
   display: inline-block;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .nf-price-theme .n-price .n-discount {
     font-size: 14px;
   }
 }
 .n-product .nf-price-theme .n-price .n-discount .n-value {
   line-height: 23px;
   display: inline-block;
 }
 .n-product .nf-price-theme .n-price .n-discount .n-percent {
   font-size: 13px;
   font-weight: normal;
 }
 .n-product .n-special-discount-theme {
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   z-index: 1;
   line-height: 18px;
   border-bottom: 1px solid #fb3449;
   padding: 5px 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .n-special-discount-theme {
     line-height: normal;
     padding: 0;
   }
 }
 
 .n-title{
 color: var(--color-neutral-500);
 }
 
 
 }
 .n-product .n-special-discount-theme .n-title {
   font-size: 12px;
   font-weight: 800;
 }
 .n-product .n-special-discount-theme .n-title .n-highlight {
   color: #fb3449;
 }
 .n-product .n-special-discount-theme .n-title i {
   vertical-align: middle;
   font-size: 15px;
   margin-left: 5px;
   color: #303f4d;
 }
 .n-product .n-special-discount-theme .n-timer {
   font-size: 14px;
   color: #fb3449;
 }
 .n-product .n-special-discount-theme .n-timer > .d {
   margin: 0 3px;
 }
 .n-product .n-shopper-theme {
   position: absolute;
   bottom: 5px;
   left: 10px;
   right: 10px;
   border-top: 1px solid #f5f5f5;
   padding: 5px 0 0;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .n-shopper-theme {
     border-top: 0;
     text-align: center;
   }
 }
 .n-product .n-shopper-theme i {
   margin-left: 7px;
 }
 .n-product .n-shopper-theme .n-value {
   font-weight: bold;
 }
 .n-product .n-rating-theme {
   direction: ltr;
   float: left;
 }
 .n-product .n-rating-theme .n-rating-value {
   font-size: 13px;
   color: #d20913;
 }
 .n-product .n-rating-theme .n-rating-number {
   direction: rtl;
   vertical-align: middle;
   color: #a2a2a2;
   margin-left: 10px;
   unicode-bidi: bidi-override;
 }
 .n-product .n-compare-theme {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product .n-percent-theme,
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-percent-theme,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-percent-theme {
   font-size: 13px;
   font-weight: normal;
 }
 .n-product .n-prices-disable-theme {
   background: #fb3449;
   font-size: 14px;
   display: inline-block;
   color: #fff;
   border-radius: 50px;
   padding: 2px 10px;
 }
 .n-product .n-prices-disable-theme i {
   vertical-align: middle;
   margin-left: 5px;
   font-size: 16px;
 }
 .n-product .n-prices-comming-soon-theme {
   position: absolute;
   left: -45px;
   top: 100px;
   transform-origin: top left;
   transform: rotate(-45deg);
   width: 200px;
   line-height: 30px;
   background: #1080a6;
   text-align: center;
   color: #fff;
   font-size: 17px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .n-prices-comming-soon-theme {
     left: -50px;
     top: 70px;
     width: 170px;
     line-height: 19px;
     font-size: 11px;
   }
 }
 .n-product .n-prices-new-theme {
   position: absolute;
   width: auto;
   top: 30px;
   left: 20px;
   line-height: 25px;
   background: #2d8800;
   text-align: center;
   color: #fff;
   font-size: 12px;
   padding: 0 10px;
   border-radius: 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product .n-prices-new-theme {
     font-size: 11px;
   }
 }
 .n-product.theme-digi-1 {
   position: relative;
   padding: 15px 90px 15px 50px;
   border-bottom: 1px solid #f0f0f1;
 }
 .n-product.theme-digi-1:last-of-type {
   border-bottom: 0;
 }
 .n-product.theme-digi-1 .n-delete {
   position: absolute;
   left: 10px;
   top: 50%;
   transform: translateY(-50%);
   width: 25px;
   height: 25px;
   line-height: 25px;
   border-radius: 25px;
   font-size: 13px;
   cursor: pointer;
   display: block;
   text-align: center;
   background: #eceff1;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product.theme-digi-1 .n-delete:hover {
   background: #da4b45;
   color: #fff;
 }
 .n-product.theme-digi-1 .n-img {
   width: 70px;
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
 }
 .n-product.theme-digi-1 .n-img img {
   max-width: 100%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }
 .n-product.theme-digi-1 .n-content .n-title {
   font-size: 12px;
   text-align: justify;
   margin-bottom: 10px;
   font-weight: bold;
 }
 .n-product.theme-digi-1 .n-content .n-details {
   font-size: 11px;
 }
 .n-product.theme-digi-1 .n-content .n-details .n-detail {
   margin-left: 7px;
   padding-left: 7px;
   border-left: 1px solid #d8d8d8;
   color: #666;
 }
 .n-product.theme-digi-1 .n-content .n-details .n-detail:last-of-type {
   border-left: 0 none;
 }
 .n-product.theme-digi-2,
 .n-product.theme-digi-5 {
   position: relative;
   padding: 10px;
   display: flex;
   flex-direction: column;
   gap: 0.5rem;
 }
 .n-product.theme-digi-2 .n-img,
 .n-product.theme-digi-5 .n-img {
   position: relative;
   height: 80px;
   margin-bottom: 10px;
 }
 .n-product.theme-digi-2 .n-img img,
 .n-product.theme-digi-5 .n-img img {
   max-width: 100%;
   max-height: 100%;
   width: auto;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }
 .n-product.theme-digi-2 .n-content .n-title,
 .n-product.theme-digi-5 .n-content .n-title {
   color: #333;
   font-size: 14px;
   font-weight: 700;
   margin-bottom: 10px;
   text-align: center;
   display: block;
   height: 45px;
   overflow: hidden;
 }
 .n-product.theme-digi-2 .n-content .n-prices,
 .n-product.theme-digi-5 .n-content .n-prices {
   display: block;
   text-align: center;
   height: 60px;
 }
 .n-product.theme-digi-2 .n-content .n-prices .n-price,
 .n-product.theme-digi-5 .n-content .n-prices .n-price {
   font-size: 20px;
   font-weight: 700;
   color: #006288;
   position: relative;
 }
 .n-product.theme-digi-2 .n-content .n-prices .n-price.n-discounted,
 .n-product.theme-digi-5 .n-content .n-prices .n-price.n-discounted {
   color: #c5c5c5;
   display: inline-block;
   font-size: 15px;
   padding: 0 10px;
   margin-bottom: 5px;
 }
 .n-product.theme-digi-2 .n-content .n-prices .n-price.n-discounted:before,
 .n-product.theme-digi-5 .n-content .n-prices .n-price.n-discounted:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #c5c5c5;
   display: block;
 }
 .n-product.theme-digi-2 .n-content .n-prices .n-price .n-unit,
 .n-product.theme-digi-5 .n-content .n-prices .n-price .n-unit {
   margin-right: 10px;
   font-size: 16px;
   vertical-align: middle;
 }
 .n-product.theme-digi-2 .n-content .n-prices .n-discount,
 .n-product.theme-digi-5 .n-content .n-prices .n-discount {
   background: #ef394e;
   border-radius: 50px;
   padding: 7px 12px;
   font-size: 18px;
   margin-right: 10px;
   vertical-align: middle;
   color: #303f4d;
   font-weight: 400;
 }
 .n-product.theme-digi-2 .n-content .n-summery-details,
 .n-product.theme-digi-5 .n-content .n-summery-details {
   text-align: center;
   font-size: 12px;
   line-height: 1.833;
   font-weight: 700;
   letter-spacing: -0.4px;
   color: #b9b9b9;
 }
 .n-product.theme-digi-2 .n-content .n-summery-details span,
 .n-product.theme-digi-5 .n-content .n-summery-details span {
   display: block;
 }
 .n-product.theme-digi-3 {
   background: #fff;
   -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   margin-bottom: 10px;
   position: relative;
   padding: 20px 260px 20px 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 {
     padding: 10px 110px 50px 10px;
     margin-bottom: 10px;
   }
 }
 .n-product.theme-digi-3 .n-img {
   position: absolute;
   right: 60px;
   top: 50%;
   width: 140px;
   border-radius: 200px;
   overflow: hidden;
   height: 140px;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-img {
     right: 10px;
     width: 90px;
     height: 90px;
   }
 }
 .n-product.theme-digi-3 .n-img img {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   -ms-transform: translateY(-50%) translateX(-50%);
   -o-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
 }
 .n-product.theme-digi-3 .n-price-box {
   position: relative;
   padding-left: 270px;
   height: 100px;
   display: block;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box {
     position: static;
     padding-left: 0;
     width: 100%;
     height: auto;
     text-align: right;
   }
 }
 .n-product.theme-digi-3 .n-price-box .n-prices {
   position: absolute;
   width: 250px;
   top: 50%;
   left: 0;
   text-align: center;
   transform: translateY(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-prices {
     position: relative;
     top: 0;
     width: 100%;
     transform: none;
     line-height: 22px;
     padding-bottom: 20px;
     text-align: right;
     margin-top: 15px;
     min-height: 70px;
   }
 }
 .n-product.theme-digi-3 .n-price-box .n-prices .n-price {
   font-size: 20px;
   font-weight: 700;
   color: #006288;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-prices .n-price {
     margin-left: 0;
     margin-bottom: 0;
     display: block;
     position: static;
   }
 }
 .n-product.theme-digi-3 .n-price-box .n-prices .n-price.n-discounted {
   color: #c5c5c5;
   display: inline-block;
   font-size: 15px;
   padding: 0 10px;
   margin-bottom: 5px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-prices .n-price.n-discounted {
     position: relative;
   }
 }
 .n-product.theme-digi-3 .n-price-box .n-prices .n-price.n-discounted:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #c5c5c5;
   display: block;
 }
 .n-product.theme-digi-3 .n-price-box .n-prices .n-price .n-unit {
   margin-right: 10px;
   font-size: 16px;
   vertical-align: middle;
 }
 .n-product.theme-digi-3 .n-price-box .n-prices .n-discount {
   background: #ef394e;
   border-radius: 50px;
   padding: 7px 12px;
   font-size: 18px;
   margin-right: 10px;
   vertical-align: middle;
   color: #303f4d;
   font-weight: 400;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-prices .n-discount {
     margin-right: 0;
     left: 0;
     top: 0;
     line-height: 40px;
     padding: 0 12px;
     font-size: 15px;
   }
 }
 .n-product.theme-digi-3 .n-price-box .n-quantity {
   margin-top: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-quantity {
     margin-top: 0;
     position: absolute;
     left: 85px;
     bottom: 10px;
     width: 100px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-price-box .n-quantity .n-select-style {
     width: 65px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
   }
 }
 .n-product.theme-digi-3 .n-delete {
   right: 10px;
   width: 28px;
   height: 28px;
   border-radius: 100px;
   line-height: 34px;
   font-size: 18px;
   display: inline-block;
   position: absolute;
   transform: translateY(-50%);
   top: 50%;
   color: #fb3449;
   background: #fff;
   border: 1px solid #fb3449;
   text-align: center;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product.theme-digi-3 .n-delete i {
   line-height: 26px;
 }
 .n-product.theme-digi-3 .n-delete:hover {
   background: #fb3449;
   color: #fff;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-delete {
     bottom: -10px;
     top: auto;
     left: 15px;
     right: auto;
     height: 40px;
     line-height: 40px;
     width: 60px;
     font-size: 13px;
     border-radius: 5px;
   }
 }
 .n-product.theme-digi-3 .n-sale {
   position: absolute;
   right: 60px;
   top: 0;
   line-height: 30px;
   width: 170px;
   overflow: hidden;
   border-radius: 0 0 5px 5px;
   background: #fb3449;
   text-align: center;
   font-size: 12px;
   font-weight: 800;
   color: #000;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-sale {
     left: 30px;
     right: auto;
     border-radius: 0 10px 0 0;
     top: 0;
     transform: rotate(90deg);
     transform-origin: left top;
   }
 }
 .n-product.theme-digi-3 .n-sale .n-highlight {
   color: #fff;
 }
 .n-product.theme-digi-3 .n-sale i {
   vertical-align: middle;
   font-size: 20px;
   margin-left: 5px;
 }
 .n-product.theme-digi-3 .n-title-box {
   padding-top: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-title-box {
     padding: 0;
     width: 100%;
   }
 }
 .n-product.theme-digi-3 .n-title-box .n-title {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 25px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-title-box .n-title {
     font-size: 15px;
     margin-bottom: 5px;
   }
 }
 .n-product.theme-digi-3 .n-title-box .n-options {
   font-size: 14px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-3 .n-title-box .n-options {
     font-size: 12px;
   }
 }
 .n-product.theme-digi-3 .n-title-box .n-options .mini-title {
   margin-left: 5px;
   display: inline-block;
 }
 .n-product.theme-digi-4 {
   position: relative;
   padding-right: 110px;
   padding-left: 15px;
   height: 94px;
   padding-top: 20px;
   border-bottom: 1px solid #f1f1f1;
 }
 .n-product.theme-digi-4:first-of-type {
   margin-top: 0;
 }
 .n-product.theme-digi-4:last-of-type {
   margin-bottom: 0;
 }
 .n-product.theme-digi-4:last-of-type:after {
   display: none;
 }
 .n-product.theme-digi-4:after {
   content: '';
   display: block;
   width: 100%;
   top: 100%;
   margin-top: 10px;
   height: 1px;
   background: #f6f6f6;
   position: absolute;
   left: 0;
 }
 .n-product.theme-digi-4:hover .n-content .n-price .n-price-val.n-real {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
 }
 .n-product.theme-digi-4 .n-delete {
   left: 0;
   width: 30px;
   height: 30px;
   border-radius: 50px;
   line-height: 30px;
   display: inline-block;
   position: absolute;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   top: 50%;
   color: #929292;
   border: 1px solid #929292;
   text-align: center;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product.theme-digi-4 .n-delete i {
   line-height: 28px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-4 .n-delete {
     bottom: 0;
     top: auto;
     left: 15px;
     right: auto;
     height: 28px;
     line-height: 28px;
     width: 60px;
     font-size: 13px;
     border-radius: 5px;
     color: #bb5a5b;
     border-color: #bb5a5b;
   }
 }
 .n-product.theme-digi-4 .n-delete:hover {
   color: #bb5a5b;
   border-color: #bb5a5b;
 }
 .n-product.theme-digi-4 .n-img {
   position: absolute;
   right: 0;
   top: 50%;
   width: 90px;
   border-radius: 100px;
   overflow: hidden;
   height: 90px;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .n-product.theme-digi-4 .n-img img {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   -ms-transform: translateY(-50%) translateX(-50%);
   -o-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
 }
 .n-product.theme-digi-4 .n-title {
   font-weight: bold;
   white-space: nowrap;
   font-size: 13px;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #666;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product.theme-digi-4 .n-price {
   color: #1080a6;
   margin-top: 15px;
   line-height: 1;
 }
 .n-product.theme-digi-4 .n-price.n-no {
   color: #bb5a5b;
   font-weight: bold;
 }
 .n-product.n-theme-more .n-title-box {
   padding-top: 0;
 }
 .n-product.n-theme-more .n-img {
   height: 150px;
 }
 .n-product.n-theme-more .n-img img {
   max-width: 100%;
   max-height: 100%;
 }
 .n-product.n-theme-more .n-prices {
   min-height: 40px;
   margin-bottom: 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-prices {
     position: relative;
     top: 0;
     width: 100%;
     transform: none;
     line-height: 22px;
     padding-bottom: 20px;
     text-align: right;
     margin-top: 15px;
     min-height: 70px;
   }
 }
 .n-product.n-theme-more .n-prices .n-price {
   font-size: 20px;
   font-weight: 700;
   color: #006288;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-prices .n-price {
     margin-left: 0;
     margin-bottom: 0;
     display: block;
     position: static;
   }
 }
 .n-product.n-theme-more .n-prices .n-price.n-discounted {
   color: #c5c5c5;
   display: inline-block;
   font-size: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-prices .n-price.n-discounted {
     position: relative;
   }
 }
 .n-product.n-theme-more .n-prices .n-price.n-discounted:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #c5c5c5;
   display: block;
 }
 .n-product.n-theme-more .n-prices .n-price .n-unit {
   margin-right: 10px;
   font-size: 16px;
   vertical-align: middle;
 }
 .n-product.n-theme-more .n-prices .n-discount {
   background: #ef394e;
   border-radius: 50px;
   padding: 7px 12px;
   font-size: 18px;
   margin-right: 10px;
   vertical-align: middle;
   color: #303f4d;
   font-weight: 400;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-prices .n-discount {
     margin-right: 0;
     left: 0;
     top: 0;
     line-height: 40px;
     padding: 0 12px;
     font-size: 15px;
   }
 }
 .n-product.n-theme-more .n-show-more {
   bottom: 10px;
   left: 10px;
   position: absolute;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-show-more {
     bottom: 10px;
     left: 85px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.n-theme-more .n-show-more .n-btn {
     line-height: 40px;
     height: 40px;
     display: inline-block;
     padding: 0 10px;
     font-weight: normal;
   }
 }
 .n-product.theme-digi-5 {
   position: relative;
   margin-left: -1px;
   background: #fff;
   border: 1px solid #ebebeb;
   border-top: none;
   padding: 12px 12px 18px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 {
     padding-right: 150px;
     padding-bottom: 15px;
     padding-left: 15px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-img-theme {
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
     width: 120px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-content {
     padding-right: 130px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-colors-theme {
     bottom: 15px;
     right: 15px;
     top: auto;
     width: auto;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-colors-theme .n-color {
     display: inline-block;
     margin-top: 0;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-title-theme {
     height: auto;
     margin-bottom: 10px;
     font-size: 13px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .nf-price-theme {
     height: 50px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-content .n-row-theme {
     margin-bottom: 10px;
   }
 }
 .n-product.theme-digi-5 .n-content .n-row-theme .n-rating-theme {
   float: left;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-content .n-row-theme .n-rating-theme {
     float: right;
   }
 }
 .n-product.theme-digi-5 .n-content .n-row-theme .n-compare-theme {
   float: right;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product.theme-digi-5 .n-content .n-row-theme .n-compare-theme {
     opacity: 1;
   }
 }
 .n-product.theme-digi-5 .n-shopper-theme,
 .n-product.theme-digi-5 .n-compare-theme {
   opacity: 0;
 }
 .n-product.theme-digi-5:hover {
   -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
   box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
   z-index: 11;
 }
 .n-product.theme-digi-5:hover .n-shopper-theme,
 .n-product.theme-digi-5:hover .n-compare-theme {
   opacity: 1;
 }
 .n-product.theme-digi-5.n-product-compare-active .n-compare-theme {
   opacity: 1;
 }
 .n-product.theme-digi-5 .n-selected-details-theme {
   display: none !important;
 }
 .n-product.theme-digi-6 {
   position: relative;
   background: #fff;
   border-bottom: 1px solid #ebebeb;
   padding: 40px 240px 46px 12px;
   margin-left: 3px;
   margin-right: -1px;
 }
 .n-product.theme-digi-6:last-of-type {
   border-bottom: 0;
 }
 .n-product.theme-digi-6 .n-img-theme {
   position: absolute;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   width: 200px;
 }
 .n-product.theme-digi-6 .n-title-theme {
   height: auto;
   margin-top: 20px;
   border-radius: 5px;
   background-color: #fafafa;
   padding: 10px 20px;
   font-size: 16px;
   margin-bottom: 20px;
 }
 .n-product.theme-digi-6 .n-content {
   margin-left: 320px;
   border-left: 1px solid #e2e2e2;
   padding-left: 20px;
 }
 .n-product.theme-digi-6 .n-row-theme .n-rating-theme {
   float: right;
   margin-left: 25px;
   margin-top: 3px;
 }
 .n-product.theme-digi-6 .n-row-theme .n-compare-theme {
   float: right;
 }
 .n-product.theme-digi-6 .nf-price-theme {
   text-align: right;
 }
 .n-product.theme-digi-6 .n-selected-details-theme {
   position: absolute;
   left: 0;
   width: 300px;
   top: 60px;
 }
 .n-product.theme-digi-6 .n-selected-details-theme > .n-title {
   font-weight: bold;
   font-size: 15px;
   margin-bottom: 5px;
   position: relative;
 }
 .n-product.theme-digi-6
   .n-selected-details-theme
   > .n-title
   > .n-show-product-custom-field {
   position: absolute;
   left: 0;
   color: #00bfd5;
   font-size: 13px;
   cursor: pointer;
 }
 .n-product.theme-digi-6
   .n-selected-details-theme
   > .n-title
   > .n-show-product-custom-field
   i {
   vertical-align: middle;
   margin-right: 5px;
   font-size: 18px;
 }
 .n-product.theme-digi-6 .n-selected-details-theme ul {
   overflow: auto;
   max-height: 145px;
 }
 .n-product.theme-digi-6 .n-selected-details-theme ul li {
   font-size: 12px;
   margin-bottom: 10px;
 }
 .n-product.theme-digi-6 .n-selected-details-theme ul li:before {
   content: '';
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50px;
   display: inline-block;
   margin-left: 10px;
   background: #ccc;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-product.theme-digi-6 .n-shopper-theme,
 .n-product.theme-digi-6 .n-compare-theme {
   opacity: 0;
 }
 .n-product.theme-digi-6:hover .n-shopper-theme,
 .n-product.theme-digi-6:hover .n-compare-theme {
   opacity: 1;
 }
 .n-product.theme-digi-6.n-product-compare-active .n-compare-theme {
   opacity: 1;
 }
 .n-product.n-theme-7 {
   background: #fff;
   border-radius: 5px;
   border: 1px solid #e9e9e9;
 }
 .n-text-render {
   font-size: 16px;
   line-height: 27px;
   font-weight: 500;
 }
 .n-text-render .align-left {
   float: left;
   padding-right: 50px;
 }
 .n-text-render .align-right {
   float: right;
   padding-left: 50px;
 }
 .n-text-render h1,
 .n-text-render h2,
 .n-text-render h3,
 .n-text-render h4 {
   font-weight: bold;
   color: #6f6f6f;
   font-size: 22px;
   margin-bottom: 10px;
 }
 .n-text-render h2 {
   font-size: 24px;
 }
 .n-text-render h3 {
   font-size: 22px;
 }
 .n-text-render h4 {
   font-size: 18px;
 }
 .n-text-render h5 {
   font-size: 16px;
 }
 .n-text-render strong,
 .n-text-render em {
   font-weight: 800;
 }
 .n-text-render p {
   font-size: 16px;
   line-height: 2.25;
   margin-bottom: 25px;
 }
 .n-text-render blockquote {
   padding: 0 0 35px 80px;
   font-size: 17px;
   line-height: 31px;
   display: block;
   height: auto;
   top: 15px;
   position: relative;
   text-align: justify;
 }
 .n-text-render blockquote:after {
   content: '';
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   font-size: 65px;
   position: absolute;
   left: 0;
   top: 0;
   color: rgba(0, 0, 0, 0.1);
 }
 .n-text-render ul li,
 .n-text-render ol li {
   margin-bottom: 7px;
   color: #999;
 }
 .n-text-render ul li:before,
 .n-text-render ol li:before {
   content: '';
   display: inline-block;
   width: 5px;
   height: 5px;
   border-radius: 10px;
   background: #999;
   vertical-align: middle;
   margin-left: 5px;
 }
 .n-form-style.theme-digi-1 .n-row {
   float: right;
   width: 100%;
   margin-bottom: 15px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-form-style.theme-digi-1 .n-row {
     width: 100% !important;
     margin: 0 0 10px !important;
   }
 }
 .n-form-style.theme-digi-1 .n-row.n-btns {
   text-align: left;
   margin-top: 30px;
 }
 .n-form-style.theme-digi-1 .n-row label.error {
   position: absolute;
   top: 0;
   font-size: 12px;
   padding: 4px;
   color: #fb3449;
   left: 0;
 }
 .n-form-style.theme-digi-1 .n-row .n-label {
   width: 100%;
   color: #636466;
   font-size: 15px;
   margin-bottom: 5px;
   display: block;
 }
 .n-form-style.theme-digi-1 .n-row .n-label.n-red {
   color: #fb3449;
 }
 .n-form-style.theme-digi-1 .n-row .n-label.n-theme1 {
   color: #00bfd6;
 }
 .n-form-style.theme-digi-1 .n-row .n-label .n-required {
   color: #fb3449;
   vertical-align: middle;
   font-size: 15px;
   margin-right: 5px;
 }
 .n-form-style.theme-digi-1 .n-row input[type='text'],
 .n-form-style.theme-digi-1 .n-row input[type='email'],
 .n-form-style.theme-digi-1 .n-row input[type='phone'],
 .n-form-style.theme-digi-1 .n-row input[type='password'],
 .n-form-style.theme-digi-1 .n-row input[type='number'],
 .n-form-style.theme-digi-1 .n-row input[type='file'],
 .n-form-style.theme-digi-1 .n-row input[type='tel'] {
   border-radius: 3px;
   line-height: 50px;
   height: 50px;
   padding: 0 20px;
   border: 1px solid #dadada;
   display: block;
   position: relative;
   width: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-form-style.theme-digi-1 .n-row input[type='text']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='email']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='phone']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='password']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='number']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='file']:focus,
 .n-form-style.theme-digi-1 .n-row input[type='tel']:focus {
   border-color: #ccc;
 }
 .n-form-style.theme-digi-1 .n-row input[type='file'] {
   padding: 13px 20px;
   line-height: 1;
 }
 .n-form-style.theme-digi-1 .n-row .n-default-value-style {
   border-radius: 3px;
   line-height: 50px;
   height: 50px;
   padding: 0 20px;
   border: 1px solid #dadada;
   display: block;
   position: relative;
   width: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-form-style.theme-digi-1 .n-row .n-default-value-style:focus {
   border-color: #ccc;
 }
 .n-form-style.theme-digi-1 .n-row .n-select-options .n-detail {
   display: inline-block;
   margin-left: 10px;
   line-height: 50px;
 }
 .n-form-style.theme-digi-1 .n-row select {
   border-radius: 3px;
   line-height: 50px;
   height: 50px;
   padding: 0 20px;
   border: 1px solid #dadada;
   display: block;
   position: relative;
   width: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-form-style.theme-digi-1 .n-row select:focus {
   border-color: #ccc;
 }
 .n-form-style.theme-digi-1 .n-row .chosen-container-single .chosen-single {
   border-radius: 3px;
   line-height: 50px;
   height: 50px;
   padding: 0 20px;
   border: 1px solid #dadada;
   display: block;
   position: relative;
   width: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
   background: transparent;
   box-shadow: none;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-container-single
   .chosen-single:focus {
   border-color: #ccc;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-rtl.chosen-container-single
   .chosen-single
   div {
   width: 30px;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-rtl.chosen-container-single
   .chosen-single
   div:before {
   content: '';
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   font-size: 30px;
   line-height: 50px;
   color: #1080a6;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-rtl.chosen-container-single
   .chosen-single
   div
   b {
   display: none;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-container.chosen-with-drop
   .chosen-drop {
   box-shadow: none;
   border: 1px solid #1080a6;
   border-radius: 15px;
   padding: 15px;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-rtl
   .chosen-search
   input[type='text'] {
   background: #fff;
   background-image: none !important;
 }
 .n-form-style.theme-digi-1 .n-row .chosen-container .chosen-results {
   margin-top: 15px;
 }
 .n-form-style.theme-digi-1
   .n-row
   .chosen-container
   .chosen-results
   li.highlighted {
   background: #ef394e;
 }
 .n-form-style.theme-digi-1 .n-row textarea {
   border-radius: 3px;
   line-height: 50px;
   height: 50px;
   padding: 0 20px;
   border: 1px solid #dadada;
   display: block;
   position: relative;
   width: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
   height: 200px;
   max-width: 100%;
   min-width: 100%;
 }
 .n-form-style.theme-digi-1 .n-row textarea:focus {
   border-color: #ccc;
 }
 .n-form-style.theme-digi-1 .n-row.n-half {
   width: 48%;
 }
 .n-form-style.theme-digi-1 .n-row.n-half:nth-of-type(2n) {
   float: left;
 }
 .n-form-style.theme-digi-1 .n-row.n-quarter {
   width: 24.5%;
 }
 .n-form-style.theme-digi-1 .n-row.n-quarter:nth-of-type(2n) {
   margin: 0 1.5%;
 }
 .n-form-style.theme-digi-1 .n-row.n-three-quarters {
   width: 60%;
   margin-left: 1.5%;
 }
 .n-form-style.theme-digi-1 .n-row.n-third {
   width: 31.33%;
   margin-left: 3%;
 }
 .n-form-style.theme-digi-1 .n-row.n-third:nth-of-type(3n) {
   margin-left: 0;
 }
 .n-form-style.theme-digi-1.n-ver-2 .n-row {
   margin-bottom: 25px;
 }
 .n-form-style.theme-digi-1.n-ver-2 .n-row .n-icon {
   position: absolute;
   right: 0;
   bottom: 0;
   line-height: 50px;
   height: 50px;
   width: 50px;
   z-index: 2;
   text-align: center;
   font-size: 20px;
   color: #b7b7b7;
 }
 .n-form-style.theme-digi-1.n-ver-2 .n-row .n-password-icon {
   position: absolute;
   left: 0;
   bottom: 0;
   line-height: 50px;
   height: 50px;
   width: 50px;
   z-index: 2;
   text-align: center;
   font-size: 20px;
   color: #b7b7b7;
   cursor: pointer;
 }
 .n-form-style.theme-digi-1.n-ver-2 .n-row input[type='text'],
 .n-form-style.theme-digi-1.n-ver-2 .n-row input[type='email'],
 .n-form-style.theme-digi-1.n-ver-2 .n-row input[type='phone'],
 .n-form-style.theme-digi-1.n-ver-2 .n-row input[type='password'],
 .n-form-style.theme-digi-1.n-ver-2 .n-row input[type='number'] {
   padding-right: 50px;
 }
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='text'].n-no-style-browser::-webkit-outer-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='email'].n-no-style-browser::-webkit-outer-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='phone'].n-no-style-browser::-webkit-outer-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='password'].n-no-style-browser::-webkit-outer-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='number'].n-no-style-browser::-webkit-outer-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='text'].n-no-style-browser::-webkit-inner-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='email'].n-no-style-browser::-webkit-inner-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='phone'].n-no-style-browser::-webkit-inner-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='password'].n-no-style-browser::-webkit-inner-spin-button,
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='number'].n-no-style-browser::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='text'].n-no-style-browser[type='number'],
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='email'].n-no-style-browser[type='number'],
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='phone'].n-no-style-browser[type='number'],
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='password'].n-no-style-browser[type='number'],
 .n-form-style.theme-digi-1.n-ver-2
   .n-row
   input[type='number'].n-no-style-browser[type='number'] {
   -moz-appearance: textfield;
 }
 .slider-container {
   width: 280px;
 }
 .slider-container .back-bar {
   height: 10px;
   position: relative;
 }
 .slider-container .back-bar .selected-bar {
   position: absolute;
   height: 100%;
 }
 .slider-container .back-bar .pointer {
   position: absolute;
   width: 10px;
   height: 10px;
   background-color: #f00;
   cursor: col-resize;
   opacity: 1;
   z-index: 2;
 }
 .slider-container .back-bar .pointer.last-active {
   z-index: 3;
 }
 .slider-container .back-bar .pointer-label {
   position: absolute;
   top: -17px;
   font-size: 8px;
   background: #aaa;
   white-space: nowrap;
   line-height: 1;
 }
 .slider-container .back-bar .focused {
   z-index: 10;
 }
 .slider-container .clickable-dummy {
   cursor: pointer;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
 }
 .slider-container .scale {
   top: 2px;
   position: relative;
 }
 .slider-container .scale span {
   position: absolute;
   height: 7px;
   font-size: 0;
   top: -9px;
   transform: translateX(-5px);
   background: #fff;
   width: 3px;
   border-radius: 0;
   text-align: center;
 }
 .slider-container .scale span:first-of-type,
 .slider-container .scale span:last-of-type {
   opacity: 0;
 }
 .slider-container .scale ins {
   font-size: 11px;
   text-decoration: none;
   position: absolute;
   left: 3px;
   top: 13px;
   color: #999;
   line-height: 1;
 }
 .slider-container.slider-readonly .clickable-dummy,
 .slider-container.slider-readonly .pointer {
   cursor: auto;
 }
 .theme-green .back-bar {
   height: 5px;
   background-color: #ccc;
 }
 .theme-green .back-bar .selected-bar {
   background: #1080a6;
   background: linear-gradient(to right, #6e2f37 0%, #1080a6 100%);
 }
 .theme-green .back-bar .pointer {
   width: 14px;
   height: 14px;
   top: -5px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 10px;
   background: #1080a6;
   background: linear-gradient(to right, #6e2f37 0%, #1080a6 100%);
 }
 .theme-green .back-bar .pointer-label {
   color: #999;
   display: none;
 }
 .theme-green .back-bar .focused {
   color: #333;
 }
 .theme-green .scale ins {
   color: #000;
 }
 .n-lightbox {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow-y: auto;
   background: rgba(0, 0, 0, 0.6);
   z-index: 20;
   opacity: 0;
   visibility: hidden;
   cursor: not-allowed;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-lightbox.n-show {
   visibility: visible;
   opacity: 1;
 }
 .n-lightbox .n-lightbox-container {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
   background: #fff;
   width: 980px;
   max-width: 100%;
   box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
   cursor: default;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox .n-lightbox-container {
     width: 100%;
     height: 100%;
     overflow-y: auto;
     top: 0;
     left: 0;
     transform: none;
   }
 }
 .n-lightbox .n-lightbox-container .n-lightbox-header {
   padding: 20px;
   font-weight: bold;
   font-size: 18px;
   border-bottom: 1px solid #dfdfdf;
 }
 .n-lightbox .n-lightbox-container .n-lightbox-header .n-close {
   position: absolute;
   left: 0;
   width: 69px;
   top: 0;
   height: 69px;
   line-height: 74px;
   text-align: center;
   font-size: 25px;
   cursor: pointer;
 }
 .n-lightbox .n-lightbox-container .n-lightbox-content {
   padding: 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox .n-lightbox-container .n-lightbox-content {
     padding: 20px;
   }
 }
 html {
   overflow-x: hidden;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body {
     /* padding-top: 60px; */
     padding-bottom: 80px;
   }
 }
 .n-table {
   color: #a3a3a3;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 25px;
   font-size: 14px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table {
     overflow: unset;
   }
 }
 .n-table .n-row {
   position: relative;
   z-index: 1;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-flow: row nowrap;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-table .n-row:nth-of-type(2n) {
   background: #ededed;
 }
 .n-table .n-row .n-col {
   float: right;
   padding: 30px 0;
   text-align: center;
   border-left: 1px solid #ececec;
 }
 .n-table .n-row .n-col:last-of-type {
   border-left: 0 none;
 }
 .n-table .n-header .n-row {
   background: #808080;
   color: #fff;
 }
 .n-table .n-header .n-row .n-col {
   padding: 20px 0;
 }
 .n-table .n-body .n-row:hover {
   transform: scale(1.01);
   box-shadow: 0 0 25px -5px hsla(0, 0%, 0%, 0.26);
   z-index: 2;
   background: #fff;
   color: #1080a6;
 }
 .n-table.theme-digi-2 {
   overflow: visible;
 }
 .n-table.theme-digi-2 .n-row {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
 }
 .n-table.theme-digi-2 .n-row .n-col {
   text-align: right;
   padding-right: 15px;
   padding-left: 15px;
   border-left: 0;
 }
 .n-table.theme-digi-2 .n-row .n-col.n-center {
   text-align: center;
 }
 .n-table.theme-digi-2 .n-header .n-row {
   background: transparent;
   font-size: 17px;
   font-weight: bold;
   color: #000;
 }
 .n-table.theme-digi-2 .n-body {
   color: #303f4d;
 }
 .n-table.theme-digi-2 .n-body .n-row {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   background: #fff;
   position: relative;
   margin-bottom: 15px;
   border-radius: 15px;
   padding: 20px;
   padding: 0;
   margin-bottom: 5px;
   opacity: 0.4;
 }
 .n-table.theme-digi-2 .n-body .n-row .mt-title-style-theme .n-title {
   background: #fff;
 }
 .n-table.theme-digi-2 .n-body .n-row.n-new {
   opacity: 1;
 }
 .n-table.theme-digi-2 .n-body .n-row.n-new .n-col.n-title > .n-title {
   color: #1080a6;
 }
 .n-table.theme-digi-2 .n-body .n-row:hover {
   transform: none;
   box-shadow: 0 0 25px -5px hsla(0, 0%, 0%, 0.26);
   z-index: 2;
   background: #fff;
   color: #303f4d;
   opacity: 1;
 }
 .n-table.theme-digi-2 .n-body .n-row .n-col .pretty {
   margin: 15px 5px 0 0;
 }
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-manage,
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-state,
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-select-row {
   line-height: 45px;
 }
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-manage .n-action {
   font-size: 20px;
   width: 60px;
   display: inline-block;
   height: 40px;
   text-align: center;
   line-height: 45px;
   cursor: pointer;
 }
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-manage .n-action:hover {
   color: #1080a6;
 }
 .n-table.theme-digi-2 .n-body .n-row .n-col.n-title > .n-title {
   font-size: 17px;
   font-weight: bold;
   color: #000;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-header {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
     background: #fff;
     border-radius: 5px;
     display: block;
     position: relative;
     margin-bottom: 10px;
   }
   .n-table.n-orders-table .n-body .n-row.n-overflow {
     overflow: hidden;
   }
   .n-table.n-orders-table .n-body .n-row.n-padding {
     padding: 20px;
   }
   .n-table.n-orders-table .n-body .n-row .mt-title-style-theme .n-title {
     background: #fff;
   }
   .n-table.n-orders-table .n-body .n-row:hover {
     color: inherit;
     transform: scale(1);
     background: inherit;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col {
     text-align: right;
     padding: 10px 15px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col > .n-title-t {
     float: right;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col > .n-value {
     float: left;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col.n-id {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col.n-order-number {
     border-bottom: 1px solid #c8c8c8;
     width: 100%;
     color: #000;
     font-size: 16px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col.n-order-date,
   .n-table.n-orders-table .n-body .n-row .n-col.n-order-pay-price,
   .n-table.n-orders-table .n-body .n-row .n-col.n-order-pay-all,
   .n-table.n-orders-table .n-body .n-row .n-col.n-order-state {
     width: 100%;
     border-bottom: 1px solid #e3e3e3;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-orders-table .n-body .n-row .n-col.n-more {
     width: 100%;
     font-weight: bold;
     background: #1080a6;
     text-align: center;
     color: #fff;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row {
     padding: 10px 15px !important;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row .n-col {
     padding: 0;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row .n-col.n-s {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row .n-col.n-state {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row .n-col.n-title {
     width: 80%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-row .n-col.n-manage {
     width: 20%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-header .n-row .n-col {
     font-size: 15px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-body .n-row .n-col.n-title > .n-title {
     font-size: 15px;
   }
 }
 .n-table.n-table-notifications .n-body .n-row .n-col.n-title > .n-date {
   font-size: 12px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-body .n-row .n-col.n-manage {
     width: 20%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-table-notifications .n-body .n-row .n-col.n-manage .n-action {
     font-size: 16px;
     width: auto;
     display: block;
     height: 32px;
     line-height: 40px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-header,
   .n-table.n-discount-table .n-header {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-body .n-row,
   .n-table.n-discount-table .n-body .n-row {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
     background: #fff;
     border-radius: 5px;
     display: block;
     position: relative;
     margin-bottom: 10px;
   }
   .n-table.n-transactions-table .n-body .n-row.n-overflow,
   .n-table.n-discount-table .n-body .n-row.n-overflow {
     overflow: hidden;
   }
   .n-table.n-transactions-table .n-body .n-row.n-padding,
   .n-table.n-discount-table .n-body .n-row.n-padding {
     padding: 20px;
   }
   .n-table.n-transactions-table .n-body .n-row .mt-title-style-theme .n-title,
   .n-table.n-discount-table .n-body .n-row .mt-title-style-theme .n-title {
     background: #fff;
   }
   .n-table.n-transactions-table .n-body .n-row:hover,
   .n-table.n-discount-table .n-body .n-row:hover {
     color: inherit;
     transform: scale(1);
     background: inherit;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-body .n-row .n-col,
   .n-table.n-discount-table .n-body .n-row .n-col {
     text-align: right;
     padding: 10px 15px;
     width: 100%;
     border-bottom: 1px solid #e3e3e3;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-body .n-row .n-col > .n-title-t,
   .n-table.n-discount-table .n-body .n-row .n-col > .n-title-t {
     float: right;
     max-width: 30%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-body .n-row .n-col > .n-value,
   .n-table.n-discount-table .n-body .n-row .n-col > .n-value {
     float: left;
     max-width: 70%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-transactions-table .n-body .n-row .n-col.n-t-number,
   .n-table.n-discount-table .n-body .n-row .n-col.n-t-number {
     border-bottom: 1px solid #c8c8c8;
     color: #000;
     font-size: 16px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-header {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
     background: #fff;
     border-radius: 5px;
     display: block;
     position: relative;
     margin-bottom: 10px;
   }
   .n-table.n-product-table .n-body .n-row.n-overflow {
     overflow: hidden;
   }
   .n-table.n-product-table .n-body .n-row.n-padding {
     padding: 20px;
   }
   .n-table.n-product-table .n-body .n-row .mt-title-style-theme .n-title {
     background: #fff;
   }
   .n-table.n-product-table .n-body .n-row:hover {
     color: inherit;
     transform: scale(1);
     background: inherit;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row .n-col {
     text-align: right;
     padding: 10px 15px;
     width: 100%;
     border-bottom: 1px solid #e3e3e3;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row .n-col > .n-title-t {
     float: right;
     max-width: 30%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row .n-col > .n-value {
     float: left;
     max-width: 70%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row .n-col.n-p-id {
     display: none;
   }
 }
 .n-table.n-product-table .n-body .n-row .n-col.n-p-name {
   text-align: right;
   padding-right: 15px;
 }
 .n-table.n-product-table .n-body .n-row .n-col.n-p-actions {
   padding-right: 15px;
   padding-left: 15px;
 }
 .n-table.n-product-table .n-body .n-row .n-col.n-p-actions .n-btn {
   margin-bottom: 7px;
   font-size: 11px;
   padding: 4px 0;
   text-align: center;
 }
 .n-table.n-product-table .n-body .n-row .n-col.n-p-actions .n-btn:last-of-type {
   margin-bottom: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-table.n-product-table .n-body .n-row .n-col.n-t-number {
     border-bottom: 1px solid #c8c8c8;
     color: #000;
     font-size: 16px;
   }
 }
 .n-btn {
   cursor: pointer;
   border: 0 none;
   background: transparent;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-btn.theme-digi-1 {
   background: #1080a6;
   border-radius: 5px;
   display: block;
   text-align: center;
   font-size: 14px;
   color: #fff;
   line-height: 40px;
 }
 .n-btn.theme-digi-1:hover {
   background: #6e2f37;
 }
 .n-btn.theme-digi-2 {
   display: block;
   overflow: hidden;
   border-radius: var(--border-radius-3);
   height: 48px;
   background: #ef394e;
   box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.03);
   color: #fff;
   font-size: 14px;
   line-height: 48px;
   letter-spacing: -0.5px;
   position: relative;
   text-align: center;
   vertical-align: middle;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   width: 100%;
 }
 .n-btn.theme-digi-2.n-color-2 {
   background: #7a7a7a;
   color: #fff;
 }
 .n-btn.theme-digi-2 i {
   position: absolute;
   right: 17px;
   top: 50%;
   transform: translateY(-50%);
   font-size: 35px;
 }
 .n-btn.theme-digi-2:before {
   content: '';
   height: 60px;
   width: 67px;
   right: -17px;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #fff;
   opacity: 0.21;
   border-radius: 100%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-btn.theme-digi-2:hover:before {
   width: 900px;
   height: 900px;
   right: -250px;
   top: -450px;
   -webkit-transform: unset;
   transform: unset;
 }
 .n-btn.theme-digi-2.n-color2 {
   background: #7a7a7a;
   color: #fff;
 }
 .n-btn.theme-digi-2.n-inline {
   display: inline-block;
   width: auto;
   padding-right: 100px;
   padding-left: 40px;
 }
 .n-btn.theme-digi-3 {
   background: #ccc;
   color: #fff;
   border-radius: 50px;
   padding: 10px 20px;
   font-weight: bold;
   font-size: 14px;
 }
 .n-btn.theme-digi-3.n-color1 {
   background: #ef394e;
   color: #606060;
 }
 .n-btn.theme-digi-3.n-color2 {
   background: #1080a6;
 }
 .n-btn.theme-digi-3.n-color3 {
   background: #6e2f37;
 }
 .n-btn.theme-digi-3.n-color4 {
   background: #606060;
 }
 .n-btn.theme-digi-3.n-color-blue {
   background: var(--color-primary);
 }
 .n-btn.theme-digi-3.n-color-error {
   background: #fb3449;
 }
 .n-btn.theme-digi-3.n-color-success {
   background: #006288;
 }
 .n-btn.theme-digi-3.n-block {
   display: block;
   width: 100%;
 }
 .n-btn.theme-digi-3.n-bigger-font {
   font-size: 17px;
   font-weight: bold;
 }
 .n-btn.theme-digi-3.n-gradient {
   background: #1080a6;
   background: linear-gradient(to right, #6e2f37 0%, #1080a6 100%);
   background-size: 200% auto;
 }
 .n-btn.theme-digi-3.n-gradient:hover {
   background-position: right center;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
 }
 .n-btn.theme-digi-3:hover {
   -webkit-box-shadow: inset 0 60px 0 rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 60px 0 rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 60px 0 rgba(0, 0, 0, 0.2);
 }
 .n-btn.theme-digi-4 {
   border: 1px solid #1080a6;
   font-size: 12px;
   color: #aaa;
   line-height: 1;
   padding: 5px;
   vertical-align: middle;
 }
 .n-btn.theme-digi-5 {
   color: #1ca2bd;
   border-bottom: 1px dashed;
 }
 .n-btn.theme-digi-6 {
   border: 1px solid #e2e2e2;
   border-radius: 6px;
   padding: 7px 15px;
   line-height: normal;
   color: #b7b7b7;
 }
 .n-btn.theme-digi-6:hover {
   color: #1080a6;
   border-color: #1080a6;
 }
 .n-btn.theme-digi-6.n-block {
   display: block;
 }
 .n-btn.theme-digi-7 {
   color: #fff;
   border: 1px solid #fff;
   padding: 9px 16px;
   font-size: 0.9rem;
   line-height: 1.571;
   font-weight: 700;
   border-radius: 8px;
   width: fit-content;
 }
 .n-btn.theme-digi-8 {
   font-size: 12px;
   border-radius: 7px;
   background-color: #00bfd6;
   padding: 2px 10px;
   line-height: 27px;
   color: #fff !important;
   margin-right: 5px;
 }
 .n-btn.theme-digi-9 {
   font-size: 12px;
   border-radius: 7px;
   padding: 2px 10px;
   line-height: 27px;
   color: #4a5f73;
   margin-right: 5px;
 }
 .n-padding {
   padding: 20px;
 }
 .n-select-style {
   width: 100%;
   display: block;
   border: 1px solid #e0e0e2;
   border-radius: 5px;
   height: 40px;
   padding: 0 10px;
   vertical-align: middle;
 }
 .mt-title-style-theme {
   position: relative;
   clear: both;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-title-style-theme {
     margin-bottom: 10px;
   }
 }
 .mt-title-style-theme:before {
   content: '';
   position: absolute;
   left: 0;
   width: 100%;
   height: 1px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   background: #d8d8d8;
   z-index: 1;
 }
 .mt-title-style-theme .n-title {
   display: inline-block;
   background: #f9f9f9;
   color: #000;
   font-weight: 600;
   font-size: 16px;
   border-radius: 50px;
   padding: 0 0 0 10px;
   z-index: 1;
   position: relative;
   margin: 0;
 }
 .panel-box-style1-footer-link {
   text-align: left;
   color: #1080a6;
   margin-top: 10px;
 }
 .panel-box-style1-footer-link a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .panel-box-style1-footer-link a:hover {
   color: #000;
 }
 .panel-box-style1-footer-link a i {
   vertical-align: middle;
   margin-left: 7px;
 }
 .n-color-spinner {
   width: 17px;
   height: 17px;
   display: inline-block;
   margin-left: 5px;
   border-radius: 5px;
   background: #ccc;
   border: 1px solid #ccc;
   vertical-align: middle;
 }
 header#header-page-main {
   padding: 7px 0;
   background: #fff;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   z-index: 100;
 }
 header#header-page-main .n-logo {
   margin-left: 25px;
 }
 header#header-page-main .n-logo img {
   max-height: 50px;
 }
 header#header-page-main .n-search {
   position: relative;
 }
 header#header-page-main .n-search .n-form {
   position: relative;
   border-radius: 10px;
   background: #f0f0f1;
   height: 45px;
 }
 header#header-page-main .n-search .n-form input[type='text'] {
   background: transparent;
   line-height: 50px;
   position: relative;
   z-index: 1;
   padding: 0 25px;
   display: block;
   width: 100%;
   border: 0 none;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-search .n-form button[type='submit'] {
   position: absolute;
   left: 0;
   top: 0;
   padding: 0 20px;
   height: 100%;
   border-radius: 10px 0 0 10px;
   font-size: 22px;
   background: #1080a6;
   color: #fff;
   border: 0;
   z-index: 2;
   line-height: 55px;
 }
 header#header-page-main .n-search .n-form button[type='submit']:hover {
   background: #6e2f37;
 }
 header#header-page-main .n-helps-link {
   font-size: 14px;
   line-height: 50px;
   color: #616161;
   position: relative;
   margin-left: 25px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-helps-link i {
   vertical-align: middle;
   margin-left: 7px;
   font-size: 20px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-helps-link:before,
 header#header-page-main .n-helps-link:after {
   content: '';
   display: block;
   position: absolute;
   top: calc(100% + 10px - 1.5px);
   height: 3px;
   background: #ef394e;
   width: 0;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-helps-link a {
   display: block;
   line-height: 50px;
 }
 header#header-page-main .n-helps-link:before {
   left: 50%;
 }
 header#header-page-main .n-helps-link:after {
   right: 50%;
 }
 header#header-page-main .n-helps-link:hover {
   color: #000;
 }
 header#header-page-main .n-helps-link:hover i {
   color: #ef394e;
   transform: rotate(40deg);
 }
 header#header-page-main .n-helps-link:hover:after,
 header#header-page-main .n-helps-link:hover:before {
   width: 50%;
 }
 header#header-page-main .n-login {
   position: relative;
   margin-left: 20px;
 }
 header#header-page-main .n-login .n-inner {
   font-size: 14px;
   line-height: 50px;
   color: #616161;
   position: relative;
   border-radius: 5px;
   border: 1px solid #e0e0e2;
   padding: 0 15px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-login .n-inner i {
   vertical-align: middle;
   margin-left: 7px;
   font-size: 20px;
   color: #e0e0e2;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-login .n-inner:hover {
   border-color: #ef394e;
   color: #ef394e;
 }
 header#header-page-main .n-login .n-inner:hover i {
   color: #ef394e;
 }
 header#header-page-main .n-login .n-outer {
   position: absolute;
   top: 200%;
   margin-top: 15px;
   left: 0;
   border-top: 5px solid #1080a6;
   box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
   background: #fff;
   width: 250px;
   border-radius: 25px;
   padding-top: 15px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-login .n-outer:before {
   content: '';
   display: inline-block;
   position: absolute;
   left: 20px;
   bottom: 100%;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #1080a6;
   margin-bottom: 5px;
 }
 header#header-page-main .n-login .n-outer > .n-btn {
   margin: 0 15px 15px 15px;
 }
 header#header-page-main .n-login .n-outer .n-register {
   margin: 0 15px 15px 15px;
   font-weight: 800;
 }
 header#header-page-main .n-login .n-outer .n-register a {
   color: #6e2f37;
   float: left;
   border-bottom: 1px dashed;
 }
 header#header-page-main .n-login .n-outer .n-register a:hover {
   color: #ef394e;
 }
 header#header-page-main .n-login .n-outer .n-menu {
   border-top: 1px solid #d8d8d8;
   padding: 15px 0 0;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li {
   padding: 10px 15px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li.n-logout {
   background: #da4b45;
   color: #fff;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li.n-logout:hover {
   color: #fb3449;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li:hover {
   background: #eceff1;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li:last-of-type {
   border-radius: 0 0 4px 4px;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li i {
   margin-left: 10px;
   font-size: 17px;
   vertical-align: middle;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .n-login .n-outer .n-menu ul li a:hover {
   color: #000;
 }
 header#header-page-main .n-login:hover .n-outer {
   top: 100%;
   opacity: 1;
   visibility: visible;
 }
 header#header-page-main .nf-shopping-cart-mini {
   position: relative;
 }
 header#header-page-main .nf-shopping-cart-mini:after {
   content: '';
   position: absolute;
   right: -10px;
   top: 0;
   width: 1px;
   height: 100%;
   display: block;
   background: #d8d8d8;
 }
 header#header-page-main .nf-shopping-cart-mini .n-inner {
   font-size: 14px;
   line-height: 50px;
   width: 50px;
   color: #616161;
   display: block;
   position: relative;
   border-radius: 5px;
   border: 1px solid #e0e0e2;
   background: #fff;
   text-align: center;
   overflow: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .nf-shopping-cart-mini .n-inner i {
   vertical-align: middle;
   font-size: 20px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .nf-shopping-cart-mini .n-inner .n-number {
   position: absolute;
   right: 1px;
   top: 1px;
   border-radius: 50px;
   background: #da4b45;
   width: 16px;
   line-height: 16px;
   font-size: 11px;
   color: #fff;
   text-align: center;
   height: 17px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .nf-shopping-cart-mini .n-inner:hover {
   border-color: #ef394e;
   color: #ef394e;
 }
 header#header-page-main .nf-shopping-cart-mini .n-inner:hover .n-number {
   width: 26px;
   font-size: 17px;
   height: 26px;
   line-height: 26px;
   top: calc(50% - 13px);
   left: calc(50% - 13px);
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer {
   position: absolute;
   top: 200%;
   margin-top: 15px;
   left: 0;
   border-top: 5px solid #1080a6;
   box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
   background: #fff;
   width: 350px;
   border-radius: 25px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer:before {
   content: '';
   display: inline-block;
   position: absolute;
   left: 20px;
   bottom: 100%;
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #1080a6;
   margin-bottom: 5px;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-head {
   font-size: 12px;
   border-bottom: 1px solid #f0f0f1;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-head .n-total-price {
   line-height: 50px;
   padding-right: 15px;
 }
 header#header-page-main
   .nf-shopping-cart-mini
   .n-outer
   .n-head
   .n-total-price
   .n-value {
   color: #1080a6;
   font-size: 14px;
   margin-right: 7px;
   font-weight: 800;
 }
 header#header-page-main
   .nf-shopping-cart-mini
   .n-outer
   .n-head
   .n-total-price
   .n-value
   .n-unit {
   font-weight: 300;
   vertical-align: middle;
   font-size: 11px;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-head .n-go-cart {
   float: left;
 }
 header#header-page-main
   .nf-shopping-cart-mini
   .n-outer
   .n-head
   .n-go-cart
   .n-btn {
   line-height: 50px;
   padding: 0 15px;
   display: block;
 }
 header#header-page-main
   .nf-shopping-cart-mini
   .n-outer
   .n-head
   .n-go-cart
   .n-btn:hover {
   background: #eceff1;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-footer {
   border-radius: 0 0 10px 10px;
   background: #1080a6;
   color: #fff;
   text-align: center;
   font-weight: 900;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-footer a {
   display: block;
   line-height: 50px;
 }
 header#header-page-main .nf-shopping-cart-mini .n-outer .n-footer:hover {
   background: #6e2f37;
 }
 header#header-page-main .nf-shopping-cart-mini:hover .n-outer {
   top: 100%;
   opacity: 1;
   visibility: visible;
 }
 nav#n-nav-main {
   background: #2f2e2e;
   box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
   margin-bottom: 10px;
   position: relative;
   transform: translateY(0);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 960px) {
   nav#n-nav-main {
     position: fixed;
     left: 0;
     top: 72px;
     width: 100%;
     z-index: 90;
   }
 }
 nav#n-nav-main > .n-categories-bg {
   position: absolute;
   display: none;
   left: 0;
   top: 100%;
   width: 100%;
   height: 1024px;
   z-index: 5;
   background: rgba(0, 0, 0, 0.4);
 }
 nav#n-nav-main .size {
   position: relative;
 }
 nav#n-nav-main .n-menu.n-categories > ul > li {
   padding: 13px 19px;
 }
 nav#n-nav-main .n-menu.n-categories > ul > li > h2 {
   position: relative;
 }
 nav#n-nav-main .n-menu.n-categories > ul > li:last-of-type > h2:after {
   display: none;
 }
 nav#n-nav-main .n-menu.n-categories > ul > li > h2:after {
   content: '';
   display: block;
   position: absolute;
   right: calc(100% + 19px);
   height: 100%;
   width: 1px;
   top: 50%;
   background: #fff;
   transform: translateY(-50%);
   z-index: -1;
 }
 nav#n-nav-main .n-menu > ul > li {
   padding: 13px 15px;
   display: inline-block;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 nav#n-nav-main .n-menu > ul > li > a,
 nav#n-nav-main .n-menu > ul > li > h2 > a {
   color: #fff;
   position: relative;
   font-size: 14px;
 }
 nav#n-nav-main .n-menu > ul > li > a:before,
 nav#n-nav-main .n-menu > ul > li > h2 > a:before,
 nav#n-nav-main .n-menu > ul > li > a:after,
 nav#n-nav-main .n-menu > ul > li > h2 > a:after {
   content: '';
   display: block;
   position: absolute;
   top: calc(100% + 13px - 3px);
   height: 3px;
   background: #ef394e;
   width: 0;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 nav#n-nav-main .n-menu > ul > li > a:before,
 nav#n-nav-main .n-menu > ul > li > h2 > a:before {
   left: 50%;
 }
 nav#n-nav-main .n-menu > ul > li > a:after,
 nav#n-nav-main .n-menu > ul > li > h2 > a:after {
   right: 50%;
 }
 nav#n-nav-main .n-menu > ul > li:hover > ul {
   top: 100%;
   opacity: 1;
   visibility: visible;
 }
 nav#n-nav-main .n-menu > ul > li > ul {
   position: absolute;
   right: 0;
   width: 100%;
   padding: 19px 24px 60px 280px;
   border-radius: 0 0 5px 5px;
   overflow: hidden;
   flex-wrap: wrap;
   flex-direction: column;
   display: inline-flex;
   height: 420px;
   top: 150%;
   z-index: 9;
   -ms-flex-pack: justify;
   justify-content: space-between;
   box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
   background-color: #fff;
   background-size: 255px auto;
   background-repeat: no-repeat;
   background-position: 20px center;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li {
   padding-bottom: 3px;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li.n-more {
   position: absolute;
   right: 20px;
   bottom: 5px;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li.n-more > a {
   color: #6e2f37;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li.n-more > a:before {
   content: '';
   font-size: 17px;
   margin-left: 7px;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > a {
   line-height: 1.833;
   font-weight: 500;
   color: #1080a6;
   font-size: 15px;
   display: block;
   margin-bottom: 5px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > a:before {
   content: '';
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   font-size: 20px;
   margin-left: 5px;
   vertical-align: middle;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > a:hover {
   color: #6e2f37;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > ul {
   padding-right: 15px;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > ul > li {
   padding-bottom: 3px;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > ul > li > a {
   color: #213548;
   font-size: 13px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 nav#n-nav-main .n-menu > ul > li > ul > li > ul > li > a:hover {
   font-weight: 800;
   color: #000;
 }
 nav#n-nav-main .n-menu > ul > li:hover,
 nav#n-nav-main .n-menu > ul > li.n-active {
   background: rgba(0, 0, 0, 0.2);
 }
 nav#n-nav-main .n-menu > ul > li:hover > a:after,
 nav#n-nav-main .n-menu > ul > li.n-active > a:after,
 nav#n-nav-main .n-menu > ul > li:hover > h2 > a:after,
 nav#n-nav-main .n-menu > ul > li.n-active > h2 > a:after,
 nav#n-nav-main .n-menu > ul > li:hover > a:before,
 nav#n-nav-main .n-menu > ul > li.n-active > a:before,
 nav#n-nav-main .n-menu > ul > li:hover > h2 > a:before,
 nav#n-nav-main .n-menu > ul > li.n-active > h2 > a:before {
   width: calc(50% + 10px);
 }
 .n-full-slider {
   margin-bottom: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 719px) {
   .n-full-slider {
     margin-bottom: 5px;
   }
 }
 .n-full-slider .n-slider {
   border-radius: 7px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   position: relative;
   overflow: hidden;
 }
 .n-full-slider .n-slider .n-item img {
   width: 100%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-full-slider .n-slider .n-item img {
     min-height: 150px;
     background: #ccc;
   }
 }
 .n-full-slider .n-slider.owl-theme:hover .owl-nav [class*='owl-'] {
   opacity: 1;
 }
 .n-full-slider .n-slider.owl-theme .owl-dots {
   position: absolute;
   bottom: 15px;
   left: 50%;
   transform: translateX(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-full-slider .n-slider.owl-theme .owl-dots {
     bottom: 5px;
   }
 }
 .n-full-slider .n-slider.owl-theme .owl-dots .owl-dot span {
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
   background: #fff;
 }
 @media only screen and (min-width: 0) and (max-width: 719px) {
   .n-full-slider .n-slider.owl-theme .owl-dots .owl-dot span {
     width: 8px;
     height: 8px;
     margin: 5px 5px;
   }
 }
 .n-full-slider .n-slider.owl-theme .owl-dots .owl-dot.active span {
   background: #1080a6;
 }
 .n-full-slider .n-slider.owl-theme .owl-nav {
   margin: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-full-slider .n-slider.owl-theme .owl-nav {
     display: none;
   }
 }
 .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'] {
   position: absolute;
   top: calc(50% - 20px);
   background: transparent;
   opacity: 0;
   border-radius: 40px;
   font-size: 40px;
   margin: 0;
   width: 40px;
   height: 40px;
   text-align: center;
   color: #fff;
   line-height: 50px;
   padding: 0;
   text-shadow: 0 2px 4px #616161;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'].owl-prev {
   right: 10px;
 }
 .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'].owl-next {
   left: 10px;
 }
 .n-full-slider .n-full-slider-inner-left {
   padding-right: 10px;
 }
 .n-ads-package.n-dynamic-number {
   display: flex;
   flex-direction: row;
   align-items: stretch;
   width: 100%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-ads-package.n-dynamic-number {
     overflow-y: auto;
   }
 }
 .n-ads-package.n-dynamic-number.n-vertical {
   flex-flow: column;
 }
 .n-ads-package.n-dynamic-number.n-vertical > .n-ads-banner {
   margin-left: 0;
 }
 .n-ads-package.n-dynamic-number.n-vertical > .n-ads-banner:last-of-type {
   margin-bottom: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-ads-package.n-dynamic-number.n-vertical > .n-ads-banner {
     min-width: 100%;
     margin-left: 0;
   }
 }
 .n-ads-package.n-dynamic-number > .n-ads-banner {
   flex: 1;
   margin-left: 10px;
 }
 .n-ads-package.n-dynamic-number > .n-ads-banner:last-of-type {
   margin-left: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-ads-package.n-dynamic-number > .n-ads-banner {
     min-width: calc((100% / 2) - 10px);
     margin-left: 10px;
   }
   .n-ads-package.n-dynamic-number > .n-ads-banner:last-of-type {
     margin-left: 0;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-ads-package.n-dynamic-number > .n-ads-banner.n-1 {
     min-width: 100%;
     margin-left: 10px;
   }
 }
 .n-ads-package .n-ads-banner {
   float: right;
   width: 100%;
 }
 .n-ads-package.n-5 .n-ads-banner {
   margin-left: 10px;
   width: calc((100% - (4 * 10px)) / 5);
 }
 .n-ads-package.n-5 .n-ads-banner:last-of-type {
   margin-left: 0;
 }
 .n-ads-banner {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   border-radius: 5px;
   background-color: #c1c1c1;
   text-align: center;
   margin-bottom: 10px;
   overflow: hidden;
   position: relative;
 }
 .n-ads-banner img {
   width: 100%;
 }
 .discount-special-panel .n-ads-banner {
   height: 428px;
 }
 .discount-special-panel .n-ads-banner img {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   top: 0;
   height: 100%;
   min-width: 100%;
   width: auto;
   max-width: unset;
 }
 .discount-special-panel .discount-special-panel-slider {
   margin-right: 10px;
 }
 .discount-special-panel-slider {
   position: relative;
   overflow: hidden;
   min-height: 425px;
 }
 .discount-special-panel-slider > .n-titles {
   position: absolute;
   height: 100%;
   float: left;
   left: 0;
   top: 0;
   width: 320px;
   font-size: 14px;
   font-weight: bold;
   background: #f1f7fa;
   color: #4a5f73;
   z-index: 4;
 }
 .discount-special-panel-slider > .n-titles .n-btn.theme-digi-2 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
 }
 .discount-special-panel-slider > .n-titles .n-item {
   padding: 13.5px 20px;
   cursor: pointer;
   position: relative;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .discount-special-panel-slider > .n-titles .n-item span {
   white-space: nowrap;
   text-overflow: ellipsis;
   display: block;
   overflow: hidden;
 }
 .discount-special-panel-slider > .n-titles .n-item:before {
   position: absolute;
   left: 100%;
   margin-left: 5px;
   content: '';
   display: block;
   height: 100%;
   border-radius: 5px;
   width: 5px;
   background: #ef394e;
   top: 0;
   transform: scale(0);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .discount-special-panel-slider > .n-titles .n-item:hover {
   box-shadow: inset -350px 0 0 #ebecf0;
 }
 .discount-special-panel-slider > .n-titles .n-item.n-active {
   box-shadow: inset -350px 0 0 #ef394e;
   color: #000;
 }
 .discount-special-panel-slider > .n-titles .n-item.n-active:before {
   transform: scale(1);
 }
 .discount-special-panel-slider > .n-contents {
   position: relative;
   min-height: 425px;
   margin-left: 320px;
   z-index: 3;
 }
 .discount-special-panel-slider > .n-contents > .n-title {
   position: absolute;
   z-index: 5;
   top: 0;
   right: 50px;
   border-radius: 0 0 25px 25px;
   background: #ef394e;
   font-size: 22px;
   padding: 8px 15px;
   color: #fff;
 }
 .discount-special-panel-slider > .n-contents > .n-item,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item {
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: #fff;
   padding: 30px 330px 30px 30px;
   font-size: 15px;
   z-index: 2;
 }
 .discount-special-panel-slider > .n-contents > .n-item a,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item a {
   display: block;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-img,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img {
   background: #fff;
   position: absolute;
   right: 0;
   top: 0;
   width: 300px;
   height: 100%;
   line-height: 100%;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-img img,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img img {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
   -ms-transform: translateY(-50%) translateX(-50%);
   -o-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-content {
   position: relative;
   height: 400px;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content .n-prices,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices {
   display: block;
   margin-bottom: 30px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price {
   font-size: 20px;
   font-weight: 700;
   color: #006288;
   margin-bottom: 10px;
   position: relative;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted {
   color: #303f4d;
   display: inline-block;
   font-size: 15px;
   padding: 0 10px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted:before,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #303f4d;
   display: block;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-unit,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-unit {
   margin-right: 10px;
   font-size: 16px;
   vertical-align: middle;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-discount,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-discount {
   background: #ef394e;
   border-radius: 50px;
   padding: 7px 12px;
   font-size: 18px;
   margin-right: 10px;
   vertical-align: middle;
   color: #fff;
   font-weight: 400;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content > .n-title,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .n-title {
   color: #333;
   font-size: 16px;
   font-weight: 800;
   margin-bottom: 30px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .n-details
   ul
   li,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .n-details
   ul
   li {
   font-size: 13px;
   margin-bottom: 3px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .n-details
   ul
   li:before,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .n-details
   ul
   li:before {
   content: '';
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50px;
   display: inline-block;
   margin-left: 10px;
   background: #ccc;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec {
   position: absolute;
   width: 100%;
   bottom: 20px;
   right: 0;
   color: #000;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-title,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-title {
   border-top: 1px solid #eaeaea;
   padding-top: 15px;
   margin-bottom: 10px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer {
   font-size: 35px;
   font-weight: 700;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer
   .d,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer
   .d {
   margin: 0 5px;
 }
 .discount-special-panel-slider-header {
   font-size: 17px;
   font-weight: 800;
   margin-bottom: 7px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .discount-special-panel-slider-header {
     margin: 10px 0 0;
   }
 }
 .discount-special-panel-slider-header .n-highlight {
   color: #fb3449;
 }
 .discount-special-panel-slider-header i {
   vertical-align: middle;
   font-size: 20px;
   color: #303f4d;
 }
 .n-special-benefits > .n-item {
   float: right;
   width: 20%;
   text-align: center;
   padding: 20px 0;
 }
 .n-special-benefits > .n-item .n-title {
   display: block;
   font-weight: 700;
 }
 .n-special-benefits > .n-item img {
   margin-bottom: 5px;
   height: 70px;
   width: auto;
 }
 .nf-product-slider {
   padding-top: 0 !important;
 }
 .nf-product-slider > .n-header {
   position: relative;
   line-height: 50px;
   margin: 0 20px 20px;
 }
 .nf-product-slider > .n-header:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   height: 2px;
   z-index: 1;
   background: #ebecf0;
   width: 100%;
 }
 .nf-product-slider > .n-header .n-title {
   border-bottom: 2px solid #1080a6;
   background: #fff;
   font-size: 16px;
   font-weight: 700;
   position: relative;
   z-index: 2;
 }
 .nf-product-slider > .n-header .n-title:after {
   content: '';
   right: 100%;
   width: 15px;
   height: 100%;
   margin-top: 2px;
   top: 0;
   background: #fff;
   position: absolute;
   display: inline-block;
 }
 .nf-product-slider > .n-header .n-show-more {
   float: left;
   font-size: 12px;
   color: #1080a6;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .nf-product-slider > .n-header .n-show-more:hover {
   color: #6e2f37;
 }
 .nf-product-slider > .n-header .n-show-more i {
   vertical-align: middle;
   margin-left: 5px;
   font-size: 15px;
 }
 .nf-product-slider > .n-content {
   padding-bottom: 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nf-product-slider > .n-content .n-product.theme-digi-2 {
     background-color: #fff;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
     border-radius: 9px;
     padding: 8px 0;
     min-height: 210px;
     border: 1px solid #f6f6f6;
     overflow: hidden;
     margin: 5px;
   }
 }
 @media only screen and (min-width: 960px) {
   .nf-product-slider > .n-content .n-product.theme-digi-2 .n-content .n-title {
     min-height: 44px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nf-product-slider > .n-content .n-product.theme-digi-2 .n-content .n-title {
     font-size: 11px;
     text-align: center;
     font-weight: 400;
     display: block;
     margin-bottom: 5px;
     height: 36px;
     overflow: hidden;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nf-product-slider
     > .n-content
     .n-product.theme-digi-2
     .n-prices-disable-theme {
     margin: 13px 10px 10px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nf-product-slider > .n-content .n-product.theme-digi-2 .n-prices {
     text-align: center;
     min-height: 39px;
   }
 }
 .nf-product-slider.theme-digi-1 .n-slider {
   overflow: hidden;
 }
 .nf-product-slider.theme-digi-1 .n-slider .owl-nav {
   margin: 0;
 }
 .nf-product-slider.theme-digi-1 .n-slider .owl-nav [class*='owl-'] {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background: rgba(255, 255, 255, 0.8);
   font-size: 35px;
   margin: 0;
   width: 37px;
   height: 80px;
   text-align: center;
   color: #303f4d;
   box-shadow: 0 0 9px -2px rgba(0, 0, 0, 0.2);
   line-height: 90px;
   padding: 0;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .nf-product-slider.theme-digi-1 .n-slider .owl-nav [class*='owl-'].owl-prev {
   border-radius: 10px 0 0 10px;
   right: 0;
 }
 .nf-product-slider.theme-digi-1 .n-slider .owl-nav [class*='owl-'].owl-next {
   border-radius: 0 10px 10px 0;
   left: 0;
 }
 .n-social-theme ul li {
   display: inline-block;
   width: 35px;
   border-radius: 7px;
   height: 35px;
   line-height: 40px;
   text-align: center;
   font-size: 20px;
   background: #6e2f37;
   color: #fff;
   margin: 2px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-social-theme ul li.n-tg {
   background: #3fade4;
 }
 .n-social-theme ul li.n-insta {
   background: radial-gradient(
     circle at 30% 107%,
     #fdf497 0%,
     #fdf497 5%,
     #fd5949 45%,
     #d6249f 60%,
     #285aeb 90%
   );
 }
 .n-social-theme ul li.n-fb {
   background: #3a589b;
 }
 .n-social-theme ul li:hover {
   box-shadow: inset -50px 0 0 rgba(0, 0, 0, 0.5);
 }
 footer#footer-nf-main {
   margin-top: 50px;
   background: #eceff1;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   footer#footer-nf-main {
     margin-top: 10px;
   }
 }
 footer#footer-nf-main .n-widget {
   float: right;
   margin-left: 10px;
   min-height: 280px;
 }
 footer#footer-nf-main .n-widget:last-of-type {
   margin-left: 0;
 }
 footer#footer-nf-main .n-widget .mt-title-style {
   font-weight: 800;
   color: #000;
   margin-bottom: 10px;
   padding-bottom: 10px;
   font-size: 15px;
   display: inline-block;
 }
 footer#footer-nf-main .n-widget .mt-title-style.n-no-margin-bottom {
   margin-bottom: 0;
 }
 footer#footer-nf-main .n-widget .mt-title-style i {
   font-size: 20px;
   vertical-align: middle;
   margin-left: 7px;
   color: #ccc;
 }
 footer#footer-nf-main .n-widget.widget-support {
   width: calc(25% - 10px);
   padding-left: 10px;
   border-left: 1px solid #e2e2e2;
   text-align: center;
 }
 footer#footer-nf-main .n-widget.widget-support > * {
   margin-bottom: 20px;
 }
 footer#footer-nf-main .n-widget.widget-support .n-phone i {
   font-size: 40px;
   margin-bottom: 20px;
   color: #000;
 }
 footer#footer-nf-main .n-widget.widget-support .n-phone .n-description {
   font-size: 12px;
   letter-spacing: -0.5px;
   color: #000;
   font-weight: 700;
   text-align: center;
 }
 footer#footer-nf-main .n-widget.widget-support .n-phone .n-value {
   font-size: 25px;
   font-weight: 800;
   color: #1080a6;
   direction: ltr;
 }
 footer#footer-nf-main .n-widget.widget-support .n-phone .n-value .n-prefix {
   font-size: 20px;
   font-weight: 600;
   color: #ccc;
 }
 footer#footer-nf-main .n-widget.widget-support .n-email .n-value,
 footer#footer-nf-main .n-widget.widget-support .mt-address .n-value {
   color: #000;
   font-weight: bold;
 }
 footer#footer-nf-main .n-widget.widget-support .mt-address {
   margin: 0 30px;
   font-size: 12px;
   text-align: justify;
 }
 footer#footer-nf-main .n-widget.widget-support .n-title {
   font-size: 11px;
   display: block;
   margin-bottom: 4px;
 }
 footer#footer-nf-main .n-widget.mt-widget-links {
   width: calc(30% - 10px);
   padding-left: 10px;
   border-left: 1px solid #e2e2e2;
 }
 footer#footer-nf-main .n-widget.mt-widget-links .n-content ul li {
   float: right;
   width: 50%;
   margin-bottom: 18px;
 }
 footer#footer-nf-main .n-widget.mt-widget-links .n-content ul li a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 footer#footer-nf-main .n-widget.mt-widget-links .n-content ul li a:before {
   content: '';
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50px;
   display: inline-block;
   margin-left: 10px;
   background: #ccc;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 footer#footer-nf-main .n-widget.mt-widget-links .n-content ul li a:hover {
   color: #1080a6;
 }
 footer#footer-nf-main
   .n-widget.mt-widget-links
   .n-content
   ul
   li
   a:hover:before {
   background: #1080a6;
 }
 footer#footer-nf-main .n-widget.n-enamad {
   width: calc(20% - 10px);
   padding-left: 10px;
   border-left: 1px solid #e2e2e2;
 }
 footer#footer-nf-main .n-widget.n-enamad > .n-content {
   text-align: center;
 }
 footer#footer-nf-main .n-widget.n-enamad > .n-content img {
   height: 100px;
   width: auto;
   margin-bottom: 10px;
 }
 footer#footer-nf-main .n-widget.n-enamad > .n-content img:last-of-type {
   margin-bottom: 0;
 }
 footer#footer-nf-main .n-widget.n-description {
   width: 20%;
   margin-left: 0;
 }
 footer#footer-nf-main .n-widget.n-description > .n-content {
   font-size: 13px;
   line-height: 24px;
   margin-bottom: 10px;
 }
 footer#footer-nf-main .n-widget.n-description > .n-content img {
   float: left;
   margin-right: 10px;
 }
 footer#footer-nf-main .footer-copyright {
   padding: 10px 0;
   background: #505050;
   color: #fff;
   font-size: 14px;
   font-weight: 300;
   margin-top: 50px;
 }
 footer#footer-nf-main .footer-copyright a {
   border-bottom: 1px dashed;
   font-weight: 800;
   margin: 0 3px;
   vertical-align: middle;
 }
 footer#footer-nf-main .footer-copyright a:hover {
   color: #000;
 }
 footer#footer-nf-main .n-footer-newsletter {
   padding: 20px 0;
   background: #fff;
   margin-bottom: 50px;
   box-shadow: 0 0 16px -6px rgba(0, 0, 0, 0.1);
 }
 footer#footer-nf-main .n-footer-newsletter .n-header .n-title {
   font-size: 17px;
   font-weight: 800;
   color: #000;
 }
 footer#footer-nf-main .n-footer-newsletter .n-header .n-description {
   text-align: justify;
   margin-top: 5px;
 }
 footer#footer-nf-main .n-footer-newsletter .n-form {
   position: relative;
   border-radius: 70px;
   line-height: 50px;
   padding: 0 30px;
   border: 2px solid #ef394e;
 }
 footer#footer-nf-main .n-footer-newsletter .n-form input[type='text'],
 footer#footer-nf-main .n-footer-newsletter .n-form input[type='email'],
 footer#footer-nf-main .n-footer-newsletter .n-form input[type='tel'] {
   position: relative;
   z-index: 1;
   background: transparent;
   border: 0;
   display: block;
   width: 100%;
 }
 footer#footer-nf-main .n-footer-newsletter .n-form button[type='submit'] {
   position: absolute;
   left: 6px;
   top: 6px;
   z-index: 2;
   height: 40px;
   line-height: 40px;
   text-align: center;
   background: transparent;
   font-size: 20px;
   width: 40px;
   border: 2px solid #ef394e;
   border-radius: 50px;
   cursor: pointer;
   color: #ef394e;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 footer#footer-nf-main .n-footer-newsletter .n-form button[type='submit']:hover {
   background: #ef394e;
   color: #fff;
 }
 .nfir-selected-categories {
   overflow-x: scroll;
   overflow-y: hidden;
   position: relative;
   margin-bottom: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nfir-selected-categories {
     right: -2%;
     width: 104%;
   }
 }
 .nfir-selected-categories ul {
   height: 40px;
   overflow-y: hidden;
 }
 .nfir-selected-categories ul li {
   float: right;
   background: #fff69b;
   font-size: 14px;
   border-radius: 50px;
   margin-right: 5px;
   display: inline-block;
   line-height: 35px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .nfir-selected-categories ul li:last-of-type {
   margin-left: 0;
 }
 .nfir-selected-categories ul li a {
   display: block;
   padding: 0 20px;
 }
 .nfir-selected-categories ul li:hover {
   box-shadow: inset -350px 0 0 #9da0af;
 }
 @media only screen and (min-width: 960px) {
   .n-mt-page-search {
     overflow-y: hidden;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
 }
 .n-mt-page-search .nf-search-form {
   position: fixed;
   z-index: 1;
   top: 0;
   right: 0;
   width: 100%;
   background: #eceff1;
   height: 50px;
   line-height: 50px;
   padding-right: 50px;
 }
 .n-mt-page-search .nf-search-form .n-search-clean,
 .n-mt-page-search .nf-search-form .n-search-loading {
   left: 0;
 }
 .n-mt-page-search .nf-search-form input[type='text'] {
   display: block;
   color: #000;
   padding: 0 0 0 10px;
   background: transparent;
   width: 100%;
   border: 0;
 }
 .n-mt-page-search .nf-pn-page-close {
   position: fixed !important;
 }
 .n-mt-page-search .n-search-content {
   margin-top: 45px;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-not-found {
   height: 250px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   text-align: center;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-not-found i {
   font-size: 45px;
   margin-bottom: 30px;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-not-found span {
   display: block;
   text-align: center;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-loading {
   height: 250px;
   display: flex;
   justify-content: center;
   flex-direction: column;
   text-align: center;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-loading .n-waiting-icon {
   display: inline-block;
   font-size: 45px;
   margin-bottom: 30px;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-loading span {
   display: block;
   text-align: center;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-to > .n-title {
   font-weight: bold;
   padding: 0 0 7px;
   margin-bottom: 7px;
   margin-top: 10px;
   color: #000;
   border-bottom: 1px solid #efefef;
   font-size: 14px;
 }
 .n-mt-page-search
   .n-search-content
   .n-notice-search.n-to
   > .n-title
   > .n-delete-search-history {
   color: #ccc;
   float: left;
   font-weight: 400;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-mt-page-search
   .n-search-content
   .n-notice-search.n-to
   > .n-title
   > .n-delete-search-history:hover {
   color: #fb3449;
 }
 .n-mt-page-search .n-search-content .n-notice-search.n-to > .n-content {
   margin-bottom: 20px;
 }
 .n-mt-page-search
   .n-search-content
   .n-notice-search.n-to
   > .n-content.n-top
   span {
   background: #eceff1;
   font-size: 12px;
   margin: 3px;
   display: inline-block;
   cursor: pointer;
   padding: 5px 7px;
   border-radius: 5px;
 }
 .n-mt-page-search
   .n-search-content
   .n-notice-search.n-to
   > .n-content.n-history
   span {
   display: block;
   padding: 5px 0;
 }
 .n-mt-page-search
   .n-search-content
   .n-notice-search.n-to
   > .n-content.n-history
   span
   .n-delete-search-history-this {
   float: left;
   line-height: 16px;
   width: 16px;
   text-align: center;
   color: #ccc;
   font-size: 15px;
 }
 .n-mt-page-search .n-search-content .n-search-result {
   display: none;
 }
 .n-mt-page-search .n-search-content .n-search-result .n-tabs {
   font-size: 13px;
   left: 0;
   position: absolute;
   width: 100%;
   top: 0;
   z-index: 5;
   background: #fff;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-mt-page-search .n-search-content .n-search-result .n-tabs {
     top: 50px;
     position: fixed;
   }
 }
 .n-mt-page-search .n-search-content .n-search-result .n-tabs ul li {
   border-left: 2px solid #eceff1;
   float: right;
   width: 33.33%;
   font-size: 12px;
   text-align: center;
   line-height: 35px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
   cursor: pointer;
   border-bottom: 2px solid #eceff1;
 }
 .n-mt-page-search .n-search-content .n-search-result .n-tabs ul li.n-active {
   background: #ef394e;
   color: #fff;
   font-weight: bold;
   border-bottom-color: #ef394e;
 }
 .n-mt-page-search .n-search-content .n-search-result .n-tabs ul li .n-number {
   border-radius: 50px;
   background: #da4b45;
   width: 18px;
   line-height: 18px;
   font-size: 10px;
   color: #fff;
   text-align: center;
   height: 18px;
   font-weight: 300;
   margin-right: 5px;
   display: inline-block;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   .n-tabs
   ul
   li:last-of-type {
   border-left: 0;
 }
 .n-mt-page-search .n-search-content .n-search-result > .n-content > .n-item {
   padding-top: 30px;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item.n-list-style
   ul
   li {
   padding: 8px 0;
   border-bottom: 1px solid #f2f2f2;
   font-size: 13px;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item.n-list-style
   ul
   li:before {
   content: '';
   display: inline-block;
   width: 4px;
   height: 4px;
   border-radius: 10px;
   margin-left: 5px;
   background: #dfdfdf;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item
   .n-product.theme-digi-2 {
   position: relative;
   padding-right: 100px;
   padding-top: 20px;
   min-height: 110px;
   margin-bottom: 10px;
   box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
   border: 2px solid #f0f0f1;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item
   .n-product.theme-digi-2
   > .n-content
   .n-title {
   font-size: 13px;
   margin-bottom: 5px;
   text-align: justify;
 }
 @media only screen and (min-width: 960px) {
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     > .n-content
     .n-title {
     text-align: justify;
     font-weight: 400;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     overflow: hidden;
     height: 42px;
   }
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item
   .n-product.theme-digi-2
   .n-img {
   position: absolute;
   right: 0;
   height: 70px;
   width: 70px;
   margin-bottom: 0;
   top: 50%;
   transform: translateY(-50%);
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-item
   .n-product.theme-digi-2
   .n-img
   img {
   max-width: 100%;
   max-height: 100%;
 }
 @media only screen and (min-width: 960px) {
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2 {
     float: right;
     width: calc((100% - 10px) / 2);
     padding: 20px 80px 8px 10px;
     min-height: 110px;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2:nth-of-type(2n) {
     margin-right: 10px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2 {
     margin-bottom: 10px;
     padding-left: 10px;
   }
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-more-link {
   line-height: 1.833;
   font-weight: 500;
   color: #12a058;
   font-size: 15px;
   display: block;
   margin-top: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-more-link {
     margin-bottom: 20px;
   }
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-more-link
   a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-mt-page-search
   .n-search-content
   .n-search-result
   > .n-content
   > .n-more-link
   a:hover {
   color: #000;
 }
 .n-search-loading {
   position: absolute;
   left: 65px;
   top: 0;
   height: 100%;
   width: 50px;
   display: none;
 }
 .n-search-clean {
   position: absolute;
   left: 65px;
   width: 50px;
   top: 0;
   display: none;
   height: 100%;
   line-height: 60px;
   text-align: center;
   font-size: 20px;
   cursor: pointer;
   z-index: 3;
 }
 .n-text-summarizer .n-text-summarizer-content {
   overflow: hidden;
   position: relative;
   height: unset;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-text-summarizer .n-text-summarizer-controller {
   position: absolute;
   left: 1px;
   bottom: 1px;
   width: calc(100% - 322px);
   padding: 70px 0 20px;
   color: #2196f3;
   cursor: pointer;
   font-size: 16px;
   text-align: center;
   background: #fff;
   background: linear-gradient(0deg, #fff 10%, rgba(255, 255, 255, 0) 100%);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-text-summarizer .n-text-summarizer-controller {
     width: 100%;
   }
 }
 .n-text-summarizer .n-text-summarizer-controller span {
   border-bottom: 1px dashed;
 }
 .n-text-summarizer .n-text-summarizer-controller:hover {
   color: #000;
 }
 .n-text-summarizer .n-text-summarizer-controller.n-active {
   padding: 0;
 }
 .n-order-status {
   margin: 0 10px;
 }
 .n-order-status.n-success {
   color: #39b54a;
 }
 .n-order-status.n-pending {
   color: #0071bc;
 }
 .n-order-status.n-fail {
   color: #f00;
 }
 .n-nothing-to-show-style {
   padding: 50px 15px;
   min-height: 337px;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-nothing-to-show-style {
     min-height: auto;
     padding: 20px;
   }
 }
 .n-nothing-to-show-style i {
   font-size: 259px;
   margin-bottom: 30px;
   display: block;
   color: #dadada;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-nothing-to-show-style i {
     font-size: 50px;
     margin-bottom: 20px;
   }
 }
 .n-nothing-to-show-style .n-title {
   font-size: 27px;
   line-height: 1.63;
   letter-spacing: 0.5px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-nothing-to-show-style .n-title {
     font-size: 18px;
   }
 }
 .n-lazy-loading-loader {
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 50px;
   transform: translate(-50%);
 }
 .n-lightbox {
   z-index: 200;
 }
 .n-lightbox.n-lightbox-login-register .n-lightbox-container {
   background: transparent;
   box-shadow: none;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox.n-lightbox-login-register .n-lightbox-container {
     width: 100%;
     height: 100%;
     max-height: 100%;
     overflow-y: auto;
     top: 0;
     left: 0;
   }
 }
 .n-lightbox.n-lightbox-login-register
   .n-lightbox-container
   .n-login-register-box {
   border: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox.n-lightbox-login-register
     .n-lightbox-container
     .n-login-register-box {
     height: 100%;
     border-radius: 0;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox.n-lightbox-login-register
     .n-lightbox-container
     .n-login-register-box
     > .n-login-register-right {
     padding: 15px;
   }
   .n-lightbox.n-lightbox-login-register
     .n-lightbox-container
     .n-login-register-box
     > .n-login-register-right
     input {
     text-align: center;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-lightbox.n-lightbox-login-register
     .n-lightbox-container
     .n-login-register-box
     > .n-login-register-right
     > .n-login-page-item
     > .n-header
     > .n-title {
     line-height: 50px;
   }
 }
 .n-lightbox.n-lightbox-login-register
   .n-lightbox-container
   .n-close-loginregister {
   position: absolute;
   left: 15px;
   width: 45px;
   top: 15px;
   height: 45px;
   line-height: 55px;
   text-align: center;
   border-radius: 50px;
   z-index: 13;
   font-size: 25px;
   cursor: pointer;
   background: #fff;
 }
 .n-lightbox.n-lightbox-share > .n-lightbox-container {
   max-width: 550px;
 }
 .n-lightbox.n-lightbox-share > .n-lightbox-container .n-lightbox-header {
   border: 0 none;
   padding: 0;
 }
 .n-lightbox.n-lightbox-share > .n-lightbox-container > .n-lightbox-content {
   padding: 20px;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-share-title {
   width: 100%;
   color: #000;
   font-size: 16px;
   margin-bottom: 10px;
   display: block;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-form-share-email {
   margin-top: 40px;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-form-share-email
   .n-share-email-btn {
   position: absolute;
   left: 7px;
   bottom: 7px;
   border-radius: 6px;
   padding: 7px 25px;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-share-link {
   margin: 0 -20px -20px;
   text-align: left;
   direction: ltr;
   background: #efefef;
   font-size: 12px;
   position: relative;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-share-link
   input {
   position: relative;
   z-index: 2;
   border: 0;
   background: transparent;
   padding: 0 20px 0 45px;
   line-height: 45px;
   font-size: 15px;
   display: block;
   width: 100%;
   color: #a9a9a9;
 }
 .n-lightbox.n-lightbox-share
   > .n-lightbox-container
   > .n-lightbox-content
   .n-share-link
   i {
   position: absolute;
   width: 45px;
   height: 45px;
   text-align: center;
   left: 0;
   line-height: 45px;
   bottom: 0;
   font-size: 18px;
   color: #a9a9a9;
 }
 .no-display {
   display: none !important;
 }
 .bottom-sheet-view-nf {
   position: fixed;
   z-index: 150;
   bottom: 0;
   left: 0;
   background: #fff;
   width: 100%;
   box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
 }
 .bottom-sheet-view-nf.n-pad-right-2 {
   padding-right: 36%;
 }
 .bottom-sheet-view-nf.n-pad-right-2 > .n-menu {
   width: 25%;
 }
 .bottom-sheet-view-nf.n-pad-right-3 {
   padding-right: 50%;
 }
 .bottom-sheet-view-nf.n-pad-right-3 > .n-menu {
   width: 33.33%;
 }
 .bottom-sheet-view-nf.n-pad-right-4 {
   padding-right: 66.64%;
 }
 .bottom-sheet-view-nf.n-pad-right-4 > .n-menu {
   width: 49%;
 }
 .bottom-sheet-view-nf.n-pad-right-5 {
   padding-right: 80%;
 }
 .bottom-sheet-view-nf.n-pad-right-5 > .n-menu {
   width: 100%;
 }
 .bottom-sheet-view-nf > .n-menu {
   float: right;
   width: 16.66%;
   height: 55px;
   position: relative;
   z-index: 1;
 }
 .bottom-sheet-view-nf > .n-menu.n-active {
   z-index: 2;
 }
 .bottom-sheet-view-nf > .n-menu > .n-inner-btn {
   width: 45px;
   height: 45px;
   line-height: 45px;
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
   text-align: center;
   background: #fff;
   border-radius: 7px;
 }
 .bottom-sheet-view-nf > .n-menu > .n-inner-btn > i,
 .bottom-sheet-view-nf > .n-menu > .n-inner-btn > a > i {
   font-size: 23px;
 }
 .bottom-sheet-view-nf > .n-menu > .n-inner-btn .n-number {
   position: absolute;
   right: 1px;
   top: 1px;
   border-radius: 50px;
   background: #fb3449;
   width: 16px;
   line-height: 16px;
   font-size: 11px;
   color: #fff;
   text-align: center;
   height: 17px;
 }
 .bottom-sheet-view-nf > .n-menu > .n-inner-btn .n-title {
   position: absolute;
   right: 0;
   width: 100%;
   bottom: 1px;
   line-height: 1;
   font-size: 9px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu {
   position: absolute;
   bottom: 50%;
   left: 5px;
   width: 100px;
   z-index: 30;
   background: #fff;
   margin-bottom: 25px;
   padding: 5px;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
   border-radius: 9px;
   border: 1px solid #f6f6f6;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.n-show {
   opacity: 1;
   visibility: visible;
   bottom: 100%;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-1 > .n-menu {
   margin-bottom: 5px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu.n-user-logout {
   color: #fb3449;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu
   > .n-inner-btn {
   line-height: 30px;
   display: block;
   text-align: right;
   background: #fff;
   border-radius: 7px;
   padding: 0 5px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu
   > .n-inner-btn
   > i,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu
   > .n-inner-btn
   > a
   > i {
   vertical-align: middle;
   font-size: 15px;
   margin-left: 10px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu:last-of-type {
   margin-bottom: 0;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-1
   > .n-menu.n-active
   > .n-inner-btn {
   color: #606060;
   background: #ef394e;
   box-shadow: 0 2px 25px -5px #ff8d00;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-2 .n-menu,
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-3 .n-menu {
   float: right;
   height: 55px;
   position: relative;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-2 .n-menu.n-user-logout,
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-3 .n-menu.n-user-logout {
   color: #fb3449;
   float: left;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-2 .n-menu > .n-inner-btn,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu
   > .n-inner-btn {
   width: 45px;
   height: 45px;
   line-height: 45px;
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
   text-align: center;
   background: #fff;
   border-radius: 7px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu
   > .n-inner-btn
   > i,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu
   > .n-inner-btn
   > i,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu
   > .n-inner-btn
   > a
   > i,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu
   > .n-inner-btn
   > a
   > i {
   font-size: 27px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu
   > .n-inner-btn
   .n-number,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu
   > .n-inner-btn
   .n-number {
   position: absolute;
   right: 1px;
   top: 1px;
   border-radius: 50px;
   background: #fb3449;
   width: 16px;
   line-height: 16px;
   font-size: 11px;
   color: #fff;
   text-align: center;
   height: 17px;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu
   > .n-inner-btn
   .n-title,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu
   > .n-inner-btn
   .n-title {
   position: absolute;
   right: 0;
   width: 100%;
   bottom: 5px;
   line-height: 1;
   font-size: 9px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu.n-active
   > .n-inner-btn,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu.n-active
   > .n-inner-btn {
   top: 25%;
   height: 55px;
   width: 55px;
   border-radius: 100px;
   color: #606060;
   line-height: 60px;
   background: #12a058;
   background: #ef394e;
   box-shadow: 0 2px 25px -5px #ff8d00;
 }
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-2
   .n-menu.n-active
   > .n-inner-btn
   .n-title,
 .bottom-sheet-view-nf
   > .n-menu
   .n-sub-menu.theme-digi-3
   .n-menu.n-active
   > .n-inner-btn
   .n-title {
   bottom: 3px;
   font-size: 10px;
   font-weight: bold;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-2 {
   width: 70px;
   left: -5px;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-2 .n-menu {
   width: 100%;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-3 {
   width: 98%;
   padding: 10px 0 10px;
   left: 1%;
   position: fixed;
   bottom: 30px;
   z-index: -1 !important;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu.theme-digi-3 .n-menu {
   width: 25%;
 }
 .bottom-sheet-view-nf > .n-menu .n-sub-menu .n-sub-menu.theme-digi-3 {
   width: calc(98% - 100px - 2%);
   left: auto;
   right: 1%;
 }
 .bottom-sheet-view-nf > .n-menu:hover > .n-inner-btn {
   background: #eee;
 }
 .bottom-sheet-view-nf > .n-menu.n-active > .n-inner-btn {
   top: 25%;
   height: 55px;
   width: 55px;
   border-radius: 100px;
   color: #fff;
   line-height: 60px;
   background: #12a058;
   background: #ef394e;
   box-shadow: 0 2px 25px -5px #ff8d00;
 }
 .bottom-sheet-view-nf > .n-menu.n-active > .n-inner-btn .n-title {
   bottom: 3px;
   font-size: 10px;
   font-weight: bold;
 }
 .upi-confirm {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   overflow-y: auto;
   background: rgba(0, 0, 0, 0.6);
   z-index: 150;
   cursor: not-allowed;
   display: flex;
   align-items: center;
   justify-content: center;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm {
     display: block;
   }
 }
 .upi-confirm > .upi-content {
   background: #fff;
   width: 500px;
   max-width: 100%;
   box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.04);
   cursor: default;
   text-align: center;
   padding: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm > .upi-content {
     position: absolute;
     bottom: 60px;
     left: 2%;
     width: 96%;
     border-radius: 10px;
     padding: 15px;
   }
   .upi-confirm > .upi-content.animated {
     animation-duration: 0.25s;
   }
 }
 .upi-confirm > .upi-content > .upi-icon {
   text-align: center;
   margin-bottom: 20px;
 }
 .upi-confirm > .upi-content > .upi-icon > i {
   font-size: 100px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm > .upi-content > .upi-icon {
     display: none;
   }
 }
 .upi-confirm > .upi-content > .upi-description {
   font-size: 18px;
   margin-bottom: 25px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm > .upi-content > .upi-description {
     font-size: 15px;
     margin-bottom: 15px;
   }
 }
 .upi-confirm > .upi-content > .upi-footer {
   position: relative;
 }
 .upi-confirm > .upi-content > .upi-footer .n-btn {
   min-width: 150px;
   margin: 0 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm > .upi-content > .upi-footer .n-btn {
     width: 50%;
     background: transparent;
     color: #303f4d;
     text-align: center;
     float: right;
     margin: 0;
     border-radius: 0;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .upi-confirm > .upi-content > .upi-footer .n-btn.upi-btn-confirm {
     border-left: 1px solid #c2c2c2;
   }
 }
 .n-breadcrumb {
   margin-bottom: 10px;
 }
 .n-breadcrumb ul {
   float: right;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-breadcrumb ul {
     max-width: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow-x: auto;
     -webkit-flex-wrap: nowrap;
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     padding-bottom: 10px;
   }
 }
 .n-breadcrumb ul li {
   display: inline-block;
   margin-left: 10px;
   padding-left: 10px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-breadcrumb ul li {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     white-space: nowrap;
     vertical-align: middle;
   }
 }
 .n-breadcrumb ul li:after {
   content: '';
   display: inline-block;
   width: 1px;
   height: 70%;
   transform: rotate(15deg) translateY(-50%);
   top: 50%;
   right: 100%;
   background: #e0e0e2;
   position: absolute;
   margin-right: 3px;
 }
 .n-breadcrumb ul li:last-of-type:after {
   display: none;
 }
 .n-breadcrumb ul li.n-active {
   font-weight: bold;
   color: #000;
 }
 .n-breadcrumb ul li a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-breadcrumb ul li a:hover {
   color: #1080a6;
 }
 .n-breadcrumb .n-result-number {
   float: left;
   color: #b7b7b7;
   font-size: 12px;
   line-height: 21px;
 }
 .n-pagination {
   margin: 50px 0 0;
   text-align: center;
 }
 .n-pagination ul {
   display: inline-block;
   margin-left: 0;
   margin-bottom: 0;
   border-radius: 5px;
 }
 .n-pagination ul > li {
   display: inline;
   float: right;
 }
 .n-pagination ul > li.disabled a,
 .n-pagination ul > li.disabled span {
   background: #cecece !important;
   border-color: #cecece !important;
   cursor: not-allowed;
   color: #000;
 }
 .n-pagination ul > li.active a,
 .n-pagination ul > li.active span {
   background: #1080a6 !important;
   border-color: #1080a6 !important;
   color: #fff;
 }
 .n-pagination ul > li:first-of-type > a,
 .n-pagination ul > li:first-of-type > span {
   border-right-width: 1px;
   border-radius: 0 5px 5px 0;
 }
 .n-pagination ul > li:last-of-type > a,
 .n-pagination ul > li:last-of-type > span {
   border-left-width: 1px;
   border-radius: 5px 0 0 5px;
 }
 .n-pagination ul > li > a,
 .n-pagination ul > li > span {
   float: left;
   padding: 10px 20px;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd;
   border-left-width: 0;
   color: #000;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-pagination ul > li > a,
   .n-pagination ul > li > span {
     padding: 5px 10px;
   }
 }
 .n-pagination ul > li > a:hover {
   background: #606060;
   border-color: #606060;
   color: #fff;
 }
 body.page-product .lg-outer .lg-inner {
   height: calc(100% - 45px);
 }
 body.page-product .lg-outer.lg-has-thumb .lg-inner {
   height: calc(100% - 145px) !important;
 }
 body.page-product .lg-sub-html {
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-has-deals.n-product-page-top
     .n-product-right
     .n-product-gallery {
     margin-top: 30px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-has-deals.n-product-page-top
     .n-product-right
     .n-product-action-more {
     right: 0;
     top: 45px;
     width: 100%;
     z-index: 4;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-has-deals.n-product-page-top
     .n-product-left
     .n-product-rate {
     top: 72px;
   }
 }
 body.page-product .n-product-page-top {
   position: relative;
 }
 body.page-product .n-product-page-top .n-product-right {
   position: relative;
 }
 body.page-product .n-product-page-top .n-product-right .n-product-gallery {
   direction: ltr;
   margin-bottom: 30px;
   position: relative;
   z-index: 1;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-right .n-product-gallery {
     margin-top: 35px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter {
   direction: ltr !important;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lightSlider
   > li
   img {
   max-width: 100%;
   width: auto;
   height: auto;
   max-height: 100%;
   margin: auto;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lSPager.lSGallery {
   margin-top: 25px !important;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSAction
   > a {
   display: none;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-gallery
     .lSAction
     > a {
     display: block;
     background: #ffffff00;
     color: #000;
     opacity: 1;
     font-size: 30px;
     text-align: center;
     line-height: 32px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSPager.lSGallery
   li {
   border: 1px solid #ccc;
   border-radius: 5px;
   opacity: 0.4;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSPager.lSGallery
   li.active {
   opacity: 1;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lSPager.lSGallery
   img {
   overflow: hidden;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideWrapper {
   overflow: visible !important;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lightSlider
   > li.lslide {
   height: 400px !important;
   position: relative;
   background: #fff;
   text-align: center;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lightSlider
   > li.lslide
   .n-img-container {
   max-width: 70%;
   position: absolute;
   max-height: 100%;
   width: 100%;
   height: 100%;
   display: inline-block;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lightSlider
   > li.lslide
   .n-img-container
   img {
   max-width: 100%;
   max-height: max-content;
   height: auto;
   position: absolute;
   width: 90%;
   left: 50%;
   top: 50%;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-gallery
   .lSSlideOuter
   .lightSlider
   > li.lslide
   .n-img-container
   img:not(.zoomImg) {
   transform: translateY(-50%) translateX(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-gallery
     .lSSlideOuter
     .lightSlider
     > li.lslide {
     height: 300px !important;
   }
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-gallery
     .lSSlideOuter
     .lightSlider
     > li.lslide
     img {
     display: inline-block !important;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount {
   position: relative;
   font-size: 16px;
   line-height: 24px;
   border-bottom: 1px solid #fb3449;
   padding: 5px 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-special-discount {
     line-height: normal;
     padding: 0;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount
   .n-title {
   font-size: 17px;
   font-weight: 800;
   margin-bottom: 7px;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount
   .n-title
   .n-highlight {
   color: #fb3449;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount
   .n-title
   i {
   vertical-align: middle;
   font-size: 20px;
   margin-left: 5px;
   color: #303f4d;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount
   .n-timer {
   font-size: 20px;
   color: #606060;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-special-discount
   .n-timer
   > .d {
   margin: 0 3px;
 }
 body.page-product .n-product-page-top .n-product-right .n-product-action-more {
   position: absolute;
   right: 0;
   top: 55px;
   z-index: 2;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more {
     right: 0;
     top: 0;
     width: 100%;
     z-index: 4;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu {
   border-radius: 7px;
   border: 1px solid #ececec;
   background: #fff;
   width: 50px;
   height: 50px;
   text-align: center;
   line-height: 50px;
   margin-bottom: 7px;
   cursor: pointer;
   position: relative;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more
     .n-menu {
     float: left;
     width: 38px;
     height: 38px;
     line-height: 38px;
     margin-bottom: 0;
     margin-left: 2px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu
   i {
   font-size: 20px;
   vertical-align: middle;
   line-height: 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more
     .n-menu
     i {
     line-height: 38px;
     font-size: 15px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu
   span {
   position: absolute;
   right: 50%;
   margin-right: 10px;
   top: 0;
   height: 100%;
   display: block;
   width: 120px;
   text-align: center;
   background: #6f6f6f;
   color: #fff;
   opacity: 0;
   visibility: hidden;
   font-size: 13px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more
     .n-menu
     span {
     right: 0;
     margin-right: 0;
     margin-top: 10px;
     top: 50%;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu
   span:before {
   content: '';
   display: inline-block;
   position: absolute;
   left: 100%;
   top: 50%;
   transform: translateY(-50%);
   border-top: 5px solid transparent;
   border-bottom: 5px solid transparent;
   border-left: 5px solid #6f6f6f;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more
     .n-menu
     span:before {
     right: 15px;
     top: auto;
     left: auto;
     bottom: calc(100% - 5px);
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     border-bottom: 5px solid #6f6f6f;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu:hover {
   color: #1080a6;
   border-color: #1080a6;
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu:hover
   span {
   right: 100%;
   opacity: 1;
   visibility: visible;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-right
     .n-product-action-more
     .n-menu:hover
     span {
     right: 0;
     top: 100%;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-right
   .n-product-action-more
   .n-menu.n-add-product-to-wishlist.n-active {
   background: #e63f3f;
   color: #fff;
   border: 0;
 }
 body.page-product .n-product-page-top .n-product-left {
   padding-right: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left {
     padding-right: 0;
   }
 }
 body.page-product .n-product-page-top .n-product-left .n-product-left-right {
   padding-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-left-right {
     padding-left: 0;
   }
 }
 body.page-product .n-product-page-top .n-product-left .n-product-left-left {
   padding-right: 10px;
   border-right: 1px solid #f2f2f2;
 }
 @media only screen and (min-width: 960px) {
   body.page-product .n-product-page-top .n-product-left .n-product-left-left {
     line-height: normal;
     background-color: #f5f5f5;
     border: 1px solid #e4e4e4;
     border-radius: 8px;
     padding: 1rem;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-left-left {
     padding-right: 0;
     border-right: 0;
   }
 }
 body.page-product .n-product-page-top .n-product-left .n-product-title {
   border-bottom: 1px solid #f2f2f2;
   margin-bottom: 10px;
   padding-bottom: 10px;
   height: 58px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-title {
     height: auto;
     padding-bottom: 10px;
     margin-bottom: 10px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-title
   > .n-title {
   font-weight: bold;
   color: #000;
   font-size: 18px;
   display: block;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-title
   > .product-title-en {
   font-size: 12px;
   color: #b5b5b5;
   display: block;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .product-reviews-overview {
   border-bottom: 1px solid #ccc;
 }
 body.page-product .n-product-page-top .n-product-left .n-product-more-details {
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-detail {
   float: right;
   width: 33.33%;
   font-size: 12px;
   margin-bottom: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-more-details
     > .n-detail {
     width: 50%;
     margin-bottom: 15px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-detail
   .n-value {
   color: #1080a6;
   border-bottom: 1px dashed;
   margin: 0 3px;
   vertical-align: middle;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-detail
   .n-value
   img {
   width: 25px;
   height: 25px;
   border: 1px solid #ccc;
   border-radius: 2px;
   vertical-align: middle;
   display: inline-block;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-detail
   .n-value:hover {
   color: #000;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-detail
   .n-value:hover
   img {
   transform: scale(1.5);
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail {
   font-size: 14px;
   margin-bottom: 20px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail
   > .n-title {
   margin-left: 15px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail
   > .n-title
   i {
   vertical-align: middle;
   font-size: 20px;
   margin-left: 5px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail
   > .n-value {
   color: #1080a6;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail.n-seller-name
   > .n-title
   i {
   color: #1080a6;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail.n-seller-rate
   > .n-title
   i {
   color: #fb3449;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail.n-seller-time
   > .n-title {
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-more-details
   > .n-seller-detail.n-seller-time
   > .n-title
   i {
   color: #1080a6;
 }
 body.page-product .n-product-page-top .n-product-left .n-product-user-field {
   line-height: 40px;
   margin-bottom: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-user-field {
     margin-bottom: 15px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field
   > .n-title {
   float: right;
   width: 13%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field
     > .n-title {
     width: 100%;
     line-height: 25px;
     font-weight: bold;
     font-size: 14px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field
   > .n-value {
   float: right;
   width: 87%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field
     > .n-value {
     width: 100%;
   }
 }
 @media only screen and (min-width: 960px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field
     > .n-value
     .n-select-style {
     max-width: 325px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-select-item
   > .n-value
   > .n-item {
   cursor: pointer;
   border: 1px solid #dedede;
   border-radius: 5px;
   color: #6f6f6f;
   padding: 5px 10px;
   font-size: 13px;
   line-height: 1.692;
   display: inline-block;
   margin-left: 7px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field.n-select-item
     > .n-value
     > .n-item {
     width: 32%;
     margin-left: 2%;
     float: right;
     text-align: center;
     margin-bottom: 5px;
   }
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field.n-select-item
     > .n-value
     > .n-item:nth-of-type(3n) {
     margin-left: 0;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-select-item
   > .n-value
   > .n-item
   > .n-color {
   width: 17px;
   height: 17px;
   display: inline-block;
   margin-left: 10px;
   border-radius: 5px;
   background: #ccc;
   border: 1px solid #ccc;
   vertical-align: middle;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field.n-select-item
     > .n-value
     > .n-item
     > .n-color {
     float: right;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-select-item
   > .n-value
   > .n-item.n-active {
   border-color: #dedede;
   background: #f5f5f5;
   color: #fff;
   box-shadow: 0 0 6px 0 #fce82e;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-img
   > .n-value
   > .n-item {
   box-shadow: 0 0 13px -2px #ccc;
   background: #fff;
   border-radius: 7px;
   width: 50px;
   height: 50px;
   padding: 2px;
   position: relative;
   margin-bottom: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-user-field.n-img
     > .n-value
     > .n-item {
     margin-left: 5px !important;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-img
   > .n-value
   > .n-item
   .n-img {
   border-radius: 5px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-img
   > .n-value
   > .n-item
   .n-title {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   text-align: center;
   width: 120px;
   font-size: 11px;
   margin-top: 7px;
   opacity: 0;
   visibility: hidden;
   top: 150%;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-user-field.n-img
   > .n-value
   > .n-item.n-active
   .n-title {
   top: 100%;
   opacity: 1;
   visibility: visible;
   color: #303f4d;
 }
 body.page-product .n-product-page-top .n-product-left .n-product-prices {
   display: block;
   margin-bottom: 10px;
   border-bottom: 1px solid #f2f2f2;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-prices {
     position: relative;
     line-height: 22px;
     padding-bottom: 20px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price {
   font-size: 31px;
   font-weight: 700;
   color: #006288;
   margin-bottom: 10px;
   position: relative;
   margin-left: 50px;
   display: inline-block;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-prices
     .n-price {
     margin-left: 0;
     margin-bottom: 0;
     display: block;
     position: static;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price.n-discounted {
   color: #303f4d;
   display: inline-block;
   font-size: 18px;
   padding: 0 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-prices
     .n-price.n-discounted {
     position: relative;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price.n-discounted:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   height: 1px;
   background: #303f4d;
   display: block;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price
   .n-unit {
   margin-right: 10px;
   font-size: 16px;
   vertical-align: middle;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price
   .n-discount {
   background: #fb3449;
   border-radius: 50px;
   padding: 7px 12px;
   font-size: 18px;
   margin-right: 50px;
   vertical-align: middle;
   color: #fff;
   font-weight: 400;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-prices
     .n-price
     .n-discount {
     margin-right: 0;
     left: 0;
     top: 0;
     line-height: 40px;
     padding: 5px;
     font-size: 15px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-prices
   .n-price
   .n-percent-theme {
   font-size: 13px;
   font-weight: normal;
 }
 body.page-product .n-product-page-top .n-product-left .n-product-add-to-cart {
   padding-right: 125px;
   position: relative;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-add-to-cart
   > .n-head {
   position: absolute;
   right: 0;
   top: 0;
   width: 125px;
   height: 100%;
   padding-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-add-to-cart
     > .n-head {
     display: none;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-add-to-cart
   > .n-head
   > .n-title {
   font-size: 12px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-add-to-cart
   > .n-btn.theme-digi-2 {
   height: 49px;
   line-height: 52px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-add-to-cart
   .n-select-style {
   height: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-add-to-cart
     > .n-btn.theme-digi-2 {
     width: 50%;
     position: fixed;
     right: 5px;
     bottom: 5px;
     line-height: 40px;
     height: 40px;
     z-index: 151;
     border-radius: 7px;
     padding: 0 0 0 0;
   }
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-add-to-cart
     > .n-btn.theme-digi-2:before {
     display: none;
   }
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-add-to-cart
     > .n-btn.theme-digi-2
     i {
     right: 5px;
     top: 5px;
     transform: none;
     font-size: 15px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     background: #fff;
     border-radius: 50px;
     text-align: center;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-add-to-cart
   .n-add-product-to-cart {
   max-width: 350px;
   min-width: 125px;
   font-size: 18px;
   border: 2px solid rgba(96, 96, 96, 0.15);
 }
 body.page-product .n-product-page-top .n-product-left .n-product-rate {
   margin-bottom: 10px;
   border-bottom: 1px solid #f2f2f2;
   padding-bottom: 10px;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-page-top .n-product-left .n-product-rate {
     position: absolute;
     right: 20px;
     border-bottom: 0;
     z-index: 2;
     top: 27px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-rate
   > .n-title {
   font-weight: bold;
   font-size: 17px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-rate
     > .n-title {
     display: none;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-rate
   > .n-rates {
   font-size: 15px;
   padding-top: 5px;
   color: #d20913;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-top
     .n-product-left
     .n-product-rate
     > .n-rates {
     font-size: 13px;
   }
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details {
   margin-bottom: 10px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details
   > .n-title {
   font-weight: bold;
   font-size: 17px;
   margin-bottom: 10px;
   position: relative;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details
   > .n-title
   > .n-show-product-custom-field {
   position: absolute;
   left: 0;
   top: 2px;
   color: #00bfd5;
   font-size: 13px;
   cursor: pointer;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details
   > .n-title
   > .n-show-product-custom-field
   i {
   vertical-align: middle;
   margin-right: 5px;
   font-size: 18px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details
   ul
   li {
   font-size: 12px;
   margin-bottom: 10px;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-selected-details
   ul
   li:before {
   content: '';
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50px;
   display: inline-block;
   margin-left: 10px;
   background: #ccc;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 body.page-product
   .n-product-page-top
   .n-product-left
   .n-product-short-description-mobile
   p {
   color: #858585;
   font-size: 12px;
   font-size: 0.857rem;
   line-height: 1.833;
 }
 body.page-product .n-product-page-content .n-product-content-tabs {
   border-bottom: 1px solid #dfdfdf;
   background-color: #f8f8f8;
   position: relative;
   height: 60px;
   line-height: 60px;
   z-index: 3 !important;
 }
 body.page-product .n-product-page-content .n-product-content-tabs ul li {
   float: right;
   border-left: 1px solid #dfdfdf;
   position: relative;
   padding: 0 30px;
   color: #6f6f6f;
   font-size: 17px;
   cursor: pointer;
 }
 body.page-product .n-product-page-content .n-product-content-tabs ul li i {
   font-size: 28px;
   margin-left: 10px;
   vertical-align: middle;
   color: #c3c3c3;
 }
 body.page-product .n-product-page-content .n-product-content-tabs ul li:before {
   content: '';
   position: absolute;
   display: inline-block;
   width: 100%;
   height: 4px;
   background: #1080a6;
   bottom: 80%;
   opacity: 0;
   visibility: visible;
   left: 0;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 body.page-product .n-product-page-content .n-product-content-tabs ul li:after {
   content: '';
   position: absolute;
   display: inline-block;
   width: 100%;
   height: 1px;
   background: #fff;
   top: calc(100% - 1px);
   opacity: 0;
   visibility: visible;
   left: 0;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-tabs
   ul
   li.n-active:before {
   bottom: 100%;
   opacity: 1;
   visibility: visible;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-tabs
   ul
   li.n-active:after {
   opacity: 1;
   visibility: visible;
 }
 body.page-product
   .n-product-page-content
   .is-sticky
   .n-product-content-tabs
   ul
   li.n-active:before {
   bottom: 0;
 }
 body.page-product
   .n-product-page-content
   .is-sticky
   .n-product-content-tabs
   ul
   li.n-active:after {
   opacity: 0;
   visibility: hidden;
 }
 body.page-product .n-product-page-content .n-product-detail-content-title {
   margin-bottom: 30px;
 }
 body.page-product
   .n-product-page-content
   .n-product-detail-content-title
   > .n-title {
   font-weight: bold;
   color: #6f6f6f;
   font-size: 30px;
 }
 body.page-product
   .n-product-page-content
   .n-product-detail-content-title
   > .n-description {
   color: #a7a7a7;
   font-size: 16px;
 }
 body.page-product .n-product-page-content .n-product-content.n-padding {
   padding: 30px 50px;
 }
 body.page-product .n-product-page-content .n-product-content-short-description {
   background: #fcfcfc;
   color: #404040;
   font-size: 16px;
   line-height: 2.25;
   padding: 25px 322px 27px 50px;
   min-height: 256px;
   margin-bottom: 20px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-content-short-description {
     padding: 0;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-content-short-description:after {
   width: 165px;
   height: 165px;
   position: absolute;
   content: '';
   top: 60px;
   right: 45px;
   background: url(../img/pen.svg) no-repeat 50% 50%;
   background-size: 100%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-content-short-description:after {
     display: none;
   }
 }
 body.page-product .n-product-page-content .n-product-content-evaluation {
   margin-bottom: 20px;
 }
 body.page-product .n-product-page-content .n-product-content-evaluation span {
   font-size: 18px;
   line-height: 1.375;
   font-weight: 400;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   .n-evaluation {
   float: right;
   width: 33.33%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-content-evaluation
     .n-evaluation {
     width: 100%;
   }
   body.page-product
     .n-product-page-content
     .n-product-content-evaluation
     .n-evaluation:first-of-type {
     margin-bottom: 15px;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   .n-evaluation.n-positive
   span {
   color: #00bfd6;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   .n-evaluation.n-positive
   ul
   li:before {
   background-color: #00bfd6;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   .n-evaluation.n-negative
   span {
   color: #fb3449;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   .n-evaluation.n-negative
   ul
   li:before {
   background-color: #fb3449;
 }
 body.page-product .n-product-page-content .n-product-content-evaluation ul li {
   margin: 6px 0;
   font-size: 15px;
   padding-right: 17px;
   color: #5f5f5f;
   position: relative;
 }
 body.page-product
   .n-product-page-content
   .n-product-content-evaluation
   ul
   li:before {
   width: 6px;
   height: 6px;
   background: #ccc;
   border-radius: 50%;
   content: '';
   position: absolute;
   top: 8px;
   right: 0;
 }
 body.page-product .n-product-page-content .n-product-fields > .n-group {
   margin-bottom: 50px;
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-title {
   color: #4d4d4d;
   margin-bottom: 20px;
   font-size: 18px;
   font-weight: bold;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-fields
     > .n-group
     > .n-title {
     color: #1080a6;
     font-size: 14px;
     margin-bottom: 10px;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-title:before {
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   content: '';
   color: #1080a6;
   margin-left: 7px;
   font-size: 20px;
   vertical-align: middle;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-fields
     > .n-group
     > .n-title:before {
     color: #1080a6;
     font-size: 18px;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-fields
   .n-field
   > .n-title {
   width: 30%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-fields
     > .n-group
     > .n-fields
     .n-field
     > .n-title {
     width: 35%;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-fields
   .n-field
   > .n-value {
   width: 69%;
   float: left;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-fields
     > .n-group
     > .n-fields
     .n-field
     > .n-value {
     width: 63%;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-fields
   .n-field
   > * {
   display: block;
   background: #f7f4f4;
   padding: 14px 18px 12px;
   font-size: 0.929rem;
   line-height: 1.692;
   color: #4d4d4d;
   letter-spacing: -0.3px;
   min-height: 47px;
   position: relative;
   float: right;
   margin-bottom: 5px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product
     .n-product-page-content
     .n-product-fields
     > .n-group
     > .n-fields
     .n-field
     > * {
     line-height: normal;
     padding: 9px 12px;
     font-size: 13px;
     min-height: 39px;
   }
 }
 body.page-product
   .n-product-page-content
   .n-product-fields
   > .n-group
   > .n-fields
   .n-field
   > .n-value {
   background: #eee;
 }
 body.page-product .n-product-page-content .nf-frm-Tag {
   padding: 20px;
 }
 body.page-product .n-product-page-content .nf-frm-Tag .producttag {
   padding: 10px;
 }
 body.page-product .n-section {
   margin: -10px 30px 0 30px;
   padding-top: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-section {
     padding-bottom: 30px;
     margin: -10px 0 0 0;
   }
 }
 body.page-product .n-product-code-mobile {
   position: relative;
   text-align: center;
   font-size: 13px;
   line-height: 40px;
   margin-bottom: 15px;
   background: #efefef;
   color: #858585;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-product .n-product-element-title-mobile {
     position: relative;
     border-bottom: 1px solid #f2f2f2;
     padding-bottom: 15px;
     margin-bottom: 15px;
   }
   body.page-product .n-product-element-title-mobile > .n-title {
     font-weight: bold;
     font-size: 17px;
   }
   body.page-product .n-product-element-title-mobile > .n-show-more-btn {
     position: absolute;
     left: 0;
     color: #00bfd5;
     font-size: 13px;
     cursor: pointer;
     top: 2px;
   }
   body.page-product .n-product-element-title-mobile > .n-btn {
     position: absolute;
     left: 0;
     top: -7px;
     line-height: 30px;
     height: 30px;
     padding: 0 7px;
     font-size: 14px;
     border: 1px solid #00bfd5;
     color: #00bfd5;
     background: transparent;
   }
   body.page-product .n-product-element-title-mobile > .n-btn i {
     position: relative;
     right: 0;
     top: 0;
     transform: none;
     font-size: 15px;
     vertical-align: middle;
     margin-left: 10px;
   }
   body.page-product .n-product-element-title-mobile > .n-btn:before {
     display: none;
   }
 }
 body.page-product .n-lightbox.n-lightbox-notif-available .n-lightbox-container {
   width: 500px;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-header {
   position: relative;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-header
   .n-icon {
   position: absolute;
   width: 60px;
   height: 60px;
   line-height: 65px;
   text-align: center;
   color: #2d8800;
   font-size: 40px;
   right: 8px;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-header
   .n-title {
   padding-right: 55px;
   font-size: 17px;
   line-height: 1;
   font-weight: 300;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-header
   .n-title
   .n-description {
   display: block;
   margin-top: 5px;
   font-size: 27px;
   font-weight: normal;
   color: #000;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-header
   .n-close {
   top: 12px;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-content
   .n-lightbox-notif-available
   li {
   margin-bottom: 7px;
   font-size: 14px;
 }
 body.page-product
   .n-lightbox.n-lightbox-notif-available
   .n-lightbox-container
   .n-lightbox-content
   .n-lightbox-notif-available
   li:last-of-type {
   margin-bottom: 0;
 }
 body.page-product .n-notif-if-available-btn {
   margin: 30px auto 0;
 }
 .prices-table .item-price,
 .prices-table .item-quantity {
   padding: 5px 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-comments {
     display: block !important;
   }
 }
 .n-product-comment-rates {
   position: relative;
   border-left: 1px solid #dfdfdf;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-rates {
     border-left: 0;
   }
 }
 .n-product-comment-rates > .n-row {
   margin-bottom: 15px;
   line-height: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-rates > .n-row {
     margin-bottom: 5px;
     float: right;
     width: 50%;
   }
 }
 .n-product-comment-rates > .n-row:last-of-type {
   margin-bottom: 0;
 }
 .n-product-comment-rates > .n-row > .n-title {
   float: right;
   width: 40%;
   color: #636466;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-rates > .n-row > .n-title {
     width: 100%;
     line-height: 1;
   }
 }
 .n-product-comment-rates > .n-row > .n-value {
   float: left;
   width: 58%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-rates > .n-row > .n-value {
     width: 100%;
   }
 }
 .n-product-comment-rates > .n-row > .n-value .n-rate-bar {
   position: relative;
   height: 30px;
 }
 .n-product-comment-rates > .n-row > .n-value .n-rate-bar:before,
 .n-product-comment-rates > .n-row > .n-value .n-rate-bar .n-c {
   content: '';
   display: block;
   width: calc(100% - 70px);
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   border-radius: 50px;
   height: 5px;
   background: #eaeaea;
   position: absolute;
 }
 .n-product-comment-rates > .n-row > .n-value .n-rate-bar .n-c {
   background: #a28cc2;
   background: linear-gradient(to right, #6e2f37 0%, #1080a6 100%);
 }
 .n-product-comment-rates > .n-row > .n-value .n-rate-bar .n-title {
   position: absolute;
   left: 0;
   width: 70px;
   font-size: 12px;
   text-align: center;
   color: #aaa;
   top: 50%;
   transform: translateY(-50%);
 }
 .n-product-comment-need-login {
   padding-right: 30px;
   font-size: 14px;
   color: #636466;
   display: flex;
 }
 .n-product-comment-need-login .n-title {
   font-size: 19px;
   line-height: 1.158;
   color: #5a5a5a;
   letter-spacing: -0.4px;
   margin-bottom: 10px;
   display: block;
 }
 .n-product-comment-need-login .n-description {
   font-size: 15px;
   line-height: 2.27;
   margin-bottom: 35px;
   color: #676767;
 }
 .n-product-comment-form-top {
   display: flex;
   margin-bottom: 10px;
 }
 .n-product-comment-form-top > .n-product-comment-rates,
 .n-product-comment-form-top > .n-product-comment-need-login {
   flex: 1;
   display: block;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-from-f .n-rate-comment-form {
     margin-top: 20px;
   }
 }
 .n-product-comment-from-f .n-rate-comment-form > .n-row {
   margin-top: 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-from-f .n-rate-comment-form > .n-row {
     margin-bottom: 25px !important;
   }
 }
 .n-product-comment-from-f .n-rate-comment-form > .n-row > .n-title {
   float: right;
   width: 100%;
   color: #636466;
   font-size: 15px;
   font-weight: bold;
   margin-bottom: 15px;
 }
 .n-product-comment-from-f .n-rate-comment-form > .n-row > .n-value {
   float: left;
   width: 100%;
 }
 .n-product-comment-from-f .n-rate-comment-form > .n-row > .n-value .n-rate-bar {
   position: relative;
 }
 .n-product-comment-from-f
   .n-rate-comment-form
   > .n-row
   > .n-value
   .n-rate-bar
   .n-title {
   position: absolute;
   left: 0;
   width: 70px;
   font-size: 12px;
   text-align: center;
   color: #aaa;
   top: 50%;
   transform: translateY(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-from-f .n-btns {
     text-align: center !important;
     margin-top: 20px !important;
   }
   .n-product-comment-from-f .n-btns .n-btn {
     width: 100%;
     margin: 20px 0 0;
   }
 }
 .n-product-comment {
   position: relative;
   padding-right: 450px !important;
   margin-bottom: 10px;
   background: #f2f2f2;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment {
     padding: 10px !important;
     border-radius: 9px;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
   }
 }
 .n-product-comment > .n-content {
   min-height: 200px;
 }
 .n-product-comment .n-answer {
   padding: 20px !important;
   margin-right: 0;
   margin-top: 20px;
   background: #fff;
   border-right: 3px solid #12a058;
 }
 .n-product-comment > .n-tags {
   position: absolute;
   right: 0;
   top: 0;
   padding: 20px;
   width: 450px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment > .n-tags {
     display: none;
   }
 }
 .n-product-comment > .n-tags .n-ordered {
   display: block;
   width: 100%;
   margin-bottom: 50px;
   text-align: center;
   border: 1px solid #1080a6;
   line-height: 40px;
   border-radius: 100px;
   color: #1080a6;
   font-weight: bold;
 }
 .n-product-comment > .n-tags .n-ordered i {
   font-size: 17px;
   margin-left: 7px;
   vertical-align: middle;
 }
 .n-product-comment .n-comment-header {
   border-bottom: 1px solid #dedede;
   margin-bottom: 30px;
   padding-bottom: 25px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-comment-header {
     padding-bottom: 10px;
     margin-bottom: 10px;
   }
 }
 .n-product-comment .n-comment-header .n-name {
   font-weight: bold;
   font-size: 17px;
   color: #000;
   margin-bottom: 7px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-comment-header .n-name {
     font-size: 12px;
     margin-bottom: 0;
   }
 }
 .n-product-comment .n-comment-header .n-name i {
   font-size: 20px;
   color: #1080a6;
   vertical-align: middle;
 }
 .n-product-comment .n-comment-header .n-date {
   color: #1080a6;
 }
 .n-product-comment .n-comment-header .n-state {
   position: absolute;
   left: 0;
   font-size: 15px;
   font-weight: bold;
   top: 0;
   line-height: 55px;
   text-align: center;
   padding: 0 30px;
   border: 2px solid #ccc;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-comment-header .n-state {
     font-size: 9px;
     font-weight: normal;
     line-height: 33px;
     padding: 0 5px;
     border-width: 1px;
   }
 }
 .n-product-comment .n-comment-header .n-state.n-confirmed {
   border-color: #006288;
   color: #006288;
 }
 .n-product-comment .n-comment-header .n-state.n-deleted {
   border-color: #fb3449;
   color: #fb3449;
 }
 .n-product-comment .n-details {
   margin-bottom: 30px;
   font-size: 18px;
   line-height: 1.375;
   font-weight: 400;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-details {
     font-size: 13px;
     margin-bottom: 0;
   }
   .n-product-comment .n-details .n-d {
     margin-bottom: 20px;
   }
 }
 .n-product-comment .n-details .n-red {
   color: #fb3449 !important;
 }
 .n-product-comment .n-details .n-primary {
   color: #00bfd6 !important;
 }
 .n-product-comment .n-details ul li {
   font-size: 15px;
   padding-right: 17px;
   color: #5f5f5f;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-details ul li {
     font-size: 12px;
     padding-right: 0;
   }
 }
 .n-product-comment .n-details .n-red-dot li:before {
   background: #fb3449;
 }
 .n-product-comment .n-details .n-green-dot li:before {
   background: #00bfd6;
 }
 .n-product-comment .n-details.n-primary {
   color: #00bfd6;
 }
 .n-product-comment .n-details .n-title {
   color: #000;
   font-weight: bold;
   margin-bottom: 5px;
 }
 .n-product-comment .n-details ul li:before {
   content: '';
   width: 6px;
   height: 6px;
   margin-left: 7px;
   border-radius: 10px;
   vertical-align: middle;
   display: inline-block;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-comment-text {
     font-size: 13px;
     line-height: 22px;
     text-align: justify;
   }
 }
 .n-product-comment .n-comment-footer {
   margin-top: 30px;
   text-align: left;
 }
 .n-product-comment .n-comment-footer .n-btn {
   margin: 0 10px 0 0;
 }
 .n-product-comment .n-comment-footer .n-rate {
   line-height: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment .n-comment-footer .n-rate {
     text-align: right;
   }
 }
 .n-product-comment .n-comment-footer .n-rate .n-btn {
   margin-right: 10px;
   display: inline-block;
   padding: 0 17px;
   cursor: pointer;
   color: #fff;
 }
 .n-product-comment .n-comment-footer .n-rate .n-btn.n-like {
   background: #1080a6;
 }
 .n-product-comment .n-comment-footer .n-rate .n-btn.n-dislike {
   background: #fb3449;
 }
 .n-product-comment-list {
   margin-top: 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-product-comment-list {
     margin-top: 20px;
   }
 }
 .page-cart-progress {
   position: relative;
   margin-bottom: 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress {
     margin-bottom: 30px;
   }
 }
 .page-cart-progress:before {
   content: '';
   display: block;
   width: 100%;
   z-index: 0;
   background: #a7a9ac;
   border-radius: 50px;
   height: 10px;
   position: absolute;
   top: 100%;
   right: 0;
   transform: translateY(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress:before {
     height: 5px;
   }
 }
 .page-cart-progress .n-progress {
   content: '';
   display: block;
   width: 0;
   background: #1080a6;
   border-radius: 50px;
   height: 10px;
   position: absolute;
   top: 100%;
   right: 0;
   transform: translateY(-50%);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress .n-progress {
     height: 5px;
   }
 }
 .page-cart-progress .n-step {
   float: right;
   width: 25%;
   text-align: center;
   font-size: 15px;
   position: relative;
   padding-bottom: 20px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress .n-step {
     font-size: 11px;
     padding-bottom: 10px;
   }
 }
 .page-cart-progress .n-step:after {
   content: '';
   display: inline-block;
   border-radius: 50px;
   width: 17px;
   height: 17px;
   background: #a7a9ac;
   position: absolute;
   top: 100%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress .n-step:after {
     width: 12px;
     height: 12px;
   }
 }
 .page-cart-progress .n-step.n-active {
   color: #1080a6;
 }
 .page-cart-progress .n-step.n-active:after {
   background: #1080a6;
 }
 .page-cart-progress.n-steps-5 .n-step {
   width: 20%;
 }
 .page-cart-progress.theme-digi-2 {
   max-width: 800px;
   margin: 0 auto;
 }
 .page-cart-progress.theme-digi-2:before {
   height: 3px;
   background: #ddd;
 }
 .page-cart-progress.theme-digi-2 .n-progress {
   background: #1080a6;
   height: 3px;
 }
 .page-cart-progress.theme-digi-2 .n-step {
   color: #ddd;
 }
 .page-cart-progress.theme-digi-2 .n-step:after {
   background: #ddd;
   width: 25px;
   height: 25px;
   border-radius: 50px;
   border: 10px solid #f5f5f5;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .page-cart-progress.theme-digi-2 .n-step:after {
     width: 16px;
     height: 16px;
     border-width: 5px;
   }
 }
 .page-cart-progress.theme-digi-2 .n-step.n-active {
   color: #fff;
 }
 .page-cart-progress.theme-digi-2 .n-step.n-active:after {
   background: #1080a6;
 }
 
 .n-cart-content {
   display: flex;
   gap: 1rem;
   width: 100%;
 }
 
 .n-cart-content .n-cart-content-left {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   border: 1px solid var(--color-neutral-200);
   border-radius: 10px;
   padding: 1rem;
   height: max-content;
   background: #f9f9f9;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content {
     flex-direction: column;
   }

   .n-cart-content .n-cart-content-left {
    border-radius: 0px;
  }
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price {
   background-color: #fff;
   -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   position: relative;
   padding: 1rem;
   border-radius: 15px;
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price .n-price-list {
   font-size: 15px;
   color: #000;
   position: relative;
   padding: 0.8rem 0;
   border-bottom: 1px solid var(--color-neutral-200);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-left .n-cart-box-price .n-price-list {
     margin-bottom: 15px;
   }
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price .n-price-list.n-blue {
   color: #009ec9;
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price .n-price-list.n-red {
   color: #fb3449;
 }
 .n-cart-content
   .n-cart-content-left
   .n-cart-box-price
   .n-price-list
   .n-left-over {
   position: absolute;
   right: 0;
   top: 19px;
   font-size: 12px;
   color: #606060;
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price .n-price-list .n-delete {
   position: absolute;
   right: 100%;
   top: 2px;
   height: 20px;
   width: 20px;
   line-height: 25px;
   background: #fc3472;
   text-align: center;
   color: #fff;
   font-size: 17px;
   vertical-align: middle;
   display: inline-block;
   margin-right: 5px;
   cursor: pointer;
   border-radius: 0 50px 50px 0;
 }
 .n-cart-content
   .n-cart-content-left
   .n-cart-box-price
   .n-price-list
   .n-delete:hover {
   background: #606060;
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price > .n-title {
   text-align: center;
   font-size: 17px;
   font-weight: bold;
   color: #000;
   padding-top: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-left .n-cart-box-price > .n-title {
     margin-top: 0;
     padding-top: 20px;
   }
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price > .n-full-price {
   text-align: center;
   font-size: 17px;
   font-weight: 600;
   color: #1080a6;
   padding: 0 0 10px 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-left .n-cart-box-price > .n-full-price {
     padding: 0;
   }
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price > .n-description {
   margin-top: 30px;
   color: #a0a0a0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-left .n-cart-box-price > .n-description {
     margin-top: 10px;
   }
 }
 .n-cart-content .n-cart-content-left .n-cart-box-price > .n-btn {
   width: 100%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-left .n-cart-box-price > .n-btn.theme-digi-2 {
     width: 50% !important;
     position: fixed;
     left: 19% !important;
     right: auto !important;
     bottom: 5px;
     line-height: 40px;
     height: 40px;
     z-index: 151;
     border-radius: 7px;
     font-size: 18px;
     border: 2px solid rgba(96, 96, 96, 0.15);
   }
   .n-cart-content
     .n-cart-content-left
     .n-cart-box-price
     > .n-btn.theme-digi-2.n-next-step1 {
     right: 5px !important;
     width: 60% !important;
     left: auto !important;
   }
   .n-cart-content
     .n-cart-content-left
     .n-cart-box-price
     > .n-btn.theme-digi-2.n-mt-full {
     left: auto;
     right: 5px;
     width: 80%;
   }
   .n-cart-content
     .n-cart-content-left
     .n-cart-box-price
     > .n-btn.theme-digi-2:before {
     display: none;
   }
   .n-cart-content
     .n-cart-content-left
     .n-cart-box-price
     > .n-btn.theme-digi-2
     i {
     right: 5px;
     top: 5px;
     transform: none;
     font-size: 15px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     background: #fff;
     border-radius: 50px;
     text-align: center;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-right {
     position: relative;
   }
 }
 .n-cart-content .n-cart-detail-select .n-detail {
   padding: 4px 0;
   font-size: 15px;
 }
 .n-cart-content .n-cart-content-footer {
   margin-top: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-content .n-cart-content-footer {
     margin: 0;
   }
 }
 .n-cart-content .n-cart-content-footer .n-cart-action-back span.justDesktop {
   display: inline-block !important;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   /* .n-cart-content .n-cart-content-footer .n-cart-action-back {
     width: 27%;
     position: fixed;
     left: 71%;
     text-align: center;
     bottom: 5px;
     line-height: 40px;
     height: 40px;
     z-index: 151;
     background: #ebeef0;
     border-radius: 7px;
     font-size: 14px;
     border: 2px solid rgba(96, 96, 96, 0.15);
   }
   .n-cart-content .n-cart-content-footer .n-cart-action-back i {
     vertical-align: middle;
     font-size: 18px;
     margin-left: 3px;
   }
   .n-cart-content .n-cart-content-footer .n-cart-action-back span.justDesktop {
     display: none !important;
   } */
   .n-cart-content
     .n-cart-content-footer
     .n-cart-action-back
     span.justMobileTablet {
     display: inline-block !important;
   }
 }
 .mt-address-style {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   background: #fff;
   position: relative;
   border-radius: 15px;
   padding: 25px 40px 25px 25px;
   cursor: pointer;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style {
     padding: 15px 40px 15px 15px;
     margin-bottom: 5px;
   }
 }
 .mt-address-style.not-selectable {
   cursor: default;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style.not-selectable {
     padding: 15px;
   }
 }
 .mt-address-style.not-selectable .n-active-btn {
   display: none;
 }
 .mt-address-style.n-active:before {
   transform: scale(1);
 }
 
 /* .mt-address-style.n-active:before,
 .mt-address-style:hover:before {
   transform: scale(1);
 } */
 
 .mt-address-style.n-active:after,
 .mt-address-style:hover:after {
   transform: translateX(-50%) translateY(-50%) scale(1);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style.n-active:after,
   .mt-address-style:hover:after {
     transform: translateY(-50%) scale(1);
   }
 }
 .mt-address-style.n-active .n-active-btn,
 .mt-address-style:hover .n-active-btn {
   opacity: 1;
   transform: scale(1);
 }
 
 .mt-address-style:before {
   content: '';
   display: block;
   width: 8px;
   height: 70%;
   right: 0;
   top: 15%;
   background: var(--color-neutral-600);
   border-radius: 15px 0 0 15px;
   position: absolute;
   transform: scale(0);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 
 .mt-address-style.n-active:before {
   background: var(--color-primary);
 }
 
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style:before {
     display: none;
   }
 }
 .mt-address-style:after {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%) translateX(-50%) scale(0);
   right: -37px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   background: #fff;
   border-radius: 70px;
   border: 1px solid var(--color-neutral-700);
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   font-size: 20px;
   color: var(--color-neutral-700);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 
 .mt-address-style.n-active:after {
   color: #ef4056;
   border: 1px solid #ef4056;
 }
 
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style:after {
     width: 25px;
     height: 25px;
     line-height: 25px;
     transform: translateY(-50%) scale(0);
     right: 5px;
     left: auto;
     font-size: 15px;
   }
 }
 .mt-address-style.not-selectable:after,
 .mt-address-style.not-selectable:before {
   display: none;
 }
 .mt-address-style .n-active-btn {
   position: absolute;
   left: 20px;
   top: 20px;
   transform: scale(0);
   opacity: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style .n-active-btn {
     bottom: 0;
     top: auto;
     left: 0;
     width: 100%;
     line-height: 1;
     border-radius: 0 0 10px 10px;
   }
 }
 .mt-address-style .n-title {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 7px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style .n-title {
     margin-bottom: 10px;
     font-size: 15px;
   }
 }
 .mt-address-style .n-edit-address,
 .mt-address-style .n-delete-address {
   font-size: 13px;
   color: #1080a6;
   margin: 0 10px;
   cursor: pointer;
 }
 .mt-address-style .n-edit-address:hover,
 .mt-address-style .n-delete-address:hover {
   color: #000;
 }
 .mt-address-style .n-delete-address {
   color: #fb3449;
 }
 .mt-address-style .n-details .n-detail {
   margin-bottom: 8px;
   font-size: 14px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-style .n-details .n-detail {
     margin-bottom: 0;
   }
 }
 .mt-address-style .n-details .n-detail:not(.width-100) {
   margin-left: 8px;
 }
 .mt-address-style .n-details .n-detail:last-of-type {
   margin-bottom: 0;
 }
 .mt-address-style-add {
   border: 2px dashed #b8b8b8;
   letter-spacing: -0.3px;
   color: #a0a0a0;
   min-height: 72px;
   font-size: 23px;
   line-height: 2;
   cursor: pointer;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-radius: 10px;
 }
 .mt-address-style-add i {
   margin-left: 5px;
   vertical-align: middle;
   font-size: 28px;
 }
 
 .n-delivery-type-list {
   display: flex;
   flex-wrap: wrap;
   gap: 1rem;
 }
 
 .n-delivery-type-style {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   background: #fff;
   position: relative;
   border-radius: 15px;
   padding: 25px 125px 25px 25px;
   cursor: pointer;
   /* max-width: calc(50% - 1rem); */
   flex: 1 1 calc(50% - 1rem);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style {
     padding: 15px 105px 15px 15px;
     margin-bottom: 5px;
     max-width: 100%;
     flex: 1 1 100%;
   }
 }
 .n-delivery-type-style .n-img {
   position: absolute;
   right: 30px;
   width: 70px;
   height: 70px;
   border-radius: 100px;
   border: 3px solid #ccc;
   padding: 12px;
   top: 50%;
   transform: translateY(-50%);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style .n-img {
     right: 17px;
   }
 }
 .n-delivery-type-style .n-title {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 5px;
 }
.n-delivery-type-style .n-price {
    position: absolute;
    left: 20px;
    bottom: 3px;
    font-weight: bold;
    font-size: 0.8rem;
    text-align: center;
    color: var(--color-icon-brand);
}
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style .n-price {
     position: relative;
     left: 0;
     top: 0;
     transform: none;
     margin-top: 10px;
     text-align: left;
     line-height: 25px;
   }
 }
 /*.n-delivery-type-style .n-price .n-title-mini {
   font-size: 11px;
 }*/
/* @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style .n-price .n-title-mini {
     float: right;
   }
 }*/
 .n-delivery-type-style:before {
   content: '';
   display: block;
   width: 8px;
   height: 70%;
   right: 0;
   top: 15%;
   background: #1080a6;
   border-radius: 15px 0 0 15px;
   position: absolute;
   transform: scale(0);
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-delivery-type-style:after {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%) translateX(-50%) scale(0);
   right: -36px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   background: #fff;
   border-radius: 70px;
   border: 1px solid #1080a6;
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   font-family: 'Font Awesome 5 Pro';
   font-weight: 300;
   font-size: 20px;
   color: #1080a6;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style:after {
     right: 16px;
     left: auto;
     width: 70px;
     height: 70px;
     line-height: 70px;
     font-size: 35px;
     background: rgba(255, 255, 255, 0.7);
   }
 }
 .n-delivery-type-style.n-active:before,
 .n-delivery-type-style:hover:before {
   transform: scale(1);
 }
 .n-delivery-type-style.n-active:after,
 .n-delivery-type-style:hover:after {
   transform: translateX(-50%) translateY(-50%) scale(1);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-type-style.n-active:after,
   .n-delivery-type-style:hover:after {
     transform: translateY(-50%) scale(1);
   }
 }
 .n-delivery-time {
   padding: 0;
   overflow: hidden;
 }
 .n-delivery-time .n-delivery-time-tab {
   position: relative;
   font-size: 14px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   overflow-x: auto;
 }
 .n-delivery-time .n-delivery-time-tab .n-item {
   font-size: 13px;
   line-height: 1.692;
   letter-spacing: -0.3px;
   color: #808080;
   text-align: center;
   cursor: pointer;
   background: #f8f8f8;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   min-width: 130px;
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   border-left: 1px solid #e1e1e1;
   border-bottom: 1px solid #e1e1e1;
   padding: 10px 20px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-time .n-delivery-time-tab .n-item {
     min-width: 95px;
   }
 }
 .n-delivery-time .n-delivery-time-tab .n-item.n-active {
   border-bottom-color: #fff;
   border-top: 4px solid #1080a6;
 }
 .n-delivery-time .n-delivery-time-tab .n-item.n-active .n-day-name {
   font-weight: bold;
   color: #000;
 }
 .n-delivery-time .n-delivery-time-tab .n-item:last-of-type {
   border-left: 0;
 }
 .n-delivery-time .n-delivery-time-contents {
   padding: 20px;
 }
 .n-delivery-time .n-delivery-time-contents .n-cart-detail-select > .n-detail {
   float: right;
   width: 50%;
   padding: 10px 0;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-delivery-time .n-delivery-time-contents .n-cart-detail-select > .n-detail {
     width: 100%;
   }
 }
 .n-delivery-time
   .n-delivery-time-contents
   .n-cart-detail-select
   > .n-detail
   .n-full-day {
   font-size: 11px;
   color: #dd7e19;
   background: #fff9f2;
   border: 1px solid #f0d6ba;
   border-radius: 5px;
   padding: 8px 30px;
   position: absolute;
   left: 0;
   top: 0;
 }
 .n-payment-style {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   background: #fff;
   position: relative;
   margin-bottom: 15px;
   border-radius: 15px;
   padding: 30px 140px 30px 30px;
   cursor: pointer;
   overflow: hidden;
   text-align: center;
   min-height: 155px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-payment-style {
     padding: 10px 100px 10px 10px;
     min-height: auto;
   }
 }
 .n-payment-style .n-img {
   position: absolute;
   right: 0;
   top: 0;
   width: 120px;
   height: 100%;
   background: #eaeaea;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-payment-style .n-img {
     width: 90px;
   }
 }
 .n-payment-style .n-img img {
   max-width: 60%;
   max-height: 60%;
   width: auto;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }
 .n-payment-style .n-title {
   font-weight: bold;
   font-size: 15px;
   margin-bottom: 5px;
 }
 .n-payment-style .n-description {
   text-align: justify;
 }
 .n-payment-style.n-active {
   background: #fff;
 }
 .n-payment-style.n-active .n-img {
   background: #ef4056;
 }
 .n-payment-list .n-payment-style {
   float: right;
   width: calc((100% - (2 * 10px)) / 3);
   margin-left: 10px;
   margin-bottom: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-payment-list .n-payment-style {
     margin-left: 0;
     width: 100%;
     margin-bottom: 5px;
   }
 }
 .n-payment-list .n-payment-style:nth-of-type(3n) {
   margin-left: 0;
 }
 .n-payment-online-style {
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 15px;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  display: flex;
  flex-direction: column;
 }
 .n-payment-online-style .n-img {
    height: 100px;
    padding: 1rem 0 0.5rem;
 }
 .n-payment-online-style .n-img img{
  height: 100%;
}

 .n-payment-online-style .n-title {
  padding: 0 0 0.5rem; 
  color: var(--color-neutral-700);
 }
 .n-payment-online-style.n-active {
  background: #ef4056;
  border-color: transparent;
 }
 .n-payment-online-style.n-active .n-title {
   color: white;
 }
 .n-payment-online-type-list {
   position: relative;
   font-size: 14px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   overflow-x: auto;
 }
 .n-payment-online-type-list .n-payment-online-style {
   margin-left: 10px;
   min-width: 130px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-payment-online-type-list .n-payment-online-style {
     width: 95px;
     min-width: 95px;
   }
 }
 .n-payment-online-card-to-card-description > .n-description {
   font-size: 15px;
   padding-right: 20px;
   line-height: 33px;
   text-align: justify;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-payment-online-card-to-card-description > .n-description {
     padding-right: 0;
   }
 }
 .n-payment-online-card-to-card-description > .n-description span {
   background: #fce82e;
   font-size: 21px;
   padding: 0 10px;
   border-radius: 5px;
   color: #000;
   margin: 0 5px;
   display: inline-block;
 }
 .n-cart-order-review .n-reviews-details {
   border-bottom: 1px solid #d8d8d8;
   margin-bottom: 30px;
 }
 .n-cart-order-review .n-reviews-details .n-detail {
   float: right;
   width: 20%;
   padding: 15px 0;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-order-review .n-reviews-details .n-detail {
     border-bottom: 1px solid #ccc;
     width: 100%;
     padding: 5px 0;
     margin: 1px;
     text-align: center;
   }
   .n-cart-order-review .n-reviews-details .n-detail:last-of-type {
     border-bottom: 0;
   }
 }
 .n-cart-order-review .n-reviews-details .n-detail .n-title {
   font-size: 13px;
   color: #a7a9ac;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-order-review .n-reviews-details .n-detail .n-title {
     float: right;
   }
 }
 .n-cart-order-review .n-reviews-details .n-detail .n-val {
   font-size: 15px;
   font-weight: bold;
   color: #666;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-order-review .n-reviews-details .n-detail .n-val {
     float: left;
   }
 }
 .n-cart-box-gift-code {
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code {
     box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
     border: 1px solid #e7e7e7;
     background: #fff;
     position: relative;
     margin-bottom: 15px;
     border-radius: 15px;
     padding: 20px;
   }
   .n-cart-box-gift-code .mt-title-style-theme .n-title {
     background: #fff;
   }
 }
 .n-cart-box-gift-code .n-cart-discount-mobile-btn {
   color: #000;
   font-weight: bold;
   font-size: 16px;
   cursor: pointer;
 }
 .n-cart-box-gift-code .n-cart-discount-mobile-btn i {
   float: left;
   font-size: 28px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-cart-box-gift-code .n-cart-discount-mobile-btn.n-active i {
   transform: rotate(180deg);
 }
 .n-cart-box-gift-code > .n-discount-box {
   float: right;
   width: calc((100% - 10px) / 2);
   margin-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code > .n-discount-box {
     width: 100%;
     padding: 0;
     border: 0;
     box-shadow: none;
     margin: 0;
     display: none;
   }
 }
 .n-cart-box-gift-code > .n-discount-box:nth-of-type(3) {
   margin-left: 0;
 }
 .n-cart-box-gift-code .n-discount-box {
   padding-left: 20px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code .n-discount-box {
     padding-left: 0;
   }
 }
 .n-cart-box-gift-code .n-discount-box > .n-title {
   font-weight: bold;
   font-size: 18px;
   line-height: 1;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code .n-discount-box > .n-title {
     display: none;
   }
 }
 .n-cart-box-gift-code .n-discount-box > .n-description {
   margin-bottom: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code .n-discount-box > .n-description {
     display: none;
   }
 }
 .n-cart-box-gift-code .n-discount-box .n-form-style .n-row {
   position: relative;
   padding-left: 170px;
   margin-bottom: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code .n-discount-box .n-form-style .n-row {
     padding-left: 105px;
     margin-top: 15px !important;
     margin-bottom: 0 !important;
   }
 }
 .n-cart-box-gift-code .n-discount-box .n-form-style .n-row button {
   position: absolute;
   line-height: 30px;
   left: 0;
   top: 0;
   width: 150px;
   padding-right: 0;
   padding-left: 0;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-box-gift-code .n-discount-box .n-form-style .n-row button {
     width: 95px;
   }
 }
 .n-pay-state-style {
   text-align: center;
 }
 .n-pay-state-style i {
   width: 150px;
   height: 150px;
   line-height: 150px;
   display: inline-block;
   text-align: center;
   border-radius: 150px;
   font-size: 70px;
   border: 2px solid #9f9f9f;
   margin-bottom: 30px;
 }
 .n-pay-state-style .n-title {
   font-size: 30px;
   font-weight: bold;
 }
 .n-pay-state-style .n-title .n-btn {
   display: inline-block;
   margin: 0 10px;
   padding: 5px 10px;
   vertical-align: middle;
 }
 .n-pay-state-style .n-description {
   font-size: 20px;
   margin-bottom: 20px;
 }
 .n-pay-state-style.n-success .n-title {
   color: #006288;
 }
 .n-pay-state-style.n-success i {
   border-color: #006288;
   color: #006288;
 }
 .n-pay-state-style.n-error .n-title {
   color: #fb3449;
 }
 .n-pay-state-style.n-error i {
   border-color: #fb3449;
   color: #fb3449;
 }
 .n-title-shipping-style {
   margin-bottom: 20px;
 }
 .n-title-shipping-style .n-inner-title {
   display: inline-block;
   color: #000;
   font-weight: bold;
   font-size: 16px;
   border-radius: 50px;
   z-index: 2;
   position: relative;
 }
 .n-title-shipping-style > .left {
   font-size: 12px;
   line-height: 26px;
   position: relative;
   padding-right: 12px;
   margin-right: 4px;
 }
 .n-title-shipping-style > .left .n-time-value {
   position: relative;
   margin-right: 10px;
   padding-right: 15px;
 }
 .n-title-shipping-style > .left .n-time-value:before {
   content: '';
   position: absolute;
   top: 6px;
   right: 0;
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background-color: #e0e0e2;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-orderSummery-slider .n-slider .n-product.theme-digi-2 {
     min-height: auto !important;
   }
 }
 .n-orderSummery-slider .n-slider .n-product.theme-digi-2 .n-img {
   margin-bottom: 0;
 }
 @media only screen and (min-width: 960px) {
   .n-orderSummery-slider .n-slider .n-product.theme-digi-2 .n-img {
     height: 80px;
     width: 80px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-orderSummery-slider .n-slider .n-product.theme-digi-2 .n-img {
     height: 100px;
   }
 }
 #n-cart-discount-box .n-cart-discount-row .n-delete-dsicount {
   float: left;
   cursor: pointer;
   border: 0;
   background: transparent;
 }
 #n-cart-discount-box .n-cart-discount-row .n-delete-dsicount:hover {
   color: #000;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-cart footer#footer-nf-main .n-footer-newsletter,
   body.page-cart footer#footer-nf-main > .size {
     display: none;
   }
 }
 body.page-cart.page-pay-waiting .n-pay-waiting {
   text-align: center;
   padding: 50px 0 75px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-cart.page-pay-waiting .n-pay-waiting {
     padding: 20px 0 40px;
   }
 }
 body.page-cart.page-pay-waiting .n-pay-waiting .n-pay-waiting-title {
   font-size: 36px;
   display: block;
   font-weight: 900;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-cart.page-pay-waiting .n-pay-waiting .n-pay-waiting-title {
     font-size: 20px;
   }
 }
 body.page-cart.page-pay-waiting .n-pay-waiting .n-pay-waiting-description {
   margin: 30px 0 55px;
   font-size: 16px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-cart.page-pay-waiting .n-pay-waiting .n-pay-waiting-description {
     margin: 15px 0 30px;
     font-size: 13px;
   }
   body.page-cart.page-pay-waiting
     .n-pay-waiting
     .n-pay-waiting-description
     .n-btn {
     margin: 5px;
     display: inline-block;
   }
 }
 body.page-cart.page-pay-waiting .n-pay-waiting .n-pay-waiting-title {
   margin-top: 100px;
 }
 .n-login-register-box {
   width: 1024px;
   max-width: 100%;
   background: #fff;
   padding: 0;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   min-height: 600px;
   display: flex;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box {
     min-height: auto;
   }
 }
 .n-login-register-box #txtLoginEmail {
   -webkit-appearance: none;
 }
 .n-login-register-box #txtLoginEmail::-webkit-inner-spin-button,
 .n-login-register-box #txtLoginEmail::-webkit-outer-spin-button {
   -webkit-appearance: none;
 }
 .n-login-register-box > .n-login-register-right {
   padding: 35px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box > .n-login-register-right {
     padding: 20px 20px 100px;
   }
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-header {
   margin-bottom: 35px;
   text-align: center;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-header
   > .n-title {
   font-size: 25px;
   line-height: 70px;
   color: #000;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-header
   > .n-description {
   text-align: center;
   font-size: 14px;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-row.n-btns {
   margin-top: 10px;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-row-change-mobile-number {
   border: 1px solid #a5a5a5;
   display: inline-block;
   width: auto;
   padding: 5px 10px;
   border-radius: 4px;
   color: #a5a5a5;
   margin-bottom: 10px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box
     > .n-login-register-right
     > .n-login-page-item
     > .n-content
     .n-form-style
     .n-row-change-mobile-number {
     border: 0;
     padding: 0 0 10px;
   }
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-row-change-mobile-number
   i {
   vertical-align: middle;
   margin-left: 5px;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-row-change-mobile-number:hover {
   color: #1080a6;
   border-color: #1080a6;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-resend-login-code {
   position: absolute;
   left: 0;
   bottom: 15px;
   line-height: 20px;
   padding: 0 15px;
   border-right: 1px solid #ccc;
   color: #000;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-resend-login-code.n-disabled {
   opacity: 0.4;
   cursor: not-allowed;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-form-style
   .n-btn {
   display: block;
   width: 100%;
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-need-or {
   position: absolute;
   bottom: -100px;
   right: 0;
   padding: 20px;
   text-align: center;
   width: 100%;
   font-size: 14px;
   opacity: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box
     > .n-login-register-right
     > .n-login-page-item
     > .n-content
     .n-need-or {
     margin-top: 30px;
   }
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item
   > .n-content
   .n-need-or
   .n-or {
   margin: 0 7px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box
     > .n-login-register-right
     > .n-login-page-item
     > .n-content
     .n-need-or
     .n-or {
     display: block;
     line-height: 20px;
   }
 }
 .n-login-register-box
   > .n-login-register-right
   > .n-login-page-item.n-active
   .n-need-or {
   opacity: 1;
   bottom: 0;
 }
 .n-login-register-box > .n-login-register-left {
   position: absolute;
   top: 0;
   left: 0;
   width: 50%;
   height: 100%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-login-register-box > .n-login-register-left {
     display: none;
   }
 }
 .n-login-register-box > .n-login-register-left .n-bg {
   position: absolute;
   left: 0;
   top: 0;
   height: calc(100% - 80px);
   width: 93%;
   overflow: hidden;
   border-radius: 0 0 20px 0;
   z-index: 2;
 }
 .n-login-register-box > .n-login-register-left .n-bg img {
   min-width: 100%;
   max-width: unset;
   min-height: 100%;
   width: auto;
   height: auto;
 }
 .n-login-register-box > .n-login-register-left .n-login-left-footer {
   position: absolute;
   left: 0;
   bottom: 0;
   height: 110px;
   width: 93%;
   background: #ef394e;
   padding: 50px 40px 0;
   font-size: 18px;
 }
 .n-login-register-box
   > .n-login-register-left
   .n-login-left-footer
   .n-social-theme {
   display: inline-block;
   padding-right: 20px;
 }
 .n-login-register-box
   > .n-login-register-left
   .n-login-left-footer
   .n-social-theme
   li {
   background: #ec6b4b;
   box-shadow: 5px 7px 0 0 #ec6b4b38;
   border-radius: 5px;
   margin-left: 10px;
   width: 40px;
   height: 40px;
   line-height: 48px;
 }
 .n-profile-container > .n-profile-sidebar-container {
   position: relative;
   float: right;
   width: 20%;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container > .n-profile-sidebar-container {
     width: 100%;
   }
 }
 .n-profile-container > .n-profile-sidebar-container .n-profile-side-bar {
   position: sticky;
   top: 10px;
   right: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container > .n-profile-sidebar-container .n-profile-side-bar {
     position: relative;
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
   background: #1080a6;
   text-align: center;
   color: #fff;
   padding: 30px 0 0;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-sidebar-container
     .n-profile-side-bar
     > .n-head {
     margin-bottom: 15px;
     padding: 15px 120px 0 0;
     min-height: 80px;
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head:before {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 90px;
   background: rgba(255, 255, 255, 0.35);
   z-index: 1;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > * {
   z-index: 2;
   position: relative;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   .n-avatar {
   width: 120px;
   height: 120px;
   border-radius: 200px;
   background: #fff;
   padding: 5px;
   overflow: hidden;
   margin: 0 auto 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-sidebar-container
     .n-profile-side-bar
     > .n-head
     .n-avatar {
     width: 70px;
     height: 70px;
     position: absolute;
     right: 15px;
     top: 50%;
     transform: translateY(-50%);
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   .n-avatar
   img {
   width: 100%;
   height: 100%;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-title {
   font-size: 20px;
   font-weight: 300;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu {
   margin-top: 25px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-sidebar-container
     .n-profile-side-bar
     > .n-head
     > .n-menu {
     margin-top: 0;
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu
   a {
   float: right;
   width: 50%;
   display: block;
   padding: 10px 0;
   color: #303f4d;
   background: #fff;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-sidebar-container
     .n-profile-side-bar
     > .n-head
     > .n-menu
     a {
     background: transparent;
     width: auto;
     float: none;
     padding: 0 10px;
     display: inline-block;
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu
   a:nth-of-type(2n) {
   border-right: 1px solid #e2e2e2;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu
   a:hover,
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu
   a.n-active {
   color: #1080a6;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-head
   > .n-menu
   a
   i {
   vertical-align: middle;
   font-size: 18px;
   margin-left: 3px;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
   padding: 30px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-sidebar-container
     .n-profile-side-bar
     > .n-menu {
     display: none;
   }
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li {
   color: #a3a3a3;
   margin-bottom: 20px;
   padding-right: 40px;
   position: relative;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li:last-of-type {
   margin-bottom: 0;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   a {
   display: block;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   .n-title {
   font-size: 15px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   i {
   position: absolute;
   right: 0;
   top: 0;
   vertical-align: middle;
   font-size: 19px;
   width: 40px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul {
   margin: 10px -38px 10px 0;
   padding: 10px 15px;
   border-radius: 10px 0 0 10px;
   border-right: 3px solid #f3f3f3;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li {
   font-size: 13px;
   margin-bottom: 5px;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li:last-of-type {
   margin-bottom: 0;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li
   > a {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li
   > a:before {
   content: '';
   vertical-align: middle;
   width: 6px;
   height: 6px;
   border-radius: 50px;
   display: inline-block;
   margin-left: 10px;
   background: #ccc;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li
   > a:hover {
   color: #1080a6;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li
   > a:hover:before {
   background: #000;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li.n-active {
   color: #1080a6;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li
   > ul
   > li.n-active
   a:before {
   background: #000;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li:hover
   .n-title,
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li.n-active
   .n-title {
   color: #000;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li:hover
   i,
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li.n-active
   i {
   color: #1080a6;
 }
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li:hover
   > ul,
 .n-profile-container
   > .n-profile-sidebar-container
   .n-profile-side-bar
   > .n-menu
   > ul
   > li.n-active
   > ul {
   border-color: #1080a6;
 }
 .n-profile-container > .n-profile-content {
   float: left;
   width: calc(80% - 10px);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container > .n-profile-content {
     width: 100%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-content
     .n-profile-detail-edit
     .n-form-style
     .n-btns
     .theme-digi-2 {
     display: block;
     width: 100%;
     min-width: auto;
     margin-top: 15px;
   }
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-detail-edit-avatar
   .n-avatar {
   width: 150px;
   height: 150px;
   border-radius: 200px;
   background: #1080a6;
   padding: 5px;
   margin: 0 auto 10px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-content
     .n-profile-detail-edit-avatar
     .n-avatar {
     margin-top: 30px;
   }
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-detail-edit-avatar
   .n-avatar
   img {
   width: 100%;
   height: 100%;
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-detail-edit-avatar
   .n-avatar
   .n-delete-avatar {
   position: absolute;
   left: 10px;
   top: 10px;
   width: 35px;
   height: 35px;
   background: #fb3449;
   color: #fff;
   text-align: center;
   line-height: 45px;
   font-size: 20px;
   border-radius: 50px;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-detail-edit-avatar
   .n-avatar
   .n-delete-avatar:hover {
   background: #0d0a0a;
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-address-list
   .mt-address-list
   .mt-address-style {
   float: right;
   width: calc((100% - 10px) / 2);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-content
     .n-profile-address-list
     .mt-address-list
     .mt-address-style {
     width: 100%;
   }
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-address-list
   .mt-address-list
   .mt-address-style:nth-of-type(odd) {
   margin-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-content
     .n-profile-address-list
     .mt-address-list
     .mt-address-style:nth-of-type(odd) {
     margin-left: 0;
   }
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-comments-list
   .n-product-comment-list
   .n-product-comment
   > .n-content {
   min-height: 145px;
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-favorites-list
   .n-product-list
   .n-product {
   float: right;
   width: calc((100% - 10px) / 2);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-container
     > .n-profile-content
     .n-profile-favorites-list
     .n-product-list
     .n-product {
     width: 100%;
     margin-bottom: 15px;
   }
 }
 .n-profile-container
   > .n-profile-content
   .n-profile-favorites-list
   .n-product-list
   .n-product:nth-of-type(odd) {
   float: left;
 }
 .n-profile-change-password {
   width: 500px;
   max-width: 100%;
   background: #fff;
   padding: 0;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-change-password {
     width: 100%;
   }
 }
 .n-profile-change-password > .n-head {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
   background: #1080a6;
   text-align: center;
   color: #fff;
   padding: 30px 0 0;
   position: relative;
 }
 .n-profile-change-password > .n-head.n-overflow {
   overflow: hidden;
 }
 .n-profile-change-password > .n-head.n-padding {
   padding: 20px;
 }
 .n-profile-change-password > .n-head .mt-title-style-theme .n-title {
   background: #fff;
 }
 .n-profile-change-password > .n-head:before {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 90px;
   background: rgba(255, 255, 255, 0.35);
   z-index: 1;
 }
 .n-profile-change-password > .n-head > * {
   z-index: 2;
   position: relative;
 }
 .n-profile-change-password > .n-head .n-avatar {
   width: 120px;
   height: 120px;
   border-radius: 200px;
   background: #fff;
   padding: 5px;
   overflow: hidden;
   margin: 0 auto 10px;
 }
 .n-profile-change-password > .n-head .n-avatar img {
   width: 100%;
   height: 100%;
 }
 .n-profile-change-password > .n-head > .n-title {
   font-size: 20px;
   font-weight: 300;
 }
 .n-profile-change-password > .n-head > .n-description {
   padding-bottom: 25px;
   font-size: 25px;
 }
 .n-profile-change-password > .n-content {
   padding: 25px;
 }
 .n-profile-change-password > .n-content .n-btn.theme-digi-2 {
   display: block;
   width: 100%;
 }
 .n-profile-logout,
 .n-profile-register {
   width: 500px;
   max-width: 100%;
   background: #fff;
   padding: 0;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-profile-logout,
   .n-profile-register {
     width: 100%;
   }
 }
 .n-profile-logout > .n-head,
 .n-profile-register > .n-head {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
   background: #fff;
   border-radius: 5px;
   margin-bottom: 10px;
   background: #fb3449;
   text-align: center;
   color: #fff;
   padding: 30px;
   font-size: 20px;
   position: relative;
   margin-bottom: 0;
 }
 .n-profile-logout > .n-head.n-overflow,
 .n-profile-register > .n-head.n-overflow {
   overflow: hidden;
 }
 .n-profile-logout > .n-head.n-padding,
 .n-profile-register > .n-head.n-padding {
   padding: 20px;
 }
 .n-profile-logout > .n-head .mt-title-style-theme .n-title,
 .n-profile-register > .n-head .mt-title-style-theme .n-title {
   background: #fff;
 }
 .n-profile-logout > .n-content,
 .n-profile-register > .n-content {
   padding: 25px;
 }
 .n-profile-register > .n-head {
   background-color: #006288;
 }
 .n-wallet-style {
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
   border: 1px solid #e7e7e7;
   background: #fff;
   margin-bottom: 15px;
   border-radius: 15px;
   padding: 20px;
   background: #006288;
   color: #fff;
   text-align: center;
   position: relative;
   overflow: hidden;
   padding-bottom: 70px;
 }
 .n-wallet-style .mt-title-style-theme .n-title {
   background: #fff;
 }
 .n-wallet-style.n-offer-style {
   background: #fb3449;
 }
 .n-wallet-style > .n-title {
   font-size: 30px;
   font-weight: 300;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-wallet-style > .n-title {
     font-size: 25px;
   }
 }
 .n-wallet-style > .n-money {
   font-size: 40px;
   font-weight: bold;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-wallet-style > .n-money {
     font-size: 35px;
   }
 }
 .n-wallet-style > .n-money .n-value {
 }
 .n-wallet-style > .n-money .n-unit {
   vertical-align: middle;
   font-size: 15px;
   margin: 0 10px;
   color: #000;
 }
 .n-wallet-style > .n-form {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   background: rgba(0, 0, 0, 0.2);
 }
 .n-wallet-style > .n-form input[type='number'],
 .n-wallet-style > .n-form input[type='text'] {
   width: 100%;
   z-index: 1;
   display: block;
   text-align: center;
   background: transparent;
   border: 0;
   line-height: 50px;
   font-size: 18px;
   color: #fff;
   padding: 0 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-wallet-style > .n-form input[type='number'],
   .n-wallet-style > .n-form input[type='text'] {
     font-size: 12px;
     text-align: right;
     padding: 0 15px;
   }
 }
 .n-wallet-style > .n-form input[type='number']::placeholder,
 .n-wallet-style > .n-form input[type='text']::placeholder {
   color: #fff;
   opacity: 0.5;
 }
 .n-wallet-style > .n-form input[type='number']::-webkit-inner-spin-button,
 .n-wallet-style > .n-form input[type='number']::-webkit-outer-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }
 .n-wallet-style > .n-form button[type='submit'] {
   position: absolute;
   left: 5px;
   top: 5px;
   line-height: 40px;
   padding: 0 20px;
   height: 40px;
   z-index: 2;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-wallet-style > .n-form button[type='submit'] {
     font-size: 11px;
     padding: 0 10px;
   }
 }
 body.page-error,
 body.page-cart.page-pay-waiting {
   background: url(../img/error-bg.png) repeat;
   background-size: auto 250%;
 }
 body.page-error.page-error-404 .n-error-content {
   text-align: center;
   padding: 50px 0 75px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-error.page-error-404 .n-error-content {
     padding: 20px 0 40px;
   }
 }
 body.page-error.page-error-404 .n-error-content .n-error-title {
   font-size: 36px;
   display: block;
   font-weight: 900;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-error.page-error-404 .n-error-content .n-error-title {
     font-size: 20px;
   }
 }
 body.page-error.page-error-404 .n-error-content .n-error-description {
   margin: 30px 0 55px;
   font-size: 16px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-error.page-error-404 .n-error-content .n-error-description {
     margin: 15px 0 30px;
     font-size: 13px;
   }
   body.page-error.page-error-404 .n-error-content .n-error-description .n-btn {
     margin: 5px;
     display: inline-block;
   }
 }
 body.page-error.page-error-404 .n-error-content .n-error-img {
   margin-top: 100px;
 }
 body.page-error.page-error-404 .n-error-content .n-error-img img {
   max-width: 677px;
   width: 90%;
 }
 .nopfarsiir-contact-box {
   padding: 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nopfarsiir-contact-box {
     padding: 20px;
   }
 }
 .nofarsiir-title-blog-theme {
   position: relative;
   margin-bottom: 10px;
   clear: both;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .nofarsiir-title-blog-theme {
     margin-bottom: 10px;
   }
 }
 .nofarsiir-title-blog-theme .n-title {
   display: inline-block;
   background: #f5f5f5;
   color: #000;
   font-weight: bold;
   font-size: 16px;
   border-radius: 50px;
   padding: 5px 0 5px 30px;
   z-index: 2;
   position: relative;
 }
 .mt-address-detail-style {
   padding-right: 60px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .mt-address-detail-style {
     padding-right: 0;
     margin-top: 20px;
   }
 }
 .mt-address-detail-style > .n-header {
   color: #1080a6;
   font-size: 17px;
   font-weight: bold;
   margin-bottom: 25px;
 }
 .mt-address-detail-style > .n-content .n-row {
   margin-bottom: 20px;
   color: #636466;
   font-size: 15px;
   padding: 0 15px 20px;
   border-bottom: 1px solid #e2e2e2;
   font-weight: bold;
 }
 .mt-address-detail-style > .n-content .n-row .n-title {
   display: block;
   font-size: 12px;
   font-weight: 400;
 }
 .mt-address-detail-style > .n-content .n-row .n-or {
   margin: 0 10px;
   display: inline-block;
   opacity: 0.5;
 }
 body.page-contact .n-map {
   position: relative;
   width: 100%;
   height: 500px;
   background: #ccc;
   margin-top: 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-contact .n-map {
     height: 300px;
   }
 }
 body.page-contact footer#footer-nf-main {
   margin-top: 0;
 }
 .n-factor-style .n-factor-title {
   height: 55px;
   margin-bottom: 10px;
   padding-right: 70px;
   position: relative;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-factor-style .n-factor-title {
     margin-top: 10px;
   }
 }
 .n-factor-style .n-factor-title > .n-title {
   font-size: 21px;
   color: #858585;
   line-height: 1;
   padding-top: 5px;
 }
 .n-factor-style .n-factor-title > .n-date {
   display: block;
   font-size: 12px;
   line-height: 1.833;
   letter-spacing: -0.3px;
   margin-top: 5px;
   margin-bottom: -5px;
   color: #acacac;
 }
 .n-factor-style .n-factor-title > .n-back {
   position: absolute;
   right: 0;
   top: 0;
   height: 100%;
   border-left: 1px solid #dfdfdf;
   width: 55px;
   text-align: center;
 }
 .n-factor-style .n-factor-title > .n-back a {
   display: block;
 }
 .n-factor-style .n-factor-title > .n-back i {
   display: block;
   font-size: 40px;
   line-height: 35px;
 }
 .n-factor-style .n-factor-title > .n-back span {
   display: block;
   font-size: 10px;
 }
 .n-factor-style .n-factor-details .n-factor-detail-row {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   border-bottom: 1px solid #f2f2f2;
 }
 .n-factor-style .n-factor-details .n-factor-detail-row:last-of-type {
   border-bottom: 0;
 }
 .n-factor-style .n-factor-details .n-factor-detail-row .n-factor-detail {
   position: relative;
   width: 100%;
   min-height: 1px;
   -ms-flex: 0 0 50%;
   -webkit-box-flex: 0;
   flex: 0 0 50%;
   max-width: 50%;
   padding: 15px 40px;
 }
 .n-factor-style
   .n-factor-details
   .n-factor-detail-row
   .n-factor-detail:nth-of-type(odd) {
   border-left: 1px solid #f2f2f2;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-factor-style .n-factor-details .n-factor-detail-row .n-factor-detail {
     max-width: 100%;
     border-left: 0;
     -ms-flex: 0 0 100%;
     -webkit-box-flex: 0;
     flex: 0 0 100%;
     padding: 15px;
   }
 }
 .n-factor-style
   .n-factor-details
   .n-factor-detail-row
   .n-factor-detail
   > .n-value {
   font-size: 18px;
   color: #000;
 }
 .n-factor-style
   .n-factor-details
   .n-factor-detail-row
   .n-factor-detail
   > .n-value
   .n-btn {
   padding: 5px 10px;
   margin: 0 10px;
 }
 .n-factor-style .n-factor-steps {
   padding: 20px 0 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-factor-style .n-factor-steps {
     padding: 20px 0 40px;
   }
 }
 body.page-factor {
   padding: 30px 0;
   color: #000;
 }
 body.page-factor b {
   font-weight: bold;
 }
 body.page-factor .small,
 body.page-factor small {
   font-size: 85%;
 }
 body.page-factor #printKey {
   border-color: #000;
   color: #000;
   padding: 0 10px;
   line-height: 35px;
   font-size: 25px;
   margin-bottom: 20px;
 }
 body.page-factor #printKey i {
   line-height: 40px;
 }
 body.page-factor .table {
   margin-bottom: 0;
 }
 body.page-factor .table td,
 body.page-factor .table th {
   vertical-align: middle;
 }
 body.page-factor .table.table-bordered td,
 body.page-factor .table.table-bordered th {
   border-color: #dfdfdf;
 }
 body.page-factor .table.table-a {
   text-align: center;
 }
 body.page-factor .table.table-a .n-title {
   display: block;
   font-size: 20px;
 }
 body.page-factor .table.table-b .n-title {
   background-color: #eee;
 }
 .category-grid-page {
   background-color: #fff;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
   border: 1px solid #e4e4e4;
   position: relative;
 }
 .category-grid-page .n-category-grid-header {
   border-bottom: 1px solid #ebe9e9;
   position: relative;
   padding: 10px 40px 10px 10px;
   z-index: 2;
   overflow: hidden;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header {
     padding: 10px;
     cursor: pointer;
   }
 }
 .category-grid-page .n-category-grid-header .n-grid-mobile-btn {
   border-radius: 5px;
   padding: 5px 10px;
   color: #333;
   background: #e0e0e0;
   display: none;
   margin-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-grid-mobile-btn {
     display: inline-block;
   }
 }
 .category-grid-page .n-category-grid-header .n-grid-mobile-btn i {
   vertical-align: middle;
   margin-left: 10px;
   font-size: 18px;
 }
 .category-grid-page .n-category-grid-header .n-category-sort {
   float: right;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-category-sort {
     display: none;
     position: fixed;
     z-index: 12;
     left: 0;
     top: 0;
     right: 0;
     bottom: 50px;
     border-radius: 0;
     overflow-y: auto;
     background: rgba(0, 0, 0, 0.6);
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .n-category-grid-header
     .n-category-sort
     .n-category-sort-inner {
     background-color: #fff;
     box-shadow: 0 19px 38px 0 rgba(61, 61, 61, 0.18);
     padding: 25px;
     border-radius: 9px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     width: 75%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-category-sort .n-sort-close {
     position: absolute;
     left: 20px;
     top: 23px;
     font-size: 20px;
   }
 }
 .category-grid-page .n-category-grid-header .n-category-sort .n-title {
   display: inline-block;
   vertical-align: middle;
   font-weight: bold;
   color: #000;
   margin-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-category-sort .n-title {
     display: block;
     margin-bottom: 20px;
     font-size: 14px;
   }
 }
 .category-grid-page .n-category-grid-header .n-category-sort ul {
   display: inline-block;
   vertical-align: middle;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-category-sort ul {
     display: block;
   }
 }
 .category-grid-page .n-category-grid-header .n-category-sort ul li {
   display: inline-block;
   margin-left: 5px;
   border-radius: 5px;
   padding: 3px 10px;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .n-category-grid-header .n-category-sort ul li {
     display: block;
     position: relative;
     border-bottom: 1px solid #e9e9e9;
     border-radius: 0;
     font-size: 15px;
     padding: 5px 25px 5px 0;
   }
   .category-grid-page .n-category-grid-header .n-category-sort ul li:hover {
     background: transparent !important;
   }
   .category-grid-page .n-category-grid-header .n-category-sort ul li:before {
     content: '';
     display: block;
     width: 15px;
     height: 15px;
     border-radius: 50px;
     background: #fff;
     border: 1px solid #333;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
   }
   .category-grid-page .n-category-grid-header .n-category-sort ul li:after {
     content: '';
     display: block;
     width: 11px;
     height: 11px;
     border-radius: 50px;
     background: #1080a6;
     position: absolute;
     right: 3px;
     top: 50%;
     transform: translateY(-50%) scale(0);
     opacity: 0;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
   .category-grid-page
     .n-category-grid-header
     .n-category-sort
     ul
     li:last-of-type {
     border-bottom: 0;
   }
   .category-grid-page .n-category-grid-header .n-category-sort ul li.n-active {
     color: #1080a6;
   }
   .category-grid-page
     .n-category-grid-header
     .n-category-sort
     ul
     li.n-active:after {
     transform: translateY(-50%) scale(1);
     opacity: 1;
   }
 }
 .category-grid-page .n-category-grid-header .n-category-sort ul li:hover {
   background: #ece9e9;
 }
 @media only screen and (min-width: 960px) {
   .category-grid-page .n-category-grid-header .n-category-sort ul li.n-active {
     background: #ef394e;
     color: #fff;
   }
 }
 .category-grid-page .n-category-grid-header .n-category-restyle {
   float: left;
   position: relative;
   margin: -2px 0;
 }
 .category-grid-page .n-category-grid-header .n-category-restyle ul li {
   float: left;
   display: inline-block;
   width: 34px;
   height: 30px;
   border: 1px solid #ccc;
   cursor: pointer;
   border-radius: 5px;
   color: #ccc;
   text-align: center;
   margin-right: 8px;
   line-height: 37px;
   font-size: 20px;
 }
 .category-grid-page .n-category-grid-header .n-category-restyle ul li.n-active {
   color: #8a8a8a;
   border-color: #8a8a8a;
 }
 .category-grid-page .nf-category-product-grid-list {
   width: calc(100% + 4px);
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list {
     width: 100%;
   }
 }
 .category-grid-page .nf-category-product-grid-list .n-product {
   padding-right: 15px;
 }
 .category-grid-page .nf-category-product-grid-list .n-product.theme-digi-5 {
   float: right;
   width: 25%;
 }
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
   .category-grid-page .nf-category-product-grid-list .n-product.theme-digi-5 {
     width: 33%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list .n-product.theme-digi-5 {
     width: 100%;
   }
 }
 .category-grid-page .nf-category-product-grid-list .n-product.subcategory-item {
   width: 20%;
   height: 280px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list
     .n-product.subcategory-item {
     width: 50%;
     height: 180px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list.n-resp-mt-duel {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5 {
     width: 50%;
     padding: 5px 5px 30px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .nf-price-theme {
     height: 45px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-img-theme {
     position: relative;
     right: 0;
     top: 0;
     transform: none;
     width: auto;
     height: 120px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-compare-theme {
     left: 0;
     width: 100%;
     text-align: right;
     padding: 0 10px;
     bottom: 7px;
     right: auto;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-special-discount-theme
     .n-timer {
     display: none;
   }
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-special-discount-theme
     .n-title {
     width: 100%;
     text-align: center;
     font-size: 11px;
     padding-bottom: 3px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-colors-theme {
     display: none;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page
     .nf-category-product-grid-list.n-resp-mt-duel
     .n-product.theme-digi-5
     .n-shopper-theme {
     display: none;
   }
 }
 .category-grid-page .nf-category-product-grid-list-empty {
   padding: 100px 15px;
   min-height: 337px;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list-empty {
     min-height: auto;
     padding: 20px;
   }
 }
 .category-grid-page .nf-category-product-grid-list-empty > .n-icon {
   font-size: 80px;
   display: block;
   margin: 0 auto 60px;
   height: 200px;
   width: 200px;
   background: #eceff1;
   border-radius: 100px;
   color: #636363;
 }
 .category-grid-page .nf-category-product-grid-list-empty > .n-icon i {
   display: block;
   line-height: 200px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list-empty > .n-icon {
     font-size: 50px;
     width: 125px;
     height: 125px;
     margin-bottom: 20px;
   }
   .category-grid-page .nf-category-product-grid-list-empty > .n-icon i {
     line-height: 125px;
   }
 }
 .category-grid-page .nf-category-product-grid-list-empty > .n-title {
   font-size: 35px;
   line-height: 1.63;
   letter-spacing: 0.5px;
   color: #000;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list-empty > .n-title {
     font-size: 20px;
   }
 }
 .category-grid-page .nf-category-product-grid-list-empty > .n-description {
   font-size: 20px;
   line-height: 1.63;
   letter-spacing: 0.5px;
   color: #555;
   margin-bottom: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .category-grid-page .nf-category-product-grid-list-empty > .n-description {
     font-size: 12px;
   }
 }
 .category-grid-page .n-category-grid-footer {
   margin-top: -1px;
   border-top: 1px solid #ebe9e9;
   position: relative;
   padding: 30px 0 20px;
 }
 .category-grid-page .n-category-grid-footer .n-pagination {
   margin: 0;
 }
 .category-grid-page .n-category-grid-footer .n-pagination ul li.active a,
 .category-grid-page .n-category-grid-footer .n-pagination ul li.active span {
   background: #1080a6 !important;
   border-color: #1080a6 !important;
 }
 .n-page-category-right {
   padding-left: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-page-category-right {
     padding-left: 0;
   }
 }
 .n-search-style {
   position: relative;
 }
 .n-search-style input {
   position: relative;
   z-index: 1;
   width: 100%;
   line-height: 40px;
   background: transparent;
   border: 0 none;
   border-bottom: 1px solid #aaa;
   color: #aaa;
 }
 .n-search-style button {
   background: transparent;
   border: 0 none;
   color: #000;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 2;
   line-height: 40px;
   font-size: 20px;
   cursor: pointer;
 }
 .n-search-style button:hover {
   color: #ef394e;
 }
 .n-sidebar-widget {
   margin-bottom: 10px;
   position: relative;
 }
 .n-sidebar-widget.n-collapsible > .n-header {
   cursor: pointer;
 }
 @media only screen and (min-width: 960px) {
   .n-sidebar-widget.n-collapsible > .n-header:hover {
     background: #ededed;
   }
 }
 .n-sidebar-widget.n-collapsible > .n-header.n-active > i {
   transform: rotate(180deg) translateY(-50%);
 }
 .n-sidebar-widget.n-collapsible > .n-header > i {
   color: #989899;
 }
 .n-sidebar-widget.n-collapsible > .n-content {
   overflow-y: auto;
   max-height: 300px;
 }
 .n-sidebar-widget.no-overflow > .n-content {
   overflow-y: visible;
   max-height: none;
   padding-left: 0;
 }
 .n-sidebar-widget > .n-header {
   padding: 10px 20px;
   text-align: right;
   font-weight: bold;
   font-size: 15px;
   color: #58595b;
   position: relative;
   border-bottom: 1px solid #f2f2f2;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-sidebar-widget > .n-header > i {
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 50px;
   text-align: center;
   font-size: 28px;
   transform-origin: top;
 }
 .n-sidebar-widget > .n-content {
   padding: 15px;
 }
 .n-sidebar-widget.n-brand-widget {
   overflow: hidden;
   position: relative;
 }
 .n-sidebar-widget.n-brand-widget > .n-header-brand {
   background: #1080a6;
   text-align: center;
   height: 100px;
   margin-bottom: 20px;
   color: #fff;
   position: relative;
 }
 .n-sidebar-widget.n-brand-widget > .n-header-brand i,
 .n-sidebar-widget.n-brand-widget > .n-header-brand img {
   position: absolute;
   left: 50%;
   bottom: 0;
   transform: translateY(15px) translateX(-50%);
   background: #fff;
   width: 100px;
   height: 100px;
   line-height: 85px;
   border-radius: 100px;
   border: 3px solid #beebf1;
   text-align: center;
   font-size: 50px;
   color: #8b8b8b;
 }
 .n-sidebar-widget.n-brand-widget > .n-content > .n-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 5px;
   display: block;
   text-align: center;
 }
 .n-sidebar-widget.n-brand-widget > .n-content > .n-description {
   text-align: justify;
 }
 .n-filter-category .n-filter-category-search {
   position: relative;
   margin-bottom: 20px;
   border-radius: 7px;
   border: 1px solid #e5e5e5;
 }
 .n-filter-category .n-filter-category-search input[type='text'] {
   display: block;
   width: 100%;
   background: transparent;
   border: 0;
   padding: 0 15px;
   line-height: 40px;
   position: relative;
   z-index: 1;
 }
 .n-filter-category .n-filter-category-search i {
   position: absolute;
   left: 0;
   top: 0;
   line-height: 40px;
   font-size: 18px;
   z-index: 0;
   width: 40px;
   text-align: center;
 }
 .n-filter-category.mf-filter-color
   .pretty
   input:checked
   ~ .state.p-success-o
   .icon,
 .n-filter-category.mf-filter-color
   .pretty
   input:checked
   ~ .state.p-success-o
   .svg,
 .n-filter-category.mf-filter-color
   .pretty
   input:checked
   ~ .state.p-success-o
   svg,
 .n-filter-category.mf-filter-color .pretty.p-toggle .state.p-success-o .icon,
 .n-filter-category.mf-filter-color .pretty.p-toggle .state.p-success-o .svg,
 .n-filter-category.mf-filter-color .pretty.p-toggle .state.p-success-o svg {
   color: #fff;
   border-radius: 3px;
 }
 .n-filter-category.mf-filter-color li {
   float: right;
   width: 50%;
 }
 .n-filter-category li {
   margin-bottom: 7px;
   position: relative;
   font-size: 14px;
 }
 .n-filter-category li .pretty .state label {
   margin-top: 1px;
 }
 .n-filter-category li:last-of-type {
   margin-bottom: 0;
 }
 .n-filter-category li .n-en {
   position: absolute;
   left: 0;
   top: 0;
   color: #c6c6c6;
 }
 .n-tree-category-theme ul li {
   padding-right: 10px;
   font-weight: bold;
   color: #000;
   font-size: 0.857rem;
 }
 .n-tree-category-theme ul li.n-active {
   color: #1080a6;
 }
 .n-tree-category-theme ul li a {
   margin-bottom: 10px;
   display: inline-block;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .n-tree-category-theme ul li a:hover {
   color: #1080a6;
 }
 .n-tree-category-theme ul li li {
   color: #303f4d;
 }
 .n-tree-category-theme ul li i {
   font-size: 0.957rem;
   vertical-align: middle;
   margin-left: 10px;
 }
 .n-price-range {
   padding: 20px 0 0;
 }
 .irs--flat.irs-with-grid {
   direction: ltr;
 }
 .irs--flat .irs-bar {
   background: #1080a6;
   background: linear-gradient(350deg, #6e2f37 0%, #1080a6 100%);
 }
 .irs--flat .irs-from,
 .irs--flat .irs-to,
 .irs--flat .irs-single {
   background: #1080a6;
   background: linear-gradient(350deg, #6e2f37 0%, #1080a6 100%);
   direction: rtl;
   font-size: 13px;
 }
 .irs--flat .irs-min,
 .irs--flat .irs-max,
 .irs--flat .irs-grid-text {
   direction: rtl;
 }
 .irs--flat .irs-grid-text {
   font-size: 13px;
 }
 .irs--flat .irs-from:before,
 .irs--flat .irs-to:before,
 .irs--flat .irs-single:before {
   border-top-color: #6e2f37;
 }
 .irs--flat .irs-handle > i:first-child {
   background: #6e2f37;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-category-page-active-filters {
     background: transparent !important;
     box-shadow: none !important;
     border: 0 !important;
   }
   .n-category-page-active-filters .n-header {
     display: none;
   }
   .n-category-page-active-filters .n-content {
     padding: 0;
   }
 }
 .n-category-page-active-filters .n-category-active-filters ul li {
   border: 1px solid #eee;
   padding: 5px 15px;
   border-radius: 5px;
   display: inline-block;
   margin: 0 0 5px 5px;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-category-page-active-filters .n-category-active-filters ul li {
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
     background: #fff;
     border: 0;
     color: #1080a6;
   }
 }
 .n-category-page-active-filters .n-category-active-filters ul li:hover {
   background: #c3c7cd;
 }
 .n-category-page-active-filters .n-category-active-filters ul li i {
   vertical-align: middle;
   font-size: 15px;
   opacity: 0.5;
   margin-right: 7px;
 }
 .ui-slider {
   position: relative;
   text-align: left;
 }
 .ui-slider .ui-slider-handle {
   position: absolute;
   z-index: 2;
   width: 1.2em;
   height: 1.2em;
   cursor: default;
   -ms-touch-action: none;
   touch-action: none;
 }
 .ui-slider .ui-slider-range {
   position: absolute;
   z-index: 1;
   font-size: 0.7em;
   display: block;
   border: 0;
   background-position: 0 0;
 }
 .priceRangeMaxPrice,
 .priceRangeMinPrice {
 }
 .n-category-page-filter-mobile-btn {
   position: fixed;
   left: 0;
   right: 0;
   bottom: 50px;
   text-align: center;
   border-radius: 0 !important;
 }
 .n-category-compare-products {
   position: fixed;
   bottom: 20px;
   left: 30px;
   z-index: 12;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-category-compare-products {
     bottom: 60px;
     left: 10px;
   }
 }
 .n-category-compare-products .n-compare-btn {
   border-radius: 10px;
   padding: 10px 20px 10px 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-category-compare-products .n-compare-btn {
     padding: 5px 10px 5px 5px;
   }
 }
 .n-category-compare-products .n-compare-btn:hover {
   box-shadow: none;
   background: #0099ab;
 }
 .n-category-compare-products .n-compare-btn .n-title {
   font-size: 17px;
 }
 .n-category-compare-products .n-compare-btn .n-number {
   background: rgba(0, 0, 0, 0.2);
   border-radius: 5px;
   padding: 3px 10px;
   margin-right: 50px;
   vertical-align: middle;
   font-weight: 300;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-category-compare-products .n-compare-btn .n-number {
     margin-right: 20px;
   }
 }
 .html-category-page .n-section {
   margin: -10px 50px 0 50px;
   padding-top: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .html-category-page .n-section {
     padding-bottom: 30px;
     margin: -10px 0 0 0;
   }
 }
 body.page-category-special-sell .n-section {
   position: relative;
   margin: -10px 50px 0 50px;
   padding-top: 10px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-category-special-sell .n-section {
     padding-bottom: 30px;
     margin: -10px 0 0 0;
   }
 }
 body.page-category-special-sell .n-section:before {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 0;
   background: #ef394e url('../img/pattern-up-sh-mas.png');
   height: 160px;
   width: 100%;
 }
 body.page-category-special-sell .n-section > .size {
   z-index: 1;
   position: relative;
 }
 body.page-category-special-sell .n-section .n-special-sell-title {
   position: absolute;
   top: -7px;
   left: 50%;
   transform: translateX(-50%);
   height: 35px;
   width: 200px;
   background: url('../img/special-sell-title.svg') no-repeat center top;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-category-special-sell .n-section .n-breadcrumb {
     padding-bottom: 30px;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-category-special-sell
     .n-section
     .n-breadcrumb
     .n-special-sell-title {
     top: 30px;
     max-width: 100%;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   body.page-category-special-sell .n-section .n-breadcrumb .n-result-number {
     display: none;
   }
 }
 .digi-compare-page-content .n-compare-head {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   margin-bottom: 10px;
   position: sticky;
   background: #fff;
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
   border: 1px solid #e4e4e4;
   border-bottom: 2px solid #1080a6;
   overflow-y: hidden;
   overflow-x: auto;
 }
 .digi-compare-page-content .n-compare-head .n-product {
   -ms-flex: 0 0 25%;
   -webkit-box-flex: 0;
   flex: 0 0 25%;
   max-width: 25%;
   border-left: 1px solid #e4e4e4;
   padding: 30px;
   position: relative;
   min-width: 250px;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .digi-compare-page-content .n-compare-head .n-product:last-of-type {
   border-left: 0;
 }
 .digi-compare-page-content .n-compare-head .n-product:before {
   width: 0;
   height: 0;
   border-color: transparent transparent #1080a6;
   border-style: solid;
   border-width: 0 10px 10px;
   position: absolute;
   bottom: 0;
   left: 50%;
   margin-left: -5px;
   content: '';
 }
 .digi-compare-page-content .n-compare-head .n-product .n-title-theme {
   font-size: 15px;
   text-align: center;
   height: 46px;
   margin-bottom: 10px;
 }
 .digi-compare-page-content .n-compare-head .n-product .nf-price-theme {
   height: auto;
   text-align: center;
   margin-bottom: 10px;
 }
 .digi-compare-page-content .n-compare-head .n-product .n-order-btn {
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .digi-compare-page-content .n-compare-head .n-product .n-order-btn .n-btn {
   border-radius: 5px;
   text-align: center;
 }
 .digi-compare-page-content
   .n-compare-head
   .n-product
   .n-compare-product-delete {
   position: absolute;
   left: 20px;
   top: 20px;
   border-radius: 50px;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   font-size: 18px;
   cursor: pointer;
   -webkit-transition: all 0.3s ease 0.1s;
   -moz-transition: all 0.3s ease 0.1s;
   -o-transition: all 0.3s ease 0.1s;
   transition: all 0.3s ease 0.1s;
 }
 .digi-compare-page-content
   .n-compare-head
   .n-product
   .n-compare-product-delete:hover {
   color: #fb3449;
 }
 .digi-compare-page-content .n-compare-head .n-product.n-new-product {
   padding: 70px 50px 30px 50px;
   cursor: pointer;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .digi-compare-page-content .n-compare-head .n-product.n-new-product {
     padding: 70px 20px 0;
   }
 }
 .digi-compare-page-content .n-compare-head .n-product.n-new-product:before {
   display: none;
 }
 .digi-compare-page-content .n-compare-head .n-product.n-new-product .n-icon {
   border: 5px dashed #d2d2d2;
   text-align: center;
   margin-bottom: 57px;
   padding: 40px;
   color: #b3b3b3;
   border-radius: 20px;
 }
 .digi-compare-page-content .n-compare-head .n-product.n-new-product .n-icon i {
   font-size: 80px;
   margin-bottom: 10px;
 }
 .digi-compare-page-content
   .n-compare-head
   .n-product.n-new-product
   .n-icon
   .n-icon-title {
   font-size: 15px;
   line-height: 1.467;
 }
 .digi-compare-page-content .n-compare-body {
   padding-top: 10px;
 }
 .digi-compare-page-content .n-compare-body > .n-group {
   margin-bottom: 20px;
 }
 .digi-compare-page-content .n-compare-body > .n-group > .n-title {
   font-size: 20px;
   font-weight: bold;
   margin-bottom: 5px;
 }
 .digi-compare-page-content .n-compare-body > .n-group > .n-title i {
   vertical-align: middle;
   margin-left: 5px;
   color: #1080a6;
   font-size: 25px;
 }
 .digi-compare-page-content .n-compare-body > .n-group > .n-item > .n-title {
   padding: 7px 15px;
   color: #000;
   font-size: 15px;
   background: #eaeaea;
 }
 .digi-compare-page-content .n-compare-body > .n-group > .n-item > .n-items {
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   background: #fff;
   overflow-x: auto;
   overflow-y: hidden;
 }
 .digi-compare-page-content
   .n-compare-body
   > .n-group
   > .n-item
   > .n-items
   > .n-value {
   -ms-flex: 0 0 25%;
   -webkit-box-flex: 0;
   flex: 0 0 25%;
   max-width: 25%;
   border-left: 1px solid #e4e4e4;
   padding: 15px 15px;
   min-width: 250px;
   font-size: 14px;
   line-height: 1.571;
   color: #4d4d4d;
   min-height: 47px;
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   height: 100%;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
 }
 .digi-compare-page-content
   .n-compare-body
   > .n-group
   > .n-item
   > .n-items
   > .n-value:last-of-type {
   border-left: 0;
 }
 #sticky-wrapper.is-sticky .n-compare-head {
   z-index: 10 !important;
   box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.45);
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product {
   padding: 10px 20px;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product.n-new-product {
   padding: 20px 50px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   #sticky-wrapper.is-sticky .n-compare-head .n-product.n-new-product {
     padding: 10px 20px;
   }
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product.n-new-product .n-icon {
   margin-bottom: 0;
   padding: 30px 10px;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product.n-new-product .n-icon i {
   font-size: 40px;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product .n-img-theme {
   height: 100px;
   margin-bottom: 10px;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product .n-title-theme {
   font-size: 12px;
   margin-bottom: 10px;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product .n-title-theme h3 {
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product .nf-price-theme {
   margin-bottom: 0;
 }
 #sticky-wrapper.is-sticky .n-compare-head .n-product .n-order-btn {
   display: none;
 }
 .n-compare-product-search-lightbox .n-lightbox-content {
   background: #ececec;
   padding: 0 !important;
 }
 .n-compare-product-search-lightbox .n-product-compare-search {
   width: calc(100% - 70px);
   overflow: hidden;
   border-radius: 7px;
   border: 1px solid #e0e0e2;
   line-height: 40px;
   margin: -10px;
 }
 .n-compare-product-search-lightbox .n-product-compare-search label {
   float: right;
   width: 100px;
   padding-right: 15px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-compare-product-search-lightbox .n-product-compare-search label {
     display: none;
   }
 }
 .n-compare-product-search-lightbox
   .n-product-compare-search
   input[type='text'] {
   float: right;
   width: calc(100% - 250px);
   border: 0;
   background: transparent;
   font-size: 13px;
   padding: 0 0 0 15px;
   font-weight: normal;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-compare-product-search-lightbox
     .n-product-compare-search
     input[type='text'] {
     width: 100%;
     padding: 0 10px;
   }
 }
 .n-compare-product-search-lightbox .n-product-compare-search select {
   float: left;
   width: 150px;
   background: transparent;
   border-radius: 0;
   border-left: 0;
   border-top: 0;
   border-bottom: 0;
   text-align: center;
   font-weight: normal;
   font-size: 13px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-compare-product-search-lightbox .n-product-compare-search select {
     display: none;
   }
 }
 .n-compare-product-search-lightbox .n-compare-product-search-list {
   height: 465px;
   overflow-y: auto;
   padding: 25px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-compare-product-search-lightbox .n-compare-product-search-list {
     height: 100%;
   }
 }
 .n-compare-product-search-lightbox .n-compare-product-search-list .n-product {
   float: right;
   margin-left: 2%;
   margin-bottom: 10px;
   width: 32%;
   padding: 0 20px;
   cursor: pointer;
 }
 .n-compare-product-search-lightbox
   .n-compare-product-search-list
   .n-product
   .n-img-theme {
   height: 125px;
 }
 .n-compare-product-search-lightbox
   .n-compare-product-search-list
   .n-product:nth-of-type(3n) {
   margin-left: 0;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-compare-product-search-lightbox .n-compare-product-search-list .n-product {
     width: 100%;
     margin-left: 0;
   }
 }
 .justMobile,
 .justTablet,
 .justMobileTablet {
   display: none !important;
 }
 .justDesktop {
   display: block !important;
 }
 @media only screen and (min-width: 960px) {
   .justDesktop.table {
     display: table !important;
   }
 }
 .justDesktopNotImportant {
   display: block;
 }
 @media only screen and (min-width: 0) and (max-width: 719px) {
   body {
     font-size: 12px;
   }
   .justMobile {
     display: block !important;
   }
   .justDesktop {
     display: none !important;
   }
 }
 @media only screen and (min-width: 720px) and (max-width: 959px) {
   body {
     font-size: 13px;
   }
   .justTablet {
     display: block !important;
   }
   .justDesktop {
     display: none !important;
   }
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .justMobileTablet {
     display: block !important;
   }
   .justMobileTablet.table {
     display: table !important;
   }
   .resp-mt-100 {
     width: 100% !important;
   }
   .resp-mt-80 {
     width: 80% !important;
   }
   .resp-mt-70 {
     width: 70% !important;
   }
   .resp-mt-50 {
     width: 50% !important;
   }
   .resp-mt-30 {
     width: 30% !important;
   }
   .panel-box-style {
     margin-bottom: 10px;
   }
   header#header-page-main {
     padding: 7px 0;
     box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
   }
   header#header-page-main .n-header-right {
     width: 100%;
   }
   header#header-page-main .n-logo {
     width: 30%;
     margin-left: 0;
   }
   header#header-page-main .n-logo img {
     height: 35px;
   }
   header#header-page-main .n-search {
     float: left;
     width: 65%;
   }
   header#header-page-main .n-search .n-form {
     height: 35px;
     line-height: 35px;
     border-radius: 5px;
   }
   header#header-page-main .n-search .n-form input[type='text'] {
     line-height: 35px;
     padding: 0 10px;
   }
   header#header-page-main .n-search .n-form button[type='submit'] {
     line-height: 40px;
     padding: 0 10px;
     background: transparent;
     font-size: 15px;
     color: #a8a8a8;
   }
   header#header-page-main .n-search .n-form button[type='submit']:hover {
     background: transparent;
     color: #303f4d;
   }
   header#header-page-main .nf-shopping-cart-mini .n-inner {
     display: none;
   }
   header#header-page-main .nf-shopping-cart-mini .n-outer .n-footer {
     position: fixed;
     left: 0;
     bottom: 50px;
     width: 100%;
     border-radius: 0;
   }
   nav#n-nav-main {
     display: none;
   }
   .n-full-slider {
     border-radius: 20px;
     overflow: hidden;
   }
   .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'] {
     opacity: 1;
     visibility: visible;
   }
   .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'].owl-prev {
     right: 0;
   }
   .n-full-slider .n-slider.owl-theme .owl-nav [class*='owl-'].owl-next {
     left: 0;
   }
   .discount-special-panel .n-btn.theme-digi-2 {
     margin-bottom: 10px;
     height: 40px;
     line-height: 40px;
     font-size: 13px;
   }
   .discount-special-panel .discount-special-panel-slider {
     margin-right: 0;
   }
   .discount-special-panel-slider {
     box-shadow: unset;
     background: transparent;
     border-radius: 0;
     min-height: auto;
     overflow: visible;
   }
   .discount-special-panel-slider > .n-titles {
     display: none;
   }
   .discount-special-panel-slider > .n-contents {
     min-height: auto;
     margin-left: 0;
   }
   .discount-special-panel-slider > .n-contents > .n-title {
     display: none;
   }
   .discount-special-panel-slider > .n-contents > .n-item,
   .discount-special-panel-slider > .n-contents .owl-item > .n-item {
     position: relative;
     display: block !important;
     background-color: #fff;
     box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
     border-radius: 9px;
     padding: 8px 0;
     min-height: 210px;
     border: 1px solid #f6f6f6;
     overflow: hidden;
     margin: 5px;
   }
   .discount-special-panel-slider > .n-contents > .n-item .n-img,
   .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img {
     position: relative;
     width: 100%;
     height: 130px;
     margin-bottom: 10px;
   }
   .discount-special-panel-slider > .n-contents > .n-item .n-img img,
   .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img img {
     width: auto;
     max-width: 85%;
     height: 100%;
     max-height: 100%;
   }
   .discount-special-panel-slider > .n-contents > .n-item .n-content,
   .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-content {
     margin-top: 0;
     padding: 0 10px;
     height: auto;
     position: static;
   }
   .discount-special-panel-slider > .n-contents > .n-item .n-content .n-prices,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     .n-prices {
     margin-bottom: 10px;
     text-align: center;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     .n-prices
     .n-price,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     .n-prices
     .n-price {
     position: static;
     text-align: center;
     font-size: 18px;
     margin-bottom: 0;
     line-height: 1;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     .n-prices
     .n-price.n-discounted,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     .n-prices
     .n-price.n-discounted {
     position: relative;
     padding: 0 5px;
     font-size: 14px;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     .n-prices
     .n-price
     .n-unit,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     .n-prices
     .n-price
     .n-unit {
     font-size: 10px;
     font-weight: 300;
     margin-right: 0;
     vertical-align: middle;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     .n-prices
     .n-price
     .n-discount,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     .n-prices
     .n-price
     .n-discount {
     position: absolute;
     right: 0;
     top: 0;
     border-radius: 10px;
     margin: 0;
     padding: 3px 5px;
     color: #fff;
     font-size: 12px;
     background: #fb3449;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     > .n-details,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .n-details {
     display: none;
   }
   .discount-special-panel-slider > .n-contents > .n-item .n-content > .n-title,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .n-title {
     font-size: 11px;
     text-align: center;
     font-weight: 400;
     display: block;
     margin-bottom: 10px;
     height: 36px;
     overflow: hidden;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     > .discount-time-sec,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .discount-time-sec {
     position: relative;
     text-align: center;
     bottom: 0;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-title,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-title {
     font-size: 7px;
     display: none;
     padding-top: 8px;
     margin-bottom: 0;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-timer,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-timer {
     font-size: 16px;
     color: #606060;
     padding-top: 8px;
   }
   .discount-special-panel-slider
     > .n-contents
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-timer
     > .d,
   .discount-special-panel-slider
     > .n-contents
     .owl-item
     > .n-item
     .n-content
     > .discount-time-sec
     > .n-timer
     > .d {
     margin: 0 3px;
   }
   .n-special-benefits > .n-item > .n-title {
     letter-spacing: -0.5px;
     font-size: 8px;
   }
   .n-special-benefits > .n-item img {
     height: 35px;
   }
   .nf-product-slider {
     width: 104%;
     right: -2%;
     position: relative;
   }
   .nf-product-slider.panel-box-style {
     box-shadow: unset;
     background: transparent;
     border-radius: 0;
   }
   .nf-product-slider > .n-header {
     line-height: 35px;
     margin-left: 2%;
     margin-right: 2%;
     margin-bottom: 10px;
   }
   .nf-product-slider > .n-header > .n-title {
     background: #f5f5f5;
     font-size: 14px;
   }
   .nf-product-slider > .n-header > .n-title:after {
     background: #f5f5f5;
   }
   .n-product.theme-digi-2 {
     position: relative;
     padding: 8px 0;
     min-height: 210px;
     overflow: hidden;
   }
   .n-product.theme-digi-2 .n-img {
     width: 100%;
     height: 130px;
     margin-bottom: 10px;
   }
   .n-product.theme-digi-2 .n-img img {
     max-width: 100%;
     max-height: 100%;
   }
   .n-product.theme-digi-2 .n-content .n-title {
     font-size: 11px;
     text-align: center;
     font-weight: 400;
     margin-bottom: 10px;
   }
   .n-product.theme-digi-2 .n-content .n-prices {
     margin-bottom: 10px;
     height: auto;
     text-align: right;
   }
   .n-product.theme-digi-2 .n-content .n-prices .n-price {
     position: static;
     line-height: 1;
     font-size: 18px;
     margin-bottom: 0;
   }
   .n-product.theme-digi-2 .n-content .n-prices .n-price.n-single-price {
     width: 100%;
   }
   .n-product.theme-digi-2 .n-content .n-prices .n-price.n-discounted {
     position: relative;
     padding: 0 5px;
     font-size: 14px;
   }
   .n-product.theme-digi-2 .n-content .n-prices .n-price .n-unit {
     font-size: 10px;
     font-weight: 300;
     margin-right: 0;
     vertical-align: middle;
   }
   .n-product.theme-digi-2 .n-content .n-prices .n-price .n-discount {
     position: absolute;
     right: 0;
     top: 0;
     border-radius: 0 0 0 10px;
     margin: 0;
     padding: 3px 5px;
     color: #fff;
     font-size: 12px;
     background: #fb3449;
   }
   .n-ads-banner {
     margin-bottom: 10px;
   }
   .n-ads-package.n-5.n-mt-4 .n-ads-banner {
     margin-left: 10px;
     width: calc((100% - (1 * 10px)) / 2);
   }
   .n-ads-package.n-5.n-mt-4 .n-ads-banner:nth-of-type(2n) {
     margin-left: 0;
   }
   .n-ads-package.n-5.n-mt-4 .n-ads-banner:nth-of-type(5n) {
     display: none;
   }
   footer#footer-nf-main .n-widget {
     min-height: auto;
     margin-bottom: 30px;
     padding-left: 0 !important;
     border-left: 0 !important;
   }
   footer#footer-nf-main .n-widget .mt-title-style {
     display: block;
     background: #f5f5f5;
     text-align: center;
     padding: 5px;
     border-radius: 50px;
   }
   footer#footer-nf-main .footer-copyright {
     background: transparent;
     color: #7c7c7c;
     font-size: 10px;
     text-align: center;
     border-top: 1px solid #e3e3e3;
     margin-top: 10px;
   }
   footer#footer-nf-main .n-footer-newsletter .n-header {
     text-align: center;
   }
   footer#footer-nf-main .n-footer-newsletter .n-header .n-title {
     font-size: 15px;
   }
   footer#footer-nf-main .n-footer-newsletter .n-header .n-description {
     text-align: center;
   }
   footer#footer-nf-main .n-footer-newsletter .n-form {
     margin-top: 10px;
   }
   .nf-pg-page-over {
     position: fixed !important;
     right: 100% !important;
     top: 0 !important;
     background: #fff;
     width: 100% !important;
     height: 100%;
     overflow-y: auto;
     margin: 0 !important;
     z-index: 100;
     padding: 30px 20px 55px !important;
     opacity: 0;
     visibility: hidden;
     display: block !important;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
   .nf-pg-page-over.n-show {
     right: 0 !important;
     top: 0 !important;
     visibility: visible !important;
     opacity: 1 !important;
   }
   .nf-pg-page-over .nf-pn-page-close {
     position: absolute;
     right: 0;
     top: 0;
     text-align: center;
     z-index: 2;
     cursor: pointer;
     width: 50px;
     height: 50px;
     line-height: 50px;
     font-size: 20px;
   }
   .nf-pg-page-over .nf-pn-page-close span {
     display: block;
   }
   .nf-pg-page-over.mt-page-support {
     display: flex;
     justify-content: center;
     flex-direction: column;
     text-align: center;
     border-left: 0;
   }
   .nf-pg-page-over.mt-page-support .mt-address {
     text-align: center !important;
   }
   .nf-pg-page-over.n-mt-page-category {
     padding: 50px 0 50px !important;
   }
   .nf-pg-page-over.n-mt-page-category > .n-category-top {
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     width: 100%;
     background: #eceff1;
     height: 50px;
     font-weight: 800;
     line-height: 50px;
     padding-right: 50px;
   }
   .nf-pg-page-over.n-mt-page-category .nf-pn-page-close {
     position: fixed;
   }
   .nf-pg-page-over.n-mt-page-category > .n-category-content {
     padding-right: 100px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-first-categories {
     position: absolute;
     width: 100px;
     right: 0;
     top: 50px;
     bottom: 50px;
     overflow-y: auto;
     border-left: 1px solid #e3e3e3;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-first-categories
     .n-item {
     height: 85px;
     border-bottom: 1px solid #e3e3e3;
     text-align: center;
     padding-top: 23px;
     cursor: pointer;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-first-categories
     .n-item
     i {
     font-size: 28px;
     margin-bottom: 10px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-first-categories
     .n-item
     .n-title {
     display: block;
     font-size: 11px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-first-categories
     .n-item.n-active {
     background: #1080a6;
     color: #fff;
   }
   .nf-pg-page-over.n-mt-page-category > .n-category-content .n-two-categories {
     position: absolute;
     top: 50px;
     overflow-x: hidden;
     bottom: 50px;
     left: 0;
     right: 100px;
     padding: 15px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li {
     padding-bottom: 3px;
     margin-bottom: 5px;
     position: relative;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li:not(.n-more).n-active:after {
     content: '';
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li:not(.n-more):after {
     content: '';
     font-family: 'Font Awesome 5 Pro';
     font-weight: 300;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1;
     font-size: 15px;
     vertical-align: middle;
     position: absolute;
     left: 0;
     top: 4px;
     color: #c1c1c1;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li.n-more
     > a {
     color: #6e2f37;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li.n-more
     > a:before {
     content: '';
     font-size: 17px;
     margin-left: 7px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > a {
     line-height: 1.833;
     font-weight: 500;
     color: #1080a6;
     font-size: 15px;
     display: block;
     margin-bottom: 5px;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > a:before {
     content: '';
     font-family: 'Font Awesome 5 Pro';
     font-weight: 300;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
     display: inline-block;
     font-style: normal;
     font-variant: normal;
     text-rendering: auto;
     line-height: 1;
     font-size: 20px;
     margin-left: 5px;
     vertical-align: middle;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > a:hover {
     color: #6e2f37;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > ul {
     padding-right: 15px;
     display: none;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > ul
     > li {
     padding-bottom: 3px;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > ul
     > li
     > a {
     color: #4a5f73;
     font-size: 13px;
     -webkit-transition: all 0.3s ease 0.1s;
     -moz-transition: all 0.3s ease 0.1s;
     -o-transition: all 0.3s ease 0.1s;
     transition: all 0.3s ease 0.1s;
   }
   .nf-pg-page-over.n-mt-page-category
     > .n-category-content
     .n-two-categories
     > .n-item
     > ul
     > li
     > ul
     > li
     > a:hover {
     font-weight: 800;
     color: #000;
   }
   .nf-pg-page-over.nf-pg-page-cart-mini {
     padding: 0 !important;
     border-radius: 0 !important;
   }
   .nf-pg-page-over .n-product-content-title-mobile {
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     width: 100%;
     background: #eceff1;
     height: 50px;
     font-weight: 800;
     line-height: 50px;
     padding-right: 50px;
   }
   .nf-pg-page-over.n-mt-page-product-custom-fields .n-product-fields {
     margin-top: 40px;
   }
   .nf-pg-page-over.n-mt-page-category-page-filter {
     padding: 60px 10px 100px !important;
     background: #f1f1f1 !important;
   }
   .nf-pg-page-over.n-mt-page-category-page-filter
     .n-mt-page-category-page-filter-top {
     position: fixed;
     z-index: 1;
     top: 0;
     right: 0;
     width: 100%;
     background: #eceff1;
     height: 50px;
     font-weight: 800;
     line-height: 50px;
     padding-right: 50px;
   }
   .n-product-content {
     padding-top: 60px !important;
   }
 }
 @media only screen and (min-width: 960px) {
   .n-mt-page-search {
     position: absolute;
     left: 0;
     top: 200%;
     box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
     width: 100%;
     background: #fff;
     border-radius: 7px;
     padding: 20px;
     opacity: 0;
     visibility: hidden;
   }
   .n-mt-page-search.n-show {
     opacity: 1;
     visibility: visible;
     top: 100%;
   }
   .n-mt-page-search .n-search-content {
     margin-top: 0;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content:last-of-type {
     margin-bottom: 0;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2 {
     border-radius: 9px;
     overflow: hidden;
     position: relative;
     margin-bottom: 10px;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices {
     margin-bottom: 10px;
     height: auto;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices
     .n-price {
     position: static;
     float: right;
     text-align: right;
     font-size: 15px;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices
     .n-price.n-single-price {
     width: 100%;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices
     .n-price.n-discounted {
     position: relative;
     padding: 0 5px;
     margin-left: 20px;
     font-size: 12px;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices
     .n-price
     .n-unit {
     font-size: 8px;
     font-weight: 300;
     margin-right: 7px;
     vertical-align: middle;
   }
   .n-mt-page-search
     .n-search-content
     .n-search-result
     > .n-content
     > .n-item
     .n-product.theme-digi-2
     .n-content
     .n-prices
     .n-price
     .n-discount {
     position: absolute;
     right: 0;
     top: 0;
     border-radius: 0 0 0 10px;
     margin: 0;
     padding: 3px 5px;
     color: #fff;
     font-size: 12px;
     background: #fb3449;
   }
   .n-mt-page-search .n-search-content .n-notice-search.n-to > .n-title {
     margin-top: 0;
   }
   .n-mt-page-search
     .n-search-content
     .n-notice-search.n-to
     > .n-title:last-of-type {
     margin-bottom: 0;
   }
   .n-mt-page-search .n-notice-search.n-to > .n-content:last-of-type {
     margin-bottom: 0;
   }
 }
 .discount-special-panel-slider {
   box-shadow: unset;
   background: transparent;
   border-radius: 0;
   min-height: auto;
   overflow: visible;
   width: 104%;
   right: -2%;
   padding: 50px 0;
 }
 .discount-special-panel-slider > .n-titles {
   display: none;
 }
 .discount-special-panel-slider > .n-contents {
   min-height: auto;
   margin-left: 0;
 }
 .discount-special-panel-slider > .n-contents > .n-title {
   display: none;
 }
 .discount-special-panel-slider > .n-contents > .n-item,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item {
   position: relative;
   display: block !important;
   background-color: #fff;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
   border-radius: 9px;
   padding: 8px 0;
   min-height: 210px;
   border: 1px solid #f6f6f6;
   overflow: hidden;
   margin: 5px;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-img,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img {
   position: relative;
   width: 100%;
   height: 130px;
   margin-bottom: 10px;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-img img,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-img img {
   width: auto;
   max-width: 85%;
   height: 100%;
   max-height: 100%;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content,
 .discount-special-panel-slider > .n-contents .owl-item > .n-item .n-content {
   margin-top: 0;
   padding: 0 10px;
   height: auto;
   position: static;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content .n-prices,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices {
   margin-bottom: 10px;
   text-align: center;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price {
   position: static;
   text-align: center;
   font-size: 18px;
   margin-bottom: 0;
   line-height: 1;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price.n-discounted {
   position: relative;
   padding: 0 5px;
   font-size: 14px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-unit,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-price
   .n-unit {
   font-size: 10px;
   font-weight: 300;
   margin-right: 0;
   vertical-align: middle;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   .n-prices
   .n-discount,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   .n-prices
   .n-discount {
   right: 0;
   border-radius: 10px;
   margin: 0;
   padding: 3px 5px;
   color: #fff;
   font-size: 12px;
   background: #fb3449;
   position: absolute;
   left: 0;
   right: auto;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content > .n-details,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .n-details {
   display: none;
 }
 .discount-special-panel-slider > .n-contents > .n-item .n-content > .n-title,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .n-title {
   font-size: 11px;
   text-align: center;
   font-weight: 400;
   display: block;
   margin-bottom: 10px;
   height: 36px;
   overflow: hidden;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec {
   position: relative;
   text-align: center;
   bottom: 0;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-title,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-title {
   font-size: 7px;
   display: none;
   padding-top: 8px;
   margin-bottom: 0;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer {
   font-size: 16px;
   color: #606060;
   padding-top: 8px;
 }
 .discount-special-panel-slider
   > .n-contents
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer
   > .d,
 .discount-special-panel-slider
   > .n-contents
   .owl-item
   > .n-item
   .n-content
   > .discount-time-sec
   > .n-timer
   > .d {
   margin: 0 3px;
 }
 .n-cart-empty-theme {
   padding: 100px 15px;
   min-height: 337px;
   text-align: center;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme {
     min-height: auto;
     padding: 20px;
   }
 }
 .n-cart-empty-theme > .n-icon {
   font-size: 80px;
   display: block;
   margin: 0 auto 60px;
   height: 200px;
   width: 200px;
   background: #eceff1;
   border-radius: 100px;
   color: #636363;
 }
 .n-cart-empty-theme > .n-icon i {
   display: block;
   line-height: 200px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme > .n-icon {
     font-size: 50px;
     width: 125px;
     height: 125px;
     margin-bottom: 20px;
   }
   .n-cart-empty-theme > .n-icon i {
     line-height: 125px;
   }
 }
 .n-cart-empty-theme > .n-title {
   font-size: 35px;
   line-height: 1.63;
   letter-spacing: 0.5px;
   color: #000;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme > .n-title {
     font-size: 20px;
   }
 }
 .n-cart-empty-theme > .n-description {
   font-size: 20px;
   line-height: 1.63;
   letter-spacing: 0.5px;
   color: #555;
   margin-bottom: 30px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme > .n-description {
     font-size: 12px;
   }
 }
 .n-cart-empty-theme > .n-btns .n-btn {
   vertical-align: middle;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme > .n-btns .n-btn:first-of-type {
     display: none;
   }
 }
 .n-cart-empty-theme > .n-btns .n-btn i {
   margin-left: 7px;
 }
 .n-cart-empty-theme > .n-btns .n-or {
   vertical-align: middle;
   display: inline-block;
   width: 1px;
   height: 30px;
   background: #ccc;
   margin: 0 20px;
 }
 @media only screen and (min-width: 0) and (max-width: 959px) {
   .n-cart-empty-theme > .n-btns .n-or:first-of-type {
     display: none;
   }
 }
 .n-warranty-special-text {
   cursor: pointer;
   background: #f5f5f5;
   font-size: 15px;
   color: #000;
   padding: 5px 10px;
   height: auto;
   border: 1px solid #e4e4e4;
   max-width: 400px !important;
 }
 .n-warranty-special-text i {
   font-size: 21px;
   vertical-align: middle;
   margin-left: 7px;
   color: #9b9b9b;
 }
 .n-addtocart-notic {
   border-radius: 5px;
   border: 1px solid #e4e4e4;
   background: #f5f5f5;
   padding: 20px;
   margin-bottom: 10px;
 }
 .n-addtocart-notic .n-title {
   font-size: 18px;
   font-weight: bold;
   position: relative;
   margin-bottom: 10px;
   text-align: center;
 }
 .n-addtocart-notic .n-title:before {
   content: '';
   display: block;
   z-index: 0;
   width: 100%;
   height: 1px;
   background: #969696;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 0;
 }
 .n-addtocart-notic .n-title span {
   z-index: 1;
   position: relative;
   padding: 0 10px;
   background: #f5f5f5;
 }
 .n-addtocart-notic .n-description {
   font-size: 12px;
   text-align: center;
 }
 
 .owl-stage-outer{
   background: white;
 padding: 1rem;
 
 }
 
 