/*!
 *  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';
  font-display: swap;
  src: url('https://xosovui.net/skin/frontend/rwd/owen/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('https://xosovui.net/skin/frontend/rwd/owen/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('https://xosovui.net/skin/frontend/rwd/owen/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://xosovui.net/skin/frontend/rwd/owen/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://xosovui.net/skin/frontend/rwd/owen/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://xosovui.net/skin/frontend/rwd/owen/fonts/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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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";
}

.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.`
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #3399cc;
  text-decoration: none;
}

a:hover {
  color: #2e8ab8;
  text-decoration: underline;
}

a:focus {
  outline-color: #3091c2;
  color: #143d52;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em;
}

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #636363;
  border-bottom: 1px solid #ededed;
  padding-bottom: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
}
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #3399cc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

.block-content.unpad {
  padding: 0;
}

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
.block .actions a {
  float: left;
}
.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #3399cc;
}
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #3399cc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #dddddd;
  color: #636363;
  padding: 7px 15px;
}
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #3399cc;
  display: inline-block;
  padding: 7px 15px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #2e8ab8;
  cursor: pointer;
}
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #297aa3;
  color: #FFFFFF;
}
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #297aa3;
  outline: none;
  color: #FFFFFF;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
  margin-left: 5px;
}

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

.button2:focus {
  outline: none;
}

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #3399cc;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #246b8f;
}
/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
.breadcrumbs {
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.breadcrumbs a {
  float: left;
  color: #636363;
}

.breadcrumbs a:hover {
  color: #3399cc;
}

.breadcrumbs strong {
  color: #636363;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 7px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.btn-remove:hover,
.btn-previous:hover {
  background-color: #3399cc;
  border-color: #3399cc;
}

.btn-remove:after {
  content: 'X';
  color: #3399cc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
.btn-remove2:after {
  display: none;
}
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #3399cc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none;
}
/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
.main-container,
.footer-container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px;
}
.main-container:after,
.footer-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 480px) {
  .main-container,
  .footer-container {
    padding: 30px;
  }
}
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
.col-right img {
  max-width: 100%;
}

.col-main {
  float: left;
  width: 75%;
}

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.83333%;
}
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}

/* Content Columns */
.col2-set {
  width: 100%;
}
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
.col2-set .narrow {
  width: 33%;
}
.col2-set .wide {
  width: 65%;
}
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #e6e6e6;
  font-size: 11px;
}
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://xosovui.net/skin/frontend/rwd/owen/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #3399cc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #11b400;
}

.error {
  color: #df280a;
  font-weight: bold;
}

.notice {
  color: #e26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #f4f4f4;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: black;
  border-left: 5px solid #df280a;
  background-color: #faebe7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #df280a;
  border-right: none;
}

.messages .notice-msg li {
  color: black;
  border-left: 5px solid #e26703;
  background-color: #f9ebe6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e26703;
  border-right: none;
}

.messages .success-msg li {
  color: black;
  border-left: 5px solid #11b400;
  background-color: #eff5ea;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11b400;
  border-right: none;
}
/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

span.weee {
  display: block;
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std .note {
  color: #a0a0a0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}
/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px;
}
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 5px;
}

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
}
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #a0a0a0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 14px;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid silver;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid silver;
  background: #FFFFFF;
  font-size: 15px;
}
.input-text:focus {
  border: 1px solid #3399cc;
}

.input-text.validation-failed {
  border-color: #df280a;
}

.input-text.validation-failed:focus {
  outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 30px;
  padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #a0a0a0;
}

input:-moz-placeholder {
  color: #a0a0a0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px;
}
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
.form-list .input-range .input-text {
  width: 74px;
}
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
.form-list .control div.input-box,
.sp-methods dt div.input-box {
  display: inline;
  float: left;
}
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after {
  display: none;
}
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
.form-list .control label,
.sp-methods dt label {
  color: #636363;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  max-width: none;
  min-width: 250px;
  float: none;
  padding: 6px 10px 6px 40px;
}
.form-list .control label:hover,
.sp-methods dt label:hover {
  background-color: #ececec;
}
.form-list .control .no-display + label,
.sp-methods dt .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control {
  margin-top: 10px;
}
.form-list .control label {
  float: none;
}
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 13px;
  color: #a0a0a0;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
}

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  background: #f4f4f4;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid silver;
}

.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

.data-table tfoot tr {
  background: #f4f4f4;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid silver;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid silver;
}
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid silver;
  padding: 6px;
  background-color: transparent;
}
.zebra-table tr {
  background-color: #eeeded;
}
.zebra-table tr:nth-child(odd) {
  background-color: #f8f7f5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */
  }
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  .linearize-table-large .linearize-hide {
    display: none;
  }
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
.page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Logo
 * ============================================ */
.logo {
  display: block;
  float: left;
  width: 20%;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
  padding: 5px 0;
}
.logo img {
  max-width: 100%;
  max-height: 52px;
}
.logo .small {
  display: block;
}
.logo .large {
  display: none;
}
.logo:hover {
  opacity: 0.8;
}
.mobile-search-container {
    float: right;
    padding: 10px 0;
    min-width: 320px;
}
.bottom-header {
    clear: both;
    float: none;
}
.calendar {
    z-index: 9;
}

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
/* -------------------------------------------- *
 * Skip - Link
 */
.skip-link {
  position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: #636363;
  line-height: 42px;
  text-align: center;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav {
  width: 40%;
}
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

.skip-nav .label {
  display: inline;
}

.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 25%;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.nav-primary li {
  position: relative;
}
.nav-primary li.level1 a {
  border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
.nav-primary li.menu-active > ul {
  display: block;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
.skip-search .icon {
  background-position: 4px -146px;
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px;
}
#search {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.skip-link.skip-active .count {
  color: white;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  /* -------------------------------------------- *
   * Social icons
   */
}
.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}
.footer .block-title strong {
  font-weight: normal;
}
.footer .block-title,
.footer address {
  color: #3399cc;
}
.footer .links {
  float: left;
  width: 17%;
  padding: 0 30px 0 0;
  margin-bottom: 30px;
}
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
.footer .links a {
  color: #636363;
}
.footer .links a:hover {
  color: #3399cc;
}
.footer .block-subscribe {
  float: right;
  width: 320px;
  margin-bottom: 30px;
}
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
.footer .form-subscribe-header {
  display: none;
}
.footer .links.social-media em {
  background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .footer .links.social-media em {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
.footer .bugs,
.footer address {
  clear: both;
}
.footer .bugs {
  display: none;
}
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
.footer address {
  border-top: 1px solid #cccccc;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }
  .footer .links:nth-child(4) {
    margin-right: 0;
  }
  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 599px) {
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
.top-container .bml-ad span {
  display: inline-block;
}
.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
.bml-ad span {
  display: block;
  line-height: 0;
}
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
.bml-ad a:hover {
  opacity: 0.7;
}
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

.bml-checkout-type {
  list-style-type: none;
}
/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ededed;
}
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.slideshow-pager span:hover:before {
  background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
  background-color: #297aa3;
}
.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
.slideshow-prev:hover:before {
  border-color: transparent #2e8ab8 transparent transparent;
}

.slideshow-next {
  right: 8px;
}
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #2e8ab8;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #f4f4f4;
  border: 1px solid #ededed;
  padding: 30px;
}
.advanced-search select.multiselect option {
  border-bottom: 1px solid #ededed;
  padding: 2px 5px;
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #3399cc;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #3399cc;
}
.cms-page-view .std li,
.cms-no-route .std li {
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
.page-sitemap .links a {
  position: relative;
}
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}

.map-info {
  white-space: nowrap;
}

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbbbbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
.widget {
  clear: both;
}
.widget .pager {
  float: none;
  width: 100%;
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate;
}
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}
@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.table-xoso td.column-label,
.table-loto td.column-label{
    vertical-align: middle;
    font-size: 18px;
    font-weight: bolder;
    width: 15%;
}
.column-value a,
.column-value span{
    display: block;
    width: 100%;
    margin: 3px 0;
    float: left;
    font-size: 18px;
}
.table-report-xoso .column-value span {
    width: 10%;
    text-align: center;
}
.column-value.city-count-1 span {
    max-width: 33%;
}
.column-value.special span,
.column-value.db span {
    color: #f60;
    font-weight: bolder;
}
.column-value.db a {
  color: #f60;
}
.mega-detail ul li,
.power-detail ul li {
    width: 56px;
    height: 56px;
    line-height: 50px;
    font-size: 30px;
    background: #C00;
    color: #fff;
    border: 3px solid #C00;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 10px;
}

.item-menu {
    border: 1px solid #ddd;
    padding: 0;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.title-item {
    padding: 0 20px;
    background-color: #E8E8E8;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.title-item h3,
.title-item h3 a {
    color: #900;
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
    margin: 0;
}
.content-item {
    padding-left: 30px;
}
.level2 ul {
    padding-left: 30px;
}
.content-item ul.sub-content {
    padding-left: 20px;
}
.info-title {
    color: #c00!important;
    font-weight: 700!important;
    font-size: 18px!important;
    padding-left: 10px!important;
    padding-top: 10px!important;
    line-height: 26px!important;
}
.info-result ol li span, p.note {
    color: #58595b;
    font-weight: 700;
}
.mobile-search-container .flex-item:not(:last-child) {
    padding: 0 5px 0 5px;
}
.sac-container form {
    width: 100%;
}
.flex-item {
    float: left;
}
.flex-item .form-control-sm {
    width: 100px;
    height: 40px;
}
.btn-mobile-search {
  text-align: left;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.flex-item button.btn,
.btn-mobile-search {
    height: 40px;
}
.flex-item button.btn-yellow {
    color: #f60;
    background: #fff;
    border: 1px solid #f60;
}
.btn-mobile-search {
    border: 1px solid #ffb800;
    padding: 0 10px;
    float: left;
}
.flex-item button.btn-yellow:hover,
.btn-mobile-search:hover {
    background: #f60;
    color: #fff;
}
.form-mobile-search.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.form-mobile-search .flex-item {
    width: 33%;
}
.form-mobile-search.active .flex-item .form-control-sm,
.form-mobile-search.active .flex-item button.btn-yellow {
    width: 100%;
}

.box-table-xsmb .xoso .head {
    background-color: #f60;
    position: relative;
    text-align: center;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}
.box-table-calendar .xoso .head {
    background-color: #e8e8e8;
    padding-left: 60px;
    position: relative;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}
.xoso .head {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 100%;
    height: 56px;
    text-align: left;
    position: relative;
}
.xoso .head h1,
.xoso .head h2 {
    margin-bottom: 0;
    display: inline;
    color: #fff;
}
.box-table-xsmb .xoso .head a,
.box-table-xsmb .xoso .head span {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 3.5rem;
    font-weight: bolder;
}
.box-table-calendar .xoso .head h2 {
    color: #f60;
    text-decoration: none;
    font-size: 16px;
    line-height: 3.5rem;
    font-weight: bolder;
}
.xosoday {
    font-family: MonB;
    margin: 10px auto;
    padding: 0;
    display: grid;
    grid-template-columns: 16% 11% 11% 11% 11% 11% 11% 11%;
}
.xosoday li {
    background-color: #4c4c4c;
    color: #fff;
    font-size: 13px;
    border: 0;
    padding: 7px 5px 7px 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    list-style-type: none;
    margin: 0 0 0 9px;
}
.xosoday li.active {
    background-color: #f60;
}
.xosoday li a {
    display: block;
    text-align: center;
    color: #fff;
}
.viewNumber {
    background-color: #f6f6f6;
    width: 100%;
    height: 44px;
    position: relative;
}
.viewNumber .RadioNum {
    height: 44px;
    vertical-align: middle;
    left: 15px;
    position: absolute;
}
.viewNumber .RadioNum .radio {
    font-family: MonL;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-right: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    line-height: 44px;
}
.viewNumber .RadioNum .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.box-table-xsmb .xoso .viewNumber .checkmark {
    border: 1px solid #ea292d;
}
.viewNumber .RadioNum .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-top: -8px;
}
.viewNumber ul {
    margin-bottom: 0!important;
    padding: 0;
    display: block;
    right: 13px;
    top: 10px;
    position: absolute;
}
.viewNumber .Num li {
    border: 2px solid #f60;
}
.box-table-xsmb .xoso .Num li {
    border: 2px solid #f60;
}
.xoso .Num li {
    cursor: pointer;
}
.viewNumber ul li {
    margin-right: 3px;
    line-height: 18px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    float: left;
    list-style-type: none;
    text-align: center;
    font-weight: bolder;
}
.side-bar-result-xsmb-today {
    width: 100%;
}
.table-radius {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
    overflow: hidden;
    position: relative;
    margin: 7px 0 15px 0;
}
.side-bar-result-xsmb-today .head {
    font-weight: 700;
    color: #f60;
    background-color: #e8e8e8;
    border: 0;
    font-size: 14px;
    text-align: center;
    padding: 6px 0 6px 0;
    vertical-align: middle;
    border-bottom: 1px solid #dadada;
}
.side-bar-result-xsmb-today ul.provin {
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0;
}
.side-bar-result-xsmb-today ul.provin li {
    text-align: left;
    border-bottom: 1px solid #dadada;
    list-style-type: none;
    width: 100%;
    line-height: 35px;
    padding: 0 15px;
}
.news {
    padding: 5%;
    margin-right: 30px;
    position: relative;
}
.news::before {
    content: ' ';
    background-color: #4c4c4c;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    top: -14.5px;
    left: 20px;
    position: absolute;
}
.news .head {
    font-weight: bolder;
    color: #000;
    padding-top: 20px;
    font-size: 15px;
}
.news .list-news {
    width: 100%;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.news .list-news .title {
    font-family: MonB;
}
.news .list-news .time {
    margin-top: 10px;
}
.news .list-news .title a {
    color: #000;
}
.news .list-news img {
    width: 100%;
    margin: 10px 0 10px 0;
}
.news .view-more {
    font-weight: 700;
    color: #fff;
    width: 86%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 12px;
    background-color: #f60;
    border: 0;
    border-radius: 20px;
    margin: 20px auto 5px;
    position: relative;
    padding: 0;
}
.news .view-more li {
    text-align: center;
    position: relative;
    list-style-type: none;
}
.news .view-more li a {
    color: #fff;
}
.time {
    font-family: MonL;
    font-size: 14px;
    text-align: left;
}
.box-table-xsmb .xoso .head span {
    color: #ffea00;
}
.color-yellow {
    color: #ffea00;
}
.bg_f9 {
    background: #f9f9f9;
}
.firstlast-mb.fl, .fl, .tab1 {
    float: left;
}
.xoso-calendar li.first {
    width: 14%;
    clear: both;
}
.xoso-calendar .bg_f9 li {
    border-top: 0;
}
.xoso-calendar li {
    width: 26%;
    padding: 2% 1%;
    border-top: 1px solid #ececee;
}
.xoso-calendar h2,
.xoso-calendar h3,
.xoso-calendar a {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}
.xoso-calendar li p {
    margin: 0 0 3px 0;
}
.clred {
    color: #f60;
}
.link-social .social-list {
    margin-bottom: 0;
    text-align: right;
}
.vietlott-slider {
    padding-top: 32px;
}
.box-jaxport {
    width: 420px;
    height: 480px;
    padding-left: 10px;
    padding-right: 18px;
    text-align: center;
    background-color:#fff;
}
.jaxport-banner {
    top: 0;
    right: 0;
    position: absolute;
}
.side-dudoanxoso {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/du-doan.svg?v=1.1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%!important;
    height: 480px;
    padding: 32px 0;
}
.side-dudoanxoso h3 {
    color: #fff;
    font-weight: bolder;
}
.side-dudoanxoso ul.box-dudoan {
    font-family: MonB;
    font-size: 12px;
    text-align: center;
    padding: 25px 0;
    display: grid;
    grid-template-columns: auto auto auto;
}
.side-dudoanxoso ul.box-dudoan li {
    list-style-type: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.side-dudoanxoso ul.box-dudoan li a h4 {
    font-size: 12px;
    color: #fff;
    font-weight: bolder;
}
.side-dudoanxoso ul.box-dudoan li.active-xsmb {
    padding-bottom: 14px;
    border-bottom: 2px solid #fd8832;
}
.side-dudoanxoso ul.box-dudoan li a {
    color: #fff;
}
.side-dudoanxoso ul.box-dudoan li.active-xsmb a {
    color: #fd8832;
}
.side-dudoan-result {
    width: 80%;
    margin-top: 0;
    margin-left: 10%;
    border-radius: 10px!important;
}
.side-dudoan-result ul li {
    font-family: MonB;
    color: #fff;
    padding: 5px 0 5px 25px;
    list-style-type: none;
    font-size: 1rem;
    font-weight: bolder;
}
.side-dudoan-result ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.side-dudoan-chitiet li {
    font-family: MonB;
    font-size: 14px;
    background: #ffb400;
    width: 150px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: 0;
    border-radius: 20px;
    text-align: center;
    list-style-type: none;
    bottom: -50px;
    margin: 0 auto;
    position: relative;
}
.side-dudoan-chitiet li a {
    color: #000;
}
.side-dudoan-chitiet li i {
    top: 13px;
    right: 10px;
    position: absolute;
}
.bar {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.bar li {
    font-family: MonB;
    font-size: 12px;
    text-align: center;
    list-style-type: none;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dadada;
}
.bar li a {
    text-transform: uppercase;
    text-decoration: none;
    width: 10px;
    padding: 5px 0 15px 0;
    color: #000;
    font-size: 12px;
    font-weight: bolder;
}
#vietlott-show li:first-child.active {
    border-bottom: 2px solid #fd7e14;
}
.slider {
    font-family: MonB;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider .bartitle {
    clear: both;
    text-align: center;
    font-size: 16px;
}
.slider .barnum {
    width: 100%;
    margin: 25px 0 5px;
}
.slider .barnum span {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ff9058;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.slider .barnum .i {
    width: 2px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}
.bg-black {
    background-color: #000;
}
.slider .barnum span {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #ff9058;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.bg-purple {
    background-color: #88509f!important;
}
.titleSmall {
    font-family: MonL;
    font-size: 13px;
}
.slider .result-jackpot {
    border: 1px solid #f60;
    width: 100%;
    height: 65px;
    line-height: 55px;
    border-radius: 10px;
    position: relative;
    margin: 10px 0;
    padding: 5px 0;
}
.slider .result-jackpot span {
    color: #f60;
    font-size: 26px;
}
.slider .result-jackpot .div {
    font-family: MonL;
    font-size: 10px;
    text-align: left;
    margin-left: 61px;
}
.slider .result-jackpot .xemchitiet {
    background-color: red;
    width: 113px;
    height: 22px;
    color: #fff;
    font-size: 10px;
    line-height: 22px;
    vertical-align: center;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    right: 0;
    position: absolute;
}
.slider .result-jackpot .xemchitiet a {
    color: #fff;
}
.slider .jackpot-2 {
    border: 1px solid #f28947;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    position: relative;
    margin: 10px 0;
    line-height: 50px;
    vertical-align: middle;
}
.slider .jackpot-2 span {
    font-size: 26px;
    color: #f28947;
}
.column-value span.value-2,
.column-value span.value-3 {
    display: none;
}

body.value-full .column-value span.value-full {
    display: block;
}
body.value-full .column-value span.value-2,
body.value-full .column-value span.value-3 {
    display: none;
}
body.value-2 .column-value span.value-2 {
    display: block;
}
body.value-2 .column-value span.value-full,
body.value-2 .column-value span.value-3 {
    display: none;
}
body.value-3 .column-value span.value-3 {
    display: block;
}
body.value-3 .column-value span.value-full,
body.value-3 .column-value span.value-2 {
    display: none;
}

body.value-full label.value-full .checkmark:after,
body.value-2 label.value-2 .checkmark:after,
body.value-3 label.value-3 .checkmark:after {
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    background: #ea292d;
    content: "";
}
body.fvalue-0 .box-table-xsmb .xoso .Num li.fvalue-0,
body.fvalue-1 .box-table-xsmb .xoso .Num li.fvalue-1,
body.fvalue-2 .box-table-xsmb .xoso .Num li.fvalue-2,
body.fvalue-3 .box-table-xsmb .xoso .Num li.fvalue-3,
body.fvalue-4 .box-table-xsmb .xoso .Num li.fvalue-4,
body.fvalue-5 .box-table-xsmb .xoso .Num li.fvalue-5,
body.fvalue-6 .box-table-xsmb .xoso .Num li.fvalue-6,
body.fvalue-7 .box-table-xsmb .xoso .Num li.fvalue-7,
body.fvalue-8 .box-table-xsmb .xoso .Num li.fvalue-8,
body.fvalue-9 .box-table-xsmb .xoso .Num li.fvalue-9 {
    background-color: #f60;
    border: 2px solid #f60;
    color: #fff;
}
i.fvalue-0,
i.fvalue-1,
i.fvalue-2,
i.fvalue-3,
i.fvalue-4,
i.fvalue-5,
i.fvalue-6,
i.fvalue-7,
i.fvalue-8,
i.fvalue-9 {
    font-style: normal;
}
body.fvalue-0 i.fvalue-0,
body.fvalue-1 i.fvalue-1,
body.fvalue-2 i.fvalue-2,
body.fvalue-3 i.fvalue-3,
body.fvalue-4 i.fvalue-4,
body.fvalue-5 i.fvalue-5,
body.fvalue-6 i.fvalue-6,
body.fvalue-7 i.fvalue-7,
body.fvalue-8 i.fvalue-8,
body.fvalue-9 i.fvalue-9 {
    color: #f60;
}

.news-other {
    margin-top: 3px;
    font-size: 16px;
}
.news-other .title, .news-other .title-clone {
    font-family: "MonB";
    position: relative;
    margin: 0 0 20px 0;
}
.cms-index-index .news-other .title,
.cms-index-index .news-other .title-clone {
    margin: 20px 0;
}
.news-other-xsmb .title-bottom {
    font-family: "MonB";
    font-size: 16px;
    line-height: 3rem;
    border-bottom: 3px solid #f60;
}
.news-other-xsmb .text-color {
    color: #f60;
}
.text-left ol {
    list-style: decimal;
    margin: 10px 0;
    padding: 10px;
}
.text-left ol ul {
    list-style: circle;
    margin: 10px 0;
    padding: 10px;
}
.text-left table {
    width: 100%;
}
.text-left table td {
    padding: 3px 0;
}
.text-left h3 {
    margin-bottom: 0;
}
.box-table-xsmb .xoso .foot {
    background-color: #fff;
    padding: 20px 5px 30px 20px;
    text-align: left;
    font-size: 13px;
}
.foot a {
    color: #000;
}
strong.special {
    color: #ea292d;
}
.content-semi-top {
  width: 100%;
  border: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 20px 30px 20px;
  margin: 30px 0 0 0;
  box-shadow: 0px 0px 30px 6px #f0f0f0;
}
.textgiaithuong {
  font-family: "MonB";
  text-transform: uppercase;
  font-size: 17px;
}
.box-mega {
  margin: 0 auto;
  height: auto;
}
.mega .active {
  border-bottom: 2px solid #f60;
}
.content-semi-c {
  width: 100%;
  border: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 20px 30px 20px;
  margin: 0 0 30px 0;
  box-shadow: 0px 0px 30px 6px #f0f0f0;
}
.tb-radius {
  border-radius: 20px;
  border: 1px solid #dadada;
  text-align: center;
}
table.table-collapse {
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.box-result-mega table thead tr th {
  background-color: #ff9058;
  color: #fff;
  font-size: 14px;
}
.box-xsmb table tbody tr:nth-child(odd):not(:last-child) td {
  background: #fff;
  padding: 5px 0 5px 0;
}
.button-radius-small {
  font-family: "MonB";
  color: #fff;
  font-size: 13px;
  width: 90px;
  padding: 5px 5px 5px 5px;
  margin: 5px 0 5px 0;
  border: 0;
  border-radius: 34px;
}
.bg-orange {
  background-color: #f60 !important;
}
.bg-grey {
  background-color: #4c4c4c !important;
}
.time button a {
  color: #fff;
}
.box-power {
  margin: 0 auto;
  height: auto;
}
.box-result-power table thead tr th {
  font-family: "MonL";
  background-color: #ff9058;
  color: #fff;
  font-size: 14px;
}
table.table-collapse td {
  padding: 5px 0 5px 0;
  vertical-align: middle;
}
.power .active {
  border-bottom: 2px solid #fd7e14;
}
.box-xsmn table thead tr th {
  background-color: #ff9058;
  color: #fff;
}
.box-max3d table thead tr th {
  background-color: #ff9058;
  color: #fff;
}
.box-xsmb table tbody tr:nth-child(odd):not(:last-child) td {
  background: #fff;
  padding: 5px 0 5px 0;
}
.box-xsmb table tbody tr td:first-child span {
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #ea292d;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 32px;
  vertical-align: middle;
  display: inline-block;
}
.box-xsmb table tbody tr td span {
  color: #ea292d;
}
.box-xsmb table tbody tr td span a {
  color: #ea292d;
}
.box-xsmb table tbody tr td .jackpot1 {
  padding-right: 10px;
  text-align: right;
}
.box-xsmb table tbody tr td .jackpot2 {
  font-family: "MonL";
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.box-xsmt table tbody tr:nth-child(odd):not(:last-child) td {
  background: #fff;
}
.box-xsmt table tbody tr td:first-child span {
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #ff9058;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 2rem;
  display: inline-block;
}
.box-xsmt table tbody tr td span {
  color: #ff9058;
}
.box-xsmt table tbody tr td:first-child span:last-child {
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #88509f;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.box-xsmt table tbody tr td span a {
  color: #ff9058;
}
.box-xsmt table tbody tr td .jackpot1 {
  padding-right: 10px;
  text-align: right;
}
.box-xsmt table tbody tr td .jackpot2 {
  font-family: "MonL";
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
  }
  .skip-nav {
    display: none;
  }
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #ededed;
  }
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #3399cc;
  }
  .nav-primary .menu-active {
    z-index: 200;
  }
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #cccccc;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    display: none;
    /* Hide until displayed. */
  }
  .nav-primary li.level1 ul {
    top: 15px;
  }
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #cccccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
  .mobile-search-menu {
      display: none;
  }
  #header-search {
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
    width: 25%;
    height: 50px;
    padding: 0;
  }
  .skip-link.skip-active .count {
    color: #3399cc;
  }
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
  .bml-ad.large {
    display: block;
  }
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .page-header {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .page-header-container {
    position: relative;
  }
  .logo {
    max-width: 300px;
  }
  .logo .small {
    display: none;
  }
  .logo .large {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .col2-set .buttons-set .back-link {
    display: none;
  }
  .col2-set .buttons-set .required {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }
  .col-main {
    float: none;
    width: auto;
  }
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  .col1-layout .pager .count-container {
    float: right;
  }
  .header-language-background {
    display: none;
  }
  .skip-link {
    border-right: 1px solid #EDEDED;
  }
  .skip-link:last-child {
    border-right: 0;
  }
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }
  .skip-link.skip-active span {
    color: inherit;
  }
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }
  .no-touch .nav-primary a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
  }
  .account-cart-wrapper {
    position: static;
  }
  #header-nav {
    padding: 5px 0;
  }
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  .nav-primary li.level0 ul {
    display: none;
  }
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #cccccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #cccccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #3399cc;
  }
  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
  .order-info-box .box-content {
    clear: left;
  }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }
  .order-info dt {
    display: none;
  }
  .bml-ad.small {
    display: block;
  }
  #contactForm {
    padding-left: 0;
  }
  .notice-cookie {
    padding: 0 20px;
  }
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
  .product-img-box .product-image:hover {
    border-color: #ededed;
  }
  .logo {
      position: absolute;
      left: 10px;
  }
  .mobile-search-container {
      width: 100%;
      padding-left: 100px;
  }
  .btn-mobile-search-outer {
      padding-right: 60px;
  }
  .mobile-search-menu .skip-link.skip-nav {
      position: absolute;
      right: 0;
      width: 40px;
  }
  .mobile-search-menu .skip-link.skip-nav .fa,
  .mobile-search-menu .skip-link.skip-nav .fas {
      font-size: 42px;
  }
  .mobile-search-menu {
    display: block;
    position: relative;
  }
  .form-mobile-search {
      display: none;
  }
  .btn-mobile-search {
      width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
  .footer {
    padding-top: 15px;
  }
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
  .advanced-search {
    padding: 15px;
  }
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .buttons-set .back-link {
        display: none;
    }
    .buttons-set .required {
        display: none;
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .pager .amount--has-pages {
        display: none;
    }
    .pages {
        float: left;
    }
    .limiter label {
        display: none;
    }
    .linearize-table {
        /* Helpers */
    }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table thead th.lin-hide {
        display: none;
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table tbody td.lin-hide {
        display: none;
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table tfoot td {
        display: block;
        float: left;
    }
    .linearize-table tfoot td.lin-hide {
        display: none;
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table .linearize-hide {
        display: none;
    }
    .linearize-table .linearize-unpad {
        padding: 0;
    }
    .linearize-table .linearize-show {
        display: block;
    }

    .form-mobile-search .flex-item:not(:last-child) {
        width: 50%;
    }
    .form-mobile-search .flex-item:last-child {
        width: 100%;
        padding: 10px 5px;
    }
    .box-table-xsmb .xoso .head a,
    .box-table-xsmb .xoso .head span {
        font-size: 14px;
    }
    .xosoday {
        grid-template-columns: 25% 25% 25% 25%;
    }
    .xosoday li {
        margin: 0 3px 7px;
    }
    .xosoday li a {
        font-size: 12px;
    }
    .viewNumber {
        height: 120px;
    }
    .viewNumber ul {
        top: 44px;
        left: 15px;
    }
    .viewNumber ul li {
        width: 45px;
        height: 30px;
        line-height: 25px;
        margin-bottom: 8px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }
    .viewNumber .RadioNum .radio {
        font-size: 18px;
    }
    .column-value.special span,
    .column-value.db span {
        font-size: 18px;
    }
    .column-value span {
        font-size: 16px;
        font-weight: bolder;
    }
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://xosovui.net/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://xosovui.net/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:3.4375rem;background:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:2.25rem;background-repeat:no-repeat;background-position:center right calc(2.25rem / 4);background-size:calc(2.25rem / 2) calc(2.25rem / 2);background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:2.25rem;background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:3.4375rem;background:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-right{right:0;left:auto}}.dropdown-menu-left{right:auto;left:0}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.dropdown-item:last-child{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(2.875rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.8125rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;color:inherit;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card{overflow:hidden}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion .card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media screen and (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("https://xosovui.net/skin/frontend/rwd/owen/css/data:image/svg+xml,%3csv")xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-3by4::before{padding-top:133.333333%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
@font-face {
    font-family: "Gotham-Bold";
    font-display: swap;
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.eot"); /* IE9 Compat Modes */
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.otf") format("opentype"), /* Open Type Font */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.svg") format("svg"), /* Legacy iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.woff") format("woff"), /* Modern Browsers */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Bold/GothamBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham-Book";
    font-display: swap;
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.eot"); /* IE9 Compat Modes */
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.otf") format("opentype"), /* Open Type Font */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.svg") format("svg"), /* Legacy iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.woff") format("woff"), /* Modern Browsers */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Gotham-Book/GothamBook.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Domine';
    font-display: swap;
    src: url('https://xosovui.net/skin/frontend/rwd/owen/fonts/Domine-Regular/Domine-Regular.eot');
    src: url('https://xosovui.net/skin/frontend/rwd/owen/fonts/Domine-Regular/Domine-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://xosovui.net/skin/frontend/rwd/owen/fonts/Domine-Regular/Domine-Regular.woff2') format('woff2'),
    url('https://xosovui.net/skin/frontend/rwd/owen/fonts/Domine-Regular/Domine-Regular.woff') format('woff'),
    url('https://xosovui.net/skin/frontend/rwd/owen/fonts/Domine-Regular/Domine-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Pe-icon-7-stroke";
    font-display: swap;
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.eot"); /* IE9 Compat Modes */
    src: url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.otf") format("opentype"), /* Open Type Font */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.svg") format("svg"), /* Legacy iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.woff") format("woff"), /* Modern Browsers */
    url("https://xosovui.net/skin/frontend/rwd/owen/fonts/Pe-icon/Pe-icon-7-stroke.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: "SVN-GothamBook", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #696969;
    background: transparent;
}

a{
    font-family: "SVN-GothamBook", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    text-decoration: none;
}
a:hover, a:active,a:focus{
    color: #ff0031;
    text-decoration: none;
    outline: none;
}
.cms-page-view .std h1, .cms-no-route .std h1,.cms-page-view .std h2, .cms-no-route .std h2,.cms-page-view .std h3, .cms-no-route .std h3,.cms-page-view .std h4, .cms-no-route .std h5,.cms-page-view .std h5, .cms-no-route .std h5, h1,h2,h3,h4,h5{
    font-family: "SVN-GothamBook", sans-serif;
    font-weight: 400;
    color: #000000;
}
h1{
    font-size: 12px;
}
h2{
    font-size: 16px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 14px;
}
h5{
    font-size: 13px;
}
img{
	max-width:100%;
}
.control label,.field label, label, label.required{
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #696969;
}
input.input-text, textarea, input, select{
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #696969;
    height: 40px;
    border: 1px solid #ebebeb;
    background: #FFFFFF;
    padding: 0 21px;
}
input[type="checkbox"], input[type="radio"]{
    height: auto;
}
.validation-failed{
    border: 1px solid #ff0000 !important;
    background: #FFFFFF !important;
}
input.input-text:focus, textarea:focus, input:focus, select:focus{
    border-color: #333333;
    background: #FFFFFF;
}
/*select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}*/
a.button, a.btn,
button.button, button.btn {
    color: #f8f9f9;
    font-size: 14px;
    font-family: "SVN-Gotham",sans-serif;
    text-transform: uppercase;
    height: 40px;
    border-radius: 5px;
    background: #333333;
}
button.button span, button.btn span{
    color: #f8f9f9;
    font-size: 14px;
    font-family: "Gotham-Book", sans-serif;
    text-transform: uppercase;
    background: transparent;
    border: none;
}
a.button:hover, a.btn:hover,
button.button:hover, button.btn:hover{
    background: #000000;
}
ul.messages > li{
    font-size: 14px !important;
    color: #b4d932;
    font-family: 'SVN-GothamBook', sans-serif;
    position: relative;
    line-height: 18px;
    border: 1px solid #b4d932;
    font-weight: 400 !important;
    padding: 12px 50px !important;
}
ul.messages > li ul li{
    margin: 0 !important;
    padding: 0;
}
ul.messages > li:before{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.messages .close{
    background: url(https://xosovui.net/skin/frontend/rwd/owen/images/message-icons.png) no-repeat;
	background-position:0 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 30px;
    opacity: 1;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.messages .error-msg + .close{
    background: url(https://xosovui.net/skin/frontend/rwd/owen/images/message-icons.png) no-repeat;
	background-position:0 -110px;
}
/* ul.messages > li:after{
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    right: 25px;
    content: '\f057';
    top: 50%;
    transform: translateY(-50%);
} */

ul.messages > li.success-msg{
    background: #FFF;
}
ul.messages > li.error-msg ul li,
ul.messages > li.success-msg ul li{
    background: transparent;
    border: none;
    color: #b4d932;
}
ul.messages > li.error-msg ul li{
	color: #ed1c24;
}
ul.messages > li.error-msg ul li:before,
ul.messages > li.success-msg ul li:before{
    display: none;
}
ul.messages{
    position: relative;
}
.messages .success-msg li span{
    font-size: 14px;
}
ul.messages > li.success-msg:before{
    content: '';
    background: url(https://xosovui.net/skin/frontend/rwd/owen/images/message-icons.png) no-repeat;
	background-position:100% 0;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
}
ul.messages > li.error-msg{
    background: #FFF;
	border-color:#ed1c24;
	color:#ed1c24;
}
ul.messages > li.error-msg:before{
    content: '';
    background: url('https://xosovui.net/skin/frontend/rwd/owen/images/message-icons.png') no-repeat;
	background-position:-25px -108px;
    width: 15px;
    height: 15px;
}
.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    -moz-box-shadow:0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
}
html.skip-link-active .sticky{
    position: relative;
}
.main-container{
    background: #f8f9f9;
    position: static;
    padding: 0;
}
.main{
    max-width: 1170px;
    width: 100%;
    background: #f8f9f9;
    padding: 15px 0 30px;
}
.footer-container{
    max-width: 100%;
    padding: 0;
}
.price-box .price, .price{
    font-family: "Gotham-Book", sans-serif;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    outline: none;
}
.owl-carousel .owl-nav .owl-next{
    left: auto;
    right: 100px;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span{
    background: url("https://xosovui.net/skin/frontend/rwd/owen/images/arrow-left.png") no-repeat;
    background-size: 52px 53px;
    width: 52px;
    height: 53px;
    display: inline-block;
    font-size: 0;
}
.owl-carousel .owl-nav .owl-next span{
    background-image: url("https://xosovui.net/skin/frontend/rwd/owen/images/arrow-right.png");
}
.owl-carousel .owl-nav .owl-next:hover span{
    background-image: url("https://xosovui.net/skin/frontend/rwd/owen/images/arrow-right-hover.png");
}
.owl-carousel .owl-nav .owl-prev:hover span{
    background-image: url("https://xosovui.net/skin/frontend/rwd/owen/images/arrow-left-hover.png");
}

.owl-carousel .owl-dots{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot{
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 15px;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span{
    background: #FFFFFF;
    width: 4px;
    height: 4px;
    top: 4px;
    left: 4px;
    position: absolute;
}
.std ul{
    margin-bottom: 0;
}
.cms-page-view .std li.item, .cms-no-route .std li.item, div.std li.item{
	list-style: none;
}
.main,.container{
    max-width: 100%;
}
@media (min-width: 1200px) {
    .main,.container{
        max-width: 1170px;
    }
}


@media (min-width: 770px) {
    .back-page{
        display: none;
    }
}
@media (max-width: 770px) {
    body:not(.cms-home) .bottom-header {
        background: #C00;
    }
    body:not(.cms-home) .bottom-header .back-page{
        background: url("https://xosovui.net/skin/frontend/rwd/owen/images/back-icon.png") no-repeat;
        width: 45px;
        height: 31px;
        background-size: 45px 31px;
        display: inline-block;
        margin-right: 22px;

    }
    body:not(.cms-home) .bottom-header .container .page-header-container{
        margin: 0;
    }
    body:not(.cms-home) .bottom-header .col-lg-4 {
        padding: 0;
        max-width: 100%;
    }
    body:not(.cms-home) .bottom-header .col-lg-4 #header-search{
        position: static;
        display: flex;
        padding: 10px 0;
        align-items: center;
    }
    body:not(.cms-home) .bottom-header .col-lg-4 #search_mini_form{
        width: 100%;
    }
    body:not(.cms-home) .bottom-header .col-lg-4 #header-search .input-text{
        background: #FFFFFF;
    }
    .owl-carousel .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
        background: rgba(255,255,255,0.5);
        border: none;
    }
    .owl-carousel .owl-dots .owl-dot.active{
        background: #FFFFFF;
    }
}
.input-text:focus{
    outline: none !important;
}
.page .page-header{
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-family: "Gotham-Book", sans-serif;
}
.top-header {
    color: #575757;
}
.top-header ul{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 8px 0;
}
.top-header ul li{ display: inline-block;}
.top-header ul li span{
    padding: 0 20px;
    border-right: 1px solid #ffffff;
}
.top-header ul li span em{margin-right: 10px;}
.top-header ul li a{
    font-style: italic;
    font-weight: 300;
    color: #ffffff;
    font-size: 13px;
}
.top-header ul li.eamil{font-style: italic;}
.top-header ul li:last-child span{border: none;}
.bottom-header {
    background: #f60;
}
.bottom-header .page-header-container{
    justify-content: space-between;
    /*position: static;*/
}

.bottom-header .page-header-container .item-logo{
    display: flex;
    align-items: center;
    max-width: 146px;
}
.bottom-header .page-header-container .logo{
    width: 100%;
    min-height: inherit;
    padding: 0;
    opacity: 1;
}
/*.bottom-header .menu-content {
    position: static;
}*/

.bottom-header .menu-content #header-nav{
    border: none;
}
.bottom-header .menu-content .nav-primary {
    margin: 5px 0 0 0;
}
.bottom-header .menu-content .nav-primary li {
    position: static;
}
.bottom-header .menu-content .nav-primary li ul{
    background: #f5f5f5;
    text-align: left;
    width: 100%;
    top: 100%;
    border: none;

}
.bottom-header .menu-content .nav-primary li ul.level0 {
    position: absolute;
    border-bottom: 1px solid #f60;
}
.bottom-header .menu-content .nav-primary li.menu-active ul.level1 {
    display: block;
}
.bottom-header .menu-content .nav-primary li:hover ul {
    z-index: 11;
}
.bottom-header .menu-content .nav-primary > li > ul:before{
    display: inline-block;
    content: "";
    background: #f5f5f5;
    height: 100%;
    position: absolute;
    left: 135px;
}
.bottom-header .menu-content .nav-primary li ul li.level1{
    display: block;
    position: relative;
    padding: 0 0 10px;
}
.bottom-header .menu-content .nav-primary li ul li.level1.no-children {
    display: inline-block;
    padding: 0 5px;
}
.bottom-header .menu-content .nav-primary li ul li.level2{
    display: block;
    position: relative;
}
.bottom-header .menu-content .nav-primary li ul.menu-col-3 li.level2 {
    width: 33%;
    float: left;
}
.bottom-header .menu-content .nav-primary li ul li.level2:hover a:before{
    content: "";
    background: url("https://xosovui.net/skin/frontend/rwd/owen/images/ellipse.png") no-repeat;
    background-size: 5px;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -8px;
    top: 55%;
    transform: translateY(-50%);
}
.bottom-header .menu-content .nav-primary li ul li.view-all{
    display: none;
}
.bottom-header .menu-content .nav-primary li a{
    font-family: "SVN-GothamBook", sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 10px 13px;
    border: none;
}
.bottom-header .menu-content .nav-primary li a.level0 {
    color: #fff;
    padding: 6px 13px;
}
.bottom-header .menu-content .nav-primary li a.level0:hover,
.bottom-header .menu-content .nav-primary li.menu-active a.level0 {
    color: #000;
}
.bottom-header .menu-content .nav-primary li.level1 a {
    font-size: 14px;
    padding: 10px 5px;
}
.bottom-header .menu-content .nav-primary li.level2 a {
    padding: 5px 0;
}
.bottom-header .menu-content .nav-primary li a.item-sale {
    color: #ff0000;
}
.bottom-header .menu-content .nav-primary > li.active,
.bottom-header .menu-content .nav-primary > li.menu-active{
    color: #ff0000;
    moz-box-shadow: 0 5px 0 rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 0 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 0 5px rgba(182, 182, 182, 0.75);
    background: #f5f5f5;
}
.bottom-header .sac-container{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0;
}
.bottom-header .sac-container #header-search{
    position: relative;
    top: 0;
    width: calc( 100% - 90px);
    max-width: 290px;
    height: auto;
}
.bottom-header .sac-container #header-search .input-text{
    height: 30px;
    color: #000000;
    font-size: 12px;
}
.bottom-header .sac-container #header-search .search-button{
    text-indent: unset;
    width: 30px;
    height: 30px;
    padding: 0;
    right: 0;
    top: 0px;
}
.bottom-header .sac-container #header-search .button:before{
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 16px;
    width: auto;
    height: auto;
    background: transparent;
    display: inline-block;
    margin: 0;
    color: #000;
    text-indent: unset;
    position: static;
    line-height: 30px;
}
/*

.bottom-header .sac-container #header-search .button{
    height: 14px;
    position: absolute;
    right: 5px;
    padding: 0;
    width: 14px;
    background: url("https://xosovui.net/skin/frontend/rwd/owen/images/search-icon.png") no-repeat;
    background-size: 14px 14px;
    top: 50%;
    transform: translateY(-50%);

}
*/

.bottom-header .sac-container #header-search .button span{
    display: none;
}



.bottom-header .sac-container .account-cart-wrapper {
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.bottom-header .sac-container .account-cart-wrapper a.remove{font-size: 13px;}
.bottom-header .sac-container .account-cart-wrapper a{
    height: auto;
    line-height: normal;
    padding: 0 8px;
}
.bottom-header .sac-container .account-cart-wrapper a .label{
    display: none;
}
.bottom-header .sac-container .account-cart-wrapper a .icon{
    width: 22px;
    height: 22px;
    margin: 0;
}

.bottom-header .sac-container .account-cart-wrapper .skip-account .icon{
    background: url("https://xosovui.net/skin/frontend/rwd/owen/images/icon-account.png") no-repeat;
    background-size: 22px 22px;

}
.bottom-header .sac-container #header-cart{
    top: 53px;
}
.bottom-header .sac-container .account-cart-wrapper .skip-cart .count{
    display: inline-block;
    position: absolute;
    background: #000;
    color: #fff;
    border-radius: 28px;
    min-width: 15px;
    min-height: 15px;
    line-height: normal;
    height: auto;
    font-size: 11px;
    right: 6px;
    top: 0;
    font-family: 'SVN-GothamBook',sans-serif;
}
.bottom-header #header-account.skip-content .close.skip-link-close,
.bottom-header .sac-container .account-cart-wrapper .skip-cart .count:before,
.bottom-header .sac-container .account-cart-wrapper .skip-cart .count:after{
    display: none;
}
.bottom-header #header-account.skip-content ul li a{
    color: #000000;
    padding: 8px 20px;
    font-family: "Gotham-Book", sans-serif;
}
.bottom-header #header-account.skip-content ul li a:hover{
    color: #ff0000;
}

