/** 
Theme Name: service Mandu
Theme URI:
Author: 
Author URI:
Version: 2.0
**/
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Bold.eot");
  src: local("Poppins Bold"), local("Poppins-Bold"), url("fonts/Poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins/Poppins-Bold.woff") format("woff"), url("fonts/Poppins/Poppins-Bold.ttf") format("truetype"), url("fonts/Poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Regular.eot");
  src: local("Poppins Regular"), local("Poppins-Regular"), url("fonts/Poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins/Poppins-Regular.woff") format("woff"), url("fonts/Poppins/Poppins-Regular.ttf") format("truetype"), url("fonts/Poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("fonts/Poppins/Poppins-Medium.eot");
  src: local("Poppins Medium"), local("Poppins-Medium"), url("fonts/Poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Poppins/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins/Poppins-Medium.woff") format("woff"), url("fonts/Poppins/Poppins-Medium.ttf") format("truetype"), url("fonts/Poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

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

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

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

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

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

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?4hceoz");
  src: url("fonts/icomoon/icomoon.eot?4hceoz#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?4hceoz") format("truetype"), url("fonts/icomoon/icomoon.woff?4hceoz") format("woff"), url("fonts/icomoon/icomoon.svg?4hceoz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-truck:before {
  content: "\e909"; }

.icon-mail-envelope-closed:before {
  content: "\e90d"; }

.icon-shopping-cart:before {
  content: "\e90a"; }

.icon-add_shopping_cart:before {
  content: "\e90c"; }

.icon-favorite_outline:before {
  content: "\e90b"; }

.icon-favorite:before {
  content: "\e908"; }

.icon-search:before {
  content: "\e906"; }

.icon-cheveron-right:before {
  content: "\e905"; }

.icon-loop-alt3:before {
  content: "\e907"; }

.icon-synchronize:before {
  content: "\e907"; }

.icon-arrows:before {
  content: "\e907"; }

.icon-reload:before {
  content: "\e907"; }

.icon-refresh:before {
  content: "\e907"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-pinterest2:before {
  content: "\ead2"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-google:before {
  content: "\ea88"; }

.icon-cart:before {
  content: "\e93a"; }

.icon-credit-card:before {
  content: "\e93f"; }

.icon-bin2:before {
  content: "\e9ad"; }

.icon-home:before {
  content: "\e902"; }

.icon-shopping-bag:before {
  content: "\e903"; }

.icon-user-o:before {
  content: "\e904"; }

.icon-user-circle:before {
  content: "\e900"; }

.icon-avatar:before {
  content: "\e901";
  color: #fff; }

/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  color: #222; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #222; }
  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #222; }
  input[type=text]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=search]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #222; }
  input[type=text]::placeholder,
  input[type=tel]::placeholder,
  input[type=email]::placeholder,
  input[type=search]::placeholder,
  input[type=password]::placeholder,
  textarea::placeholder {
    color: #222; }
  input[type=text]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #222; }
  input[type=text]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Edge */
    color: #222; }
  input[type=text].error,
  input[type=tel].error,
  input[type=email].error,
  input[type=search].error,
  input[type=password].error,
  textarea.error {
    border: 1px solid #DC000C; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-dots {
  text-align: center; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0 !important;
  font-weight: 500;
  overflow: hidden;
  margin: 0 3px;
  outline: none;
  font-size: 35px;
  line-height: 20px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: -14px; }
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    color: #266563; }
  .owl-carousel .owl-nav button.owl-prev.disabled,
  .owl-carousel .owl-nav button.owl-next.disabled {
    display: none; }
  .owl-carousel .owl-nav button.owl-prev span,
  .owl-carousel .owl-nav button.owl-next span {
    display: block;
    margin-top: -4px; }

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -14px; }

.owl-carousel button.owl-dot {
  background: #222;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 3px;
  outline: none; }

.owl-carousel button.owl-dot.owl-dot.active {
  background: #266563;
  width: 30px;
  border-radius: 8px; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#header .cart ul, .navigation ul, .top-block .left-block ul, .top-block .category-list-wrap, .service-list, .login-form-holder .login-with, .breadcrumb, .tabset, .accordion, .dashboard-content ul,
.mobile-menu ul, .single-category-box .nav-image, .single-category-box .product-detail-list, .cart-popup-content ul, ul, .footer-holder .download-link, .footer-content .right ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.holder {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }

.holder-reset {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  max-height: 1000000px; }

body {
  color: #0A152D;
  background: #fff;
  font: 15px/1.4 "Poppins", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 32px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 16px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 1em; }

a {
  color: #222; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea,
.form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #777;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus,
  .form-control:focus {
    border-color: #222; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #919191; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-control::-moz-placeholder {
    opacity: 1;
    color: #919191; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #919191; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .form-control:-ms-input-placeholder {
    color: #919191; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder,
  .form-control.placeholder {
    color: #919191; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer; }

html {
  height: 100%; }

body {
  width: 100%;
  min-width: 320px;
  background: #f8f8f8; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      margin: 0 0 15px; } }
  h1:empty,
  h2:empty,
  h3:empty,
  h4:empty,
  h5:empty,
  h6:empty,
  p:empty {
    display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

br {
  display: none; }
  @media (min-width: 768px) {
    br {
      display: block; } }

select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #fff; }
  select option {
    background: #f5f5f5; }

.form-control {
  width: 100%; }
  .form-control:focus {
    outline: none; }

#wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 100%; }

.container {
  padding: 0 15px;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  .container.large {
    max-width: 1400px; }
  .container.fluid {
    max-width: 100%; }

.bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.btn {
  background: #fff;
  padding: 6px 20px;
  color: #266563;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #266563;
  border-radius: 20px;
  font-size: 15px; }
  .btn:hover {
    background: #18403f;
    color: #fff; }
  .btn.btn1 {
    background: #266563;
    color: #fff; }
    .btn.btn1:hover {
      background: #18403f;
      color: #fff; }

#header {
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2); }
  #header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    z-index: 5; }
  #header .left-block {
    float: left;
    width: 110px; }
    @media (min-width: 768px) {
      #header .left-block {
        width: 20%; } }
  #header .login-section {
    float: right;
    padding: 12px 0 0; }
    #header .login-section > div {
      float: left; }
    #header .login-section .partner {
      padding-right: 10px; }
      @media (max-width: 767px) {
        #header .login-section .partner {
          display: none; } }
      #header .login-section .partner .btn .icon-avatar {
        padding-right: 5px; }
    #header .login-section .login-holder {
      padding-right: 10px; }
      @media (max-width: 767px) {
        #header .login-section .login-holder {
          display: none; } }
    #header .login-section .cart-link {
      font-size: 22px;
      position: relative;
      display: block;
      text-decoration: none;
      color: #266563; }
      #header .login-section .cart-link .number {
        position: absolute;
        top: -2px;
        right: -5px;
        font-size: 10px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #266563;
        width: 15px;
        height: 15px;
        text-align: center; }
  #header .cart {
    position: relative; }
    #header .cart:hover .drop-holder {
      visibility: visible;
      opacity: 1; }
    #header .cart .drop-holder {
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 130px;
      padding-top: 10px;
      visibility: hidden;
      opacity: 0; }
    #header .cart ul {
      padding: 10px;
      background: #fff;
      -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2); }

.menu-opener {
  position: relative;
  z-index: 2;
  font-size: 15px;
  margin: 24px 0 0;
  float: left;
  width: 20px;
  height: 20px; }
  .menu-opener span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 4px;
    background: #266563;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }
    .menu-opener span:after, .menu-opener span:before {
      position: absolute;
      content: '';
      background: #266563;
      height: 2px;
      width: 100%;
      right: 0;
      -webkit-transition: width 0.2s ease;
      transition: width 0.2s ease; }
    .menu-opener span:after {
      bottom: -6px; }
    .menu-opener span:before {
      top: -6px; }