.bottom-header .sac-container .account-cart-wrapper .skip-cart {
    position: relative;
    float: right;
}
.bottom-header .sac-container .account-cart-wrapper .skip-cart .icon{
    background: url("https://xosovui.net/skin/frontend/rwd/owen/images/icon-cart.png") no-repeat;
    background-size: 22px 22px;
}
#minicart-success-message {
    padding: 15px 20px 5px;
}
.bottom-header .skip-content .skip-link-close{
    display: none;
}

.search-autocomplete::before{
    display: none;
}
/* Content */
body.cms-home .main-container{
    padding: 0;
    max-width: 100%;
}
/*body.cms-home .std{
    display: none;
}*/
body.cms-home .main{
    max-width: 100%;
    padding: 0;
}
.block-home .container {
    display: inline-block;
}
.block-home .container .row{
    display: block;
}
body.cms-home .block-home{
    margin-bottom: 50px;
    text-align: center;
}

body.cms-home .block-slider .owl-theme .owl-controls .owl-dots{
    bottom: 21px;
}
body.cms-home .block-home .widget-title{
    text-align: center;
    margin-bottom: 35px;
    padding: 0 15px;
}
body.cms-home .block-home .widget-title h2{
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: "SVN-Gotham",sans-serif;
}
body.cms-home .block-home .widget-title h2:before,
body.cms-home .block-home .widget-title h2:after{
    display: inline-block;
    content: "";
    width: 47px;
    height: 2px;
    background: #000000;
    margin-right: 35px;
}
body.cms-home .block-home .widget-title h2:after{
    margin-right: 0;
    margin-left: 35px;
}
.block-slider .container-fluid .col-md-12{
    padding: 0;
}
body.cms-home .block-slider {
    margin-bottom: 30px;
}
body.cms-home .block-slider .banner-slider{
    margin-bottom: 0;
}
body.cms-home .block-banner{
    margin-top: 65px;
}
body.cms-home .block-event .container .row > div,
body.cms-home .block-banner .container .row > div{
    float: left;
}
body.cms-home .block-event .banner-items .banner-item,
body.cms-home .block-banner .banner-items .banner-item{
    position: relative;
}
body.cms-home .block-event .banner-items .banner-item img,
body.cms-home .block-banner .banner-item img{
    max-width: 100%;
    width: 100%;
}
body.cms-home .block-banner .banner-item >div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 45px;
    background: rgba(255,255,255,0.8);

}
body.cms-home .block-banner .banner-items .banner-item >div h1{
    font-size: 36px;
    color: #000000;
    white-space: nowrap;
    margin-bottom: 30px;
    text-transform: capitalize;
}
body.cms-home .block-banner .banner-item .free-shipping-banner{
    background: transparent;
    width: 100%;
    padding-right: 85px;
}
body.cms-home .block-banner .banner-item .free-shipping-banner h1{
    text-transform: uppercase;
    font-size: 48px;
    font-family: "SVNGothamBold", sans-serif;
    color: #FFFFFF;
}
body.cms-home .block-banner .banner-item .free-shipping-banner p{
    font-family: "SVN-GothamBook",sans-serif;
    font-size: 16px;
    background: rgba(255,255,255,0.9);
    letter-spacing: 13px;
    text-transform: uppercase;
    color: #000000;
    max-width: 380px;
    margin: 0 auto 10px auto;
    line-height: normal;
    padding: 4px 0 6px 0;
}
body.cms-home .block-banner .banner-item .free-shipping-banner span{
    font-size: 64px;
    font-family: "SVN-GothamBook",sans-serif;
    line-height: normal;
    color: #FFFFFF;
}
body.cms-home .block-banner .banner-item .free-shipping-banner span sup{
    top: -15px;
}
body.cms-home .block-banner .top-banner {
    margin-bottom: 47px;
}
body.cms-home .block-banner .top-banner ul {
    width: 100%;
    display: inline-block;
}
body.cms-home .block-banner .top-banner ul li{
    display: inline-block;
    margin: 0;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    padding: 5px 50px 2px 50px;
    float: left;
}
body.cms-home .block-banner .top-banner ul li:last-child{
    border: none;
    padding: 5px 0 2px 35px;
}
body.cms-home .block-banner .top-banner ul li h2,
body.cms-home .block-banner .top-banner ul li a{
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;

}
body.cms-home .block-banner .right .col-lg-12:first-child{
    margin-bottom: 30px;
}

body.cms-home .block-banner .banner-items .banner-item .btn{
    background: transparent;
    border-radius: 0;
    color: #000000;
    padding: 0 30px;
    line-height: 35px;
    text-transform: capitalize;
    border: 1px solid #000000;
}
body.cms-home .block-banner .banner-items .banner-item .btn:hover{
    background: #000000;
    color: #FFFFFF;
}

body.cms-home .block-home.block-event{
    margin-bottom: 50px;
}
body.cms-home .block-home .category-products{
    padding: 0 15px;
}
.products-grid.products-grid--max-5-col li.item{
    width: 20%;
}
body.cms-home .block-home .block-product-sales{
    margin-bottom: 62px;
}
body.cms-home .block-home .block-product-news{
    margin-bottom: 108px;
}
.block-product-news .products-grid .item{
    margin-bottom: 0;
}
.block-product-news .see-more {
    margin-top: 13px;
}
.block-product-news .see-more a{
    max-width: 120px;
    width: 100%;
    border-radius: 20px;
    line-height: 38px;
    padding: 0;
    background: #fff;
    color: #000000;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    text-transform: capitalize;
    font-family: "SVN-Gotham",sans-serif;
}
.block-product-news .see-more a:hover{
    background: #000000;
    color: #FFFFFF;
    border-color: transparent;
}
body.cms-home .block-home.block-product-recent-view{
    margin-bottom: 0;
}
/*Footer*/
.footer-container {
    padding: 0;
    max-width: 100%;
}
.footer-container .footer{
    padding: 0;
    border: none;
    font-family: "SVN-GothamBook", sans-serif;
}
.footer-container .footer .row > div {
    display: inherit;
    width: 100%;
}
.footer-container .footer .top-footer{
    background: #575757;
    padding: 46px 0;
}
.footer-container .footer .middle-footer{
    padding: 15px 0;
    background: #f8f9f9;
    border-bottom: 1px solid #000;

}
.footer-container .footer .middle-footer .title{
    text-align: right;
    margin-top: 0;
    font-family: "SVN-Gotham",sans-serif;
}
.footer-container .footer .middle-footer ul li{
    margin-bottom: 7px;
    color: #333333;
}
.footer-container .footer .middle-footer ul li a{
    color: #333333;
}
.footer-container .footer .middle-footer ul li a:hover{
    color: #ff0000;
}
.footer-container .footer .middle-footer .link-support-customer ul li.hotline{
    margin-bottom: 0;
    color: #ff0000;
}
.footer-container .footer .middle-footer .link-support-customer ul li.hotline a{
    color: #ff0000;
    font-family: "SVNGothamBold", sans-serif;
}
.footer-container .footer .middle-footer .link-support-customer ul li.email{
    font-style: italic;
    margin-bottom: 20px;
}
.footer-container .footer .middle-footer .row > div:last-child{
    flex-direction: column;
}
.footer-container .footer .middle-footer .link-payment {
    margin-bottom: 30px;
}
.footer-container .footer .middle-footer .link-payment img{
    max-width: 100%;
}
.footer-container .footer .middle-footer .link-social ul li{
    display: inline-block;
    margin-right: 10px;
}

.footer-container .footer .bottom-footer{
    background: #FFFFFF;
    padding: 23px 0;
}
.footer-container .footer .location{
    display: inherit;
    width: 100%;
}
.footer-container .footer .location img{
    float: left;
    margin: 4px 20px 0 0;
}
.footer-container .footer .location span{
    display: inline-block;
    max-width: 390px;
    width: calc( 100% - 38px )
}
.footer-container .footer .copyright{
    background: #4c4c4c;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 13px 0;
    line-height: 20px;
}
#header-cart-mobile .skip-cart{
    display: none;
}

div#toTop {
    background: #ccc;
    background-color: rgba(0, 0, 0, .1);
    font-family: sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    height: 60px;
    width: 50px;
    line-height: 50px;
    letter-spacing: 0;
    position: fixed;
    text-align: center;
    text-rendering: optimizeLegibility;
    transition: opacity .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 7000;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
}
div#toTop span {
    font-size: 10.5px;
    line-height: 10px;
    height: 10px;
    white-space: nowrap;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    left: 0;
}
h3.menu-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .bottom-header .sac-container{
        max-width: 37%;
        flex: 0 0 37%;
    }

}
@media (min-width: 771px) {
    .skip-links .logo-mobile,
    .bottom-header .skip-links .cart-mobile,
    .bottom-header .skip-links .skip-link .icon img,
    .skip-links .skip-location{
        display: none;
    }
    .bottom-header #header-account.skip-content.skip-active,
    .bottom-header #header-cart.skip-content.skip-active{
        border: none;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(105, 105, 105, 0.6);
        -moz-box-shadow: 0px 0px 3px 0px rgba(105, 105, 105, 0.6);
        box-shadow: 0px 0px 3px 0px rgba(105, 105, 105, 0.6);
        background: #ffffff;
    }
    .bottom-header #header-account.skip-content.skip-active:before,
    .bottom-header #header-cart.skip-content.skip-active:before{
        content: "";
        display: inline-block;
        position: absolute;
        right: 10px;
        top: -8px;
        width: 20px;
        height: 20px;
        transform: rotate(46deg);
        box-shadow: -3px -3px 2px -2px rgba(105, 105, 105, 0.6);
        background: #fff;
    }
    .bottom-header #header-account.skip-content {
        padding: 0;
        top: 53px;
        right: 38px;

    }
}

@media (max-width: 1024px) and (min-width: 771px){
    .bottom-header .page-header-container .menu-content{
        padding-left: 0;
    }
    .bottom-header .menu-content .nav-primary li a {
        padding: 6px 13px;
        line-height: 1.5;
    }    
    .bottom-header .menu-content .nav-primary {
        margin: 20px 0 0 0;
        text-align: center;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
}
@media (max-width: 1130px) and (min-width: 1024px){
    .bottom-header .sac-container {
        max-width: 30%;
        flex: 0 0 30%;
    }
    .bottom-header .menu-content .nav-primary > li > ul::before{
        right: 83px;
    }


}
@media (max-width: 1024px) {

    .bottom-header .page-header-container{
        display: inline-block;
        width: 100%;
        margin: auto;

    }
    .bottom-header .page-header-container .item-logo{
        margin-top: 15px;
    }
    .bottom-header .page-header-container .menu-content{
        max-width: 100%;
    }
    .bottom-header .page-header-container .col-lg-4{
        position: absolute;
        right: 0;
        top: 15px;
    }
    .footer-container .footer .location span{
        max-width: 100%;
    }
}
@media (max-width: 770px) {
    div#toTop {
        bottom: 75px;
    }
    .sidebar .block.block-layered-nav {
        margin-bottom: 30px;
    }
    html.skip-link-active:before{
        content: "";
        display: inline-block;
        position: fixed;
        background: rgba( 40,40,40,0.9);
        z-index: 9;
        width: 100%;
        height: 100%;
    }

    .bottom-header .container{
        height: 0;
    }
    .bottom-header .page-header-container .item-logo{
        display: none;
    }
    .bottom-header .page-header-container .col-lg-4{
        position: static;
    }
    .bottom-header .sac-container #header-search{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        padding: 10px 15px;
        z-index: 8;
        top: 0px;
    }
    .bottom-header.sticky .col-lg-4 #header-search {
        background-color: #C00;
    }
    .bottom-header .sac-container #header-search .input-text{
        height: 30px;
        background: #f8f9f9;
        border: none;
        padding-left: 15px;
        border-radius: 0;

        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

        /* IE 5-7 */
        filter: alpha(opacity=80);

        /* Netscape */
        -moz-opacity: 0.8;

        /* Safari 1.x */
        -khtml-opacity: 0.8;

        /* Good browsers */
        opacity: 0.8;
    }
    .bottom-header.sticky .col-lg-4 #header-search .input-text {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

        /* IE 5-7 */
        filter: alpha(opacity=100);

        /* Netscape */
        -moz-opacity: 1;

        /* Safari 1.x */
        -khtml-opacity: 1;

        /* Good browsers */
        opacity: 1;
    }
    .bottom-header .sac-container #header-search .button{
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
    }
    .bottom-header .sac-container #header-search .button:before {
        position: static;
    }
    .bottom-header .skip-links{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #C00;
        z-index: 999;
        border: none;
    }
    .bottom-header #header-account.skip-content .close.skip-link-close,
    .bottom-header .skip-content .close.skip-link-close{
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #C00;
        opacity: 1;
        color: #fff;
        font-size: 0;
        padding: 0;
        z-index: 20;
    }
    .bottom-header .skip-content .close.skip-link-close:before{
        content: "";
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url("https://xosovui.net/skin/frontend/rwd/owen/images/skip-link-close.png") no-repeat;
        background-size: 27px;
    }
    .bottom-header .sac-container #header-cart{
        width: 80%;
        top: 0;
    }
    .bottom-header .skip-links .skip-search{
        display: none;
    }

    .bottom-header .skip-links .skip-link{
        width: 20%;
        float: left;
        background: #C00;
        height: auto;
        padding: 10px 0 8px;
        line-height: normal;
        border: none;
    }
    .bottom-header .skip-links .account-cart-wrapper{
        transform: translateY(0);
        width: 40%;
        float: left;
    }
    .bottom-header .skip-links .account-cart-wrapper .skip-link{
        width: 50%;
        padding: 10px 0 8px;
    }

    .bottom-header .skip-links .account-cart-wrapper .skip-account{
        float: right;
    }
    .bottom-header .skip-links .skip-link .icon,
    .bottom-header .skip-links .account-cart-wrapper .skip-link .icon{
        width: 24px;
        height: 23px;
        background: transparent;
        margin-bottom: 10px;
    }
    .bottom-header .skip-links .skip-link .icon i.fas,
    .bottom-header .skip-links .account-cart-wrapper .skip-link .icon i.fas {
        font-size: 16px;
        color: #fff;
    }
    .bottom-header .skip-links .skip-link.skip-location .icon{
        height: 24.5px;
        margin-bottom: 8.5px;
    }
    .bottom-header .skip-links .skip-link .label,
    .bottom-header .skip-links .account-cart-wrapper .skip-link .label{
        display: block;
        width: 100%;
        line-height: 16px;
        color: #FFFFFF;
    }
    .bottom-header .skip-links .skip-link.skip-active .label{
        font-weight: bolder;
    }
    .bottom-header .sac-container .account-cart-wrapper .skip-cart .count{
        left: 50%;
        right: auto;
        top: 10px;
        background: #fff;
        color: #000;
        height: 16px;
        width: 16px;
        line-height: 15px;
        margin-left: 0;
    }
    .bottom-header .skip-content.skip-active{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 40%;
        height: calc( 100% - 67px );
        padding: 0 !important;
        background-color: #f5f5f5;
        margin: 0;
    }
    .bottom-header #header-nav.skip-content.skip-active{
        width: 160px;
    }
    .bottom-header .skip-content.skip-active #nav,
    .bottom-header .skip-content.skip-active > .links{
        height: 100%;
        overflow: auto;
    }
    .bottom-header .menu-content .nav-primary li a{
        padding: 8px 15px 8px 20px;
    }
    .bottom-header .menu-content .nav-primary li li a{
        font-size: 13px;
        padding: 8px 15px 8px 20px;
    }
    .bottom-header .menu-content .nav-primary > li > a{
        font-family: "SVN-Gotham", sans-serif;
        font-size: 13px;
    }
    .bottom-header .menu-content .nav-primary > li > ul::before{
        display: none;
    }
    .bottom-header .menu-content .nav-primary{
        margin-top: 0;
    }
    .bottom-header #header-account.skip-content ul li a{
        border: none;
    }
    .bottom-header #header-account.skip-content ul li a:hover,
    .bottom-header .menu-content .nav-primary li > a:hover,
    .bottom-header .menu-content .nav-primary li.menu-active > a{
        background: #ffffff;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul{
        position: absolute;
        left: 100%;
        padding: 0;
        top: 0;
        width: 130%;
        background: #ffffff;
        max-height: 100%;
        overflow: auto;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul.level0 {
        width: 150%;
        height: 100%;
        left: 80px;
        z-index: 20;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul li{
        border-bottom: 1px solid #ebebeb;
        width: 100%;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul li:last-child{
        border-bottom: none;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul li.level2 {
        width: 33.33%;
        float: left;
        background-color: #fff;
    }
    .nav-primary li.parent.menu-active > a::after,
    .nav-primary li.parent > a::after{
        content: "";
        border: none;
    }
    .bottom-header #header-account.skip-content ul li a:hover,
    .bottom-header .menu-content .nav-primary li > a:hover {
        background: transparent;
        box-shadow: none;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > a,
    .bottom-header .menu-content .nav-primary > li.active > a {
        background: #ffffff;
    }
    .bottom-header .menu-content .nav-primary > li.active,
    .bottom-header .menu-content .nav-primary > li.menu-active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bottom-header .menu-content .nav-primary > li {
        border-bottom: 1px solid transparent;
    }    
    .bottom-header .menu-content .nav-primary > li.active > a:before,
    .bottom-header .menu-content .nav-primary > li.menu-active > a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-left: 2px solid #C00;
    }
    body.cms-home .main{
        padding-bottom: 0px;
    }

    body.cms-home .block-home .widget-title {
        position: relative;
    }
    body.cms-home .block-home .widget-title h2{
        font-size: 24px;
        font-family: "SVNGothamBold", sans-serif;
    }

    body.cms-home .block-home .widget-title h2:after{
        left: auto;
        right: 15px;
    }
    body.cms-home .block-slider .owl-nav{
        display: none;
    }
    .footer-container {
        padding-bottom: 67px;
    }
    .footer-container .footer .top-footer{
        padding-top: 60px;
        padding-bottom: 55px;
    }
    .footer-container .footer .form-subscribe-header h2{
        font-family: "SVNGothamBold", sans-serif;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-container .footer .middle-footer .title{
        font-family: "SVNGothamBold", sans-serif;
        margin-bottom: 20px;
    }
    .footer-container .footer .middle-footer ul li{
        margin-bottom: 5px;
    }
    .footer-container .footer .middle-footer ul.col-sm-12{
        margin-bottom: 32px;
    }
    .footer-container .footer .location,
    .footer-container .footer .row > .location {
        flex-direction: column;
        display: inline-block;
        width: 100%;
    }
    
    .footer-container .footer .location .location-item{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .footer-container .footer .location img {
        margin: 0px 20px 0 0;
        height: 24px;
    }
    .bottom-header .menu-content .nav-primary li a.level0 {
        color: #000;
    }
}
@media (max-width: 767px) {
    body.cms-home .block-slider {
        margin-bottom: 0;
    }
}
@media (max-width: 599px) {
    .bottom-header .menu-content .nav-primary li.menu-active > ul li.level2 {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .bottom-header .skip-links .skip-link .label{
        font-size: 12px;
    }
    .bottom-header .menu-content .nav-primary li.menu-active > ul{
        width: 100%;
    }
}
@media (max-width: 430px) {
    .bottom-header .skip-links .skip-link .icon,
    .bottom-header .skip-links .account-cart-wrapper .skip-link .icon,
    .bottom-header .skip-links .skip-link.skip-location .icon {
        width: 16px;
        height: 16px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .bottom-header .skip-links .skip-link.logo-mobile .icon {
        width: 100%;
    }
    .bottom-header .skip-links .skip-link img {
        max-width: -webkit-fill-available;
        max-height: 100%;
        margin: 0 auto;
    }
    .bottom-header .sac-container .account-cart-wrapper .skip-cart .count {
        width: 12px;
        height: 12px;
        line-height: 14px;
        font-size: 8px;
    }
    .bottom-header .skip-links .skip-link .label,
    .bottom-header .skip-links .skip-link .label,
    .bottom-header .skip-links .account-cart-wrapper .skip-link .label {
        font-size: 11px;
        line-height: 14px;
    }
    body.cms-home .block-home .widget-title h2:before,
    body.cms-home .block-home .widget-title h2:after {
        margin-right: 5px;
    }
    body.cms-home .block-home .widget-title h2:after {
        margin-right: 0;
        margin-left: 5px;
    }
    .bottom-header .skip-content.skip-active {
        height: calc( 100% - 54px );
    }
}
@media (max-width: 380px) {
    .sac-container .flex-item:not(:last-child) {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }
    .sac-container .flex-item:last-child {
        width: 100%;
        float: none;
        clear: both;
        padding: 15px 5px;
    }
    .flex-item .form-control-sm,
    .flex-item button.btn {
        width: 100%;
    }
}

.main-container, .footer-container {
    max-width: 100%;
}
.catalog-category-view .col3-layout .col-wrapper ,
.catalogsearch-result-index .col3-layout .col-wrapper {
    width: 100%;
}
.catalogsearch-result-index .col3-layout .col-left,
.catalog-category-view .col3-layout .col-left,
.catalogsearch-result-index .col-left,
.catalog-category-view .col-left {
    width: 19.5%;
}
.catalogsearch-result-index .col1-layout .col-main,
.catalog-category-view .col1-layout .col-main {
    width: 100%;
}
.catalogsearch-result-index .col3-layout .col-main,
.catalog-category-view .col3-layout .col-main,
.catalogsearch-result-index .col2-right-layout .col-main,
.catalog-category-view .col2-right-layout .col-main,
.catalogsearch-result-index .col2-left-layout .col-main,
.catalog-category-view .col2-left-layout .col-main {
    width: 80.5%;
}
.catalogsearch-result-index .main,
.catalog-category-view .main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.catalogsearch-result-index.catalog-product-parent .main,
.catalog-category-view.catalog-product-parent .main {
    padding-top: 90px;
}
.main {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.catalog-category-view .breadcrumbs {
    display: none;
}
.catalog-category-view .toolbar-top .breadcrumbs {
    display: block;
    margin: 0;
}
.toolbar-top .breadcrumbs ul {
    padding: 0;
}
.breadcrumbs {
    padding: 8px 0px;
}
.breadcrumbs ul {
    margin: 0;
}
.breadcrumbs li {
    font-family: "Gotham-Book", sans-serif;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    color: #999999;
}
.breadcrumbs li:nth-child(n+3) strong {
    text-transform: none;
}
.toolbar-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}
.sorter-mobile {
    display: none;
}
.toolbar-top .pager {
    display: none;
}
.toolbar-top .toolbar {
    float: right;
    background: transparent;
    border: none;
    margin: 0;
}
.toolbar-top .toolbar .sorter {
    width: auto;
}
.toolbar-top .breadcrumbs {
    float: left;
}
.toolbar-bottom {
    text-align: center;
}
.toolbar-bottom .sorter {
    display: none;
}
.toolbar-bottom .pager {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.toolbar, .pager {
    line-height: 24px;
    padding: 0;
}
p.amount {
    padding: 8px 0;
    margin: 0;
}
.pages .previous:before,
.pages .previous:hover:before,
.pages .next:before,
.pages .next:hover:before {
    display: none !important;
}
.pages li,
.pages .next,
.pages .previous {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 39px;
}
.pages li {
    width: 41px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #000000;
    margin: 0 3px;
    float: left;
}
.pages li a {
    line-height: 39px;
    width: 100%;
    height: auto;
    vertical-align: top;
    color: #2d2d2d;
}
.pages li,
.pages a,
.pages li a,
.pages .current {
    font-size: 13px;
    font-style: normal;
}
.pages li i {
    font-size: 14px;
}
.pages .next:before,
.pages .previous:before {
    display: none;
}
.pages .next:hover,
.pages .previous:hover {
    border: none;
}
.pages li a:hover,
.pages .current,
.pages .current:hover {
    width: 41px;
    height: 41px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
}

.pages li a:hover {
    border: none;
}
.toolbar-bottom .toolbar {
    margin: 15px 0;
    padding: 0;
    border: none;
    background: transparent;
}
.toolbar-bottom .pager ol {
    margin: 0;
}
.pager .amount,
.pager .limiter,
.pager .pages {
    margin: 0;
}
.toolbar .amount {
    display: none;
}
.toolbar-top .toolbar .amount {
    float: left;
    display: block;
    margin-right: 32px;
    font-size: 14px;
    color: #999999;
    font-family: "Gotham-Book", sans-serif;
}
.sorter {
    margin-bottom: 0;
}
.sorter > .sort-by {
    margin-right: 0;
    height: auto;
}
.clear {
    clear: both;
}
.catalogsearch-result-index .products-grid,
.catalog-category-view .products-grid {
    margin: 0 -10px;
}
.products-grid--max-4-col > li {
    width: 25%;
}
.products-grid li.item {
    margin: 0;
    border: 1px solid transparent;
}
.products-grid li.item:hover {
    background-color: #ffffff;
}
ul.grid .item img {
    max-width: 100%;
}
h2.product-name a {
    font-family: "SVN-Gotham", sans-serif;
    color: #000000;
}

h2.product-name {
    font-weight: normal;
    text-transform: none;
}
.catalog-product-view .products-grid .product-info .product-name,
.catalogsearch-result-index .products-grid .product-info .product-name,
.catalog-category-view .products-grid .product-info .product-name {
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
}
.product-sku {
    font-size: 12px;
    color: #000000;
}
.price-box .price, .price {
    
}
.product-image {
    border: none;
}
.product-price-alert {
    font-size: 11px;
    text-align: left;
    color: #999;
}
.product-source {
    font-size: 12px;
    color: #999;
    text-align: center;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 6px 0;
    margin-bottom: 10px;
}
.product-source .ps-inner {
    position: relative;
    height: 16px;
    padding: 0 0 0 15px;
    width: 60px;
    overflow: hidden;
    margin: 0 auto;
}
.product-source .flag-label {
    float: right;
    line-height: 12px;
    height: 12px;
    margin: 2px 0;
}
.flag-circle-us, .flag-circle-uk {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
}
.flag-circle-us {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/flags/flag-us.svg);
}
.flag-circle-uk {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/flags/flag-uk.svg);
}

/* Layer Nav */
.block-content-filter {
    display: none;
}
.block-layered-nav .block-content {
    margin: 0;
}
.block-layered-nav .block-content > dl > dt {
    border: none;
    font-family: "SVN-Gotham";
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    font-weight: normal;
    padding: 0;
    letter-spacing: 0.3px;
    padding-bottom: 9px;
    border-bottom: 3px solid #d3d4d4;
    background: transparent;
}
.block-layered-nav .block-content > dl > dt:hover {
    background-color: transparent;
}
.block-layered-nav .block-content > dl > dt:first-child {
    padding-bottom: 13px;
}
.block-layered-nav .block-content > dl > dd:last-child {
    padding-bottom: 0;
}
.block-layered-nav .block-content > dl > dd {
    border: none;
    padding: 16px 0 36px;
}
div.block-layered-nav ol {
    margin: 0;
}
div.block-layered-nav li {
    padding: 15px 0;
}
div.block-layered-nav ol:not(.size):not(.color) li a {
    background: none;
    position: relative;
    padding: 0;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #282828;
    font-weight: normal;
}
div.block-layered-nav ol:not(.size):not(.color) li a:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ebebeb !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    text-align: center;
}
div.block-layered-nav ol:not(.size):not(.color) li.amshopby-cat-multiselected a:before,
div.block-layered-nav ol:not(.size):not(.color) li a.amshopby-attr-selected:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    line-height: 18px;
}
.block-layered-nav dl dd ol > li > a .count {
    color: #b2b2b2;
    float: right;
    line-height: 20px;
    display: inherit;
}
div.block-layered-nav ol.color li {
    padding: 7px 0 3px;
    background: none;
    border: none;
}

div.block-layered-nav ol.color li a {
    margin: 7px 4px 8px;
    position: relative;
}
div.block-layered-nav ol.color li a img {
    width: 29px;
    height: 29px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.block-layered-nav dl dd ol > li > a {
    padding: 0;
}
div.block-layered-nav ol.color li a.-selected:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    color: #ffffff;
    top: 10px;
    left: 10px;
}
.ui-slider-horizontal .ui-slider-range {
    height: 5px;
    border: none;
    background: #000000;
    top: 0;
}
.ui-slider-horizontal .ui-slider-handle {
    width: 15px;
    height: 15px;
    background-color: #000000;
    border: none;
    border-radius: 50%;
    top: -5px;
}
div.block-layered-nav .amshopby-overlay {
    display: none;
}
.ui-slider-horizontal {
    background: #ebebeb;
    height: 5px;
    margin: 10px 7.5px;
}
.ui-slider-horizontal:before {
    content: '';
    background: #ebebeb;
    height: 5px;
    width: 7.5px;
    position: absolute;
    right: 100%;
    top: 0;
}
.ui-slider-horizontal:after {
    content: '';
    background: #ebebeb;
    height: 5px;
    width: 7.5px;
    position: absolute;
    left: 100%;
    top: 0;
}
.amshopby-slider-price, .amshopby-slider-price-range {
    color: #696969;
}

/* SIZE */
div.block-layered-nav ol.size li {
    display: inline-block;
    margin-right: 10px;
    padding-top: 14px;
    padding-bottom: 0;
    vertical-align: top;
    border: none;
}
div.block-layered-nav ol.size li a.amshopby-attr-selected,
div.block-layered-nav ol.size li a.amshopby-attr {
    border: 1px solid #ebebeb;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    padding: 0 0px 0 5px;
    text-align: center;
    margin-bottom: -4px;
}
div.block-layered-nav ol.size li a.amshopby-attr-selected,
div.block-layered-nav ol.size li a.amshopby-attr:hover {
    border-color: #000000;
}
div.block-layered-nav ol.size li a.amshopby-attr-selected,
div.block-layered-nav ol.size li a.amshopby-attr-selected:hover,
div.block-layered-nav dd a.amshopby-attr, 
div.block-layered-nav dd a.amshopby-attr:hover {
    background: none;
    color: #696969;
}
div.block-layered-nav ol.size li a.amshopby-attr-selected span.count,
div.block-layered-nav ol.size li a.amshopby-attr span.count {
    display: none;
}

/* Category Description */
.category-description.std {
    border-top: 1px solid #ebebeb;
    margin-top: 97px;
    padding-top: 41px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
div#back-to-top {
    clear: both;
    float: right;
    color: #282828;
    font-size: 14px;
    font-family: "SVN-Gotham", sans-serif;
    line-height: 1.2;
    margin-top: 26px;
    cursor: pointer;
}
div#back-to-top:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/arrow-up.png);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.category-description.std p {
    color: #282828;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
    letter-spacing: -0.03px;
}
.category-description.std p strong {
    font-family: "SVN-Gotham", sans-serif;
    font-weight: normal;
}
.category-description.std .category-description-content h2,
.category-description.std .category-description-content h3 {
    color: #282828;
    font-family: 'SVN-Gotham';
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
}
.category-description.std .category-description-content h2 {
    font-size: 18px;
}
.category-description.std .category-description-content h3 {
    font-size: 14px;
}
.category-description.std .category-description-content h2:first-child {
    margin-top: 0;
}
.category-description .page-title.category-title {
    text-align: center;
}
.category-description .page-title.category-title h1 {
    color: #000000;
    font-size: 30px;
    font-family: "SVN-Gotham", sans-serif;
    font-weight: normal;
    margin-bottom: 19px;
}
.description-navbar nav.navbar {
    float: right;
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    border: 1px solid #e4e4e4;
    margin-top: 4px;
    margin-left: 25px;
    margin-bottom: 20px;
    max-width: 449px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.description-navbar.active nav.navbar {
    width: auto;
}
.description-navbar .category-description-content .summary {
    width: calc(100% - 470px);
}
.description-navbar.active .category-description-content .summary {
    width: calc(100% - 70px);
}
.description-navbar > nav.navbar {
    display: none;
}
.description-navbar nav.navbar span.nav-read-more {
    display: none;
}
.description-navbar .navbar {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding: 0;
}

.description-navbar nav.navbar .nav {
    display: block;
    background-color: #ffffff;
    padding: 19px 20px;
}
.description-navbar nav.navbar h3 {
    font-size: 13px;
    color: #000000;
    font-family: 'SVNGothamBold';
    font-weight: normal;
    padding: 9px 19px;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    background: #f8f9f9;
}
.description-navbar.active nav.navbar .title-text {
    display: inline-block;
}
.description-navbar.active nav.navbar span.title-text {
    display: none;
}
.description-navbar nav.navbar h3 span.ti-list-ol {
    font-size: 0;
    color: #000000;
    float: right;
    cursor: pointer;
}
.description-navbar nav.navbar h3 span.ti-list-ol:before {
    font-size: 30px;
}
.description-navbar nav.navbar .nav li {
    list-style: none;
    margin: 0;
}

.description-navbar nav.navbar .nav li .nav-link {
    font-family: "SVN-Gotham", sans-serif;
    color: #282828;
    font-weight: normal;
    padding: 3px 0;
}

.description-navbar nav.navbar .nav li li .nav-link {
    font-family: "SVN-GothamBook", sans-serif;
}

.description-navbar nav.navbar .nav li ul {
    padding-left: 20px;
}


.block-viewed {}
.block-viewed .block-title {
    border: none;
}
.block-viewed {
    margin-top: 82px;
    clear: both;
}
.block.block-list {
    width: 100%;
    padding: 0;
}
.block-list .block-title {
    border: none;
    margin-bottom: 25px;
}
.block-list .block-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #000000;
    font-family: 'SVN-Gotham';
}

.block-list .block-title h2:before,
.block-list .block-title h2:after{
    display: inline-block;
    content: "";
    width: 47px;
    height: 2px;
    background: #000000;
    margin-right: 35px;
    vertical-align: middle;
}
.block-list .block-title h2:after {
    margin-right: 0;
    margin-left: 35px;
}
.products-grid .product-info {
    clear: both;
}
.products-grid.owl-theme .owl-controls .owl-buttons div{
    width: auto;
    height: auto;
    text-indent: unset;
    font-size: 0;
    background: transparent;
    border-radius: 25px;
    left: 10px;
    margin-top: -20px;
    font-size: 25px;
}
.products-grid.owl-theme .owl-controls .owl-buttons div:hover{
    background: transparent;
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 10px;
    left: auto;
}

.products-grid.owl-theme .owl-controls .owl-buttons div:hover .fa,
.products-grid.owl-theme .owl-controls .owl-buttons div .fa {
    font-size: 0;
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-next .fa:before,
.products-grid.owl-theme .owl-controls .owl-buttons .owl-prev .fa:before{
    color: rgba(87, 87, 87, 0.2);
    font-family: 'Pe-icon-7-stroke';
    font-size: 40px;
    line-height: 1;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-next .fa:before {
    content: "\e699";   
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-prev .fa:before {
    content: "\e6a2";    
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-next:hover .fa:before,
.products-grid.owl-theme .owl-controls .owl-buttons .owl-prev:hover .fa:before {
    color: rgba(0, 0, 0, 0.3);
    font-family: 'Pe-icon-7-filled';
    font-size: 40px;
    line-height: 1;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-next:hover .fa:before {
    content: "\e611";
}
.products-grid.owl-theme .owl-controls .owl-buttons .owl-prev:hover .fa:before {
    content: "\e61a";
}


.block-list .block-content {
    margin: 0 -10px;
}

/* Description Category Nav */
ul.description-nav {
    float: right;
    list-style: none;
}
ul.description-nav li {
    list-style: none;
}
/* .category-description .details {
    position: absolute;
    display: block !important;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: -1;
} */
.category-description .category-description-content {
    /* position: relative; */
}
.category-description .details.active {
    position: static;
    opacity: 1;
}


/* ====================== Responsive ==================== */
@media only screen and (min-width: 1200px) { 
    .catalog-product-view .nav-primary .parent.active > ul.level0,
    .catalog-category-view .nav-primary .parent.active > ul.level0 {
        display: block;
    }    
}   
@media only screen and (max-width: 1199px) {
    .catalogsearch-result-index.catalog-product-parent .main,
    .catalog-category-view.catalog-product-parent .main ,
    .catalogsearch-result-index .main,
    .catalog-category-view .main {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 991px) { 
    .products-grid.products-grid--max-5-col li.item ,   
    .products-grid--max-4-col > li {
        width: 33.33%;
    }
    .products-grid.products-grid--max-5-col li.item:nth-child(3n+1) ,
    .products-grid > li:nth-child(3n+1) {
        clear: left;
    }
    .description-navbar nav.navbar {
        max-width: 320px;
    }
    .description-navbar .category-description-content .summary {
        width: calc(100% - 340px);
    }
}
@media only screen and (max-width: 770px) {  
    /*.catalog-category-view .bottom-header.sticky {
        position: fixed;
    }*/
    .catalogsearch-result-index .col3-layout .col-main,
    .catalog-category-view .col3-layout .col-main,
    .catalogsearch-result-index .col2-right-layout .col-main,
    .catalog-category-view .col2-right-layout .col-main,
    .catalogsearch-result-index .col2-left-layout .col-main,
    .catalog-category-view .col2-left-layout .col-main,
    .catalogsearch-result-index .col-main,  
    .catalog-category-view .col-main {
        width: 100%;
        position: relative;
    }
    .catalogsearch-result-index .col-left,  
    .catalog-category-view .col-left {
        width: 100%;
        margin: 0;
    }    
    .catalogsearch-result-index.catalog-product-parent .main,
    .catalog-category-view.catalog-product-parent .main,
    .catalogsearch-result-index .main, .catalog-category-view .main {
        padding-top: 35px;
    }
    .products-grid.products-grid--max-5-col li.item ,
    .products-grid--max-4-col > li {
        width: 50%;
    }
    .products-grid.products-grid--max-5-col li.item:nth-child(3n+1) ,
    .products-grid > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid.products-grid--max-5-col li.item:nth-child(2n+1) ,
    .products-grid > li:nth-child(2n+1) {
        clear: left;
    }
    .catalog-category-view .category-title {
        display: block;
    }
    .catalogsearch-result-index .page-title h1,
    .catalog-category-view .category-title h1 {
        font-family: 'SVNGothamBold';
        font-size: 14px;
        color: #000000;
        font-weight: normal;
        margin-bottom: 22px;
        margin-top: -3px;
        line-height: 1.5;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 100px;
        padding: 0;
    }    
    .catalog-category-view .toolbar-top .breadcrumbs {
        display: none;
    }    
    .block-layered-nav .block-subtitle--filter {
        display: inline-block;
        background-color: transparent;
        border: 1px solid #e4e4e4;
        font-size: 14px;
        color: #282828;
        width: 48%;
        padding: 12px 10px 7px;
        font-family: "Gotham-Book", sans-serif;
        border-radius: 3px;
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-category-filter.png);
        background-repeat: no-repeat;
        background-position: center right;
        background-position: 94% center;
    }  
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: transparent;
        color: #282828;
    }
    .block-layered-nav .block-subtitle--filter.active:after,
    .block-layered-nav .block-subtitle--filter:after {
        display: none;
    } 
    .block-layered-nav .block-content.active #narrow-by-list {
        display: block !important;
    } 
    dl#narrow-by-list {
        position: absolute;
        width: 100%;
        z-index: 9;
        background-color: #ffffff;
        border: none;
        top: 55px;
        bottom: 55px;
        margin: 0;
        overflow-y: scroll;
    }  
    dl#narrow-by-list:before {
        content: '';
        position: absolute;
        background-color: #f5f5f5;
        width: 38.5%;
        height: 100%;
    }  
    .toolbar-top {
    }    
    .toolbar-top .toolbar {
        position: absolute;
        top: 0;
        right: 0;
        width: 48%;
    }    
    .toolbar-top .toolbar .amount {
        float: right;
        margin-right: 0;
        margin-bottom: 20px;
        margin-top: 2px;
        padding: 0;
        line-height: 1.5;
    }    
    .toolbar-top .toolbar .sort-by {
        float: right;
        margin: 0;
        width: 100%;
    }    
    .toolbar-top .toolbar .sort-by select {
        display: inline-block;
        background: none;
        border: 1px solid #e4e4e4;
        font-size: 14px;
        width: 100%;
        padding: 9px 7px;
        text-indent: 0;
        text-transform: uppercase;
    }

    /* Filter */
    .block-layered-nav .block-content.active {
        position: fixed;
        background-color: #ffffff;
        top: 0;
        left: 0;
        bottom: 67px;
        width: 100%;
        height: auto;
        z-index: 9999;
        /* padding-bottom: 95px; */
        padding-bottom: 54px;
    }
    .block-layered-nav .block-content > dl > dd {
        position: absolute;
        right: 0;
        top: 0;
        width: 55%;
        padding-top: 10px;
        padding-right: 20px;
    }
    
    .block-layered-nav .block-content > dl > dt,
    .block-layered-nav .block-content > dl > dt:first-child {
        font-size: 13px;
        font-family: "Gotham-Book", sans-serif;
        border: none;
        padding: 19px 0px 15px 14px;
        line-height: 1.6;
        color: #000000;
        position: relative;
        background-color: #f5f5f5;
        width: 38.5%;
    }
    .block-layered-nav .block-content > dl > dt.current {
        padding: 22px 0px 12px 14px;
        background-color: #ffffff;
    }
    
    .block-layered-nav .block-subtitle--filter.active {
        font-family: 'SVNGothamBold';
        color: #000000;
        border: none;
        padding: 18px 15px;
        font-size: 13px;
        line-height: 1.5;
        width: 100%;
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-close-btn.png);
        background-position: 96.2% center;
    }
    .block-layered-nav .block-content > dl > dt.current:before {
        content: '';
        position: absolute;
        border-left: 2px solid #000000;
        height: 100%;
        left: 0;
        top: 0;
    }
    
    div.block-layered-nav ol:not(.size):not(.color) li a:before {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 30px;
        color: #000000;
    }
    
    div.block-layered-nav ol:not(.size):not(.color) li a.checked:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        line-height: 30px;
        color: #000000;
    }
    
    div.block-layered-nav ol:not(.size):not(.color) li a {
        margin: 0;
        line-height: 32px;
    }
    
    div.block-layered-nav li {
        border-bottom: 1px solid #ebebeb;
        padding: 11px 0 12px;
    }
    div.block-layered-nav li:last-child {
        border: none;
    }
    .block-layered-nav dl dd ol > li > a .count {
        line-height: 32px;
    }
    
    .block-layered-nav .block-content > dl > dt:after {
        content: '';
        border: none;
    }
    div.block-layered-nav ol:not(.size):not(.color) a,
    div.block-layered-nav li a.checked {
        color: #fe6c61;
    }
    .block-layered-nav dl ol > li > a:hover {
        background: transparent;
    }
    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        border: none;
    }
    
    .block-layered-nav .block-content.accordion-open > dl > dt.current {
        border: none;
        z-index: 1;
        background-color: #ffffff;
    }
    .block-layered-nav .block-content > dl > dd.current {
        display: block;
        z-index: 1;
        background-color: #ffffff;
    }
    
    .block-layered-nav .block-content > dl > dt:hover {
        color: #000000;
    }
    .block-layered-nav .block-content.active .block-content-filter {
        display: block;
    }   
    .block-content-filter {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9;
        background-color: #ffffff;
        /* padding: 21px 15px; */
        padding: 10px 15px;
    }    
    .block-content-filter .block-subtitle {
        display: none;
    }    
    .block-content-filter .currently {
        display: none;
    }
    .block-layered-nav .actions a {
        border: 1px solid #3d3d3d;
        /* font-size: 14px; */
        color: #3d3d3d;
        text-transform: uppercase;
        /* padding: 16px 15px 14px; */
        padding: 9px 15px 8px;
        font-size: 12px;
        line-height: 1.4;
        width: 48%;
        text-align: center;
    }  
    .block-layered-nav .actions .filter-apply {
        float: right;
        width: 48%;
        text-align: center;
    }  
    .block-layered-nav .actions .filter-apply .filter-apply-remove {        
        border: 1px solid #3d3d3d;
        font-size: 12px;
        color: #3d3d3d;
        text-transform: uppercase;
        padding: 9px 15px 8px;
        line-height: 1.4;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }  
    .block-layered-nav .actions {
        margin: 0;
    }    
    .block-layered-nav .actions .filter-apply .filter-apply-remove:hover,
    .block-layered-nav .actions a:hover {
        background-color: #3d3d3d;
        color: #ffffff;
    }
    .block-layered-nav dl ol > li > a {
        background: transparent;
    }
    div.block-layered-nav ol.color li {
        padding: 0;
    }
    
    div.block-layered-nav ol.color li a {
        margin: 0;
        margin-right: 32px;
        margin-top: -10px;
        margin-bottom: 40px;
    }
    
    div.block-layered-nav ol.color li a img {
        width: 45px;
        height: 45px;
    }
    
    div.block-layered-nav ol.color li a:nth-child(2n + 1) {
        clear: both;
    }
    
    div.block-layered-nav ol.color li a.-selected:before {
        font-size: 14px;
        left: 16px;
        top: 15px;
    }

    .block-viewed .block-title h2 {
        font-size: 24px;
        font-family: 'SVNGothamBold';
    }
    
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .toolbar-bottom .pager {
        text-align: center;
    }
    div.block-layered-nav ol.size li {
        padding: 0;
        margin-right: 31px;
        margin-top: -8px;
        margin-bottom: 28px;
    }
    
    div.block-layered-nav ol.size li a.amshopby-attr-selected,
    div.block-layered-nav ol.size li a.amshopby-attr {
        height: 45px;
        min-width: 59px;
        margin: 0;
        line-height: 43px;
        font-size: 16px;
        color: #696969;
    }
    .category-description.std {
        margin-top: 56px;
        padding-top: 33px;
    }
    .toolbar .sorter-mobile {
        display: block;
        clear: both;
    }    
    .toolbar .sorter {
        display: none;
    }    
    .toolbar-bottom .toolbar .sorter-mobile {
        display: none;
    }
    .toolbar .sorter-mobile .sort-by-mobile {
        display: inline-block;
        background: none;
        border: 1px solid #e4e4e4;
        width: 100%;
        text-indent: 0;
        text-transform: uppercase;
        text-align: left;
        font-size: 14px;
        color: #282828;
        padding: 12px 10px 7px;
        font-family: "Gotham-Book", sans-serif;
        line-height: 1.4;
        border-radius: 3px;
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-category-select.png);
        background-repeat: no-repeat;
        background-position: 95.5% center;
    }   
    .catalogsearch-result-index .products-grid,
    .catalog-category-view .products-grid {
        margin: 21px -10px 0;
    }
    .toolbar .sorter-mobile.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background-color: rgba(40, 40, 40, 0.9);
        z-index: 9999;
    }
    .toolbar .sorter-mobile .sort-by ul {
        display: none;
    }
    .toolbar .sorter-mobile.active .sort-by ul {
        display: block;
        padding: 7px 0;
        margin-bottom: 34px;
    }
    .toolbar .sorter-mobile.active .sort-by {
        position: absolute;
        background-color: #ffffff;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        max-width: 270px;
        margin: 0 auto;
        float: none;
        left: calc(50% - 135px);
        top: calc(50% - 153px);
        max-height: 90%;
        overflow: scroll;
    }
    .toolbar .sorter-mobile.active .sort-by-mobile {
        font-size: 13px;
        color: #000000;
        font-family: 'SVNGothamBold';
        padding: 30px 30px 18px;
        border: none;
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-close-btn.png);
        border-bottom: 1px solid #3d3d3d;    background-position: 88.5% center;
    }
    
    .toolbar .sorter-mobile .sort-by ul li {
        padding: 11px 27px 11px 30px;
        border-bottom: 1px solid #f8f9f9;
    }
    .toolbar .sorter-mobile .sort-by ul li:last-child {
        border: none;
    }    
    .toolbar .sorter-mobile .sort-by ul li a {
        font-size: 14px;
        color: #282828;
        line-height: 1.8;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .toolbar .sorter-mobile .sort-by ul li a.selected:after {
        content: '\f00c';
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 11px;
        display: inline-block;
        float: right;
    }
    .products-grid.owl-theme .owl-controls .owl-buttons div {
        top: calc(50% - 66px) !important;
    }
    .cms-index-index .products-grid.owl-theme .owl-controls .owl-buttons div {
        top: calc(50% - 66px) !important;
    }
    .products-grid .product-name a,
    .products-list .product-name a {
        font-weight: normal;
    }    
    .products-grid .product-name a,
    .products-list .product-name a {
        text-transform: none;
    }    
    .widget-new-products .products-grid .product-image,
    .products-grid .product-image {
        margin-bottom: 22px;
    }
    
    .products-grid li.item {
        margin-bottom: 5px;
    }
    .catalogsearch-result-index .products-grid.owl-carousel,
    .catalog-category-view .products-grid.owl-carousel {
        margin: 21px 0 0;
    }
    .block-list .block-title h2:before {margin-right: 20px;}
    .block-list .block-title h2:after {
        margin-left: 20px;
    }
    .products-grid.owl-theme .owl-controls .owl-buttons div i:before {
        font-size: 31px;
    }
    .description-navbar nav.navbar {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .description-navbar nav.navbar span.nav-read-more {
        display: block;
    }
    .description-navbar nav.navbar span.nav-read-more {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #282828;
        font-family: "SVN-Gotham", sans-serif;
        padding: 5px 10px 8px;
        border-top: 1px solid #e4e4e4;    
    } 
    .description-navbar span.nav-read-more:before {
        content: '';
        width: 9px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-chevrons-down.png);
        background-repeat: no-repeat;
        margin-right: 10px;
    }
    .description-navbar .nav.active-read-more + span.nav-read-more:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .category-description .page-title.category-title h1 {
        margin-right: 0;
        margin-bottom: 27px;
    }    
    .description-navbar nav.navbar h3 span.ti-list-ol {
        float: left;
        margin-right: 21px;
    }
    .description-navbar nav.navbar .nav {
        padding: 22px 20px;
        position: relative;
        display: block !important;
    }   
    .description-navbar .navbar nav.navbar h3 span.ti-list-ol {
        pointer-events: none;
    }
    .description-navbar .navbar nav.navbar h3 span.ti-list-ol:before {
        line-height: 1;
        padding-right: 0;
    }
    .description-navbar nav.navbar .nav:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 15px;
        background-color: #ffffff;
    }
    .description-navbar nav.navbar .nav.active-read-more {
        max-height: 100%;
    }
    .category-description-content {
        display: inline-block;
        width: 100%;
        padding-top: 36px;
        position: relative;
    } 
    .description-navbar nav.navbar.nav-fixed {
        position: fixed;
        top: 0;
        z-index: 9999;
        right: -100%;
        width: calc(100% - 84px);
        height: calc(100% - 67px);
        background-color: #ffffff !important;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: all 0.5s;
        display: block;
    }   
    .skip-link-active .description-navbar nav.navbar.nav-fixed {
        z-index: 1;
    } 
    .description-navbar .navbar nav.navbar h3 {
        padding: 16px 17px 20px;
        font-family: 'SVNGothamBold';
        text-transform: uppercase;
        background: #f5f5f5;
    }  
    .description-navbar > nav.navbar h3 {
        padding: 16px 16px 20px;
    }  
    .description-navbar nav.navbar span.pe-7s-close {
        line-height: 1;
        font-size: 69px;
        color: #000000;
        position: absolute;
        right: -8px;
        display: block;
        top: 0;
        z-index: 99;
    }    
    .description-navbar .navbar nav.navbar span.pe-7s-close {
        display: none !important;
    } 
    .description-navbar nav.navbar.nav-fixed .nav {
        padding: 13px 20px;
        max-height: initial;
        width: 100%;
        max-width: 100%;
    }    
    .description-navbar nav.navbar.nav-fixed span.nav-read-more {
        display: none;
    }
    .description-navbar span.ti-list-ol.visible-mobile {
        position: fixed;
        right: 15px;
        top: 115px;
        margin: 0;
        font-family: "SVN-GothamBook", sans-serif;
        font-size: 11px;
        text-transform: capitalize;
        width: 50px;
        height: 75px;
        background-color: #333333;
        border-radius: 3px;
        color: #f8f9f9;
        text-align: center;
        padding: 11px 4px 8px 4px;
        line-height: 1.2;
        opacity: 0.5;
        display: none !important;
        z-index: 1;
    }
    .description-navbar.description-fixed span.ti-list-ol.visible-mobile {
        display: none !important;
    }
    .description-navbar.description-fixed span.ti-list-ol.visible-mobile {
        display: block !important;
    }
    .description-navbar span.ti-list-ol.visible-mobile:hover {
        opacity: 1;
    }
    .description-navbar span.ti-list-ol:before,
    .description-navbar span.ti-list-ol.visible-mobile:before {
        font-size: 30px;
        font-family: 'themify';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 0.85;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        margin: 0 auto;
        padding-right: 3px;
    }
    
    .description-navbar nav.navbar.nav-fixed h3 span.ti-list-ol {
        position: static;
        font-size: 0;
        background: transparent;
        color: #000;
        padding: 0;
        height: auto;
        width: auto;
        margin-right: 21px;
        pointer-events: none;
    }    
    .description-navbar.description-fixed.active-mobile > nav.navbar {
        right: 0;
        z-index: 9999;
    }
    .description-navbar nav.navbar.nav-fixed h3 span.ti-list-ol:before {
        padding: 0;
        line-height: 1;
    }
    .description-navbar.active-mobile .navbar-ovelay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 67px);
        z-index: 9999;
        background: rgba( 40,40,40,0.9);
    }
    .description-navbar .navbar-ovelay {
        transition: all 0.4s;
    }
    body.description-navbar-open {
        overflow: hidden;
    }
    .description-navbar nav.navbar span.title-text {
        display: inline-block;
        vertical-align: top;
    }
    div#back-to-top {
        display: none;
    }
    .description-navbar .category-description-content .summary {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {  
    .block-viewed .block-title h2 {
        font-size: 16px;
    } 
    .pages li,.pages li a:hover, .pages .current, .pages .current:hover {
        line-height: 30px;
        display: inline-block;
        float: none;
        margin: 0 1px;
        vertical-align: top;
        width: 30px;
        height: 30px;
    }    
    .pages li a:hover {
        border: none;
        margin: 0;
    }
    .pages li, .pages .next, .pages .previous,.pages li a {
        line-height: 30px;
    }
    .block-list .block-title h2 {
        padding: 0 35px;
        position: relative;
    }    
    .block-list .block-title h2:before {
        margin: 0;
        position: absolute;
        left: 0;
    }    
    .block-list .block-title h2:before,
    .block-list .block-title h2:after {
        width: 30px;
        top: 50%;
    }    
    .block-list .block-title h2:after {
        position: absolute;
        top: 50%;
        right: 0;
    }
}
@media only screen and (max-width: 430px) { 
    .block-layered-nav .block-content.active {
        bottom: 54px;
    }
    .block-layered-nav .block-subtitle--filter.active {
        padding: 10px 15px;
        background-size: 18px;
    }
    
    dl#narrow-by-list {
        top: 39px;
        bottom: 39px;
    }
    
    .block-layered-nav .actions a,
    .block-layered-nav .actions .filter-apply .filter-apply-remove {
        padding: 5px 15px;
        font-size: 11px;
    }
    
    .block-content-filter {
        padding: 6px 15px;
    }
    
    .block-layered-nav .block-content > dl > dt.current,.block-layered-nav .block-content > dl > dt, .block-layered-nav .block-content > dl > dt:first-child {
        padding: 14px 0px 10px 14px;
    }
    
    div.block-layered-nav ol:not(.size):not(.color) li a:before {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    div.block-layered-nav ol:not(.size):not(.color) li a.checked:before {
        font-size: 12px;
        line-height: 22px;
    }
    div.block-layered-nav ol.color li a.-selected:before {
        font-size: 12px;
        left: 9px;
        top: 9px;
    }
    div.block-layered-nav ol:not(.size):not(.color) li a,.block-layered-nav dl dd ol > li > a .count {
        line-height: 22px;
    }
    
    div.block-layered-nav ol.color li a img {
        width: 30px;
        height: 30px;
    }
    
    div.block-layered-nav ol.color li a {
        margin-right: 15px;
        margin-top: -10px;
        margin-bottom: 20px;
    }
    
    div.block-layered-nav ol.size li a.amshopby-attr-selected,
    div.block-layered-nav ol.size li a.amshopby-attr {
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        min-width: 40px;
    }
    
    div.block-layered-nav ol.size li {
        margin-right: 15px;
        margin-bottom: 20px;
    }
    .description-navbar .navbar-ovelay.active {
        height: calc(100% - 54px);
    }
    .description-navbar nav.navbar.nav-fixed {
        height: calc(100% - 54px);
    }   
    .description-navbar > nav.navbar h3 {
        padding: 10px;
    }    
    .description-navbar nav.navbar.nav-fixed .nav {
        padding: 13px 10px;
    }    
    .description-navbar nav.navbar.nav-fixed h3 span.ti-list-ol {
        margin-right: 10px;
    }    
    .description-navbar nav.navbar span.pe-7s-close {
        font-size: 50px;
        right: -5px;
    }
    .description-navbar.active-mobile .navbar-ovelay {
        height: calc(100% - 54px);
    }
}
.catalog-product-view .main {
    padding-top: 0;
    padding-bottom: 58px;
}
.catalog-product-view .breadcrumbs {
    padding-top: 54px;
}
.review-control-vote:before{
    color: #333333;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    height:16px;
    letter-spacing: 0;
    line-height:16px;
    font-style:normal;
    font-weight:400;
    speak:none;
    vertical-align:top;
    -webkit-font-smoothing:antialiased;
    content:'\f005' '\f005' '\f005' '\f005' '\f005';
    display:block;
    position:absolute;
    z-index:1;
}
.review-control-vote input[type=radio]{
    border:0;
    clip:rect(0,0,0,0);
    height: 16px;
    overflow:hidden;
    padding:0;
    /* position:absolute; */
    width: 16px;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    float: left;
}
.review-control-vote input[type=radio]:focus + label:before,
.review-control-vote input[type=radio]:checked + label:before{
    opacity:1
}
.review-control-vote label{
    cursor:pointer;
    display:block;
    position:absolute;
    padding: 0;
    top: 0;
}
.review-summary-table thead {
    display: none;
}
.review-summary-table tbody td label {
    padding: 0;
}
.review-control-vote label span{
    border:0;
    clip:rect(0,0,0,0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px
}
.review-control-vote label:before{
    color:#333333;
    font-family: "Font Awesome 5 Free";
    font-size:14px;
    height:16px;
    letter-spacing:0;
    line-height:16px;
    font-style:normal;
    font-weight:400;
    speak:none;
    vertical-align:top;
    -webkit-font-smoothing:antialiased;
    opacity:0;
    position: absolute;
    left: 0;
}
.review-control-vote label:hover:before{
    /* opacity:1 */
}
.review-control-vote label:hover~label:before{
    /* opacity:0 */
}
.review-control-vote label[for="Quality_5"]{
    z-index:2
}
.review-control-vote label[for="Quality_5"]:before{
    content:'\f005' '\f005' '\f005' '\f005' '\f005';
    font-weight: 900;
}
.review-control-vote label[for="Quality_4"]{
    z-index:3
}
.review-control-vote label[for="Quality_4"]:before{
    content:'\f005' '\f005' '\f005' '\f005';
    font-weight: 900;
}
.review-control-vote label[for="Quality_3"]{
    z-index:4
}
.review-control-vote label[for="Quality_3"]:before{
    content:'\f005' '\f005' '\f005';
    font-weight: 900;
}
.review-control-vote label[for="Quality_2"]{
    z-index:5
}
.review-control-vote label[for="Quality_2"]:before{
    content:'\f005' '\f005';
    font-weight: 900;
}
.review-control-vote label[for="Quality_1"]{
    z-index:6
}
.review-control-vote label[for="Quality_1"]:before{
    content: '\f005';
    font-weight: 900;
}
.review-control-vote:before{
    content:'\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote {
    display: inline-block;
    height: 24px;
    position: relative;
}

.product-img-box {
    padding-right: 30px;
    margin-bottom: 40px;
}
.product-view .product-shop {
    padding-left: 30px;
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: 0;
    width: 100%;
}
.product-view .product-shop .product-name {
    display: block;
}
.product-view .product-shop .product-name h1 {
    font-size: 24px;
    color: #000000;
    text-transform: none;
    font-family: 'SVN-Gotham';
    font-weight: normal;
    line-height: 1.3;
    margin: -8px 0 9px;
    border: none;
    padding: 0;
}
.product-shop .product-sku {
    font-size: 14px;
    clear: both;
}
.ratings .rating-box {
    background: none;
    text-indent: 0;
    position: relative;
    width: 72px;
    height: 16px;
}
.ratings .rating-box .rating {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    overflow: hidden;
}
.product-view .product-essential .extra-info .ratings .rating-box {
    margin: 3px 9px 0 0;
}
.product-view .ratings .rating-links {
    clear: none;
}
.product-view .ratings .rating-links a {
    color: #696969;
}
.ratings .rating-links .separator {
    margin: 0 0px;
}
.ratings .rating-box:before {
    content:'\f005' '\f005' '\f005' '\f005' '\f005';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    color: #282828;
    height:16px;
    letter-spacing:0px;
    line-height:16px;
    font-style:normal;
    font-weight:400;
    speak:none;
    vertical-align:top;
    -webkit-font-smoothing:antialiased;
    display: inline-block;
}
.ratings .rating-box .rating:before {
    content:'\f005' '\f005' '\f005' '\f005' '\f005';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    color: #282828;
    height:16px;
    letter-spacing:0px;
    line-height:16px;
    font-style:normal;
    font-weight:900;
    speak:none;
    vertical-align:top;
    -webkit-font-smoothing:antialiased;
    display: inline-block;    
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    width: auto;
    display: block;
    clear: both;
    float: left;
    padding: 0;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.price-box .old-price .price {
    color: #999999;
}
.product-img-box .product-image .amazingslider-img-1 {
    border: 1px solid #ebebeb;
}
.product-img-box .product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    border: none;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.product-img-box .product-image .amazingslider-img-1 img {
    margin: 0 !important;
}
.product-img-box .product-label {
    right: 0;
    left: auto;
}
.product-img-box .product-label {
    right: 0;
    left: auto;
    position: static;
}
.product-img-box .product-label .label{
    margin: 0;
    font-size: 11px;
}
.product-img-box .product-label .label span{
    line-height: 1.2;
}
.product-img-box .product-label .label.sale{
    float: right;
    min-width: inherit;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.product-img-box .product-label .label.new {
    padding: 20px 0 0 0;
    left: 0;
    position: absolute;
    top: 0;
    display: none;
}
.product-img-box .product-label .label.sale span:first-child{
    padding: 8px 4px;
}
.product-img-box .product-label .label.sale .arrow{
    bottom: -10px;
    top: auto;
    background: transparent;
    border: none;
    border-bottom: 10px solid transparent;
}
.product-img-box .product-label .label.sale .rt-arrow{
    left: 0;
}
.product-img-box .product-label .label.sale .rb-arrow{
    right: 0;
}
.product-img-box .product-label .label.new{
    float: left;
    background: transparent;
    color: #696969;
    border-bottom: 1px solid #ebebeb;
    transform: rotate(-30deg);
    left: -13px;
    width: 103px;
    top: -5px;
}
.product-img-box .product-label .label.new{
    padding: 20px 0 0 0;
}
.product-view .ratings .rating-links a {
    color: #696969;
}
.ratings .rating-links .separator {
    margin: 0 0px;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #ff0000;
    font-family: "Gotham", sans-serif;
}
.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    margin-bottom: 7px;
}
.product-view .product-shop .price-box .special-price {
    padding-left: 20px;
}
.product-view .product-shop .short-description {
    margin-top: 18px;
    display: block;
    width: 100%;
    line-height: 1.9;
    color: #696969;
    clear: both;
}
.product-options {
    padding: 0;
    background: transparent;
    border: none;
    margin-top: 20px;
}
.product-view .product-options .swatch-attr label {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'SVN-Gotham';
    line-height: 1.2;
}
.swatch-link {
    border: none;
}
.swatch-color .swatch-link,
.swatch-color .swatch-label {
    border-radius: 50%;
    overflow: hidden;
    border: none;
    margin: 0;
    vertical-align: top;
}
.swatch-size .swatch-link,
.swatch-size span.swatch-label {
    min-width: 45px;
    height: 45px;
    line-height: 45px;
}
.swatch-color .swatch-link,
.swatch-color .swatch-label {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.swatch-link img {
    width: 100%;
    height: 100%;
}
.configurable-swatch-list li {
    margin: 0 8px 6px 0;
}
.swatch-color .configurable-swatch-list li {
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
}
.swatch-color .configurable-swatch-list li.current:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #f8f9f9;
    font-size: 11px;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 20px;
}
.swatch-color .configurable-swatch-list li span,
.swatch-color .configurable-swatch-list li .product-image {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ebebeb;
}
.swatch-color .configurable-swatch-list li .product-image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.swatch-color .configurable-swatch-list li.selected span.swatch-label {
    position: relative;
    text-align: center;
}
.swatch-color .configurable-swatch-list li.selected span.swatch-label:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: inline-block;
    position: absolute;
    z-index: 1;
    color: #f8f9f9;
    font-size: 11px;
    width: 100%;
    left: 0;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-view .product-options .swatch-attr label:after {
    content: '';
}
.swatch-size span.swatch-label {
    border: 1px solid #ebebeb;
    background: transparent;
    height: 45px;
    width: 45px;
    border-radius: 0;
    font-size: 14px;
    color: #696969;
    padding: 0 5px;
    box-sizing: border-box;
}
.swatch-size .selected span.swatch-label {
    border-color: #000000;
}
.product-view .product-options .swatch-attr label span.size-table {
    color: #282828;
    font-family: 'SVN-GothamLight';
    font-style: italic;
    text-transform: none;
    margin-left: 12px;
    vertical-align: top;
    cursor: pointer;
}
.product-view .product-options .swatch-attr .select-label {
    display: none;
}
.configurable-swatch-list .not-available.selected .x {
    display: none;
}
.product-options-bottom {
    border: none;
    padding: 0;
    background: transparent;
    margin-bottom: 4px;
}
.product-view .add-to-cart {
    border: none;
}
.product-view .add-to-cart label {
    font-size: 14px;
    color: #000000;
    font-family: 'SVN-Gotham';
    text-transform: uppercase;
    float: left;
    margin-top: 10px;
}
.product-view .add-to-cart .qty-wrapper {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    width: 120px;
    margin: 0 0 0 22px;
}
.product-view .add-to-cart .qty-wrapper .qty {
    border: none;
    font-size: 22px;
    color: #222222;
    font-family: 'SVN-Gotham';
    background: transparent;
    line-height: 32px;
    padding: 0;
    padding-bottom: 7px;
    vertical-align: top;
    width: 44px;
    float: left;
    height: 38px;
}
.product-view .add-to-cart .qty-wrapper a {
    color: #bebebe;
    font-size: 24px;
    line-height: 33px;
    min-width: 37px;
    display: inline-block;
    text-align: center;
    float: left;
    font-family: 'SVN-Gotham';
}
.product-view .add-to-cart-buttons {
    clear: both;
    margin-top: 31px;
}
.product-view .add-to-cart-buttons .button {
    font-size: 14px;
    color: #f47126;
    background: transparent;
    border: 1px solid #f47126;
    padding: 8px 16px;
    line-height: 1.4;
    height: auto;
    border-radius: 3px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    min-width: 190px;
    margin-left: 0;
}
.product-view .add-to-cart-buttons .button:first-child {
    margin-right: 10px;
}
.product-view .add-to-cart-buttons .button span {
    color: #f47126;
}
/* .product-view .add-to-cart-buttons .button:hover {
    background-color: #f47126;
}
.product-view .add-to-cart-buttons .button:hover span {
    color: #ffffff;
} */
.product-view .add-to-cart-buttons .button.btn-cart-checkout {
    background-color: #f47126;
}
.product-view .add-to-cart-buttons .button.btn-cart-checkout span {
    color: #ffffff;
}
/* .product-view .add-to-cart-buttons .button.btn-cart-checkout:hover {
    background-color: #ffffff;
}
.product-view .add-to-cart-buttons .button.btn-cart-checkout:hover span {
    color: #f47126;
} */
.product-detail-phone {
    font-size: 16px;
    color: #282828;
    letter-spacing: 0.2px;
    clear: both;
}
.product-detail-phone a {
    color: #ff0000;
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 8px;
}
.product-detail-socail {
    color: #222222;
    font-size: 14px;
    line-height: 32px;
    padding-left: 102px;
    padding-top: 9px;
}
.product-detail-socail * {
    display: inline-block !important;
}
.product-detail-socail span {
    margin-left: 10px;
}
.product-description {
    clear: both;
    background-color: #ffffff;
    padding: 25px 33px 36px;
}
.product-description h2 {
    font-size: 16px;
    color: #222222;
    font-family: 'SVN-Gotham';
    letter-spacing: 0.9px;
    padding-bottom: 20px;
    border-bottom: 3px solid #b2b2b2;
    margin-bottom: 0;
}
.product-description .std {
    color: #696969;
    letter-spacing: 0.1px;
    padding: 31px 0 0;
}
.std .more-link,
.std .less-link {
    color: #ff0000;
    font-family: 'SVN-Gotham';
    font-style: italic;
}
.product-description .std strong {
    font-family: 'SVN-Gotham';
    text-transform: uppercase;
    display: inline-block;
}
.product-options p.required {
    display: none;
}

/* Box Review */
.box-reviews {
    padding: 24px 33px 41px;
    background-color: #ffffff;
    margin-top: 75px;
}
#customer-reviews .review-heading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    padding: 10px 0 45px;
    border-bottom: 1px solid #ebebeb;
}
.review-left {
    width: 25%;
    float: left;
    text-align: center;
}
.review-right {
    width: 38%;
    float: right;
}
.review-heading-title {
    font-size: 40px;
    color: #282828;
    font-family: 'SVN-Gotham';
    margin-top: 6px;
    line-height: 1.2;
}
.review-heading-title span {
    font-family: 'SVN-GothamLight';
}
.review-heading {}
.review-heading .ratings {
    display: inline-block;
    margin: 17px 0 1px;
}
.review-heading-content {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.review-heading .ratings .rating-box {
    margin: 0;
}
.review-heading-content * {
    line-height: 1.2;
    font-family: 'SVN-GothamBook';
    display: inline-block;
    color: #696969;
}
.review-heading ul.ratings-list {
    list-style-type: none;
    margin: 18px 0 0;
    padding: 0;
}
.review-heading .counter-container {
    text-decoration: none;
    width: 100%;
    line-height: 1.4;
    margin-bottom: 3px;
}
.review-heading .counter-label {
    display: inline-block;
    min-width: 50px;
    font-family: 'SVN-Gotham';
}
.review-heading .counter-back {
    background-color: #ebebeb;
    width: 58%;
    width: -webkit-calc(100% - 175px);
    width: calc(100% - 175px);
    margin-top: 6px;
}
.review-heading .counter-bar{
     background-color: #333333;
     display: block;
}
.review-heading .counter-bar,
.review-heading .counter-back {
    display: inline-block;
    height: 10px;
    vertical-align: top;
    border-radius: 5px;
}
.review-heading .counter-count {
    margin-left: 15px;
}

#customer-reviews > h2 {
    font-size: 16px;
    color: #222222;
    font-family: 'SVN-Gotham';
    letter-spacing: 0.9px;
    padding-bottom: 20px;
    border-bottom: 3px solid #b2b2b2;
    margin-bottom: 20px;
}

.box-reviews .form-add {
    display: none;
    position: relative;
    margin-top: 29px;
    padding-top: 8px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 29px;
}
.box-reviews .form-add.active {
    display: block;
}
button.form-add-close {
    width: 48px;
    height: 48px;
    position: absolute;
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-close-btn-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #999999;
    border: none;
    right: 0;
    top: 0;
}
#customer-reviews .form-add h2 {
    font-size: 16px;
    color: #222222;
    font-family: 'SVN-Gotham';
    letter-spacing: 1.1px;
}

#customer-reviews .fieldset {
    width: 100%;
    padding-top: 19px;
}