.menu-activated {
  overflow: hidden; }
  .menu-activated .menu-opener span {
    width: 16px; }
    .menu-activated .menu-opener span:before, .menu-activated .menu-opener span:after {
      width: 80%; }
  .menu-activated .navigation {
    left: 0; }
    .menu-activated .navigation:before {
      opacity: 1;
      visibility: visible; }

.logo-holder {
  float: left;
  width: 60px;
  margin-left: 20px; }

.menu-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  border: 2px solid #222;
  text-decoration: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px; }
  .menu-close:hover {
    color: #266462;
    border-color: #266462; }

.navigation {
  position: fixed;
  top: 0;
  left: -270px;
  width: 270px;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  z-index: 9;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  border-right: 1px solid #eee; }
  .navigation:before {
    position: fixed;
    top: 0;
    left: 270px;
    bottom: 0;
    right: -9999px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
    visibility: hidden;
    opacity: 0; }
  .navigation .logo-wrap {
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #eee; }
    .navigation .logo-wrap .logo02 {
      width: 50px;
      display: block; }
  .navigation .heading {
    padding: 2px 10px;
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  .navigation ul {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .navigation ul {
        margin-bottom: 20px; } }
    .navigation ul .user a {
      padding: 25px 15px 25px 74px; }
    .navigation ul .user img {
      width: 50px; }
    .navigation ul a {
      padding: 5px 15px 5px 45px;
      display: block;
      text-decoration: none;
      position: relative;
      border-left: 2px solid #fff; }
      .navigation ul a:hover {
        border-left-color: #266563;
        color: #266563;
        background: #f8f8f8; }
    .navigation ul img {
      position: absolute;
      top: 50%;
      left: 10px;
      width: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.search-holder {
  display: none; }
  @media (min-width: 768px) {
    .search-holder {
      display: block;
      float: left;
      width: 45%;
      padding: 12px 0 0; } }

.search-form .form-content {
  font-size: 0;
  letter-spacing: -4px;
  padding-right: 35px;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 20px; }
.search-form .search_btn {
  border: none;
  position: absolute;
  font-size: 16px;
  letter-spacing: 0;
  outline: none;
  background: none;
  padding: 6px 8px; }
  .search-form .search_btn:hover {
    color: #266563; }
.search-form .select-holder,
.search-form .input-holder {
  font-size: 14px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 60%; }
.search-form .select-holder {
  width: 40%; }
  .search-form .select-holder .form-control {
    border-radius: 20px 0 0 20px;
    -webkit-appearance: button;
    cursor: pointer; }
  .search-form .select-holder select option {
    padding: 5px; }
.search-form .input-holder {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb; }
.search-form .form-control {
  border: none;
  outline: none;
  border-radius: 0;
  height: 35px; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.top-block {
  padding: 30px 0 20px; }
  .top-block:after {
    display: block;
    clear: both;
    content: ''; }
  .top-block .left-block {
    display: none; }
    @media (min-width: 768px) {
      .top-block .left-block {
        display: block;
        float: left;
        width: 260px;
        -webkit-box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
                box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.2);
        padding: 5px 0 0;
        background: #fff; } }
    .top-block .left-block .heading {
      padding: 5px 10px;
      display: block;
      text-transform: uppercase;
      font-weight: bold; }
    .top-block .left-block ul {
      margin-bottom: 15px; }
      .top-block .left-block ul a {
        display: block;
        text-decoration: none;
        padding: 5px 15px 5px 45px;
        display: block;
        text-decoration: none;
        position: relative;
        border-left: 2px solid #fff; }
        .top-block .left-block ul a:hover {
          border-left-color: #266563;
          color: #266563;
          background: #f8f8f8; }
        .top-block .left-block ul a img {
          position: absolute;
          top: 50%;
          left: 10px;
          width: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .top-block .left-block .btn-wrap {
      text-align: center; }
      .top-block .left-block .btn-wrap .btn-link {
        padding: 6px;
        text-decoration: none;
        display: block;
        background: #dfdfdf; }
        .top-block .left-block .btn-wrap .btn-link:hover {
          background: #d2d2d2; }
  .top-block .right-block {
    text-align: center; }
    @media (min-width: 768px) {
      .top-block .right-block {
        overflow: hidden; } }
    .top-block .right-block .btn-wrap .btn {
      padding: 10px 20px; }
  .top-block .category-list-wrap {
    margin-bottom: 20px; }
    .top-block .category-list-wrap li {
      display: inline-block;
      vertical-align: middle;
      padding: 7px 5px; }
    .top-block .category-list-wrap .btn {
      vertical-align: middle;
      padding: 7px 15px; }
      .top-block .category-list-wrap .btn:hover {
        color: #266563;
        background: #e6e6e6; }
      .top-block .category-list-wrap .btn span {
        display: inline-block;
        vertical-align: middle;
        padding-top: 2px; }
    .top-block .category-list-wrap img {
      max-width: 22px;
      margin-right: 5px; }

.main-slider {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .main-slider {
      padding-bottom: 20px; } }
  .main-slider .slide-content {
    position: relative; }

.category-block {
  padding-bottom: 30px; }
  .category-block h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bold; }
  .category-block .price-holder {
    padding: 4px 10px 2px 0; }
    .category-block .price-holder .price {
      color: #fff; }
  .category-block .btn {
    font-size: 14px;
    padding: 3px 10px 2px; }

.category-slider .slide-content,
.category1-slider .slide-content {
  position: relative; }
.category-slider .text-overlay,
.category1-slider .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  width: 100%;
  background: rgba(85, 85, 85, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(85, 85, 85, 0)), color-stop(25%, rgba(85, 85, 85, 0.3)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(85, 85, 85, 0) 10%, rgba(85, 85, 85, 0.3) 25%, rgba(0, 0, 0, 0.8) 100%); }
.category-slider h3,
.category1-slider h3 {
  font-size: 16px;
  margin: 0;
  font-weight: bold; }
  .category-slider h3 a,
  .category1-slider h3 a {
    text-decoration: none;
    color: #fff; }
.category-slider p,
.category1-slider p {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.service-block {
  padding-bottom: 30px; }
  .service-block .heading {
    overflow: hidden;
    padding-bottom: 5px; }
    .service-block .heading .view-all {
      float: right;
      margin-left: 10px;
      text-decoration: none;
      color: #266563;
      margin-top: 4px; }
      .service-block .heading .view-all:hover {
        color: #222; }
  .service-block h2 {
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    font-weight: bold; }
  @media (min-width: 768px) {
    .service-block .service-list-holder {
      padding-right: 250px;
      position: relative;
      min-height: 250px; } }
  .service-block .image-box {
    position: relative;
    min-height: 250px;
    width: 100%; }
    @media (min-width: 768px) {
      .service-block .image-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        bottom: 0; } }
    .service-block .image-box:after {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      content: '';
      border: 4px solid rgba(255, 255, 255, 0.7); }

.bg-40 {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.ratio-3-3 {
  padding-bottom: 100%; }

.service-list {
  overflow: hidden;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
  font-size: 13px;
  text-transform: capitalize; }
  .service-list li {
    float: left;
    width: 50%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee; }
    @media (min-width: 768px) {
      .service-list li {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .service-list li {
        width: 25%; } }
    .service-list li a {
      display: inline-block;
      vertical-align: middle;
      height: 125px;
      width: 100%;
      position: relative;
      white-space: nowrap;
      background: #fff;
      text-decoration: none;
      text-align: center;
      padding: 20px 15px 10px; }
      .service-list li a:hover {
        background: #f8f8f8; }
  .service-list .text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal; }
  .service-list .img-holder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px; }

.login-form-holder {
  max-width: 800px;
  padding: 20px 0 25px;
  margin: 10px auto;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .login-form-holder {
      margin: 80px auto;
      padding: 40px 0; } }
  .login-form-holder h2 {
    text-align: center; }
  .login-form-holder .btn {
    padding: 8px; }
  .login-form-holder .login-wrap {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .login-form-holder .login-wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 20px 0 25px; } }
  @media (min-width: 768px) {
    .login-form-holder .left-block,
    .login-form-holder .right-block {
      padding: 0 20px;
      display: table-cell;
      vertical-align: middle; } }
  .login-form-holder .right-block {
    padding-top: 20px;
    border-top: 1px solid #bbb;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .login-form-holder .right-block {
        border-left: 1px solid #bbb;
        border-top: none;
        padding-top: 0;
        margin-top: 0; } }
  .login-form-holder .alternative-text {
    text-align: center; }
    .login-form-holder .alternative-text p {
      margin: 0; }
    .login-form-holder .alternative-text a {
      text-decoration: none; }
      .login-form-holder .alternative-text a:hover {
        color: #266563; }
  .login-form-holder .login-with li {
    margin-bottom: 20px; }
  .login-form-holder .login-with .btn {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff; }
    .login-form-holder .login-with .btn span {
      position: absolute;
      top: 0;
      left: 0;
      padding: 11px;
      border-radius: 12px 0 0 12px;
      background: rgba(0, 0, 0, 0.2); }
  .login-form-holder .login-with .login-with-fb {
    background: #385898;
    border-color: #385898; }
    .login-form-holder .login-with .login-with-fb:hover {
      background: #2a4273; }
  .login-form-holder .login-with .login-with-google {
    background: #dd4b39;
    border-color: #dd4b39; }
    .login-form-holder .login-with .login-with-google:hover {
      background: #c23321; }

.form-group,
.checkbox-holder {
  margin-bottom: 20px; }

.breadcrumb {
  margin-bottom: 10px; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    position: relative; }
    .breadcrumb li:before {
      position: absolute;
      top: 0;
      left: -6px;
      content: '>'; }
    .breadcrumb li:first-child:before {
      display: none; }

.sub-banner {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  color: #fff; }
  .sub-banner a {
    color: #fff; }
  .sub-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .sub-banner .text-wrap {
    position: relative;
    z-index: 2;
    text-align: center; }
  .sub-banner h1 {
    margin-bottom: 10px; }

.intro-block-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .intro-block-content {
      display: table;
      width: 100%; } }
  .intro-block-content .text-box {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .intro-block-content .text-box {
        display: table-cell;
        vertical-align: middle;
        width: 60%; } }
    .intro-block-content .text-box ul {
      padding-left: 14px; }
  @media (min-width: 768px) {
    .intro-block-content .img-block {
      display: table-cell;
      vertical-align: middle;
      width: 40%;
      padding-left: 40px; } }
  .intro-block-content .img-block img {
    width: 100%; }
  .intro-block-content .btn-holder {
    padding-top: 15px; }
  .intro-block-content .video-holder {
    padding-bottom: 60%;
    position: relative; }
    .intro-block-content .video-holder iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.price-holder {
  padding: 8px 10px 8px 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #266563; }
  .price-holder .offer {
    color: #DC000C; }

.product-list {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .product-list {
      padding: 40px 0 0; } }
  .product-list .service-block h2 {
    margin-bottom: 5px; }

.detail-box-block {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .detail-box-block {
      padding: 40px 0 0; } }

.intro-block {
  background: #266563;
  color: #fff; }

.faq-block {
  padding: 40px 0; }
  .faq-block h2 {
    text-align: center; }
  .faq-block .tab-content {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #266563; }

.tabset {
  text-align: center;
  font-size: 0;
  letter-spacing: -4px; }
  .tabset li {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #fff;
    font-weight: bold; }
    .tabset li:first-child {
      border-left: none; }
  .tabset a {
    display: block;
    padding: 10px 25px;
    background: #266563;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .tabset a:hover {
      background: #18403f; }
    .tabset a.active {
      cursor: pointer;
      background: #18403f; }

.accordion li {
  border-top: 1px solid #266563; }
  .accordion li:first-child {
    border-top: none; }
  .accordion li.active .description {
    max-height: 999px; }
  .accordion li.active .heading a:before {
    opacity: 0; }
.accordion .heading {
  margin: 0; }
  .accordion .heading a {
    display: block;
    padding: 10px 35px 10px 15px;
    background: #f2f2f2;
    text-decoration: none;
    position: relative;
    color: #266563;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .accordion .heading a:after {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 15px;
      height: 3px;
      background: #266563;
      content: '';
      margin-top: -1px; }
    .accordion .heading a:before {
      position: absolute;
      top: 50%;
      height: 15px;
      width: 3px;
      right: 16px;
      margin-top: -7px;
      background: #266563;
      content: ''; }
    .accordion .heading a:hover {
      background: #d9d9d9; }
.accordion .description {
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  max-height: 0;
  overflow: hidden; }
  .accordion .description .text-wrap {
    padding: 15px; }
    .accordion .description .text-wrap p {
      margin: 10px 0 0; }
      .accordion .description .text-wrap p:first-child {
        margin-top: 0; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.twocol-box {
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
  .twocol-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .twocol-box .content-holder {
    position: relative;
    overflow: hidden; }
  .twocol-box .left-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    display: none; }
    @media (min-width: 768px) {
      .twocol-box .left-block {
        display: block; } }
  @media (min-width: 768px) {
    .twocol-box .right-block {
      float: right;
      width: 60%;
      padding-left: 40px; } }

.slide-box .product-box {
  margin-bottom: 10px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .slide-box .product-box:hover {
    -webkit-transform: scale(1.01, 1.01);
            transform: scale(1.01, 1.01); }

.product-box {
  padding: 10px;
  background: #f2f2f2;
  position: relative;
  z-index: 2; }
  .product-box:after {
    display: block;
    clear: both;
    content: ''; }
  .product-box:hover .add-to-cart {
    background: #266563;
    color: #fff; }
  .product-box:hover .wishlist-holder {
    bottom: -10px;
    visibility: visible;
    opacity: 1; }
  .product-box .img-holder {
    float: left;
    width: 40%;
    padding-right: 10px; }
  .product-box .text-box {
    float: right;
    width: 60%; }
  .product-box h3 {
    font-size: 16px;
    margin: 0; }
    .product-box h3 a {
      text-decoration: none; }
  .product-box .offer-price > span {
    display: block; }
  .product-box .price-box {
    padding: 5px 30px 5px 0;
    position: relative; }
  .product-box .add-to-cart {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    background: #bbb;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    line-height: 31px; }
  .product-box .price {
    font-size: 14px; }
  .product-box .product-wrap-box1 {
    overflow: hidden;
    padding-bottom: 10px; }
  .product-box .wishlist-holder {
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding: 10px 10px 0;
    width: 100%; }
    .product-box .wishlist-holder .list-box {
      width: 50%;
      float: left; }
    .product-box .wishlist-holder a {
      text-decoration: none; }
      .product-box .wishlist-holder a:hover {
        color: #266563; }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 90px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  line-height: 14px; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

/*TOOLTIP TOP*/
.tooltipTop {
  bottom: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.tooltipTop::after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: black transparent transparent transparent; }

/*TOOLTIP BOTTOM*/
.tooltipBottom {
  top: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.tooltipBottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-color: transparent transparent black transparent; }

/*TOOLTIP RIGHT*/
.tooltipLeft {
  top: 4px;
  right: 140%; }

.tooltipLeft::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-color: transparent transparent transparent black; }

/*TOOLTIP LEFT*/
.tooltipRight {
  top: 4px;
  left: 130%; }

.tooltipRight::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-color: transparent black transparent transparent; }

.range-slide {
  position: relative;
  margin: 10px 0;
  height: 4px; }
  .range-slide .slide {
    position: absolute;
    top: 0;
    height: 4px;
    background: #ccc;
    left: 9px;
    right: 9px; }
  .range-slide .line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #777; }
  .range-slide .thumb {
    position: absolute;
    z-index: 2;
    text-align: left;
    border: 1px solid #777;
    background-color: #777;
    border-radius: 50%;
    outline: none;
    top: -7px;
    height: 18px;
    width: 18px;
    margin-left: -9px; }
  .range-slide input {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    height: 3px;
    top: 0;
    width: 100%;
    opacity: 0;
    margin: 0; }
  .range-slide input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: all;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px; }

.filter-range-box .display {
  margin: 10px 0; }

.category-content {
  padding: 40px 0; }
  .category-content .sidebar {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .category-content .sidebar {
        float: left;
        width: 250px;
        margin-right: 15px;
        padding: 5px 0 0; } }
  .category-content .category-product-list {
    overflow: hidden; }
    .category-content .category-product-list .img-wrap {
      float: none;
      width: 100%; }
  .category-content .product-holder .product-list {
    background: #f2f2f2;
    color: #222; }

.releted-product-list .product-box {
  margin-top: 10px; }

.sidebar .category-list-holder,
.sidebar .price-range-filter,
.sidebar .related-product-box {
  background: #f2f2f2;
  margin-bottom: 15px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb; }
  .sidebar .category-list-holder h2,
  .sidebar .price-range-filter h2,
  .sidebar .related-product-box h2 {
    font-size: 22px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #bbb; }
.sidebar .releted-product-list .product-box {
  border-bottom: 1px solid #bbb; }
.sidebar .category-list li {
  border-bottom: 1px solid #bbb; }
.sidebar .category-list a {
  text-decoration: none;
  padding: 8px 10px;
  display: block; }
  .sidebar .category-list a:hover {
    background: #d9d9d9; }
.sidebar .filter-range-box {
  padding: 20px;
  border-bottom: 1px solid #bbb; }
  .sidebar .filter-range-box .btn-wrap {
    text-align: center;
    padding-top: 20px; }

.category-product-list .breadcrumb-holder {
  overflow: hidden;
  padding: 0 0 10px; }
  .category-product-list .breadcrumb-holder .bread-crumb {
    float: left; }
    .category-product-list .breadcrumb-holder .bread-crumb li {
      display: inline-block;
      vertical-align: top; }
    .category-product-list .breadcrumb-holder .bread-crumb a {
      text-decoration: none; }
      .category-product-list .breadcrumb-holder .bread-crumb a:hover {
        color: #266563; }
  .category-product-list .breadcrumb-holder .right-box {
    float: right; }
    .category-product-list .breadcrumb-holder .right-box .highlited {
      font-weight: bold; }
  .category-product-list .breadcrumb-holder .select-form,
  .category-product-list .breadcrumb-holder .order-numb {
    display: inline-block;
    vertical-align: top; }

.login-form-holder {
  max-width: 800px;
  padding: 20px 0 2px;
  margin: 10px auto;
  background: #f2f2f2; }
  @media (min-width: 768px) {
    .login-form-holder {
      margin: 80px auto;
      padding: 40px 0; } }
  .login-form-holder h2 {
    text-align: center; }
  .login-form-holder .login-wrap {
    padding: 0 0 20px; }
    @media (min-width: 768px) {
      .login-form-holder .login-wrap {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 20px 0 25px; } }
  @media (min-width: 768px) {
    .login-form-holder .left-block,
    .login-form-holder .right-block {
      padding: 0 20px;
      display: table-cell;
      vertical-align: middle; } }
  .login-form-holder .right-block {
    padding-top: 20px;
    border-top: 1px solid #bbb;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .login-form-holder .right-block {
        border-left: 1px solid #bbb;
        border-top: none;
        padding-top: 0;
        margin-top: 0; } }
  .login-form-holder .alternative-text {
    text-align: center; }
    .login-form-holder .alternative-text p {
      margin: 0; }
    .login-form-holder .alternative-text a {
      text-decoration: none; }
      .login-form-holder .alternative-text a:hover {
        color: #266563; }
  .login-form-holder .login-with li {
    margin-bottom: 20px; }
  .login-form-holder .login-with .btn {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff; }
    .login-form-holder .login-with .btn span {
      position: absolute;
      top: 0;
      left: 0;
      padding: 11px;
      background: rgba(0, 0, 0, 0.2); }
  .login-form-holder .login-with .login-with-fb {
    background: #385898;
    border-color: #385898; }
    .login-form-holder .login-with .login-with-fb:hover {
      background: #2a4273; }
  .login-form-holder .login-with .login-with-google {
    background: #dd4b39;
    border-color: #dd4b39; }
    .login-form-holder .login-with .login-with-google:hover {
      background: #c23321; }

.dashboard-content,
.mobile-menu {
  padding: 40px 0; }
  .dashboard-content .sidebar,
  .mobile-menu .sidebar {
    background: #f2f2f2; }
    @media (min-width: 768px) {
      .dashboard-content .sidebar,
      .mobile-menu .sidebar {
        float: left;
        width: 250px; } }
    .dashboard-content .sidebar .avatar-holder,
    .mobile-menu .sidebar .avatar-holder {
      padding: 30px 10px 5px; }
    .dashboard-content .sidebar .img-holder,
    .mobile-menu .sidebar .img-holder {
      max-width: 80px;
      margin: 0 auto 10px;
      border: 4px solid #bbb;
      border-radius: 50%; }
    .dashboard-content .sidebar .name,
    .mobile-menu .sidebar .name {
      display: block;
      text-align: center;
      font-weight: bold;
      padding-bottom: 5px; }
    .dashboard-content .sidebar .nav-heading,
    .mobile-menu .sidebar .nav-heading {
      margin: 20px 0;
      position: relative; }
      .dashboard-content .sidebar .nav-heading:before,
      .mobile-menu .sidebar .nav-heading:before {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        background: #bbb;
        margin-top: -1px;
        content: ''; }
      .dashboard-content .sidebar .nav-heading span,
      .mobile-menu .sidebar .nav-heading span {
        position: relative;
        background: #f2f2f2;
        padding: 5px 10px; }
  .dashboard-content .sidebar-nav a,
  .mobile-menu .sidebar-nav a {
    display: block;
    text-decoration: none;
    padding: 8px 20px; }
    .dashboard-content .sidebar-nav a.active,
    .mobile-menu .sidebar-nav a.active {
      border-left: 2px solid #5f372d;
      background: #ccc; }
    .dashboard-content .sidebar-nav a:hover,
    .mobile-menu .sidebar-nav a:hover {
      background: #5f372d;
      color: #fff; }
  .dashboard-content .purchase-table,
  .mobile-menu .purchase-table {
    width: 100%;
    background: #f2f2f2; }

.dashboard-content-box {
  overflow: hidden;
  padding-left: 30px; }
  .dashboard-content-box .dashboard-heading {
    overflow: hidden;
    padding: 0 0 15px; }
    .dashboard-content-box .dashboard-heading h2 {
      overflow: hidden;
      margin: 0;
      font-size: 24px; }
  .dashboard-content-box .breadbrumb {
    float: right;
    padding-top: 9px; }
    .dashboard-content-box .breadbrumb li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 15px;
      margin-left: 5px; }
      .dashboard-content-box .breadbrumb li:before {
        position: absolute;
        content: '>';
        top: 0;
        left: 0; }
      .dashboard-content-box .breadbrumb li:first-child:before {
        display: none; }
      .dashboard-content-box .breadbrumb li a {
        text-decoration: none; }
        .dashboard-content-box .breadbrumb li a:hover {
          color: #266563; }
  .dashboard-content-box .product-dashboard-list {
    text-align: center;
    margin: 0 -10px 20px; }
    .dashboard-content-box .product-dashboard-list > div {
      padding: 10px; }
      .dashboard-content-box .product-dashboard-list > div .product-box-wrap {
        padding: 20px;
        background: #fb5f62;
        border-radius: 4px;
        color: #fff; }
      .dashboard-content-box .product-dashboard-list > div:nth-child(2n+1) .product-box-wrap {
        background: #39afd1; }
      .dashboard-content-box .product-dashboard-list > div:first-child .product-box-wrap {
        background: #5f372d; }
      .dashboard-content-box .product-dashboard-list > div:last-child .product-box-wrap {
        background: #266563; }
    .dashboard-content-box .product-dashboard-list .ico-holder {
      background: rgba(0, 0, 0, 0.2);
      width: 50px;
      height: 50px;
      border-radius: 50%;
      margin: 0 auto 10px;
      position: relative;
      color: #fff; }
      .dashboard-content-box .product-dashboard-list .ico-holder span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .dashboard-content-box .product-dashboard-list h3 {
      font-size: 20px;
      margin-bottom: 0; }
  .dashboard-content-box .shipping-detail {
    max-width: 400px;
    margin: 0;
    background: #f2f2f2; }
    .dashboard-content-box .shipping-detail .top-heading {
      padding: 5px 10px;
      background: #eee; }
      .dashboard-content-box .shipping-detail .top-heading .link {
        float: right;
        margin: 3px 0 0;
        text-decoration: none; }
        .dashboard-content-box .shipping-detail .top-heading .link:hover {
          color: #266563; }
      .dashboard-content-box .shipping-detail .top-heading h3 {
        overflow: hidden;
        margin: 0;
        font-size: 20px; }
    .dashboard-content-box .shipping-detail .address-info {
      font-size: 14px; }
      .dashboard-content-box .shipping-detail .address-info li {
        overflow: hidden;
        padding: 5px 10px;
        border-top: 1px solid #bbb; }
        .dashboard-content-box .shipping-detail .address-info li:first-child {
          border-top: none; }
      .dashboard-content-box .shipping-detail .address-info .info {
        float: left;
        min-width: 120px;
        padding-right: 20px;
        position: relative; }
        .dashboard-content-box .shipping-detail .address-info .info:before {
          position: absolute;
          content: ':';
          top: 0;
          right: 8px; }
      .dashboard-content-box .shipping-detail .address-info .detail {
        overflow: hidden; }

.wishlist-list-01 .product-wrap {
  background: #f2f2f2;
  padding: 20px 0 10px; }
.wishlist-list-01 .img-wrap {
  max-width: 150px;
  margin: 0 auto 20px; }
.wishlist-list-01 h4 {
  margin-bottom: 0; }
.wishlist-list-01 .btn-wrap {
  position: relative;
  padding: 10px 20px;
  padding-left: 40px; }
.wishlist-list-01 .remove-cart {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 20px;
  text-decoration: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 5px; }
.wishlist-list-01 .price-box {
  font-size: 18px; }
.wishlist-list-01 h4,
.wishlist-list-01 .price-box,
.wishlist-list-01 .rating {
  padding: 0 20px 5px; }
.wishlist-list-01 .btn {
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center; }
  .wishlist-list-01 .btn span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px; }

.purchase-table .unpaid,
.purchase-table .paid {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  background: #ff3b30;
  color: #fff;
  min-width: 100px;
  text-align: center; }
.purchase-table .paid {
  background: green;
  color: #fff;
  min-width: 100px;
  text-align: center; }
.purchase-table tr {
  border-bottom: 1px solid #bbb; }
.purchase-table th,
.purchase-table td {
  padding: 6px 10px;
  text-align: left; }
.purchase-table td.option {
  text-align: right; }
.purchase-table .option-activater {
  width: 20px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: #ddd;
  margin-right: 20px;
  position: relative; }
  .purchase-table .option-activater:before, .purchase-table .option-activater:after {
    position: absolute;
    top: 50%;
    background: #777;
    width: 5px;
    height: 5px;
    left: 8px;
    border-radius: 50%;
    content: '';
    margin-top: -4px; }
  .purchase-table .option-activater:after {
    top: 7px; }
  .purchase-table .option-activater span {
    position: absolute;
    bottom: 5px;
    background: #777;
    width: 5px;
    height: 5px;
    left: 8px;
    border-radius: 50%;
    margin-top: -3px; }
.purchase-table .option-drop {
  position: relative; }
  .purchase-table .option-drop .option-drop-holder {
    position: absolute;
    bottom: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    min-width: 170px;
    text-align: left;
    padding: 5px; }
    .purchase-table .option-drop .option-drop-holder a {
      display: block;
      padding: 6px 10px;
      text-decoration: none; }
      .purchase-table .option-drop .option-drop-holder a:hover {
        color: #266563;
        background: #f2f2f2; }
  .purchase-table .option-drop.option-activated .option-drop-holder {
    visibility: visible;
    opacity: 1; }
.purchase-table .view-detail {
  font-weight: 500;
  text-decoration: none; }
  .purchase-table .view-detail:hover {
    color: #266563; }

.profile-form .btn-holder {
  text-align: right; }
.profile-form .basic-info-holder {
  background: #f2f2f2;
  overflow: hidden;
  margin-bottom: 20px; }
  .profile-form .basic-info-holder h3 {
    padding: 10px;
    background: #bbb;
    font-size: 20px; }
  .profile-form .basic-info-holder .form-group {
    padding: 0 20px;
    overflow: hidden; }
  .profile-form .basic-info-holder .label-holder {
    padding: 7px 0; }
    @media (min-width: 768px) {
      .profile-form .basic-info-holder .label-holder {
        float: left;
        width: 160px;
        padding-right: 10px; } }
  .profile-form .basic-info-holder .input-holder {
    overflow: hidden; }
  .profile-form .basic-info-holder .right-box-wrap {
    float: right; }
  .profile-form .basic-info-holder .button-holder {
    padding: 10px 15px; }
  .profile-form .basic-info-holder .input-box-holder {
    overflow: hidden; }

.create-ticket-holder {
  max-width: 300px;
  background: #f2f2f2;
  padding: 30px;
  text-align: center;
  margin: 40px auto; }
  .create-ticket-holder .add {
    display: inline-block;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.2);
    font-size: 27px;
    border-radius: 50%;
    padding: 7px;
    margin: 0 auto 20px;
    width: 50px;
    height: 50px; }
  .create-ticket-holder .text {
    display: block;
    font-weight: bold; }
  .create-ticket-holder a {
    text-decoration: none; }
    .create-ticket-holder a:hover .text {
      color: #266563; }
    .create-ticket-holder a:hover .add {
      background: rgba(0, 0, 0, 0.3); }

.four-column {
  font-size: 0;
  letter-spacing: -4px; }
  .four-column > div {
    width: 25%; }

.sidebar .earning-block {
  text-align: center;
  padding: 0 0 5px; }
  .sidebar .earning-block .text {
    display: block;
    padding-bottom: 5px; }
  .sidebar .earning-block .price-box {
    display: inline-block;
    vertical-align: top;
    padding: 8px 10px 5px;
    font-size: 18px;
    background: #fb5f62;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px; }
  .sidebar .earning-block .earning-list li {
    padding-bottom: 5px; }

.verified,
.not-verified {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: green;
  margin-left: 6px;
  text-align: center;
  color: #fff; }

.verified {
  position: relative; }
  .verified:before {
    position: absolute;
    top: 4px;
    left: 6px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
    content: ''; }

.not-verified {
  background: #fb5f62; }

.seller-content-box {
  overflow: hidden; }
  .seller-content-box .left {
    float: left;
    width: 65%; }
  .seller-content-box .right {
    overflow: hidden;
    padding-left: 20px; }
  .seller-content-box .order-box-holder {
    background: #f2f2f2;
    margin-bottom: 20px; }
    .seller-content-box .order-box-holder .table-holder {
      padding: 10px 20px 20px; }
    .seller-content-box .order-box-holder table {
      width: 100%;
      border-right: 1px solid #bbb;
      border-bottom: 1px solid #bbb; }
      .seller-content-box .order-box-holder table td {
        padding: 5px 10px;
        border-left: 1px solid #bbb;
        border-top: 1px solid #bbb; }
  .seller-content-box .normal-heading {
    text-align: center;
    font-size: 18px;
    margin: 0 -20px;
    padding: 15px 5px 5px; }
  .seller-content-box .verified-box {
    margin-bottom: 20px;
    background: #f2f2f2;
    text-align: center; }
  .seller-content-box .general-box {
    padding: 20px;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px; }
    .seller-content-box .general-box h2 {
      font-size: 18px; }
    .seller-content-box .general-box .btn {
      padding: 0.5rem 1rem;
      font-size: 14px; }
  .seller-content-box .product-box-holder {
    background: #f2f2f2;
    padding: 0 20px 20px;
    margin-bottom: 20px; }
    .seller-content-box .product-box-holder .seller-product-list {
      border-top: 1px solid #bbb;
      margin: 10px 0 15px; }
      .seller-content-box .product-box-holder .seller-product-list li {
        padding: 5px 10px;
        border: 1px solid #bbb;
        border-top: none; }
      .seller-content-box .product-box-holder .seller-product-list a {
        text-decoration: none;
        color: #5f372d; }
        .seller-content-box .product-box-holder .seller-product-list a:hover {
          color: #266563; }
    .seller-content-box .product-box-holder .link-holder {
      text-align: center; }
      .seller-content-box .product-box-holder .link-holder a {
        text-decoration: none;
        color: #266563; }
        .seller-content-box .product-box-holder .link-holder a:hover {
          color: #5f372d; }

.basic-info-holder .four-column {
  padding: 0 10px 15px; }
  .basic-info-holder .four-column .img-wrap {
    position: relative; }
  .basic-info-holder .four-column .remove {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    color: #266563;
    border: 2px solid #266563;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold; }
    .basic-info-holder .four-column .remove:hover {
      opacity: 0.8; }

.three-column {
  font-size: 0;
  letter-spacing: -4px; }
  .three-column > div {
    width: 100%;
    padding: 5px;
    letter-spacing: 0;
    font-size: 15px; }
    @media (min-width: 768px) {
      .three-column > div {
        display: inline-block;
        vertical-align: top;
        width: 33.33%; } }

.four-column {
  font-size: 0;
  letter-spacing: -4px; }
  .four-column > div {
    width: 100%;
    padding: 5px;
    letter-spacing: 0;
    font-size: 15px; }
    @media (min-width: 768px) {
      .four-column > div {
        display: inline-block;
        vertical-align: top;
        width: 25%; } }

.purchase-order-popup-activated {
  overflow: hidden; }
  .purchase-order-popup-activated .purchase-order-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease; }

.cart-activated {
  overflow: hidden; }
  .cart-activated .cart-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease; }

.buy-now-activated {
  overflow: hidden; }
  .buy-now-activated .buy-now-popup {
    visibility: visible;
    opacity: 1;
    -webkit-transition: top 0.4s ease;
    transition: top 0.4s ease; }

.popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease; }
  .popup-holder.lg .popup-content {
    max-width: 1200px;
    width: 100%; }
  .popup-holder .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    z-index: 2;
    max-width: 480px;
    width: 100%; }
  .popup-holder .popup-wrap {
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .popup-holder .popup-wrap {
        max-height: none;
        overflow: hidden; } }
  .popup-holder .single-category-box {
    padding: 20px; }
  .popup-holder .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500; }

.purchase-order-popup .close {
  top: 14px; }
.purchase-order-popup .popup-heading {
  font-size: 20px;
  background: #fff;
  padding: 15px;
  padding-right: 40px;
  margin: 0; }
.purchase-order-popup .purchase-order-list {
  font-size: 0;
  letter-spacing: -4px;
  padding: 20px;
  background: #ddd; }
  .purchase-order-popup .purchase-order-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    position: relative; }
    .purchase-order-popup .purchase-order-list li:before {
      position: absolute;
      top: 22px;
      height: 4px;
      left: -50%;
      right: 50%;
      content: '';
      background: #fff; }
    .purchase-order-popup .purchase-order-list li:first-child:before {
      display: none; }
    .purchase-order-popup .purchase-order-list li.active {
      color: #5f372d; }
      .purchase-order-popup .purchase-order-list li.active:before {
        background: #5f372d; }
      .purchase-order-popup .purchase-order-list li.active .num {
        background: #5f372d;
        color: #5f372d; }
        .purchase-order-popup .purchase-order-list li.active .num:before {
          opacity: 1; }
  .purchase-order-popup .purchase-order-list .num {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: #fff;
    font-size: 20px;
    line-height: 50px;
    z-index: 2; }
    .purchase-order-popup .purchase-order-list .num:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      content: '';
      width: 15px;
      height: 25px;
      border-style: solid;
      border-color: #fff;
      border-width: 0 4px 4px 0;
      z-index: 2;
      opacity: 0;
      margin-top: -3px; }
  .purchase-order-popup .purchase-order-list .order-text {
    display: block; }
.purchase-order-popup .order-summary {
  background: #fff;
  padding: 20px; }
  .purchase-order-popup .order-summary h3 {
    background: #ddd;
    margin: 0;
    padding: 8px 15px;
    font-size: 18px; }
  .purchase-order-popup .order-summary .summary-list {
    font-size: 0;
    letter-spacing: -4px;
    padding: 15px 0 2px;
    margin: 0;
    background: #f2f2f2; }
    .purchase-order-popup .order-summary .summary-list li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-size: 15px;
      letter-spacing: 0;
      padding: 0 10px 10px; }
    .purchase-order-popup .order-summary .summary-list strong {
      float: left;
      padding-right: 10px;
      width: 40%; }
    .purchase-order-popup .order-summary .summary-list span {
      overflow: hidden;
      display: block; }
.purchase-order-popup .order-detail-wrap {
  overflow: hidden; }
  .purchase-order-popup .order-detail-wrap .left {
    float: left;
    width: 70%; }
  .purchase-order-popup .order-detail-wrap .right {
    overflow: hidden; }
    .purchase-order-popup .order-detail-wrap .right .summary-list li {
      width: 100%; }
    .purchase-order-popup .order-detail-wrap .right .summary-list span {
      text-align: right; }
  .purchase-order-popup .order-detail-wrap .order-detail-table {
    width: 100%;
    background: #f2f2f2; }
    .purchase-order-popup .order-detail-wrap .order-detail-table td,
    .purchase-order-popup .order-detail-wrap .order-detail-table th {
      padding: 10px; }
    .purchase-order-popup .order-detail-wrap .order-detail-table th {
      text-align: left; }
    .purchase-order-popup .order-detail-wrap .order-detail-table a {
      text-decoration: none; }

.button-holder {
  position: relative; }
  .button-holder input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: -999px;
    left: -999px; }
    .button-holder input[type="checkbox"]:checked + label {
      background: #a45f4e; }
      .button-holder input[type="checkbox"]:checked + label:before {
        left: 100%;
        margin-left: -14px;
        background: #2b1914; }
  .button-holder label {
    position: relative;
    width: 35px;
    height: 15px;
    border-radius: 8px;
    background: #bbb;
    display: block;
    cursor: pointer; }
    .button-holder label:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      margin-top: 0;
      margin-left: 0;
      border-radius: 50%;
      content: '';
      background: #777;
      -webkit-transition: ease 0.2s;
      transition: ease 0.2s; }

.single-category-box {
  overflow: hidden;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .single-category-box {
      padding: 60px 0; } }
  .single-category-box .left-block {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .single-category-box .left-block {
        float: left;
        width: 45%;
        padding-right: 30px;
        padding-bottom: 0; } }
  .single-category-box .nav-image {
    padding-top: 30px;
    padding-bottom: 50px; }
    .single-category-box .nav-image li {
      display: inline-block;
      vertical-align: top;
      width: 50px;
      padding: 5px 5px 5px 0;
      opacity: 0.6; }
      .single-category-box .nav-image li.active {
        opacity: 1; }
      .single-category-box .nav-image li:hover {
        opacity: 0.8; }
  .single-category-box .right-block {
    overflow: hidden; }
  .single-category-box .offer-box {
    font-size: 20px;
    margin-bottom: 10px; }
    .single-category-box .offer-box .p1,
    .single-category-box .offer-box .p2 {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px; }
    .single-category-box .offer-box .p2 {
      color: #266563; }
  .single-category-box h2 {
    margin: 0; }
  .single-category-box .product-detail-list li {
    padding-bottom: 12px; }

.cart-popup-content {
  padding: 20px; }
  .cart-popup-content h5 {
    margin-bottom: 5px; }
  .cart-popup-content .cart-top-content {
    color: green;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbb; }
  .cart-popup-content .cart-icon {
    width: 50px;
    height: 50px;
    border: 2px solid green;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    position: relative; }
    .cart-popup-content .cart-icon:after {
      position: absolute;
      width: 12px;
      height: 22px;
      border-color: green;
      border-style: solid;
      border-width: 0 4px 4px 0;
      content: '';
      top: 9px;
      left: 18px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .cart-popup-content .cart-popup-list {
    border-bottom: 1px solid #bbb; }
    .cart-popup-content .cart-popup-list li {
      overflow: hidden;
      margin-bottom: 20px; }
    .cart-popup-content .cart-popup-list .img-wrap {
      width: 25%;
      display: inline-block;
      vertical-align: middle; }
    .cart-popup-content .cart-popup-list .text-box {
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px; }
    .cart-popup-content .cart-popup-list .price .text {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px; }
  .cart-popup-content .btn-wrap {
    padding-top: 20px;
    overflow: hidden;
    margin: 0 -5px;
    text-align: center; }
    .cart-popup-content .btn-wrap .btn-box {
      float: left;
      width: 50%;
      padding: 0 5px; }
    .cart-popup-content .btn-wrap .btn {
      width: 100%;
      padding: 0.5rem 1rem; }

.detail-product-form {
  padding-bottom: 20px; }
  .detail-product-form .total-box {
    padding: 10px;
    border-top: 1px solid #bbb; }
    .detail-product-form .total-box .left-box {
      float: left;
      width: 60%;
      padding-right: 10px; }
    .detail-product-form .total-box .right-box {
      overflow: hidden;
      text-align: right; }
  .detail-product-form .pound-holder {
    padding: 20px 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px; }
    .detail-product-form .pound-holder .input-box .btn {
      padding: 0.5rem;
      display: inline-block;
      vertical-align: top;
      min-width: 39px;
      text-align: center;
      font-weight: bold; }
    .detail-product-form .pound-holder .input-box .value-number {
      display: inline-block;
      vertical-align: top;
      padding: 0.5rem;
      border: 1px solid #bbb;
      min-width: 39px;
      text-align: center; }
    .detail-product-form .pound-holder .input-box {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px; }
    .detail-product-form .pound-holder .btn-holder {
      display: inline-block;
      vertical-align: top; }
  .detail-product-form .compare-holder {
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px; }
    .detail-product-form .compare-holder .list-box {
      display: inline-block;
      vertical-align: top;
      padding-left: 20px; }
      .detail-product-form .compare-holder .list-box:first-child {
        padding-left: 0; }
    .detail-product-form .compare-holder a {
      text-decoration: none; }
      .detail-product-form .compare-holder a:hover {
        color: #FCAC1C; }

.cart-content .cart-step-holder {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .cart-content .cart-step-holder {
      padding: 40px 0; } }
.cart-content .cart-steps {
  max-width: 600px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -4px;
  text-align: center; }
  .cart-content .cart-steps li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    width: 33.33%;
    letter-spacing: 0;
    font-size: 15px;
    border-left: 1px solid #bbb; }
    .cart-content .cart-steps li:first-child {
      border: none; }
    .cart-content .cart-steps li.active {
      color: green; }
  .cart-content .cart-steps .icon-wrap {
    display: block;
    font-size: 25px;
    padding-bottom: 4px; }

.my-cart-content {
  padding: 40px 0;
  overflow: hidden; }
  .my-cart-content .left-box {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .my-cart-content .left-box {
        float: left;
        width: 70%;
        padding-right: 25px;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .my-cart-content .left-box .cart-table-holder {
        overflow-y: auto; }
        .my-cart-content .left-box .cart-table-holder .cart-table {
          min-width: 520px; } }
    .my-cart-content .left-box .btn-wrap-box {
      overflow: hidden;
      padding: 10px;
      background: #ddd; }
    .my-cart-content .left-box .left-box-return {
      float: left;
      padding: 9px 0; }
      .my-cart-content .left-box .left-box-return a {
        text-decoration: none; }
        .my-cart-content .left-box .left-box-return a:hover {
          color: #FCAC1C; }
    .my-cart-content .left-box .btn-wrap {
      float: right;
      padding-left: 10px; }
  .my-cart-content .right-block {
    background: #f2f2f2; }
    @media (min-width: 768px) {
      .my-cart-content .right-block {
        overflow: hidden; } }
  .my-cart-content .sidebar-header {
    padding: 10px;
    padding-right: 90px;
    position: relative; }
    .my-cart-content .sidebar-header h4 {
      margin: 0; }
    .my-cart-content .sidebar-header .right-content {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: green;
      padding: 2px 6px;
      border-radius: 2px;
      color: #fff;
      font-size: 14px; }

.cart-table {
  width: 100%;
  background: #f2f2f2; }
  .cart-table th,
  .cart-table td {
    padding: 5px 10px; }
  .cart-table th {
    font-weight: bold;
    padding: 10px;
    text-align: left; }
    .cart-table th:first-child, .cart-table th:last-child {
      text-align: center; }
  .cart-table td {
    border-top: 1px solid #fff; }
  .cart-table .img-wrap {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    max-width: 60px; }
  .cart-table a {
    text-decoration: none; }
  .cart-table .quantity-holder {
    max-width: 110px;
    position: relative;
    padding: 0 32px;
    border: 1px solid #bbb;
    border-radius: 20px;
    overflow: hidden; }
    .cart-table .quantity-holder .minus,
    .cart-table .quantity-holder .plus {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 26px;
      padding: 0 10px; }
      .cart-table .quantity-holder .minus:hover,
      .cart-table .quantity-holder .plus:hover {
        background: #bbb; }
    .cart-table .quantity-holder .plus {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      padding: 0 8px; }
    .cart-table .quantity-holder input {
      border: none;
      text-align: center;
      border-left: 1px solid #bbb;
      border-right: 1px solid #bbb; }
      .cart-table .quantity-holder input:focus {
        outline: none; }
  .cart-table .product {
    min-width: 200px; }
  .cart-table .product-name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }
  .cart-table .left-box {
    padding-right: 40px;
    position: relative; }
    .cart-table .left-box .delete {
      position: absolute;
      top: 0;
      right: 0; }
      .cart-table .left-box .delete:hover {
        color: #FCAC1C; }

.summary-billing-info-holder {
  border-top: 1px solid #bbb;
  padding: 10px;
  font-size: 13px; }
  .summary-billing-info-holder b {
    font-size: 14px;
    font-weight: bold; }

.summary-billing-info {
  padding-top: 15px; }
  .summary-billing-info:first-child {
    padding-top: 0; }
  .summary-billing-info li {
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #bbb; }
    .summary-billing-info li:first-child {
      border-top: none; }
    .summary-billing-info li .right {
      float: right;
      max-width: 50%;
      padding-left: 10px; }
    .summary-billing-info li .left {
      float: left; }

.shipping-address-form {
  background: #f2f2f2;
  padding: 20px 20px 10px; }
  .shipping-address-form .two-col > div {
    padding-bottom: 20px; }
  .shipping-address-form .two-col .form-group {
    margin-bottom: 0; }
  .shipping-address-form .select2-container {
    background: #fff;
    border: 1px solid #000; }
  .shipping-address-form .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none; }

.payment-box {
  background: #f2f2f2; }
  .payment-box .payment-header {
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #bbb; }
  .payment-box .payment-option {
    text-align: center;
    padding: 20px 0; }
    .payment-box .payment-option li {
      width: 150px;
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 10px; }
    .payment-box .payment-option input {
      position: absolute;
      top: -99px;
      left: -99px;
      visibility: hidden;
      opacity: 0; }
    .payment-box .payment-option .tooltipTop {
      bottom: 120%; }
    .payment-box .payment-option label {
      position: relative;
      opacity: 1; }
      .payment-box .payment-option label:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        z-index: 1;
        visibility: hidden;
        opacity: 0; }
      .payment-box .payment-option label:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        width: 15px;
        height: 25px;
        content: '';
        border-style: solid;
        border-color: #222;
        border-width: 0 5px 5px 0;
        z-index: 2;
        visibility: hidden;
        opacity: 0; }
    .payment-box .payment-option input:checked + label:before, .payment-box .payment-option input:checked + label:after {
      visibility: visible;
      opacity: 1; }

.track-order-block h1 {
  font-size: 25px; }

.order-form .order-form-holder {
  padding: 20px; }
.order-form .form-holder {
  overflow: hidden; }
.order-form .label-holder {
  float: left;
  width: 200px;
  padding: 7px 10px 7px 0; }
.order-form .input-holder {
  overflow: hidden; }

label .error {
  color: #DC000C; }

.two-col {
  font-size: 0;
  letter-spacing: -4px;
  margin: 0 -10px; }
  .two-col > div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px 10px;
    font-size: 15px;
    letter-spacing: 0; }

.checkbox-holder {
  padding-bottom: 15px; }

.sub-banner {
  text-align: center; }
  .sub-banner .text-wrap {
    max-width: 750px;
    margin: 0 auto; }
  .sub-banner.contact-banner {
    padding-top: 150px;
    text-align: left; }
    @media (min-width: 768px) {
      .sub-banner.contact-banner {
        padding-top: 200px; } }
    .sub-banner.contact-banner .text-wrap {
      max-width: none; }

.contact-form .form-group {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .contact-form .form-group {
      margin-bottom: 30px; } }
  .contact-form .form-group .label-holder {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    padding: 10px 10px 5px;
    text-transform: uppercase; }
.contact-form .two-input {
  overflow: hidden; }
  .contact-form .two-input .input-box {
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .contact-form .two-input .input-box {
        width: 50%; } }
.contact-form .error input,
.contact-form .error textarea {
  border-color: #DC000C; }
.contact-form .form-control {
  border-color: #e2e2e2; }
.contact-form span.required {
  color: #DC000C; }
.contact-form .btn-holder {
  margin-bottom: 15px; }
.contact-form .btn {
  padding: 10px 15px;
  font-weight: 500;
  min-width: 180px;
  text-transform: uppercase; }

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 0 0; }
  .contact-content .contact_us_twocolumn {
    text-align: left;
    padding: 20px 5px 15px;
    background: #fff;
    letter-spacing: -4px;
    font-size: 0;
    margin: 0 -15px; }
    @media (min-width: 768px) {
      .contact-content .contact_us_twocolumn {
        padding: 40px 20px 20px; } }
    .contact-content .contact_us_twocolumn > div {
      padding: 0 15px 20px;
      font-size: 15px;
      letter-spacing: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top; }

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

.service-listing-page .service-listing {
  padding: 0 0 30px; }
.service-listing-page .four-column {
  margin: 0 -10px; }
  .service-listing-page .four-column .col {
    padding: 10px; }
  .service-listing-page .four-column .col-wrap {
    background: #fff;
    padding: 12px; }
.service-listing-page .sub-category {
  border-top: 1px solid #eee;
  padding-top: 20px; }
  .service-listing-page .sub-category .sub-category-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px; }

.related-block {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .related-block {
      padding-top: 60px; } }

.expert-block {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .expert-block {
      padding-top: 40px; } }
  .expert-block h1 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px; }
  .expert-block .slide-content {
    max-width: 700px;
    margin: 0 auto;
    display: table;
    width: 100%; }
    .expert-block .slide-content .avatar-holder {
      display: none;
      vertical-align: middle;
      width: 200px; }
      @media (min-width: 768px) {
        .expert-block .slide-content .avatar-holder {
          display: table-cell; } }
    .expert-block .slide-content .detail-wrap {
      display: table-cell;
      vertical-align: middle; }
  .expert-block .detail-wrap {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .expert-block .detail-wrap {
        padding-left: 25px; } }
    .expert-block .detail-wrap h2 {
      margin-bottom: 5px; }
    .expert-block .detail-wrap p {
      margin-bottom: 0; }
    .expert-block .detail-wrap .category p {
      margin-bottom: 5px; }
    .expert-block .detail-wrap .text-wrap {
      padding-right: 60px; }
    .expert-block .detail-wrap .quote-icon {
      position: absolute;
      top: 0;
      right: 1px;
      max-width: 50px;
      opacity: 0.3;
      z-index: 0; }

.service-list-wrap .col-wrap .text-holder {
  padding-top: 10px; }
  .service-list-wrap .col-wrap .text-holder h3 {
    margin-bottom: 5px; }

.category-listing-block {
  padding: 40px 0 0; }
  .category-listing-block .service-list-wrap {
    margin: 0 -10px; }
    .category-listing-block .service-list-wrap .col {
      padding: 10px; }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.breadcrumb {
  background: none; }

.alert {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30%; }

#footer {
  background: #fff; }
  @media (min-width: 768px) {
    #footer {
      margin-top: 160px; } }

.footer-holder {
  padding: 20px 0 0; }
  @media (min-width: 768px) {
    .footer-holder .left-block {
      float: left;
      width: 70%; } }
  .footer-holder .img-holder {
    float: left;
    width: 35%; }
    @media (min-width: 768px) {
      .footer-holder .img-holder {
        margin-top: -110px; } }
  .footer-holder .text-wrap {
    overflow: hidden;
    padding: 0 40px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .footer-holder .text-wrap {
        padding: 40px; } }
    .footer-holder .text-wrap h2 {
      font-weight: bold;
      font-size: 22px;
      color: #266563;
      margin: 0; }
  .footer-holder .download-box {
    border-left: 1px solid #eee;
    padding: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-holder .download-box {
        float: right;
        width: 30%; } }
    .footer-holder .download-box p {
      margin-bottom: 5px; }
  .footer-holder .download-link {
    overflow: hidden; }
    .footer-holder .download-link li {
      float: left;
      width: 50%;
      padding: 5px; }
    .footer-holder .download-link a {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .footer-holder .download-link a:hover {
        opacity: 0.8; }

.copyright {
  text-align: center;
  padding: 10px 0;
  background: #f8f8f8;
  color: #0A152D;
  font-size: 12px; }
  @media (min-width: 768px) {
    .copyright {
      padding: 15px 0; } }
  .copyright p {
    margin-bottom: 0; }

.footer-content {
  border-top: 1px solid #eee;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .footer-content {
      display: table;
      width: 100%;
      padding: 40px 0 20px; } }
  .footer-content .left {
    display: none; }
    @media (min-width: 768px) {
      .footer-content .left {
        display: table-cell;
        vertical-align: middle;
        width: 60%;
        padding-right: 20px;
        font-size: 14px; } }
  .footer-content .right {
    border-left: 1px solid #eee;
    padding-left: 20px; }
    .footer-content .right ul li {
      display: inline-block;
      vertical-align: top;
      padding-right: 10px;
      padding-bottom: 6px; }
    .footer-content .right a {
      text-decoration: none; }
      .footer-content .right a:hover {
        color: #266563; }
  .footer-content .social-networks {
    padding-top: 10px; }
    .footer-content .social-networks h3 {
      font-size: 15px;
      margin-bottom: 5px; }
/*# sourceMappingURL=style.css.map */