#customer-reviews .fieldset .form-list label {
    text-transform: none;
    font-size: 14px;
    color: #696969;
    margin-bottom: 5px;
}

.review-summary-table {
    border: none;
}

#customer-reviews .fieldset .form-list {
    margin: 14px 0 3px;
    width: 81.6%;
    display: inline-block;
    vertical-align: top;
}
#customer-reviews .fieldset .form-list li {
    width: 46.9%;
    float: left;
    margin: 0;
}

#customer-reviews .fieldset .form-list li:last-child {
    float: right;
    width: 50.8%;
}
#customer-reviews .fieldset .form-list li .input-box {
    margin-bottom: 9px;
    padding: 0;
}
#customer-reviews .fieldset .form-list textarea {
    height: 115px;
    resize: none;
    border-radius: 2px;
}
#customer-reviews .fieldset .form-list input,
#customer-reviews .fieldset .form-list textarea {
    border-radius: 2px;
    padding: 10px 20px;
}
#customer-reviews .buttons-set {
    padding-top: 8px;
    width: 100%;
}
#customer-reviews .buttons-set button.button {
    float: left;
    margin: 0;
    padding: 0 17px;
    border-radius: 3px;
}
.box-reviews .reviews-list {
    list-style: none;
    margin-top: 0;
}
.box-reviews .reviews-list li {
    border-bottom: 1px solid #ebebeb;
    padding: 26px 0;
}
.box-reviews .reviews-list li:first-child {
    /* border-top: 1px solid #ebebeb; */
}
.box-reviews .reviews-list li h4 {
    font-size: 15px;
    color: #282828;
    text-transform: none;
    font-family: Lato;
    font-weight: 700;
    letter-spacing: 0.1px;
}
.box-reviews .reviews-list li .ratings {
    margin-bottom: 4px;
}
.box-reviews .reviews-list li .review-meta {
    margin-top: 16px;
    margin-bottom: 5px;
    font-family: 'GothamBookItalic';
    font-size: 13px;
    color: #696969;
}
#customer-reviews .review-heading .pages {
    display: none;
}
.box-reviews .pages {
    float: none;
    display: inline-block;
    margin: 14px 0 0;
}
.box-reviews .pages li:first-child {
    margin-left: 0;
}

/* RELATED */
.box-up-sell {
    margin-top: 88px;
    margin-bottom: 60px;
}
.product-view .box-up-sell {
    width: 100%;
}
.block-related .product {
    margin: 0;
}
.block-related .product-details {
    margin-left: 0;
}
.products-grid li {
    text-align: center;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    float: none;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    font-size: 14px;
    padding: 0;
}

/* UPSELL */
.crosssell {
    margin-top: 88px;
}

.amazingslider-nav-1 {
    right: 100% !important;
    margin-left: 0 !important;
    margin-right: 20px !important;
    left: auto !important;
    top: 69px !important;
    bottom: 69px !important;
    height: auto !important;
}
.amazingslider-bullet-1 {
    border: 1px solid #ebebeb;
    overflow: hidden;
    margin-bottom: 15px !important;
    width: 100% !important;
}
.amazingslider-bullet-1.amazingslider-bullet-selected {
    border-color: #ff0000;
}
#amazingslider-wrapper-1 .amazingslider-car-left-arrow-1 {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-product-media-up.png) !important;
    background-position: center !important;
    display: none !important;
    border: 1px solid #ebebeb;
    height: 41px !important;
    width: 41px !important;
    top: -56px !important;
    margin-left: 21px !important;
}
#amazingslider-wrapper-1 .amazingslider-car-right-arrow-1 {
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-product-media-down.png) !important;
    background-position: center !important;
    display: none !important;
    border: 1px solid #ebebeb;
    height: 41px !important;
    width: 41px !important;
    bottom: -56px !important;
    margin-left: 21px !important;
}
#amazingslider-wrapper-1 .amazingslider-arrow-left-1 {
    top: 29px !important;
    left: -80px !important;
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-product-media-up.png) !important;
    background-position: center !important;
    display: block !important;
    border: 1px solid #ebebeb;
    height: 41px !important;
    width: 41px !important;
}
#amazingslider-wrapper-1 .amazingslider-arrow-right-1 {
    bottom: 13px !important;
    left: -80px !important;
    top: auto !important;
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-product-media-down.png) !important;
    background-position: center !important;
    display: block !important;
    border: 1px solid #ebebeb;
    height: 41px !important;
    width: 41px !important;
}
#amazingslider-wrapper-1 a[href="http://amazingslider.com"] {
    text-indent: -9999px !important;
    display: none !important;
}
#amazingslider-wrapper-1 div {
    background-color: transparent !important;
}
.amazingslider-bullet-1 .amazingslider-bullet-image-1 {
    width: 100% !important;
}
.visible-mobile {
    display: none !important;
}
.visible-desktop {
    display: block !important;
}

.products-grid .product-info .product-name {
    height: 48px;
    overflow: hidden;
    position: relative;
}
.product-detail-size-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: table;
    text-align: center;
    display: none;
    padding: 20px 0;
}
.product-detail-size-popup.active {
    display: block;
}
.product-detail-size-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transform-style: preserve-3d;
    max-height: 90%;
    max-width: 90%;
    overflow: auto;
    width: 805px;
}
.product-detail-size-image {
    display: inline-block;
    position: relative;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: top;
}
.product-detail-size-popup .button-popup-close {
    z-index: 1;
    width: 40px;
    height: 40px;
    padding: 10px;
    position: absolute;
    background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-close-btn-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    right: 0;
    top: 0;
    cursor: pointer;
}
.product-detail-size-image img {
    max-width: 100%;
}
.validation-advice {
    text-transform: none;
    font-family: "Gotham-Book", sans-serif;
    font-size: 14px;
    line-height: 1.3;
}
span.details[style="display: inline-block;"] {
    display: inline !important;
}
.review-summary-table {
    margin-bottom: 6px;
    line-height: 16px;
}    
.review-summary-table tbody td.review-control-vote {
    height: 16px;
    vertical-align: top;
}
#advice-validate-rating-validate_rating {
    margin-bottom: -4px;
}

@media only screen and (min-width: 1200px) {
    .catalog-product-view.catalog-product-parent .breadcrumbs {
        padding-top: 94px;
    }
    .catalog-product-view.catalog-product-parent .bottom-header .menu-content .nav-primary li.level1 a {
        padding: 5px 13px;
    }
}
@media only screen and (max-width: 770px) {
    .catalog-product-view .main {
        padding-bottom: 5px;
    }
    .visible-mobile {
        display: block !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .thumbnails-slider {
        margin: 0;
        z-index: 0;
    }
    .thumbnails-slider.owl-theme .owl-controls .owl-buttons div {
        text-indent: 0;
        color: #c2c2c2;
        background: transparent;
        border: 1px solid #ebebeb;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        text-align: center;
        top: 50% !important;
        margin-top: -25px;
    }  
    .thumbnails-slider.owl-theme .owl-controls .owl-buttons div * {
        line-height: 50px;
    }  
    .thumbnails-slider.owl-theme .owl-controls .owl-buttons div:hover {
        background: #7f7f7f;
        color: #f8f9f9;
    }    
    .product-img-box {
        padding-right: 0;
        margin-bottom: 36px;
    }
    .product-view {
        padding-top: 49px;
    }
    .product-img-box .product-image,
    .no-touch .product-img-box .product-image:not(.zoom-available):hover {
        border: 1px solid #ebebeb;
    }
    .thumbnails-slider .owl-controls .owl-pagination {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 18px;
    }
    .product-detail-socail {
        display: none;
    }
    .product-img-box .product-label ul {
        margin: 0;
    }
    .product-view .product-shop {
        padding: 0;
    }
    
    .thumbnails-slider.owl-theme .owl-controls .owl-page {
        margin: 0 8px;
    }
    .thumbnails-slider.owl-theme .owl-controls .owl-page span {
        width: 14px;
        height: 14px;
        border: 2px solid #f8f9f9;
        position: relative;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-shadow: none;
    }
    .thumbnails-slider.owl-theme .owl-controls .owl-page.active span,
    .thumbnails-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
        background: transparent;
    }
    .thumbnails-slider.owl-theme .owl-controls .owl-page.active span:before,
    .thumbnails-slider.owl-theme .owl-controls.clickable .owl-page:hover span:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #ffffff;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2px;
        margin-left: -2px;
    }
    .product-shop .product-sku {
        display: none;
    }    
    .product-view .product-shop .product-name h1 {
        margin-bottom: 2px;
    }    
    .product-view .product-essential .extra-info .ratings .rating-box {
        margin: 3px 16px 0 0;
    }
    .product-view .product-shop .extra-info,
    .product-view .product-shop .price-info {
        margin-bottom: 5px;
    }
    .product-view .product-shop .short-description {
        margin-top: 22px;
        margin-bottom: 23px;
    }
    .swatch-size .swatch-link,
    .swatch-size span.swatch-label {
        min-width: 59px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
    .swatch-color .swatch-link,
    .swatch-color .swatch-label {
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
    .swatch-size span.swatch-label {
        font-size: 16px;
        color: #696969;
    }
    .configurable-swatch-list {
        margin-top: 22px;
        margin: 21px 0 0px;
    }    
    .configurable-swatch-list li {
        margin: 0 11px 30px 0;
        padding: 0;
    }  
    .swatch-size .configurable-swatch-list li {
        margin: 0 11px 27px 0;
    }  
    .swatch-color .configurable-swatch-list {
        margin-bottom: 7px;
    }    
    .product-view .product-options .swatch-attr.swatch-color {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .product-view .product-options .swatch-attr label span {
        margin-left: 16px;
    }
    .product-view .add-to-cart label {
        margin-top: 16px;
    }    
    .product-view .add-to-cart .qty-wrapper {
        width: calc(100% - 119px);
        margin: 0;
        float: right;
    }    
    .product-view .add-to-cart .qty-wrapper a {
        font-size: 30px;
        height: 48px;
        min-width: 45px;
        line-height: 40px;
    }    
    .product-view .add-to-cart .qty-wrapper .qty {
        width: calc(100% - 90px);
        line-height: 1;
        padding: 8px;
        height: auto;
    }
    .product-view .add-to-cart-buttons {
        width: 100%;
        max-width: inherit;
        margin-right: 0;
        clear: both;
    }    
    .product-view .add-to-cart-buttons .button {
        width: 48%;
        margin: 0;
        float: left;
        font-size: 16px;
        padding: 12px 16px;
    }    
    .product-view .add-to-cart-buttons .button:first-child {
        margin: 0;
    }    
    .product-view .add-to-cart-buttons .button:last-child {
        float: right;
    }
    .block-list .block-title h2 {
        font-size: 24px;
        font-family: 'SVNGothamBold';
    }    
    .box-up-sell {
        margin-top: 30px;
        margin-bottom: 77px;
    } 
    .crosssell {
        margin-top: 91px;
    }   
    .crosssell.block-list .block-title h2:before,
    .crosssell.block-list .block-title h2:after {
        display: none;
    }
    .product-description {
        padding: 16px 19px 33px;
    }    
    .product-description h2 {
        margin: 0 -19px;
        padding: 0 19px 12px;
    }    
    .product-description .std {
        padding: 21px 0 0;
    }
    .crosssell {
        margin-top: 91px;
    }    
    .box-reviews {
        padding: 15px 19px 33px;
        margin-top: 64px;
    }    
    #customer-reviews > h2 {
        margin: 0 -19px;
        padding: 0 19px 14px;
    }    
    #customer-reviews .review-heading {
        text-align: center;
        padding-bottom: 22px;
    }
    .review-left,.review-right {
        width: 100%;
    }
    .review-heading-title {
        margin-top: 10px;
    }
    .review-heading-content {
        display: block;
    }
    .review-heading ul.ratings-list {
        margin: 34px 0 0;
    }
    .review-heading .counter-label {
        min-width: 45px;
        text-align: left;
    }
    .review-heading .counter-back {
        text-align: left;
    }
    .box-reviews .form-add {
        padding: 13px 0 40px;
    }
    #customer-reviews .fieldset .form-list,
    #customer-reviews .fieldset .form-list li,
    #customer-reviews .fieldset .form-list li:last-child {
        width: 100%;
    }
    .box-reviews .pages {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }    
    .box-reviews .pages ol {
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }
    .product-detail-phone {
        text-align: center;
        letter-spacing: 0;
    }
    .product-detail-phone .working-hour {
        display: block;
    }
    .block-viewed {
        margin-top: 90px;
    }     
    #customer-reviews .fieldset .form-list {
        margin-top: 0;
        margin-bottom: 0;
    }    
    .review-summary-table {
        margin-bottom: 8px;
        line-height: 16px;
    } 
    #advice-validate-rating-validate_rating {
        margin-bottom: 9px;
    }   
    .review-summary-table tbody td.review-control-vote {
        height: 16px;
        vertical-align: top;
    }
    #customer-reviews .fieldset .form-list input {
        height: auto;
        padding: 15px 14px;
    }    
    #customer-reviews .fieldset .form-list li .input-box {
        margin-bottom: 9px;
        position: relative;
        padding-top: 6px;
    }    
    #customer-reviews .fieldset .form-list textarea {
        padding: 7px 14px;
    }
    #customer-reviews .fieldset .form-list label {
        position: absolute;
        top: 23px;
        left: 5px;
        margin: 0;
        padding: 0 10px;
        background-color: #ffffff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 1;
    }    
    #customer-reviews .fieldset .form-list .focused label {
        top: -5px;
    }    
    #customer-reviews .fieldset .form-list textarea {
        padding: 15px 14px;
    }
    #customer-reviews .buttons-set {
        padding-top: 6px;
        width: auto;
    }
    
    #customer-reviews .buttons-set button.button {
        padding: 14px 17px;
        height: 50px;
        min-width: 190px;
        width: auto;
    }
    .box-reviews .reviews-list {
        margin-top: 0px;
    }
    .product-detail-size-popup .button-popup-close {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }
    .product-view .ratings .rating-links {
        width: 100%;
        margin-top: 15px;
    }    
    .product-view .product-shop .extra-info,
    .product-view .product-shop .price-info {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 450px) {  
    .product-view .add-to-cart-buttons .button:last-child {
        clear: both;
        margin-top: 10px;
    }
    .product-view .add-to-cart-buttons .button {
        width: 100%;
    }
}
.account-login, 
.account-create{
	text-align: center;
}
.customer-account-login .col2-set .registered-users{
	width: 100%;
	max-width: 100%;
	margin: 0;
    border: 0;
    padding: 0;
    background: #fff;
}
.customer-account-login .account-login{
	width: 50%;
	float: left;
	max-width: 100%;
    padding: 0 10px;
    margin: 0;
    border: 0;
} 
.customer-account-login ul.messages{
	padding: 0 10px;
}
.customer-account-login .account-create{
	width: 50%;
	float: left;
	max-width: 100%;
    padding: 0 10px;
    margin: 0;
}
.customer-account-login .content{
	padding: 35px 0 0;
    background: #fff;
}
.customer-account-login .account-create .content{
	padding: 35px 0;
}
.customer-account-login .col3-layout .col-wrapper .col-main, 
.customer-account-login .col3-layout .col-wrapper{
	width: 100%;
	float: none;
    max-width: 100%;
}
.customer-account-login .col3-layout .main{
	margin: 0 auto;
	padding: 60px 0 100px;
}
.customer-account-login .main-container.col3-layout{
	max-width: 100%;
	padding: 0;
	margin: 0;
}
.customer-account-login .col3-layout .col-right.sidebar{
	display: none;
}
.customer-account-login .content h2{
	font-family: "SVNGothamBold";
	text-align: center;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 15px;
	border-bottom: 3px solid #d9d9d9;
	margin-bottom: 40px;
	font-weight: normal;
}
ul.form-list li {
    list-style-type: none;
    margin-bottom: 20px;
}
.customer-account-login ul.form-list{
 	margin: 0;
    padding: 0;
    margin-top: 35px;
}
.customer-account-login ul.form-list input, 
.customer-account-login .buttons-set button{
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	outline: none;
	padding: 0 10px;
	color: #a5a5a5;
}
.customer-account-login ul.form-list input{
	background: transparent !important;
    position: relative;
}
.customer-account-login .buttons-set{
	text-align: center;
	max-width: 307px;
    margin: 0 auto;
    border: 0;
    padding-top: 26px;
    padding-bottom: 14px;
}
.customer-account-login ul.form-list input:focus, 
.customer-account-login ul.form-list input.input-text:focus{
	border-color: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
}
p.form-intro{
	font-family: "SVNGothamBold";
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 0 35px;
	margin-top: -5px;
	margin-bottom: 36px;
}
.fogot-password a{
	color: #ff0000;
	font-size: 13px;
	font-family: 'SVN-GothamBook';
	font-style: italic;
	font-weight: normal;
}
.customer-account-login .form-instructions{
	color: #696969;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	font-style: normal;
	padding: 0 35px;
	margin-bottom: 27px;
}
.customer-account-login .pslogin-spacer .pslogin-bordertext{
	color: #838383;
	font-size: 13px;
	font-family: 'SVN-GothamBook';
}
.customer-account-login ul.form-list input::-webkit-input-placeholder{
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
}
.customer-account-login ul.form-list input::-moz-placeholder{
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
}
.customer-account-login ul.form-list input:-ms-input-placeholder{
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
}
.customer-account-login ul.form-list input:-moz-placeholder{
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
}
ul.form-list .input-box span {
    position: absolute;
    top: 7px;
    left: 10px;
	color: #a5a5a5;
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	letter-spacing: 0.4px;
  	transition: transform 150ms ease-out, font-size 150ms ease-out;
}
ul.form-list .input-box.focused span{
	transform: translateY(-100%);
    background: #fff;
	font-size: .75em;
	z-index: 1;
	padding: 0 5px;
}
.customer-account-login ul.form-list .input-box span em, 
.customer-account-create ul.form-list .input-box span em{
	color: #ff0000;
}
.notice p.required{
	color: #bebebe;
	font-size: 13px;
	font-family: 'SVN-GothamBook';
	font-style: italic;
	font-weight: normal;
}
.account-create .new-letter {
    margin-left: 127px;
    margin-right: 100px;
}
.customer-account-login .account-create .new-letter .input-box{
	max-width: inherit;
}
.account-create .new-letter .input-box input{
	display: none;
}
.account-create .new-letter label, 
.account-create .new-letter .control label{
	width: 100%;
    float: left;
    text-align: left;
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    color: #282828;
    border: 0;
    background: #fff;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    line-height: 21px;
    margin-bottom: 2px;
}
.account-create .new-letter label:hover{
	background: none;
}
.account-create .new-letter .input-box label:before{
	content: '';
	border: 1px solid #ebebeb;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 4px;
}
.account-create .new-letter .input-box input[type=checkbox]:checked + label:before{
	content: '\f00c';
    font-family: "Font Awesome 5 Free";
}
.customer-account-login ul.form-list .input-box{
	max-width: 307px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.customer-account-login .validation-advice{
	display: none;
}
.notice p.required span{
	color: #ff0000;
}
.title-tab-mobile{
	display: none;
}
.title-tab-mobile h2{
	font-family: "SVNGothamBold";
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #d9d9d9;
    margin-bottom: 0;
    width: 50%;
    float: left;
    cursor: pointer;
    font-weight: normal;
}
.customer-account-login .col2-set .notice p.required{
	display: block;
}
.customer-account-login .pslogin-block .pslogin-buttons ul li, 
.customer-account-create .pslogin-block .pslogin-buttons ul li{
	height: 40px;
	margin: 0;
}
.customer-account-login .pslogin-block .pslogin-buttons ul li .pslogin-button-text, 
.customer-account-create .pslogin-block .pslogin-buttons ul li .pslogin-button-text{
	height: 40px;
	line-height: 42px;
	background-color: #3a5795;
    opacity: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    padding: 0 10px;
}
.customer-account-login .pslogin-block .pslogin-buttons ul li .pslogin-button-icon, 
.customer-account-create .pslogin-block .pslogin-buttons ul li .pslogin-button-icon{
	width: 60px;
	height: 40px;
	background: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-login-face.png) no-repeat;
	background-position: center;
}
.customer-account-login .pslogin-block .pslogin-buttons .facebook .pslogin-button-auto, 
.customer-account-create .pslogin-block .pslogin-buttons .facebook .pslogin-button-auto{
    min-width: 307px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #3a5795;
}
.customer-account-login .col-main{
	margin-left: -10px;
	margin-right: -10px;
}
.customer-account-login .main{
    padding-top: 60px;
    padding-bottom: 100px;
}
.customer-account-login .pslogin-block, 
.customer-account-login .pslogin-block .pslogin-buttons ul{
	margin-bottom: 10px;
}
ul.form-list li:last-child{
	margin-bottom: 14px;
}
.fogot-password {
    padding-bottom: 45px;
}
.customer-account-login .pslogin-block .pslogin-buttons ul{
	margin-bottom: 0;
}
.customer-account-login .account-create .form-instructions{
	margin-bottom: 33px;
}
.customer-account-login .account-create ul.form-list li:first-child{
	margin-bottom: 19px;
}
.customer-account-login .account-create ul.form-list li .field{
	margin-bottom: 20px;
}
.customer-account-login .account-create ul.form-list{
	margin-top: 37px;
}
.customer-account-forgotpassword .page-title h1{
	font-family: "SVNGothamBold";
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #d9d9d9;
    margin-bottom: 40px;
    font-weight: normal;
}
.customer-account-forgotpassword #form-validate{
	text-align: center;
}
.customer-account-forgotpassword #form-validate .fieldset, 
.customer-account-forgotpassword #form-validate .buttons-set{
    max-width: 307px;
    margin: 0 auto;
    border: 0;
    width: 100%;
}
.customer-account-forgotpassword #form-validate .buttons-set button.button {
    width: 100%;
    margin: 0;
}
.customer-account-forgotpassword #form-validate ul.form-list .input-box{
	position: relative;
}
.customer-account-forgotpassword #form-validate ul.form-list .input-box span em{
	color: #ff0000;
}
.customer-account-forgotpassword #form-validate .fieldset h2{
    font-family: "SVNGothamBold";
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding: 0 35px;
    margin-top: -5px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
body.customer-account-forgotpassword .col-main {
    background: #fff;
    padding: 30px 0;
}
.customer-account-forgotpassword #form-validate .fieldset p.required{
    color: #bebebe;
    font-size: 13px;
    font-family: 'SVN-GothamBook';
    font-style: italic;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
.customer-account-forgotpassword #form-validate .fieldset p.required span{
    color: #ff0000;
}
 .customer-account-forgotpassword #form-validate .form-instructions{
    color: #696969;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    font-style: normal;
    margin-bottom: 30px;
}
.customer-account-forgotpassword #form-validate .buttons-set small{
	font-size: 100%;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text:focus{
	outline: none;
}
.customer-account-forgotpassword .validation-advice{
	display: none;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
    padding: 0 10px;
}
.title-tab-mobile h2.show{
	border-color: #000;
}
p.form-intro br{
	display: none;
}
.customer-account-create .col-main{
    max-width: 50%;
    margin: 0 auto;
    padding: 0 10px;
}
.customer-account-create .account-create{
    background: #fff;
    padding: 35px 0px;
    margin-left: -5px;
    margin-right: -5px;
}
.customer-account-create .account-create .content h2{
	font-family: "SVNGothamBold";
    text-align: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #d9d9d9;
    margin-bottom: 40px;
    font-weight: normal;
}
.customer-account-create p.form-instructions{
	color: #696969;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    font-style: normal;
    padding: 0 35px;
    margin-bottom: 33px;
}
.customer-account-create ul.form-list .input-box input{
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    padding: 0 10px;
    background: transparent;
    position: relative;
}
.customer-account-create ul.form-list .input-box {
    max-width: 307px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
.customer-account-create ul.form-list .input-box span{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a5a5a5;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    margin-top: 1px;
    letter-spacing: 0.4px;
}
.customer-account-create .buttons-set {
	text-align: center;
    max-width: 307px;
    margin: 0 auto;
    border: 0;
    padding-top: 26px;
    padding-bottom: 14px;
    border: 0;
}
.customer-account-create .buttons-set button.button{
	float: none;
	margin: 0;
	width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    padding: 0 10px;
}
.customer-account-login .buttons-set button{
	margin-left: 0;
}
.customer-account-create .fieldset{
	margin: 0;
}
.name-firstname .input-box span, 
.customer-account-create .validation-advice{
	display: none;
}
.customer-account-create ul.form-list input {
    background: transparent !important;
    position: relative;
}
.customer-account-create .account-create ul.form-list li .field {
    margin-bottom: 20px;
}
.customer-account-create .name-firstname .input-box span, 
.customer-account-login .name-firstname .input-box span{
	display: block;
}
.customer-account-create .customer-name .name-lastname{
	display: none;
}
.customer-account-create .account-create .new-letter .input-box {
    max-width: inherit;
}
.customer-account-create .account-create ul.form-list {
    margin-top: 37px;
}
.customer-account-create .main {
    padding-top: 60px;
    padding-bottom: 100px;
}
.customer-account-login .account-create .messages{
	display: none;
}
.customer-account-create .scaffold-form label:first-child{
	display: none;
}
p.toggle-password {
    position: absolute;
    right: 10px;
    margin: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
 ul.form-list input[type="password"]{
 	padding-right: 40px;
 }
.customer-account-logoutsuccess .page-title h1{
	padding-bottom: 20px;
}
/* IE 9, 10 & 11 */
@media screen and (min-width:0\0) { 
	.account-create .new-letter .input-box label{
		pointer-events: none;
		cursor: pointer;
	}
	.account-create .new-letter .input-box label:before{
		pointer-events: auto;
    }
}
@media only screen and (max-width: 1169px){
	.account-create .new-letter {
	    margin-left: 0;
	    margin-right: 0;
	    max-width: 307px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 767px){
	.customer-account-login .content h2{
		display: none;
	}
	.title-tab-mobile{
		display: inline-block;
    	width: 100%;
    	vertical-align: top;
	}	
	.customer-account-login .account-login, 
	.customer-account-login .account-create{
		width: 100%;
		padding: 0;
		float: none;
	}
	.account-login{
		margin: 0;
	}
	.customer-account-login .account-create{
		display: none;
	}
	.customer-account-login .account-create.show{
		display: block;
	}
	.customer-account-login .account-login{
		display: none;
	}
	.customer-account-login .account-login.show{
		display: block;
	}
	p.form-intro br{
		display: block;
	}
	.customer-account-login .content, 
	.account-create .new-letter label{
	    background: none;
	}
	.customer-account-login .col-main {
	    margin-left: 0;
	    margin-right: 0;
	}
	.customer-account-login .content{
		padding: 29px 0 0;
	}
	.customer-account-login .form-instructions{
		padding: 0 5px;
	}
	.customer-account-login .form-instructions{
		margin-bottom: 33px;
	}
	ul.form-list li:last-child {
	    margin-bottom: 15px;
	}
	.fogot-password {
	    padding-bottom: 0;
	}
	.customer-account-login .main, 
	.customer-account-create .main{
	    padding-top: 52px;
	    padding-bottom: 40px;
	}
	p.form-intro{
		padding: 0;
		margin-top: 0;
		margin-bottom: 26px;
	}
	.account-create .new-letter li.control{
		margin-right: -20px;
	}
	.customer-account-login .account-create .content {
	    padding: 35px 0 0;
	}
	.customer-account-login .col2-set .registered-users{
		background: none;
	}
	.customer-account-forgotpassword #form-validate .fieldset p.required{
		float: none;
	}
	.customer-account-login .messages{
		margin-top: 10px;
	}
	.customer-account-login .pslogin-block .pslogin-buttons .facebook .pslogin-button-auto, 
	.customer-account-create .pslogin-block .pslogin-buttons .facebook .pslogin-button-auto{
		min-width: inherit;
	}
	.customer-account-login .pslogin-block .pslogin-buttons ul li .pslogin-button-text, 
	.customer-account-create .pslogin-block .pslogin-buttons ul li .pslogin-button-text{
	    padding: 0 25px 0 10px;
	    border-top-right-radius: 3px;
	    border-bottom-right-radius: 3px;
	}
	.customer-account-login .pslogin-block .pslogin-buttons ul li .pslogin-button-icon, 
	.customer-account-create .pslogin-block .pslogin-buttons ul li .pslogin-button-icon{
		width: 40px;
	}
	ul.form-list .input-box span{
		background: #f8f9f9;
	}
	body.customer-account-forgotpassword .col-main{
		background: #f8f9f9;
		padding: 0;
	}
	.customer-account-forgotpassword .fieldset .input-box input.input-text{
		background: transparent;
	}
	.customer-account-login ul.messages{
		padding: 0;
	}
}
.my-account .col-1,
.my-account .col-2 {
    width: 50%;
    padding: 20px;
    max-width: initial;
}
.block.block-account {
    margin-top: 20px;
    background-color: #ffffff;
}
.block-account .block-title {
    border: none;
    background-color: #ebebeb;
    padding: 19px 25px 24px;
    margin: 0;
}
.block-account .block-title strong {
    font-family: 'SVN-Gotham';
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}
.customer-account .col-left {
    padding-right: 15px;
}
.block-account .block-content {
    margin: 0;
}
.block-account .block-content ul {
    margin: 0;
    padding-bottom: 37px;
}
.block-account .block-content ul li {
    margin: 0;
    padding: 12px 30px 12px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.block-account .block-content ul li:last-child {
    border: none;
}
.block-account .block-content ul li a {
    font-family: 'SVN-GothamBook';
    color: #333333;
}
.block-account .block-content ul li a strong {
    font-weight: normal;
    color: #333333;
}
.block-account .block-content ul li.current:before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 0;
}
.block-account .block-content ul li.current a {
    font-family: 'SVN-Gotham';
}

.my-account {
    background-color: #ffffff;
    margin-top: 20px;
    padding: 0 35px 33px;
}

.customer-account .col-main {
    padding-left: 5px;
}

.my-account .page-title {
    padding: 27px 30px 22px;
    border-bottom: 3px solid #e1e1e1;
    margin: 0 -35px 32px;
}

.my-account .page-title h1 {
    font-size: 18px;
    color: #000000;
    font-family: 'SVN-Gotham';
    margin: 0;
    font-weight: normal;
}

.dashboard-welcome .welcome-msg {
    width: 55%;
    float: left;
}

.welcome-msg p {
    color: #696969;
    margin: 0;
}

.welcome-msg strong {
    font-family: 'SVN-Gotham';
    font-weight: normal;
}

.dashboard-welcome {
    display: none;
    width: 100%;
    vertical-align: top;
    margin-bottom: 19px;
}

.my-account a,.dashboard .box-title a, .dashboard .box-head a {
    color: #ff0000;
    font-family: 'SVN-GothamBook';
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
}

.dashboard-welcome .reward-points-content {
    width: 31%;
    float: right;
}

.dashboard-welcome .reward-points-content .reward-points-percent {
    float: left;
    width: 40%;
}

.dashboard-welcome .reward-points-content .reward-points-review {
    width: 60%;
    float: right;
    margin-right: -4px;
    padding-left: 17px;
    padding-top: 21px;
}

.dashboard-welcome .reward-points-content .reward-points-review h2 {
    font-size: 24px;
    color: #696969;
    font-family: 'SVN-Gotham';
    margin: 0 0 3px;
}

.my-account h2,.dashboard .box-head h2 {
    font-size: 16px;
    color: #696969;
    font-weight: normal;
    font-family: 'SVN-Gotham';
}

.dashboard .box-head {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 41px;
}

.dashboard .box-head a {
    float: right;
    padding: 0;
    margin-left: 13px;
}
.my-account .count-container {
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
    margin-top: 7px;
    margin-bottom: 21px;
}

.my-account .count-container .amount {
    float: left;
    padding: 8px 0 0;
}

.my-account .count-container .limiter {
    float: right;
}

.my-account .count-container .limiter select {
    height: 45px;
    padding: 0 10px;
    line-height: 45px;
    margin-left: 13px;
}
.my-account .toolbar-bottom .count-container {
    display: none !important;
}
.my-account .toolbar-top {
    margin-bottom: 0;
}
.my-account .toolbar-top .pages {
    display: none;
}
.sales-order-history .my-account .buttons-set {
    display: none;
}

.my-account .data-table {}

.my-account .data-table tbody td {
    border-bottom: 1px solid #ebebeb;
    font-family: 'SVN-GothamBook';
    padding: 26px 10px 23px;
}
.my-account .data-table tbody tr:last-child td {
    /* border-bottom: none; */
}
.my-account .data-table thead th {
    border: none;
    color: #2d2d2d;
    font-family: 'SVN-Gotham';
    font-weight: normal;
    background-color: #f8f9f9;
    padding: 22px 10px;
}
.my-account .data-table thead th:nth-child(1) {
    width: 18%;
}
.my-account .data-table thead th:nth-child(2) {
    width: 20%;
}
.my-account .data-table thead th:nth-child(3) {
    width: 23%;
}
.dashboard .box-account {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 14px;
}
.dashboard .box-info .box-head {
    margin-bottom: 31px;
    position: relative;
}
.dashboard .box-account p,
.dashboard .box-account address {
    font-family: 'SVN-GothamBook';
    font-style: normal;
    margin-bottom: 0;
}
.my-account a.box-edit {
    color: #b4b4b4;
    font-size: 18px;
}
.dashboard .box-account .box-content {
    padding-right: 30px;
}
.dashboard .box-account .box-edit {
    position: absolute;
    right: 0;
    top: 0px;
}
.dashboard .box-account  .box {
    position: relative;
}
.dashboard .box-head a.box-add-new:before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #ebebeb;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}
.dashboard .box-account address + span {
    color: #ff0000;
    font-family: 'SVN-GothamBook';
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    margin-left: 34px;
}
.dashboard .box-account address br {
    display: none;
}
.dashboard .box-account address {
    display: inline;
}
input[type="checkbox"] + label:before {
    content: '';
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    width: 18px;
    height: 18px;
    border: 1px solid #ebebeb;
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 16px;
}

input[type="checkbox"]:checked + label:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
}

input[type="checkbox"] + label {
    position: relative;
}
.form-list .control {
    position: relative;
}
.form-list .control label {
    color: #696969;
    background: transparent;
}
.form-list .control label:hover {
    background-color: transparent;
}
input[type="checkbox"], input[type="radio"] {
    margin: 0;
}
input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0;
}
.form-list .control input.radio,
.form-list .control input.checkbox {
    margin: 0;
}
body.customer-account .my-account .fieldset h2 {
    margin-top: 12px;
    margin-bottom: 32px;
}
.my-account .fieldset > p.required {
    color: #ff0000;
    margin: -10px 0 0;
    font-size: 14px;
}
.my-account input {
    height: auto;
    padding: 15px 8px;
    border-radius: 5px;
}
input.input-text[disabled], input[disabled] {
    background: rgba(0, 0, 0, 0.1);
}
.my-account .form-list label {
    margin-bottom: 3px;
}

.my-account .form-list .field {
    margin-bottom: 13px;
}
.my-account .form-list .field.field-country{
	display:none;
}
.my-account .form-list .field select{
	border-radius: 5px;
	height:50px;
	padding: 15px 8px;
}

.my-account ul.form-list li {
    margin-bottom: 13px;
}

.my-account .form-list .control label {
    padding: 2px 0 0 33px;
    margin-top: 5px;
    letter-spacing: 0.2px;
}

body.customer-account .my-account .fieldset.change-password {
    border-top: 1px solid #e1e1e1;
    margin-top: 46px;
    padding-top: 32px;
    margin-bottom: 40px;
}

body.customer-account .my-account .fieldset.change-password h2 {
    border: none;
    margin-bottom: 12px;
}

.my-account .buttons-set {
    border-top: 1px solid #e1e1e1;
    padding-top: 29px;
    margin-bottom: 17px;
    margin-top: 46px;
}
body.customer-account .my-account .fieldset.change-password:not([style="display: none;"]) + .buttons-set {
    margin-top: 40px;
}
.my-account .buttons-set .back-link {}

.my-account .buttons-set .back-link a {
    font-style: normal;
    padding: 9px 0;
}

.my-account .buttons-set .back-link small {
    font-size: 100%;
    margin-right: 4px;
}
.my-account .buttons-set button.button {
    min-width: 120px;
}
.my-account .pages {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    margin: 46px 0 0;
    vertical-align: top;
}

.my-account .pages ol {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.addresses-list {}

.my-account .addresses-list address {
    display: inline;
    font-family: "SVN-GothamBook", sans-serif;
    word-break: break-all;
}

.my-account .addresses-list address br {
    display: none;
}

.my-account .addresses-list .item {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.my-account .addresses-list .item .item-box-edit {
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0 10px;
    float: right;
}
.my-account .addresses-list .item .box-edit {
    float: right;
    right: 0;
    line-height: 20px;
}

.my-account .addresses-list .item span.separator {
    float: right;
    color: #ebebeb;
    margin: 0 10px;
    line-height: 20px;
    vertical-align: top;
}

.my-account .addresses-list h2 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 7px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.my-account .addresses-list + .buttons-set {
    margin-top: 0px;
    padding-top: 10px;
}
body.customer-account .my-account .title-buttons h1 {
    float: left;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    top: 0;
}
.my-account .addresses-list .item.empty p {
    margin-top: 0;
}
.customer-account-logoutsuccess .col-main {
    text-align: center;
}

@media only screen and (max-width: 1199px) and (min-width: 771px) {
    .block-account .block-content ul li {
        padding: 12px 15px 12px;
    }
    
    .block-account .block-title {
        padding: 19px 15px 24px;
    }
    
    .dashboard-welcome .welcome-msg {
        width: 100%;
    }
    
    .dashboard-welcome .reward-points-content {
        width: 100%;
        margin-top: 30px;
    }
    
    .my-account {
        padding: 0 35px 33px;
    }
    
    .customer-account .col-left {
        WIDTH: 30%;
    }
    
    .customer-account .col-main {
        WIDTH: 70%;
    }
    
    .my-account .data-table thead th {
        padding: 22px 5px;
    }
}
@media only screen and (max-width: 770px) {
    .block-account .block-content ul li.logout {
        display: none;
    }
    .dashboard-welcome .welcome-msg {
        width: 100%;
    }
    
    .dashboard-welcome .reward-points-content {
        width: 100%;
    }
    
    .block-account .block-title {
        display: none;
    }
    
    .block-account .block-content {
        display: block !important;
    }
    .block-account .block-content ul {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .block-account .block-content ul li {
        display: inline-block;
        text-align: center;
        padding: 22px 5px 19px;
        vertical-align: top;
        width: 23%;
        border: none;
        float: left;
        background-color: #333333;
    }
    .block-account .block-content ul li.logout {
        display: none;
    }
    .block-account .block-content ul li.account {
        width: 31%;
    }
    .block-account .block-content ul li.current {
        background-color: #ffffff;
    }
    .sidebar .block.block-account:not(.block-layered-nav) .block-content {
        padding: 0;
        border: none;
    }

    .sidebar .block.block-account:last-of-type {
        border: none;
    }

    .block-account .block-content ul li a strong {
        display: block;
        color: #616161;
    }
    .block.block-account {
        margin-top: 5px;
    }    
    .block-account .block-content ul li a {
        font-family: 'SVN-GothamBook';
        color: #616161;
        font-size: 13px;
        text-transform: capitalize;
    } 
    .block-account .block-content ul li a:before {
        content: '';
        width: 35px;
        height: 35px;
        display: block;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
    }   
    .block-account .block-content ul li.current a {
        font-family: 'SVN-GothamBook';
    }
    .block-account .block-content ul li.current:before {
        display: none;
    }
    .block-account .block-content ul li.account a:before {
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/account-icon-thong-tin-chung.png);
    }
    .block-account .block-content ul li.account_edit a:before {
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/account-icon-tai-khoan.png);
    }
    .block-account .block-content ul li.orders a:before {
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/account-icon-don-hang.png);
    }
    .block-account .block-content ul li.address_book a:before {
        background-image: url(https://xosovui.net/skin/frontend/rwd/owen/images/account-icon-so-dia-chi.png);
    }

    .customer-account .col-left,
    .customer-account .col-main {
        padding: 0;
        margin-bottom: 0;
    }
    .block-account .block-content ul li.current {
        background-color: #ffffff;
    }
    
    .customer-account .col-left, .customer-account .col-main {
        padding: 0;
        margin-bottom: 0;
    }
    
    .my-account .page-title {
        display: none;
    }
    
    .dashboard-welcome .welcome-msg {
        font-family: "SVN-GothamBook", sans-serif;
    }
    
    .my-account {
        margin-top: 0;
        padding: 4px 30px 33px;
    }
    body.customer-account.customer-address-index .my-account .buttons-set {
        margin-top: 20px;
    }    
    body.customer-account.customer-address-index .my-account {
        padding-bottom: 10px;
    }
    .welcome-msg a {
        display: inline;
    }
    
    .welcome-msg p:nth-child(3) {
        display: inline;
    }
    
    .dashboard-welcome .reward-points-content {
        margin-top: 38px;
    }
    
    .dashboard-welcome .reward-points-content .reward-points-percent {
        width: 122px;
        float: left;
    }
    
    .dashboard-welcome .reward-points-content .reward-points-review {
        width: auto;
        text-align: left;
        padding-left: 0px;
        float: none;
        display: block;
    }
    
    .dashboard-welcome {
        margin-bottom: 16px;
    }
    .dashboard .box-account address {
        margin-right: 15px;
    }
    .dashboard .box-account address + span {
        display: inline-block;
        margin: 0;
    }
    .customer-account .main {
        padding-bottom: 40px;
    }
    body.customer-account .my-account .fieldset {
        margin-top: 0;
    } 
    .customer-account-edit .block-account .block-content ul {
        padding-bottom: 32px;
    }
    .my-account .fieldset > p.required {
        float: left;
        margin: 0px 0 16px;
    }
    
    .my-account .form-list {
        clear: both;
    }
    .my-account .addresses-list .item {
        width: 100%;
        padding-right: 0;
    }
    .my-account .addresses-list ol + ol .item:last-child {
        margin-bottom: 0;
    }
    body.customer-account .my-account .title-buttons {
        display: inline-block;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 32px;
        margin: 12px 0 32px;
        padding: 0 0 7px;
        border-bottom: 1px solid #ededed;
    }
    body.customer-account .my-account .title-buttons h1 {
        float: left;
        font-size: 16px;
        color: #696969;
        font-weight: normal;
        font-family: 'SVN-Gotham';
        padding: 0;
        margin: 0;
    }
    body.customer-account .my-account .title-buttons a,
    body.customer-account .my-account .title-buttons span.separator {
        float: right;
    }
    .my-account .page-title {
        padding: 27px 30px 22px;
        border-bottom: 3px solid #e1e1e1;
        margin: 0 -30px 32px;
    }
    .my-account .data-table thead {
        display: none;
    }
    
    .my-account .data-table {
        display: block;
    }
    
    .my-account .data-table tbody {
        display: block;
    }
    
    .my-account .data-table tbody tr {
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
    
    .my-account .data-table tbody tr:last-child {
        border: none;
    }
    
    .my-account .data-table tbody tr td {
        display: block;
        width: 100%;
    }
    
    .my-account .data-table tbody tr td, 
    #my-orders-table tbody:last-child tr:last-child td,
    #my-orders-table tbody:last-child tr:last-child td:last-child {
        border: none;
        padding: 4px 0;
        color: #696969;
        line-height: 21px;
    }
    
    .my-account .data-table tbody tr td span:first-child {
        width: 44%;
        float: left;
        color: #2d2d2d;
        font-family: 'SVN-Gotham';
        font-weight: normal;
        text-transform: uppercase;
    }
    .my-account .data-table.orders tbody tr:first-child {
        border-top: 1px solid #ebebeb;
    }    
    .my-account .data-table.orders tbody tr:first-child td:first-child {
        padding-top: 24px;
    }
    .my-account .data-table.orders tbody tr:last-child {
        border-bottom: 1px solid #ebebeb;
    }
    .dashboard .box-recent .box-head {
        margin-bottom: 14px;
    }
    
    .dashboard .box-account.box-recent {
        padding-bottom: 0;
    }
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: block;
    }
    .my-account .data-table tbody tr td:last-child,
    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 26px;
    }    
    .my-account .data-table tbody tr:first-child td:first-child {
        padding-top: 24px;
    }
    #my-orders-table tbody:last-child tr:last-child td:first-child,
    .my-account .data-table tbody tr td:first-child {
        padding-top: 25px;
    }

    .my-account .count-container {
        margin-top: 9px;
        margin-bottom: 12px;
    }    
    .my-account .count-container .limiter select {
        height: 40px;
        padding: 0 6px;
    }  
    .dashboard .box-account.box-recent + .box-info .box-head {
        margin-top: 16px;
    }    
    .dashboard .box-account.box-recent + .box-info + .box-info .box-head {
        margin-top: 35px;
    }
    body.customer-account .my-account .buttons-set {
        border-top: 1px solid #e1e1e1;
        margin-top: 30px;
    }    
    body.customer-account .my-account .fieldset.change-password:not([style="display: none;"]) + .buttons-set {
        margin-top: 30px;
    }    
    .my-account input {
        width: 100%;
    }
    .my-account .buttons-set .back-link {
        display: block;
    }    
    .my-account .buttons-set button.button {
        width: auto;
    }
}
@media only screen and (max-width: 430px) {
    .block-account .block-content ul li {
        padding: 15px 15px 10px;
    }
    .my-account {
        padding: 4px 15px 33px;
    }
    .block-account .block-content ul li a {
        line-height: 1.6;
        display: inline-block;
        vertical-align: top;
    }
    .block-account .block-content ul li {
        width: 22%;
    }
    .block-account .block-content ul li.account {
        width: 34%;
    }
}
@media only screen and (max-width: 390px) {
    .block-account .block-content ul li {
        padding: 15px 10px 10px;
    }
}
@media only screen and (max-width: 370px) {
    .dashboard .box-account.box-info h2 {
        letter-spacing: -2px;
    }
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4rWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwN4rWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display: swap;src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot);src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.svg#fontawesome) format("svg")}
.fab{font-family:"Font Awesome 5 Brands"}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display: swap;src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot);src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.svg#fontawesome) format("svg")}
.far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display: swap;src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot);src:url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2) format("woff2"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff) format("woff"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.ttf) format("truetype"),url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.svg#fontawesome) format("svg")}
.fa,.far,.fas{font-family:"Font Awesome 5 Free"}
.fa,.fas{font-weight:900}
.cart #discount-coupon-form h2, .cart .giftcard h2 {
    display: block;
}
.cart .cart-table .product-cart-actions .qty{
	padding: 0 5px;
	border-left: 0;
    border-right: 0;
    border-color: #d6d6d6;
    margin: 0;
    float: left;
    height: 50px;
    color: #000;
    font-size: 14px;
    font-family: 'SVN-Gotham';
    width: 40px;
}
.checkout-cart-index .page-title h1{
	padding-bottom: 20px;
}
.cart .cart-table .product-cart-price{
	position: relative;
	padding-left: 0;
}
.cart form {
    width: 66%;
    display: inline-block;
}
.cart .cart-table{
	border: 1px solid #ebebeb;
	background: #fff;
	margin-bottom: 0;
}
.cart .cart-sidebar{
	width: 34%;
	float: right;
    padding-left: 20px;
}
.cart .cart-sidebar .box-cart-sidebar{
	border: 1px solid #ebebeb;
	padding: 36px 20px 49px;
    background: #fff;
}
.cart .cart-forms, .cart .cart-totals-wrapper{
    float: none;
    clear: none;
    width: 100%;
    padding-left: 0;
}
.cart .cart-sidebar .box-cart-sidebar .cart-totals, 
.cart .cart-sidebar .box-cart-sidebar .discount{
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
}
.cart .cart-table thead{
	background: #ebebeb;
}
.cart .cart-table thead th, 
.cart .cart-table tbody td{
	border: 0;
}
.cart .cart-table tr{
	border: 0;
}
.cart .cart-totals table tfoot{
	border: 0;
}
.cart .cart-forms{
	margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #ebebeb;
    padding-right: 0;
}
.cart .cart-sidebar .checkout-types{
	margin: 0;
	float: none;
}
.cart .cart-sidebar .checkout-types li{
	margin: 0;
}
.cart .cart-table thead th{
	font-size: 14px;
	color: #000;
	font-family: 'SVN-Gotham';
	text-transform: uppercase;
	text-align: left;
	padding: 22px 20px;
}
.data-table tbody td.product-cart-remove .btn-remove{
	background: url('https://xosovui.net/skin/frontend/rwd/owen/images/icon-delete.png') no-repeat center;
}
.cart .cart-totals .checkout-types .btn-checkout {
    margin-bottom: 0;
    background: #f47126;
    width: 100%;
    border-radius: 3px;  
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.cart #discount-coupon-form h2{
	font-size: 14px;
	font-family: 'SVN-Gotham';
	text-transform: initial;
	margin-left: -2px;
    letter-spacing: -0.1px;
    margin-bottom: 12px;
}
.cart #discount-coupon-form .input-text{
	border-color: #d6d6d6;
	height: 50px;
	margin: 0;
    padding: 0 11px;
    float: left;
    width: 67.7%;
}
.cart #discount-coupon-form .button-wrapper{
	float: left;
	width: 32.3%;
}
.cart #discount-coupon-form .button-wrapper .button2{
	background: #848484;
	height: 50px;
	font-size: 14px;
	font-family: 'SVN-Gotham';
	color: #fff;
	text-transform: uppercase;
	padding: 0 20px;
	width: 100%;
}
.cart #discount-coupon-form .button-wrapper .button2 span{
	color: #fff;
	text-decoration: none;
}
.cart #discount-coupon-form .field-wrapper{
    width: 100%;
    vertical-align: top;
}
.cart .cart-totals table tfoot strong{
	font-family: 'SVNGothamBold';
}
.cart .cart-totals table td:first-child strong{
	font-size: 16px;
	color: #000;
	text-transform: initial;
	font-family: 'SVN-Gotham';
	font-weight: normal;
}
.cart .cart-totals table td strong{
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
}
.cart .cart-totals table{
	margin-bottom: 0;
}
.cart .cart-sidebar .box-cart-sidebar .cart-totals p{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	color: #999;
	margin-bottom: 24px;
}
.cart-table .product-cart-image .product-image {
	position: relative;
	border: 1px solid #ebebeb;
}
.cart-table .product-cart-image .cart-productname{
	width: 50%;
    float: left;
    padding-left: 20px;
}
.cart .cart-table .product-cart-actions a{
	border: 1px solid #d6d6d6;
	height: 50px;
    float: left;
    vertical-align: top;
    line-height: 44px;
    color: #bebebe;
    font-size: 30px;
    font-family: 'SVN-Gotham';
    width: 30px;
}
.cart .cart-table .product-cart-actions a.decrement-qty{
	border-right: 0;
	padding-left: 10px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-right: 4px;
}
.cart .cart-table .product-cart-actions a.increment-qty{
	border-left: 0;
	padding-right: 10px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-left: 4px;
}
.cart-table .product-cart-image .cart-productname .product-cart-sku{
	margin: 0;
	font-style: normal;
	font-family: 'SVN-GothamBook';
	font-size: 14px;
	font-weight: normal;
}
.cart-table .product-cart-sku .label{
	font-weight: normal;
}
.cart .cart-table .product-cart-total, .cart .cart-table .product-cart-price {
    text-align: left;
}
.cart .cart-table .product-cart-price .cart-price{
	margin-top: -20px;
    display: inline-block;
}
.cart .cart-table tbody td {
    padding: 25px 20px;
    vertical-align: middle;
}
.cart .cart-table .product-cart-price .label.sale, 
.cart-table .product-cart-image .product-image .product-label .label.sale{
	float: right;
    min-width: inherit;
    width: auto;
    font-size: 11px;
    margin: 0;
}
.cart .cart-table .product-cart-price .label.sale .arrow, 
.cart-table .product-cart-image .product-image .product-label .label.sale .arrow{
	bottom: -10px;
    top: auto;
    background: transparent;
    border: none;
    border-bottom: 10px solid transparent;
}
.cart .cart-table .product-cart-price .label.sale .rb-arrow, 
.cart-table .product-cart-image .product-image .product-label .label.sale .rb-arrow{
    right: 0;
}
.cart .cart-table .product-cart-price .label.sale .rt-arrow, 
.cart-table .product-cart-image .product-image .product-label .label.sale .rt-arrow{
    left: 0;
}
.cart .cart-table .product-cart-price .label.sale span:first-child, 
.cart-table .product-cart-image .product-image .product-label .label.sale span:first-child{
    padding: 3px;
    line-height: normal;
    font-family: 'SVN-GothamBook';
    font-size: 9px;
}
.cart .cart-table .product-cart-price .product-label{
	top: 50%;
    left: auto;
    right: 12px;
    bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -12px;
}
.cart .cart-table tbody td.product-cart-info {
    padding-left: 0;
}
.cart .cart-table .product-cart-price .price, 
.cart .cart-table .product-cart-total .price{
	font-family: 'SVN-Gotham';
	color: #2d2d2d;
	font-size: 14px;
}
body.checkout-cart-index .main{
	padding-top: 15px;
	padding-bottom: 110px;
}
.cart.display-single-price {
    padding-top: 43px;
}
.cart .cart-table .product-cart-sku{
	font-family: 'SVN-GothamBook';
	font-size: 10px;
	color: #2d2d2d;
	font-style: normal;
	margin-top: 0px;
    margin-bottom: 20px
}
.cart .cart-table thead th.cart-item-head {

}
.cart .cart-table thead th.cart-price-head {
	width: 16.3%;
    padding: 22px 20px 22px 0;
}
.cart .cart-table thead th.cart-qty-head {
    padding: 22px 40px;
    width: 21.5%;
}
.cart .cart-table thead th.cart-total-head {
    padding: 22px 5px;
    width: 14%;
}
.cart .cart-table thead th.cart-reamove-item-head {
    padding: 22px 0;
    width: 1%;
}
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price{
	color: #ff0000;
    font-size: 24px;
    font-weight: bold;
    text-transform: initial;
    font-family: 'SVN-Gotham';
}
.cart .cart-totals table td:first-child {
    padding-right: 32px;
    padding-top: 2px;
}
.cart .cart-totals table tfoot td {
    padding: 0;
}
.cart .cart-totals table tfoot td.checkout-grandtotal-pr {
    min-width: 180px;
}
.cart .cart-table tbody td.product-cart-image {
    width: 20.1%;
}
.cart .cart-table .product-cart-actions {
    padding: 25px 20px 25px 40px;
    text-align: left;
}
.cart .cart-table .product-cart-total{
	padding: 25px 3px;
}
.cart .cart-table tbody td.product-cart-remove.last {
    padding: 25px 17px;
}
.cart .cart-table tbody tr {
    border-bottom: 1px solid #ebebeb;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 0;
    font-size: 14px;
    padding: 9px 13px;
    background: #848484;
    font-family: 'SVN-Gotham';
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100px;
    height: 50px;
    margin-top: 10px;
}
.cart-table .product-cart-actions .button:hover, 
.cart-table .product-cart-actions .button:focus,
.cart #discount-coupon-form .button-wrapper .button2:hover, 
.cart #discount-coupon-form .button-wrapper .button2:focus{
	background: #000;
}

#discount-coupon-form .validation-advice{
	display: none;
}
.cart .cart-table .product-cart-price .rrp-price .price{
	color: #999;
	text-decoration: line-through;
	font-family: 'SVN-GothamBook';
	font-size: 13px;
}
.cart .cart-table .product-cart-price .rrp-price{
    clear: both;
    width: 100%;
    display: inline-block;
}
.checkout-cart-index .breadcrumbs {
    background: #f5f5f5;
    float: none;
    clear: both;
}
.breadcrumbs ul {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.cart .cart-table tbody td.product-cart-image .product-label.pl-top-left{
	display: none;
	right: 0;
    left: auto;
}
.cart .data-table tbody td .item-options {
    padding-left: 0;
    margin: 0;
}
.cart h2.product-name a:hover{
	color: #ff0000;
}
.checkout-cart-index .bottom-header {
    display: none;
}
.checkout-cart-index .header-simplified {
    display: block;
}
@media only screen and (max-width: 1169px){
	.cart .cart-table .product-cart-actions {
	    padding: 25px 10px 25px 10px;
	}
	.cart .cart-table thead th.cart-qty-head {
	    padding: 22px 15px;
	    width: 20.5%;
	}
	.cart .cart-table .product-cart-actions {
	    padding: 25px 15px 25px 15px;
	}
	.cart .cart-table .product-cart-actions .qty{
	}
	.cart #discount-coupon-form .button-wrapper {
	    width: 40%;
	}
	.cart #discount-coupon-form .input-text{
		width: 60%;
	}
}
@media only screen and (max-width: 991px){
	.cart .cart-table,
    .cart form {
		width: 100%;
	}
	.cart .cart-sidebar{
		width: 100%;
		padding-left: 0;
    	margin-top: 20px;
	}
}
@media only screen and (max-width: 767px){
	body.checkout-cart-index .main {
	    padding-top: 7px;
	    padding-bottom: 50px;
	}
	.cart .cart-sidebar .box-cart-sidebar{
		display: flex;
    	flex-direction: column;
    	padding: 0;
    	border: 0;
    	background: transparent;
	}
	.cart .cart-forms{
		margin: 0;
	    padding: 28px 20px 29px;
	    border: 1px solid #ebebeb;
	    margin-bottom: 20px;
	    background: #fff;
	}
	.cart .cart-totals-wrapper{
		padding: 25px 20px 30px;
	    background: #fff;
	    border: 1px solid #ebebeb;
        margin-bottom: 20px;
	}
	.cart .cart-table tbody td.product-cart-image .product-label.pl-top-left{
		display: block;
	}
	.cart .cart-table .product-cart-price .product-label{
		display: none;
	}
	.cart .cart-table thead th.cart-total-head, 
	.cart .cart-table .product-cart-total, 
	.cart .cart-table thead th.cart-price-head, 
	.cart .cart-table thead th.cart-qty-head, 
	.cart .cart-table thead th.cart-reamove-item-head{
		display: none;
	}
	.cart .cart-table tbody tr {
	    display: inline-block;
	    width: 100%;
	    position: relative;
	    vertical-align: top;
	    margin: 0;
    	padding-bottom: 19px;
	}
	.cart .cart-table tbody td {
	    display: block;
	}
	.cart .cart-table tbody td.product-cart-image {
	    width: 33.6%;
	    float: left;
	}
	.cart .cart-table tbody td.product-cart-info{
		padding-bottom: 0;
		padding-right: 60px;
		padding-top: 17px;
	}
	.cart .cart-table .product-cart-price{
		padding: 0 60px 0 0;
    	margin-bottom: 10px;
	}
	.cart .cart-table .product-cart-actions {
	    padding: 5px 0;
	    display: inline-block;
	    vertical-align: top;
    	padding-right: 60px;
	}
	.cart .cart-table tbody td.product-cart-remove.last {
	    position: absolute;
	    right: 0;
	    top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cart .cart-table tbody {
	    display: block;
	}
	.cart .cart-table thead {
	    display: block;
	}
	.cart .cart-table td[data-rwd-label]:before{
		display: none;
	}
	.cart .cart-table .product-cart-price .rrp-price{
		float: left;
	}
	.cart-table tr{
		padding-bottom: 0;
	}
	.cart .cart-table .product-cart-sku{
		display: block;
	}
	.cart .cart-table .product-cart-sku {
	    margin-top: -2px;
	    margin-bottom: 7px;
	    display: block;
	}
	.cart .cart-table .product-cart-actions a{
		font-size: 30px;
		line-height: 40px;
	}
	.cart .cart-table .product-cart-actions .qty {
	    width: 40px;
	}
	.cart .cart-table .product-cart-actions a.decrement-qty {
	    padding-left: 13.5px;
	    padding-right: 10px;
	    width: 40px;
	}
	.cart .cart-table .product-cart-actions a.increment-qty {
	    padding-right: 13.5px;
	    padding-left: 10px;
	    width: 40px;
	}
	.cart .cart-table .product-cart-price .rrp-price .price {
	    letter-spacing: -0.7px;
	    padding-right: 4px;
	}
	.cart .cart-table tbody tr.last{
	    border-bottom: 0;
	}
	.cart #discount-coupon-form .input-text {
	    width: 54.2%;
	}
	.cart #discount-coupon-form .button-wrapper {
	    width: 26.2%;
	}
	.cart .cart-totals-wrapper {
	    padding: 25px 20px;
	}
	.cart .cart-totals table td:last-child {
	    line-height: 1;
	}
	.cart .cart-sidebar .box-cart-sidebar .cart-totals p {
	    margin-top: 4px;
	    letter-spacing: -0.3px;
	    margin-bottom: 26px;
	}
	.cart-table .product-cart-actions .button{
	    width: 100%;
	    height: 50px;
	    max-width: 120px;
	}
}
@media only screen and (max-width: 599px){
	.cart .cart-table tbody td.product-cart-info{
		width: 66.4%;
	}
	.cart .cart-table .product-cart-price{
    	width: 66.4%;
	}
	.cart .cart-table .product-cart-actions {
	    width: 66.4%;
	}
}
@media only screen and (max-width: 479px){
	.cart #discount-coupon-form .button-wrapper{
		width: 40%;
	}
	.cart #discount-coupon-form .input-text {
	    width: 60%;
	}
	.cart #discount-coupon-form .button-wrapper .button2{
		font-size: 13px; 
	}
	.cart .cart-totals table td:first-child {
	    padding-right: 15px;
	    min-width: 100px;
	}
	.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price{
		font-size: 20px;
	}
	.cart .cart-table tbody td.product-cart-image {
	    width: 40%;
	}
	.cart .cart-table tbody td.product-cart-info {
	    width: 60%;
	}
	.cart .cart-table .product-cart-price {
	    width: 60%;
	}
	.cart .cart-table .product-cart-actions {
	    width: 60%;
	}
	.cart .cart-table .product-cart-actions a.decrement-qty {
	    padding-left: 10px;
	}
	.cart .cart-table .product-cart-actions a.increment-qty{
		padding-right: 10px;
	}
	.cart .cart-table .product-cart-actions .qty {
	    width: 28%;
	}
}
#onestepcheckout-form .onestepcheckout-column-left, 
#onestepcheckout-form .onestepcheckout-column-right, 
#onestepcheckout-form .onestepcheckout-column-middle{
	width: 100%;
	margin-bottom: 20px;
	background: transparent;
}
#onestepcheckout-form .onestepcheckout-column-left .onestepcheckout-column-padright{
	padding-right: 0;
	padding: 0;
}
#onestepcheckout-form .onestepcheckout-column-middle .onestepcheckout-column-padright{
	padding: 0 30px 10px;
	background: #fff;
}
#onestepcheckout-form .onestepcheckout-column-right .onestepcheckout-column-padleft{
	background: #fff;
	padding: 0 28px 30px;
}
.onestepcheckout-summary td.editcart, 
.onestepcheckout-summary td.editcart.wider{
	
}
#onestepcheckout-form p.onestepcheckout-numbers{
	font-size: 16px;
	font-family: "SVN-Gotham", sans-serif;
	color: #000;
	padding-left: 15px;
	padding-bottom: 21px;
    margin-bottom: 0;
}
#onestepcheckout-form .onestepcheckout-threecolumns{
	border: 0;
	margin-top: 39px;
}
#onestepcheckout-form .onestepcheckout-numbers span{
	background: none;
    width: auto;
    height: auto;
    top: initial;
}
#onestepcheckout-form .onestepcheckout-numbers .numbers-1:before{
	content: '1.';
	font-size: 16px;
	font-family: 'SVN-Gotham';
	color: #000;
	display: inline-block;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list span.required{
	display: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list input:not([type="checkbox"]){
	border: 1px solid #ebebeb;
	height: 50px;
	width: 100% !important;
	font-size: 14px;
	background: transparent;
    position: relative;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(2n){
	width: 47.5%;
	float: left;
	margin-left: 0;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(2n+1){
	width: 47.5%;
	float: right;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:first-child{
	width: 100%;
	float: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li .input-box.input-email{
	width: 100% !important;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(5){
	width: 100%;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list label{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	color: #696969;
	font-weight: normal;
	margin-bottom: 9px;
	display: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list span{
    position: absolute;
    top: 12.5px;
    left: 10px;
    color: #a5a5a5;
    font-size: 14px;
    font-family: 'SVN-GothamBook';
    letter-spacing: 0.4px;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-box.focused span{
	transform: translateY(-125%);
	font-size: .75em;
	background: #fff;
	z-index: 1;
	padding: 0 5px;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list input:not([type="checkbox"]):focus{
	border-color: #333;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li input::-webkit-input-placeholder, 
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li input::-moz-placeholder, 
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li input:-ms-input-placeholder, 
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li input:-moz-placeholder{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	color: #b4b4b4;
}
#onestepcheckout-form .onestepcheckout-numbers .numbers-2:before{
	content: '2.';
	font-size: 16px;
	font-family: 'SVN-Gotham';
	color: #000;
	display: inline-block;
}
#onestepcheckout-form .onestepcheckout-numbers .numbers-4:before{
	content: '3.';
	font-size: 16px;
	font-family: 'SVN-Gotham';
	color: #000;
	display: inline-block;
}
.onestepcheckout-summary table.onestepcheckout-summary th{
	font-family: 'SVN-Gotham';
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	border: 0;
	padding: 22px 32px 20px;
}
.onestepcheckout-summary table.onestepcheckout-summary thead tr{
	background: #f8f9f9;
}
.onestepcheckout-summary table.onestepcheckout-summary td{
	border: 0;
}
.onestepcheckout-summary table.onestepcheckout-summary tbody tr{
	border-bottom: 1px solid #ebebeb;
}
.onestepcheckout-summary table.onestepcheckout-summary tbody td.name{
    font-family: "SVN-Gotham", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    padding: 25px 30px 13px 0;
}
.onestepcheckout-summary table.onestepcheckout-summary tbody td.name .onestepcheckout-custom-options {
    font-size: 12px;
    padding-left: 10px;
    text-transform: capitalize;
}
.onestepcheckout-summary table.onestepcheckout-summary tbody td.name .product-cart-sku{
	font-family: 'SVN-GothamBook';
    font-size: 10px;
    color: #2d2d2d;
    font-style: normal;
    margin-top: 3px;
    margin-bottom: 20px;
}
.onestepcheckout-summary table.onestepcheckout-totals td{
	border: 0;
}
.onestepcheckout-threecolumns #billing_address select option:last-child{
	
}
.onestepcheckout-threecolumns #billing_address select{
	border: 1px solid #ebebeb;
	height: 50px;
	width: 74.3% !important;
    float: left;
    padding: 0 40px 0 10px !important;
    background-position: 95% 50% !important;
}
.onestepcheckout-threecolumns #billing_address .addresslabel{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	color: #696969;
	margin-bottom: 5px;
	padding-top: 28px;
	padding-right: 0;
}
.onestepcheckout-threecolumns #billing_address .addresslabel span{
	font-family: 'SVN-Gotham';
}
.onestepcheckout-threecolumns #billing_address .input-box .new-address{
	font-family: 'SVNGothamBold';
	font-size: 14px;
	float: left;
    margin-top: 16px;
    margin-left: 18px;
    cursor: pointer;
    margin-bottom: 0;
}
#onestepcheckout-form .onestepcheckout-column-left{
	width: 41.5%;
	padding-right: 10px;
}
#onestepcheckout-form .onestepcheckout-column-right, #onestepcheckout-form .onestepcheckout-column-middle{
	width: 58.5%;
	padding-left: 10px;
}
#onestepcheckout-form .onestepcheckout-column-right{
	margin-bottom: 0px;
	float: right;
}
#onestepcheckout-form .onestepcheckout-column-middle {
    margin-bottom: 48px;
}
#onestepcheckout-form #billing_address_list {
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
}
#onestepcheckout-form ul li:nth-child(2) #billing_address_list{
	border-top: 0;
}
.onestepcheckout-index-index .breadcrumbs {
    background: #f5f5f5;
    float: none;
    clear: both;
}
#onestepcheckout-form .onestepcheckout-threecolumns div.input-box{
	padding: 0;
	margin-bottom: 30px;
}
#onestepcheckout-form #billing_address_list > li > div:first-child:only-child, 
#onestepcheckout-form #shipping_address_list > div > ul > li > div:first-child:only-child {
    width: 100% !important;
}
#onestepcheckout-form #billing_address_list > li > div:nth-child(1):nth-last-child(2){
    width: 47.5% !important;
    float: left;
}
#onestepcheckout-form #billing_address_list > li > div:nth-child(2):nth-last-child(1){
	width: 47.5% !important;
	float: right;
}
#onestepcheckout-form #billing_address_list .input-region_id select{
	width:100% !important;
	margin:0;
	color:#a5a5a5;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-region_id span{
	font-size:0;
}
#onestepcheckout-form #billing_address_list .input-region_id select:hover, #onestepcheckout-form #billing_address_list .input-region_id.focused select{
	color:#696969;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-region_id span, #onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-region_id.focused span{
	font-size: .75em;
    background: #fff;
    z-index: 1;
    padding: 0 5px;
	transform: translateY(-125%);
}
#onestepcheckout-form .onestepcheckout-threecolumns .osc-short.input-box {
    position: relative;
    margin-bottom: 0;
}
#onestepcheckout-form .onestepcheckout-threecolumns .osc-short.input-box br {
    display: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li{
	margin-bottom: 24px;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li.control{
	width: 100%;
	display: none;
}
#onestepcheckout-form .input-box.input-save-address input, 
.input-box #id_create_account{
	display: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-box.input-save-address label, 
.input-box  #id_create_account + label{
    padding-left: 32px;
    margin: 0;
    position: relative;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list .input-box.input-save-address label:before, 
.input-box  #id_create_account + label:before{
    content: '';
    border: 1px solid #ebebeb;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 0;
}
#onestepcheckout-form .input-box.input-save-address input[type=checkbox]:checked + label:before, 
.input-box  input#id_create_account[type=checkbox]:checked + label:before{
    background: #000;
}
#onestepcheckout-form #billing_address_list .next-step{
	clear: both;
}
#onestepcheckout-form .next-step a{
    font-size: 14px;
    font-family: 'SVN-Gotham';
    color: #fff;
    text-transform: uppercase;
    padding: 8px 23px;
    display: inline-block;
    background: #000;
    border-radius: 3px;
}
.onestepcheckout-summary table.onestepcheckout-summary td.name {
    width: auto;
}
.onestepcheckout-summary table.onestepcheckout-summary td.qty, 
.onestepcheckout-summary table.onestepcheckout-summary th.qty {
    width: auto;
}
.onestepcheckout-summary table.onestepcheckout-summary td.total, 
.onestepcheckout-summary table.onestepcheckout-summary th.total, 
.onestepcheckout-summary table.onestepcheckout-totals td.value {
    width: 20.5%;
}
.onestepcheckout-summary table.onestepcheckout-summary td.name {
    width: 35.5%;
}
#onestepcheckout-form .onestepcheckout-column-middle p.onestepcheckout-numbers{
	padding-left: 19px;
	padding-bottom: 21px;
	background: #f9f9f9;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 0;
}
#onestepcheckout-form .onestepcheckout-shipping-method-block {
    padding-top: 33px;
}
#onestepcheckout-form .onestepcheckout-threecolumns dl.shipment-methods{
	margin-left: 0;
}
#onestepcheckout-form .onestepcheckout-column-right p.onestepcheckout-numbers{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 0;
    margin-left: -28px;
    margin-right: -28px;
    background: #f9f9f9;
}
#onestepcheckout-form .onestepcheckout-summary {
    padding-top: 0;
}
.onestepcheckout-summary table.onestepcheckout-summary td.product-cart-price {
    padding: 23px 15px 0 0px;
    /* width: 17%; */
    width: 25%;
    vertical-align: top;
}
.onestepcheckout-summary table.onestepcheckout-summary th.total{
	padding: 22px 26px 20px 30px;
}
.onestepcheckout-summary table.onestepcheckout-summary td.total{
	padding: 0;
}
.onestepcheckout-summary table.onestepcheckout-totals{
    margin-top: 20px;
    margin-bottom: 18px;
}
.onestepcheckout-summary table.onestepcheckout-totals td.checkout-price-label{

}
.onestepcheckout-threecolumns #billing_address select:focus {
    outline: none;
}
.onestepcheckout-summary table.onestepcheckout-totals tr td:first-child {
    text-align: left;
    float: right;
    width: 33%;
    padding-left: 0;
}
.onestepcheckout-summary table.onestepcheckout-totals td .price{
	font-size: 16px;
	color: #282828;
	font-family: 'SVNGothamBold';
}
.onestepcheckout-summary table.onestepcheckout-totals td{
	font-size: 16px;
	color: #696969;
	font-family: 'SVN-GothamBook';
	padding-bottom: 8px;
}
.onestepcheckout-summary table.onestepcheckout-totals td.checkout-grandtotal-pr .price{
	color: #ff0000;
	font-size: 24px;
	line-height: 1;
}
.onestepcheckout-summary table.onestepcheckout-totals td.checkout-grandtotal-label strong{
	font-family: 'SVN-Gotham';
	font-weight: normal;
}
#onestepcheckout-form button.onestepcheckout-place-order{
	background: #f47126;
	width: auto;
	-webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 19px;
    border: 0;
    width: 52.2%;
}
#onestepcheckout-form .onestepcheckout-place-order-loading{
	width: 100%;
}
.back-to-shopping-cart a{
	font-family: 'SVN-GothamBook';
	font-style: italic;
	color: #ff0000;
}
.back-to-shopping-cart {
    text-align: right;
    margin-right: 22px;
}
#onestepcheckout-form .onestepcheckout-place-order-wrapper{
	margin-bottom: 7px;
	margin-right: 3px;
	margin-top: 0;
}
.onestepcheckout-summary table.onestepcheckout-totals td:last-child{
	padding-right: 0;
	width: 30%;
}
#onestepcheckout-form button.onestepcheckout-place-order span{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	text-shadow: none;
}
#onestepcheckout-form .onestepcheckout-threecolumns .onestepcheckout-column-left ul#billing_address_list input.onestepcheckout-address-line{
	height: 98px;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(6) {
    display: none;
}
#onestepcheckout-form .onestepcheckout-login-link + .onestepcheckout-threecolumns #billing_address_list{
	border-top: 0;
}
#onestepcheckout-form #billing_address {
    background: #fff;
    padding: 0 25px 53px 25px;
}
#onestepcheckout-form #billing_address ul li .onestepcheckout-numbers{
    margin-left: -25px;
    margin-right: -25px;
    background: #f8f9f9;
    padding-top: 0;
}
#onestepcheckout-form #billing_address ul li:nth-child(2){
	margin-left: 0;
}
#onestepcheckout-form #billing_address ul{
	display: inline-block;
    width: 100%;
    vertical-align: top;
}
.onestepcheckout-summary table.onestepcheckout-summary td.qty {
    padding: 10px;
}
.onestepcheckout-summary table.onestepcheckout-summary td.product-cart-price .rrp-price .price{
	color: #999;
    text-decoration: line-through;
    font-family: 'SVN-GothamBook';
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
#onestepcheckout-form .onestepcheckout-threecolumns .payment-methods dl{
	margin-left: 0;
}
.onestepcheckout-threecolumns .payment-methods{
	padding-top: 31px;
	margin-bottom: 0;
	margin-left: -2px;
}
.payment-methods #checkout-payment-method-load label{
	font-size: 14px;
	font-family: 'SVN-GothamBook';
	color: #696969;
	position: relative;
	margin: 0;
}
.payment-methods #checkout-payment-method-load input{
	display: none;
}
.payment-methods #checkout-payment-method-load input + label{
	padding-left: 55px;
}
.payment-methods #checkout-payment-method-load input + label:before{
	content: '';
	width: 30px;
	height: 30px;
	border: 1px solid #e1e1e1;
	display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.payment-methods #checkout-payment-method-load input[type="radio"]:checked + label:after{
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #333333;
    position: absolute;
    left: 7px;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#onestepcheckout-form .onestepcheckout-threecolumns .payment-methods dt{
	padding-top: 4px;
	padding-bottom: 24px !important;
}
#onestepcheckout-form .onestepcheckout-threecolumns .input-box .validation-advice{
	display: none;
}
.onestepcheckout-summary table.onestepcheckout-summary td.product-cart-price .price, 
.onestepcheckout-summary table.onestepcheckout-summary td.qty, 
.onestepcheckout-summary table.onestepcheckout-summary td.total .price{
	color: #2d2d2d;
	font-family: 'SVN-Gotham';
}
.onestepcheckout-threecolumns #billing_address .input-box .new-address.show{
	pointer-events: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(3){
	width: 100%;
	float: none;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(2){
	width: 100%;
}
#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(4){
	width: 100%;
}
#onestepcheckout-form .onestepcheckout-login-link + .onestepcheckout-threecolumns .onestepcheckout-column-left ul#billing_address_list li:nth-child(2){
	width: 47.5%;
}
#onestepcheckout-form .onestepcheckout-login-link + .onestepcheckout-threecolumns .onestepcheckout-column-left ul#billing_address_list li:nth-child(3){
	width: 47.5%;
	float: right;
}
.checkout-onepage-success .page-title h1{
	padding-bottom: 15px;
}
.onestepcheckout-index-index .bottom-header {
    display: none;
}
.onestepcheckout-index-index .header-simplified {
    display: block;
}
@media only screen and (max-width: 1161px){
	.onestepcheckout-threecolumns #billing_address select{
		width: 100% !important;
	}
	.onestepcheckout-threecolumns #billing_address .input-box .new-address{
		margin-left: 0;
		margin-bottom: 22px;
	}
	#onestepcheckout-form #billing_address_list > li > div:nth-child(1):nth-last-child(2) {
		width: 100% !important;
		margin-bottom: 22px;
	}
	#onestepcheckout-form #billing_address_list > li > div:nth-child(2):nth-last-child(1) {
	    width: 100% !important;
	}
	#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(2n) {
	    width: 100%;
	}
	#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:nth-child(2n+1) {
	    width: 100%;
	}
	#onestepcheckout-form .onestepcheckout-threecolumns div.input-box {
		margin-bottom: 0;
	}
	#onestepcheckout-form #billing_address {
		padding: 0 25px 0px 25px;
	}	
	#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 991px){
	#onestepcheckout-form .onestepcheckout-column-left {
	    width: 100%;
	    padding-right: 0;
	}
	.onestepcheckout-index-index .main {
	    width: 100%;
	}
	#onestepcheckout-form .onestepcheckout-column-right, 
	#onestepcheckout-form .onestepcheckout-column-middle {
	    width: 100%;
	    padding-left: 0;
	}
	#onestepcheckout-form #billing_address ul li:nth-child(2) {
	    margin-left: 0;
	}
	#onestepcheckout-form .onestepcheckout-column-middle {
	    margin-bottom: 20px;
	}
	#onestepcheckout-form .onestepcheckout-place-order-wrapper{
		text-align: right;
	}
	.onestepcheckout-threecolumns #billing_address select{
		background-position: 98% 50% !important;
	}
}
@media only screen and (max-width: 767px){
	#onestepcheckout-form .onestepcheckout-column-left ul#billing_address_list li {
	    margin-bottom: 0;
	}
	#onestepcheckout-form .onestepcheckout-threecolumns {
	    margin-top: 5px;
	}
	#onestepcheckout-form #billing_address ul li .onestepcheckout-numbers{
		padding-bottom: 18px;
	}
	#onestepcheckout-form #billing_address {
	    padding: 0px 16px 20px 16px;
	}
	.onestepcheckout-threecolumns #billing_address select{
		width: 76% !important;
		background-position: 96% 50% !important;
		margin-bottom: 22px;
	}
	.onestepcheckout-threecolumns #billing_address .input-box .new-address {
	    margin-left: 13px;
	    margin-top: 12px;
	}
	#onestepcheckout-form .onestepcheckout-column-left{
		margin-bottom: 48px;
	}
	#onestepcheckout-form .onestepcheckout-column-middle p.onestepcheckout-numbers{
		padding-bottom: 19px;
	}
	#onestepcheckout-form .onestepcheckout-threecolumns .payment-methods dt{
	    border: 1px solid #ebebeb;
	    padding: 18px 12px 16px !important;
	}
	.payment-methods #checkout-payment-method-load input + label {
	    padding-left: 50px;
	}
	#onestepcheckout-form .onestepcheckout-column-middle .onestepcheckout-column-padright {
	    padding: 0 19px 30px 19px;
	}
	#onestepcheckout-form .onestepcheckout-column-middle p.onestepcheckout-numbers{
		margin-left: -19px;
    	margin-right: -19px;
	}
	#onestepcheckout-form .onestepcheckout-column-middle {
	    margin-bottom: 60px;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.total{
		display: none;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td {
	    width: 100% !important;
	    display: block;
	    text-align: left;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.qty{
		text-align: left;
		padding-left: 0;
		padding-bottom: 25px;
		padding-top: 5px;
		padding-right: 0;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.qty:before{
		content: 'Số Lượng:';
	}
	.onestepcheckout-summary table.onestepcheckout-totals tr td:first-child{
	    width: 100%;
	    text-align: left;
	    padding-left: 0;
	}
    .onestepcheckout-summary table.onestepcheckout-totals td:last-child {
        width: auto;
    }
	#onestepcheckout-form button.onestepcheckout-place-order{
		width: 100%;
	}
	#onestepcheckout-form .onestepcheckout-column-right .onestepcheckout-column-padleft{
		padding: 0 20px 43px;
	}
	#onestepcheckout-form .onestepcheckout-column-right p.onestepcheckout-numbers{
		margin-left: -20px;
    	margin-right: -20px;
	}
	.onestepcheckout-summary table.onestepcheckout-summary tbody td.name .product-cart-sku{
		display: block;
		margin: 0;
		margin-top: 2px;
	}
	#onestepcheckout-form #billing_address ul li .onestepcheckout-numbers {
	    margin-left: -16px;
	    margin-right: -16px;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.product-cart-price{
		padding-top: 11px;
		padding-right: 0;
	}
	.onestepcheckout-summary table.onestepcheckout-summary tbody td.name{
		padding-bottom: 0;
		padding-right: 0;
		padding-top: 28px;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.qty{
		display: inline-block;
		padding-top: 13px;
		font-family: 'SVN-GothamBook';
		padding-bottom: 24px;
	}
	.onestepcheckout-threecolumns .payment-methods dl{
		margin-left: 0;
	}
	.onestepcheckout-threecolumns .payment-methods dl dt{
		margin-bottom: 20px;
	}
	#onestepcheckout-form .onestepcheckout-login-link + .onestepcheckout-threecolumns .onestepcheckout-column-left ul#billing_address_list li:nth-child(2) {
	    width: 100%;
	}
	#onestepcheckout-form .onestepcheckout-login-link + .onestepcheckout-threecolumns .onestepcheckout-column-left ul#billing_address_list li:nth-child(3) {
	    width: 100%;
	    float: none;
	}
	.onestepcheckout-summary table.onestepcheckout-summary td.product-cart-price .rrp-price{
		float: left;
		margin-right: 14px;
	}
	.onestepcheckout-summary table.onestepcheckout-totals {
	    margin-top: 18px;
	    margin-bottom: 15px;
	}
	.onestepcheckout-index-index .main{
		padding-bottom: 68px;
	}
	#onestepcheckout-form .onestepcheckout-threecolumns .osc-short.input-box{
	    margin-bottom: 22px;
	}
    .onestepcheckout-index-index fieldset {
        display: inline;
    }
}
@media only screen and (max-width: 479px){
	.onestepcheckout-threecolumns #billing_address .input-box .new-address{
		margin-left: 0;
		width: 100%;
	}
	.onestepcheckout-threecolumns #billing_address select {
	    width: 100% !important;
	    background-position: 96% 50% !important;
	}
	.payment-methods #checkout-payment-method-load input + label {
	    padding-left: 35px;
	    max-width: 100%;
	}
	.onestepcheckout-index-index .main {
	    padding-bottom: 35px;
	}
	#onestepcheckout-form #billing_address_list{
		padding-top: 23px;
	}
	#onestepcheckout-form .onestepcheckout-threecolumns .osc-short.input-box {
	    margin-bottom: 22px;
	}
	.onestepcheckout-threecolumns #billing_address .input-box .new-address{
		margin-top: 0;
	}
}
.cms-landing1 .main, 
.cms-landing2 .main, 
.cms-landing3 .main, 
.cms-landing4 .main, 
.cms-landing5 .main{
	max-width: 100%;
    padding: 0;
}
.cms-landing1 .breadcrumbs, 
.cms-landing2 .breadcrumbs, 
.cms-landing3 .breadcrumbs, 
.cms-landing4 .breadcrumbs, 
.cms-landing5 .breadcrumbs{
	display: none;
}
.cms-landing1 .sticky, 
.cms-landing2 .sticky, 
.cms-landing3 .sticky, 
.cms-landing4 .sticky, 
.cms-landing5 .sticky{
	position: static;
}
.landing1-section-icon .section-content .box-icon{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 15px;
}
.landing1-section-icon .section-box{
	margin-left: -15px;
	margin-right: -15px;
}
.landing-container{
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 40px;
}
.landing1-section-top {
    padding-top: 30px;
}
.landing1-section-top .section-left{
    width: 50%;
    float: left;
    padding-right: 16px;
}
.landing1-section-top .section-right{
    width: 50%;
    float: left;
    padding-left: 16px;
}
.landing1-section-top .section-content .images{
	position: relative;
}
.landing1-section-top .section-left .title h4{
	font-size: 180px;
	font-family: 'SVNGothamBold';
	color: #fff;
	letter-spacing: 18px;
}
.landing1-section-top .section-left .title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    margin-left: 10px;
    margin-top: -3px;
}
.landing1-section-top .section-right .content-top{
	padding-bottom: 11px;
}
.landing1-section-top .section-right .content-bottom{
	padding-top: 11px;
}
.landing1-section-top .section-right .title{
	position: absolute;
	top: 50%;
	left: 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -4px;
	padding: 0 15px;
}
.landing1-section-top .section-right .title span{
	font-size: 24px;
	color: #fff;
	font-family: 'SVN-Gotham' !important;
	text-transform: uppercase;
}
.landing1-section-top .section-right .title h5{
	font-size: 64px;
	color: #fff;
	font-family: 'SVN-Gotham', sans-serif;
	text-transform: capitalize;
	margin-bottom: 0;
    line-height: 1;
}
.landing1-section-icon .section-content{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
    padding: 68px 80px;
}
.landing1-section-icon .section-content .box-icon .image{
	width: 17%;
	float: left;
}
.landing1-section-icon .section-content .box-icon .description{
	width: 83%;
	float: left;
	text-align: left;
}
.landing-section-bottom .images{
	position: relative;
}
.landing-section-bottom .title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 0 15px;
}
.landing2-section-bottom .title{
	width: 100%;
}
.landing1-section-bottom .title{
	margin-top: -2px;
} 
.landing1-section-bottom .title a{
	background: #333;
	font-size: 14px;
	color: #fff;
	min-width: 148px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	padding: 10px;
    height: 50px;
    text-transform: uppercase;
    font-family: 'SVN-GothamBook' ;
}
.ios .landing1-section-bottom .title a{
	padding: 13px;
}
.landing-section-bottom .title span{
	font-size: 24px;
	color: #282828;
	font-family: 'SVN-Gotham' !important ;
	text-transform: uppercase;
}
.landing-section-bottom .title h3{
	font-size: 64px;
	color: #282828;
	font-family: 'SVN-Gotham', sans-serif;
	text-transform: capitalize;
	margin: 0;
	line-height: 1;
}
.landing1-section-bottom .title h3{
	margin: 0 0 45px;
}
.landing1-section-icon .section-content .box-icon .description h4{
	text-transform: uppercase;
	font-size: 24px;
	color: #000;
	font-family: 'SVN-Gotham', sans-serif;
	margin-bottom: 2px;
}
.landing1-section-icon .section-content .box-icon .description p{
	font-size: 16px;
	color: #000;
	font-family: 'SVN-GothamBook', sans-serif;
}
.landing1-section-bottom {
    margin-bottom: 30px;
    padding-top: 45px;
}
.block-landing1-slider .banner-slide .slide-desc span{
	font-size: 24px;
	font-family: 'SVN-Gotham' !important;
	font-style: normal;
	color: #000;
	letter-spacing: 0 !important;
	text-transform: uppercase;
}
.block-landing1-slider .banner-slide .slide-desc h3{
	font-family: 'SVN-Gotham';
	font-size: 64px;
	color: #000;
	text-transform: capitalize;
	line-height: 1;
    margin-bottom: 20px;
}
.block-landing1-slider .banner-slide .slide-desc .button-shop-now a{
    background: #333;
    font-size: 14px;
    color: #fff;
    min-width: 148px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 12px;
    height: 50px;
    text-transform: uppercase;
    font-family: 'SVN-GothamBook';
    text-align: center;
    font-style: normal;
}
.block-landing1-slider .banner-slide .slide-desc .button-shop-now{
    padding-top: 28px;
}
.block-landing1-slider .banner-slide .slide-desc-box{
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
    padding: 0 15px;
    margin-left: -51px;
    margin-top: -2px;
}
.block-landing.block-product-news .widget-title {
    width: 100%;
}
.block-landing.block-product-news .category-products {
    width: 100%;
    margin-bottom: 25px;
}
.block-landing.block-product-news .category-products .product-mobile {
    display: none;
}
.block-landing.block-product-news .category-products .products-grid .product-image img {
    max-width: 100%;
}
.block-landing.block-product-news .products-grid .ratings, 
.block-landing.block-product-news .products-grid .actions, 
.block-landing.block-product-news .products-grid .ratings, 
.block-landing.block-product-news .products-grid .actions {
    display: none;
}
.block-landing.block-product-news .widget-title {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}
.landing-section-top .section-right .content-bottom{
	padding-top: 11px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.block-landing.block-product-news .widget-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: "SVN-Gotham",sans-serif;
    color: #000;
}
.block-landing.block-product-news .widget-title h2:before, 
.block-landing.block-product-news .widget-title h2:after {
    display: inline-block;
    content: "";
    width: 47px;
    height: 2px;
    background: #000000;
    margin-right: 30px;
    margin-top: 10px;
}
.block-landing.block-product-news .widget-title h2:after {
    margin-right: 0;
    margin-left: 30px;
}
.block-landing.block-product-news {
    padding-top: 103px;
}
.landing1-section-icon .section-content .box-icon:first-child .image {
    margin-top: 7px;
    padding-left: 18px;
}
.landing1-section-icon .section-content .box-icon:first-child .description{
	padding-left: 25px;
}
.landing1-section-icon .section-content .box-icon:nth-child(2){
	padding-left: 9px;
}
.landing1-section-icon .section-content .box-icon:nth-child(2) .image{
    margin-top: 3px;
}
.landing1-section-icon .section-content .box-icon:nth-child(2) .description{
	padding-left: 7px;
}
.landing1-section-icon .section-content .box-icon:nth-child(3){
	padding-left: 0;
}
.landing1-section-icon .section-content .box-icon:nth-child(3) .image{
	margin-top: 4px;
}
.landing1-section-icon .section-content .box-icon:last-child{
    padding-left: 67px;
}
.landing1-section-icon .section-content .box-icon:last-child .image{
    margin-top: 4px;
}
.landing1-section-icon .section-content .box-icon:last-child .description{
	padding-left: 18px;
}
.cms-landing1 .top-header, 
.cms-landing1 .bottom-header .menu-content, 
.cms-landing1 .bottom-header .col-lg-4{
	display: none;
}
.cms-landing2 .top-header, 
.cms-landing2 .bottom-header .menu-content, 
.cms-landing2 .bottom-header .col-lg-4{
	display: none;
}
.cms-landing3 .top-header, 
.cms-landing3 .bottom-header .menu-content, 
.cms-landing3 .bottom-header .col-lg-4{
	display: none;
}
.cms-landing4 .top-header, 
.cms-landing4 .bottom-header .menu-content, 
.cms-landing4 .bottom-header .col-lg-4{
	display: none;
}
.cms-landing5 .top-header, 
.cms-landing5 .bottom-header .menu-content, 
.cms-landing5 .bottom-header .col-lg-4{
	display: none;
}
.cms-landing1 .bottom-header .page-header-container .item-logo, 
.cms-landing2 .bottom-header .page-header-container .item-logo, 
.cms-landing3 .bottom-header .page-header-container .item-logo, 
.cms-landing4 .bottom-header .page-header-container .item-logo, 
.cms-landing5 .bottom-header .page-header-container .item-logo{
    width: 100%;
    display: inline-block;
    text-align: center;
    flex: none;
    float: none;
    max-width: 100%;
}
.cms-landing1 .bottom-header .page-header-container, 
.cms-landing2 .bottom-header .page-header-container, 
.cms-landing3 .bottom-header .page-header-container, 
.cms-landing4 .bottom-header .page-header-container, 
.cms-landing5 .bottom-header .page-header-container{
    padding: 38.5px 0;
    text-align: center;
}
.cms-landing1 .bottom-header .page-header-container .logo, 
.cms-landing2 .bottom-header .page-header-container .logo, 
.cms-landing3 .bottom-header .page-header-container .logo, 
.cms-landing4 .bottom-header .page-header-container .logo, 
.cms-landing5 .bottom-header .page-header-container .logo{
    width: 100%;
    min-height: inherit;
    padding: 0;
    max-width: 115px;
    margin: 0 auto;
    float: none;
}
.cms-landing1 .footer-container .footer .copyright, 
.cms-landing2 .footer-container .footer .copyright, 
.cms-landing3 .footer-container .footer .copyright, 
.cms-landing4 .footer-container .footer .copyright, 
.cms-landing5 .footer-container .footer .copyright{
	background: #333;
}
.cms-page-view.cms-landing1 .wrapper .page .main-container .main {
    padding-bottom: 34px;
}
.landing-section-bottom .images .images-mobile{
	display: none;
}
.landing-section-top .section-left{
    float: left;
    padding-right: 16px;
    width: 50%;
}
.landing-section-top .section-right{
    float: left;
    padding-left: 16px;
    width: 50%;
}
.landing2-section-top .section-right .content-top {
    padding-bottom: 11px;
}
.landing2-section-top .section-right .content-bottom {
    padding-top: 11px;
}
.landing2-section-top .section-content .images {
    position: relative;
}
.landing2-section-top .section-right .title {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    padding: 0 15px;
}
.landing2-section-top .section-left .title{
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin-top: -3px;
}
.landing2-section-top .section-right .title span{
	font-size: 24px;
	font-family: 'SVN-Gotham' !important;
	color: #282828;
	text-transform: uppercase;
}
.landing2-section-top .section-right .title h5{
    font-size: 64px;
    color: #282828;
    font-family: 'SVN-Gotham', sans-serif;
    text-transform: capitalize;
    margin-bottom: 50px;
    line-height: 1;
}
.landing2-section-top .section-right .title a, 
.landing2-section-top .section-left .title a{
    background: #333;
    font-size: 14px;
    color: #fff;
    min-width: 148px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 12px;
    height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    font-family: 'SVN-GothamBook', sans-serif;
}
.landing2-section-bottom.landing-section-bottom {
    padding-top: 45px;
}
.landing2-section-top .section-left .title span{
    font-size: 24px;
    color: #fff;
    font-family: 'SVN-Gotham' !important;
    text-transform: uppercase;
    font-style: normal;
}
.landing2-section-top .section-left .title h4{
    font-size: 64px;
    color: #fff;
    font-family: 'SVN-Gotham', sans-serif;
    text-transform: capitalize;
    margin-bottom: 45px;
    line-height: 1;
} 
.landing2-section-bottom .title h3, 
.landing2-section-bottom .title span{
	color: #fff;
}
.landing2-section-top .section-left .owl-controls .owl-next span{
	background: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-next.png) no-repeat;
	width: 52px;
	height: 53px;
}
.landing2-section-top .section-left .owl-controls .owl-next{
	top: 50% !important;
	right: 30px;
	margin-top: -25px;
}
.landing2-section-top .section-left .owl-controls .owl-prev span{
	background: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-prev.png) no-repeat;
	width: 52px;
	height: 53px;
}
.landing2-section-top .section-left .owl-controls .owl-prev{
	top: 50% !important;
	left: 30px;
	margin-top: -25px;
}
.landing2-section-top .section-left .owl-controls .owl-prev span:hover{
	background: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-prev-hover.png) no-repeat;
}
.landing2-section-top .section-left .owl-controls .owl-next span:hover{
	background: url(https://xosovui.net/skin/frontend/rwd/owen/images/icon-next-hover.png) no-repeat;
}
.landing2-section-top .owl-theme .owl-controls .owl-dots{
	display: none !important;
	position: absolute;
    width: 100%;
    bottom: 15px;
}
.landing2-section-top .owl-theme .owl-controls .owl-dots .owl-dot{
    width: 14px;
    height: 14px;
    background: transparent;
    border-radius: 15px;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    position: relative;
}
.landing2-section-top .owl-theme .owl-controls .owl-dots .owl-dot span{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.landing2-section-top .owl-theme .owl-controls .owl-dots .owl-dot.active span{
    background: #FFFFFF;
    width: 4px;
    height: 4px;
    top: 4px;
    left: 4px;
    position: absolute;
}
.landing3-section-top .section-right .images {
    width: 50%;
    float: left;
}
.landing3-section-top .section-right .images:first-child{
	padding-right: 15px;
}
.landing3-section-top .section-right .images:last-child{
	padding-left: 15px;
}
.landing-section-top .section-right .content-top{
	padding-bottom: 11px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.landing3-section-bottom .section-content{
	width: 50%;
	float: left;
}
.landing3-section-bottom .content-left{
	padding-right: 15px;
}
.landing3-section-bottom .content-right{
	padding-left: 15px;
}
.landing-section-top .section-content .images{
	position: relative;
	list-style-type: none;
    margin: 0;
}
.landing3-section-top .section-left .title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
	text-align: center;
	padding: 19.5% 13.5%;
}
.landing3-section-top .section-left .title h4{
    font-size: 64px;
    color: #000;
    font-family: 'SVN-GothamBook', sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 20px;
}
.landing3-section-top .section-left .title span{
    font-size: 24px;
    color: #000;
    font-family: 'SVN-Gotham' !important;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}
.landing3-section-top .section-left .title span:before, 
.landing3-section-top .section-left .title span:after{
    display: inline-block;
    content: "";
    width: 95px;
    height: 1px;
    background: #000;
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
    margin-right: 10px;
}
.landing3-section-top .section-left .title span:after{
	margin-right: 0;
	margin-left: 10px;
}
.landing3-section-bottom .content-right .title h3, 
.landing3-section-bottom .content-right .title span{
	color: #fff;
}
.landing3-section-bottom.landing-section-bottom .title{
	text-align: left;
	left: 35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing3-section-bottom.landing-section-bottom .content-right .title {
    margin-top: -5px;
}
.landing2-section-top .section-right .content-bottom .title span, 
.landing2-section-top .section-right .content-bottom .title h5{
	color: #fff;
}
.landing2-section-top.landing-section-top {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
}
.landing2-section-top.landing-section-top .section-left .banner-slider li{
	margin-left: 0;
	list-style-type: none;
}
.cms-landing2 .wrapper .page .main-container .main{
	padding-bottom: 0;
}
.landing2-section-bottom.landing-section-bottom .title{
	margin-top: -5px;
}
.landing2-section-bottom.landing-section-bottom .title h3{
    margin-bottom: 35px;
}
.landing3-section-top.landing-section-top .section-right .content-bottom{
	padding-top: 16px;
}
.landing3-section-top.landing-section-top .section-right .content-top{
	padding-bottom: 16px;
}
.landing3-section-bottom.landing-section-bottom .title h3{
	font-size: 48px;
	margin-bottom: 14px;
}
.landing3-section-bottom.landing-section-bottom {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 45px;
}
.cms-page-view.cms-landing3 .wrapper .page .main-container .main, 
.cms-page-view.cms-landing4 .wrapper .page .main-container .main{
    padding-bottom: 30px;
}
.landing4-section-top .section-content .section-left{
	padding-right: 0;
}
.landing4-section-top .section-content .section-right{
	padding-left: 0;
}
.landing4-section-top .section-content .images .title{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
    padding: 0 15px;
}
.landing4-section-top .section-content .section-left .title span{
	font-size: 24px;
	color: #000;
	font-family: 'SVN-Gotham' !important;
	text-transform: uppercase;
}
.landing4-section-top .section-content .section-left .title h4{
	font-size: 64px;
	color: #000;
	font-family: 'SVN-Gotham';
	text-transform: capitalize;
	margin-bottom: 35px;
}
.landing4-section-top .section-content .images .title a{
    background: #333;
    font-size: 14px;
    color: #fff;
    min-width: 148px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    padding: 10px;
    height: 50px;
    text-transform: uppercase;
    font-family: 'SVN-GothamBook';
}
.landing4-section-top .section-content .section-right .title h4{
	font-family: 'SVNGothamBold';
	font-size: 180px;
	color: #fff;
	line-height: 0.9;
}
.landing4-section-bottom .section-left{
    padding-bottom: 15px;
}
.landing4-section-bottom .section-right{
	padding-top: 15px;
}
.landing4-section-bottom .section-left .images:last-child{
	display: none;
}
.landing4-section-bottom .section-left .title h4{
    font-size: 64px;
    color: #000;
    font-family: 'SVN-GothamBook', sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 0;
}
.landing4-section-bottom .section-left .title span{
    font-size: 24px;
    color: #000;
    font-family: 'SVN-Gotham' !important;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}
.landing4-section-bottom .section-left .title{
    background: rgba(255, 255, 255, .9);
    padding: 9% 13.8%;
}
.landing4-section-bottom .section-left .title span:before, 
.landing4-section-bottom .section-left .title span:after {
    display: inline-block;
    content: "";
    width: 95px;
    height: 1px;
    background: #000;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-right: 10px;
}
.landing4-section-bottom .section-left .title span:after{
	margin-right: 0;
	margin-left: 10px;
}
.landing4-section-top .section-content .section-right .title{
	width: auto;
	text-align: right;
}
.landing4-section-bottom.landing-section-bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: top;
    padding-top: 45px;
}
.landing5-section-top .section-right .title h4{
    font-size: 64px;
    color: #000;
    font-family: 'SVN-GothamBook', sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    margin-top: 0;
}
.landing5-section-top .section-right .title span{
	font-size: 24px;
    color: #000;
    font-family: 'SVN-Gotham' !important;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}
.landing5-section-top .section-right .title{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255, .9);
    padding: 11% 13.8%;
}
.landing5-section-top .section-right .title span:before, 
.landing5-section-top .section-right .title span:after {
    display: inline-block;
    content: "";
    width: 95px;
    height: 1px;
    background: #000;
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
    margin-right: 10px;
}
.landing5-section-top .section-right .title span:after{
    margin-right: 0;
    margin-left: 10px;
}
.landing5-section-top.landing-section-top {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}
.landing5-section-bottom .section-left {
    padding-bottom: 15px;
}
.landing5-section-bottom .section-right {
    padding-top: 15px;
}
.landing5-section-bottom.landing-section-bottom {
    margin-bottom: 32px;
    padding-top: 45px;
}
body.cms-page-view.cms-landing5 .wrapper .page .main-container .main {
    padding-bottom: 38px;
}
.landing5-section-bottom .section-right .title span{
	font-size: 24px;
    color: #282828;
    font-family: 'SVN-Gotham' !important;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}
.landing5-section-bottom .section-right .title h4{
	font-size: 48px;
    color: #282828;
    font-family: 'SVN-Gotham';
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    margin-bottom: 27px;
    line-height: 1;
}
.landing5-section-bottom .section-right .title{
	background: rgba(255, 255, 255, .9);
    padding: 11% 14.8%;
    width: fit-content;
    margin-top: -5px;
}
.landing5-section-bottom.landing-section-bottom .section-left .images:last-child{
	display: none;
}
.block-landing1-slider .owl-carousel .owl-dots .owl-dot{
	border-color: #000;
}
.block-landing1-slider .owl-theme .owl-controls .owl-dot.active span, 
.block-landing1-slider .owl-theme .owl-controls.clickable .owl-dot:hover span{
	background: #000;
}
.block-landing1-slider .owl-theme .owl-controls .owl-dots {
    bottom: 45px;
}
.block-landing.block-product-news .products-grid .product-info .product-name a{
	text-transform: initial;
}
.block-landing.block-product-news .products-grid .product-info .product-sku {
    display: block;
    font-style: normal;
}
.block-landing.block-product-news .products-grid .price-box{
	font-style: normal;
}
.block-landing.block-product-news .see-more {
    text-align: center;
}
.landing4-section-top .section-content .images .images-mobile{
	display: none;
}
.block-landing.block-product-news .toolbar-bottom{
	display: none;
}
.block-landing.block-product-news .ias_trigger a {
    font-size: 0 !important;
    border: 0;
    padding: 0;
}
.block-landing.block-product-news .ias_trigger a:before {
    content: 'Xem thêm';
    font-size: 12px;
    padding: 9.5px;
    font-family: 'SVN-Gotham';
	color: #000;
	border: 1px solid #e4e4e4;
	display: inline-block;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
}
.block-landing1-slider .owl-theme .owl-controls .owl-nav{
	display: none;
}
.block-landing.block-product-news .ias_loader, .block-landing.block-product-news .ias_trigger{
    margin: 15px 0 30px;
}
.block-landing.block-product-news .ias_loader img, .block-landing.block-product-news .ias_trigger img {
    margin: 0 auto;
}
@media only screen and (max-width: 1799px){
	.landing1-section-icon .section-content .box-icon:last-child {
	    padding-left: 15px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) {
	    padding-left: 15px;
	}
	.landing1-section-icon .section-content .box-icon .description h4{
		font-size: 20px;
	}
	.landing1-section-icon .section-content .box-icon:first-child .image{
		padding-left: 0;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .image {
	    margin-top: 0;
	}
	.landing1-section-icon .section-content .box-icon:first-child .description, 
	.landing1-section-icon .section-content .box-icon:nth-child(2) .description{
	    padding-left: 15px;
	}
	.landing1-section-icon .section-content .box-icon .description {
	    padding-left: 15px;
	}
	.landing1-section-bottom .title{
		margin-top: 0;
	}
	.landing3-section-top .section-left .title{
		padding: 60px 50px 75px;
	}
	.landing2-section-top .section-right .content-top {
	    padding-bottom: 9px;
	}
	.landing2-section-top .section-right .content-bottom {
	    padding-top: 9px;
	}
}
@media only screen and (max-width: 1499px){
	.landing1-section-icon .section-content .box-icon .description h4 {
	    font-size: 16px;
	}
	.landing1-section-icon .section-content .box-icon .description p {
	    font-size: 14px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .description, 
	.landing1-section-icon .section-content .box-icon:nth-child(3) .description{
	    margin-top: 4px;
	}
	.landing1-section-top .section-left .title h4 {
	    font-size: 130px;
	}
	.landing-section-top .section-right .title h5{
		font-size: 55px;
	}
	.block-landing1-slider .banner-slide .slide-desc-box {
	    margin-left: -40px;
	    margin-top: 0;
	}
	.block-landing1-slider .banner-slide .slide-desc h3{
		font-size: 40px;
	}
	.block-landing1-slider .banner-slide .slide-desc .button-shop-now {
	    padding-top: 0;
	}
	.landing1-section-bottom .title h3 {
	    margin: 0 0 25px;
	}
	.landing2-section-top .section-left .title h4{
		font-size: 40px;
	}
	.landing3-section-top .section-left .title h4{
		font-size: 50px;
	}
	.landing3-section-top .section-left .title span{
		font-size: 18px;
	}
	.landing-section-bottom .title span {
	    font-size: 18px;
	}
	.landing3-section-bottom.landing-section-bottom .title h3 {
	    font-size: 35px;
	}
	.landing4-section-top .section-content .section-right .title h4{
		font-size: 130px;
	}
	.landing4-section-top .section-content .section-left .title h4{
		font-size: 50px;
	}
	.landing5-section-top .section-right .title{
    	padding: 9% 5.8%;
	}
	.landing1-section-top .section-right .content-top{
		padding-bottom: 7px;
	}
	.landing1-section-top .section-right .content-bottom{
		padding-top: 7px;
	}
}
@media only screen and (max-width: 1249px){
	.landing1-section-icon .section-content{
		padding: 45px 15px 45px 25px;
	}
	.landing1-section-bottom .title h3 {
	    font-size: 45px;
	}
	.landing1-section-top .section-left .title h4 {
	    font-size: 90px;
	}
	.landing1-section-top .section-right .title h5 {
	    font-size: 35px;
	}
	.landing1-section-top .section-right .title span {
	    font-size: 15px;
	}
	.block-landing1-slider .banner-slide .slide-desc span {
	    font-size: 15px;
	}
	.landing1-section-icon .section-content .box-icon .description h4 {
	    font-size: 14px;
	}
	.landing1-section-icon .section-content .box-icon {
	    padding: 0 10px;
	}
	.landing1-section-icon .section-box {
	    margin-left: -10px;
	    margin-right: -10px;
	}
	.landing1-section-icon .section-content .box-icon .description p {
	    font-size: 12px;
	}
	.landing1-section-icon .section-content .box-icon:first-child .description, .landing1-section-icon .section-content .box-icon:nth-child(2) .description {
	    padding-left: 10px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) {
	    padding-left: 10px;
	}
	.landing1-section-icon .section-content .box-icon .description {
	    padding-left: 10px;
	}
	.landing1-section-icon .section-content .box-icon:last-child .description {
	    padding-left: 10px;
	}
	.cms-landing1 .bottom-header .page-header-container .item-logo, 
	.cms-landing2 .bottom-header .page-header-container .item-logo, 
	.cms-landing3 .bottom-header .page-header-container .item-logo, 
	.cms-landing4 .bottom-header .page-header-container .item-logo, 
	.cms-landing5 .bottom-header .page-header-container .item-logo{
		margin-top: 0;
	}
	.cms-landing1 .bottom-header .page-header-container, 
	.cms-landing2 .bottom-header .page-header-container, 
	.cms-landing3 .bottom-header .page-header-container, 
	.cms-landing4 .bottom-header .page-header-container, 
	.cms-landing5 .bottom-header .page-header-container{
	    padding: 25px 0;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(3) {
	    padding-left: 10px;
	}
	.landing2-section-top .section-left .title h4{
		margin-bottom: 20px;
	}
	.landing2-section-bottom.landing-section-bottom .title h3 {
	    margin-bottom: 10px;
	}
	.landing3-section-top .section-left .title{
		padding: 35px 25px 65px;
	}
	.landing3-section-top .section-left .title h4 {
	    font-size: 40px;
	}
	.landing3-section-top .section-left .title span {
	    font-size: 14px;
	}
	.landing3-section-top .section-left .title span:before, 
	.landing3-section-top .section-left .title span:after {
	    width: 50px;
	    -webkit-transform: translateY(-5px);
	    -moz-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    -o-transform: translateY(-5px);
	    transform: translateY(-5px);
	}
	.landing4-section-top .section-content .section-right .title h4 {
	    font-size: 95px;
	    line-height: 1;
	}
	.landing4-section-bottom .section-left .title{
		padding: 50px 30px;
	}
	.landing5-section-top .section-right .title h4 {
	    font-size: 50px;
	}
	.landing5-section-top .section-right .title span {
	    font-size: 16px;
	}
	.landing5-section-top .section-right .title, 
	.landing5-section-bottom .section-right .title{
		padding: 8% 4%;
	}
	.landing5-section-bottom .section-right .title h4 {
	    font-size: 40px;
	}
	.landing5-section-bottom .section-right .title span {
	    font-size: 18px;
	}
	.landing-section-top .section-right .title h5 {
	    font-size: 40px;
	    margin-bottom: 25px;
	}
	.landing2-section-top .section-right .title span {
	    font-size: 18px;
	}
}
@media only screen and (max-width: 1200px){
	.block-landing.block-product-news .container {
	    padding: 0 40px;
	}
	.landing5-section-top.landing-section-top .section-right{
		max-width: 66%;
		flex: initial;
		width: 100%;
	}
	.landing5-section-top.landing-section-top .section-left{
		max-width: 34%;
		width: 100%;
    	flex: initial;
	}
	.landing5-section-bottom.landing-section-bottom .images{
		padding: 0 7px;
	}
	.landing5-section-bottom .section-right {
	    padding-top: 7px;
	}
	.landing5-section-bottom .section-left {
	    padding-bottom: 7px;
	}
	.landing1-section-top .section-right{
		padding-left: 25px;
	}
	.landing1-section-top .section-right .content-top{
		padding-bottom: 9px;
	}
	.landing1-section-top .section-right .content-bottom {
	    padding-top: 9px;
	}
}
@media only screen and (max-width: 991px){
	.cms-landing1 .logo .large, 
	.cms-landing2 .logo .large, 
	.cms-landing3 .logo .large, 
	.cms-landing4 .logo .large, 
	.cms-landing5 .logo .large{
	    display: block;
	}
	.cms-landing1 .logo .small, 
	.cms-landing2 .logo .small, 
	.cms-landing3 .logo .small, 
	.cms-landing4 .logo .small, 
	.cms-landing5 .logo .small{
	    display: none;
	}
	body:not(.cms-home).cms-landing1 .bottom-header, 
	body:not(.cms-home).cms-landing2 .bottom-header, 
	body:not(.cms-home).cms-landing3 .bottom-header, 
	body:not(.cms-home).cms-landing4 .bottom-header, 
	body:not(.cms-home).cms-landing5 .bottom-header{
	    background: #fff;
	}
	.cms-page-view.cms-landing1 .wrapper .page .main-container .main, 
	.cms-page-view.cms-landing2 .wrapper .page .main-container .main, 
	.cms-page-view.cms-landing3 .wrapper .page .main-container .main, 
	.cms-page-view.cms-landing4 .wrapper .page .main-container .main, 
	.cms-page-view.cms-landing5 .wrapper .page .main-container .main{
	    padding-top: 0;
	}
	.landing1-section-top .section-left .title h4 {
	    font-size: 48px;
	    letter-spacing: 10px;
	}
	.landing-section-top .section-right .title h5 {
	    font-size: 25px;
	}
	.landing-section-top .section-right .title span {
	    font-size: 12px;
	}
	.landing-section-bottom .title span {
	    font-size: 16px;
	}
	.landing-section-bottom .title h3 {
	    font-size: 30px;
	}
	.landing1-section-bottom .title a, 
	.block-landing1-slider .banner-slide .slide-desc .button-shop-now a{
	    padding: 5px;
	    height: 40px;
	}
	.landing1-section-icon .section-content .box-icon{
		width: 50%;
	}
	.landing1-section-icon .section-content .box-icon {
	    margin-bottom: 15px;
	}
	.landing2-section-top .section-right .title h5{
		margin-bottom: 20px;
	}
	.landing2-section-top .section-right .title a, 
	.landing2-section-top .section-left .title a{
	    padding: 5px;
    	height: 40px;
    }
    .landing2-section-top .section-left .title span{
		font-size: 12px;
	}
	.landing2-section-top .section-left .owl-theme .owl-controls .owl-buttons .owl-next{
		right: 15px;
	}
	.landing2-section-top .section-left .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: 15px;
	}
	.cms-landing1 .col-main, 
	.cms-landing2 .col-main, 
	.cms-landing3 .col-main, 
	.cms-landing4 .col-main, 
	.cms-landing5 .col-main{
		margin-bottom: 0;
	}
	.landing3-section-top .section-left .title h4{
		margin-top: 0;
		font-size: 32px;
		margin-bottom: 10px;
	}
	.landing3-section-top .section-left .title span {
	    font-size: 12px;
	}
	.landing3-section-top .section-left .title {
	    padding: 35px 25px 40px;
	}
	.landing3-section-bottom.landing-section-bottom .title h3 {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.landing-section-bottom .title span {
	    font-size: 12px;
	}
	.landing4-section-top .section-content .section-right .title h4 {
	    font-size: 70px;
	}
	.landing4-section-top .section-content .section-left .title h4 {
	    font-size: 35px;
	    margin-bottom: 15px;
	}
	.landing4-section-top .section-content .section-left .title span {
	    font-size: 16px;
	}
	.landing4-section-bottom .section-left .title h4 {
	    font-size: 40px;
	}
	.landing4-section-bottom .section-left .title span {
	    font-size: 14px;
	}
	.landing4-section-bottom .section-left .title span:before, 
	.landing4-section-bottom .section-left .title span:after{
		width: 50px;
	}
	.landing5-section-top .section-right .title h4 {
	    font-size: 40px;
	}
	.landing5-section-top .section-right .title span:before, 
	.landing5-section-top .section-right .title span:after {
	    width: 60px;
	    -webkit-transform: translateY(-5px);
	    -moz-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	    -o-transform: translateY(-5px);
	    transform: translateY(-5px);
	}
	.landing5-section-bottom .section-right .title h4 {
	    font-size: 32px;
	}
	.landing5-section-bottom .section-right .title span {
	    font-size: 14px;
	}
	.cms-landing1 .footer-container, 
	.cms-landing2 .footer-container, 
	.cms-landing3 .footer-container, 
	.cms-landing4 .footer-container, 
	.cms-landing5 .footer-container{
	    padding-bottom: 0;
	}
	.block-landing1-slider .banner-slide .slide-desc .button-shop-now{
		text-align: center;
	}
	.landing1-section-bottom, 
	.landing2-section-bottom.landing-section-bottom, 
	.landing3-section-bottom.landing-section-bottom, 
	.landing4-section-bottom.landing-section-bottom{
		padding-top: 0;
	}
	.landing1-section-icon .section-content{
		padding-left: 95px;
		padding-bottom: 35px;
	}
	.landing1-section-icon .section-content .box-icon .description {
	    margin-top: 8px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .description, 
	.landing1-section-icon .section-content .box-icon:nth-child(3) .description {
	    margin-top: 8px;
	}
	.landing5-section-bottom .section-right .title{
		margin-top: 0;
		padding: 8%;
	}
	.landing2-section-top.landing-section-top .section-right{
		padding-left: 25px;
	}
	.landing2-section-top .section-right .content-top {
	    padding-bottom: 9.5px;
	}
	.landing2-section-top .section-right .content-bottom {
	    padding-top: 9.5px;
	}
}
@media only screen and (max-width: 770px){
	.block-landing1-slider .owl-carousel .owl-dots .owl-dot{
		border: 1px solid #000;
		background: transparent;
	}
	.block-landing1-slider .owl-theme .owl-controls .owl-dot.active span, 
	.block-landing1-slider .owl-theme .owl-controls.clickable .owl-dot:hover span{
		top: 2px;
		left: 2px;
	}
	.block-landing.block-product-news .products-grid.products-grid--max-5-col li.item:nth-child(2n+1){
		clear: left;
	}
}
@media only screen and (max-width: 767px){
	.landing2-section-top .owl-theme .owl-controls .owl-dots{
		display: block !important;
	}
	.landing2-section-top .section-left .owl-controls .owl-nav{
		display: none;
	}
	.landing1-section-icon .section-content .box-icon .description {
	    margin-top: 0;
	}
	.landing-section-top .section-left {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	    max-width: 100%;
	}
	.landing-section-top .section-right {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    max-width: 100%;
	}
	.landing-section-top .section-content .images img{
		width: 100%;
	}
	.landing-container {
	    padding: 0 15px;
	}
	.landing-section-top .section-left {
	    margin-bottom: 30px;
	}
	.landing-section-top .section-right .content-top {
	    padding-bottom: 15px;
	}
	.landing-section-top .section-right .content-bottom {
	    padding-top: 15px;
	}
	.landing1-section-bottom .title a{
		display: none;
	}
	.landing1-section-icon .section-content .box-icon {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 38px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) {
	    padding-left: 0;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(3) {
	    padding-left: 0;
	}
	.landing1-section-icon .section-content .box-icon:last-child {
	    padding-left: 0;
	}
	.landing1-section-bottom .title h3 {
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	.landing1-section-bottom .title span {
	    font-size: 14px;
	}
	.landing1-section-bottom .title {
	    width: 100%;
	    padding: 0 15px;
	}
	.landing-section-bottom .images .images-desktop{
		display: none;
	}
	.landing-section-bottom .images .images-mobile{
		display: block;
		width: 100%;
	}
	.landing1-section-icon .section-content .box-icon .description h4{
		font-size: 24px;
	}
	.landing1-section-icon .section-content .box-icon .description p{
		font-size: 16px;
	}
	.block-landing1-slider .banner-slide .slide-desc span {
	    font-size: 14px;
	}
	.block-landing1-slider .banner-slide .slide-desc h3 {
	    font-size: 32px;
	}
	.block-landing1-slider .banner-slide .slide-desc-box{
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	.block-landing1-slider .banner-slide .slide-desc .button-shop-now{
		display: none;
	}
	.cms-landing1 .bottom-header .page-header-container, 
	.cms-landing2 .bottom-header .page-header-container, 
	.cms-landing3 .bottom-header .page-header-container, 
	.cms-landing4 .bottom-header .page-header-container, 
	.cms-landing5 .bottom-header .page-header-container{
	    padding: 26px 0 18px;
	}
	.landing1-section-top.landing-section-top .section-left .title h4 {
	    font-size: 80px;
	    letter-spacing: 8px;
	}
	.landing1-section-top .section-left .title{
		margin-left: 5px;
	}
	.block-landing.block-product-news {
	    padding-top: 112px;
	}
	.block-landing.block-product-news .widget-title h2 {
	    font-size: 24px;
	}
	.block-landing.block-product-news .widget-title h2:before, 
	.block-landing.block-product-news .widget-title h2:after{
    	margin-top: 2px;
	}
	.block-landing.block-product-news .widget-title {
	    margin-bottom: 20px;
	}
	.landing1-section-icon .section-box {
	    margin-left: 0;
	    margin-right: 0;
	}
	.landing1-section-icon .section-content {
	    padding: 44px 30px 10px;
	}
	.landing1-section-icon .section-content .box-icon:first-child .image {
	    padding-left: 3px;
	    margin-top: 9px;
	}
	.landing1-section-icon .section-content .box-icon:first-child .description, 
	.landing1-section-icon .section-content .box-icon:nth-child(2) .description, 
	.landing1-section-icon .section-content .box-icon .description{
	    padding-left: 13px;
	}
	.landing1-section-icon .section-content .box-icon .description h4 {
	    margin-bottom: 5px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .image {
	    margin-top: 3px;
	    padding-left: 3px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .description{
	    margin-top: 1px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(3) .description {
		margin-top: -1px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(3) .image {
	    margin-top: 6px;
	    padding-left: 3px;
	}
	.landing1-section-icon .section-content .box-icon:last-child .image {
	    margin-top: 8px;
	    padding-left: 3px;
	}
	.landing1-section-icon .section-content .box-icon:last-child .description {
	    padding-left: 13px;
	    margin-top: 1px;
	}
	.cms-page-view.cms-landing1 .wrapper .page .main-container .main {
	    padding-bottom: 30px;
	}
	.cms-landing1 .footer-container .footer .copyright {
	    background: #333;
	    padding: 12px 30px;
	    line-height: 30px;
	}
	.block-landing.block-product-news .container {
	    padding: 0 15px;
	}
	.landing2-section-top .section-right .title a{
		display: none;
	}
	.landing-section-top .section-right .title h5 {
	    font-size: 32px;
	}
	.landing-section-top .section-right .title span {
	    font-size: 14px;
	}
	.landing2-section-bottom .section-content {
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 30px;
	}
	.landing-section-top .section-left .title h4{
		font-size: 64px;
	}
	.landing-section-top .section-left .title span{
		font-size: 24px;
	}
	.landing2-section-top .section-left .title a{
		height: 50px;
		padding: 10px;
	}
	.landing-section-bottom .title h3 {
	    font-size: 32px;
	}
	.landing-section-bottom .title span {
	    font-size: 14px;
	}
	.landing2-section-top .section-left .owl-theme .owl-controls .owl-buttons .owl-next, 
	.landing2-section-top .section-left .owl-theme .owl-controls .owl-buttons .owl-prev{
	    display: none;
	}
	.landing3-section-bottom .section-content {
	    width: 100%;
	    float: none;
	}
	.landing3-section-bottom .content-left {
	    padding-right: 0;
	    padding-bottom: 15px;
	}
	.landing3-section-bottom .content-right {
	    padding-left: 0;
	    padding-top: 15px;
	}
	.landing3-section-bottom.landing-section-bottom .title h3 {
	    font-size: 32px;
	}
	.landing3-section-top .section-left .title h4{
		font-size: 32px;
	}
	.landing3-section-top .section-left .title span {
	    font-size: 12px;
	}
	.landing3-section-top .section-left .title span:before, 
	.landing3-section-top .section-left .title span:after{
		width: 45px;
	}
	.cms-landing1 .footer-container .footer .copyright, 
	.cms-landing2 .footer-container .footer .copyright, 
	.cms-landing3 .footer-container .footer .copyright, 
	.cms-landing4 .footer-container .footer .copyright, 
	.cms-landing5 .footer-container .footer .copyright {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.landing3-section-bottom.landing-section-bottom .title{
		left: 15px;
	}
	.landing4-section-top .section-content .section-left .title span {
	    font-size: 14px;
	}
	.landing4-section-top .section-content .section-left .title h4 {
	    font-size: 32px;
	}
	.landing4-section-top.landing-section-top {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.landing4-section-top .section-content .section-right .title h4 {
	    font-size: 80px;
	    text-align: center;
	    line-height: 1.1;
	}
	.landing4-section-bottom .section-left {
	    width: 100%;
	    padding-right: 0;
	}
	.landing4-section-bottom .section-right {
	    width: 100%;
	    padding-left: 0;
	}
	.landing4-section-bottom .section-right .images:first-child{
		display: none;
	}
	.landing4-section-bottom .section-left .images:last-child {
	    display: block;
	}
	.landing4-section-bottom .section-left .images:first-child{
		margin-bottom: 30px;
	}
	.landing4-section-bottom .section-right .content-top{
		width: 50%;
		float: left;
		padding-right: 10px;
		padding-bottom: 0;
		padding-top: 15px;
	}
	.landing4-section-bottom .section-right .content-bottom {
	    width: 50%;
	    float: left;
	    padding-left: 10px;
	}
	.landing5-section-top.landing-section-top .section-content .row{
		margin-left: 0;
		margin-right: 0;
	}
	.landing5-section-top.landing-section-top .section-left{
		padding-left: 0;
		max-width: 100%;
	}
	.landing5-section-top.landing-section-top .section-right{
		padding-right: 0;
		max-width: 100%;
	}
	.landing5-section-bottom .section-left .images {
	    margin-bottom: 30px;
	}
	.landing5-section-bottom.landing-section-bottom .section-left .images:last-child{
		display: block;
		margin-bottom: 0;
	}
	.landing5-section-bottom.landing-section-bottom .section-left .images:nth-child(3){
		margin-bottom: 0;
	}
	.landing5-section-bottom.landing-section-bottom .section-right .images:first-child{
		display: none;
	}
	.block-landing1-slider .owl-theme .owl-controls .owl-dots {
	    bottom: 10px;
	}
	.block-landing1-slider .owl-theme .owl-controls .owl-nav div{
		display: none;
	}
	.landing2-section-top .owl-theme .owl-controls .owl-pagination{
		display: block;
	}
	.block-product-news .products-grid.products-grid--max-5-col li.item:nth-child(2n+1) {
	    clear: left;
	}
	.landing4-section-top .section-content .images .images-desktop{
		display: none;
	}
	.landing4-section-top .section-content .images .images-mobile{
		display: block;
		width: 100%;
	}
	.landing5-section-top.landing-section-top{
		margin-top: 50px;
	}
	.landing5-section-bottom.landing-section-bottom .images{
		padding: 0 15px;
	}
	.landing5-section-bottom .section-right {
	    padding-top: 15px;
	}
	.landing5-section-bottom .section-left {
	    padding-bottom: 15px;
	}
	.landing1-section-top .section-right .title{
		left: 14px;
	}
	.landing5-section-bottom .section-right .title {
	    background: none;
	    padding: 0;
	}
	.landing3-section-top .section-right .images:last-child {
	    padding-left: 10px;
	}
	.landing3-section-top .section-right .images:first-child {
	    padding-right: 10px;
	}
	.landing3-section-top.landing-section-top .section-right .content-top {
	    padding-bottom: 15px;
	}
	.landing3-section-top.landing-section-top .section-right .content-bottom {
	    padding-top: 15px;
	}
	.landing3-section-top .section-left .title {
	    padding: 15% 8%;
	    left: 45px;
	    right: 45px;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	}
}
@media only screen and (max-width: 479px){
	.landing1-section-icon .section-content {
	    padding: 44px 15px 10px;
	}
	.landing1-section-icon .section-content .box-icon .description h4 {
	    font-size: 16px;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(3) .image {
	    margin-top: 0;
	}
	.landing1-section-icon .section-content .box-icon:nth-child(2) .image {
	    margin-top: 0;
	}
	.landing1-section-bottom .title h3 {
	    font-size: 24px;
	}
	.block-landing.block-product-news .widget-title h2 {
	    font-size: 18px;
	}
	.block-landing1-slider .banner-slide .slide-desc h3 {
	    font-size: 24px;
	}
	.landing-section-top .section-left .title h4{
		font-size: 26px;
	}
	.landing3-section-top .section-left .title span:before, 
	.landing3-section-top .section-left .title span:after {
	    width: 30px;
	}
	.landing3-section-bottom.landing-section-bottom .title h3 {
	    font-size: 24px;
	    margin-bottom: 0px;
	}

	.landing4-section-top .section-content .section-right .title h4 {
	    font-size: 55px;
	}
	.landing4-section-bottom .section-left .title h4 {
	    font-size: 32px;
	    margin-bottom: 10px;
	}
	.landing4-section-bottom .section-left .title span {
	    font-size: 12px;
	}
	.landing4-section-bottom .section-left .title {
	    padding: 30px 20px;
	}
	.landing4-section-top .section-content .section-left .title h4 {
	    font-size: 22px;
	}
	.landing4-section-top .section-content .images .title a {
	    padding: 5px;
	    height: 40px;
	}
	.landing5-section-bottom .section-right .title h4 {
	    font-size: 20px;
	}
	.landing5-section-bottom .section-right .title span {
	    font-size: 12px;
	}
	.landing5-section-top .section-right .title h4 {
	    font-size: 22px;
	    margin-bottom: 0px;
	}
	.landing5-section-top .section-right .title span:before, 
	.landing5-section-top .section-right .title span:after {
	    width: 10px;
	}
	.block-landing.block-product-news {
	    padding-top: 50px;
	}
	.landing5-section-top.landing-section-top{
		margin-top: 30px;
	}
	.landing3-section-top .section-left .title {
	    padding: 35px 25px 40px;
	}
}
@media only screen and (max-width: 360px){
	.landing1-section-top.landing-section-top .section-left .title h4 {
	    font-size: 60px;
	}
	.landing-section-top .section-left .title span{
		font-size: 12px;
	}
	.landing-section-top .section-left .title h4 {
	    font-size: 25px;
	}
	.landing-section-top .section-right .title span {
	    font-size: 12px;
	}
	.landing-section-bottom .title span {
	    font-size: 12px;
	}
	.landing3-section-top .section-left .title{
	    left: 25px;
    	right: 25px;
    }
}
.cms-collection .page-title {
    text-align: center;
}
.cms-collection .page-title h1 {
    font-size: 30px;
    color: #000000;
    margin-top: 11px;
    margin-bottom: 25px;
    font-family: 'SVN-Gotham';
    font-weight: normal;
}
.cms-collection.cms-page-view .wrapper .page .main-container .main .col-main .std p {
    color: #696969;
    letter-spacing: 0;
    margin-bottom: 24px;
}
.collection-items {
    padding-top: 20px;
}
.collection-items .row {
    margin: 0 -9px;
}
.collection-items [class*="col"] {
    padding: 0 10px;
}
.collection-items .collection-item {
    padding: 0;
    margin-bottom: 30px;
    position: relative;
}
.collection-items .collection-item.collection-item-button {
    margin-bottom: 26px;
}
.collection-items .collection-item img {
    vertical-align: top;
    width: 100%;
}
.collection-items .collection-item .collection-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55.088%;
    height: 40.547%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    -webkit-transform: translate3d(-50%,-50.1%, 0);
    transform: translate3d(-50%,-50.1%, 0);
    opacity: 0;
    transition: all 0.5s;
}
.collection-items .collection-item:hover .collection-item-content {
    opacity: 1;
}
.collection-items .row:first-child .collection-item {
    margin-bottom: 31px;
}
.collection-items .collection-item h2 a {
    font-size: 36px;
    color: #282828;
    font-family: 'SVN-Gotham';
    font-weight: normal;
    line-height: 1.2;
}
.collection-items .collection-item h2 a:hover {
    color: #ff0031;
}
.collection-items .collection-item h2 {
    text-transform: capitalize;
    margin-bottom: 31px;
    margin-top: -13px;
    line-height: 1.2;
}
.collection-items .collection-item .btn {
    border: 1px solid #333333;
    color: #333333;
    background: transparent;
    max-width: 161px;
    margin: 0 auto;
    border-radius: 3px;
    outline: none;
    line-height: 1.6;
    padding: 8px 10px;
}
.collection-items .collection-item .btn:hover {
    color: #fff;
    background-color: #333333;
}
.collection-items .collection-item .btn.btn-view-more {
    background-color: #333333;
    width: 100%;
    color: #ffffff;
    max-width: 100%;
    padding: 18px;
    height: 60px;
}
.collection-items .collection-item .btn.btn-view-more:hover {
    background-color: #ffffff;
    color: #333333;
}
.display-table {
    height: 100%;
    display: table;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


@media only screen and (min-width: 1200px) {
    .cms-collection .page-title h1 {
        padding-right: 10%;
    }
}

@media only screen and (min-width: 771px) {
    .collection-items .col-md-4 .collection-item .collection-item-content {
        width: 80%;
        height: 60%;
    }
    .collection-items .col-md-6 .collection-item .collection-item-content {
        width: 65%;
        height: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .collection-items .collection-item h2 a {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .collection-items .collection-item h2 a {
        font-size: 20px;
    }
    .cms-page-view .wrapper .page .main-container .main {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 770px) {
    .collection-description {
        padding-left: 4px;
    }
    .collection-items .collection-item h2,
    .collection-items .collection-item h2 a {
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        line-height: 1.5;
    }
    .cms-page-view .wrapper .page .main-container .main {
        padding-bottom: 60px;
    }
    .collection-items .collection-item .collection-item-content {
        top: auto;
        bottom: 0;
        left: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        opacity: 1;
        padding: 11px 15px 15px;
    }    
    .collection-items .collection-item h2 {
        margin: 0;
    }
    .cms-collection .page-title h1 {
        margin-top: 17px;
        margin-bottom: 25px;
    }
    .collection-items {
        padding-top: 23px;
    }
    .collection-items .row:first-child .collection-item {
        margin-bottom: 30px;
    }
    .collection-items .row {
        margin: 0 -10px;
    }
}
@CHARSET "UTF-8";

.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}

.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #f9f9f9;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #555;
    text-decoration: none;
}

.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

.postwrapper {
  padding-bottom: 25px;
  clear: both;
}
.posttitle {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  margin-bottom: 15px;
}
.posttitle h1 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #636363;
}
.posttitle h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.posttitle h3 {
  font-size: 10px;
  margin: 0px;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
}
.postcontent {
  padding-bottom: 10px;
}
.postcontent ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}
.postcontent ul li {
  margin-left: 2em;
}
.postcontent ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}
.postcontent ol li {
  margin-left: 2em;
}
.postbookmarks {
  padding-bottom: 10px;
}
.postbookmarks h4 {
  font-size: 12px;
  font-weight: bold;
}
.postbookmarks a.bm {
  display: inline-block;
}
.postbookmarks img {
  display: inline;
}
.commentwrapper {
  padding-bottom: 15px;
}
.commenttitle {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.commenttitle div {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #636363;
  font-family: "raleway", "helvetica neue", verdana, arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}
.commentcontent {
  padding-bottom: 0px;
}
.commentdetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentdetails h4.username {
  display: inline;
}
.posterror {
  font-size: 16px;
}
.tags {
  font-weight: bold;
  padding-bottom: 10px;
}
.tags ul {
  display: inline;
}
.tags ul li {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-size: 12px;
  font-weight: bold;
}
.menu-tags,
.menu-categories,
.menu-recent {
  margin: 5px 9px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
  font-size: 11px;
}
.block-blog .menu-tags ul li {
  display: inline;
  padding: 2px;
  margin-left: 10px;
}
.block-blog .menu-categories ul li {
  margin-left: 10px;
}
.block-blog .menu-recent ul li {
  margin-left: 10px;
}
.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a,
.block-blog .menu-tags ul li a {
  /* font-size: 11px; */
}
.tagcloud {
  /* text-align:center; */
}
/* .tag-count-1 {
  font-size: 1em !important;
}
.tag-count-2 {
  font-size: 1.2em !important;
}
.tag-count-3 {
  font-size: 1.4em !important;
}
.tag-count-4 {
  font-size: 1.6em !important;
}
.tag-count-5 {
  font-size: 1.8em !important;
}
.tag-count-6 {
  font-size: 2em !important;
}
.tag-count-7 {
  font-size: 2em !important;
}
.tag-count-8 {
  font-size: 2em !important;
}
.tag-count-9 {
  font-size: 2em !important;
}
.tag-count-10 {
  font-size: 2em !important;
} */
.block-blog .head h4 {
  padding-left: 20px;
}
.block-blog .block-title strong {
  background-image: url(https://xosovui.net/skin/frontend/rwd/owen/aw_blog/images/icon_blog.png);
  background-repeat: no-repeat;
  padding-left: 21px;
  text-align: left;
}
.postwrapper .poster {
  display: inline;
}
.input-box.aw-blog-comment-area {
  width: 100%;
}
.widget-latest .title {
  font-family: "raleway", "helvetica neue", verdana, arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.5em;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
}
.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin: 0;
  padding: 5px 9px;
}
a.awblog_current_comment {
  text-decoration: none !important;
  font-weight: bold !important;
}
.blog-index-list .wrapper .page .page-header .bottom-header.sticky,
.blog-cat-view .wrapper .page .page-header .bottom-header.sticky,
.blog-post-view .wrapper .page .page-header .bottom-header.sticky {
  z-index: 9999999;
}
.blog-index-list .wrapper .page .main-container .breadcrumbs,
.blog-cat-view .wrapper .page .main-container .breadcrumbs,
.blog-post-view .wrapper .page .main-container .breadcrumbs {
  background: #f5f5f5;
}
.blog-index-list .wrapper .page .main-container .breadcrumbs ul li a:hover,
.blog-cat-view .wrapper .page .main-container .breadcrumbs ul li a:hover,
.blog-post-view .wrapper .page .main-container .breadcrumbs ul li a:hover {
  color: #ff0031;
}
.blog-index-list .wrapper .page .main-container .breadcrumbs ul li span,
.blog-cat-view .wrapper .page .main-container .breadcrumbs ul li span,
.blog-post-view .wrapper .page .main-container .breadcrumbs ul li span {
  color: #999999;
}
.blog-index-list .wrapper .page .main-container .main,
.blog-cat-view .wrapper .page .main-container .main,
.blog-post-view .wrapper .page .main-container .main {
  padding-top: 45px;
}
.blog-index-list .wrapper .page .main-container .main .col-main,
.blog-cat-view .wrapper .page .main-container .main .col-main,
.blog-post-view .wrapper .page .main-container .main .col-main {
  padding-left: 15px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item {
  background: #fff;
  margin-bottom: 50px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container {
	position: relative;
	max-height: 395px;
	overflow: hidden;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time {
  position: absolute;
  width: 50px;
  height: 60px;
  text-align: center;
  margin-left: 11px;
  margin-top: 18px;
  background: #ebebeb;
  color: #fff;
  line-height: 28px;
  z-index: 1;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time:before,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time:before,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time:before {
  content: "";
  width: 50px;
  height: 60px;
  position: absolute;
  background: #333333;
  top: -2px;
  left: 2px;
  z-index: -1;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .date,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .date,
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container .created-time .date,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .date {
  display: inline-block;
  font-size: 24px;
  border-bottom: 1px solid #484848;
  margin-top: 0px;
  width: auto;
  min-width: 30px;
  padding-bottom: 2px;
  position: relative;
  left: 3px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .month,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .month,
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container .created-time .month,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container .created-time .month {
  display: block;
  font-size: 16px;
  margin-left: 3px;
  line-height: 1.2;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img {
  width: 100%;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper {
  margin-top: 22px;
  margin-left: 30px;
  padding-bottom: 7px;
  margin-right: 30px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle {
  border: 0;
  margin-bottom: 12px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle h2,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle h2,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postTitle h2 {
  font-size: 24px;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  text-transform: none;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails {
  display: flex;
  margin-bottom: 16px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li {
  font-size: 13px;
  color: #696969;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li:before,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li:before,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails li:before {
  content: "\f007";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #696969;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count {
  margin-left: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count:before,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count:before,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count:before {
  content: "\f075";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #696969;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a {
  font-size: 13px;
  color: #696969;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a:hover,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a:hover,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postDetails .comment-count a:hover {
  color: #ff0031;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postContent p,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postContent p,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .postContent p {
  letter-spacing: 0.03px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more {
  background: #333333;
  color: #fff;
  width: 150px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 55px;
  margin-top: 24px;
  margin-bottom: 23px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more:hover,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more:hover,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .postWrapper .aw-blog-read-more:hover {
  background: #000000;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar {
  border-bottom: 0;
  background: 0;
  padding-top: 30px;
  margin-top: -8px;
  border-top: 1px solid #e6e5e5;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager {
  display: flex;
  justify-content: center;
  width: 100%;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager .pages li,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #e6e5e5;
  margin: 0 5px;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager .pages li:hover,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li:hover,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li:hover {
  border: 1px solid #000000;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager .pages li a,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li a,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li a {
  height: 36px;
  line-height: 36px;
  width: 36px;
  font-size: 13px;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager .pages li .previous:hover:before,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li .previous:hover:before,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li .previous:hover:before {
  border: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager .pages li.current,
.blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li.current,
.blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager .pages li.current {
  border: 1px solid #000000;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar {
  padding: 0 15px;
  padding-left: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content {
  margin-top: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 24px;
  position: relative;
  margin-bottom: 30px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5 {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #d9d9d9;
  padding-bottom: 18px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog {
  padding: 0 20px;
  position: relative;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog .validation-advice,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog .validation-advice,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog .validation-advice {
  color: #ff0000;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  border: 0;
  padding-left: 14px;
  padding-top: 3px;
  padding-right: 33px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:focus,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:focus,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:focus {
  outline: none;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::placeholder,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::placeholder,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::placeholder {
  color: #b4b0b0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:-ms-input-placeholder,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:-ms-input-placeholder,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input:-ms-input-placeholder {
  color: #b4b0b0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::-ms-input-placeholder,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::-ms-input-placeholder,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog input::-ms-input-placeholder {
  color: #b4b0b0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  border: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before {
  content: "\f002";
  position: absolute;
  font-size: 14px;
  font-family: "fontawesome";
  color: #c5c5c5;
  right: 34px;
  top: 14px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories h5,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories h5,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories h5 {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #d9d9d9;
  padding-left: 20px;
  padding-top: 31px;
  padding-bottom: 18px;
  font-size: 16px;
  margin-bottom: 11px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul {
  margin: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a {
  font-size: 14px;
  display: block;
  color: #696969;
  font-family: "svn-gotham", sans-serif;
  padding-top: 12px;
  padding-bottom: 13px;
  font-weight: 400;
  overflow: hidden;
  margin-right: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a .fas.fa-long-arrow-alt-right,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a .fas.fa-long-arrow-alt-right,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a .fas.fa-long-arrow-alt-right {
  display: none;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover {
  color: #000;
  font-weight: 400;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover .fas.fa-long-arrow-alt-right,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover .fas.fa-long-arrow-alt-right,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li a:hover .fas.fa-long-arrow-alt-right {
  display: inline-block;
  margin-right: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li:last-child,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li:last-child,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-categories ul li:last-child {
  border-bottom: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent {
  margin: 0;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent h5,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent h5,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent h5 {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #d9d9d9;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 18px;
  font-size: 16px;
  margin-bottom: 29px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li {
  margin: 0;
  padding: 0 20px;
  margin-bottom: 15px;
  min-height: 96px;
  padding-right: 0;
  margin-right: 20px;
  overflow: hidden;
  line-height: 1.5;
  z-index: -1;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover {
  z-index: -1;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image {
  position: relative;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:before,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:before,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  top: 0;
  left: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:after,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:after,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li:hover span.post-image:after {
  content: "\f002";
  font-family: "fontawesome";
  font-size: 15px;
  position: absolute;
  top: 36px;
  left: 42px;
  z-index: 999999;
  color: #fff;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li a,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li a,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li a {
  line-height: 1.1;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image {
  float: left;
  height: 99px;
  margin-right: 17px;
  width: 99px;
  object-fit: cover;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image img,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image img,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image img {
  width: 100%;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #282828;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info:hover,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info:hover,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info:hover {
  color: #ff0031;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span {
  display: block;
  font-style: italic;
  color: #696969;
  font-family: "SVN-GothamBook", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 0px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date {
  margin: 0;
  background: #fff;
  margin-bottom: 30px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date h5,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date h5,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date h5 {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #d9d9d9;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 18px;
  font-size: 16px;
  margin-bottom: 11px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul {
  padding: 0 20px;
  padding-bottom: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a {
  color: #696969;
  display: block;
  height: 50px;
  line-height: 50px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a:hover,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a:hover,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li a:hover {
  color: #ff0031;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li:last-child,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li:last-child,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-via-date ul li:last-child {
  border-bottom: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags {
  margin: 0;
  background: #fff;
  padding-bottom: 25px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags h5,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags h5,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags h5 {
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
  border-bottom: 3px solid #d9d9d9;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 18px;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul {
  padding: 0 20px;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li {
  margin: 0;
  padding: 0;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a {
  border: 1px solid #c1c1c1;
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 6px;
  color: #555555;
}
.blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a:hover,
.blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a:hover,
.blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags ul li a:hover {
  color: #ff0031;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container {
  position: relative;
	max-height: 395px;
	overflow: hidden;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container .created-time {
  position: absolute;
  width: 50px;
  height: 60px;
  text-align: center;
  margin-left: 10px;
  margin-top: 13px;
  background: #ebebeb;
  color: #fff;
  line-height: 28px;
  z-index: 1;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container .created-time:before {
  content: "";
  width: 50px;
  height: 60px;
  position: absolute;
  background: #333333;
  top: -2px;
  left: 2px;
  z-index: -1;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container img {
  width: 100%;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper {
  margin-top: 22px;
  padding-bottom: 7px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .posttitle {
  border: 0;
  margin-bottom: 12px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .posttitle h2 {
  font-size: 24px;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  text-transform: none;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails {
  display: flex;
  margin-bottom: 16px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails li {
  font-size: 13px;
  color: #696969;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails li:before {
  content: "\f007";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #696969;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails .comment-count {
  margin-left: 20px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails .comment-count:before {
  content: "\f075";
  font-family: "fontawesome";
  margin-right: 5px;
  color: #696969;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails .comment-count a {
  font-size: 13px;
  color: #696969;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postdetails .comment-count a:hover {
  color: #ff0031;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content ul.list-text {
  margin-top: 24px;
  margin-bottom: 23px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content ul.list-text li {
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 19px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content ul.list-text li:before {
  content: ".";
  font-size: 40px;
  position: absolute;
  left: -1px;
  top: -11px;
  color: #333333;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content .text-long p.text-long-i {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 29px;
  font-style: italic;
  position: relative;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content .text-long p.text-long-i:before {
  content: "";
  border-left: 4px solid #333333;
  position: absolute;
  height: 86%;
  top: 8px;
  left: 0;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares {
  border-top: 1px solid #e6e5e5;
  padding-top: 30px;
  margin-top: -6px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares ul {
  margin-bottom: 32px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares ul li {
  display: inline-block;
  width: 38px;
  height: 38px;
  background: #fff;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  color: #ebebeb;
  border: 2px solid #ebebeb;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares ul li a:hover {
  color: #404040;
  border: 2px solid #404040;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-shares ul li.text {
  width: auto;
  border: 0;
  background: 0;
  color: #555555;
  margin-right: 3px;
  font-size: 14px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper {
  padding-left: 2px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .commenttitle {
  line-height: 40px;
  border-bottom: 3px solid #adaeae;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .commenttitle h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  color: #222222;
  display: inline-block;
  letter-spacing: 1.1px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .commenttitle .show-add-comment {
  float: right;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333333;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .toolbar {
  border: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .toolbar .sorter {
  display: none;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .commentwrapper .commentcontent {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper .commentwrapper .commentdetails {
  font-style: italic;
  margin-top: 18px;
  font-size: 13px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment {
  margin-top: 45px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset {
  position: relative;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .legend {
  font-size: 16px;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  color: #222222;
  border: 0;
  letter-spacing: 1.1px;
  margin-bottom: 23px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .pe-7s-close {
  width: 48px;
  position: absolute;
  height: 48px;
  top: -2px;
  right: 0px;
  background: #959696;
  color: #fff;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .pe-7s-close:before {
  content: "\e680";
  font-family: 'pe-icon-7-stroke';
  font-size: 67px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .pe-7s-close:hover {
  background: #ff0000;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .hide-add-comment {
  text-align: right;
  width: 100%;
  display: block;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left {
  width: 50%;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left .input-box {
  margin-bottom: 7px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left .input-box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left .input-box label {
  margin-bottom: 5px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left .validation-advice {
  color: #ff0000;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right {
  width: 50%;
  padding-left: 13px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right .input-box.aw-blog-comment-area label {
  margin-bottom: 5px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right .input-box.aw-blog-comment-area #comment {
  height: 115px;
  padding-top: 10px;
  border: 1px solid #ebebeb;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right .input-box.aw-blog-comment-area #comment:focus {
  border-color: #333333;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right .validation-advice {
  color: #ff0000;
}
.blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .button-set {
  margin-bottom: 39px;
}

/* Post related */
.post-related {
  margin: 0 -10px;
  padding-bottom: 18px;
}
.post-related .list-posts .post-item {
  padding: 0 10px;
}
.post-related .list-posts .post-item .blog-post-read-more {
  font-family: "svn-gotham", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  font-style: italic;
  font-size: 13px;
}
.post-related .list-posts .post-item .blog-post-read-more i {
  margin-right: 8px;
}
.post-related .list-posts .post-item .blog-post-read-more-wrapper {
  margin-top: 6px;
}
.post-related .list-posts .post-item .post-image-container img {
    height: 202px;
    margin-right: 17px;
    width: 100%;
    object-fit: cover;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related ul.list-posts .post-item {
    background: transparent;
}
.post-related .row {
    margin: 0 -10px;
}
.post-related .post-item {
    padding: 0 10px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper {
    margin: 23px 0 0;
    padding: 0;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper .postTitle h2,
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper .postTitle h2 a {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper .postTitle {
    margin-bottom: 11px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper .postDetails .comment-count {
    margin-left: 0;
}
.blog-post-view .wrapper .page .main-container .main .col-main .post-related .list-posts .post-item .postWrapper .postDetails li.by {
    margin-right: 35px;
}
.post-related .list-posts .post-item .postContent {
    max-height: 75px;
    overflow: hidden;
}
.blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img {
  height: 393px;
  object-fit: cover;
}
.blog-index-list .wrapper .page .main-container .main .col-main .post-related ul.list-posts .post-item .post-image-container .created-time,
.blog-cat-view .wrapper .page .main-container .main .col-main .post-related ul.list-posts .post-item .post-image-container .created-time,
.blog-post-view .wrapper .page .main-container .main .col-main .post-related ul.list-posts .post-item .post-image-container .created-time {
  margin-top: 12px;
}
.list-posts .post-item .postWrapper .postTitle h2 a {
  font-size: 24px;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2;
}
.list-posts .post-item .postWrapper .postContent * {
  font-weight: normal;
}
.list-posts .post-item .postWrapper .postContent {
  max-height: 72px;
  overflow: hidden;
}
.post-related .owl-theme .owl-controls .owl-buttons .fa:before {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Pe-icon-7-stroke';
  font-size: 40px;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-next:hover .fa:before,
.post-related .owl-theme .owl-controls .owl-buttons .owl-prev:hover .fa:before {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Pe-icon-7-filled';
}
.post-related .owl-theme .owl-controls .owl-buttons div:hover,
.post-related .owl-theme .owl-controls .owl-buttons div {
  text-indent: 0;
  background: transparent;
  top: 82px !important;
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-next .fa:before {
  content: "\e699";
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-prev .fa:before {
  content: "\e6a2";
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-next:hover .fa:before {
  content: "\e611";
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-prev:hover .fa:before {
  content: "\e61a";
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}
.post-related .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 4px;
}
.post-related .list-posts .post-item:hover .post-image-container a:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
}
.post-related .list-posts .post-item .post-image-container {
  position: relative;
}
.post-related .related-title {
  padding: 0 10px;
  text-align: center;
  margin: 90px 0 38px;
}
.post-related .related-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: "SVN-Gotham",sans-serif;
  position: relative;
}
.post-related .related-title h2:before {
  display: inline-block;
  content: "";
  width: 47px;
  height: 2px;
  background: #000000;
  margin-right: 20px;
  margin-top: 7px;
}
.post-related .related-title h2:after {
  display: inline-block;
  content: "";
  width: 47px;
  height: 2px;
  background: #000000;
  margin-left: 20px;
  margin-top: 7px;
}


@media screen and (max-width: 1199px) {
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog {
    padding: 0 10px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search .search-blog button:before {
    right: 25px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-image {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent ul li .post-info span {
    display: flex;
    width: 100%;
  }
  .post-related .related-title {
    margin: 40px 0 38px;
  }
}
@media screen and (max-width: 770px) {
  .post-related .related-title h2 {
    font-size: 24px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main,
  .blog-cat-view .wrapper .page .main-container .main .col-main,
  .blog-post-view .wrapper .page .main-container .main .col-main {
    padding-left: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .commentwrapper .toolbar .sorter-mobile,
  .blog-cat-view .wrapper .page .main-container .main .commentwrapper .toolbar .sorter-mobile,
  .blog-post-view .wrapper .page .main-container .main .commentwrapper .toolbar .sorter-mobile {
    display: none;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar {
    padding-right: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog {
    border-bottom: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content {
    border: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5 {
    padding-left: 19px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent {
    display: none;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .blog-index-list .wrapper .page .main-container .main,
  .blog-cat-view .wrapper .page .main-container .main,
  .blog-post-view .wrapper .page .main-container .main {
    padding-top: 52px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main,
  .blog-cat-view .wrapper .page .main-container .main .col-main,
  .blog-post-view .wrapper .page .main-container .main .col-main {
    padding-left: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container,
.blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container,
.blog-post-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container {
	max-height:212px;
}
.blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .post-image-container {
	max-height:212px;
}
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper {
    padding-bottom: 1px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postdetails,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postdetails,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postdetails {
    margin-bottom: 19px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent {
    padding-right: 27px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent p,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent p,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent p {
    padding-right: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .aw-blog-read-more,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .aw-blog-read-more,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .aw-blog-read-more {
    width: 100%;
    margin-bottom: 32px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .toolbar,
  .blog-cat-view .wrapper .page .main-container .main .col-main .toolbar,
  .blog-post-view .wrapper .page .main-container .main .col-main .toolbar {
    border-top: 0;
    padding-top: 0;
    margin-top: -22px;
    margin-bottom: 50px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager,
  .blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager,
  .blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager {
    display: flex;
    justify-content: center;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar {
    padding: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5 {
    padding-left: 19px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-recent {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .blog-index-list .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent,
  .blog-cat-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent,
  .blog-post-view .wrapper .page .main-container .main .col-main .list-posts .post-item .postwrapper .postcontent {
    padding-right: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .toolbar,
  .blog-cat-view .wrapper .page .main-container .main .col-main .toolbar,
  .blog-post-view .wrapper .page .main-container .main .col-main .toolbar {
    border-top: 0;
    padding-top: 0;
    margin-top: -22px;
    margin-bottom: 35px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main .toolbar .pager,
  .blog-cat-view .wrapper .page .main-container .main .col-main .toolbar .pager,
  .blog-post-view .wrapper .page .main-container .main .col-main .toolbar .pager {
    display: flex;
    justify-content: center;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar {
    padding: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content {
    border: 0;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .block-search h5 {
    padding-left: 19px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags {
    padding-bottom: 30px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags .tagcloud,
  .blog-cat-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags .tagcloud,
  .blog-post-view .wrapper .page .main-container .main .col-left.sidebar .block.block-blog .block-content .menu-tags .tagcloud {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 770px) {
  .blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .posttitle {
    margin-bottom: 14px;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .postwrapper.blog-post-content .postwrapper .postcontent .blog-content ul.list-text {
    margin-top: 30px;
    margin-bottom: 23px;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper {
    padding-left: 0;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment {
    margin-top: 36px;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-left {
    width: 100%;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .form-list .col-right {
    width: 100%;
    padding: 0;
  }
  .blog-post-view .wrapper .page .main-container .main .col-main .commentwrapper #postcomment .fieldset .legend-block .pe-7s-close {
    top: -13px;
  }
}
.cms-page-view .wrapper .page .main-container .breadcrumbs ul li a:hover {
  color: #ff0031;
}
.cms-page-view .wrapper .page .main-container .breadcrumbs ul li span {
  color: #999999;
}
.cms-page-view .wrapper .page .main-container .main {
  padding-bottom: 75px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std p {
  font-family: "SVN-GothamBook", sans-serif;
  font-style: normal;
  letter-spacing: 0.08px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std span {
  font-family: "SVN-GothamBook", sans-serif;
  letter-spacing: 0.08px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std strong {
  font-family: "svn-gotham", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo {
  margin-top: 10px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul {
  display: flex;
  justify-content: space-between;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li {
  margin-right: 19px;
  list-style-type: none;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li:last-child {
  margin-right: 0;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li a {
  display: block;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li a:hover {
  box-shadow: 0px 1px 1px 3px #eceded;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li a img {
  width: 100%;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content {
  margin-top: 50px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content h2 {
  color: #000000;
  text-align: center;
  margin-bottom: 26px;
  font-family: "svn-gotham", sans-serif;
  font-weight: 500;
  font-size: 30px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .img-content img {
  width: 100%;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-content-text {
  margin-top: 43px;
  margin-left: 2px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-content-text .brands-text {
  margin-bottom: 23px;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-content-text .brands-text a {
  color: #ff0000;
  font-style: italic;
  border-bottom: 1px solid #facfcf;
  font-family: "svn-gotham", sans-serif;
  font-weight: 600;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-content-text .brands-text a:hover {
  color: #ff0031;
}
.cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-text.two-text {
  margin-top: -3px;
  margin-bottom: 21px;
}
@media screen and (max-width: 770px) {
  .cms-page-view .wrapper .page .main-container .main {
    padding-top: 22px;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul {
    flex-wrap: wrap;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li {
    margin-right: 15px;
    width: 31%;
    margin-bottom: 20px;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li:nth-child(3) {
    margin-right: 0;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content {
    margin-top: 18px;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content h2 {
    margin-bottom: 28px;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-content .brands-content-text {
    margin-top: 42px;
  }
  .blog-index-list .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img,
  .blog-cat-view .wrapper .page .main-container .main .col-main ul.list-posts .post-item .post-image-container img {
    height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul {
    flex-wrap: wrap;
  }
  .cms-page-view .wrapper .page .main-container .main .col-main .std .brands-page .brands-logo ul li {
    margin-right: 10px;
  }
  .post-related .related-title h2:before {
    margin-right: 5px;
  }
  .post-related .related-title h2:after {
    margin-left: 5px;
  }
}

