/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

    .hide-for-mobile{
    display:block;
}
@media (max-width: 767px) {
  .main-content-padding{
  margin: 0 1rem;
}
    .hide-for-mobile{
    display:none;
}

}
.wsa-cookielaw{
  top: 95% !important;
}
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
  }
}
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  : alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

@media all {
  html.with-featherlight {
    overflow: hidden;
  }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight link.featherlight-inner,
  .featherlight script.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }

  @media only screen and (max-width: 700px) {
        .size-guide-content img{
      width:370px;
      height:auto;
    }
    .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
    }
    .featherlight .featherlight-close-icon {
      opacity: 1;
    }
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  border-left: 5px solid #fff;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

.grtyoutube-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

.grtyoutube-popup-content {
  margin-top: 150px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grtyoutube-popup-close {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 25px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.grtyoutube-iframe {
  width: 100%;
  height: 480px;
  display: block;
}

@media (max-width: 767px) {
  .grtyoutube-iframe {
    width: 100%;
    height: 350px;
  }
}

.grtyoutube-dark-theme {
  background: rgba(0, 0, 0, 0.3);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
  box-shadow: 0 18px 86px -6px rgba(0, 0, 0, 0.15);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
  background: url("icon-close-white.png") no-repeat;
}

.grtyoutube-light-theme {
  background: rgba(255, 255, 255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
  background: url("icon-close-black.png") no-repeat;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0px;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}

.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.padding-35 {
  padding: 35px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.padding-45 {
  padding: 45px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.p-t-55 {
  padding-top: 55px !important;
}

.p-r-55 {
  padding-right: 55px !important;
}

.p-l-55 {
  padding-left: 55px !important;
}

.p-b-55 {
  padding-bottom: 55px !important;
}

.padding-55 {
  padding: 55px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-r-60 {
  padding-right: 60px !important;
}

.p-l-60 {
  padding-left: 60px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.p-t-65 {
  padding-top: 65px !important;
}

.p-r-65 {
  padding-right: 65px !important;
}

.p-l-65 {
  padding-left: 65px !important;
}

.p-b-65 {
  padding-bottom: 65px !important;
}

.padding-65 {
  padding: 65px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.padding-75 {
  padding: 75px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-r-80 {
  padding-right: 80px !important;
}

.p-l-80 {
  padding-left: 80px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.p-t-85 {
  padding-top: 85px !important;
}

.p-r-85 {
  padding-right: 85px !important;
}

.p-l-85 {
  padding-left: 85px !important;
}

.p-b-85 {
  padding-bottom: 85px !important;
}

.padding-85 {
  padding: 85px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-r-90 {
  padding-right: 90px !important;
}

.p-l-90 {
  padding-left: 90px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.p-t-95 {
  padding-top: 95px !important;
}

.p-r-95 {
  padding-right: 95px !important;
}

.p-l-95 {
  padding-left: 95px !important;
}

.p-b-95 {
  padding-bottom: 95px !important;
}

.padding-95 {
  padding: 95px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.p-t-105 {
  padding-top: 105px !important;
}

.p-r-105 {
  padding-right: 105px !important;
}

.p-l-105 {
  padding-left: 105px !important;
}

.p-b-105 {
  padding-bottom: 105px !important;
}

.padding-105 {
  padding: 105px !important;
}

.p-t-110 {
  padding-top: 110px !important;
}

.p-r-110 {
  padding-right: 110px !important;
}

.p-l-110 {
  padding-left: 110px !important;
}

.p-b-110 {
  padding-bottom: 110px !important;
}

.padding-110 {
  padding: 110px !important;
}

.p-t-115 {
  padding-top: 115px !important;
}

.p-r-115 {
  padding-right: 115px !important;
}

.p-l-115 {
  padding-left: 115px !important;
}

.p-b-115 {
  padding-bottom: 115px !important;
}

.padding-115 {
  padding: 115px !important;
}

.p-t-120 {
  padding-top: 120px !important;
}

.p-r-120 {
  padding-right: 120px !important;
}

.p-l-120 {
  padding-left: 120px !important;
}

.p-b-120 {
  padding-bottom: 120px !important;
}

.padding-120 {
  padding: 120px !important;
}

.p-t-125 {
  padding-top: 125px !important;
}

.p-r-125 {
  padding-right: 125px !important;
}

.p-l-125 {
  padding-left: 125px !important;
}

.p-b-125 {
  padding-bottom: 125px !important;
}

.padding-125 {
  padding: 125px !important;
}

.p-t-130 {
  padding-top: 130px !important;
}

.p-r-130 {
  padding-right: 130px !important;
}

.p-l-130 {
  padding-left: 130px !important;
}

.p-b-130 {
  padding-bottom: 130px !important;
}

.padding-130 {
  padding: 130px !important;
}

.p-t-135 {
  padding-top: 135px !important;
}

.p-r-135 {
  padding-right: 135px !important;
}

.p-l-135 {
  padding-left: 135px !important;
}

.p-b-135 {
  padding-bottom: 135px !important;
}

.padding-135 {
  padding: 135px !important;
}

.p-t-140 {
  padding-top: 140px !important;
}

.p-r-140 {
  padding-right: 140px !important;
}

.p-l-140 {
  padding-left: 140px !important;
}

.p-b-140 {
  padding-bottom: 140px !important;
}

.padding-140 {
  padding: 140px !important;
}

.p-t-145 {
  padding-top: 145px !important;
}

.p-r-145 {
  padding-right: 145px !important;
}

.p-l-145 {
  padding-left: 145px !important;
}

.p-b-145 {
  padding-bottom: 145px !important;
}

.padding-145 {
  padding: 145px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.padding-150 {
  padding: 150px !important;
}

.p-t-155 {
  padding-top: 155px !important;
}

.p-r-155 {
  padding-right: 155px !important;
}

.p-l-155 {
  padding-left: 155px !important;
}

.p-b-155 {
  padding-bottom: 155px !important;
}

.padding-155 {
  padding: 155px !important;
}

.p-t-160 {
  padding-top: 160px !important;
}

.p-r-160 {
  padding-right: 160px !important;
}

.p-l-160 {
  padding-left: 160px !important;
}

.p-b-160 {
  padding-bottom: 160px !important;
}

.padding-160 {
  padding: 160px !important;
}

.p-t-165 {
  padding-top: 165px !important;
}

.p-r-165 {
  padding-right: 165px !important;
}

.p-l-165 {
  padding-left: 165px !important;
}

.p-b-165 {
  padding-bottom: 165px !important;
}

.padding-165 {
  padding: 165px !important;
}

.p-t-170 {
  padding-top: 170px !important;
}

.p-r-170 {
  padding-right: 170px !important;
}

.p-l-170 {
  padding-left: 170px !important;
}

.p-b-170 {
  padding-bottom: 170px !important;
}

.padding-170 {
  padding: 170px !important;
}

.p-t-175 {
  padding-top: 175px !important;
}

.p-r-175 {
  padding-right: 175px !important;
}

.p-l-175 {
  padding-left: 175px !important;
}

.p-b-175 {
  padding-bottom: 175px !important;
}

.padding-175 {
  padding: 175px !important;
}

.p-t-180 {
  padding-top: 180px !important;
}

.p-r-180 {
  padding-right: 180px !important;
}

.p-l-180 {
  padding-left: 180px !important;
}

.p-b-180 {
  padding-bottom: 180px !important;
}

.padding-180 {
  padding: 180px !important;
}

.p-t-185 {
  padding-top: 185px !important;
}

.p-r-185 {
  padding-right: 185px !important;
}

.p-l-185 {
  padding-left: 185px !important;
}

.p-b-185 {
  padding-bottom: 185px !important;
}

.padding-185 {
  padding: 185px !important;
}

.p-t-190 {
  padding-top: 190px !important;
}

.p-r-190 {
  padding-right: 190px !important;
}

.p-l-190 {
  padding-left: 190px !important;
}

.p-b-190 {
  padding-bottom: 190px !important;
}

.padding-190 {
  padding: 190px !important;
}

.p-t-195 {
  padding-top: 195px !important;
}

.p-r-195 {
  padding-right: 195px !important;
}

.p-l-195 {
  padding-left: 195px !important;
}

.p-b-195 {
  padding-bottom: 195px !important;
}

.padding-195 {
  padding: 195px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.padding-200 {
  padding: 200px !important;
}

.p-t-205 {
  padding-top: 205px !important;
}

.p-r-205 {
  padding-right: 205px !important;
}

.p-l-205 {
  padding-left: 205px !important;
}

.p-b-205 {
  padding-bottom: 205px !important;
}

.padding-205 {
  padding: 205px !important;
}

.p-t-210 {
  padding-top: 210px !important;
}

.p-r-210 {
  padding-right: 210px !important;
}

.p-l-210 {
  padding-left: 210px !important;
}

.p-b-210 {
  padding-bottom: 210px !important;
}

.padding-210 {
  padding: 210px !important;
}

.p-t-215 {
  padding-top: 215px !important;
}

.p-r-215 {
  padding-right: 215px !important;
}

.p-l-215 {
  padding-left: 215px !important;
}

.p-b-215 {
  padding-bottom: 215px !important;
}

.padding-215 {
  padding: 215px !important;
}

.p-t-220 {
  padding-top: 220px !important;
}

.p-r-220 {
  padding-right: 220px !important;
}

.p-l-220 {
  padding-left: 220px !important;
}

.p-b-220 {
  padding-bottom: 220px !important;
}

.padding-220 {
  padding: 220px !important;
}

.p-t-225 {
  padding-top: 225px !important;
}

.p-r-225 {
  padding-right: 225px !important;
}

.p-l-225 {
  padding-left: 225px !important;
}

.p-b-225 {
  padding-bottom: 225px !important;
}

.padding-225 {
  padding: 225px !important;
}

.p-t-230 {
  padding-top: 230px !important;
}

.p-r-230 {
  padding-right: 230px !important;
}

.p-l-230 {
  padding-left: 230px !important;
}

.p-b-230 {
  padding-bottom: 230px !important;
}

.padding-230 {
  padding: 230px !important;
}

.p-t-235 {
  padding-top: 235px !important;
}

.p-r-235 {
  padding-right: 235px !important;
}

.p-l-235 {
  padding-left: 235px !important;
}

.p-b-235 {
  padding-bottom: 235px !important;
}

.padding-235 {
  padding: 235px !important;
}

.p-t-240 {
  padding-top: 240px !important;
}

.p-r-240 {
  padding-right: 240px !important;
}

.p-l-240 {
  padding-left: 240px !important;
}

.p-b-240 {
  padding-bottom: 240px !important;
}

.padding-240 {
  padding: 240px !important;
}

.p-t-245 {
  padding-top: 245px !important;
}

.p-r-245 {
  padding-right: 245px !important;
}

.p-l-245 {
  padding-left: 245px !important;
}

.p-b-245 {
  padding-bottom: 245px !important;
}

.padding-245 {
  padding: 245px !important;
}

.p-t-250 {
  padding-top: 250px !important;
}

.p-r-250 {
  padding-right: 250px !important;
}

.p-l-250 {
  padding-left: 250px !important;
}

.p-b-250 {
  padding-bottom: 250px !important;
}

.padding-250 {
  padding: 250px !important;
}

@media (max-width: 767px) {
  .sm-p-t-0 {
    padding-top: 0px !important;
  }
  .sm-p-r-0 {
    padding-right: 0px !important;
  }
  .sm-p-l-0 {
    padding-left: 0px !important;
  }
  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }
  .sm-p-t-5 {
    padding-top: 5px !important;
  }
  .sm-p-r-5 {
    padding-right: 5px !important;
  }
  .sm-p-l-5 {
    padding-left: 5px !important;
  }
  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }
  .sm-p-t-10 {
    padding-top: 10px !important;
  }
  .sm-p-r-10 {
    padding-right: 10px !important;
  }
  .sm-p-l-10 {
    padding-left: 10px !important;
  }
  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }
  .sm-p-t-15 {
    padding-top: 15px !important;
  }
  .sm-p-r-15 {
    padding-right: 15px !important;
  }
  .sm-p-l-15 {
    padding-left: 15px !important;
  }
  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }
  .sm-p-t-20 {
    padding-top: 20px !important;
  }
  .sm-p-r-20 {
    padding-right: 20px !important;
  }
  .sm-p-l-20 {
    padding-left: 20px !important;
  }
  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }
  .sm-p-t-25 {
    padding-top: 25px !important;
  }
  .sm-p-r-25 {
    padding-right: 25px !important;
  }
  .sm-p-l-25 {
    padding-left: 25px !important;
  }
  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }
  .sm-p-t-30 {
    padding-top: 30px !important;
  }
  .sm-p-r-30 {
    padding-right: 30px !important;
  }
  .sm-p-l-30 {
    padding-left: 30px !important;
  }
  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }
  .sm-p-t-35 {
    padding-top: 35px !important;
  }
  .sm-p-r-35 {
    padding-right: 35px !important;
  }
  .sm-p-l-35 {
    padding-left: 35px !important;
  }
  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }
  .sm-p-t-40 {
    padding-top: 40px !important;
  }
  .sm-p-r-40 {
    padding-right: 40px !important;
  }
  .sm-p-l-40 {
    padding-left: 40px !important;
  }
  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }
  .sm-p-t-45 {
    padding-top: 45px !important;
  }
  .sm-p-r-45 {
    padding-right: 45px !important;
  }
  .sm-p-l-45 {
    padding-left: 45px !important;
  }
  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }
  .sm-p-t-50 {
    padding-top: 50px !important;
  }
  .sm-p-r-50 {
    padding-right: 50px !important;
  }
  .sm-p-l-50 {
    padding-left: 50px !important;
  }
  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }
  .sm-p-t-55 {
    padding-top: 55px !important;
  }
  .sm-p-r-55 {
    padding-right: 55px !important;
  }
  .sm-p-l-55 {
    padding-left: 55px !important;
  }
  .sm-p-b-55 {
    padding-bottom: 55px !important;
  }
  .sm-p-t-60 {
    padding-top: 60px !important;
  }
  .sm-p-r-60 {
    padding-right: 60px !important;
  }
  .sm-p-l-60 {
    padding-left: 60px !important;
  }
  .sm-p-b-60 {
    padding-bottom: 60px !important;
  }
  .sm-p-t-65 {
    padding-top: 65px !important;
  }
  .sm-p-r-65 {
    padding-right: 65px !important;
  }
  .sm-p-l-65 {
    padding-left: 65px !important;
  }
  .sm-p-b-65 {
    padding-bottom: 65px !important;
  }
  .sm-p-t-70 {
    padding-top: 70px !important;
  }
  .sm-p-r-70 {
    padding-right: 70px !important;
  }
  .sm-p-l-70 {
    padding-left: 70px !important;
  }
  .sm-p-b-70 {
    padding-bottom: 70px !important;
  }
  .sm-p-t-75 {
    padding-top: 75px !important;
  }
  .sm-p-r-75 {
    padding-right: 75px !important;
  }
  .sm-p-l-75 {
    padding-left: 75px !important;
  }
  .sm-p-b-75 {
    padding-bottom: 75px !important;
  }
  .sm-p-t-80 {
    padding-top: 80px !important;
  }
  .sm-p-r-80 {
    padding-right: 80px !important;
  }
  .sm-p-l-80 {
    padding-left: 80px !important;
  }
  .sm-p-b-80 {
    padding-bottom: 80px !important;
  }
  .sm-p-t-85 {
    padding-top: 85px !important;
  }
  .sm-p-r-85 {
    padding-right: 85px !important;
  }
  .sm-p-l-85 {
    padding-left: 85px !important;
  }
  .sm-p-b-85 {
    padding-bottom: 85px !important;
  }
  .sm-p-t-90 {
    padding-top: 90px !important;
  }
  .sm-p-r-90 {
    padding-right: 90px !important;
  }
  .sm-p-l-90 {
    padding-left: 90px !important;
  }
  .sm-p-b-90 {
    padding-bottom: 90px !important;
  }
  .sm-p-t-95 {
    padding-top: 95px !important;
  }
  .sm-p-r-95 {
    padding-right: 95px !important;
  }
  .sm-p-l-95 {
    padding-left: 95px !important;
  }
  .sm-p-b-95 {
    padding-bottom: 95px !important;
  }
  .sm-p-t-100 {
    padding-top: 100px !important;
  }
  .sm-p-r-100 {
    padding-right: 100px !important;
  }
  .sm-p-l-100 {
    padding-left: 100px !important;
  }
  .sm-p-b-100 {
    padding-bottom: 100px !important;
  }
  .sm-p-t-105 {
    padding-top: 105px !important;
  }
  .sm-p-r-105 {
    padding-right: 105px !important;
  }
  .sm-p-l-105 {
    padding-left: 105px !important;
  }
  .sm-p-b-105 {
    padding-bottom: 105px !important;
  }
  .sm-p-t-110 {
    padding-top: 110px !important;
  }
  .sm-p-r-110 {
    padding-right: 110px !important;
  }
  .sm-p-l-110 {
    padding-left: 110px !important;
  }
  .sm-p-b-110 {
    padding-bottom: 110px !important;
  }
  .sm-p-t-115 {
    padding-top: 115px !important;
  }
  .sm-p-r-115 {
    padding-right: 115px !important;
  }
  .sm-p-l-115 {
    padding-left: 115px !important;
  }
  .sm-p-b-115 {
    padding-bottom: 115px !important;
  }
  .sm-p-t-120 {
    padding-top: 120px !important;
  }
  .sm-p-r-120 {
    padding-right: 120px !important;
  }
  .sm-p-l-120 {
    padding-left: 120px !important;
  }
  .sm-p-b-120 {
    padding-bottom: 120px !important;
  }
  .sm-p-t-125 {
    padding-top: 125px !important;
  }
  .sm-p-r-125 {
    padding-right: 125px !important;
  }
  .sm-p-l-125 {
    padding-left: 125px !important;
  }
  .sm-p-b-125 {
    padding-bottom: 125px !important;
  }
  .sm-p-t-130 {
    padding-top: 130px !important;
  }
  .sm-p-r-130 {
    padding-right: 130px !important;
  }
  .sm-p-l-130 {
    padding-left: 130px !important;
  }
  .sm-p-b-130 {
    padding-bottom: 130px !important;
  }
  .sm-p-t-135 {
    padding-top: 135px !important;
  }
  .sm-p-r-135 {
    padding-right: 135px !important;
  }
  .sm-p-l-135 {
    padding-left: 135px !important;
  }
  .sm-p-b-135 {
    padding-bottom: 135px !important;
  }
  .sm-p-t-140 {
    padding-top: 140px !important;
  }
  .sm-p-r-140 {
    padding-right: 140px !important;
  }
  .sm-p-l-140 {
    padding-left: 140px !important;
  }
  .sm-p-b-140 {
    padding-bottom: 140px !important;
  }
  .sm-p-t-145 {
    padding-top: 145px !important;
  }
  .sm-p-r-145 {
    padding-right: 145px !important;
  }
  .sm-p-l-145 {
    padding-left: 145px !important;
  }
  .sm-p-b-145 {
    padding-bottom: 145px !important;
  }
  .sm-p-t-150 {
    padding-top: 150px !important;
  }
  .sm-p-r-150 {
    padding-right: 150px !important;
  }
  .sm-p-l-150 {
    padding-left: 150px !important;
  }
  .sm-p-b-150 {
    padding-bottom: 150px !important;
  }
  .sm-p-t-155 {
    padding-top: 155px !important;
  }
  .sm-p-r-155 {
    padding-right: 155px !important;
  }
  .sm-p-l-155 {
    padding-left: 155px !important;
  }
  .sm-p-b-155 {
    padding-bottom: 155px !important;
  }
  .sm-p-t-160 {
    padding-top: 160px !important;
  }
  .sm-p-r-160 {
    padding-right: 160px !important;
  }
  .sm-p-l-160 {
    padding-left: 160px !important;
  }
  .sm-p-b-160 {
    padding-bottom: 160px !important;
  }
  .sm-p-t-165 {
    padding-top: 165px !important;
  }
  .sm-p-r-165 {
    padding-right: 165px !important;
  }
  .sm-p-l-165 {
    padding-left: 165px !important;
  }
  .sm-p-b-165 {
    padding-bottom: 165px !important;
  }
  .sm-p-t-170 {
    padding-top: 170px !important;
  }
  .sm-p-r-170 {
    padding-right: 170px !important;
  }
  .sm-p-l-170 {
    padding-left: 170px !important;
  }
  .sm-p-b-170 {
    padding-bottom: 170px !important;
  }
  .sm-p-t-175 {
    padding-top: 175px !important;
  }
  .sm-p-r-175 {
    padding-right: 175px !important;
  }
  .sm-p-l-175 {
    padding-left: 175px !important;
  }
  .sm-p-b-175 {
    padding-bottom: 175px !important;
  }
  .sm-p-t-180 {
    padding-top: 180px !important;
  }
  .sm-p-r-180 {
    padding-right: 180px !important;
  }
  .sm-p-l-180 {
    padding-left: 180px !important;
  }
  .sm-p-b-180 {
    padding-bottom: 180px !important;
  }
  .sm-p-t-185 {
    padding-top: 185px !important;
  }
  .sm-p-r-185 {
    padding-right: 185px !important;
  }
  .sm-p-l-185 {
    padding-left: 185px !important;
  }
  .sm-p-b-185 {
    padding-bottom: 185px !important;
  }
  .sm-p-t-190 {
    padding-top: 190px !important;
  }
  .sm-p-r-190 {
    padding-right: 190px !important;
  }
  .sm-p-l-190 {
    padding-left: 190px !important;
  }
  .sm-p-b-190 {
    padding-bottom: 190px !important;
  }
  .sm-p-t-195 {
    padding-top: 195px !important;
  }
  .sm-p-r-195 {
    padding-right: 195px !important;
  }
  .sm-p-l-195 {
    padding-left: 195px !important;
  }
  .sm-p-b-195 {
    padding-bottom: 195px !important;
  }
  .sm-p-t-200 {
    padding-top: 200px !important;
  }
  .sm-p-r-200 {
    padding-right: 200px !important;
  }
  .sm-p-l-200 {
    padding-left: 200px !important;
  }
  .sm-p-b-200 {
    padding-bottom: 200px !important;
  }
  .sm-p-t-205 {
    padding-top: 205px !important;
  }
  .sm-p-r-205 {
    padding-right: 205px !important;
  }
  .sm-p-l-205 {
    padding-left: 205px !important;
  }
  .sm-p-b-205 {
    padding-bottom: 205px !important;
  }
  .sm-p-t-210 {
    padding-top: 210px !important;
  }
  .sm-p-r-210 {
    padding-right: 210px !important;
  }
  .sm-p-l-210 {
    padding-left: 210px !important;
  }
  .sm-p-b-210 {
    padding-bottom: 210px !important;
  }
  .sm-p-t-215 {
    padding-top: 215px !important;
  }
  .sm-p-r-215 {
    padding-right: 215px !important;
  }
  .sm-p-l-215 {
    padding-left: 215px !important;
  }
  .sm-p-b-215 {
    padding-bottom: 215px !important;
  }
  .sm-p-t-220 {
    padding-top: 220px !important;
  }
  .sm-p-r-220 {
    padding-right: 220px !important;
  }
  .sm-p-l-220 {
    padding-left: 220px !important;
  }
  .sm-p-b-220 {
    padding-bottom: 220px !important;
  }
  .sm-p-t-225 {
    padding-top: 225px !important;
  }
  .sm-p-r-225 {
    padding-right: 225px !important;
  }
  .sm-p-l-225 {
    padding-left: 225px !important;
  }
  .sm-p-b-225 {
    padding-bottom: 225px !important;
  }
  .sm-p-t-230 {
    padding-top: 230px !important;
  }
  .sm-p-r-230 {
    padding-right: 230px !important;
  }
  .sm-p-l-230 {
    padding-left: 230px !important;
  }
  .sm-p-b-230 {
    padding-bottom: 230px !important;
  }
  .sm-p-t-235 {
    padding-top: 235px !important;
  }
  .sm-p-r-235 {
    padding-right: 235px !important;
  }
  .sm-p-l-235 {
    padding-left: 235px !important;
  }
  .sm-p-b-235 {
    padding-bottom: 235px !important;
  }
  .sm-p-t-240 {
    padding-top: 240px !important;
  }
  .sm-p-r-240 {
    padding-right: 240px !important;
  }
  .sm-p-l-240 {
    padding-left: 240px !important;
  }
  .sm-p-b-240 {
    padding-bottom: 240px !important;
  }
  .sm-p-t-245 {
    padding-top: 245px !important;
  }
  .sm-p-r-245 {
    padding-right: 245px !important;
  }
  .sm-p-l-245 {
    padding-left: 245px !important;
  }
  .sm-p-b-245 {
    padding-bottom: 245px !important;
  }
  .sm-p-t-250 {
    padding-top: 250px !important;
  }
  .sm-p-r-250 {
    padding-right: 250px !important;
  }
  .sm-p-l-250 {
    padding-left: 250px !important;
  }
  .sm-p-b-250 {
    padding-bottom: 250px !important;
  }
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-t-55 {
  margin-top: 55px !important;
}

.m-r-55 {
  margin-right: 55px !important;
}

.m-l-55 {
  margin-left: 55px !important;
}

.m-b-55 {
  margin-bottom: 55px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-r-60 {
  margin-right: 60px !important;
}

.m-l-60 {
  margin-left: 60px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-t-65 {
  margin-top: 65px !important;
}

.m-r-65 {
  margin-right: 65px !important;
}

.m-l-65 {
  margin-left: 65px !important;
}

.m-b-65 {
  margin-bottom: 65px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-r-80 {
  margin-right: 80px !important;
}

.m-l-80 {
  margin-left: 80px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-t-85 {
  margin-top: 85px !important;
}

.m-r-85 {
  margin-right: 85px !important;
}

.m-l-85 {
  margin-left: 85px !important;
}

.m-b-85 {
  margin-bottom: 85px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-r-90 {
  margin-right: 90px !important;
}

.m-l-90 {
  margin-left: 90px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-t-95 {
  margin-top: 95px !important;
}

.m-r-95 {
  margin-right: 95px !important;
}

.m-l-95 {
  margin-left: 95px !important;
}

.m-b-95 {
  margin-bottom: 95px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-t-105 {
  margin-top: 105px !important;
}

.m-r-105 {
  margin-right: 105px !important;
}

.m-l-105 {
  margin-left: 105px !important;
}

.m-b-105 {
  margin-bottom: 105px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-r-110 {
  margin-right: 110px !important;
}

.m-l-110 {
  margin-left: 110px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-t-115 {
  margin-top: 115px !important;
}

.m-r-115 {
  margin-right: 115px !important;
}

.m-l-115 {
  margin-left: 115px !important;
}

.m-b-115 {
  margin-bottom: 115px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-r-120 {
  margin-right: 120px !important;
}

.m-l-120 {
  margin-left: 120px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-t-125 {
  margin-top: 125px !important;
}

.m-r-125 {
  margin-right: 125px !important;
}

.m-l-125 {
  margin-left: 125px !important;
}

.m-b-125 {
  margin-bottom: 125px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.m-r-130 {
  margin-right: 130px !important;
}

.m-l-130 {
  margin-left: 130px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.m-t-135 {
  margin-top: 135px !important;
}

.m-r-135 {
  margin-right: 135px !important;
}

.m-l-135 {
  margin-left: 135px !important;
}

.m-b-135 {
  margin-bottom: 135px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-r-140 {
  margin-right: 140px !important;
}

.m-l-140 {
  margin-left: 140px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-t-145 {
  margin-top: 145px !important;
}

.m-r-145 {
  margin-right: 145px !important;
}

.m-l-145 {
  margin-left: 145px !important;
}

.m-b-145 {
  margin-bottom: 145px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.m-t-155 {
  margin-top: 155px !important;
}

.m-r-155 {
  margin-right: 155px !important;
}

.m-l-155 {
  margin-left: 155px !important;
}

.m-b-155 {
  margin-bottom: 155px !important;
}

.m-t-160 {
  margin-top: 160px !important;
}

.m-r-160 {
  margin-right: 160px !important;
}

.m-l-160 {
  margin-left: 160px !important;
}

.m-b-160 {
  margin-bottom: 160px !important;
}

.m-t-165 {
  margin-top: 165px !important;
}

.m-r-165 {
  margin-right: 165px !important;
}

.m-l-165 {
  margin-left: 165px !important;
}

.m-b-165 {
  margin-bottom: 165px !important;
}

.m-t-170 {
  margin-top: 170px !important;
}

.m-r-170 {
  margin-right: 170px !important;
}

.m-l-170 {
  margin-left: 170px !important;
}

.m-b-170 {
  margin-bottom: 170px !important;
}

.m-t-175 {
  margin-top: 175px !important;
}

.m-r-175 {
  margin-right: 175px !important;
}

.m-l-175 {
  margin-left: 175px !important;
}

.m-b-175 {
  margin-bottom: 175px !important;
}

.m-t-180 {
  margin-top: 180px !important;
}

.m-r-180 {
  margin-right: 180px !important;
}

.m-l-180 {
  margin-left: 180px !important;
}

.m-b-180 {
  margin-bottom: 180px !important;
}

.m-t-185 {
  margin-top: 185px !important;
}

.m-r-185 {
  margin-right: 185px !important;
}

.m-l-185 {
  margin-left: 185px !important;
}

.m-b-185 {
  margin-bottom: 185px !important;
}

.m-t-190 {
  margin-top: 190px !important;
}

.m-r-190 {
  margin-right: 190px !important;
}

.m-l-190 {
  margin-left: 190px !important;
}

.m-b-190 {
  margin-bottom: 190px !important;
}

.m-t-195 {
  margin-top: 195px !important;
}

.m-r-195 {
  margin-right: 195px !important;
}

.m-l-195 {
  margin-left: 195px !important;
}

.m-b-195 {
  margin-bottom: 195px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.m-t-205 {
  margin-top: 205px !important;
}

.m-r-205 {
  margin-right: 205px !important;
}

.m-l-205 {
  margin-left: 205px !important;
}

.m-b-205 {
  margin-bottom: 205px !important;
}

.m-t-210 {
  margin-top: 210px !important;
}

.m-r-210 {
  margin-right: 210px !important;
}

.m-l-210 {
  margin-left: 210px !important;
}

.m-b-210 {
  margin-bottom: 210px !important;
}

.m-t-215 {
  margin-top: 215px !important;
}

.m-r-215 {
  margin-right: 215px !important;
}

.m-l-215 {
  margin-left: 215px !important;
}

.m-b-215 {
  margin-bottom: 215px !important;
}

.m-t-220 {
  margin-top: 220px !important;
}

.m-r-220 {
  margin-right: 220px !important;
}

.m-l-220 {
  margin-left: 220px !important;
}

.m-b-220 {
  margin-bottom: 220px !important;
}

.m-t-225 {
  margin-top: 225px !important;
}

.m-r-225 {
  margin-right: 225px !important;
}

.m-l-225 {
  margin-left: 225px !important;
}

.m-b-225 {
  margin-bottom: 225px !important;
}

.m-t-230 {
  margin-top: 230px !important;
}

.m-r-230 {
  margin-right: 230px !important;
}

.m-l-230 {
  margin-left: 230px !important;
}

.m-b-230 {
  margin-bottom: 230px !important;
}

.m-t-235 {
  margin-top: 235px !important;
}

.m-r-235 {
  margin-right: 235px !important;
}

.m-l-235 {
  margin-left: 235px !important;
}

.m-b-235 {
  margin-bottom: 235px !important;
}

.m-t-240 {
  margin-top: 240px !important;
}

.m-r-240 {
  margin-right: 240px !important;
}

.m-l-240 {
  margin-left: 240px !important;
}

.m-b-240 {
  margin-bottom: 240px !important;
}

.m-t-245 {
  margin-top: 245px !important;
}

.m-r-245 {
  margin-right: 245px !important;
}

.m-l-245 {
  margin-left: 245px !important;
}

.m-b-245 {
  margin-bottom: 245px !important;
}

.m-t-250 {
  margin-top: 250px !important;
}

.m-r-250 {
  margin-right: 250px !important;
}

.m-l-250 {
  margin-left: 250px !important;
}

.m-b-250 {
  margin-bottom: 250px !important;
}

@media (max-width: 767px) {
  .sm-m-t-0 {
    margin-top: 0px !important;
  }
  .sm-m-r-0 {
    margin-right: 0px !important;
  }
  .sm-m-l-0 {
    margin-left: 0px !important;
  }
  .sm-m-b-0 {
    margin-bottom: 0px !important;
  }
  .sm-m-t-5 {
    margin-top: 5px !important;
  }
  .sm-m-r-5 {
    margin-right: 5px !important;
  }
  .sm-m-l-5 {
    margin-left: 5px !important;
  }
  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-m-t-10 {
    margin-top: 10px !important;
  }
  .sm-m-r-10 {
    margin-right: 10px !important;
  }
  .sm-m-l-10 {
    margin-left: 10px !important;
  }
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-m-t-15 {
    margin-top: 15px !important;
  }
  .sm-m-r-15 {
    margin-right: 15px !important;
  }
  .sm-m-l-15 {
    margin-left: 15px !important;
  }
  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }
  .sm-m-t-20 {
    margin-top: 20px !important;
  }
  .sm-m-r-20 {
    margin-right: 20px !important;
  }
  .sm-m-l-20 {
    margin-left: 20px !important;
  }
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-m-t-25 {
    margin-top: 25px !important;
  }
  .sm-m-r-25 {
    margin-right: 25px !important;
  }
  .sm-m-l-25 {
    margin-left: 25px !important;
  }
  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
  .sm-m-r-30 {
    margin-right: 30px !important;
  }
  .sm-m-l-30 {
    margin-left: 30px !important;
  }
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-m-t-35 {
    margin-top: 35px !important;
  }
  .sm-m-r-35 {
    margin-right: 35px !important;
  }
  .sm-m-l-35 {
    margin-left: 35px !important;
  }
  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }
  .sm-m-t-40 {
    margin-top: 40px !important;
  }
  .sm-m-r-40 {
    margin-right: 40px !important;
  }
  .sm-m-l-40 {
    margin-left: 40px !important;
  }
  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-m-t-45 {
    margin-top: 45px !important;
  }
  .sm-m-r-45 {
    margin-right: 45px !important;
  }
  .sm-m-l-45 {
    margin-left: 45px !important;
  }
  .sm-m-b-45 {
    margin-bottom: 45px !important;
  }
  .sm-m-t-50 {
    margin-top: 50px !important;
  }
  .sm-m-r-50 {
    margin-right: 50px !important;
  }
  .sm-m-l-50 {
    margin-left: 50px !important;
  }
  .sm-m-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-m-t-55 {
    margin-top: 55px !important;
  }
  .sm-m-r-55 {
    margin-right: 55px !important;
  }
  .sm-m-l-55 {
    margin-left: 55px !important;
  }
  .sm-m-b-55 {
    margin-bottom: 55px !important;
  }
  .sm-m-t-60 {
    margin-top: 60px !important;
  }
  .sm-m-r-60 {
    margin-right: 60px !important;
  }
  .sm-m-l-60 {
    margin-left: 60px !important;
  }
  .sm-m-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-m-t-65 {
    margin-top: 65px !important;
  }
  .sm-m-r-65 {
    margin-right: 65px !important;
  }
  .sm-m-l-65 {
    margin-left: 65px !important;
  }
  .sm-m-b-65 {
    margin-bottom: 65px !important;
  }
  .sm-m-t-70 {
    margin-top: 70px !important;
  }
  .sm-m-r-70 {
    margin-right: 70px !important;
  }
  .sm-m-l-70 {
    margin-left: 70px !important;
  }
  .sm-m-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-m-t-75 {
    margin-top: 75px !important;
  }
  .sm-m-r-75 {
    margin-right: 75px !important;
  }
  .sm-m-l-75 {
    margin-left: 75px !important;
  }
  .sm-m-b-75 {
    margin-bottom: 75px !important;
  }
  .sm-m-t-80 {
    margin-top: 80px !important;
  }
  .sm-m-r-80 {
    margin-right: 80px !important;
  }
  .sm-m-l-80 {
    margin-left: 80px !important;
  }
  .sm-m-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-m-t-85 {
    margin-top: 85px !important;
  }
  .sm-m-r-85 {
    margin-right: 85px !important;
  }
  .sm-m-l-85 {
    margin-left: 85px !important;
  }
  .sm-m-b-85 {
    margin-bottom: 85px !important;
  }
  .sm-m-t-90 {
    margin-top: 90px !important;
  }
  .sm-m-r-90 {
    margin-right: 90px !important;
  }
  .sm-m-l-90 {
    margin-left: 90px !important;
  }
  .sm-m-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-m-t-95 {
    margin-top: 95px !important;
  }
  .sm-m-r-95 {
    margin-right: 95px !important;
  }
  .sm-m-l-95 {
    margin-left: 95px !important;
  }
  .sm-m-b-95 {
    margin-bottom: 95px !important;
  }
  .sm-m-t-100 {
    margin-top: 100px !important;
  }
  .sm-m-r-100 {
    margin-right: 100px !important;
  }
  .sm-m-l-100 {
    margin-left: 100px !important;
  }
  .sm-m-b-100 {
    margin-bottom: 100px !important;
  }
  .sm-m-t-105 {
    margin-top: 105px !important;
  }
  .sm-m-r-105 {
    margin-right: 105px !important;
  }
  .sm-m-l-105 {
    margin-left: 105px !important;
  }
  .sm-m-b-105 {
    margin-bottom: 105px !important;
  }
  .sm-m-t-110 {
    margin-top: 110px !important;
  }
  .sm-m-r-110 {
    margin-right: 110px !important;
  }
  .sm-m-l-110 {
    margin-left: 110px !important;
  }
  .sm-m-b-110 {
    margin-bottom: 110px !important;
  }
  .sm-m-t-115 {
    margin-top: 115px !important;
  }
  .sm-m-r-115 {
    margin-right: 115px !important;
  }
  .sm-m-l-115 {
    margin-left: 115px !important;
  }
  .sm-m-b-115 {
    margin-bottom: 115px !important;
  }
  .sm-m-t-120 {
    margin-top: 120px !important;
  }
  .sm-m-r-120 {
    margin-right: 120px !important;
  }
  .sm-m-l-120 {
    margin-left: 120px !important;
  }
  .sm-m-b-120 {
    margin-bottom: 120px !important;
  }
  .sm-m-t-125 {
    margin-top: 125px !important;
  }
  .sm-m-r-125 {
    margin-right: 125px !important;
  }
  .sm-m-l-125 {
    margin-left: 125px !important;
  }
  .sm-m-b-125 {
    margin-bottom: 125px !important;
  }
  .sm-m-t-130 {
    margin-top: 130px !important;
  }
  .sm-m-r-130 {
    margin-right: 130px !important;
  }
  .sm-m-l-130 {
    margin-left: 130px !important;
  }
  .sm-m-b-130 {
    margin-bottom: 130px !important;
  }
  .sm-m-t-135 {
    margin-top: 135px !important;
  }
  .sm-m-r-135 {
    margin-right: 135px !important;
  }
  .sm-m-l-135 {
    margin-left: 135px !important;
  }
  .sm-m-b-135 {
    margin-bottom: 135px !important;
  }
  .sm-m-t-140 {
    margin-top: 140px !important;
  }
  .sm-m-r-140 {
    margin-right: 140px !important;
  }
  .sm-m-l-140 {
    margin-left: 140px !important;
  }
  .sm-m-b-140 {
    margin-bottom: 140px !important;
  }
  .sm-m-t-145 {
    margin-top: 145px !important;
  }
  .sm-m-r-145 {
    margin-right: 145px !important;
  }
  .sm-m-l-145 {
    margin-left: 145px !important;
  }
  .sm-m-b-145 {
    margin-bottom: 145px !important;
  }
  .sm-m-t-150 {
    margin-top: 150px !important;
  }
  .sm-m-r-150 {
    margin-right: 150px !important;
  }
  .sm-m-l-150 {
    margin-left: 150px !important;
  }
  .sm-m-b-150 {
    margin-bottom: 150px !important;
  }
  .sm-m-t-155 {
    margin-top: 155px !important;
  }
  .sm-m-r-155 {
    margin-right: 155px !important;
  }
  .sm-m-l-155 {
    margin-left: 155px !important;
  }
  .sm-m-b-155 {
    margin-bottom: 155px !important;
  }
  .sm-m-t-160 {
    margin-top: 160px !important;
  }
  .sm-m-r-160 {
    margin-right: 160px !important;
  }
  .sm-m-l-160 {
    margin-left: 160px !important;
  }
  .sm-m-b-160 {
    margin-bottom: 160px !important;
  }
  .sm-m-t-165 {
    margin-top: 165px !important;
  }
  .sm-m-r-165 {
    margin-right: 165px !important;
  }
  .sm-m-l-165 {
    margin-left: 165px !important;
  }
  .sm-m-b-165 {
    margin-bottom: 165px !important;
  }
  .sm-m-t-170 {
    margin-top: 170px !important;
  }
  .sm-m-r-170 {
    margin-right: 170px !important;
  }
  .sm-m-l-170 {
    margin-left: 170px !important;
  }
  .sm-m-b-170 {
    margin-bottom: 170px !important;
  }
  .sm-m-t-175 {
    margin-top: 175px !important;
  }
  .sm-m-r-175 {
    margin-right: 175px !important;
  }
  .sm-m-l-175 {
    margin-left: 175px !important;
  }
  .sm-m-b-175 {
    margin-bottom: 175px !important;
  }
  .sm-m-t-180 {
    margin-top: 180px !important;
  }
  .sm-m-r-180 {
    margin-right: 180px !important;
  }
  .sm-m-l-180 {
    margin-left: 180px !important;
  }
  .sm-m-b-180 {
    margin-bottom: 180px !important;
  }
  .sm-m-t-185 {
    margin-top: 185px !important;
  }
  .sm-m-r-185 {
    margin-right: 185px !important;
  }
  .sm-m-l-185 {
    margin-left: 185px !important;
  }
  .sm-m-b-185 {
    margin-bottom: 185px !important;
  }
  .sm-m-t-190 {
    margin-top: 190px !important;
  }
  .sm-m-r-190 {
    margin-right: 190px !important;
  }
  .sm-m-l-190 {
    margin-left: 190px !important;
  }
  .sm-m-b-190 {
    margin-bottom: 190px !important;
  }
  .sm-m-t-195 {
    margin-top: 195px !important;
  }
  .sm-m-r-195 {
    margin-right: 195px !important;
  }
  .sm-m-l-195 {
    margin-left: 195px !important;
  }
  .sm-m-b-195 {
    margin-bottom: 195px !important;
  }
  .sm-m-t-200 {
    margin-top: 200px !important;
  }
  .sm-m-r-200 {
    margin-right: 200px !important;
  }
  .sm-m-l-200 {
    margin-left: 200px !important;
  }
  .sm-m-b-200 {
    margin-bottom: 200px !important;
  }
  .sm-m-t-205 {
    margin-top: 205px !important;
  }
  .sm-m-r-205 {
    margin-right: 205px !important;
  }
  .sm-m-l-205 {
    margin-left: 205px !important;
  }
  .sm-m-b-205 {
    margin-bottom: 205px !important;
  }
  .sm-m-t-210 {
    margin-top: 210px !important;
  }
  .sm-m-r-210 {
    margin-right: 210px !important;
  }
  .sm-m-l-210 {
    margin-left: 210px !important;
  }
  .sm-m-b-210 {
    margin-bottom: 210px !important;
  }
  .sm-m-t-215 {
    margin-top: 215px !important;
  }
  .sm-m-r-215 {
    margin-right: 215px !important;
  }
  .sm-m-l-215 {
    margin-left: 215px !important;
  }
  .sm-m-b-215 {
    margin-bottom: 215px !important;
  }
  .sm-m-t-220 {
    margin-top: 220px !important;
  }
  .sm-m-r-220 {
    margin-right: 220px !important;
  }
  .sm-m-l-220 {
    margin-left: 220px !important;
  }
  .sm-m-b-220 {
    margin-bottom: 220px !important;
  }
  .sm-m-t-225 {
    margin-top: 225px !important;
  }
  .sm-m-r-225 {
    margin-right: 225px !important;
  }
  .sm-m-l-225 {
    margin-left: 225px !important;
  }
  .sm-m-b-225 {
    margin-bottom: 225px !important;
  }
  .sm-m-t-230 {
    margin-top: 230px !important;
  }
  .sm-m-r-230 {
    margin-right: 230px !important;
  }
  .sm-m-l-230 {
    margin-left: 230px !important;
  }
  .sm-m-b-230 {
    margin-bottom: 230px !important;
  }
  .sm-m-t-235 {
    margin-top: 235px !important;
  }
  .sm-m-r-235 {
    margin-right: 235px !important;
  }
  .sm-m-l-235 {
    margin-left: 235px !important;
  }
  .sm-m-b-235 {
    margin-bottom: 235px !important;
  }
  .sm-m-t-240 {
    margin-top: 240px !important;
  }
  .sm-m-r-240 {
    margin-right: 240px !important;
  }
  .sm-m-l-240 {
    margin-left: 240px !important;
  }
  .sm-m-b-240 {
    margin-bottom: 240px !important;
  }
  .sm-m-t-245 {
    margin-top: 245px !important;
  }
  .sm-m-r-245 {
    margin-right: 245px !important;
  }
  .sm-m-l-245 {
    margin-left: 245px !important;
  }
  .sm-m-b-245 {
    margin-bottom: 245px !important;
  }
  .sm-m-t-250 {
    margin-top: 250px !important;
  }
  .sm-m-r-250 {
    margin-right: 250px !important;
  }
  .sm-m-l-250 {
    margin-left: 250px !important;
  }
  .sm-m-b-250 {
    margin-bottom: 250px !important;
  }
}

.b-t {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.b-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@font-face {
  font-family: "Nucleo Mini";
  src: url("nucleo-mini.eot");
  src: url("nucleo-mini.eot") format("embedded-opentype"),
    url("nucleo-mini.woff2") format("woff2"),
    url("nucleo-mini.woff") format("woff"),
    url("nucleo-mini.ttf") format("truetype"),
    url("nucleo-mini.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nc-icon-mini {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nc-icon-mini.lg {
  font-size: 1.33333333em;
  vertical-align: -16%;
}

.nc-icon-mini.x2 {
  font-size: 2em;
}

.nc-icon-mini.x3 {
  font-size: 3em;
}

.nc-icon-mini.square,
.nc-icon-mini.circle {
  padding: 0.3333333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.nc-icon-mini.circle {
  border-radius: 50%;
}

.nc-icon-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .nc-icon-mini {
  position: absolute;
  left: -1.5714285714em;
  top: 0.1428571429em;
  text-align: center;
}

.nc-icon-ul > li > .nc-icon-mini.lg {
  top: 0;
  left: -1.3571428571em;
}

.nc-icon-ul > li > .nc-icon-mini.circle,
.nc-icon-ul > li > .nc-icon-mini.square {
  top: -0.1904761905em;
  left: -1.9047619048em;
}

.nc-icon-mini.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nc-icon-mini.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nc-icon-mini.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nc-icon-mini.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nc-icon-mini.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nc-icon-mini.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.nc-icon-mini.social_logo-500px:before {
  content: "\eb73";
}

.nc-icon-mini.social_logo-angellist:before {
  content: "\eb74";
}

.nc-icon-mini.social_logo-behance:before {
  content: "\eb75";
}

.nc-icon-mini.social_logo-blogger:before {
  content: "\eb76";
}

.nc-icon-mini.social_logo-buffer:before {
  content: "\eb77";
}

.nc-icon-mini.social_logo-buysellads:before {
  content: "\eb78";
}

.nc-icon-mini.social_logo-codepen:before {
  content: "\eb79";
}

.nc-icon-mini.social_logo-creative-market:before {
  content: "\eb7a";
}

.nc-icon-mini.social_logo-crunchbase:before {
  content: "\eb7b";
}

.nc-icon-mini.social_logo-deviantart:before {
  content: "\eb7c";
}

.nc-icon-mini.social_logo-dribbble:before {
  content: "\eb7d";
}

.nc-icon-mini.social_logo-dropbox:before {
  content: "\eb7e";
}

.nc-icon-mini.social_logo-envato:before {
  content: "\eb7f";
}

.nc-icon-mini.social_logo-evernote:before {
  content: "\eb80";
}

.nc-icon-mini.social_logo-facebook:before {
  content: "\eb81";
}

.nc-icon-mini.social_logo-fb-simple:before {
  content: "\eb82";
}

.nc-icon-mini.social_logo-feedly:before {
  content: "\eb83";
}

.nc-icon-mini.social_logo-flickr:before {
  content: "\eb84";
}

.nc-icon-mini.social_logo-github:before {
  content: "\eb85";
}

.nc-icon-mini.social_logo-google-plus:before {
  content: "\eb86";
}

.nc-icon-mini.social_logo-instagram:before {
  content: "\eb87";
}

.nc-icon-mini.social_logo-lastfm:before {
  content: "\eb88";
}

.nc-icon-mini.social_logo-linkedin:before {
  content: "\eb89";
}

.nc-icon-mini.social_logo-meetup:before {
  content: "\eb8a";
}

.nc-icon-mini.social_logo-myspace:before {
  content: "\eb8b";
}

.nc-icon-mini.social_logo-paypal:before {
  content: "\eb8c";
}

.nc-icon-mini.social_logo-pinterest:before {
  content: "\eb8d";
}

.nc-icon-mini.social_logo-product-hunt:before {
  content: "\eb8e";
}

.nc-icon-mini.social_logo-reddit:before {
  content: "\eb8f";
}

.nc-icon-mini.social_logo-rss:before {
  content: "\eb90";
}

.nc-icon-mini.social_logo-shopify:before {
  content: "\eb91";
}

.nc-icon-mini.social_logo-skype:before {
  content: "\eb92";
}

.nc-icon-mini.social_logo-slack:before {
  content: "\eb93";
}

.nc-icon-mini.social_logo-soundcloud:before {
  content: "\eb94";
}

.nc-icon-mini.social_logo-spotify:before {
  content: "\eb95";
}

.nc-icon-mini.social_logo-trello:before {
  content: "\eb96";
}

.nc-icon-mini.social_logo-tumblr:before {
  content: "\eb97";
}

.nc-icon-mini.social_logo-twitter:before {
  content: "\eb98";
}

.nc-icon-mini.social_logo-vimeo:before {
  content: "\eb99";
}

.nc-icon-mini.social_logo-vine:before {
  content: "\eb9a";
}

.nc-icon-mini.social_logo-whatsapp:before {
  content: "\eb9b";
}

.nc-icon-mini.social_logo-wordpress:before {
  content: "\eb9c";
}

.nc-icon-mini.social_logo-yelp:before {
  content: "\eb9d";
}

.nc-icon-mini.social_logo-youtube:before {
  content: "\eb9e";
}

.nc-icon-mini.design_album:before {
  content: "\ed88";
}

.nc-icon-mini.design_align-bottom:before {
  content: "\ed89";
}

.nc-icon-mini.design_align-center-horizontal:before {
  content: "\ed8a";
}

.nc-icon-mini.design_align-center-vertical:before {
  content: "\ed8b";
}

.nc-icon-mini.design_align-left:before {
  content: "\ed8c";
}

.nc-icon-mini.design_align-right:before {
  content: "\ed8d";
}

.nc-icon-mini.design_align-top:before {
  content: "\ed8e";
}

.nc-icon-mini.design_app:before {
  content: "\ed8f";
}

.nc-icon-mini.design_artboard:before {
  content: "\ed90";
}

.nc-icon-mini.design_blend:before {
  content: "\ed91";
}

.nc-icon-mini.design_book-bookmark:before {
  content: "\ed92";
}

.nc-icon-mini.design_book-open:before {
  content: "\ed93";
}

.nc-icon-mini.design_brush:before {
  content: "\ed94";
}

.nc-icon-mini.design_bug:before {
  content: "\ed95";
}

.nc-icon-mini.design_bullet-list-67:before {
  content: "\ed96";
}

.nc-icon-mini.design_bullet-list-68:before {
  content: "\ed97";
}

.nc-icon-mini.design_bullet-list-69:before {
  content: "\ed98";
}

.nc-icon-mini.design_bullet-list-70:before {
  content: "\ed99";
}

.nc-icon-mini.design_clone:before {
  content: "\ed9a";
}

.nc-icon-mini.design_code:before {
  content: "\ed9b";
}

.nc-icon-mini.design_collection:before {
  content: "\ed9c";
}

.nc-icon-mini.design_command:before {
  content: "\ed9d";
}

.nc-icon-mini.design_compass:before {
  content: "\ed9e";
}

.nc-icon-mini.design_contrast:before {
  content: "\ed9f";
}

.nc-icon-mini.design_copy:before {
  content: "\eda0";
}

.nc-icon-mini.design_crop:before {
  content: "\eda1";
}

.nc-icon-mini.design_cursor-48:before {
  content: "\eda2";
}

.nc-icon-mini.design_cursor-49:before {
  content: "\eda3";
}

.nc-icon-mini.design_design:before {
  content: "\eda4";
}

.nc-icon-mini.design_distribute-horizontal:before {
  content: "\eda5";
}

.nc-icon-mini.design_distribute-vertical:before {
  content: "\eda6";
}

.nc-icon-mini.design_eraser-32:before {
  content: "\eda7";
}

.nc-icon-mini.design_eraser-33:before {
  content: "\eda8";
}

.nc-icon-mini.design_eraser-46:before {
  content: "\eda9";
}

.nc-icon-mini.design_flip-horizontal:before {
  content: "\edaa";
}

.nc-icon-mini.design_flip-vertical:before {
  content: "\edab";
}

.nc-icon-mini.design_image:before {
  content: "\edac";
}

.nc-icon-mini.design_magnet:before {
  content: "\edad";
}

.nc-icon-mini.design_marker:before {
  content: "\edae";
}

.nc-icon-mini.design_measure-02:before {
  content: "\edaf";
}

.nc-icon-mini.design_measure-17:before {
  content: "\edb0";
}

.nc-icon-mini.design_measure-big:before {
  content: "\edb1";
}

.nc-icon-mini.design_mouse-08:before {
  content: "\edb2";
}

.nc-icon-mini.design_mouse-09:before {
  content: "\edb3";
}

.nc-icon-mini.design_mouse-10:before {
  content: "\edb4";
}

.nc-icon-mini.design_note-code:before {
  content: "\edb5";
}

.nc-icon-mini.design_paint-16:before {
  content: "\edb6";
}

.nc-icon-mini.design_paint-37:before {
  content: "\edb7";
}

.nc-icon-mini.design_paint-38:before {
  content: "\edb8";
}

.nc-icon-mini.design_paint-bucket-39:before {
  content: "\edb9";
}

.nc-icon-mini.design_paint-bucket-40:before {
  content: "\edba";
}

.nc-icon-mini.design_palette:before {
  content: "\edbb";
}

.nc-icon-mini.design_pantone:before {
  content: "\edbc";
}

.nc-icon-mini.design_patch-19:before {
  content: "\edbd";
}

.nc-icon-mini.design_patch-34:before {
  content: "\edbe";
}

.nc-icon-mini.design_path-exclude:before {
  content: "\edbf";
}

.nc-icon-mini.design_path-intersect:before {
  content: "\edc0";
}

.nc-icon-mini.design_path-minus:before {
  content: "\edc1";
}

.nc-icon-mini.design_path-unite:before {
  content: "\edc2";
}

.nc-icon-mini.design_pen-01:before {
  content: "\edc3";
}

.nc-icon-mini.design_pen-23:before {
  content: "\edc4";
}

.nc-icon-mini.design_pen-tool:before {
  content: "\edc5";
}

.nc-icon-mini.design_phone:before {
  content: "\edc6";
}

.nc-icon-mini.design_scissors:before {
  content: "\edc7";
}

.nc-icon-mini.design_shape-adjust:before {
  content: "\edc8";
}

.nc-icon-mini.design_shape-circle:before {
  content: "\edc9";
}

.nc-icon-mini.design_shape-polygon:before {
  content: "\edca";
}

.nc-icon-mini.design_shape-square:before {
  content: "\edcb";
}

.nc-icon-mini.design_shape-triangle:before {
  content: "\edcc";
}

.nc-icon-mini.design_shapes:before {
  content: "\edcd";
}

.nc-icon-mini.design_sharpener:before {
  content: "\edce";
}

.nc-icon-mini.design_slice:before {
  content: "\edcf";
}

.nc-icon-mini.design_spray:before {
  content: "\edd0";
}

.nc-icon-mini.design_stamp:before {
  content: "\edd1";
}

.nc-icon-mini.design_tablet:before {
  content: "\edd2";
}

.nc-icon-mini.design_text:before {
  content: "\edd3";
}

.nc-icon-mini.design_todo:before {
  content: "\edd4";
}

.nc-icon-mini.design_usb:before {
  content: "\edd5";
}

.nc-icon-mini.design_vector:before {
  content: "\edd6";
}

.nc-icon-mini.design_wand:before {
  content: "\edd7";
}

.nc-icon-mini.design_webpage:before {
  content: "\edd8";
}

.nc-icon-mini.design_window-code:before {
  content: "\edd9";
}

.nc-icon-mini.design_window-paragraph:before {
  content: "\edda";
}

.nc-icon-mini.design_window-responsive:before {
  content: "\eddb";
}

.nc-icon-mini.design-2_3d-28:before {
  content: "\eea7";
}

.nc-icon-mini.design-2_3d-29:before {
  content: "\eea8";
}

.nc-icon-mini.design-2_android:before {
  content: "\eea9";
}

.nc-icon-mini.design-2_angle:before {
  content: "\eeaa";
}

.nc-icon-mini.design-2_animation-14:before {
  content: "\eeab";
}

.nc-icon-mini.design-2_animation-31:before {
  content: "\eeac";
}

.nc-icon-mini.design-2_animation-32:before {
  content: "\eead";
}

.nc-icon-mini.design-2_apple:before {
  content: "\eeae";
}

.nc-icon-mini.design-2_bucket:before {
  content: "\eeaf";
}

.nc-icon-mini.design-2_button:before {
  content: "\eeb0";
}

.nc-icon-mini.design-2_canvas:before {
  content: "\eeb1";
}

.nc-icon-mini.design-2_css3:before {
  content: "\eeb2";
}

.nc-icon-mini.design-2_cursor-add:before {
  content: "\eeb3";
}

.nc-icon-mini.design-2_cursor-grab:before {
  content: "\eeb4";
}

.nc-icon-mini.design-2_cursor-load:before {
  content: "\eeb5";
}

.nc-icon-mini.design-2_cursor-menu:before {
  content: "\eeb6";
}

.nc-icon-mini.design-2_cursor-not-allowed:before {
  content: "\eeb7";
}

.nc-icon-mini.design-2_cursor-pointer:before {
  content: "\eeb8";
}

.nc-icon-mini.design-2_cursor-text:before {
  content: "\eeb9";
}

.nc-icon-mini.design-2_divider:before {
  content: "\eeba";
}

.nc-icon-mini.design-2_filter-organization:before {
  content: "\eebb";
}

.nc-icon-mini.design-2_form:before {
  content: "\eebc";
}

.nc-icon-mini.design-2_frame:before {
  content: "\eebd";
}

.nc-icon-mini.design-2_group:before {
  content: "\eebe";
}

.nc-icon-mini.design-2_html5:before {
  content: "\eebf";
}

.nc-icon-mini.design-2_image:before {
  content: "\eec0";
}

.nc-icon-mini.design-2_layers:before {
  content: "\eec1";
}

.nc-icon-mini.design-2_layout-11:before {
  content: "\eec2";
}

.nc-icon-mini.design-2_layout-25:before {
  content: "\eec3";
}

.nc-icon-mini.design-2_mirror:before {
  content: "\eec4";
}

.nc-icon-mini.design-2_move-down:before {
  content: "\eec5";
}

.nc-icon-mini.design-2_move-up:before {
  content: "\eec6";
}

.nc-icon-mini.design-2_paint-brush:before {
  content: "\eec7";
}

.nc-icon-mini.design-2_ruler-pencil:before {
  content: "\eec8";
}

.nc-icon-mini.design-2_scale-down:before {
  content: "\eec9";
}

.nc-icon-mini.design-2_scale-up:before {
  content: "\eeca";
}

.nc-icon-mini.design-2_scale:before {
  content: "\eecb";
}

.nc-icon-mini.design-2_selection:before {
  content: "\eecc";
}

.nc-icon-mini.design-2_slider:before {
  content: "\eecd";
}

.nc-icon-mini.design-2_text:before {
  content: "\eece";
}

.nc-icon-mini.design-2_transform-origin:before {
  content: "\eecf";
}

.nc-icon-mini.design-2_transform:before {
  content: "\eed0";
}

.nc-icon-mini.design-2_ungroup:before {
  content: "\eed1";
}

.nc-icon-mini.loader_circle-04:before {
  content: "\eea3";
}

.nc-icon-mini.loader_dots-06:before {
  content: "\eea4";
}

.nc-icon-mini.loader_gear:before {
  content: "\eea5";
}

.nc-icon-mini.loader_refresh:before {
  content: "\eea6";
}

.nc-icon-mini.ui-1_analytics-88:before {
  content: "\ea0f";
}

.nc-icon-mini.ui-1_analytics-89:before {
  content: "\ea10";
}

.nc-icon-mini.ui-1_attach-86:before {
  content: "\ea11";
}

.nc-icon-mini.ui-1_attach-87:before {
  content: "\ea12";
}

.nc-icon-mini.ui-1_bell-53:before {
  content: "\ea13";
}

.nc-icon-mini.ui-1_bell-54:before {
  content: "\ea14";
}

.nc-icon-mini.ui-1_bell-55:before {
  content: "\ea15";
}

.nc-icon-mini.ui-1_bold-add:before {
  content: "\ea16";
}

.nc-icon-mini.ui-1_bold-delete:before {
  content: "\ea17";
}

.nc-icon-mini.ui-1_bold-remove:before {
  content: "\ea18";
}

.nc-icon-mini.ui-1_bookmark-add:before {
  content: "\ea19";
}

.nc-icon-mini.ui-1_bookmark-remove:before {
  content: "\ea1a";
}

.nc-icon-mini.ui-1_calendar-57:before {
  content: "\ea1b";
}

.nc-icon-mini.ui-1_calendar-60:before {
  content: "\ea1c";
}

.nc-icon-mini.ui-1_check-bold:before {
  content: "\ea1d";
}

.nc-icon-mini.ui-1_check-circle-07:before {
  content: "\ea1e";
}

.nc-icon-mini.ui-1_check-circle-08:before {
  content: "\ea1f";
}

.nc-icon-mini.ui-1_check-curve:before {
  content: "\ea20";
}

.nc-icon-mini.ui-1_check-simple:before {
  content: "\ea21";
}

.nc-icon-mini.ui-1_check-small:before {
  content: "\ea22";
}

.nc-icon-mini.ui-1_check-square-09:before {
  content: "\ea23";
}

.nc-icon-mini.ui-1_check-square-11:before {
  content: "\ea24";
}

.nc-icon-mini.ui-1_check:before {
  content: "\ea25";
}

.nc-icon-mini.ui-1_circle-add:before {
  content: "\ea26";
}

.nc-icon-mini.ui-1_circle-bold-add:before {
  content: "\ea27";
}

.nc-icon-mini.ui-1_circle-bold-remove:before {
  content: "\ea28";
}

.nc-icon-mini.ui-1_circle-delete:before {
  content: "\ea29";
}

.nc-icon-mini.ui-1_circle-remove:before {
  content: "\ea2a";
}

.nc-icon-mini.ui-1_dashboard-29:before {
  content: "\ea2b";
}

.nc-icon-mini.ui-1_dashboard-30:before {
  content: "\ea2c";
}

.nc-icon-mini.ui-1_dashboard-half:before {
  content: "\ea2d";
}

.nc-icon-mini.ui-1_dashboard-level:before {
  content: "\ea2e";
}

.nc-icon-mini.ui-1_database:before {
  content: "\ea2f";
}

.nc-icon-mini.ui-1_drop:before {
  content: "\ea30";
}

.nc-icon-mini.ui-1_edit-71:before {
  content: "\ea31";
}

.nc-icon-mini.ui-1_edit-72:before {
  content: "\ea32";
}

.nc-icon-mini.ui-1_edit-73:before {
  content: "\ea33";
}

.nc-icon-mini.ui-1_edit-74:before {
  content: "\ea34";
}

.nc-icon-mini.ui-1_edit-75:before {
  content: "\ea35";
}

.nc-icon-mini.ui-1_edit-76:before {
  content: "\ea36";
}

.nc-icon-mini.ui-1_edit-77:before {
  content: "\ea37";
}

.nc-icon-mini.ui-1_edit-78:before {
  content: "\ea38";
}

.nc-icon-mini.ui-1_email-83:before {
  content: "\ea39";
}

.nc-icon-mini.ui-1_email-84:before {
  content: "\ea3a";
}

.nc-icon-mini.ui-1_eye-17:before {
  content: "\ea3b";
}

.nc-icon-mini.ui-1_eye-19:before {
  content: "\ea3c";
}

.nc-icon-mini.ui-1_eye-ban-18:before {
  content: "\ea3d";
}

.nc-icon-mini.ui-1_eye-ban-20:before {
  content: "\ea3e";
}

.nc-icon-mini.ui-1_flame:before {
  content: "\ea3f";
}

.nc-icon-mini.ui-1_home-51:before {
  content: "\ea40";
}

.nc-icon-mini.ui-1_home-52:before {
  content: "\ea41";
}

.nc-icon-mini.ui-1_home-minimal:before {
  content: "\ea42";
}

.nc-icon-mini.ui-1_home-simple:before {
  content: "\ea43";
}

.nc-icon-mini.ui-1_leaf-80:before {
  content: "\ea44";
}

.nc-icon-mini.ui-1_leaf-81:before {
  content: "\ea45";
}

.nc-icon-mini.ui-1_leaf-edit:before {
  content: "\ea46";
}

.nc-icon-mini.ui-1_lock-circle-open:before {
  content: "\ea47";
}

.nc-icon-mini.ui-1_lock-circle:before {
  content: "\ea48";
}

.nc-icon-mini.ui-1_lock-open:before {
  content: "\ea49";
}

.nc-icon-mini.ui-1_lock:before {
  content: "\ea4a";
}

.nc-icon-mini.ui-1_notification-69:before {
  content: "\ea4b";
}

.nc-icon-mini.ui-1_pencil:before {
  content: "\ea4c";
}

.nc-icon-mini.ui-1_preferences-circle-rotate:before {
  content: "\ea4d";
}

.nc-icon-mini.ui-1_preferences-circle:before {
  content: "\ea4e";
}

.nc-icon-mini.ui-1_preferences-container-circle-rotate:before {
  content: "\ea4f";
}

.nc-icon-mini.ui-1_preferences-container-circle:before {
  content: "\ea50";
}

.nc-icon-mini.ui-1_preferences-container-rotate:before {
  content: "\ea51";
}

.nc-icon-mini.ui-1_preferences-container:before {
  content: "\ea52";
}

.nc-icon-mini.ui-1_preferences-rotate:before {
  content: "\ea53";
}

.nc-icon-mini.ui-1_preferences:before {
  content: "\ea54";
}

.nc-icon-mini.ui-1_send:before {
  content: "\ea55";
}

.nc-icon-mini.ui-1_settings-gear-63:before {
  content: "\ea56";
}

.nc-icon-mini.ui-1_settings-gear-64:before {
  content: "\ea57";
}

.nc-icon-mini.ui-1_settings-gear-65:before {
  content: "\ea58";
}

.nc-icon-mini.ui-1_settings-tool-66:before {
  content: "\ea59";
}

.nc-icon-mini.ui-1_simple-add:before {
  content: "\ea5a";
}

.nc-icon-mini.ui-1_simple-delete:before {
  content: "\ea5b";
}

.nc-icon-mini.ui-1_simple-remove:before {
  content: "\ea5c";
}

.nc-icon-mini.ui-1_trash-simple:before {
  content: "\ea5d";
}

.nc-icon-mini.ui-1_trash:before {
  content: "\ea5e";
}

.nc-icon-mini.ui-1_ui-03:before {
  content: "\ea5f";
}

.nc-icon-mini.ui-1_ui-04:before {
  content: "\ea60";
}

.nc-icon-mini.ui-1_zoom-bold-in:before {
  content: "\ea61";
}

.nc-icon-mini.ui-1_zoom-bold-out:before {
  content: "\ea62";
}

.nc-icon-mini.ui-1_zoom-bold:before {
  content: "\ea63";
}

.nc-icon-mini.ui-1_zoom-in:before {
  content: "\ea64";
}

.nc-icon-mini.ui-1_zoom-out:before {
  content: "\ea65";
}

.nc-icon-mini.ui-1_zoom:before {
  content: "\ea66";
}

.nc-icon-mini.ui-2_alert:before {
  content: "\ea67";
}

.nc-icon-mini.ui-2_alert-:before {
  content: "\ea68";
}

.nc-icon-mini.ui-2_alert-circle:before {
  content: "\ea69";
}

.nc-icon-mini.ui-2_alert-circle-:before {
  content: "\ea6a";
}

.nc-icon-mini.ui-2_alert-circle-i:before {
  content: "\ea6b";
}

.nc-icon-mini.ui-2_alert-i:before {
  content: "\ea6c";
}

.nc-icon-mini.ui-2_alert-square:before {
  content: "\ea6d";
}

.nc-icon-mini.ui-2_alert-square-:before {
  content: "\ea6e";
}

.nc-icon-mini.ui-2_alert-square-i:before {
  content: "\ea6f";
}

.nc-icon-mini.ui-2_archive:before {
  content: "\ea70";
}

.nc-icon-mini.ui-2_ban:before {
  content: "\ea71";
}

.nc-icon-mini.ui-2_battery-81:before {
  content: "\ea72";
}

.nc-icon-mini.ui-2_battery-83:before {
  content: "\ea73";
}

.nc-icon-mini.ui-2_battery-half:before {
  content: "\ea74";
}

.nc-icon-mini.ui-2_battery-low:before {
  content: "\ea75";
}

.nc-icon-mini.ui-2_bluetooth:before {
  content: "\ea76";
}

.nc-icon-mini.ui-2_book:before {
  content: "\ea77";
}

.nc-icon-mini.ui-2_chart-bar-52:before {
  content: "\ea78";
}

.nc-icon-mini.ui-2_chart-bar-53:before {
  content: "\ea79";
}

.nc-icon-mini.ui-2_chat-content:before {
  content: "\ea7a";
}

.nc-icon-mini.ui-2_chat-round-content:before {
  content: "\ea7b";
}

.nc-icon-mini.ui-2_chat-round:before {
  content: "\ea7c";
}

.nc-icon-mini.ui-2_chat:before {
  content: "\ea7d";
}

.nc-icon-mini.ui-2_circle-bold-delete:before {
  content: "\ea7e";
}

.nc-icon-mini.ui-2_cloud-25:before {
  content: "\ea7f";
}

.nc-icon-mini.ui-2_cloud-26:before {
  content: "\ea80";
}

.nc-icon-mini.ui-2_disk:before {
  content: "\ea81";
}

.nc-icon-mini.ui-2_enlarge-57:before {
  content: "\ea82";
}

.nc-icon-mini.ui-2_enlarge-58:before {
  content: "\ea83";
}

.nc-icon-mini.ui-2_favourite-28:before {
  content: "\ea84";
}

.nc-icon-mini.ui-2_favourite-31:before {
  content: "\ea85";
}

.nc-icon-mini.ui-2_filter:before {
  content: "\ea86";
}

.nc-icon-mini.ui-2_fullsize:before {
  content: "\ea87";
}

.nc-icon-mini.ui-2_grid-45:before {
  content: "\ea88";
}

.nc-icon-mini.ui-2_grid-46:before {
  content: "\ea89";
}

.nc-icon-mini.ui-2_grid-48:before {
  content: "\ea8a";
}

.nc-icon-mini.ui-2_grid-50:before {
  content: "\ea8b";
}

.nc-icon-mini.ui-2_grid-square:before {
  content: "\ea8c";
}

.nc-icon-mini.ui-2_hourglass:before {
  content: "\ea8d";
}

.nc-icon-mini.ui-2_lab:before {
  content: "\ea8e";
}

.nc-icon-mini.ui-2_layers:before {
  content: "\ea8f";
}

.nc-icon-mini.ui-2_like:before {
  content: "\ea90";
}

.nc-icon-mini.ui-2_link-66:before {
  content: "\ea91";
}

.nc-icon-mini.ui-2_link-68:before {
  content: "\ea92";
}

.nc-icon-mini.ui-2_link-69:before {
  content: "\ea93";
}

.nc-icon-mini.ui-2_link-72:before {
  content: "\ea94";
}

.nc-icon-mini.ui-2_link-broken-70:before {
  content: "\ea95";
}

.nc-icon-mini.ui-2_link-broken-73:before {
  content: "\ea96";
}

.nc-icon-mini.ui-2_menu-34:before {
  content: "\ea97";
}

.nc-icon-mini.ui-2_menu-35:before {
  content: "\ea98";
}

.nc-icon-mini.ui-2_menu-bold:before {
  content: "\ea99";
}

.nc-icon-mini.ui-2_menu-dots:before {
  content: "\ea9a";
}

.nc-icon-mini.ui-2_menu-square:before {
  content: "\ea9b";
}

.nc-icon-mini.ui-2_node:before {
  content: "\ea9c";
}

.nc-icon-mini.ui-2_paragraph:before {
  content: "\ea9d";
}

.nc-icon-mini.ui-2_phone:before {
  content: "\ea9e";
}

.nc-icon-mini.ui-2_share-bold:before {
  content: "\ea9f";
}

.nc-icon-mini.ui-2_share:before {
  content: "\eaa0";
}

.nc-icon-mini.ui-2_small-add:before {
  content: "\eaa1";
}

.nc-icon-mini.ui-2_small-delete:before {
  content: "\eaa2";
}

.nc-icon-mini.ui-2_small-remove:before {
  content: "\eaa3";
}

.nc-icon-mini.ui-2_square-add-08:before {
  content: "\eaa4";
}

.nc-icon-mini.ui-2_square-add-11:before {
  content: "\eaa5";
}

.nc-icon-mini.ui-2_square-delete-10:before {
  content: "\eaa6";
}

.nc-icon-mini.ui-2_square-delete-13:before {
  content: "\eaa7";
}

.nc-icon-mini.ui-2_square-remove-09:before {
  content: "\eaa8";
}

.nc-icon-mini.ui-2_square-remove-12:before {
  content: "\eaa9";
}

.nc-icon-mini.ui-2_target:before {
  content: "\eaaa";
}

.nc-icon-mini.ui-2_tile-55:before {
  content: "\eaab";
}

.nc-icon-mini.ui-2_tile-56:before {
  content: "\eaac";
}

.nc-icon-mini.ui-2_time-alarm:before {
  content: "\eaad";
}

.nc-icon-mini.ui-2_time-clock:before {
  content: "\eaae";
}

.nc-icon-mini.ui-2_time-countdown:before {
  content: "\eaaf";
}

.nc-icon-mini.ui-2_time:before {
  content: "\eab0";
}

.nc-icon-mini.ui-2_webpage:before {
  content: "\eab1";
}

.nc-icon-mini.ui-3_alert:before {
  content: "\eab2";
}

.nc-icon-mini.ui-3_backward:before {
  content: "\eab3";
}

.nc-icon-mini.ui-3_bolt:before {
  content: "\eab4";
}

.nc-icon-mini.ui-3_bullet-list:before {
  content: "\eab5";
}

.nc-icon-mini.ui-3_calendar-add:before {
  content: "\eab6";
}

.nc-icon-mini.ui-3_card-add:before {
  content: "\eab7";
}

.nc-icon-mini.ui-3_card-alert:before {
  content: "\eab8";
}

.nc-icon-mini.ui-3_chart-bars:before {
  content: "\ee6e";
}

.nc-icon-mini.ui-3_chart:before {
  content: "\ee6f";
}

.nc-icon-mini.ui-3_chat-33:before {
  content: "\ee70";
}

.nc-icon-mini.ui-3_chat-45:before {
  content: "\ee71";
}

.nc-icon-mini.ui-3_chat-46:before {
  content: "\ee72";
}

.nc-icon-mini.ui-3_chat-reply:before {
  content: "\ee73";
}

.nc-icon-mini.ui-3_check-in:before {
  content: "\ee74";
}

.nc-icon-mini.ui-3_check-out:before {
  content: "\ee75";
}

.nc-icon-mini.ui-3_dock-bottom:before {
  content: "\ee76";
}

.nc-icon-mini.ui-3_dock-left:before {
  content: "\ee77";
}

.nc-icon-mini.ui-3_dock-right:before {
  content: "\ee78";
}

.nc-icon-mini.ui-3_dock-top:before {
  content: "\ee79";
}

.nc-icon-mini.ui-3_filter-check:before {
  content: "\ee7a";
}

.nc-icon-mini.ui-3_filter-remove:before {
  content: "\ee7b";
}

.nc-icon-mini.ui-3_forward:before {
  content: "\ee7c";
}

.nc-icon-mini.ui-3_funnel-39:before {
  content: "\ee7d";
}

.nc-icon-mini.ui-3_funnel-40:before {
  content: "\ee7e";
}

.nc-icon-mini.ui-3_funnel-41:before {
  content: "\ee7f";
}

.nc-icon-mini.ui-3_heart:before {
  content: "\ee80";
}

.nc-icon-mini.ui-3_infinite:before {
  content: "\ee81";
}

.nc-icon-mini.ui-3_link:before {
  content: "\ee82";
}

.nc-icon-mini.ui-3_menu-left:before {
  content: "\ee83";
}

.nc-icon-mini.ui-3_menu-right:before {
  content: "\ee84";
}

.nc-icon-mini.ui-3_menu:before {
  content: "\ee85";
}

.nc-icon-mini.ui-3_metrics:before {
  content: "\ee86";
}

.nc-icon-mini.ui-3_phone-call-end:before {
  content: "\ee87";
}

.nc-icon-mini.ui-3_phone-call:before {
  content: "\ee88";
}

.nc-icon-mini.ui-3_phone:before {
  content: "\ee89";
}

.nc-icon-mini.ui-3_playlist:before {
  content: "\ee8a";
}

.nc-icon-mini.ui-3_security:before {
  content: "\ee8b";
}

.nc-icon-mini.ui-3_segmentation:before {
  content: "\ee8c";
}

.nc-icon-mini.ui-3_select:before {
  content: "\ee8d";
}

.nc-icon-mini.ui-3_send:before {
  content: "\ee8e";
}

.nc-icon-mini.ui-3_signal:before {
  content: "\ee8f";
}

.nc-icon-mini.ui-3_slide-left:before {
  content: "\ee90";
}

.nc-icon-mini.ui-3_slide-right:before {
  content: "\ee91";
}

.nc-icon-mini.ui-3_table-left:before {
  content: "\ee92";
}

.nc-icon-mini.ui-3_table-right:before {
  content: "\ee93";
}

.nc-icon-mini.ui-3_tag:before {
  content: "\ee94";
}

.nc-icon-mini.ui-3_widget:before {
  content: "\ee95";
}

.nc-icon-mini.ui-e_round-e-alert:before {
  content: "\ee96";
}

.nc-icon-mini.ui-e_round-e-help:before {
  content: "\ee97";
}

.nc-icon-mini.ui-e_round-e-info:before {
  content: "\ee98";
}

.nc-icon-mini.ui-e_square-e-alert:before {
  content: "\ee99";
}

.nc-icon-mini.ui-e_square-e-help:before {
  content: "\ee9a";
}

.nc-icon-mini.ui-e_square-e-info:before {
  content: "\ee9b";
}

.nc-icon-mini.ui-e_star-half:before {
  content: "\ee9c";
}

.nc-icon-mini.ui-e-2_calendar-add:before {
  content: "\ee9d";
}

.nc-icon-mini.ui-e-2_dock-bottom:before {
  content: "\ee9e";
}

.nc-icon-mini.ui-e-2_dock-left:before {
  content: "\ee9f";
}

.nc-icon-mini.ui-e-2_dock-right:before {
  content: "\eea0";
}

.nc-icon-mini.ui-e-2_dock-top:before {
  content: "\eea1";
}

.nc-icon-mini.ui-e-2_heart:before {
  content: "\eea2";
}

.nc-icon-mini.envir_bulb-saver:before {
  content: "\ee5c";
}

.nc-icon-mini.envir_bulb:before {
  content: "\ee5d";
}

.nc-icon-mini.envir_car:before {
  content: "\ee5e";
}

.nc-icon-mini.envir_fuel-electric:before {
  content: "\ee5f";
}

.nc-icon-mini.envir_fuel:before {
  content: "\ee60";
}

.nc-icon-mini.envir_home:before {
  content: "\ee61";
}

.nc-icon-mini.envir_level:before {
  content: "\ee62";
}

.nc-icon-mini.envir_panel:before {
  content: "\ee63";
}

.nc-icon-mini.envir_radiation:before {
  content: "\ee64";
}

.nc-icon-mini.envir_recycling:before {
  content: "\ee65";
}

.nc-icon-mini.envir_save-planet:before {
  content: "\ee66";
}

.nc-icon-mini.envir_waste-danger:before {
  content: "\ee67";
}

.nc-icon-mini.envir_waste-recycling:before {
  content: "\ee68";
}

.nc-icon-mini.envir_waste:before {
  content: "\ee69";
}

.nc-icon-mini.envir_water-hand:before {
  content: "\ee6a";
}

.nc-icon-mini.envir_water-sink:before {
  content: "\ee6b";
}

.nc-icon-mini.envir_water:before {
  content: "\ee6c";
}

.nc-icon-mini.envir_wind:before {
  content: "\ee6d";
}

.nc-icon-mini.arrows-1_back-78:before {
  content: "\e900";
}

.nc-icon-mini.arrows-1_back-80:before {
  content: "\e901";
}

.nc-icon-mini.arrows-1_bold-down:before {
  content: "\e902";
}

.nc-icon-mini.arrows-1_bold-left:before {
  content: "\e903";
}

.nc-icon-mini.arrows-1_bold-right:before {
  content: "\e904";
}

.nc-icon-mini.arrows-1_bold-up:before {
  content: "\e905";
}

.nc-icon-mini.arrows-1_circle-down-12:before {
  content: "\e906";
}

.nc-icon-mini.arrows-1_circle-down-40:before {
  content: "\e907";
}

.nc-icon-mini.arrows-1_circle-left-10:before {
  content: "\e908";
}

.nc-icon-mini.arrows-1_circle-left-38:before {
  content: "\e909";
}

.nc-icon-mini.arrows-1_circle-right-09:before {
  content: "\e90a";
}

.nc-icon-mini.arrows-1_circle-right-37:before {
  content: "\e90b";
}

.nc-icon-mini.arrows-1_circle-up-11:before {
  content: "\e90c";
}

.nc-icon-mini.arrows-1_circle-up-39:before {
  content: "\e90d";
}

.nc-icon-mini.arrows-1_cloud-download-95:before {
  content: "\e90e";
}

.nc-icon-mini.arrows-1_cloud-upload-96:before {
  content: "\e90f";
}

.nc-icon-mini.arrows-1_curved-next:before {
  content: "\e910";
}

.nc-icon-mini.arrows-1_curved-previous:before {
  content: "\e911";
}

.nc-icon-mini.arrows-1_direction-53:before {
  content: "\e912";
}

.nc-icon-mini.arrows-1_direction-56:before {
  content: "\e913";
}

.nc-icon-mini.arrows-1_double-left:before {
  content: "\e914";
}

.nc-icon-mini.arrows-1_double-right:before {
  content: "\e915";
}

.nc-icon-mini.arrows-1_download:before {
  content: "\e916";
}

.nc-icon-mini.arrows-1_enlarge-diagonal-43:before {
  content: "\e917";
}

.nc-icon-mini.arrows-1_enlarge-diagonal-44:before {
  content: "\e918";
}

.nc-icon-mini.arrows-1_enlarge-horizontal:before {
  content: "\e919";
}

.nc-icon-mini.arrows-1_enlarge-vertical:before {
  content: "\e91a";
}

.nc-icon-mini.arrows-1_fullscreen-70:before {
  content: "\e91b";
}

.nc-icon-mini.arrows-1_fullscreen-71:before {
  content: "\e91c";
}

.nc-icon-mini.arrows-1_fullscreen-76:before {
  content: "\e91d";
}

.nc-icon-mini.arrows-1_fullscreen-77:before {
  content: "\e91e";
}

.nc-icon-mini.arrows-1_fullscreen-double-74:before {
  content: "\e91f";
}

.nc-icon-mini.arrows-1_fullscreen-double-75:before {
  content: "\e920";
}

.nc-icon-mini.arrows-1_fullscreen-split-72:before {
  content: "\e921";
}

.nc-icon-mini.arrows-1_fullscreen-split-73:before {
  content: "\e922";
}

.nc-icon-mini.arrows-1_log-in:before {
  content: "\e923";
}

.nc-icon-mini.arrows-1_log-out:before {
  content: "\e924";
}

.nc-icon-mini.arrows-1_loop-82:before {
  content: "\e925";
}

.nc-icon-mini.arrows-1_minimal-down:before {
  content: "\e926";
}

.nc-icon-mini.arrows-1_minimal-left:before {
  content: "\e927";
}

.nc-icon-mini.arrows-1_minimal-right:before {
  content: "\e928";
}

.nc-icon-mini.arrows-1_minimal-up:before {
  content: "\e929";
}

.nc-icon-mini.arrows-1_redo-79:before {
  content: "\e92a";
}

.nc-icon-mini.arrows-1_redo-81:before {
  content: "\e92b";
}

.nc-icon-mini.arrows-1_refresh-68:before {
  content: "\e92c";
}

.nc-icon-mini.arrows-1_refresh-69:before {
  content: "\e92d";
}

.nc-icon-mini.arrows-1_round-down:before {
  content: "\e92e";
}

.nc-icon-mini.arrows-1_round-left:before {
  content: "\e92f";
}

.nc-icon-mini.arrows-1_round-right:before {
  content: "\e930";
}

.nc-icon-mini.arrows-1_round-up:before {
  content: "\e931";
}

.nc-icon-mini.arrows-1_share-66:before {
  content: "\e932";
}

.nc-icon-mini.arrows-1_share-91:before {
  content: "\e933";
}

.nc-icon-mini.arrows-1_share-92:before {
  content: "\e934";
}

.nc-icon-mini.arrows-1_shuffle-97:before {
  content: "\e935";
}

.nc-icon-mini.arrows-1_shuffle-98:before {
  content: "\e936";
}

.nc-icon-mini.arrows-1_simple-down:before {
  content: "\e937";
}

.nc-icon-mini.arrows-1_simple-left:before {
  content: "\e938";
}

.nc-icon-mini.arrows-1_simple-right:before {
  content: "\e939";
}

.nc-icon-mini.arrows-1_simple-up:before {
  content: "\e93a";
}

.nc-icon-mini.arrows-1_small-triangle-down:before {
  content: "\e93b";
}

.nc-icon-mini.arrows-1_small-triangle-left:before {
  content: "\e93c";
}

.nc-icon-mini.arrows-1_small-triangle-right:before {
  content: "\e93d";
}

.nc-icon-mini.arrows-1_small-triangle-up:before {
  content: "\e93e";
}

.nc-icon-mini.arrows-1_square-down:before {
  content: "\e93f";
}

.nc-icon-mini.arrows-1_square-left:before {
  content: "\e940";
}

.nc-icon-mini.arrows-1_square-right:before {
  content: "\e941";
}

.nc-icon-mini.arrows-1_square-up:before {
  content: "\e942";
}

.nc-icon-mini.arrows-1_strong-down:before {
  content: "\e943";
}

.nc-icon-mini.arrows-1_strong-left:before {
  content: "\e944";
}

.nc-icon-mini.arrows-1_strong-right:before {
  content: "\e945";
}

.nc-icon-mini.arrows-1_strong-up:before {
  content: "\e946";
}

.nc-icon-mini.arrows-1_tail-down:before {
  content: "\e947";
}

.nc-icon-mini.arrows-1_tail-left:before {
  content: "\e948";
}

.nc-icon-mini.arrows-1_tail-right:before {
  content: "\e949";
}

.nc-icon-mini.arrows-1_tail-triangle-down:before {
  content: "\e94a";
}

.nc-icon-mini.arrows-1_tail-triangle-left:before {
  content: "\e94b";
}

.nc-icon-mini.arrows-1_tail-triangle-right:before {
  content: "\e94c";
}

.nc-icon-mini.arrows-1_tail-triangle-up:before {
  content: "\e94d";
}

.nc-icon-mini.arrows-1_tail-up:before {
  content: "\e94e";
}

.nc-icon-mini.arrows-1_trend-down:before {
  content: "\e94f";
}

.nc-icon-mini.arrows-1_trend-up:before {
  content: "\e950";
}

.nc-icon-mini.arrows-1_triangle-down-20:before {
  content: "\e951";
}

.nc-icon-mini.arrows-1_triangle-down-65:before {
  content: "\e952";
}

.nc-icon-mini.arrows-1_triangle-left-18:before {
  content: "\e953";
}

.nc-icon-mini.arrows-1_triangle-left-63:before {
  content: "\e954";
}

.nc-icon-mini.arrows-1_triangle-right-17:before {
  content: "\e955";
}

.nc-icon-mini.arrows-1_triangle-right-62:before {
  content: "\e956";
}

.nc-icon-mini.arrows-1_triangle-up-19:before {
  content: "\e957";
}

.nc-icon-mini.arrows-1_triangle-up-64:before {
  content: "\e958";
}

.nc-icon-mini.arrows-1_zoom-88:before {
  content: "\e959";
}

.nc-icon-mini.arrows-2_block-down:before {
  content: "\e95a";
}

.nc-icon-mini.arrows-2_block-left:before {
  content: "\e95b";
}

.nc-icon-mini.arrows-2_block-right:before {
  content: "\e95c";
}

.nc-icon-mini.arrows-2_block-up:before {
  content: "\e95d";
}

.nc-icon-mini.arrows-2_conversion:before {
  content: "\e95e";
}

.nc-icon-mini.arrows-2_corner-down-round:before {
  content: "\e95f";
}

.nc-icon-mini.arrows-2_corner-down:before {
  content: "\e960";
}

.nc-icon-mini.arrows-2_corner-left-down:before {
  content: "\e961";
}

.nc-icon-mini.arrows-2_corner-left-round:before {
  content: "\e962";
}

.nc-icon-mini.arrows-2_corner-left:before {
  content: "\e963";
}

.nc-icon-mini.arrows-2_corner-right-down:before {
  content: "\e964";
}

.nc-icon-mini.arrows-2_corner-right-round:before {
  content: "\e965";
}

.nc-icon-mini.arrows-2_corner-right:before {
  content: "\e966";
}

.nc-icon-mini.arrows-2_corner-up-left:before {
  content: "\e967";
}

.nc-icon-mini.arrows-2_corner-up-right:before {
  content: "\e968";
}

.nc-icon-mini.arrows-2_corner-up-round:before {
  content: "\e969";
}

.nc-icon-mini.arrows-2_corner-up:before {
  content: "\e96a";
}

.nc-icon-mini.arrows-2_cross-down:before {
  content: "\e96b";
}

.nc-icon-mini.arrows-2_cross-left:before {
  content: "\e96c";
}

.nc-icon-mini.arrows-2_cross-right:before {
  content: "\e96d";
}

.nc-icon-mini.arrows-2_cross-up:before {
  content: "\e96e";
}

.nc-icon-mini.arrows-2_delete-49:before {
  content: "\e96f";
}

.nc-icon-mini.arrows-2_delete-50:before {
  content: "\e970";
}

.nc-icon-mini.arrows-2_direction:before {
  content: "\e971";
}

.nc-icon-mini.arrows-2_dots-download:before {
  content: "\e972";
}

.nc-icon-mini.arrows-2_dots-upload:before {
  content: "\e973";
}

.nc-icon-mini.arrows-2_eject:before {
  content: "\e974";
}

.nc-icon-mini.arrows-2_enlarge-circle:before {
  content: "\e975";
}

.nc-icon-mini.arrows-2_file-download-87:before {
  content: "\e976";
}

.nc-icon-mini.arrows-2_file-upload-86:before {
  content: "\e977";
}

.nc-icon-mini.arrows-2_hit-down:before {
  content: "\e978";
}

.nc-icon-mini.arrows-2_hit-left:before {
  content: "\e979";
}

.nc-icon-mini.arrows-2_hit-right:before {
  content: "\e97a";
}

.nc-icon-mini.arrows-2_hit-up:before {
  content: "\e97b";
}

.nc-icon-mini.arrows-2_log-out:before {
  content: "\e97c";
}

.nc-icon-mini.arrows-2_move-down-right:before {
  content: "\e97d";
}

.nc-icon-mini.arrows-2_move-down:before {
  content: "\e97e";
}

.nc-icon-mini.arrows-2_move-left:before {
  content: "\e97f";
}

.nc-icon-mini.arrows-2_move-right:before {
  content: "\e980";
}

.nc-icon-mini.arrows-2_move-up-left:before {
  content: "\e981";
}

.nc-icon-mini.arrows-2_move-up:before {
  content: "\e982";
}

.nc-icon-mini.arrows-2_push-next:before {
  content: "\e983";
}

.nc-icon-mini.arrows-2_push-previous:before {
  content: "\e984";
}

.nc-icon-mini.arrows-2_replay:before {
  content: "\e985";
}

.nc-icon-mini.arrows-2_round-left-down:before {
  content: "\e986";
}

.nc-icon-mini.arrows-2_round-right-down:before {
  content: "\e987";
}

.nc-icon-mini.arrows-2_round-up-left:before {
  content: "\e988";
}

.nc-icon-mini.arrows-2_round-up-right:before {
  content: "\e989";
}

.nc-icon-mini.arrows-2_select-83:before {
  content: "\e98a";
}

.nc-icon-mini.arrows-2_select-84:before {
  content: "\e98b";
}

.nc-icon-mini.arrows-2_skew-down:before {
  content: "\e98c";
}

.nc-icon-mini.arrows-2_skew-left:before {
  content: "\e98d";
}

.nc-icon-mini.arrows-2_skew-right:before {
  content: "\e98e";
}

.nc-icon-mini.arrows-2_skew-up:before {
  content: "\e98f";
}

.nc-icon-mini.arrows-2_small-left:before {
  content: "\e990";
}

.nc-icon-mini.arrows-2_small-right:before {
  content: "\e991";
}

.nc-icon-mini.arrows-2_square-download:before {
  content: "\e992";
}

.nc-icon-mini.arrows-2_square-upload:before {
  content: "\e993";
}

.nc-icon-mini.arrows-2_triangle-down:before {
  content: "\e994";
}

.nc-icon-mini.arrows-2_triangle-left:before {
  content: "\e995";
}

.nc-icon-mini.arrows-2_triangle-right:before {
  content: "\e996";
}

.nc-icon-mini.arrows-2_triangle-up:before {
  content: "\e997";
}

.nc-icon-mini.arrows-2_zoom:before {
  content: "\e998";
}

.nc-icon-mini.arrows-3_circle-simple-down:before {
  content: "\e999";
}

.nc-icon-mini.arrows-3_circle-simple-left:before {
  content: "\e99a";
}

.nc-icon-mini.arrows-3_circle-simple-right:before {
  content: "\e99b";
}

.nc-icon-mini.arrows-3_circle-simple-up:before {
  content: "\e99c";
}

.nc-icon-mini.arrows-3_small-down:before {
  content: "\e99d";
}

.nc-icon-mini.arrows-3_small-up:before {
  content: "\e99e";
}

.nc-icon-mini.arrows-3_square-corner-down-left:before {
  content: "\e99f";
}

.nc-icon-mini.arrows-3_square-corner-down-right:before {
  content: "\e9a0";
}

.nc-icon-mini.arrows-3_square-corner-up-left:before {
  content: "\e9a1";
}

.nc-icon-mini.arrows-3_square-corner-up-right:before {
  content: "\e9a2";
}

.nc-icon-mini.arrows-3_square-down-06:before {
  content: "\e9a3";
}

.nc-icon-mini.arrows-3_square-left-04:before {
  content: "\e9a4";
}

.nc-icon-mini.arrows-3_square-right-03:before {
  content: "\e9a5";
}

.nc-icon-mini.arrows-3_square-simple-down:before {
  content: "\e9a6";
}

.nc-icon-mini.arrows-3_square-simple-left:before {
  content: "\e9a7";
}

.nc-icon-mini.arrows-3_square-simple-right:before {
  content: "\e9a8";
}

.nc-icon-mini.arrows-3_square-simple-up:before {
  content: "\e9a9";
}

.nc-icon-mini.arrows-3_square-up-05:before {
  content: "\e9aa";
}

.nc-icon-mini.arrows-e_archive-e-download:before {
  content: "\e9ab";
}

.nc-icon-mini.arrows-e_archive-e-upload:before {
  content: "\e9ac";
}

.nc-icon-mini.arrows-e_circle-e-down-04:before {
  content: "\e9ad";
}

.nc-icon-mini.arrows-e_circle-e-down-12:before {
  content: "\e9ae";
}

.nc-icon-mini.arrows-e_circle-e-left-02:before {
  content: "\e9af";
}

.nc-icon-mini.arrows-e_circle-e-left-10:before {
  content: "\e9b0";
}

.nc-icon-mini.arrows-e_circle-e-right-01:before {
  content: "\e9b1";
}

.nc-icon-mini.arrows-e_circle-e-right-09:before {
  content: "\e9b2";
}

.nc-icon-mini.arrows-e_circle-e-up-03:before {
  content: "\e9b3";
}

.nc-icon-mini.arrows-e_circle-e-up-11:before {
  content: "\e9b4";
}

.nc-icon-mini.arrows-e_enlarge-21:before {
  content: "\e9b5";
}

.nc-icon-mini.arrows-e_enlarge-22:before {
  content: "\e9b6";
}

.nc-icon-mini.arrows-e_expand:before {
  content: "\e9b7";
}

.nc-icon-mini.arrows-e_move-bottom-right:before {
  content: "\e9b8";
}

.nc-icon-mini.arrows-e_move-top-left:before {
  content: "\e9b9";
}

.nc-icon-mini.arrows-e_refresh-19:before {
  content: "\e9ba";
}

.nc-icon-mini.arrows-e_refresh-20:before {
  content: "\e9bb";
}

.nc-icon-mini.arrows-e_resize-h:before {
  content: "\e9bc";
}

.nc-icon-mini.arrows-e_resize-v:before {
  content: "\e9bd";
}

.nc-icon-mini.arrows-e_share-26:before {
  content: "\e9be";
}

.nc-icon-mini.arrows-e_share-27:before {
  content: "\e9bf";
}

.nc-icon-mini.arrows-e_square-e-down:before {
  content: "\e9c0";
}

.nc-icon-mini.arrows-e_square-e-left:before {
  content: "\e9c1";
}

.nc-icon-mini.arrows-e_square-e-right:before {
  content: "\e9c2";
}

.nc-icon-mini.arrows-e_square-e-up:before {
  content: "\e9c3";
}

.nc-icon-mini.arrows-e_zoom-circle:before {
  content: "\e9c4";
}

.nc-icon-mini.arrows-e_zoom-e:before {
  content: "\e9c5";
}

.nc-icon-mini.arrows-e_zoom-square:before {
  content: "\e9c6";
}

.nc-icon-mini.arrows-e_zoom-triangles:before {
  content: "\e9c7";
}

.nc-icon-mini.weather_celsius:before {
  content: "\e9c8";
}

.nc-icon-mini.weather_cloud-drop:before {
  content: "\e9c9";
}

.nc-icon-mini.weather_cloud-fog-31:before {
  content: "\e9ca";
}

.nc-icon-mini.weather_cloud-fog-32:before {
  content: "\e9cb";
}

.nc-icon-mini.weather_cloud-hail:before {
  content: "\e9cc";
}

.nc-icon-mini.weather_cloud-light:before {
  content: "\e9cd";
}

.nc-icon-mini.weather_cloud-moon:before {
  content: "\e9ce";
}

.nc-icon-mini.weather_cloud-rain:before {
  content: "\e9cf";
}

.nc-icon-mini.weather_cloud-snow-34:before {
  content: "\e9d0";
}

.nc-icon-mini.weather_cloud-snow-42:before {
  content: "\e9d1";
}

.nc-icon-mini.weather_cloud-sun-17:before {
  content: "\e9d2";
}

.nc-icon-mini.weather_compass:before {
  content: "\e9d3";
}

.nc-icon-mini.weather_drop-15:before {
  content: "\e9d4";
}

.nc-icon-mini.weather_drops:before {
  content: "\e9d5";
}

.nc-icon-mini.weather_eclipse:before {
  content: "\e9d6";
}

.nc-icon-mini.weather_fahrenheit:before {
  content: "\e9d7";
}

.nc-icon-mini.weather_fog:before {
  content: "\e9d8";
}

.nc-icon-mini.weather_forecast:before {
  content: "\e9d9";
}

.nc-icon-mini.weather_hurricane-44:before {
  content: "\e9da";
}

.nc-icon-mini.weather_hurricane-45:before {
  content: "\e9db";
}

.nc-icon-mini.weather_moon-cloud-drop:before {
  content: "\e9dc";
}

.nc-icon-mini.weather_moon-cloud-fog:before {
  content: "\e9dd";
}

.nc-icon-mini.weather_moon-cloud-hail:before {
  content: "\e9de";
}

.nc-icon-mini.weather_moon-cloud-light:before {
  content: "\e9df";
}

.nc-icon-mini.weather_moon-cloud-rain:before {
  content: "\e9e0";
}

.nc-icon-mini.weather_moon-cloud-snow-61:before {
  content: "\e9e1";
}

.nc-icon-mini.weather_moon-cloud-snow-62:before {
  content: "\e9e2";
}

.nc-icon-mini.weather_moon-fog:before {
  content: "\e9e3";
}

.nc-icon-mini.weather_moon-full:before {
  content: "\e9e4";
}

.nc-icon-mini.weather_moon-stars:before {
  content: "\e9e5";
}

.nc-icon-mini.weather_moon:before {
  content: "\e9e6";
}

.nc-icon-mini.weather_rain-hail:before {
  content: "\e9e7";
}

.nc-icon-mini.weather_rain:before {
  content: "\e9e8";
}

.nc-icon-mini.weather_rainbow:before {
  content: "\e9e9";
}

.nc-icon-mini.weather_snow:before {
  content: "\e9ea";
}

.nc-icon-mini.weather_sun-cloud-drop:before {
  content: "\e9eb";
}

.nc-icon-mini.weather_sun-cloud-fog:before {
  content: "\e9ec";
}

.nc-icon-mini.weather_sun-cloud-hail:before {
  content: "\e9ed";
}

.nc-icon-mini.weather_sun-cloud-light:before {
  content: "\e9ee";
}

.nc-icon-mini.weather_sun-cloud-rain:before {
  content: "\e9ef";
}

.nc-icon-mini.weather_sun-cloud-snow-54:before {
  content: "\e9f0";
}

.nc-icon-mini.weather_sun-cloud-snow-55:before {
  content: "\e9f1";
}

.nc-icon-mini.weather_sun-cloud:before {
  content: "\e9f2";
}

.nc-icon-mini.weather_sun-fog-30:before {
  content: "\e9f3";
}

.nc-icon-mini.weather_sun-fog-43:before {
  content: "\e9f4";
}

.nc-icon-mini.weather_wind:before {
  content: "\e9f5";
}

.nc-icon-mini.weather-e_cloud-01:before {
  content: "\e9f6";
}

.nc-icon-mini.weather-e_cloud-02:before {
  content: "\e9f7";
}

.nc-icon-mini.users_add-27:before {
  content: "\e9f8";
}

.nc-icon-mini.users_add-29:before {
  content: "\e9f9";
}

.nc-icon-mini.users_badge-13:before {
  content: "\e9fa";
}

.nc-icon-mini.users_badge-14:before {
  content: "\e9fb";
}

.nc-icon-mini.users_badge-15:before {
  content: "\e9fc";
}

.nc-icon-mini.users_circle-08:before {
  content: "\e9fd";
}

.nc-icon-mini.users_circle-09:before {
  content: "\e9fe";
}

.nc-icon-mini.users_circle-10:before {
  content: "\e9ff";
}

.nc-icon-mini.users_delete-28:before {
  content: "\ea00";
}

.nc-icon-mini.users_delete-30:before {
  content: "\ea01";
}

.nc-icon-mini.users_man-20:before {
  content: "\ea02";
}

.nc-icon-mini.users_multiple-11:before {
  content: "\ea03";
}

.nc-icon-mini.users_multiple-19:before {
  content: "\ea04";
}

.nc-icon-mini.users_single-01:before {
  content: "\ea05";
}

.nc-icon-mini.users_single-02:before {
  content: "\ea06";
}

.nc-icon-mini.users_single-03:before {
  content: "\ea07";
}

.nc-icon-mini.users_single-04:before {
  content: "\ea08";
}

.nc-icon-mini.users_single-05:before {
  content: "\ea09";
}

.nc-icon-mini.users_single-body:before {
  content: "\ea0a";
}

.nc-icon-mini.users_square-31:before {
  content: "\ea0b";
}

.nc-icon-mini.users_square-32:before {
  content: "\ea0c";
}

.nc-icon-mini.users_square-33:before {
  content: "\ea0d";
}

.nc-icon-mini.users_woman-21:before {
  content: "\ea0e";
}

.nc-icon-mini.travel_backpack:before {
  content: "\eab9";
}

.nc-icon-mini.travel_bag:before {
  content: "\eaba";
}

.nc-icon-mini.travel_camping:before {
  content: "\eabb";
}

.nc-icon-mini.travel_drink:before {
  content: "\eabc";
}

.nc-icon-mini.travel_explore:before {
  content: "\eabd";
}

.nc-icon-mini.travel_fire:before {
  content: "\eabe";
}

.nc-icon-mini.travel_hotel-bell:before {
  content: "\eabf";
}

.nc-icon-mini.travel_hotel-symbol:before {
  content: "\eac0";
}

.nc-icon-mini.travel_hotel:before {
  content: "\eac1";
}

.nc-icon-mini.travel_igloo:before {
  content: "\eac2";
}

.nc-icon-mini.travel_jellyfish:before {
  content: "\eac3";
}

.nc-icon-mini.travel_lamp:before {
  content: "\eac4";
}

.nc-icon-mini.travel_luggage:before {
  content: "\eac5";
}

.nc-icon-mini.travel_octopus:before {
  content: "\eac6";
}

.nc-icon-mini.travel_passport:before {
  content: "\eac7";
}

.nc-icon-mini.travel_pickaxe:before {
  content: "\eac8";
}

.nc-icon-mini.travel_pool:before {
  content: "\eac9";
}

.nc-icon-mini.travel_rackets:before {
  content: "\eaca";
}

.nc-icon-mini.travel_road-sign-left:before {
  content: "\eacb";
}

.nc-icon-mini.travel_road-sign-right:before {
  content: "\eacc";
}

.nc-icon-mini.travel_rowing:before {
  content: "\eacd";
}

.nc-icon-mini.travel_sea-mask:before {
  content: "\eace";
}

.nc-icon-mini.travel_shark:before {
  content: "\eacf";
}

.nc-icon-mini.travel_spa:before {
  content: "\ead0";
}

.nc-icon-mini.travel_sunglasses:before {
  content: "\ead1";
}

.nc-icon-mini.travel_surf:before {
  content: "\ead2";
}

.nc-icon-mini.travel_swimwear:before {
  content: "\ead3";
}

.nc-icon-mini.travel_swiss-knife:before {
  content: "\ead4";
}

.nc-icon-mini.travel_trolley:before {
  content: "\ead5";
}

.nc-icon-mini.travel_world:before {
  content: "\ead6";
}

.nc-icon-mini.transportation_air-baloon:before {
  content: "\ead7";
}

.nc-icon-mini.transportation_bike:before {
  content: "\ead8";
}

.nc-icon-mini.transportation_boat-small-02:before {
  content: "\ead9";
}

.nc-icon-mini.transportation_boat-small-03:before {
  content: "\eada";
}

.nc-icon-mini.transportation_boat:before {
  content: "\eadb";
}

.nc-icon-mini.transportation_bus-front-10:before {
  content: "\eadc";
}

.nc-icon-mini.transportation_bus-front-12:before {
  content: "\eadd";
}

.nc-icon-mini.transportation_car-front:before {
  content: "\eade";
}

.nc-icon-mini.transportation_car-taxi:before {
  content: "\eadf";
}

.nc-icon-mini.transportation_car:before {
  content: "\eae0";
}

.nc-icon-mini.transportation_helicopter:before {
  content: "\eae1";
}

.nc-icon-mini.transportation_helmet:before {
  content: "\eae2";
}

.nc-icon-mini.transportation_light-traffic:before {
  content: "\eae3";
}

.nc-icon-mini.transportation_moto:before {
  content: "\eae4";
}

.nc-icon-mini.transportation_plane-17:before {
  content: "\eae5";
}

.nc-icon-mini.transportation_plane-18:before {
  content: "\eae6";
}

.nc-icon-mini.transportation_road:before {
  content: "\eae7";
}

.nc-icon-mini.transportation_skateboard:before {
  content: "\eae8";
}

.nc-icon-mini.transportation_tractor:before {
  content: "\eae9";
}

.nc-icon-mini.transportation_train:before {
  content: "\eaea";
}

.nc-icon-mini.transportation_tram:before {
  content: "\eaeb";
}

.nc-icon-mini.transportation_truck-front:before {
  content: "\eaec";
}

.nc-icon-mini.transportation_vespa-front:before {
  content: "\eaed";
}

.nc-icon-mini.gestures_2x-drag-down:before {
  content: "\eaee";
}

.nc-icon-mini.gestures_2x-drag-up:before {
  content: "\eaef";
}

.nc-icon-mini.gestures_active-38:before {
  content: "\eaf0";
}

.nc-icon-mini.gestures_active-40:before {
  content: "\eaf1";
}

.nc-icon-mini.gestures_camera:before {
  content: "\eaf2";
}

.nc-icon-mini.gestures_double-tap:before {
  content: "\eaf3";
}

.nc-icon-mini.gestures_drag-21:before {
  content: "\eaf4";
}

.nc-icon-mini.gestures_drag-31:before {
  content: "\eaf5";
}

.nc-icon-mini.gestures_drag-down:before {
  content: "\eaf6";
}

.nc-icon-mini.gestures_drag-left:before {
  content: "\eaf7";
}

.nc-icon-mini.gestures_drag-right:before {
  content: "\eaf8";
}

.nc-icon-mini.gestures_drag-up:before {
  content: "\eaf9";
}

.nc-icon-mini.gestures_grab:before {
  content: "\eafa";
}

.nc-icon-mini.gestures_pin:before {
  content: "\eafb";
}

.nc-icon-mini.gestures_pinch:before {
  content: "\eafc";
}

.nc-icon-mini.gestures_rotate-22:before {
  content: "\eafd";
}

.nc-icon-mini.gestures_scan:before {
  content: "\eafe";
}

.nc-icon-mini.gestures_stretch:before {
  content: "\eaff";
}

.nc-icon-mini.gestures_swipe-bottom:before {
  content: "\eb00";
}

.nc-icon-mini.gestures_swipe-left:before {
  content: "\eb01";
}

.nc-icon-mini.gestures_swipe-right:before {
  content: "\eb02";
}

.nc-icon-mini.gestures_swipe-up:before {
  content: "\eb03";
}

.nc-icon-mini.gestures_tap-01:before {
  content: "\eb04";
}

.nc-icon-mini.gestures_tap-02:before {
  content: "\eb05";
}

.nc-icon-mini.text_align-center:before {
  content: "\eb06";
}

.nc-icon-mini.text_align-justify:before {
  content: "\eb07";
}

.nc-icon-mini.text_align-left:before {
  content: "\eb08";
}

.nc-icon-mini.text_align-right:before {
  content: "\eb09";
}

.nc-icon-mini.text_background:before {
  content: "\eb0a";
}

.nc-icon-mini.text_bold:before {
  content: "\eb0b";
}

.nc-icon-mini.text_capitalize:before {
  content: "\eb0c";
}

.nc-icon-mini.text_caps-small:before {
  content: "\eb0d";
}

.nc-icon-mini.text_color:before {
  content: "\eb0e";
}

.nc-icon-mini.text_edit:before {
  content: "\eb0f";
}

.nc-icon-mini.text_italic:before {
  content: "\eb10";
}

.nc-icon-mini.text_line-height:before {
  content: "\eb11";
}

.nc-icon-mini.text_list-bullet:before {
  content: "\eb12";
}

.nc-icon-mini.text_list-numbers:before {
  content: "\eb13";
}

.nc-icon-mini.text_margin-left:before {
  content: "\eb14";
}

.nc-icon-mini.text_margin-right:before {
  content: "\eb15";
}

.nc-icon-mini.text_quote:before {
  content: "\eb16";
}

.nc-icon-mini.text_scale-horizontal:before {
  content: "\eb17";
}

.nc-icon-mini.text_scale-vertical:before {
  content: "\eb18";
}

.nc-icon-mini.text_size:before {
  content: "\eb19";
}

.nc-icon-mini.text_strikethrough:before {
  content: "\eb1a";
}

.nc-icon-mini.text_subscript:before {
  content: "\eb1b";
}

.nc-icon-mini.text_superscript:before {
  content: "\eb1c";
}

.nc-icon-mini.text_tracking:before {
  content: "\eb1d";
}

.nc-icon-mini.text_underline:before {
  content: "\eb1e";
}

.nc-icon-mini.tech_cable-49:before {
  content: "\eb1f";
}

.nc-icon-mini.tech_cd-reader:before {
  content: "\eb20";
}

.nc-icon-mini.tech_computer-monitor:before {
  content: "\eb21";
}

.nc-icon-mini.tech_computer-old:before {
  content: "\eb22";
}

.nc-icon-mini.tech_computer:before {
  content: "\eb23";
}

.nc-icon-mini.tech_controller-modern:before {
  content: "\eb24";
}

.nc-icon-mini.tech_controller:before {
  content: "\eb25";
}

.nc-icon-mini.tech_desktop-screen:before {
  content: "\eb26";
}

.nc-icon-mini.tech_desktop:before {
  content: "\eb27";
}

.nc-icon-mini.tech_disk-reader:before {
  content: "\eb28";
}

.nc-icon-mini.tech_disk:before {
  content: "\eb29";
}

.nc-icon-mini.tech_headphones:before {
  content: "\eb2a";
}

.nc-icon-mini.tech_keyboard-wifi:before {
  content: "\eb2b";
}

.nc-icon-mini.tech_keyboard:before {
  content: "\eb2c";
}

.nc-icon-mini.tech_laptop-camera:before {
  content: "\eb2d";
}

.nc-icon-mini.tech_laptop-front:before {
  content: "\eb2e";
}

.nc-icon-mini.tech_laptop:before {
  content: "\eb2f";
}

.nc-icon-mini.tech_mobile-button:before {
  content: "\eb30";
}

.nc-icon-mini.tech_mobile-camera:before {
  content: "\eb31";
}

.nc-icon-mini.tech_mobile-recharger-08:before {
  content: "\eb32";
}

.nc-icon-mini.tech_mobile-recharger-09:before {
  content: "\eb33";
}

.nc-icon-mini.tech_mobile-toolbar:before {
  content: "\eb34";
}

.nc-icon-mini.tech_mobile:before {
  content: "\eb35";
}

.nc-icon-mini.tech_music:before {
  content: "\eb36";
}

.nc-icon-mini.tech_navigation:before {
  content: "\eb37";
}

.nc-icon-mini.tech_player-19:before {
  content: "\eb38";
}

.nc-icon-mini.tech_player-48:before {
  content: "\eb39";
}

.nc-icon-mini.tech_print-round:before {
  content: "\eb3a";
}

.nc-icon-mini.tech_print:before {
  content: "\eb3b";
}

.nc-icon-mini.tech_ram:before {
  content: "\eb3c";
}

.nc-icon-mini.tech_remote:before {
  content: "\eb3d";
}

.nc-icon-mini.tech_signal:before {
  content: "\eb3e";
}

.nc-icon-mini.tech_socket:before {
  content: "\eb3f";
}

.nc-icon-mini.tech_sync:before {
  content: "\eb40";
}

.nc-icon-mini.tech_tablet-button:before {
  content: "\eb41";
}

.nc-icon-mini.tech_tablet-reader-31:before {
  content: "\eb42";
}

.nc-icon-mini.tech_tablet-reader-42:before {
  content: "\eb43";
}

.nc-icon-mini.tech_tablet-toolbar:before {
  content: "\eb44";
}

.nc-icon-mini.tech_tablet:before {
  content: "\eb45";
}

.nc-icon-mini.tech_tv-old:before {
  content: "\eb46";
}

.nc-icon-mini.tech_tv:before {
  content: "\eb47";
}

.nc-icon-mini.tech_watch-circle:before {
  content: "\eb48";
}

.nc-icon-mini.tech_watch-time:before {
  content: "\eb49";
}

.nc-icon-mini.tech_watch:before {
  content: "\eb4a";
}

.nc-icon-mini.tech_webcam-38:before {
  content: "\eb4b";
}

.nc-icon-mini.tech_webcam-39:before {
  content: "\eb4c";
}

.nc-icon-mini.tech_wifi-router:before {
  content: "\eb4d";
}

.nc-icon-mini.tech_wifi:before {
  content: "\eb4e";
}

.nc-icon-mini.sport_badminton:before {
  content: "\eb4f";
}

.nc-icon-mini.sport_baseball-ball:before {
  content: "\eb50";
}

.nc-icon-mini.sport_baseball-bat:before {
  content: "\eb51";
}

.nc-icon-mini.sport_basketball-12:before {
  content: "\eb52";
}

.nc-icon-mini.sport_boxing:before {
  content: "\eb53";
}

.nc-icon-mini.sport_cardio:before {
  content: "\eb54";
}

.nc-icon-mini.sport_cricket:before {
  content: "\eb55";
}

.nc-icon-mini.sport_crown:before {
  content: "\eb56";
}

.nc-icon-mini.sport_dart:before {
  content: "\eb57";
}

.nc-icon-mini.sport_dumbbells:before {
  content: "\eb58";
}

.nc-icon-mini.sport_fencing:before {
  content: "\eb59";
}

.nc-icon-mini.sport_fishing:before {
  content: "\eb5a";
}

.nc-icon-mini.sport_flag-finish:before {
  content: "\eb5b";
}

.nc-icon-mini.sport_football-headguard:before {
  content: "\eb5c";
}

.nc-icon-mini.sport_golf:before {
  content: "\eb5d";
}

.nc-icon-mini.sport_helmet:before {
  content: "\eb5e";
}

.nc-icon-mini.sport_hockey:before {
  content: "\eb5f";
}

.nc-icon-mini.sport_kettlebell:before {
  content: "\eb60";
}

.nc-icon-mini.sport_ping-pong:before {
  content: "\eb61";
}

.nc-icon-mini.sport_podium:before {
  content: "\eb62";
}

.nc-icon-mini.sport_rope:before {
  content: "\eb63";
}

.nc-icon-mini.sport_rugby:before {
  content: "\eb64";
}

.nc-icon-mini.sport_shaker:before {
  content: "\eb65";
}

.nc-icon-mini.sport_skateboard:before {
  content: "\eb66";
}

.nc-icon-mini.sport_snowboard:before {
  content: "\eb67";
}

.nc-icon-mini.sport_soccer-field:before {
  content: "\eb68";
}

.nc-icon-mini.sport_steering-wheel:before {
  content: "\eb69";
}

.nc-icon-mini.sport_supplement:before {
  content: "\eb6a";
}

.nc-icon-mini.sport_surf:before {
  content: "\eb6b";
}

.nc-icon-mini.sport_tactic:before {
  content: "\eb6c";
}

.nc-icon-mini.sport_tennis-ball:before {
  content: "\eb6d";
}

.nc-icon-mini.sport_tennis:before {
  content: "\eb6e";
}

.nc-icon-mini.sport_trophy:before {
  content: "\eb6f";
}

.nc-icon-mini.sport_user-run:before {
  content: "\eb70";
}

.nc-icon-mini.sport_volleyball:before {
  content: "\eb71";
}

.nc-icon-mini.sport_whistle:before {
  content: "\eb72";
}

.nc-icon-mini.shopping_award:before {
  content: "\eb9f";
}

.nc-icon-mini.shopping_bag-09:before {
  content: "\eba0";
}

.nc-icon-mini.shopping_bag-16:before {
  content: "\eba1";
}

.nc-icon-mini.shopping_bag-17:before {
  content: "\eba2";
}

.nc-icon-mini.shopping_bag-20:before {
  content: "\eba3";
}

.nc-icon-mini.shopping_bag-add-18:before {
  content: "\eba4";
}

.nc-icon-mini.shopping_bag-add-21:before {
  content: "\eba5";
}

.nc-icon-mini.shopping_bag-remove-19:before {
  content: "\eba6";
}

.nc-icon-mini.shopping_bag-remove-22:before {
  content: "\eba7";
}

.nc-icon-mini.shopping_barcode:before {
  content: "\eba8";
}

.nc-icon-mini.shopping_bardcode-qr:before {
  content: "\eba9";
}

.nc-icon-mini.shopping_basket-simple-add:before {
  content: "\ebaa";
}

.nc-icon-mini.shopping_basket-simple-remove:before {
  content: "\ebab";
}

.nc-icon-mini.shopping_basket-simple:before {
  content: "\ebac";
}

.nc-icon-mini.shopping_basket:before {
  content: "\ebad";
}

.nc-icon-mini.shopping_bitcoin:before {
  content: "\ebae";
}

.nc-icon-mini.shopping_box-ribbon:before {
  content: "\ebaf";
}

.nc-icon-mini.shopping_box:before {
  content: "\ebb0";
}

.nc-icon-mini.shopping_cart-modern-in:before {
  content: "\ebb1";
}

.nc-icon-mini.shopping_cart-modern:before {
  content: "\ebb2";
}

.nc-icon-mini.shopping_cart-simple-add:before {
  content: "\ebb3";
}

.nc-icon-mini.shopping_cart-simple-in:before {
  content: "\ebb4";
}

.nc-icon-mini.shopping_cart-simple-remove:before {
  content: "\ebb5";
}

.nc-icon-mini.shopping_cart-simple:before {
  content: "\ebb6";
}

.nc-icon-mini.shopping_cart:before {
  content: "\ebb7";
}

.nc-icon-mini.shopping_cash-register:before {
  content: "\ebb8";
}

.nc-icon-mini.shopping_chart:before {
  content: "\ebb9";
}

.nc-icon-mini.shopping_credit-card-in:before {
  content: "\ebba";
}

.nc-icon-mini.shopping_credit-card:before {
  content: "\ebbb";
}

.nc-icon-mini.shopping_delivery-fast:before {
  content: "\ebbc";
}

.nc-icon-mini.shopping_discount:before {
  content: "\ebbd";
}

.nc-icon-mini.shopping_gift:before {
  content: "\ebbe";
}

.nc-icon-mini.shopping_list:before {
  content: "\ebbf";
}

.nc-icon-mini.shopping_newsletter:before {
  content: "\ebc0";
}

.nc-icon-mini.shopping_receipt-list-42:before {
  content: "\ebc1";
}

.nc-icon-mini.shopping_receipt-list-43:before {
  content: "\ebc2";
}

.nc-icon-mini.shopping_receipt:before {
  content: "\ebc3";
}

.nc-icon-mini.shopping_shop:before {
  content: "\ebc4";
}

.nc-icon-mini.shopping_stock:before {
  content: "\ebc5";
}

.nc-icon-mini.shopping_tag-content:before {
  content: "\ebc6";
}

.nc-icon-mini.shopping_tag-cut:before {
  content: "\ebc7";
}

.nc-icon-mini.shopping_tag:before {
  content: "\ebc8";
}

.nc-icon-mini.shopping_wallet:before {
  content: "\ebc9";
}

.nc-icon-mini.education_agenda-bookmark:before {
  content: "\ebca";
}

.nc-icon-mini.education_atom:before {
  content: "\ebcb";
}

.nc-icon-mini.education_award-55:before {
  content: "\ebcc";
}

.nc-icon-mini.education_backpack-57:before {
  content: "\ebcd";
}

.nc-icon-mini.education_backpack-58:before {
  content: "\ebce";
}

.nc-icon-mini.education_ball-basket:before {
  content: "\ebcf";
}

.nc-icon-mini.education_ball-soccer:before {
  content: "\ebd0";
}

.nc-icon-mini.education_board-51:before {
  content: "\ebd1";
}

.nc-icon-mini.education_book-39:before {
  content: "\ebd2";
}

.nc-icon-mini.education_book-bookmark:before {
  content: "\ebd3";
}

.nc-icon-mini.education_book-open:before {
  content: "\ebd4";
}

.nc-icon-mini.education_books-46:before {
  content: "\ebd5";
}

.nc-icon-mini.education_flask:before {
  content: "\ebd6";
}

.nc-icon-mini.education_glasses:before {
  content: "\ebd7";
}

.nc-icon-mini.education_hat:before {
  content: "\ebd8";
}

.nc-icon-mini.education_language:before {
  content: "\ebd9";
}

.nc-icon-mini.education_molecule:before {
  content: "\ebda";
}

.nc-icon-mini.education_notepad:before {
  content: "\ebdb";
}

.nc-icon-mini.education_paper-diploma:before {
  content: "\ebdc";
}

.nc-icon-mini.education_paper:before {
  content: "\ebdd";
}

.nc-icon-mini.education_pencil-47:before {
  content: "\ebde";
}

.nc-icon-mini.education_school:before {
  content: "\ebdf";
}

.nc-icon-mini.objects_alien-29:before {
  content: "\ebe0";
}

.nc-icon-mini.objects_alien-33:before {
  content: "\ebe1";
}

.nc-icon-mini.objects_anchor:before {
  content: "\ebe2";
}

.nc-icon-mini.objects_astronaut:before {
  content: "\ebe3";
}

.nc-icon-mini.objects_axe:before {
  content: "\ebe4";
}

.nc-icon-mini.objects_baby-bottle:before {
  content: "\ebe5";
}

.nc-icon-mini.objects_baby:before {
  content: "\ebe6";
}

.nc-icon-mini.objects_baloon:before {
  content: "\ebe7";
}

.nc-icon-mini.objects_battery:before {
  content: "\ebe8";
}

.nc-icon-mini.objects_bear:before {
  content: "\ebe9";
}

.nc-icon-mini.objects_billiard:before {
  content: "\ebea";
}

.nc-icon-mini.objects_binocular:before {
  content: "\ebeb";
}

.nc-icon-mini.objects_bow:before {
  content: "\ebec";
}

.nc-icon-mini.objects_bowling:before {
  content: "\ebed";
}

.nc-icon-mini.objects_broom:before {
  content: "\ebee";
}

.nc-icon-mini.objects_cone:before {
  content: "\ebef";
}

.nc-icon-mini.objects_controller:before {
  content: "\ebf0";
}

.nc-icon-mini.objects_diamond:before {
  content: "\ebf1";
}

.nc-icon-mini.objects_dice:before {
  content: "\ebf2";
}

.nc-icon-mini.objects_globe:before {
  content: "\ebf3";
}

.nc-icon-mini.objects_hut:before {
  content: "\ebf4";
}

.nc-icon-mini.objects_key-25:before {
  content: "\ebf5";
}

.nc-icon-mini.objects_key-26:before {
  content: "\ebf6";
}

.nc-icon-mini.objects_lamp:before {
  content: "\ebf7";
}

.nc-icon-mini.objects_leaf-36:before {
  content: "\ebf8";
}

.nc-icon-mini.objects_light:before {
  content: "\ebf9";
}

.nc-icon-mini.objects_planet:before {
  content: "\ebfa";
}

.nc-icon-mini.objects_puzzle-09:before {
  content: "\ebfb";
}

.nc-icon-mini.objects_puzzle-10:before {
  content: "\ebfc";
}

.nc-icon-mini.objects_shovel:before {
  content: "\ebfd";
}

.nc-icon-mini.objects_skull:before {
  content: "\ebfe";
}

.nc-icon-mini.objects_spaceship:before {
  content: "\ebff";
}

.nc-icon-mini.objects_support-16:before {
  content: "\ec00";
}

.nc-icon-mini.objects_support-17:before {
  content: "\ec01";
}

.nc-icon-mini.objects_umbrella-13:before {
  content: "\ec02";
}

.nc-icon-mini.objects_umbrella-14:before {
  content: "\ec03";
}

.nc-icon-mini.objects_wool-ball:before {
  content: "\ec04";
}

.nc-icon-mini.media-1_3d:before {
  content: "\ec05";
}

.nc-icon-mini.media-1_album:before {
  content: "\ec06";
}

.nc-icon-mini.media-1_audio-91:before {
  content: "\ec07";
}

.nc-icon-mini.media-1_audio-92:before {
  content: "\ec08";
}

.nc-icon-mini.media-1_balance:before {
  content: "\ec09";
}

.nc-icon-mini.media-1_brightness-46:before {
  content: "\ec0a";
}

.nc-icon-mini.media-1_brightness-47:before {
  content: "\ec0b";
}

.nc-icon-mini.media-1_button-eject:before {
  content: "\ec0c";
}

.nc-icon-mini.media-1_button-next:before {
  content: "\ec0d";
}

.nc-icon-mini.media-1_button-pause:before {
  content: "\ec0e";
}

.nc-icon-mini.media-1_button-play:before {
  content: "\ec0f";
}

.nc-icon-mini.media-1_button-power:before {
  content: "\ec10";
}

.nc-icon-mini.media-1_button-previous:before {
  content: "\ec11";
}

.nc-icon-mini.media-1_button-record:before {
  content: "\ec12";
}

.nc-icon-mini.media-1_button-rewind:before {
  content: "\ec13";
}

.nc-icon-mini.media-1_button-skip:before {
  content: "\ec14";
}

.nc-icon-mini.media-1_button-stop:before {
  content: "\ec15";
}

.nc-icon-mini.media-1_camera-18:before {
  content: "\ec16";
}

.nc-icon-mini.media-1_camera-19:before {
  content: "\ec17";
}

.nc-icon-mini.media-1_camera-20:before {
  content: "\ec18";
}

.nc-icon-mini.media-1_camera-ban-37:before {
  content: "\ec19";
}

.nc-icon-mini.media-1_camera-compact:before {
  content: "\ec1a";
}

.nc-icon-mini.media-1_camera-square-57:before {
  content: "\ec1b";
}

.nc-icon-mini.media-1_camera-time:before {
  content: "\ec1c";
}

.nc-icon-mini.media-1_countdown-34:before {
  content: "\ec1d";
}

.nc-icon-mini.media-1_edit-color:before {
  content: "\ec1e";
}

.nc-icon-mini.media-1_edit-contrast-42:before {
  content: "\ec1f";
}

.nc-icon-mini.media-1_edit-contrast-43:before {
  content: "\ec20";
}

.nc-icon-mini.media-1_edit-saturation:before {
  content: "\ec21";
}

.nc-icon-mini.media-1_flash-21:before {
  content: "\ec22";
}

.nc-icon-mini.media-1_flash-24:before {
  content: "\ec23";
}

.nc-icon-mini.media-1_flash-29:before {
  content: "\ec24";
}

.nc-icon-mini.media-1_focus-32:before {
  content: "\ec25";
}

.nc-icon-mini.media-1_focus-38:before {
  content: "\ec26";
}

.nc-icon-mini.media-1_focus-40:before {
  content: "\ec27";
}

.nc-icon-mini.media-1_focus-circle:before {
  content: "\ec28";
}

.nc-icon-mini.media-1_frame-12:before {
  content: "\ec29";
}

.nc-icon-mini.media-1_frame-41:before {
  content: "\ec2a";
}

.nc-icon-mini.media-1_grid:before {
  content: "\ec2b";
}

.nc-icon-mini.media-1_image-01:before {
  content: "\ec2c";
}

.nc-icon-mini.media-1_image-02:before {
  content: "\ec2d";
}

.nc-icon-mini.media-1_image-05:before {
  content: "\ec2e";
}

.nc-icon-mini.media-1_layers:before {
  content: "\ec2f";
}

.nc-icon-mini.media-1_lens-31:before {
  content: "\ec30";
}

.nc-icon-mini.media-1_lens-56:before {
  content: "\ec31";
}

.nc-icon-mini.media-1_macro:before {
  content: "\ec32";
}

.nc-icon-mini.media-1_movie-61:before {
  content: "\ec33";
}

.nc-icon-mini.media-1_movie-62:before {
  content: "\ec34";
}

.nc-icon-mini.media-1_night:before {
  content: "\ec35";
}

.nc-icon-mini.media-1_picture:before {
  content: "\ec36";
}

.nc-icon-mini.media-1_play-68:before {
  content: "\ec37";
}

.nc-icon-mini.media-1_play-69:before {
  content: "\ec38";
}

.nc-icon-mini.media-1_player:before {
  content: "\ec39";
}

.nc-icon-mini.media-1_polaroid-add:before {
  content: "\ec3a";
}

.nc-icon-mini.media-1_polaroid-delete:before {
  content: "\ec3b";
}

.nc-icon-mini.media-1_polaroid-multiple:before {
  content: "\ec3c";
}

.nc-icon-mini.media-1_polaroid:before {
  content: "\ec3d";
}

.nc-icon-mini.media-1_roll:before {
  content: "\ec3e";
}

.nc-icon-mini.media-1_sd:before {
  content: "\ec3f";
}

.nc-icon-mini.media-1_ticket-75:before {
  content: "\ec40";
}

.nc-icon-mini.media-1_ticket-76:before {
  content: "\ec41";
}

.nc-icon-mini.media-1_touch:before {
  content: "\ec42";
}

.nc-icon-mini.media-1_tripod:before {
  content: "\ec43";
}

.nc-icon-mini.media-1_video-64:before {
  content: "\ec44";
}

.nc-icon-mini.media-1_video-65:before {
  content: "\ec45";
}

.nc-icon-mini.media-1_video-66:before {
  content: "\ec46";
}

.nc-icon-mini.media-1_video-67:before {
  content: "\ec47";
}

.nc-icon-mini.media-1_videocamera-71:before {
  content: "\ec48";
}

.nc-icon-mini.media-1_videocamera-72:before {
  content: "\ec49";
}

.nc-icon-mini.media-1_volume-93:before {
  content: "\ec4a";
}

.nc-icon-mini.media-1_volume-97:before {
  content: "\ec4b";
}

.nc-icon-mini.media-1_volume-down:before {
  content: "\ec4c";
}

.nc-icon-mini.media-1_volume-up:before {
  content: "\ec4d";
}

.nc-icon-mini.media-2_headphones-mic:before {
  content: "\ec4e";
}

.nc-icon-mini.media-2_headphones:before {
  content: "\ec4f";
}

.nc-icon-mini.media-2_knob:before {
  content: "\ec50";
}

.nc-icon-mini.media-2_mic:before {
  content: "\ec51";
}

.nc-icon-mini.media-2_music-album:before {
  content: "\ec52";
}

.nc-icon-mini.media-2_note-03:before {
  content: "\ec53";
}

.nc-icon-mini.media-2_note-04:before {
  content: "\ec54";
}

.nc-icon-mini.media-2_radio:before {
  content: "\ec55";
}

.nc-icon-mini.media-2_sound-wave:before {
  content: "\ec56";
}

.nc-icon-mini.media-2_speaker-01:before {
  content: "\ec57";
}

.nc-icon-mini.media-2_speaker-05:before {
  content: "\ec58";
}

.nc-icon-mini.media-2_tape:before {
  content: "\ec59";
}

.nc-icon-mini.location_appointment:before {
  content: "\ec5a";
}

.nc-icon-mini.location_bookmark-add:before {
  content: "\ec5b";
}

.nc-icon-mini.location_bookmark-remove:before {
  content: "\ec5c";
}

.nc-icon-mini.location_bookmark:before {
  content: "\ec5d";
}

.nc-icon-mini.location_compass-04:before {
  content: "\ec5e";
}

.nc-icon-mini.location_compass-05:before {
  content: "\ec5f";
}

.nc-icon-mini.location_compass-06:before {
  content: "\ec60";
}

.nc-icon-mini.location_crosshair:before {
  content: "\ec61";
}

.nc-icon-mini.location_explore:before {
  content: "\ec62";
}

.nc-icon-mini.location_flag-diagonal-33:before {
  content: "\ec63";
}

.nc-icon-mini.location_flag-diagonal-34:before {
  content: "\ec64";
}

.nc-icon-mini.location_flag-points-31:before {
  content: "\ec65";
}

.nc-icon-mini.location_flag-points-32:before {
  content: "\ec66";
}

.nc-icon-mini.location_flag-simple:before {
  content: "\ec67";
}

.nc-icon-mini.location_flag-triangle:before {
  content: "\ec68";
}

.nc-icon-mini.location_flag:before {
  content: "\ec69";
}

.nc-icon-mini.location_gps:before {
  content: "\ec6a";
}

.nc-icon-mini.location_map:before {
  content: "\ec6b";
}

.nc-icon-mini.location_marker:before {
  content: "\ec6c";
}

.nc-icon-mini.location_pin-add:before {
  content: "\ec6d";
}

.nc-icon-mini.location_pin-copy:before {
  content: "\ec6e";
}

.nc-icon-mini.location_pin-remove:before {
  content: "\ec6f";
}

.nc-icon-mini.location_pin:before {
  content: "\ec70";
}

.nc-icon-mini.location_pins:before {
  content: "\ec71";
}

.nc-icon-mini.location_position-marker:before {
  content: "\ec72";
}

.nc-icon-mini.location_radar:before {
  content: "\ec73";
}

.nc-icon-mini.location_treasure-map-40:before {
  content: "\ec74";
}

.nc-icon-mini.location_world:before {
  content: "\ec75";
}

.nc-icon-mini.location-e_bookmark-add:before {
  content: "\ec76";
}

.nc-icon-mini.location-e_bookmark-remove:before {
  content: "\ec77";
}

.nc-icon-mini.location-e_flag-06:before {
  content: "\ec78";
}

.nc-icon-mini.location-e_flag-07:before {
  content: "\ec79";
}

.nc-icon-mini.location-e_gps:before {
  content: "\ec7a";
}

.nc-icon-mini.location-e_pin-add:before {
  content: "\ec7b";
}

.nc-icon-mini.location-e_pin-remove:before {
  content: "\ec7c";
}

.nc-icon-mini.location-e_pin:before {
  content: "\ec7d";
}

.nc-icon-mini.holidays_bat:before {
  content: "\ec7e";
}

.nc-icon-mini.holidays_bones:before {
  content: "\ec7f";
}

.nc-icon-mini.holidays_boot:before {
  content: "\ec80";
}

.nc-icon-mini.holidays_candy:before {
  content: "\ec81";
}

.nc-icon-mini.holidays_cat:before {
  content: "\ec82";
}

.nc-icon-mini.holidays_cauldron:before {
  content: "\ec83";
}

.nc-icon-mini.holidays_chimney:before {
  content: "\ec84";
}

.nc-icon-mini.holidays_cockade:before {
  content: "\ec85";
}

.nc-icon-mini.holidays_coffin:before {
  content: "\ec86";
}

.nc-icon-mini.holidays_deer:before {
  content: "\ec87";
}

.nc-icon-mini.holidays_egg-38:before {
  content: "\ec88";
}

.nc-icon-mini.holidays_egg-39:before {
  content: "\ec89";
}

.nc-icon-mini.holidays_ghost:before {
  content: "\ec8a";
}

.nc-icon-mini.holidays_gift:before {
  content: "\ec8b";
}

.nc-icon-mini.holidays_glove:before {
  content: "\ec8c";
}

.nc-icon-mini.holidays_grave:before {
  content: "\ec8d";
}

.nc-icon-mini.holidays_light:before {
  content: "\ec8e";
}

.nc-icon-mini.holidays_message:before {
  content: "\ec8f";
}

.nc-icon-mini.holidays_owl:before {
  content: "\ec90";
}

.nc-icon-mini.holidays_pumpkin:before {
  content: "\ec91";
}

.nc-icon-mini.holidays_rabbit:before {
  content: "\ec92";
}

.nc-icon-mini.holidays_santa-hat:before {
  content: "\ec93";
}

.nc-icon-mini.holidays_sickle:before {
  content: "\ec94";
}

.nc-icon-mini.holidays_snow-ball:before {
  content: "\ec95";
}

.nc-icon-mini.holidays_snowman:before {
  content: "\ec96";
}

.nc-icon-mini.holidays_soak:before {
  content: "\ec97";
}

.nc-icon-mini.holidays_spider:before {
  content: "\ec98";
}

.nc-icon-mini.holidays_tree-ball:before {
  content: "\ec99";
}

.nc-icon-mini.holidays_tree:before {
  content: "\ec9a";
}

.nc-icon-mini.holidays_vampire:before {
  content: "\ec9b";
}

.nc-icon-mini.holidays_witch-hat:before {
  content: "\ec9c";
}

.nc-icon-mini.holidays_wolf:before {
  content: "\ec9d";
}

.nc-icon-mini.holidays_zombie:before {
  content: "\ec9e";
}

.nc-icon-mini.health_apple:before {
  content: "\ec9f";
}

.nc-icon-mini.health_bag-49:before {
  content: "\eca0";
}

.nc-icon-mini.health_bag-50:before {
  content: "\eca1";
}

.nc-icon-mini.health_brain:before {
  content: "\eca2";
}

.nc-icon-mini.health_dna-27:before {
  content: "\eca3";
}

.nc-icon-mini.health_dna-38:before {
  content: "\eca4";
}

.nc-icon-mini.health_flask:before {
  content: "\eca5";
}

.nc-icon-mini.health_heartbeat-16:before {
  content: "\eca6";
}

.nc-icon-mini.health_height:before {
  content: "\eca7";
}

.nc-icon-mini.health_hospital-32:before {
  content: "\eca8";
}

.nc-icon-mini.health_hospital-33:before {
  content: "\eca9";
}

.nc-icon-mini.health_hospital-34:before {
  content: "\ecaa";
}

.nc-icon-mini.health_humidity-26:before {
  content: "\ecab";
}

.nc-icon-mini.health_humidity-52:before {
  content: "\ecac";
}

.nc-icon-mini.health_molecule-39:before {
  content: "\ecad";
}

.nc-icon-mini.health_notebook:before {
  content: "\ecae";
}

.nc-icon-mini.health_patch-46:before {
  content: "\ecaf";
}

.nc-icon-mini.health_pill-42:before {
  content: "\ecb0";
}

.nc-icon-mini.health_pill-43:before {
  content: "\ecb1";
}

.nc-icon-mini.health_pill-container-44:before {
  content: "\ecb2";
}

.nc-icon-mini.health_pill-container-47:before {
  content: "\ecb3";
}

.nc-icon-mini.health_pulse-chart:before {
  content: "\ecb4";
}

.nc-icon-mini.health_pulse-sleep:before {
  content: "\ecb5";
}

.nc-icon-mini.health_pulse:before {
  content: "\ecb6";
}

.nc-icon-mini.health_steps:before {
  content: "\ecb7";
}

.nc-icon-mini.health_syringe:before {
  content: "\ecb8";
}

.nc-icon-mini.health_temperature-23:before {
  content: "\ecb9";
}

.nc-icon-mini.health_temperature-24:before {
  content: "\ecba";
}

.nc-icon-mini.health_tooth:before {
  content: "\ecbb";
}

.nc-icon-mini.health_weed:before {
  content: "\ecbc";
}

.nc-icon-mini.health_weight:before {
  content: "\ecbd";
}

.nc-icon-mini.health_wheelchair:before {
  content: "\ecbe";
}

.nc-icon-mini.health_woman:before {
  content: "\ecbf";
}

.nc-icon-mini.furniture_air-conditioner:before {
  content: "\ecc0";
}

.nc-icon-mini.furniture_armchair:before {
  content: "\ecc1";
}

.nc-icon-mini.furniture_bed-09:before {
  content: "\ecc2";
}

.nc-icon-mini.furniture_bed-23:before {
  content: "\ecc3";
}

.nc-icon-mini.furniture_cabinet:before {
  content: "\ecc4";
}

.nc-icon-mini.furniture_cactus:before {
  content: "\ecc5";
}

.nc-icon-mini.furniture_chair:before {
  content: "\ecc6";
}

.nc-icon-mini.furniture_coat-hanger:before {
  content: "\ecc7";
}

.nc-icon-mini.furniture_coffee:before {
  content: "\ecc8";
}

.nc-icon-mini.furniture_cradle:before {
  content: "\ecc9";
}

.nc-icon-mini.furniture_curtain:before {
  content: "\ecca";
}

.nc-icon-mini.furniture_desk:before {
  content: "\eccb";
}

.nc-icon-mini.furniture_door:before {
  content: "\eccc";
}

.nc-icon-mini.furniture_drawer:before {
  content: "\eccd";
}

.nc-icon-mini.furniture_fridge:before {
  content: "\ecce";
}

.nc-icon-mini.furniture_hanger:before {
  content: "\eccf";
}

.nc-icon-mini.furniture_iron:before {
  content: "\ecd0";
}

.nc-icon-mini.furniture_lamp-floor:before {
  content: "\ecd1";
}

.nc-icon-mini.furniture_lamp:before {
  content: "\ecd2";
}

.nc-icon-mini.furniture_library:before {
  content: "\ecd3";
}

.nc-icon-mini.furniture_light:before {
  content: "\ecd4";
}

.nc-icon-mini.furniture_mixer:before {
  content: "\ecd5";
}

.nc-icon-mini.furniture_oven:before {
  content: "\ecd6";
}

.nc-icon-mini.furniture_shower:before {
  content: "\ecd7";
}

.nc-icon-mini.furniture_sink-wash:before {
  content: "\ecd8";
}

.nc-icon-mini.furniture_sink:before {
  content: "\ecd9";
}

.nc-icon-mini.furniture_storage-hanger:before {
  content: "\ecda";
}

.nc-icon-mini.furniture_storage:before {
  content: "\ecdb";
}

.nc-icon-mini.furniture_toilet-paper:before {
  content: "\ecdc";
}

.nc-icon-mini.furniture_toilet:before {
  content: "\ecdd";
}

.nc-icon-mini.furniture_tv:before {
  content: "\ecde";
}

.nc-icon-mini.furniture_wardrobe:before {
  content: "\ecdf";
}

.nc-icon-mini.furniture_wash:before {
  content: "\ece0";
}

.nc-icon-mini.food_baby:before {
  content: "\ece1";
}

.nc-icon-mini.food_bacon:before {
  content: "\ece2";
}

.nc-icon-mini.food_banana:before {
  content: "\ece3";
}

.nc-icon-mini.food_barbecue-tools:before {
  content: "\ece4";
}

.nc-icon-mini.food_beer-95:before {
  content: "\ece5";
}

.nc-icon-mini.food_beer-96:before {
  content: "\ece6";
}

.nc-icon-mini.food_beverage:before {
  content: "\ece7";
}

.nc-icon-mini.food_bottle-wine:before {
  content: "\ece8";
}

.nc-icon-mini.food_bottle:before {
  content: "\ece9";
}

.nc-icon-mini.food_bowl:before {
  content: "\ecea";
}

.nc-icon-mini.food_bread:before {
  content: "\eceb";
}

.nc-icon-mini.food_broccoli:before {
  content: "\ecec";
}

.nc-icon-mini.food_cake-13:before {
  content: "\eced";
}

.nc-icon-mini.food_cake-slice:before {
  content: "\ecee";
}

.nc-icon-mini.food_candle:before {
  content: "\ecef";
}

.nc-icon-mini.food_candy:before {
  content: "\ecf0";
}

.nc-icon-mini.food_carrot:before {
  content: "\ecf1";
}

.nc-icon-mini.food_champagne:before {
  content: "\ecf2";
}

.nc-icon-mini.food_cheese-24:before {
  content: "\ecf3";
}

.nc-icon-mini.food_cheese-87:before {
  content: "\ecf4";
}

.nc-icon-mini.food_cheeseburger:before {
  content: "\ecf5";
}

.nc-icon-mini.food_chef-hat:before {
  content: "\ecf6";
}

.nc-icon-mini.food_cherry:before {
  content: "\ecf7";
}

.nc-icon-mini.food_chicken:before {
  content: "\ecf8";
}

.nc-icon-mini.food_chili:before {
  content: "\ecf9";
}

.nc-icon-mini.food_chinese:before {
  content: "\ecfa";
}

.nc-icon-mini.food_chips:before {
  content: "\ecfb";
}

.nc-icon-mini.food_chocolate:before {
  content: "\ecfc";
}

.nc-icon-mini.food_cocktail:before {
  content: "\ecfd";
}

.nc-icon-mini.food_coffe-long:before {
  content: "\ecfe";
}

.nc-icon-mini.food_coffee-long:before {
  content: "\ecff";
}

.nc-icon-mini.food_coffee:before {
  content: "\ed00";
}

.nc-icon-mini.food_cookies:before {
  content: "\ed01";
}

.nc-icon-mini.food_course:before {
  content: "\ed02";
}

.nc-icon-mini.food_crab:before {
  content: "\ed03";
}

.nc-icon-mini.food_croissant:before {
  content: "\ed04";
}

.nc-icon-mini.food_cutlery-75:before {
  content: "\ed05";
}

.nc-icon-mini.food_cutlery-76:before {
  content: "\ed06";
}

.nc-icon-mini.food_cutlery-77:before {
  content: "\ed07";
}

.nc-icon-mini.food_donut:before {
  content: "\ed08";
}

.nc-icon-mini.food_drink:before {
  content: "\ed09";
}

.nc-icon-mini.food_egg:before {
  content: "\ed0a";
}

.nc-icon-mini.food_energy-drink:before {
  content: "\ed0b";
}

.nc-icon-mini.food_fish:before {
  content: "\ed0c";
}

.nc-icon-mini.food_glass:before {
  content: "\ed0d";
}

.nc-icon-mini.food_grape:before {
  content: "\ed0e";
}

.nc-icon-mini.food_hob:before {
  content: "\ed0f";
}

.nc-icon-mini.food_hot-dog:before {
  content: "\ed10";
}

.nc-icon-mini.food_ice-cream-22:before {
  content: "\ed11";
}

.nc-icon-mini.food_ice-cream-72:before {
  content: "\ed12";
}

.nc-icon-mini.food_kettle:before {
  content: "\ed13";
}

.nc-icon-mini.food_knife:before {
  content: "\ed14";
}

.nc-icon-mini.food_lighter:before {
  content: "\ed15";
}

.nc-icon-mini.food_matches:before {
  content: "\ed16";
}

.nc-icon-mini.food_measuring-cup:before {
  content: "\ed17";
}

.nc-icon-mini.food_microwave:before {
  content: "\ed18";
}

.nc-icon-mini.food_milk:before {
  content: "\ed19";
}

.nc-icon-mini.food_moka:before {
  content: "\ed1a";
}

.nc-icon-mini.food_muffin:before {
  content: "\ed1b";
}

.nc-icon-mini.food_mug:before {
  content: "\ed1c";
}

.nc-icon-mini.food_pan:before {
  content: "\ed1d";
}

.nc-icon-mini.food_pizza-slice:before {
  content: "\ed1e";
}

.nc-icon-mini.food_plate:before {
  content: "\ed1f";
}

.nc-icon-mini.food_pot:before {
  content: "\ed20";
}

.nc-icon-mini.food_recipe-book-46:before {
  content: "\ed21";
}

.nc-icon-mini.food_recipe-book-47:before {
  content: "\ed22";
}

.nc-icon-mini.food_rolling-pin:before {
  content: "\ed23";
}

.nc-icon-mini.food_sausage:before {
  content: "\ed24";
}

.nc-icon-mini.food_scale:before {
  content: "\ed25";
}

.nc-icon-mini.food_steak:before {
  content: "\ed26";
}

.nc-icon-mini.food_strawberry:before {
  content: "\ed27";
}

.nc-icon-mini.food_sushi:before {
  content: "\ed28";
}

.nc-icon-mini.food_tacos:before {
  content: "\ed29";
}

.nc-icon-mini.food_tea:before {
  content: "\ed2a";
}

.nc-icon-mini.food_watermelon:before {
  content: "\ed2b";
}

.nc-icon-mini.food_whisk:before {
  content: "\ed2c";
}

.nc-icon-mini.files_add:before {
  content: "\ed2d";
}

.nc-icon-mini.files_archive-3d-content:before {
  content: "\ed2e";
}

.nc-icon-mini.files_archive-check:before {
  content: "\ed2f";
}

.nc-icon-mini.files_archive-content:before {
  content: "\ed30";
}

.nc-icon-mini.files_archive-paper:before {
  content: "\ed31";
}

.nc-icon-mini.files_archive:before {
  content: "\ed32";
}

.nc-icon-mini.files_book-07:before {
  content: "\ed33";
}

.nc-icon-mini.files_box:before {
  content: "\ed34";
}

.nc-icon-mini.files_copy:before {
  content: "\ed35";
}

.nc-icon-mini.files_drawer:before {
  content: "\ed36";
}

.nc-icon-mini.files_folder-13:before {
  content: "\ed37";
}

.nc-icon-mini.files_folder-14:before {
  content: "\ed38";
}

.nc-icon-mini.files_folder-15:before {
  content: "\ed39";
}

.nc-icon-mini.files_folder-16:before {
  content: "\ed3a";
}

.nc-icon-mini.files_folder-17:before {
  content: "\ed3b";
}

.nc-icon-mini.files_folder-18:before {
  content: "\ed3c";
}

.nc-icon-mini.files_folder-add:before {
  content: "\ed3d";
}

.nc-icon-mini.files_folder-remove:before {
  content: "\ed3e";
}

.nc-icon-mini.files_notebook:before {
  content: "\ed3f";
}

.nc-icon-mini.files_paper:before {
  content: "\ed40";
}

.nc-icon-mini.files_remove:before {
  content: "\ed41";
}

.nc-icon-mini.files_single-content-02:before {
  content: "\ed42";
}

.nc-icon-mini.files_single-content-03:before {
  content: "\ed43";
}

.nc-icon-mini.files_single-copies:before {
  content: "\ed44";
}

.nc-icon-mini.files_single-copy-04:before {
  content: "\ed45";
}

.nc-icon-mini.files_single-copy-06:before {
  content: "\ed46";
}

.nc-icon-mini.files_single-folded-content:before {
  content: "\ed47";
}

.nc-icon-mini.files_single-folded:before {
  content: "\ed48";
}

.nc-icon-mini.files_single-paragraph:before {
  content: "\ed49";
}

.nc-icon-mini.files_single:before {
  content: "\ed4a";
}

.nc-icon-mini.files-e_add:before {
  content: "\ed4b";
}

.nc-icon-mini.files-e_book:before {
  content: "\ed4c";
}

.nc-icon-mini.files-e_folder-02:before {
  content: "\ed4d";
}

.nc-icon-mini.files-e_folder-03:before {
  content: "\ed4e";
}

.nc-icon-mini.files-e_folder-add:before {
  content: "\ed4f";
}

.nc-icon-mini.files-e_folder-remove:before {
  content: "\ed50";
}

.nc-icon-mini.files-e_remove:before {
  content: "\ed51";
}

.nc-icon-mini.emoticons_angry-10:before {
  content: "\ed52";
}

.nc-icon-mini.emoticons_angry-44:before {
  content: "\ed53";
}

.nc-icon-mini.emoticons_big-eyes:before {
  content: "\ed54";
}

.nc-icon-mini.emoticons_big-smile:before {
  content: "\ed55";
}

.nc-icon-mini.emoticons_bigmouth:before {
  content: "\ed56";
}

.nc-icon-mini.emoticons_bomb:before {
  content: "\ed57";
}

.nc-icon-mini.emoticons_cake:before {
  content: "\ed58";
}

.nc-icon-mini.emoticons_cry-15:before {
  content: "\ed59";
}

.nc-icon-mini.emoticons_cute:before {
  content: "\ed5a";
}

.nc-icon-mini.emoticons_devil:before {
  content: "\ed5b";
}

.nc-icon-mini.emoticons_fist:before {
  content: "\ed5c";
}

.nc-icon-mini.emoticons_ghost:before {
  content: "\ed5d";
}

.nc-icon-mini.emoticons_happy-sun:before {
  content: "\ed5e";
}

.nc-icon-mini.emoticons_kiss:before {
  content: "\ed5f";
}

.nc-icon-mini.emoticons_laugh-35:before {
  content: "\ed60";
}

.nc-icon-mini.emoticons_like-no:before {
  content: "\ed61";
}

.nc-icon-mini.emoticons_like:before {
  content: "\ed62";
}

.nc-icon-mini.emoticons_manga-62:before {
  content: "\ed63";
}

.nc-icon-mini.emoticons_manga-63:before {
  content: "\ed64";
}

.nc-icon-mini.emoticons_monster:before {
  content: "\ed65";
}

.nc-icon-mini.emoticons_nerd-22:before {
  content: "\ed66";
}

.nc-icon-mini.emoticons_poop:before {
  content: "\ed67";
}

.nc-icon-mini.emoticons_puzzled:before {
  content: "\ed68";
}

.nc-icon-mini.emoticons_quite-happy:before {
  content: "\ed69";
}

.nc-icon-mini.emoticons_robot:before {
  content: "\ed6a";
}

.nc-icon-mini.emoticons_sad:before {
  content: "\ed6b";
}

.nc-icon-mini.emoticons_satisfied:before {
  content: "\ed6c";
}

.nc-icon-mini.emoticons_shark:before {
  content: "\ed6d";
}

.nc-icon-mini.emoticons_shy:before {
  content: "\ed6e";
}

.nc-icon-mini.emoticons_skull:before {
  content: "\ed6f";
}

.nc-icon-mini.emoticons_smile:before {
  content: "\ed70";
}

.nc-icon-mini.emoticons_speechless:before {
  content: "\ed71";
}

.nc-icon-mini.emoticons_sunglasses-48:before {
  content: "\ed72";
}

.nc-icon-mini.emoticons_sunglasses-49:before {
  content: "\ed73";
}

.nc-icon-mini.emoticons_surprise:before {
  content: "\ed74";
}

.nc-icon-mini.emoticons_virus:before {
  content: "\ed75";
}

.nc-icon-mini.emoticons_what:before {
  content: "\ed76";
}

.nc-icon-mini.emoticons-e_angry-e-08:before {
  content: "\ed77";
}

.nc-icon-mini.emoticons-e_angry-e-17:before {
  content: "\ed78";
}

.nc-icon-mini.emoticons-e_ghost-e:before {
  content: "\ed79";
}

.nc-icon-mini.emoticons-e_kiss-e:before {
  content: "\ed7a";
}

.nc-icon-mini.emoticons-e_laugh-e:before {
  content: "\ed7b";
}

.nc-icon-mini.emoticons-e_monster-e:before {
  content: "\ed7c";
}

.nc-icon-mini.emoticons-e_puzzled-e:before {
  content: "\ed7d";
}

.nc-icon-mini.emoticons-e_quite-happy-e:before {
  content: "\ed7e";
}

.nc-icon-mini.emoticons-e_robot-e:before {
  content: "\ed7f";
}

.nc-icon-mini.emoticons-e_sad-e:before {
  content: "\ed80";
}

.nc-icon-mini.emoticons-e_satisfied-e:before {
  content: "\ed81";
}

.nc-icon-mini.emoticons-e_shark-e:before {
  content: "\ed82";
}

.nc-icon-mini.emoticons-e_shy-e:before {
  content: "\ed83";
}

.nc-icon-mini.emoticons-e_smile-e:before {
  content: "\ed84";
}

.nc-icon-mini.emoticons-e_speechless-e:before {
  content: "\ed85";
}

.nc-icon-mini.emoticons-e_surprise-e:before {
  content: "\ed86";
}

.nc-icon-mini.emoticons-e_what-e:before {
  content: "\ed87";
}

.nc-icon-mini.clothes_baby:before {
  content: "\eddc";
}

.nc-icon-mini.clothes_backpack:before {
  content: "\eddd";
}

.nc-icon-mini.clothes_bag-21:before {
  content: "\edde";
}

.nc-icon-mini.clothes_bag-22:before {
  content: "\eddf";
}

.nc-icon-mini.clothes_belt:before {
  content: "\ede0";
}

.nc-icon-mini.clothes_boot-woman:before {
  content: "\ede1";
}

.nc-icon-mini.clothes_boot:before {
  content: "\ede2";
}

.nc-icon-mini.clothes_bra:before {
  content: "\ede3";
}

.nc-icon-mini.clothes_button:before {
  content: "\ede4";
}

.nc-icon-mini.clothes_cap:before {
  content: "\ede5";
}

.nc-icon-mini.clothes_corset:before {
  content: "\ede6";
}

.nc-icon-mini.clothes_dress-woman:before {
  content: "\ede7";
}

.nc-icon-mini.clothes_flip:before {
  content: "\ede8";
}

.nc-icon-mini.clothes_glasses:before {
  content: "\ede9";
}

.nc-icon-mini.clothes_hat-top:before {
  content: "\edea";
}

.nc-icon-mini.clothes_hat:before {
  content: "\edeb";
}

.nc-icon-mini.clothes_iron:before {
  content: "\edec";
}

.nc-icon-mini.clothes_jeans-41:before {
  content: "\eded";
}

.nc-icon-mini.clothes_jeans-pocket:before {
  content: "\edee";
}

.nc-icon-mini.clothes_kitchen:before {
  content: "\edef";
}

.nc-icon-mini.clothes_long-sleeve:before {
  content: "\edf0";
}

.nc-icon-mini.clothes_makeup:before {
  content: "\edf1";
}

.nc-icon-mini.clothes_ring:before {
  content: "\edf2";
}

.nc-icon-mini.clothes_scarf:before {
  content: "\edf3";
}

.nc-icon-mini.clothes_shirt-buttons:before {
  content: "\edf4";
}

.nc-icon-mini.clothes_shirt-neck:before {
  content: "\edf5";
}

.nc-icon-mini.clothes_shirt:before {
  content: "\edf6";
}

.nc-icon-mini.clothes_shoe-man:before {
  content: "\edf7";
}

.nc-icon-mini.clothes_shoe-sport:before {
  content: "\edf8";
}

.nc-icon-mini.clothes_shoe-woman:before {
  content: "\edf9";
}

.nc-icon-mini.clothes_skirt:before {
  content: "\edfa";
}

.nc-icon-mini.clothes_slacks-12:before {
  content: "\edfb";
}

.nc-icon-mini.clothes_sock:before {
  content: "\edfc";
}

.nc-icon-mini.clothes_tie-bow:before {
  content: "\edfd";
}

.nc-icon-mini.clothes_tshirt-53:before {
  content: "\edfe";
}

.nc-icon-mini.clothes_tshirt-54:before {
  content: "\edff";
}

.nc-icon-mini.clothes_underwear-man:before {
  content: "\ee00";
}

.nc-icon-mini.clothes_underwear:before {
  content: "\ee01";
}

.nc-icon-mini.clothes_vest:before {
  content: "\ee02";
}

.nc-icon-mini.clothes_wash:before {
  content: "\ee03";
}

.nc-icon-mini.business_agenda:before {
  content: "\ee04";
}

.nc-icon-mini.business_atm:before {
  content: "\ee05";
}

.nc-icon-mini.business_award-48:before {
  content: "\ee06";
}

.nc-icon-mini.business_award-49:before {
  content: "\ee07";
}

.nc-icon-mini.business_award-74:before {
  content: "\ee08";
}

.nc-icon-mini.business_badge:before {
  content: "\ee09";
}

.nc-icon-mini.business_bank:before {
  content: "\ee0a";
}

.nc-icon-mini.business_board-27:before {
  content: "\ee0b";
}

.nc-icon-mini.business_board-28:before {
  content: "\ee0c";
}

.nc-icon-mini.business_books:before {
  content: "\ee0d";
}

.nc-icon-mini.business_briefcase-24:before {
  content: "\ee0e";
}

.nc-icon-mini.business_briefcase-25:before {
  content: "\ee0f";
}

.nc-icon-mini.business_briefcase-26:before {
  content: "\ee10";
}

.nc-icon-mini.business_building:before {
  content: "\ee11";
}

.nc-icon-mini.business_bulb-61:before {
  content: "\ee12";
}

.nc-icon-mini.business_bulb-62:before {
  content: "\ee13";
}

.nc-icon-mini.business_bulb-63:before {
  content: "\ee14";
}

.nc-icon-mini.business_businessman-03:before {
  content: "\ee15";
}

.nc-icon-mini.business_businessman-04:before {
  content: "\ee16";
}

.nc-icon-mini.business_calculator:before {
  content: "\ee17";
}

.nc-icon-mini.business_chair:before {
  content: "\ee18";
}

.nc-icon-mini.business_chart-bar-32:before {
  content: "\ee19";
}

.nc-icon-mini.business_chart-growth:before {
  content: "\ee1a";
}

.nc-icon-mini.business_chart-pie-35:before {
  content: "\ee1b";
}

.nc-icon-mini.business_chart-pie-36:before {
  content: "\ee1c";
}

.nc-icon-mini.business_chart:before {
  content: "\ee1d";
}

.nc-icon-mini.business_cheque:before {
  content: "\ee1e";
}

.nc-icon-mini.business_coins:before {
  content: "\ee1f";
}

.nc-icon-mini.business_connect:before {
  content: "\ee20";
}

.nc-icon-mini.business_contacts:before {
  content: "\ee21";
}

.nc-icon-mini.business_currency-dollar:before {
  content: "\ee22";
}

.nc-icon-mini.business_currency-euro:before {
  content: "\ee23";
}

.nc-icon-mini.business_currency-pound:before {
  content: "\ee24";
}

.nc-icon-mini.business_currency-yen:before {
  content: "\ee25";
}

.nc-icon-mini.business_factory:before {
  content: "\ee26";
}

.nc-icon-mini.business_globe:before {
  content: "\ee27";
}

.nc-icon-mini.business_goal-64:before {
  content: "\ee28";
}

.nc-icon-mini.business_goal-65:before {
  content: "\ee29";
}

.nc-icon-mini.business_hammer:before {
  content: "\ee2a";
}

.nc-icon-mini.business_handout:before {
  content: "\ee2b";
}

.nc-icon-mini.business_hat:before {
  content: "\ee2c";
}

.nc-icon-mini.business_hierarchy-53:before {
  content: "\ee2d";
}

.nc-icon-mini.business_math:before {
  content: "\ee2e";
}

.nc-icon-mini.business_money-11:before {
  content: "\ee2f";
}

.nc-icon-mini.business_money-12:before {
  content: "\ee30";
}

.nc-icon-mini.business_money-13:before {
  content: "\ee31";
}

.nc-icon-mini.business_money-bag:before {
  content: "\ee32";
}

.nc-icon-mini.business_net:before {
  content: "\ee33";
}

.nc-icon-mini.business_notes:before {
  content: "\ee34";
}

.nc-icon-mini.business_percentage-39:before {
  content: "\ee35";
}

.nc-icon-mini.business_pin:before {
  content: "\ee36";
}

.nc-icon-mini.business_plug:before {
  content: "\ee37";
}

.nc-icon-mini.business_progress:before {
  content: "\ee38";
}

.nc-icon-mini.business_safe:before {
  content: "\ee39";
}

.nc-icon-mini.business_sign:before {
  content: "\ee3a";
}

.nc-icon-mini.business_signature:before {
  content: "\ee3b";
}

.nc-icon-mini.business_stock:before {
  content: "\ee3c";
}

.nc-icon-mini.business_strategy:before {
  content: "\ee3d";
}

.nc-icon-mini.business_tie-01:before {
  content: "\ee3e";
}

.nc-icon-mini.business_tie-02:before {
  content: "\ee3f";
}

.nc-icon-mini.business_wallet-43:before {
  content: "\ee40";
}

.nc-icon-mini.business_wallet-44:before {
  content: "\ee41";
}

.nc-icon-mini.nature_bee:before {
  content: "\ee42";
}

.nc-icon-mini.nature_butterfly:before {
  content: "\ee43";
}

.nc-icon-mini.nature_chicken:before {
  content: "\ee44";
}

.nc-icon-mini.nature_clover:before {
  content: "\ee45";
}

.nc-icon-mini.nature_collar:before {
  content: "\ee46";
}

.nc-icon-mini.nature_cow:before {
  content: "\ee47";
}

.nc-icon-mini.nature_dog-house:before {
  content: "\ee48";
}

.nc-icon-mini.nature_dog:before {
  content: "\ee49";
}

.nc-icon-mini.nature_flower-05:before {
  content: "\ee4a";
}

.nc-icon-mini.nature_flower-06:before {
  content: "\ee4b";
}

.nc-icon-mini.nature_flower-07:before {
  content: "\ee4c";
}

.nc-icon-mini.nature_food-dog:before {
  content: "\ee4d";
}

.nc-icon-mini.nature_food:before {
  content: "\ee4e";
}

.nc-icon-mini.nature_mountain:before {
  content: "\ee4f";
}

.nc-icon-mini.nature_mushroom:before {
  content: "\ee50";
}

.nc-icon-mini.nature_panda:before {
  content: "\ee51";
}

.nc-icon-mini.nature_paw:before {
  content: "\ee52";
}

.nc-icon-mini.nature_pig:before {
  content: "\ee53";
}

.nc-icon-mini.nature_plant-ground:before {
  content: "\ee54";
}

.nc-icon-mini.nature_plant-vase:before {
  content: "\ee55";
}

.nc-icon-mini.nature_rat:before {
  content: "\ee56";
}

.nc-icon-mini.nature_tree-01:before {
  content: "\ee57";
}

.nc-icon-mini.nature_tree-02:before {
  content: "\ee58";
}

.nc-icon-mini.nature_tree-03:before {
  content: "\ee59";
}

.nc-icon-mini.nature_turtle:before {
  content: "\ee5a";
}

.nc-icon-mini.nature_wood:before {
  content: "\ee5b";
}

.container {
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 600px) {
  .container {
/*     padding-left: 15px;
    padding-right: 15px; */
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100vw;
/*     width: 970px; */
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-sm {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* 	touch-action: pan-y; */
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
  font-family: "Overpass", sans-serif;
  color: #3b3b3b;
}

a {
  color: #3b3b3b;
  text-decoration: none;
}

body,
button,
input,
select,
textarea {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
}

p {
  margin-bottom: 1.5em;
}

dfn,
em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
}

blockquote,
q {
  margin: 1.5em 0;
}

blockquote cite {
  display: block;
  margin-top: 10px;
}

.single blockquote,
.single q,
.page blockquote,
.page q {
  margin: 1.5em 0;
  padding-left: 3em;
  position: relative;
}

.single blockquote:before,
.single q:before,
.page blockquote:before,
.page q:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  opacity: 0.2;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.dropcap {
  position: relative;
}

.dropcap:before {
  content: attr(data-dropcap);
  font-weight: 700;
  line-height: 1em;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -0.3em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.dropcap:before {
  font-size: 160px;
}

h1,
h2,
.h1,
.h2 {
  font-size: 50px;
  font-size: 3.125rem;
}

h3,
.h3 {
  font-size: 40px;
  font-size: 2.5rem;
}

h4 {
  font-size: 30px;
  font-size: 1.875rem;
}

h5 {
  font-size: 24px;
  font-size: 1.5rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 1500px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .dropcap:before {
    font-size: 120px;
  }
}

@media screen and (max-width: 900px) {
  .dropcap:before {
    font-size: 80px;
  }
  h1,
  h2,
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 600px) {
  .sm-text-center {
    text-align: center;
  }
}

.hint-text {
  opacity: 0.6;
}

.paragraph-small {
  font-size: 14px;
}

.content-light {
  color: white;
}

.content-light a,
.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6 {
  color: white;
}

.content-light .arrow-right {
  background-image: url("arrow-right-white.svg");
}

.all-caps {
  text-transform: uppercase;
}

.label {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #3b3b3b;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.tags .label {
  font-weight: 600;
  font-size: 13px;
  margin-right: 4px;
}

.tags .label:hover {
  color: white;
  background: #3b3b3b;
}

strong,
b {
  font-weight: bold;
}

.text-page ul,
.single-product-details-tab ul,
.blog-entry-content ul,
.text-formatting ul {
  list-style: disc outside none;
  padding-left: 20px;
  margin-bottom: 1.5em;
}

.text-page ol,
.single-product-details-tab ol,
.blog-entry-content ol,
.text-formatting ol {
  list-style: decimal;
  list-style-position: inside;
  margin-bottom: 1.5em;
}

.text-page li,
.single-product-details-tab li,
.blog-entry-content li,
.text-formatting li {
  margin-bottom: 0.4em;
}

#product-long-description h1,
#product-long-description h2,
#product-long-description h3,
#product-long-description h4,
#product-long-description h5,
.text-formatting h1,
.text-formatting h2,
.text-formatting h3,
.text-formatting h4,
.text-formatting h5 {
  margin-top: 1em;
  margin-bottom: 0.4em;
}

#product-long-description a,
.text-formatting a {
  text-decoration: underline;
}

.button {
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
}

.button.button-large {
  font-size: 20px;
}

.button.button-arrow {
  padding: 10px 0;
  cursor: pointer;
}

/* .button.button-arrow:after {
	content: '';
	width: 36px;
	height: 12px;
	display: inline-block;
	margin-left: 11px;
	background-size: contain;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease
} */

#formNewsletterPopup .button.button-arrow:after {
  background: url("arrow-right.svg") no-repeat center;
}
.content-light .button.button-arrow:after {
  cursor: pointer;
}

.button.button-arrow.button-block:after {
  float: right;
  margin-top: 4px;
}

.button.button-arrow:hover:after {
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.button.button-arrow.button-solid {
  background: #3b3b3b;
  color: white;
  padding: 10px 20px;
}

.button.button-arrow.button-solid:after {
  cursor: pointer;
}

.button.button-arrow.button-solid.button-disabled {
  text-align: center;
}

.button.button-arrow.button-solid.button-disabled:after {
  display: none;
}

.button.button-block {
  display: block;
}

.button.button-facebook {
  background-color: #3c5a99;
  color: #fff;
  display: block;
  text-align: center;
}

.button.button-facebook span {
  float: left;
  line-height: 1.2;
  font-size: 18px;
}

.button.button-facebook:hover {
  background-color: #38548e;
}

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 {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.dark-background input:-webkit-autofill,
.content-light input:-webkit-autofill,
.dark-background input:-webkit-autofill:hover,
.content-light input:-webkit-autofill:hover,
.dark-background input:-webkit-autofill:focus textarea:-webkit-autofill,
.content-light input:-webkit-autofill:focus textarea:-webkit-autofill,
.dark-background
  textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
.content-light textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.dark-background select:-webkit-autofill,
.content-light select:-webkit-autofill,
.dark-background select:-webkit-autofill:hover,
.content-light select:-webkit-autofill:hover,
.dark-background select:-webkit-autofill:focus,
.content-light select:-webkit-autofill:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.1) inset;
  color: white !important;
  -webkit-text-fill-color: white;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 10px;
  border: 0px solid rgba(0, 0, 0, 0);
  color: #3b3b3b;
  border-radius: 0;
  background: transparent;
  width: 100%;
  font-family: "Overpass", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
  outline: 0;
}

.secondary-style input[type="text"],
.secondary-style input[type="email"],
.secondary-style input[type="url"],
.secondary-style input[type="password"],
.secondary-style input[type="search"],
.secondary-style input[type="number"],
.secondary-style input[type="tel"],
.secondary-style input[type="range"],
.secondary-style input[type="date"],
.secondary-style input[type="month"],
.secondary-style input[type="week"],
.secondary-style input[type="time"],
.secondary-style input[type="datetime"],
.secondary-style input[type="datetime-local"],
.secondary-style input[type="color"],
.secondary-style textarea {
  padding: 5px 0;
  border: 0;
  border-bottom: 2px solid #3b3b3b;
}

.content-light .secondary-style input[type="text"],
.content-light .secondary-style input[type="email"],
.content-light .secondary-style input[type="url"],
.content-light .secondary-style input[type="password"],
.content-light .secondary-style input[type="search"],
.content-light .secondary-style input[type="number"],
.content-light .secondary-style input[type="tel"],
.content-light .secondary-style input[type="range"],
.content-light .secondary-style input[type="date"],
.content-light .secondary-style input[type="month"],
.content-light .secondary-style input[type="week"],
.content-light .secondary-style input[type="time"],
.content-light .secondary-style input[type="datetime"],
.content-light .secondary-style input[type="datetime-local"],
.content-light .secondary-style input[type="color"],
.content-light .secondary-style textarea {
  border-color: white;
  color: white;
}

.content-light .secondary-style input[type="text"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="email"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="url"]::-webkit-input-placeholder,
.content-light
  .secondary-style
  input[type="password"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="search"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="number"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="tel"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="range"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="date"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="month"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="week"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="time"]::-webkit-input-placeholder,
.content-light
  .secondary-style
  input[type="datetime"]::-webkit-input-placeholder,
.content-light
  .secondary-style
  input[type="datetime-local"]::-webkit-input-placeholder,
.content-light .secondary-style input[type="color"]::-webkit-input-placeholder,
.content-light .secondary-style textarea::-webkit-input-placeholder {
  color: white !important;
}

.content-light .secondary-style input[type="text"]::-moz-placeholder,
.content-light .secondary-style input[type="email"]::-moz-placeholder,
.content-light .secondary-style input[type="url"]::-moz-placeholder,
.content-light .secondary-style input[type="password"]::-moz-placeholder,
.content-light .secondary-style input[type="search"]::-moz-placeholder,
.content-light .secondary-style input[type="number"]::-moz-placeholder,
.content-light .secondary-style input[type="tel"]::-moz-placeholder,
.content-light .secondary-style input[type="range"]::-moz-placeholder,
.content-light .secondary-style input[type="date"]::-moz-placeholder,
.content-light .secondary-style input[type="month"]::-moz-placeholder,
.content-light .secondary-style input[type="week"]::-moz-placeholder,
.content-light .secondary-style input[type="time"]::-moz-placeholder,
.content-light .secondary-style input[type="datetime"]::-moz-placeholder,
.content-light .secondary-style input[type="datetime-local"]::-moz-placeholder,
.content-light .secondary-style input[type="color"]::-moz-placeholder,
.content-light .secondary-style textarea::-moz-placeholder {
  color: white !important;
}

.content-light .secondary-style input[type="text"]:-ms-input-placeholder,
.content-light .secondary-style input[type="email"]:-ms-input-placeholder,
.content-light .secondary-style input[type="url"]:-ms-input-placeholder,
.content-light .secondary-style input[type="password"]:-ms-input-placeholder,
.content-light .secondary-style input[type="search"]:-ms-input-placeholder,
.content-light .secondary-style input[type="number"]:-ms-input-placeholder,
.content-light .secondary-style input[type="tel"]:-ms-input-placeholder,
.content-light .secondary-style input[type="range"]:-ms-input-placeholder,
.content-light .secondary-style input[type="date"]:-ms-input-placeholder,
.content-light .secondary-style input[type="month"]:-ms-input-placeholder,
.content-light .secondary-style input[type="week"]:-ms-input-placeholder,
.content-light .secondary-style input[type="time"]:-ms-input-placeholder,
.content-light .secondary-style input[type="datetime"]:-ms-input-placeholder,
.content-light
  .secondary-style
  input[type="datetime-local"]:-ms-input-placeholder,
.content-light .secondary-style input[type="color"]:-ms-input-placeholder,
.content-light .secondary-style textarea:-ms-input-placeholder {
  color: white !important;
}

.content-light .secondary-style input[type="text"]:-moz-placeholder,
.content-light .secondary-style input[type="email"]:-moz-placeholder,
.content-light .secondary-style input[type="url"]:-moz-placeholder,
.content-light .secondary-style input[type="password"]:-moz-placeholder,
.content-light .secondary-style input[type="search"]:-moz-placeholder,
.content-light .secondary-style input[type="number"]:-moz-placeholder,
.content-light .secondary-style input[type="tel"]:-moz-placeholder,
.content-light .secondary-style input[type="range"]:-moz-placeholder,
.content-light .secondary-style input[type="date"]:-moz-placeholder,
.content-light .secondary-style input[type="month"]:-moz-placeholder,
.content-light .secondary-style input[type="week"]:-moz-placeholder,
.content-light .secondary-style input[type="time"]:-moz-placeholder,
.content-light .secondary-style input[type="datetime"]:-moz-placeholder,
.content-light .secondary-style input[type="datetime-local"]:-moz-placeholder,
.content-light .secondary-style input[type="color"]:-moz-placeholder,
.content-light .secondary-style textarea:-moz-placeholder {
  color: white !important;
}

.dark-background .content-light .secondary-style input[type="text"],
.dark-background .content-light .secondary-style input[type="email"],
.dark-background .content-light .secondary-style input[type="url"],
.dark-background .content-light .secondary-style input[type="password"],
.dark-background .content-light .secondary-style input[type="search"],
.dark-background .content-light .secondary-style input[type="number"],
.dark-background .content-light .secondary-style input[type="tel"],
.dark-background .content-light .secondary-style input[type="range"],
.dark-background .content-light .secondary-style input[type="date"],
.dark-background .content-light .secondary-style input[type="month"],
.dark-background .content-light .secondary-style input[type="week"],
.dark-background .content-light .secondary-style input[type="time"],
.dark-background .content-light .secondary-style input[type="datetime"],
.dark-background .content-light .secondary-style input[type="datetime-local"],
.dark-background .content-light .secondary-style input[type="color"],
.dark-background .content-light .secondary-style textarea {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-light.site-header .secondary-style input[type="text"],
.content-light.site-header .secondary-style input[type="email"],
.content-light.site-header .secondary-style input[type="url"],
.content-light.site-header .secondary-style input[type="password"],
.content-light.site-header .secondary-style input[type="search"],
.content-light.site-header .secondary-style input[type="number"],
.content-light.site-header .secondary-style input[type="tel"],
.content-light.site-header .secondary-style input[type="range"],
.content-light.site-header .secondary-style input[type="date"],
.content-light.site-header .secondary-style input[type="month"],
.content-light.site-header .secondary-style input[type="week"],
.content-light.site-header .secondary-style input[type="time"],
.content-light.site-header .secondary-style input[type="datetime"],
.content-light.site-header .secondary-style input[type="datetime-local"],
.content-light.site-header .secondary-style input[type="color"],
.content-light.site-header .secondary-style textarea {
  border-bottom: 2px solid #3b3b3b;
  color: #3b3b3b;
}

.content-light.site-header
  .secondary-style
  input[type="text"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="email"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="url"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="password"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="search"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="number"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="tel"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="range"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="date"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="month"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="week"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="time"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime-local"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="color"]::-webkit-input-placeholder,
.content-light.site-header
  .secondary-style
  textarea::-webkit-input-placeholder {
  color: #3b3b3b !important;
}

.content-light.site-header
  .secondary-style
  input[type="text"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="email"]::-moz-placeholder,
.content-light.site-header .secondary-style input[type="url"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="password"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="search"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="number"]::-moz-placeholder,
.content-light.site-header .secondary-style input[type="tel"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="range"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="date"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="month"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="week"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="time"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime-local"]::-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="color"]::-moz-placeholder,
.content-light.site-header .secondary-style textarea::-moz-placeholder {
  color: #3b3b3b !important;
}

.content-light.site-header
  .secondary-style
  input[type="text"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="email"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="url"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="password"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="search"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="number"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="tel"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="range"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="date"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="month"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="week"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="time"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime-local"]:-ms-input-placeholder,
.content-light.site-header
  .secondary-style
  input[type="color"]:-ms-input-placeholder,
.content-light.site-header .secondary-style textarea:-ms-input-placeholder {
  color: #3b3b3b !important;
}

.content-light.site-header .secondary-style input[type="text"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="email"]:-moz-placeholder,
.content-light.site-header .secondary-style input[type="url"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="password"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="search"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="number"]:-moz-placeholder,
.content-light.site-header .secondary-style input[type="tel"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="range"]:-moz-placeholder,
.content-light.site-header .secondary-style input[type="date"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="month"]:-moz-placeholder,
.content-light.site-header .secondary-style input[type="week"]:-moz-placeholder,
.content-light.site-header .secondary-style input[type="time"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="datetime-local"]:-moz-placeholder,
.content-light.site-header
  .secondary-style
  input[type="color"]:-moz-placeholder,
.content-light.site-header .secondary-style textarea:-moz-placeholder {
  color: #3b3b3b !important;
}

@media only screen and (min-width: 1000px) {
  .content-light.site-header .secondary-style input[type="text"],
  .content-light.site-header .secondary-style input[type="email"],
  .content-light.site-header .secondary-style input[type="url"],
  .content-light.site-header .secondary-style input[type="password"],
  .content-light.site-header .secondary-style input[type="search"],
  .content-light.site-header .secondary-style input[type="number"],
  .content-light.site-header .secondary-style input[type="tel"],
  .content-light.site-header .secondary-style input[type="range"],
  .content-light.site-header .secondary-style input[type="date"],
  .content-light.site-header .secondary-style input[type="month"],
  .content-light.site-header .secondary-style input[type="week"],
  .content-light.site-header .secondary-style input[type="time"],
  .content-light.site-header .secondary-style input[type="datetime"],
  .content-light.site-header .secondary-style input[type="datetime-local"],
  .content-light.site-header .secondary-style input[type="color"],
  .content-light.site-header .secondary-style textarea {
    border-color: white;
    color: white;
  }
  .content-light.site-header
    .secondary-style
    input[type="text"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="email"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="url"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="password"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="search"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="number"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="tel"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="range"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="date"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="month"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="week"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="time"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime-local"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="color"]::-webkit-input-placeholder,
  .content-light.site-header
    .secondary-style
    textarea::-webkit-input-placeholder {
    color: white !important;
  }
  .content-light.site-header
    .secondary-style
    input[type="text"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="email"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="url"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="password"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="search"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="number"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="tel"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="range"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="date"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="month"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="week"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="time"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime-local"]::-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="color"]::-moz-placeholder,
  .content-light.site-header .secondary-style textarea::-moz-placeholder {
    color: white !important;
  }
  .content-light.site-header
    .secondary-style
    input[type="text"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="email"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="url"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="password"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="search"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="number"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="tel"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="range"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="date"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="month"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="week"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="time"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime-local"]:-ms-input-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="color"]:-ms-input-placeholder,
  .content-light.site-header .secondary-style textarea:-ms-input-placeholder {
    color: white !important;
  }
  .content-light.site-header
    .secondary-style
    input[type="text"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="email"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="url"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="password"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="search"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="number"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="tel"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="range"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="date"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="month"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="week"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="time"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="datetime-local"]:-moz-placeholder,
  .content-light.site-header
    .secondary-style
    input[type="color"]:-moz-placeholder,
  .content-light.site-header .secondary-style textarea:-moz-placeholder {
    color: white !important;
  }
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="text"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="email"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="url"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="password"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="search"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="number"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="tel"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="range"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="date"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="month"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="week"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="time"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="datetime"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="datetime-local"],
  .dark-background
    .content-light.site-header
    .secondary-style
    input[type="color"],
  .dark-background .content-light.site-header .secondary-style textarea {
    border-color: rgba(255, 255, 255, 0.5);
  }
}

.dark-background .secondary-style input[type="text"],
.dark-background .secondary-style input[type="email"],
.dark-background .secondary-style input[type="url"],
.dark-background .secondary-style input[type="password"],
.dark-background .secondary-style input[type="search"],
.dark-background .secondary-style input[type="number"],
.dark-background .secondary-style input[type="tel"],
.dark-background .secondary-style input[type="range"],
.dark-background .secondary-style input[type="date"],
.dark-background .secondary-style input[type="month"],
.dark-background .secondary-style input[type="week"],
.dark-background .secondary-style input[type="time"],
.dark-background .secondary-style input[type="datetime"],
.dark-background .secondary-style input[type="datetime-local"],
.dark-background .secondary-style input[type="color"],
.dark-background .secondary-style textarea {
  border-color: rgba(255, 255, 255, 0.5);
}

.secondary-style input[type="text"]:focus,
.secondary-style input[type="email"]:focus,
.secondary-style input[type="url"]:focus,
.secondary-style input[type="password"]:focus,
.secondary-style input[type="search"]:focus,
.secondary-style input[type="number"]:focus,
.secondary-style input[type="tel"]:focus,
.secondary-style input[type="range"]:focus,
.secondary-style input[type="date"]:focus,
.secondary-style input[type="month"]:focus,
.secondary-style input[type="week"]:focus,
.secondary-style input[type="time"]:focus,
.secondary-style input[type="datetime"]:focus,
.secondary-style input[type="datetime-local"]:focus,
.secondary-style input[type="color"]:focus,
.secondary-style textarea:focus {
  border-bottom-style: dashed;
}

textarea {
  min-height: 120px;
}

.form-row {
  margin-bottom: 25px;
}

input.error,
textarea.error {
  border-color: #de4748 !important;
}

.selectric {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.selectric .label {
  background: transparent;
  padding: 0;
  font-size: 15px;
  line-height: 44px;
  height: 44px;
}

.selectric .button {
  background: transparent;
}

.input-group {
  position: relative;
}

.input-group input {
  padding-right: 40px;
}

.input-group .button {
  position: absolute;
  top: -5px;
  right: 0;
}

.input-wrap {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.input-wrap input {
  text-align: center;
  max-width: 84px;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.input-wrap .change {
  position: absolute;
  width: 100%;
}

.input-wrap .change .up,
.input-wrap .change .down {
  float: right;
  margin-top: -43px;
  padding: 10px;
  opacity: 0.5;
}

.input-wrap .change .up:hover,
.input-wrap .change .down:hover {
  opacity: 1;
}

.input-wrap .change .down {
  float: left;
}

.checkbox label,
.product-configure-custom-option-item label {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.checkbox label:before,
.product-configure-custom-option-item label:before {
  display: inline-block;
  font: normal normal normal 16px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.checkbox label:before,
.product-configure-custom-option-item label:before {
  border: 2px solid;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  height: 18px;
  overflow: hidden;
  padding-top: 0px;
  padding-left: 0px;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: -1px;
  text-align: center;
  width: 18px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.dark-background .checkbox label:before,
.dark-background .product-configure-custom-option-item label:before {
  border-color: rgba(255, 255, 255, 0.1);
}

.checkbox input[type="radio"] + label:before,
.product-configure-custom-option-item input[type="radio"] + label:before {
  border-radius: 50px;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.product-configure-custom-option-item input[type="checkbox"],
.product-configure-custom-option-item input[type="radio"] {
  display: none;
}

.checkbox input[type="checkbox"] + label:before,
.checkbox input[type="radio"] + label:before,
.product-configure-custom-option-item input[type="checkbox"] + label:before,
.product-configure-custom-option-item input[type="radio"] + label:before {
  top: 2px;
  content: "\ea22";
}

.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before,
.product-configure-custom-option-item
  input[type="checkbox"]:checked
  + label:before,
.product-configure-custom-option-item
  input[type="radio"]:checked
  + label:before {
  background: #3b3b3b;
  border-color: #3b3b3b;
  text-indent: 0px;
}

.dark-background .checkbox input[type="checkbox"]:checked + label:before,
.dark-background .checkbox input[type="radio"]:checked + label:before,
.dark-background
  .product-configure-custom-option-item
  input[type="checkbox"]:checked
  + label:before,
.dark-background
  .product-configure-custom-option-item
  input[type="radio"]:checked
  + label:before {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

.modal-lighbox {
  display: none;
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.3);
  padding-left: 10px;
  padding-right: 10px;
}

.featherlight .featherlight-content {
  max-width: 800px;
  width: 100%;
  padding: 50px 30px;
  margin: 0;
  border: 0;
  box-shadow: 0 18px 86px -6px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 600px) {
  .featherlight .featherlight-content {
    padding: 80px;
  }
}

.featherlight.product-modal-wrapper .featherlight-content,
.featherlight.promo-modal-wrapper .featherlight-content {
  max-width: 1000px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.featherlight h1,
.featherlight h2,
.featherlight h3,
.featherlight h4,
.featherlight h5 {
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 600px) {
  .featherlight .featherlight-close-icon {
    opacity: 0.3;
    top: 15px;
    right: 15px;
  }
}

.promo-modal {
  margin-bottom: -50px;
}

@media only screen and (min-width: 600px) {
  .promo-modal {
    margin-bottom: -60px;
  }
}

.promo-modal.promo-modal-no-image .newsletter-promo-media {
  display: none;
}

@media only screen and (min-width: 600px) {
  .promo-modal.promo-modal-no-image .newsletter-promo-content {
    width: 100%;
    float: right;
    padding-left: 0px;
    margin-right: 0%;
    text-align: center;
  }
  .promo-modal.promo-modal-no-image
    .newsletter-promo-content
    .newsletter-promo-form {
    margin-left: auto;
    margin-right: auto;
  }
}

.promo-modal.promo-modal-no-image .newsletter-promo-content .forgot-password {
  margin-right: 0px;
}

@media only screen and (min-width: 600px) {
  .promo-modal.promo-modal-no-image .newsletter-promo-content .forgot-password {
    padding-bottom: 10px;
  }
}

.promo-modal .newsletter-promo-media {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 600px) {
  .promo-modal .newsletter-promo-media {
    width: 48%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }
}

.promo-modal .newsletter-promo-media figure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 220px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 600px) {
  .promo-modal .newsletter-promo-media figure {
    bottom: 0;
    height: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .promo-modal .newsletter-promo-content {
    width: 50%;
    float: right;
    padding-left: 40px;
  }
  .promo-modal .newsletter-promo-content h3 {
    margin-top: 50px;
  }
}

.promo-modal .newsletter-promo-content .forgot-password {
  margin-right: -30px;
}

.promo-modal .newsletter-promo-form {
  max-width: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media only screen and (min-width: 600px) {
  .promo-modal .newsletter-promo-form {
    margin-bottom: 70px;
    margin-top: 100px;
  }
}

.login-modal {
  margin-bottom: -50px;
}

@media only screen and (min-width: 600px) {
  .login-modal {
    margin-bottom: -80px;
  }
}

.login-modal p {
  font-size: 14px;
}

.login-modal .login-row {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 600px) {
  .login-modal .login-row {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.login-modal .register-subtitle {
  margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .login-modal .register-subtitle {
    margin-bottom: 90px;
  }
}

.forgot-password {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 20px;
  font-size: 14px;
}

.product-modal .product-modal-media {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 38%;
}

.product-modal .product-modal-media .slick-dots {
  bottom: -25px;
}

.product-modal .product-modal-media .slick-dots li,
.product-modal .product-modal-media .slick-dots li button,
.product-modal .product-modal-media .slick-dots li button:before,
.product-modal .product-modal-media .slick-dots li button:after {
  width: 30px;
}

.product-modal .product-modal-media .slick-dots li button:before,
.product-modal .product-modal-media .slick-dots li button:after {
  height: 2px;
}

.product-modal .product-modal-media .slick-dots li button:before {
  top: auto;
  bottom: 2px;
}

.product-modal .product-modal-media .slick-dots li button {
  text-indent: -10000px;
}

.product-modal .product-modal-media .product-figure {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-modal .product-modal-media .product-figure img {
  max-width: 100%;
  height: auto;
}

.product-modal .product-modal-content {
  padding-left: 30px;
  margin-left: 40%;
}

.product-modal .product-modal-content .price {
  display: block;
  color: #a1a1a1;
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-modal-landscape .product-modal-media {
  width: 48%;
}

.product-modal-landscape .product-modal-content {
  margin-left: 50%;
}

.modal-variants-waiting {
  display: none !important;
}

.site-header {
  position: relative;
  z-index: 9999;
  height: 75px;
  max-height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0px, -15px, 0px);
  transform: translate3d(0px, -15px, 0px);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@media only screen and (min-width: 1200px) {
  .site-header {
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 5;
  }
  .site-header.site-header-lg {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .site-header.site-header-lg {
    height: 85px;
    max-height: 85px;
  }
}

@media only screen and (min-width: 1200px) {
  .site-header.menu-bottom-layout {
    height: 135px;
    max-height: 135px;
  }
  .site-header.menu-bottom-layout.site-header-lg {
    height: 145px;
    max-height: 145px;
  }
  .site-header.menu-bottom-layout .main-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  body.dark-background:not(.mega-menu-open)
    .site-header.menu-bottom-layout
    .main-nav {
    border-color: rgba(255, 255, 255, 0.1);
  }
}

@media only screen and (min-width: 1200px) {
  body:not(.mega-menu-open)
    .site-header.menu-bottom-layout.content-light
    .main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.show-page .site-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media only screen and (max-width: 999px) {
  .site-header.content-light {
    color: inherit;
  }
  .site-header.content-light a {
    color: inherit;
  }
}

.menu-item-mobile-only {
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .menu-item-mobile-only {
    display: none;
  }
}

.menu-item-desktop-only {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .menu-item-desktop-only {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .nav-style li > ul {
    background: transparent !important;
  }
}

.mobile-nav-overlay {
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, height 0.3s ease-out;
  transition: opacity 0.3s ease-out, height 0.3s ease-out;
}

@media (max-width: 1200px) {
  .mobile-nav-overlay {
    content: "";
    display: block;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
  }
  .menu-visible .mobile-nav-overlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.mega-menu-open .mobile-nav-overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  box-shadow: 0px 13px 86px -6px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 800px) {
  .mega-menu-open .mobile-nav-overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;;
  opacity: 1;
  visibility: visible;
  z-index: 10000;
  box-shadow: 0px 13px 86px -6px rgba(0, 0, 0, 0.08);
    background-color:white;
    color:black;
}
  
  .mobile-nav-overlay a{
    color:black;
  }
}

.nav-trigger {
  display: none;
}

.page-content:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mega-menu-header {
  z-index: 10001;
}

.mega-menu-open .page-content:before,
.menu-visible .page-content:before {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.menu-visible .page-content:before {
  z-index: 999;
}

.nav-style {
  display: inline-block;
  vertical-align: middle;
}

.nav-style.main-nav > ul {
  display: inline-block;
}

.menu-bottom-layout:not(.menu-bottom-layout-center) .nav-style.main-nav > ul {
  display: block;
}

.nav-style.main-nav > ul > li {
  margin-right: 0px;
  padding: 0px 13px;
}

@media only screen and (min-width: 1200px) {
  .nav-style.main-nav > ul > li:first-child {
    padding-left: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-style.main-nav > ul > li:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.content-light .nav-style.main-nav > ul > li > a:after {
  border-bottom-color: white;
}

@media only screen and (min-width: 1200px) {
  .mega-menu-header .nav-style.main-nav > ul > li.locations-menu-item > ul {
    max-height: none;
  }
}

@media only screen and (min-width: 1200px) {
  body:not(.mega-menu-open)
    .mega-menu-header
    .nav-style.main-nav
    > ul
    > li
    > ul {
    pointer-events: none;
  }
}

@media only screen and (min-width: 1200px) {
  .mega-menu-header .nav-style.main-nav > ul > li > ul {
    padding: 60px 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
    max-height: 400px;
    align-content: flex-start;
    align-items: baseline;
  }
  .mega-menu-header .nav-style.main-nav > ul > li > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .mega-menu-header .nav-style.main-nav > ul > li > ul > li ul {
    padding-top: 5px;
  }
  .mega-menu-header .nav-style.main-nav > ul > li > ul > li li {
    padding-left: 0;
  }
  .mega-menu-header .nav-style.main-nav > ul > li > ul:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    top: 30px;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .mega-menu-header.menu-bottom-layout
    .nav-style.main-nav
    > ul
    > li
    > ul:after {
    top: 20px;
  }
}

.nav-style.main-nav > ul > li > ul > li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  .site-header:not(.mega-menu-header) .nav-style.main-nav > ul > li > ul > li {
    display: block;
    margin-right: 0;
  }
  .site-header:not(.mega-menu-header)
    .nav-style.main-nav
    > ul
    > li
    > ul
    > li:hover
    > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0%, 0px) !important;
    transform: translate(0%, 0px) !important;
  }
  .site-header:not(.mega-menu-header)
    .nav-style.main-nav
    > ul
    > li
    > ul
    > li.has-child:after {
    content: "\e99d";
    display: inline-block;
    font: normal normal normal 14px/1 "Nucleo Mini";
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
  }
}

.nav-style.main-nav > ul > li > ul > li.has-child:after {
  display: none;
}

.nav-style.main-nav > ul > li > ul > li ul {
  position: relative !important;
  -webkit-transform: translate(0%, 0px) !important;
  transform: translate(0%, 0px) !important;
  left: 0 !important;
  top: 0 !important;
}

@media only screen and (min-width: 600px) {
  .site-header:not(.mega-menu-header)
    .nav-style.main-nav
    > ul
    > li
    > ul
    > li
    ul {
    position: absolute !important;
    -webkit-transform: translate(-5px, 0px) !important;
    transform: translate(-5px, 0px) !important;
    left: 100% !important;
    top: -15px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.nav-style.main-nav > ul > li > ul > li ul li {
  padding: 2px 10px;
}

.nav-style.main-nav > ul > li > ul > li ul li a {
  font-weight: normal;
}

.mega-menu-header .nav-style.main-nav li {
  position: static;
}

.nav-style.main-nav li.submenu-open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}

.nav-style.main-nav li.locations-menu-item ul {
  max-width: 100%;
  min-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .nav-style.main-nav li.locations-menu-item ul {
    min-width: 650px;
  }
}

.nav-style.main-nav li.locations-menu-item ul li {
  margin-right: 0;
}

.nav-style.main-nav li.locations-menu-item img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
}

.nav-style.main-nav li.locations-menu-item .location-title {
  font-weight: 600;
}

.nav-style.main-nav li.locations-menu-item .location-subtitle {
  font-size: 14px;
}

.nav-style.main-nav li > ul {
  top: 150%;
  left: -10px;
  -webkit-transform: translate(0%, -5px);
  transform: translate(0%, -5px);
  padding: 10px 0px;
  min-width: 250px;
  text-align: left;
  display: none;
  margin-top: 30px;
  margin-bottom: 10px;
/*   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}


@media only screen and (min-width: 1200px) {
  .nav-style.main-nav li > ul {
    display: block;
    padding: 15px 0px;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.nav-style.main-nav li > ul:before {
  position: absolute;
  left: 25px;
}

.nav-style.main-nav li > ul li {
  padding: 3px 0px;
  font-size: 20px;
}

@media only screen and (min-width: 1200px) {
  .nav-style.main-nav li > ul li {
    padding: 5px 20px;
    font-size: 16px;
  }
}

.nav-style.main-nav li > ul li.has-child:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-style.main-nav li > ul a {
  padding: 0;
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .mega-menu-header .nav-style.main-nav li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: white;
  }
}

.mega-menu-header .nav-style.main-nav li > ul:before {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .site-header-lg.mega-menu-header.menu-bottom-layout
    .nav-style.main-nav
    li
    > ul {
    top: 33px;
  }
}

@media only screen and (min-width: 1200px) {
  .mega-menu-header.site-header-lg:not(.menu-bottom-layout)
    .nav-style.main-nav
    li
    > ul {
    top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .logo-sm {
    width: 20%;
  }
}

.nav-style.main-nav li > ul li > ul {
  top: 0%;
  left: 100%;
  -webkit-transform: translate(0%, -5px);
  transform: translate(0%, -5px);
  padding: 15px 0px;
  min-width: 200px;
  text-align: left;
}

.mega-menu-header .nav-style.main-nav li > ul li > ul {
  min-width: 50px;
}

.nav-style.main-nav li > ul li > ul:before {
  display: none;
}

.nav-style.main-nav li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(0%, 0px);
}

.nav-style.main-nav li a.button-arrow:after {
  background-image: url("arrow-right.svg");
}

.nav-style.main-nav li a:not(.button-arrow):not(.header-cta-block):after {
  content: "";
  width: 100%;
  border-bottom: 2px solid;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
  left: 0;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  pointer-events: none;
}

.nav-style.main-nav li a:not(.button-arrow):not(.header-cta-block):hover:after,
.nav-style.main-nav
  li
  a:not(.button-arrow):not(.header-cta-block).active:after {
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-style.main-nav li a.header-cta-block {
  font-weight: normal;
}

.nav-style li {
  float: left;
  position: relative;
  margin-right: 26px;
  margin-bottom: 5px;
}

.nav-style li.menu-item-mobile-only {
  font-size: 16px;
}

.nav-style li.menu-item-mobile-only li {
  font-size: 16px;
}

.nav-style li a {
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}

.nav-style li.active > a {
  border-bottom: 2px solid #3b3b3b;
}

.content-light .nav-style li.active > a {
  border-color: white;
}

.nav-style li.has-child:hover a {
  z-index: 1;
}

/* @media only screen and (min-width: 1200px) {
  .nav-style li.has-child:after {
    content: "\e99d";
    display: inline-block;
    font: normal normal normal 10px/1 "Nucleo Mini";
    font-size: inherit;
    speak: none;
    text-transform: none;
    opacity: 0.4;
    vertical-align: middle;
  }
} */

.nav-style li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-style li > ul {
  visibility: hidden;
  opacity: 0;
  background: white;
  padding: 5px 0px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1200px) {
  .nav-style li > ul {
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  .nav-style li > ul:before {
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
  }
}

.nav-style li > ul li {
  float: none;
  margin: 0;
}

.nav-style li > ul li a {
  display: block;
  padding: 2px 20px;
  color: #3b3b3b;
}

.burger {
  position: absolute;
  top: 10px;
  right: 0px;
}

@media only screen and (min-width: 1200px) {
  .burger {
    display: none;
  }
}

.burger span {
  height: 12px;
  width: 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.burger span:before,
.burger span:after {
  content: "";
  border-top: 2px solid;
  top: 5px;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
}

.burger span:before {
  -webkit-transform: translateY(-5px) rotate(0);
  transform: translateY(-5px) rotate(0);
}

.burger span:after {
  -webkit-transform: translateY(5px) rotate(0);
  transform: translateY(5px) rotate(0);
}

.menu-visible .burger span:before {
  -webkit-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}

.menu-visible .burger span:after {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

@media only screen and (min-width: 1200px) {
  .search-trigger-center-fix {
    display: none !important;
  }
}

.secondary-nav {
  float: right;
  margin-right: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10pt;
  align-self: center;
  margin-top: 10px;
}

.secondary-nav.secondary-nav-left {
  float: left;
}

@media (max-width: 1200px) {
  .secondary-nav.secondary-nav-left {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .secondary-nav {
    margin-right: 0px;
    position: relative;
    align-self: center;
  }
}

.secondary-nav li {
  margin-right: 16px;
  opacity: 1;
  visibility: visibile;
}

.secondary-nav li:last-child {
  margin-right: 0px;
}

.secondary-nav li.menu-item-account {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .secondary-nav li.menu-item-account {
    display: inline-block;
  }
}

.secondary-nav li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10pt;
}

.secondary-nav li a span {
  font-size: 18px;
  margin-right: 5px;
}

.secondary-nav li a span:before {
  vertical-align: middle;
}

.search-active .secondary-nav li:not(.search-trigger-item) {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) {
  .search-active
    .menu-bottom-layout-center
    .secondary-nav
    li:not(.search-trigger-item) {
    opacity: 1;
    visibility: visible;
  }
}

.secondary-nav > ul > li {
  position: relative;
}

.secondary-nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.secondary-nav > ul > li.has-child:after {
  content: "\e99d";
  display: inline-block;
  font: normal normal normal 10px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  opacity: 0.4;
  vertical-align: middle;
}

.secondary-nav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
  background: white;
  padding: 5px 0px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.secondary-nav > ul > li > ul:before {
  position: absolute;
  left: 50%;
  top: -7px;
  margin-left: -7px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
}

.secondary-nav > ul > li > ul li {
  float: none;
  margin: 0;
}

.secondary-nav > ul > li > ul li a {
  display: block;
  padding: 2px 20px;
  color: #3b3b3b;
}

.logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  visibility: visible;
  align-self: center;
  opacity: 1;
  max-width: calc(100% - 179px);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
/*   margin-top:10px; */
}

.search-active .logo {
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .search-active .logo {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .logo.logo-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    margin-right: 0;
  }
}

.logo.logo-sm img {
  max-height: 30px;
}

.logo.logo-md img {
  margin-top: -3px;
  max-height: 32px;
}

@media only screen and (min-width: 1200px) {
  .logo.logo-md img {
    margin-top: -7px;
    max-height: 40px;
  }
}

.logo.logo-lg img {
  margin-top: -3px;
  max-height: 32px;
}

@media only screen and (min-width: 1200px) {
  .logo.logo-lg img {
    margin-top: -15px;
    max-height: 60px;
  }
}

.logo img {
  max-height: 25px;
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1000px) {
  .logo img {
    max-width: none;
  }
}

/* @media only screen and (min-width: 1200px) {
  .content-light .logo img:not(.logo-image-white) {
    opacity: 0;
    visibility: hidden;
  }
} */

@media only screen and (min-width: 1200px) {
  .mega-menu-open .content-light .logo img:not(.logo-image-white) {
    opacity: 1;
    visibility: visible;
  }
}

.logo img.logo-image-white {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) {
  .content-light .logo img.logo-image-white {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu-open .content-light .logo img.logo-image-white {
    opacity: 0;
    visibility: hidden;
  }
}

.has-mobile-logo .logo .logo-image,
.has-mobile-logo .logo .logo-placeholder {
  display: none;
}

@media only screen and (min-width: 600px) {
  .has-mobile-logo .logo .logo-image,
  .has-mobile-logo .logo .logo-placeholder {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .logo .logo-image-mobile {
    display: none;
  }
}

.cart-sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-active .cart-sidebar-container {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar-container .cart-sidebar {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  padding: 50px 25px;
  opacity: 0;
  box-shadow: -18px 0 86px -6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-100%, 0px);
  transform: translateY(-100%, 0px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 1200px) {
  .cart-sidebar-container .cart-sidebar {
    width: 400px;
    padding: 50px;
  }
}

.cart-active .cart-sidebar-container .cart-sidebar {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  opacity: 1;
}

.cart-sidebar-container .cart-sidebar .cart-sidebar-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart-sidebar-container .cart-sidebar .cart-sidebar-title p {
  font-size: 14px;
}

.cart-sidebar-container .cart-sidebar-close {
  position: absolute;
  z-index: 9999;
  opacity: 0.3;
  top: 15px;
  right: 15px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.search-header {
  position: absolute;
  top: 25px;
  right: 45px;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 0px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .search-header {
    right: 0px;
    top: 5px;
  }
  .secondary-nav-left .search-header {
    right: auto;
    left: 0;
  }
  .secondary-nav-left .search-header input {
    padding-left: 30px;
  }
  .secondary-nav-left .search-header .search-close {
    position: absolute;
    left: 105%;
    right: auto;
  }
}

.search-active .search-header {
  opacity: 1;
  visibility: visible;
}

.search-header .search-close {
  font-size: 14px;
  position: absolute;
  right: 105%;
  display: inline-block;
  padding: 3px 3px;
  bottom: 5px;
}

.search-header input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1000px) {
  .content-light .search-header input {
    border-color: white;
    color: white;
  }
}

@media only screen and (min-width: 1200px) {
  .content-light .search-header ::-webkit-input-placeholder {
    color: white !important;
  }
  .content-light .search-header ::-moz-placeholder {
    color: white !important;
  }
  .content-light .search-header :-ms-input-placeholder {
    color: white !important;
  }
  .content-light .search-header :-moz-placeholder {
    color: white !important;
  }
}

.inline {
  display: inline-block;
}

.main-nav {
  display: none;
  position: fixed;
  top: 100px;
  font-size: 11pt;
}

.menu-visible .main-nav {
  display: block;
}

@media (max-width: 1200px) {
  .main-nav li {
    width: 100%;
    font-size: 24px;
    width: 65%;
  }
}

@media only screen and (min-width: 1205px) {
  .main-nav {
    display: inline-block;
    position: static;
    top: 0;
    text-transform: uppercase;
    width: 58%;
    margin-top: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 10pt;
    align-self: center;
  }
}
@media only screen and (min-width: 1300px) {
  .main-nav {
    display: inline-block;
    position: static;
    top: 0;
    text-transform: uppercase;
    width: 63%;
/*     margin-top: 10px; */
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11pt;
    align-self: center;
    text-align-last: center;
  }
    .main-nav ul{
      margin: 10px 0 0 0;
  }

  .main-nav .menu-visible {
    display: inline-block;
  }
  .menu-bottom-layout-center .main-nav {
    text-align: center;
  }
  .menu-bottom-layout-center .main-nav > ul {
    display: inline-block;
  }
  .menu-bottom-layout-center .main-nav > ul > li {
    margin-bottom: 0;
  }
}

.mobile-menu-subopen {
	float: left;
	font-size: 22px;
	line-height: 1;
	opacity: .4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0
}
.mobile-menu-subopen-rotate {
	float: right;
	font-size: 22px;
	line-height: 1;
	opacity: .4;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: 0
}

/* .submenu-open>.mobile-menu-subopen {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
} */
.submenu-open .mobile-menu-subopen .mobile-menu-subopen-rotate {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media only screen and (min-width: 1000px) {
	.mobile-menu-subopen {
		display: none
	}
  	.mobile-menu-subopen-rotate {
		display: none
	}
}

.notification-bar {
  height: 0px;
  text-align: center;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.notification-bar.active {
  height: 40px;
}

.notification-bar .notifiction-content {
  height: 40px;
  display: block;
  background: #333;
  color: white;
  padding: 10px 15px;
}

.logo-placeholder {
  font-size: 22px;
}

@media only screen and (min-width: 1200px) {
  body:not(.mega-menu-open) .content-light .logo-placeholder {
    color: white;
  }
}

.menu-item-mobile-inline {
  margin-bottom: 0 !important;
}

.menu-item-mobile-inline > a {
  display: none;
}

.menu-item-mobile-inline > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 5px 0 0 !important;
}

.menu-item-mobile-inline > ul > li {
  display: inline-block !important;
  width: auto;
  font-size: 16px !important;
  margin-right: 10px !important;
}

.ajax-enabled.search-ready .search-results {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ajax-enabled .search-results {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08), 1px 3px 7px rgba(0, 0, 0, 0.03);
}

.ajax-enabled .search-results .button-solid {
  display: block;
}

.ajax-enabled .search-results .button-arrow {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.ajax-enabled .search-results .button-arrow:after {
  display: none;
}

.ajax-enabled .search-result-item {
  padding: 10px 0;
}

.ajax-enabled .search-result-item:first-child {
  padding-top: 0;
}

.ajax-enabled .search-result-item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ajax-enabled .search-result-item img {
  float: left;
  margin-right: 10px;
}

.ajax-enabled .search-result-item .title {
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
}

.ajax-enabled .search-result-item .price {
  font-size: 13px;
}

.ajax-enabled .search-result-item .price .old-price {
  font-size: 11px;
  opacity: 0.6;
  text-decoration: line-through;
  margin-right: 7px;
}

.ajax-enabled .search-empty {
  text-align: center;
}

.ajax-enabled .results-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  background: white;
  color: #3b3b3b;
  vertical-align: middle;
  margin-left: 10px;
}

.top-bar {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  padding: 10px 15px;
  text-align: center;
  z-index: 10001;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 600px) {
  .top-bar {
    padding: 10px 25px;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (min-width: 1200px) {
  .top-bar {
    padding: 10px 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

body {
  overflow-x: hidden;
}

.js .main-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}

.js .show-page .main-content {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  min-height: 350px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-background .hero {
  border-color: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  .hero {
    height: 80vh;
    min-height: 500px;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: none;
  }
  .dark-background .hero {
    border-bottom: none;
  }
}

.hero .slick-list {
  width: 100%;
}

.hero .slick-dots {
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .hero .slick-dots {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .hero.hero-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 1000px;
  }
}

@media only screen and (min-width: 1000px) {
  .hero.hero-full .hero-element {
    height: 100vh;
    width: 100%;
    max-height: 1000px;
  }
}

@media only screen and (min-width: 1000px) {
  .hero.hero-full + .container {
    margin-top: 100vh;
    margin-top: calc(100vh - 70px);
  }
  .site-header-lg ~ .main-content .hero.hero-full + .container {
    margin-top: calc(100vh - 85px);
  }
}

@media only screen and (min-width: 1200px) and (min-height: 1200px) {
  .site-header-lg ~ .main-content .hero.hero-full + .container {
    margin-top: 915px;
  }
}

@media only screen and (min-width: 1000px) {
  .menu-bottom-layout ~ .main-content .hero.hero-full + .container {
    margin-top: calc(100vh - 130px);
  }
  .menu-bottom-layout.site-header-lg
    ~ .main-content
    .hero.hero-full
    + .container {
    margin-top: calc(100vh - 145px);
  }
}

@media only screen and (min-width: 1000px) and (min-height: 1000px) {
  .hero.hero-full + .container {
    margin-top: 930px;
  }
}

.hero.hero-same-ratio {
  height: auto;
  min-height: 0;
}

.hero.hero-same-ratio .hero-element {
  height: auto;
  min-height: 0;
}

.hero.hero-same-ratio .hero-image {
  position: relative;
  padding-bottom: 41.5%;
}

@media only screen and (min-width: 600px) {
  .hero.hero-same-ratio .hero-content {
    max-height: 90%;
  }
}

.hero .hero-element {
  position: relative;
}

@media only screen and (min-width: 600px) {
  .hero .hero-element {
    height: 80vh;
    min-height: 500px;
  }
}

.hero .hero-element:not(.slick-slide) .hero-content {
  padding-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .hero .hero-element:not(.slick-slide) .hero-content {
    padding-bottom: 0;
  }
}

.hero .hero-element.content-light .hero-image {
  background-color: #3b3b3b;
}

.hero .hero-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 600px) {
  .hero .hero-image {
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.hero .hero-content {
  height: auto;
  width: 100%;
  max-width: 700px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-right: 0px;
}

@media (max-width: 600px) {
  .hero .hero-content {
    color: #3b3b3b;
  }
  .hero .hero-content a,
  .hero .hero-content h1,
  .hero .hero-content h2,
  .hero .hero-content p {
    color: #3b3b3b;
  }
  .hero .hero-content .arrow-right {
    background-image: url(arrow-right.svg);
  }
}

@media only screen and (min-width: 600px) {
  .hero .hero-content {
    margin-top: 0;
    position: absolute;
    max-height: 50%;
    top: 50%;
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero .hero-content.hero-content-right {
    margin-right: 5vw;
    max-width: 400px;
    text-align: right;
    top: auto;
    bottom: 10%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hero .hero-content.hero-content-left {
    margin-left: 5vw;
    max-width: 400px;
    text-align: left;
    top: auto;
    bottom: 10%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .hero .hero-content:not(.hero-content-left):not(.hero-content-right) {
    text-align: center;
  }
}

.hero .hero-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 35px;
}

@media only screen and (min-width: 600px) {
  .hero .hero-content h2 {
    margin-top: 0;
    font-size: 40px;
  }
}

.hero .hero-content div.bold {
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (min-width: 600px) {
  .hero .hero-content div.bold {
    display: block;
  }
}

.hero .hero-content .arrow-right {
  margin-left: 0;
}

.hero .hero-link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 35px;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
  white-space: nowrap;
}

.ti_news {
  float: left;
}

.ti_news a {
  display: block;
  margin-right: 10px;
}

.selling-points {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}

.selling-points.single-product-selling-points {
  margin-bottom: 50px;
  margin-top: -50px;
}

@media only screen and (min-width: 600px) {
  .selling-points {
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.selling-item {
  padding: 5px 10px 5px 30px;
  text-align: left;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .selling-item {
    text-align: center;
    padding: 20px 35px;
  }
}

.selling-item span {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: sub;
}

.container:not(.container-has-hero) > div.m-b-50.sm-m-b-40 + .featured-blocks {
  margin-top: -40px;
}

@media only screen and (min-width: 600px) {
  .container:not(.container-has-hero)
    > div.m-b-50.sm-m-b-40
    + .featured-blocks {
    margin-top: -50px;
  }
}

.container-has-hero > .featured-blocks:first-child {
  margin-top: 40px;
}

.featured-blocks {
  margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .featured-blocks {
    margin-bottom: 80px;
  }
}

.featured-block {
  display: block;
  position: relative;
  min-height: 40rem;
  margin-bottom: 15px;
  overflow: hidden;
}

.featured-block.featured-block-big {
  min-height: 345px;
}

@media only screen and (min-width: 600px) {
  .featured-block.featured-block-big {
    min-height: 400px;
  }
}

@media only screen and (min-width: 600px) {
  .featured-block.featured-block-big .featured-block-content {
    max-width: 50%;
  }
}

.featured-block.featured-block-big h3 {
  font-size: 28px;
  height: 225px;
}

@media only screen and (min-width: 600px) {
  .featured-block.featured-block-big h3 {
    font-size: 38px;
    height: 300px;
  }
}

@media only screen and (min-width: 600px) {
  .featured-block {
    min-height: 90vh;
    margin-bottom: 30px;
  }
}

.featured-block .featured-block-image {
  position: absolute;
  top: 0;
  left: -10px;
  right: 0px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-block:hover .featured-block-image {
  -webkit-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.featured-block .featured-block-content {
  position: relative;
  padding: 30px;
  max-width: 100%;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .featured-block .featured-block-content {
    max-width: 60%;
  }
}


.featured-block .featured-block-content.content-center {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .featured-block .featured-block-content.content-center {
    max-width: 75%;
  }
}

.featured-block .featured-block-footer {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
}

.featured-block .featured-block-footer.content-right {
  max-width: 50%;
  margin: 0 0 0 auto;
}

.featured-block h3 {
  font-size: 24px;
  font-weight: 600;
  height: 0px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 600px) {
  .featured-block h3 {
    font-size: 28px;
    height: 10px;
  }
}

.featured-block .button-arrow:after {
  background-image: url("arrow-right.svg");
}

.featured-block.content-light .button-arrow:after {
  background-image: url("arrow-right-white.svg");
}

.featured-block:hover .button-arrow:after {
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.featured-products {
  margin-bottom: 80px;
}

.featured-products.related-products {
  padding-top: 50px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 600px) {
  .featured-products.related-products {
    margin-bottom: 80px;
  }
}

.featured-products.featured-product-carousels .tabs-element:not(.active) {
  display: block !important;
}

/* .featured-products.featured-product-carousels .tabs-element:not(:last-child) {
	margin-bottom: 50px
} */

.featured-products.featured-product-carousels .tabs-element .section-title {
  margin-bottom: 10px;
}

.products-list {
  margin-left: -7px;
  margin-right: -7px;
}

@media only screen and (min-width: 600px) {
  .products-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.products-list .no-products-found {
  padding: 150px 0;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.3;
  text-align: center;
}

.featured-products
  .products-list:not(.product-list-carousel)
  > [class^="col-"]:nth-last-child(1):nth-child(odd) {
  display: none;
}

@media only screen and (min-width: 600px) {
  .featured-products
    .products-list:not(.product-list-carousel)
    > [class^="col-"]:nth-last-child(1):nth-child(odd) {
    display: block;
  }
}

.products-list > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (min-width: 600px) {
  .products-list > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.products-list.slick-slider {
  position: relative;
}

@media only screen and (min-width: 600px) {
  .products-list.slick-slider .slick-list {
    overflow: visible;
  }
}

.products-list.slick-slider .slick-slide {
  opacity: 0.1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  outline: none !important;
}

.products-list.slick-slider .slick-slide.slick-active {
  opacity: 1;
}

.products-list.slick-slider .slick-slide a {
  outline: none !important;
}

.products-list.slick-slider .slick-dots li,
.products-list.slick-slider .slick-dots li button,
.products-list.slick-slider .slick-dots li button:before,
.products-list.slick-slider .slick-dots li button:after {
  width: 30px;
}

.products-list.slick-slider .slick-dots li button {
  height: 20px;
}

.small-product-actions {
	position: absolute;
	top: 10px;
	right: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}


@media only screen and (min-width: 600px) {
	.product-element:hover .small-product-actions {
		opacity: 1;
		visibility: visible
	}
}

.small-product-actions a {
	display: inline-block;
	width: 25px;
	line-height: 25px;
	height: 25px;
	margin-right: -3px !important
}

.small-product-actions a i,
.small-product-actions a span {
	opacity: .6;
	vertical-align: middle;
	line-height: 25px
}

.small-product-actions a:hover i,
.small-product-actions a:hover span {
	opacity: 1
}

.product-element {
  position: relative;
/*   margin-bottom: 50px; */
  text-align: center;
  padding: 0;
}

.product-element.has-description {
  margin-bottom: 130px;
}

@media only screen and (min-width: 600px) {
  .product-element {
    padding: 0 0px;
  }
}

.product-element > a {
  display: block;
}

.product-element:hover > a img {
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.product-element:hover .product-labels,
.product-element:hover .small-product-actions {
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.product-element .product-labels,
.product-element .small-product-actions {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-element img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-element .product-title {
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 47px;
  display: block;
}

.product-element .product-price {
  font-size: 14px;
  opacity: 0.65;
}

.product-element .product-price.product-price-strict {
  min-height: 90px;
}

@media only screen and (min-width: 600px) {
  .product-element .product-price.product-price-strict {
    min-height: 0px;
  }
}

.product-element .product-price .product-price-initial {
  font-size: 100%;
}

.product-element .product-price .unit-price {
  opacity: 0.6;
  font-size: 12px;
}

.product-element .ratings {
  display: block;
}

.product-element .product-brand {
  font-size: 14px;
}

.product-element .product-labels {
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-element .product-label {
  margin-right: 1px;
}

.product-element .product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  opacity: 0.6;
  margin: 10px 0;
}

@media only screen and (min-width: 600px) {
  .product-element .product-description {
    margin: 10px 15px;
  }
}

@media only screen and (min-width: 600px) {
  .product-image-wrapper.hover-image.second-image-loaded:hover > img {
    display: none;
  }
  .product-image-wrapper.hover-image.second-image-loaded:hover
    .secondary-image {
    display: block;
  }
}

.product-image-wrapper .secondary-image {
  display: none;
}

.brand-name {
  font-size: 14px;
}

.product-price-initial {
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 10px;
  font-size: 80%;
}

.product-description-footer {
  height: 80px;
/*    height: 45px; */
}

.product-actions {
  display: none;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .product-actions {
    display: block;
  }
}

.product-actions .product-actions-items {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	background: white;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: translate(0px, 10%);
	transform: translate(0px, 10%);
	font-size: 14px;
  justify-content:center;;
}

.col-md-3 .product-actions .product-actions-items {
  padding: 5px 0;
  bottom: -10px;
}

.col-md-3
  .product-actions
  .product-actions-items
  .product-list-custom-variants {
  margin-bottom: 5px;
}

.col-md-3
  .product-actions
  .product-actions-items
  .product-list-custom-variants
  .product-custom-variants-options {
  margin-bottom: 5px;
}

.col-md-3
  .product-actions
  .product-actions-items
  .product-list-custom-variants
  .product-custom-variants-options
  .custom-variant-picker {
  padding: 3px;
  width: 31px;
  height: 31px;
}

.col-md-3
  .product-actions
  .product-actions-items
  .product-list-custom-variants
  .product-custom-variants-options
  .custom-variant-picker
  a {
  width: 21px;
  height: 21px;
  padding: 5px 5px;
}

.product-element:hover .product-actions .product-actions-items {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}

.product-actions .product-actions-items .col-xs-6:first-child {
  text-align: left;
}

.product-actions .product-actions-items .col-xs-6:last-child {
  text-align: right;
}

.product-actions a {
  font-weight: bold;
}

.product-actions a span {
  margin-left: 5px;
  margin-right: 5px;
}

.product-actions a span:before {
  vertical-align: middle;
}

.product-label {
  display: inline-block;
  background-color: #3b3b3b;
  color: white;
  padding: 3px 15px;
  font-weight: bold;
  font-size: 13px;
}

.featured-products-load-more {
  margin-bottom: 20px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.section-title {
  margin-bottom: 15px;
}

@media only screen and (min-width: 600px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title.section-title-center {
  text-align: center;
}

.section-title.section-title-center h3 {
  float: none;
}

.section-title h3 {
  font-size: 24px;
  float: left;
  margin-top: 5px;
}

.section-title .button {
  float: right;
}

.featured-blog {
  margin-bottom: 50px;
}

.featured-blog.related-blog {
  margin-bottom: 0px;
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.featured-blog.related-blog .button {
  margin-right: 20px;
}

@media only screen and (min-width: 600px) {
  .featured-blog {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 600px) {
  .featured-blog .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.featured-blog .slick-dots {
  margin-left: 35px;
}

@media only screen and (min-width: 600px) {
  .featured-blog .slick-dots {
    display: none;
  }
}

.featured-blog-elements {
  padding-right: 60px;
  overflow: hidden;
}

@media only screen and (min-width: 600px) {
  .featured-blog-elements {
    padding-right: 0;
  }
}

.featured-blog-elements .slick-list {
  overflow: visible;
}

.blog-element {
  padding: 0 0px 20px;
}

@media only screen and (min-width: 600px) {
  .blog-element {
    padding: 0 20px 50px;
  }
}

.blog-element img {
  max-width: 100%;
  margin-bottom: 20px;
}

.blog-element-wrapper-lg .blog-element img {
  width: 100%;
}

.blog-element.blog-element-no-image .blog-elem-wrapper {
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 600px) {
  .blog-element.blog-element-no-image .blog-elem-wrapper {
    padding: 50px 40px;
  }
}

.blog-element.blog-element-no-image h3 {
  font-size: 36px;
}

.blog-element h3 {
  font-size: 20px;
  margin-bottom: 7px;
}

@media only screen and (min-width: 600px) {
  .blog-element-wrapper-lg .blog-element h3 {
    font-size: 42px;
    margin-top: 20px;
  }
}

.blog-element .entry-date {
  font-size: 12px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .blog-element-wrapper-lg .blog-element .entry-date {
    font-size: 14px;
  }
}

.blog-element .entry-content {
  font-size: 14px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 600px) {
  .blog-element-wrapper-lg .blog-element .entry-content {
    font-size: 16px;
    margin-bottom: 70px;
  }
}

.blog-element .entry-footer {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-element .entry-footer .button {
  font-size: 14px;
  padding-left: 0;
}

.blog-element:hover .entry-footer {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.instagram-feed {
  margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .instagram-feed {
    margin-bottom: 100px;
  }
}

.instagram-feed-element {
  margin-bottom: 30px;
}

.instagram-feed-element img {
  max-width: 100%;
}

#instafeed {
  margin-left: -7px;
  margin-right: -7px;
}

@media only screen and (min-width: 600px) {
  #instafeed {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#instafeed a {
  width: 50%;
  float: left;
  height: auto;
  overflow: hidden !important;
  display: block;
  float: left !important;
}

@media only screen and (min-width: 480px) {
  #instafeed a {
    width: 33.333333%;
  }
  .instagram-feed-4 #instafeed a {
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  #instafeed a {
    width: 16.666666%;
  }
  .instagram-feed-5 #instafeed a {
    width: 20%;
  }
  .instagram-feed-4 #instafeed a {
    width: 25%;
  }
}

#instafeed a img {
  max-height: 100%;
  max-width: 100%;
  height: 187px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 7px;
  display: block;
}

@media only screen and (min-width: 600px) {
  #instafeed a img {
    padding: 10px;
    height: 121px;
  }
}

@media only screen and (min-width: 1000px) {
  #instafeed a img {
    height: 187px;
  }
  .instagram-feed-5 #instafeed a img {
    height: 232px;
  }
  .instagram-feed-4 #instafeed a img {
    height: 290px;
  }
}

.arrow-right {
  width: 36px;
  height: 12px;
  display: inline-block;
  margin-left: 11px;
  background: url("arrow-right.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

.slick-dots {
  display: block;
  list-style: none;
  padding: 0 50px;
  text-align: center;
  width: 100%;
  white-space: normal;
  z-index: 1000;
}

@media only screen and (min-width: 600px) {
  .slick-dots {
    position: absolute;
    bottom: 20px;
  }
}

@media only screen and (min-width: 600px) {
  .content-light .slick-dots li button:after,
  .content-light .slick-dots li button:before {
    background-color: white;
  }
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0 5px;
  text-align: right;
  white-space: nowrap;
  line-height: 3;
  font-weight: 600;
}

.slick-dots li button:after,
.slick-dots li button:before {
  content: "";
  background-color: #3b3b3b;
  font-size: 11px;
  height: 2px;
  line-height: 23px;
  position: absolute;
  bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dark-background .slick-dots li button:after,
.dark-background .slick-dots li button:before {
  background-color: white;
}

.slick-dots li button:before {
  left: 0;
  opacity: 0.4;
}

.slick-dots li button:after {
  left: -100%;
  z-index: 1;
}

.slick-dots li.slick-active button:after {
  left: 0;
}

.slick-dots li:hover button:after {
  left: 0;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before,
.slick-dots li button:after {
  width: 30px;
}

@media only screen and (min-width: 600px) {
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before,
  .slick-dots li button:after {
    width: 50px;
  }
}

.price .legal,
.price small {
  font-size: 75%;
}

.product-intro {
  padding: 30px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 600px) {
  .product-intro {
    padding: 20px 0 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .product-intro {
    padding: 80px 0 50px;
  }
}

.product-intro .product-content {
  padding: 30px 0 10px;
}

@media only screen and (min-width: 1000px) {
  .product-intro .product-content {
    padding: 50px;
  }
}

.product-intro .product-content .price {
  opacity: 0.65;
  font-size: 22px;
}

.product-intro .product-content .price .legal,
.product-intro .product-content .price small {
  font-size: 75%;
}

@media only screen and (min-width: 600px) {
  .product-intro .product-media {
    padding-top: 15px;
  }
}

.product-intro .product-media img {
  max-width: 100%;
  height: auto;
}

.single-product-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.tabs-nav.single-product-details-nav {
  margin-bottom: 50px;
}

.tabs-nav li {
  display: inline-block;
  padding: 10px 20px 10px 0;
}

.tabs-nav li.active a {
  border-bottom: 2px solid #3b3b3b;
}

.tabs-nav li a {
  display: block;
  padding: 2px 0;
  font-weight: 600;
}

.single-product-details-tab iframe,
.text-page iframe {
  max-width: 100%;
}

.product-thumbs .thumbnail {
  max-width: 100px;
}

.tabs-element:not(.active) {
  display: none;
}

.stock {
  display: inline-block;
  margin-right: 10px;
}

.stock > div {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #3b3b3b;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 13px;
}

.stock > div.error {
  color: white;
  background-color: #de4748;
}

.ratings {
  display: inline-block;
  font-size: 13px;
}

.product-intro .ratings,
.product-modal-content .ratings {
  vertical-align: middle;
}

.ratings i {
  margin-right: 4px;
  font-style: normal;
}

.ratings i.hint-text {
  margin: 0 4px;
  opacity: 0.3;
}

.ratings .product-code {
  opacity: 0.6;
}

.favourites i {
  opacity: 0.3;
}

.favourites a:hover i {
  opacity: 1;
}

.compare i {
  opacity: 0.3;
}

.compare a:hover i {
  opacity: 1;
}

.discounts {
  margin-bottom: 30px;
}

.discounts li span {
  font-weight: 600px;
  border-bottom: 2px solid;
}

.page-title {
  margin-bottom: 30px;
  text-align: center;
}

.page-title.text-left {
  text-align: left;
}

@media only screen and (min-width: 600px) {
  .page-title {
    margin-bottom: 60px;
  }
  .text-page-about .page-title {
    margin-bottom: 20px;
  }
}

.blog-entry-title-wrapper {
  margin-bottom: 50px;
}

.blog-entry-title-wrapper h1 {
  margin-bottom: 10px;
}

.blog-entry-date {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.blog-entry-image {
  margin-bottom: 50px;
  margin-left: -100px;
  margin-right: -100px;
  text-align: center;
}

.blog-entry-image img {
  max-width: 100%;
}

.blog-entry-content {
  font-size: 18px;
}

.share .share-label {
  opacity: 0.5;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  #blog .share .share-label {
    display: block;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
  }
}

.share ul {
  display: inline-block;
}

.share ul li {
  font-size: 14px;
  display: inline-block;
  padding: 0 5px;
}

@media only screen and (min-width: 600px) {
  #blog .share ul li {
    display: block;
    padding: 3px 5px;
  }
}

.share ul li a {
  font-weight: 600;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 5px;
}

.breadcrumbs i {
  opacity: 0.3;
  vertical-align: middle;
  margin: 0 10px;
}
@media only screen and (max-width: 900px) {
  .breadcrumbs-mob {
    display: none;
  }
}
.cart-products table {
  width: 100%;
}

.cart-products td {
  vertical-align: top;
  padding: 10px 10px 10px 0;
}

.cart-products td:last-child {
  padding-right: 0;
}

.cart-products .product-image img {
  width: 50px;
}

.cart-products .product-content {
  font-size: 14px;
}

.cart-products .product-content a {
  font-weight: 600;
}

.cart-products .product-content .qty {
  font-size: 12px;
  opacity: 0.5;
}

.reviews {
  margin-top: 20px;
}

.reviews .review-inner {
  padding: 20px 0;
}

.reviews .review-inner:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-background .reviews .review-inner:not(:last-child) {
  border-color: rgba(255, 255, 255, 0.08);
}

.reviews .date {
  font-size: 14px;
  opacity: 0.5;
}

.reviews .title {
  font-weight: 600;
}

.cart-total {
  font-size: 24px;
  margin-left: 7px;
}

.brands {
  margin-bottom: 50px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .brands {
    margin-bottom: 80px;
  }
}

.brands-grid .brand {
  height: auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  max-width: 50%;
  float: left;
}

@media only screen and (min-width: 600px) {
  .brands-grid .brand {
    width: 33.3333%;
  }
}

.brands-grid .brand img {
  max-height: 100%;
}

.brands-grid .brand a {
  padding-left: 7px;
  padding-right: 7px;
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  .brands-grid .brand a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brands-grid.brands-grid-4 .brand {
  width: 50%;
}

@media only screen and (min-width: 600px) {
  .brands-grid.brands-grid-4 .brand {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 1000px) {
  .brands-grid.brands-grid-4 .brand {
    width: 25%;
  }
}

.brands-grid.brands-grid-with-title .brand a:after {
  content: attr(title);
  display: block;
  text-align: left;
  padding: 10px 0;
  margin-bottom: 30px;
  font-weight: 600;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.brand {
  display: inline-block;
  height: 70px;
  max-width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

@media only screen and (min-width: 600px) {
  .brand {
    height: 100px;
    max-width: 300px;
    margin-left: 35px;
    margin-right: 35px;
  }
}

.brand img {
  max-width: 100%;
  max-height: 85px;
}

.brand a {
  display: inline-block;
  opacity: 0.85;
}

.brand a:hover {
  opacity: 1;
}

.collection-sort {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 10px;
  margin-top: 50px;
}

#collection-page {
  margin-bottom: 0px;
}

@media only screen and (min-width: 600px) {
  #collection-page {
    margin-bottom: 80px;
  }
}

#collection-page img {
  max-width: 100%;
  height: auto;
}

.collection-image-wrapper {
  margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .collection-image-wrapper {
    padding-right: 50px;
    margin-bottom: 0px;
  }
}

.collection-image-wrapper.collection-image-wrapper-small {
  max-width: 200px;
  margin: 0 auto 30px;
  padding-right: 0;
}

.collection-image {
  max-width: 100%;
  height: auto;
}

.collection-actions {
  font-size: 14px;
}

.collection-actions select {
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.filter-trigger i {
  font-size: 16px;
  opacity: 0.3;
  vertical-align: middle;
}

.main-content .message-container {
  position: relative;
  z-index: 8;
}

body .gui-messages ul,
.messages ul {
  color: white;
  font-weight: 600;
  background: #3b3b3b;
  list-style-type: none;
  border: 1px solid #3b3b3b;
  border-radius: 0;
  margin-bottom: 3px;
}

.filter-close-mobile {
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.3;
  top: 15px;
  right: 15px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 600px) {
  .filter-close-mobile {
    display: none;
  }
}

.collection-products {
  position: relative;
  margin-bottom: 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1000px) {
  .collection-products {
    margin-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.collection-products .filter-open-wrapper,
.collection-products .grid-list {
  margin-top: -20px;
  margin-bottom: 10px;
}

.collection-products .filter-open-wrapper > a {
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  display: inline-block;
}

@media only screen and (min-width: 1000px) {
  .collection-products .filter-open-wrapper > a {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.collection-products .filter-open-wrapper #filter_form_top {
  -webkit-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

@media only screen and (min-width: 1000px) {
  .collection-products .filter-open-wrapper #filter_form_top {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

.collection-products .filter-open .filter-open-text,
.collection-products .filter-open-mobile .filter-open-text {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collection-products .filter-open i,
.collection-products .filter-open-mobile i {
  vertical-align: middle;
  margin-right: 5px;
}

.collection-products .filter-open .open-text,
.collection-products .filter-open .close-text,
.collection-products .filter-open-mobile .open-text,
.collection-products .filter-open-mobile .close-text {
  display: block;
  opacity: 0.5;
  font-size: 13px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.collection-products .filter-open .close-text,
.collection-products .filter-open-mobile .close-text {
  opacity: 0.5;
  visibility: visible;
}

.collection-products .filter-open .open-text,
.collection-products .filter-open-mobile .open-text {
  opacity: 0;
  visibility: hidden;
}

.collection-products .filter-open .close-icon,
.collection-products .filter-open .open-icon,
.collection-products .filter-open-mobile .close-icon,
.collection-products .filter-open-mobile .open-icon {
  opacity: 0.4;
}

.collection-products .filter-open .close-icon:hover,
.collection-products .filter-open .open-icon:hover,
.collection-products .filter-open-mobile .close-icon:hover,
.collection-products .filter-open-mobile .open-icon:hover {
  opacity: 1;
}

.collection-products .filter-open .close-icon,
.collection-products .filter-open-mobile .close-icon {
  display: inline-block;
}

.collection-products .filter-open .open-icon,
.collection-products .filter-open-mobile .open-icon {
  display: none;
}

.collection-products .filter-open:hover .open-text,
.collection-products .filter-open:hover .close-text,
.collection-products .filter-open-mobile:hover .open-text,
.collection-products .filter-open-mobile:hover .close-text {
  opacity: 1;
}

.collection-products .filter-open-mobile {
  display: inline-block;
}

@media only screen and (min-width: 1000px) {
  .collection-products .filter-open-mobile {
    display: none !important;
  }
}

.collection-products .filter-open-mobile .close-icon {
  display: none;
}

.collection-sidebar-mobile-open
  .collection-products
  .filter-open-mobile
  .close-icon {
  display: inline-block;
}

.collection-products .filter-open-mobile .open-icon {
  display: inline-block;
}

.collection-sidebar-mobile-open
  .collection-products
  .filter-open-mobile
  .open-icon {
  display: none;
}

.collection-products .filter-open {
  display: none !important;
}

@media only screen and (min-width: 1000px) {
  .collection-products .filter-open {
    display: inline-block !important;
  }
}

.collection-products.collection-sidebar-hidden .collection-sidebar {
  opacity: 0;
  margin-left: -150px;
}

.collection-sidebar-mobile-open
  .collection-products.collection-sidebar-hidden
  .collection-sidebar {
  opacity: 1;
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  .collection-products.collection-sidebar-hidden .collection-content {
    margin-left: 150px;
    margin-right: 150px;
  }
}

.collection-products.collection-sidebar-hidden .filter-open .filter-open-text {
  -webkit-transform: translateY(-19px);
  transform: translateY(-19px);
}

.collection-products.collection-sidebar-hidden .filter-open .close-text {
  opacity: 0;
  visibility: hidden;
}

.collection-products.collection-sidebar-hidden .filter-open .open-text {
  opacity: 0.5;
  visibility: visible;
}

.collection-products.collection-sidebar-hidden .filter-open .close-icon {
  display: none;
}

.collection-products.collection-sidebar-hidden .filter-open .open-icon {
  display: inline-block;
}

.collection-products .collection-content {
  margin-left: 0px;
  padding: 20px 0px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1000px) {
  .collection-products .collection-content {
    margin-left: 300px;
    padding: 50px 30px 15px;
  }
}

.collection-products .collection-sidebar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1000px) {
  .collection-products .collection-sidebar {
    display: block;
  }
}

.ui-slider-horizontal {
  height: 2px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-widget-header {
  background: #d4d4d4;
}

.ui-widget-content {
  border: none;
  background: #f4f4f4;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  border-radius: 30px;
  border: none;
  background: #3b3b3b;
  width: 0.9em;
  height: 0.9em;
  margin-left: -0.3em;
}

.sidebar-filter-slider {
  margin: 10px 5px;
}

.price-filter-range {
  font-size: 14px;
  opacity: 0.6;
}

.filter-wrap {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.filter-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.filter-wrap .filter-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  cursor: pointer;
}

.filter-wrap .filter-title:after {
  content: "\e99d";
  display: inline-block;
  font: normal normal normal 10px/1 "Nucleo Mini";
  font-size: inherit;
  speak: none;
  text-transform: none;
  opacity: 0.4;
  vertical-align: middle;
  float: right;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filter-wrap .filter-item {
  display: none;
  margin-bottom: 10px;
}

.filter-wrap.active .filter-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-wrap.active .filter-item {
  display: block;
}

.reactions textarea {
  height: 250px;
}

.cart-sidebar-body .no-cart-products {
  font-size: 16px;
  font-weight: 600;
  padding: 50px 0;
  text-align: center;
  opacity: 0.3;
}

.collection-sidebar-mobile-open .collection-sidebar {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10002;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.collection-sidebar-mobile-open
  .collection-sidebar
  .collection-sidebar-wrapper {
  width: 100%;
  padding-top: 50px;
}

.collection-sidebar-mobile-open .page-content:before {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

@media only screen and (min-width: 1000px) {
  .collection-sidebar {
    background: transparent !important;
  }
}

.collection-sidebar-wrapper {
  padding: 30px;
}

.cancel-filters {
  font-size: 14px;
}

.pagination {
  display: inline-block;
  font-size: 14px;
  padding-top: 2px;
}

.pagination li {
  display: inline-block;
  margin-right: 25px;
}

.pagination li.disabled {
  opacity: 0.1;
  pointer-events: none;
  cursor: not-allowed;
}

.pagination li.active a {
  border-bottom: 2px solid #3b3b3b;
  font-weight: 600;
}

.pagination li a {
  font-weight: normal;
}

.categories-list li.active {
  margin-bottom: 5px;
}

.categories-list li.active > a {
  border-bottom: 2px solid #3b3b3b;
}

.categories-list > li > ul {
  margin-top: 10px;
}

.categories-list li.active > .toggle-sub-cats {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.categories-list li.active > ul {
  display: block;
  padding: 5px 0 3px;
}

.categories-list li ul {
  margin-bottom: 10px;
  display: none;
}

.categories-list li ul li {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.categories-list li ul li.active,
.categories-list li ul li:hover {
  opacity: 1;
  margin-bottom: 0px;
}

.categories-list li ul li a {
  border-bottom: 0 !important;
}

.categories-list li ul li li {
  font-size: 13px;
  font-weight: normal;
  padding: 1px 0 0px 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.product-image {
  margin-bottom: 5px;
}

.product-image a {
  display: block;
}

.product-image a img {
  display: block;
}

.product-images.product-images-single .slick-dots {
  display: none;
}

.product-images .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 0px;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
  text-align: center;
}

.product-images .slick-dots li {
  width: 60px;
  opacity: 0.5;
}

@media only screen and (min-width: 600px) {
  .product-images .slick-dots li {
    width: 80px;
  }
}

.product-images .slick-dots li.slick-active,
.product-images .slick-dots li:hover {
  opacity: 1;
}

.slick-lightbox {
  background: white !important;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: transparent;
  font-size: 0;
  z-index: 1;
}

.slick-lightbox .slick-prev:after,
.slick-lightbox .slick-next:after {
  content: "";
  width: 36px;
  height: 12px;
  display: inline-block;
  margin: 15px;
  background: url(arrow-left.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slick-lightbox .slick-next {
  right: 0;
}

.slick-lightbox .slick-next:after {
  background: url(arrow-right.svg) no-repeat center;
}

.slick-lightbox .slick-lightbox-close:before {
  content: "\ea5c";
  color: #3b3b3b;
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Mini";
  font-size: 20px;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-meta {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.featured-categories {
  margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .featured-categories {
    margin-bottom: 80px;
  }
}

.featured-categories .categories {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-background .featured-categories .categories {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  .featured-categories .categories {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.featured-categories .categories a {
  display: block;
  position: relative;
  padding: 0;
  min-height: 200px;
  overflow: hidden;
}

.featured-categories .categories a:not(.has-image):not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-background
  .featured-categories
  .categories
  a:not(.has-image):not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  .featured-categories .categories a {
    min-height: 550px;
  }
}

.featured-categories .categories a figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: -20px;
  bottom: 0;
  background-position: center;
  background-color: white;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featured-categories .categories a img {
  max-width: 100%;
  display: block;
}

.featured-categories .categories a:hover figure {
  -webkit-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.featured-categories .categories a .category-content {
  position: relative;
  padding: 150px 30px 30px;
}

@media only screen and (min-width: 600px) {
  .featured-categories .categories a .category-content {
    padding: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.featured-categories .categories a h3 {
  font-size: 26px;
}

.featured-categories.catalog-list .categories {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}

.dark-background .featured-categories.catalog-list .categories {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.featured-categories.catalog-list .categories a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.dark-background .featured-categories.catalog-list .categories a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  .featured-categories.catalog-list .categories a {
    min-height: 300px;
  }
}

.featured-categories.catalog-list .categories a .category-content {
  position: relative;
  padding: 150px 30px 30px;
  padding: 20px 15px;
  margin-top: 300px;
  margin-top: 0px;
}

@media only screen and (min-width: 600px) {
  .featured-categories.catalog-list .categories a .category-content {
    padding: 200px 30px 40px;
    padding: 30px 20px;
  }
}

.featured-categories.catalog-list .categories a figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  width: 110%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.03);
}

.grid-list {
  margin-top: -20px;
  text-align: right;
}

.grid-switcher-item {
  display: inline-block;
  opacity: 0.3;
}

.grid-switcher-item:hover,
.grid-switcher-item.active {
  opacity: 1;
}

.grid-switcher-item:not(:last-child) {
  margin-right: 10px;
}

.product-list .title {
  font-size: 28px;
  display: block;
  margin-bottom: 5px;
}

.product-list .product-image {
  padding-right: 30px;
}

.product-list .product-image img {
  width: 100%;
}

.product-list-carousel .slick-dots {
  position: relative;
  bottom: 0;
}

.product-list-carousel .slick-dots li:first-child:last-child {
  display: none;
}

.home-intro-text {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media only screen and (min-width: 600px) {
  .home-intro-text {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.product_configure_form_wrapper {
  max-width: 350px;
}

.product_configure_form_wrapper .button-arrow {
  display: block;
  width: 100%;
  padding: 15px 20px !important;
}

.product_configure_form_wrapper .button-arrow:after {
  float: right;
  margin-top: 5px;
}

.quantity-selector {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 20px;
}

.quantity-selector label {
  line-height: 40px;
}

.quantity-selector input {
  border: 0 !important;
  float: right;
  width: 75px;
}

.quantity-selector .change {
  max-width: 80px;
  right: 0;
}

.selectric-items ul,
.selectric-items li {
  font-size: 14px;
}

.selectric-items ul {
  margin-top: -1px;
  margin-bottom: -1px;
}

.selectric-items li {
  background: white;
  color: #222;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.selectric-items li.highlighted,
.selectric-items li:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #222;
}

.selectric-items li:hover {
  background: rgba(0, 0, 0, 0.01);
  color: #222;
}

.product-custom-variants-options {
  margin-bottom: 30px;
}

.product-custom-variants-options li {
  display: inline-block;
}

.product-custom-variants-options li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid transparent;
}

.product-custom-variants-options li a.unavailable {
  text-decoration: line-through;
  opacity: 0.4;
}

.product-custom-variants-options li.active a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-custom-variants-options .custom-variant-picker {
  margin-right: 7px;
  width: 45px;
  height: 45px;
  padding: 5px;
  border: 2px solid transparent;
  border-radius: 50px;
}

.product-actions .product-custom-variants-options .custom-variant-picker {
  width: 39px;
  height: 39px;
  margin-right: 4px;
}

.product-custom-variants-options .custom-variant-picker.active {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-custom-variants-options .custom-variant-picker a {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 31px;
  height: 31px;
  border-radius: 35px;
  overflow: hidden;
  text-indent: -1000px;
  background-size: cover;
  background-position: center;
}

.product-actions .product-custom-variants-options .custom-variant-picker a {
  width: 25px;
  height: 25px;
}

.product-custom-variants-options .custom-variant-picker a.unavailable {
  opacity: 0.3;
}

.product-custom-variants-title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.product-configure-variants,
.product-configure-options {
  position: relative;
}

.product-configure-variants .product-configure-options-option,
.product-configure-options .product-configure-options-option {
  position: relative;
}

.product-configure-variants .product-configure-options-option > label em,
.product-configure-options .product-configure-options-option > label em {
  display: none;
}

.product-configure-variants .selectric,
.product-configure-options .selectric {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  background: transparent;
}

.product-configure-variants .selectric .label,
.product-configure-options .selectric .label {
  line-height: 48px;
  height: 50px;
  background: transparent;
  text-align: right;
  margin: 0 30px 0 10px;
  font-size: 14px;
}

.product-configure-variants .selectric .button,
.product-configure-options .selectric .button {
  width: 32px;
  height: 51px;
  line-height: 50px;
  background-color: transparent;
}

.product-configure-variants select,
.product-configure-options select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-configure-variants label,
.product-configure-options label {
  position: absolute;
  left: 20px;
  top: 15px;
  pointer-events: none;
}

.product-configure-custom {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 20px;
}

.product-configure-custom .product-configure-custom-option {
  padding: 5px 0px;
}

.product-configure-custom .product-configure-custom-option > label {
  font-weight: 600;
  font-size: 14px;
}

.favourites-products {
  position: absolute;
  left: 50%;
  bottom: 7px;
  margin-left: -7px;
  z-index: 1;
}

.bundle-wrapper {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.bundle-description {
  width: 100%;
  padding: 25px;
  background: #2a2a2a;
  color: white;
}

.bundle-description a,
.bundle-description h4 {
  color: white;
}

@media only screen and (min-width: 600px) {
  .bundle-description {
    width: 25%;
    float: left;
    min-height: 250px;
  }
}

@media only screen and (min-width: 600px) {
  .bundle-products {
    width: 75%;
    float: left;
  }
}

.bundle-products img {
  max-width: 100px;
}

.specification-table table {
  width: 100%;
  margin-bottom: 20px;
}

.specification-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-background .specification-table tr {
  border-color: rgba(255, 255, 255, 0.08);
}

.specification-table tr td {
  padding: 8px 0;
  font-size: 14px;
}

.specification-table tr td:last-child {
  text-align: right;
  font-weight: 600;
}

.delivery-timeframe {
  font-size: 14px;
}

.product-addons-bundles {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 30px;
}

.dark-background .product-addons-bundles {
  border-color: rgba(255, 255, 255, 0.08);
}

.product-addons-bundles h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
}

.addon-product-list {
  padding: 15px 0px 30px;
}

@media only screen and (min-width: 600px) {
  .addon-product-list {
    padding: 15px 30px;
  }
}

.addon-bundle-subtitle {
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
}

.addon-product {
  display: block;
  text-align: center;
}

.addon-product .addon-product-image {
  padding: 0 0 10px;
}

.addon-product img {
  max-width: 100%;
}

.addon-product .addon-product-details {
  min-height: 85px;
}

.addon-product select.addon-product-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  font-size: 13px;
  text-decoration: underline;
}

.addon-product .addon-product-title {
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.addon-product .addon-product-price {
  opacity: 0.6;
  font-size: 14px;
}

.addon-product .checkbox label {
  padding-left: 0;
  width: 18px;
}

.product-configure-custom-option-date .selectric-wrapper {
  width: 33.3333%;
  float: left;
}

.product-configure-custom-option-date:after {
  content: "";
  clear: both;
  display: table;
}

.selectric-addon-product-select .selectric {
  background: transparent;
  border: 0;
}

.selectric-addon-product-select .selectric .label {
  margin: 0;
  font-size: 12px;
  line-height: 25px;
  color: inherit;
  height: 25px;
  padding: 0;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.selectric-addon-product-select .selectric .button {
  background: transparent;
  width: 10px;
  height: 10px;
  line-height: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.selectric-addon-product-select .selectric-items li {
  padding: 5px 10px;
  font-size: 14px;
}

.jquery-background-video-wrapper {
  min-height: 93vh;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.js .video-bg video {
  opacity: 0;
}

.js .video-bg video.is-playing {
  opacity: 1;
}

.size-guide-trigger {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid;
  opacity: 0.8;
}

.size-guide-content table {
  margin-bottom: 20px;
}

.size-guide-content thead {
  font-weight: 600;
}

.size-guide-content tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.size-guide-content td {
  padding: 5px 10px 5px;
}

.price-update,
.new-price,
.product-price,
.price,
.product-price-change {
  display: inline-block;
  -webkit-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
}

.price-update.emphasis,
.new-price.emphasis,
.product-price.emphasis,
.price.emphasis,
.product-price-change.emphasis {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.07);
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  margin-right: 12px;
}

.reviews .review:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.unit-price {
  font-size: 16px;
}

.shop-the-look-title {
  margin: 0 18rem 40px;
}

.shop-the-look-title h4,
.shop-the-look-title h3 {
  margin-bottom: 10px;
}

.shop-the-look-title a.link {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .shop-the-look-title {
  margin: 25px 0px;
}


}
.shop-the-look-cards {
  margin-bottom: 50px;
}

@media only screen and (min-width: 600px) {
  .shop-the-look-cards {
    margin: 0 20rem 80px;
  }
}

@media only screen and (min-width: 600px) {
  .shop-the-look-cards [class^="col-"] {
    padding: 0;
  }
}

@media only screen and (min-width: 600px) {
  .shop-the-look-cards.shop-the-look-padding [class^="col-"] {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 600px) {
  .shop-the-look-cards.shop-the-look-full-width:not(.shop-the-look-padding) {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.shop-the-look-gallery {
  margin-bottom: 50px;
}

.toggle-sub-cats {
  opacity: 0.6;
  float: right;
}

@media only screen and (min-width: 600px) {
  .toggle-sub-cats {
    display: none;
  }
}

li:hover > .toggle-sub-cats {
  display: block;
}

.bundle-hidden-form {
  display: none;
}

.product-list-custom-variants {
  /* 	border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
  margin-bottom: 10px;
}

.product-list-custom-variants .product-custom-variants-options {
  margin-bottom: 10px;
}

.more-variants-link {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 3px;
}

.more-variants-link:hover {
  text-decoration: underline;
}

.blog-element-wrapper,
.grid-sizer {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .blog-element-wrapper,
  .grid-sizer {
    width: 33.333%;
  }
}

.blog-element-wrapper img {
  display: block;
}

.blog-element-wrapper-lg {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .blog-element-wrapper-lg {
    width: 66.666%;
  }
}

.article-list {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-left: 0;
  margin-right: 0;
}

.article-list.active {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .article-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#blog {
  overflow: hidden;
}

.blog-footer {
  margin: 80px 0 20px;
}

#textpage img {
  max-width: 100%;
  height: auto;
}

#textpage video {
  max-width: 100%;
  height: auto;
}

.text-page {
  margin-bottom: 80px;
}

.text-page img {
  max-width: 100%;
}

.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  margin-bottom: 0.5em;
}

.text-page h1 {
  font-size: 2.625rem;
}

@media only screen and (min-width: 600px) {
  .text-page h1 {
    font-size: 3.625rem;
  }
}

.home-intro-text h1,
.home-intro-text h2,
.home-intro-text h3,
.home-intro-text h4,
.home-intro-text h5 {
  margin-bottom: 0.4em;
}

.home-intro-text h1 {
  font-size: 3.5rem;
}

.home-intro-text h2 {
  font-size: 2.8rem;
}

.home-intro-text img {
  max-width: 100%;
}

body .hotspot-frame .hotspot-frame__tooltip .hotspot-frame__caption {
  background-color: #222222;
}

.wsa-cookielaw {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 24px;
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.no-result-module {
  padding: 70px 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  opacity: 0.5;
}

.no-result-module.no-result-module-shop-the-look {
  padding: 150px 40px;
}

.dark-background .no-result-module,
.content-light .no-result-module {
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.newsletter-module {
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .newsletter-module {
    margin-bottom: 80px;
  }
}

.newsletter-module.newsletter-module-no-image {
  padding: 50px 20px;
}

@media only screen and (min-width: 600px) {
  .newsletter-module.newsletter-module-no-image {
    padding: 100px 50px;
  }
}

.newsletter-module.newsletter-module-no-image .newsletter-promo-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.newsletter-module .newsletter-promo-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 20px;
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .newsletter-module .newsletter-promo-content {
    padding: 100px 70px;
    max-width: 50%;
    margin-left: 50%;
  }
}

.newsletter-module .newsletter-promo-media figure {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 600px) {
  .newsletter-module .newsletter-promo-media figure {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
  }
}

.newsletter-module h3 {
  margin-bottom: 15px;
}

.newsletter-module .newsletter-promo-form {
  margin-top: 30px;
  width: 300px;
  display: inline-block;
}

.newsletter-module.newsletter-module-image-full .newsletter-promo-content {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .newsletter-module.newsletter-module-image-full .newsletter-promo-content {
    padding: 100px 70px;
    max-width: 100%;
    margin-left: 0%;
  }
}

.newsletter-module.newsletter-module-image-full .newsletter-promo-media figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.catalog-content {
  max-width: 650px;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 600px) {
  .catalog-content {
    margin: -30px auto 70px;
  }
}

.catalog-content .catalog-description {
  font-size: 22px;
}

.catalog-content img {
  max-width: 100%;
  height: auto;
}

.video-trigger-wrapper {
  font-size: 14px;
  vertical-align: middle;
}

.video-trigger-wrapper span {
  font-size: 25px;
  vertical-align: middle;
  opacity: 0.25;
  margin-right: 8px;
}

.video-trigger-wrapper a:hover span {
  opacity: 1;
}

.collection-description {
  font-size: 1.3em;
}

.collection-description img {
  max-width: 100%;
  height: auto;
}

.blog-entry-content img {
  max-width: 100%;
  height: auto;
}

.gui-div-faq-questions img {
  max-width: 100%;
}

.healines-module {
  text-align: center;
  margin-bottom: 50px;
}

.healines-module:not(.headlines-module-simple) {
  padding: 60px 0 50px;
  background: #eee;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 600px) {
  .healines-module:not(.headlines-module-simple) {
    padding: 70px 0 80px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media only screen and (min-width: 600px) {
  .healines-module {
    margin-bottom: 80px;
  }
}

.healines-module h3 {
  margin-bottom: 35px;
}

.healines-module .no-result-module {
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 600px) {
  .headline-slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (min-width: 600px) {
  .headline-slider[data-columns="3"] .headline-item,
  .headline-slider[data-columns="4"] .headline-item {
    padding: 0 15px;
  }
}

.headline-slider .headline-item {
  float: left;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.headline-slider .headline-item a {
  outline: none !important;
}

@media only screen and (min-width: 600px) {
  .headline-slider .headline-item {
    padding: 0 25px;
  }
}

.headline-slider .headline-item img {
  max-width: 100%;
}

.headline-slider .slick-dots li {
  height: 20px;
}

.headline-slider .slick-list {
  overflow: visible;
}

.headline-slider .slick-slide:not(.slick-active) {
  opacity: 0.15;
}

.headline-slider .slick-dots {
  position: relative;
  margin-top: 40px;
}

.content-light .headline-slider .slick-dots li button:after,
.content-light .headline-slider .slick-dots li button:before {
  background-color: white;
}

@media only screen and (min-width: 600px) {
  .headline-slider .slick-dots li,
  .headline-slider .slick-dots li button,
  .headline-slider .slick-dots li button:before,
  .headline-slider .slick-dots li button:after {
    width: 25px;
  }
}

.headline-slider h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 20px;
}

.brand-placeholder {
  text-align: center;
  line-height: 85px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(0, 0, 0, 0.08);
}

.blog-tags {
  padding: 10px 0 15px;
  text-align: left;
}

.blog-tags li {
  display: block;
  padding: 5px 10px;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .blog-tags li {
    display: inline-block;
  }
}

.blog-tags li sup {
  font-weight: normal;
  opacity: 0.6;
  font-size: 80%;
  vertical-align: super;
}

.contact-content-wrapper {
  margin-bottom: 50px;
}

.form-contact-title {
  margin-bottom: 20px;
}

.gui-form.form-contact .gui-field {
  margin-bottom: 0.5em;
}

.faq-topic {
  margin-bottom: 40px;
}

.faq-topic > h5 {
  margin-bottom: 20px;
}

.faq-topic-item {
  margin-bottom: 40px;
}

.faq-topic-item .faq-topic-item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.featured-categories-contained + .featured-blocks {
  margin-top: -40px;
}

@media only screen and (min-width: 600px) {
  .featured-categories-contained + .featured-blocks {
    margin-top: -50px;
  }
}

.featured-categories-contained .categories {
  margin-left: 0;
  margin-right: 0;
}

.main-content > .container > .home-intro-text:first-child,
.main-content > .container > .featured-categories-contained:first-child,
.main-content > .container > .featured-blocks:first-child {
  margin-top: 50px;
}

@media only screen and (min-width: 600px) {
  .main-content > .container > .home-intro-text:first-child,
  .main-content > .container > .featured-categories-contained:first-child,
  .main-content > .container > .featured-blocks:first-child {
    margin-top: 70px;
  }
}

.ios-safari .jquery-background-video {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.not-found-wrapper {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 90px;
}

@media only screen and (min-width: 600px) {
  .not-found-wrapper {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

.not-found-wrapper .huge-title {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

@media only screen and (min-width: 600px) {
  .not-found-wrapper .huge-title {
    font-size: 200px;
  }
}

.not-found-wrapper h1 {
  margin-bottom: 10px;
}

.single-product-details-tab img {
  max-width: 100%;
  height: auto;
}

footer {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-background footer {
  border-color: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  footer {
    border-top: none;
    padding-top: 0px;
  }
}

footer .payments {
  margin-top: 15px;
  text-align: center;
}

footer .payments a:not(:last-child) {
  margin-right: 5px;
}

footer .payments a img {
  height: 23px;
}

.footer-menu {
  vertical-align: top;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-menu.footer-menu-social {
  margin-right: 0;
}

.footer-menu.footer-menu-social li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

.dark-background .footer-menu {
  border-color: rgba(255, 255, 255, 0.08);
}

@media only screen and (min-width: 600px) {
  .footer-menu {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 60px;
    margin-bottom: 30px;
    max-width: 300px;
  }
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li ul {
  margin: 10px 0 30px;
}

.footer-menu li a {
  font-weight: 600;
}

.footer-menu li a:hover {
  color: #a1a1a1;
}

.footer-content {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  .footer-content {
    margin-right: 30px;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .footer-content.footer-content-description {
    max-width: 280px;
    margin-right: 0;
  }
}

.copyright {
  text-align: center;
  font-size: 13px;
}

.copyright a {
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .newsletter-footer-form {
    max-width: 230px;
  }
}

.footer-contact-details {
  margin-bottom: 20px;
}

.hallmarks img {
  max-height: 80px;
  width: auto;
  height: auto;
  max-width: 150px;
}

body .gui-block-title {
  border-color: rgba(0, 0, 0, 0.12);
  background: transparent;
  font-size: 20px;
  padding: 10px 15px;
  text-align: center;
}

body .gui-block-title strong {
  float: none;
}

body .gui-block {
  border-color: rgba(0, 0, 0, 0.12);
}

body .gui-number {
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
}

body .gui-input,
body .gui-text {
  border: 0;
  background: transparent;
}

.gui-form label {
  font-size: 14px;
  font-weight: 600;
}

.dark-background .gui-form label {
  color: rgba(255, 255, 255, 0.6);
}

body .gui-input input,
body .gui-text textarea {
  min-height: 36px;
}

body .gui-block-subcontent {
  line-height: 1.4;
}

body .gui-block-linklist li {
  border-bottom: 0;
}

body .gui-block-linklist li a {
  padding: 5px 0px 5px;
  font-weight: bold;
  color: #3b3b3b;
}

body .gui-block-linklist li.gui-active a {
  border-bottom: 2px solid #3b3b3b;
  display: inline-block;
}

body .gui-block-linklist li a {
  padding-bottom: 0px;
}

body .gui-block-linklist li a {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-bottom: 5px;
}

body .gui-block-linklist li a:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #3b3b3b;
  height: 2px;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
  left: 0;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.content-light body .gui-block-linklist li a:after {
  border-bottom-color: white;
}

body .gui-block-linklist li a:hover:after {
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

body .gui ul.gui-products li,
body .gui-block-productlist li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}

body .gui ul.gui-products li .gui-block-productlist-text,
body .gui-block-productlist li .gui-block-productlist-text {
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .gui ul.gui-products li .gui-block-productlist-option,
body .gui-block-productlist li .gui-block-productlist-option {
  margin-top: 0px;
}

body .gui-buttons.gui-border {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-background body .gui-buttons.gui-border {
  border-color: rgba(255, 255, 255, 0.08);
}

body .gui-image {
  border: 0px;
}

body .gui-input input,
.gui-text textarea {
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 15px 15px;
}

body .gui-input input:focus,
.gui-text textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

body .gui-input input::-webkit-input-placeholder,
.gui-text textarea::-webkit-input-placeholder {
  opacity: 0.6 !important;
}

body .gui-input input::-moz-placeholder,
.gui-text textarea::-moz-placeholder {
  opacity: 0.6 !important;
}

body .gui-input input:-ms-input-placeholder,
.gui-text textarea:-ms-input-placeholder {
  opacity: 0.6 !important;
}

body .gui-input input:-moz-placeholder,
.gui-text textarea:-moz-placeholder {
  opacity: 0.6 !important;
}

body .gui-input input {
  height: 40px;
}

body .gui-page-title,
.gui h1 {
  font-size: 2.5em;
  text-align: center;
}

body .gui-table {
  border: 0;
}

body .gui-table thead tr th {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-background body .gui-table thead tr th {
  border-color: rgba(255, 255, 255, 0.1);
}

body .gui-table tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-background body .gui-table tbody tr td {
  border-color: rgba(255, 255, 255, 0.1);
}

body .gui-messages ul.gui-success {
  background: #31ce94;
  border-color: #31ce94;
  color: white;
}

body .gui-checkout .gui-progressbar ul li.gui-done a {
  color: inherit;
  text-decoration: line-through;
}

body .gui a.gui-button-large {
  background-color: rgba(0, 0, 0, 0.07);
  border: 0;
  font-weight: 600;
}
body .gui a.gui-button-small {
  border: 0.5px solid black;
  font-weight: 600;
}

body .gui a.gui-button-large.gui-button-action,
body .gui a.gui-button-small.gui-button-action {
  background-color: rgb(0, 0, 0);
  color: white;
  min-width: 100px;
}

body .gui a.gui-button-small {
  padding: 8px 20px;
  line-height: 25px;
}

body .gui a.gui-button-large {
  line-height: 40px;
  padding: 5px 25px;
}

body .gui ul.gui-products li,
body .gui-block-productlist li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
}

body .gui ul.gui-products li .gui-products-title {
  text-overflow: ellipsis;
  padding-right: 25px;
}

body .gui-checkout .gui-separator {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

body .gui-checkout .gui-progressbar {
  margin-bottom: 40px;
}

body .gui-checkout .gui-progressbar ul li {
  background: none !important;
}

body .gui-checkout .gui-progressbar ul li a {
  background: none !important;
}

body .gui-checkout .gui-progressbar ul li a span {
  background: none;
  text-indent: 0 !important;
}

body .gui-table thead tr th {
  font-size: 14px;
  font-weight: 600;
}

body .gui-col3-equal-col1 .gui-table thead tr th {
  font-size: 10px;
}

body .gui-progressbar {
  border-color: rgba(0, 0, 0, 0.1);
  background: transparent;
}

@media only screen and (min-width: 600px) {
  .gui-checkout-default .gui-col2-right-col1 .gui-block-content,
  .gui-checkout-one-page .gui-col2-right-col1 .gui-block-content {
    padding: 30px 30px;
  }
}

.gui-messages .error ul,
.messages .error ul {
  border-color: #de4748;
  background-color: #de4748;
}

.gui-account .gui-account-links {
  border: 0;
}

.gui-account .gui-account-links .gui-block-title {
  display: none;
}

.gui-account .gui-col2-left-col2 .gui-page-title {
  text-align: left;
}

.gui-account .gui-col2-left-col2 .gui-block-title {
  text-align: left;
}

@media only screen and (min-width: 600px) {
  .gui-account .gui-col2-left-col2 .gui-block-title {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 600px) {
  .gui-account .gui-col2-left-col2 .gui-block-content {
    padding: 25px;
  }
}

.gui-select select {
  height: 38px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.gui-select .selectric .label {
  line-height: 40px;
  height: 40px;
}

.gui-select .selectric-items {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body .snpt-pict-item.stl-has-details .snpt-pct-crd-imgs .pct-crd__imgs > img,
body .snpt-pict-item .pct-crd__deets {
  border-radius: 0 !important;
}

body .snpt-pict-item .pct-crd__deets {
  background-color: #222;
}

body.hotspot-modal-tm-1 .mobile-modal-header,
body.hotspot-modal-tm-1 .modal-backdrop.modal-backdrop--hotspots {
  background-color: rgba(0, 0, 0, 0.4);
}

body.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .modal-content {
  box-shadow: 0 18px 86px -6px rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
}

body .hotspot-modal--frontend .snpt-product-images-slide img {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

body.hotspot-modal-tm-1
  public-modal
  > .hotspot-modal
  .public-hotspot-info-holder
  .public-hotspot-info
  .public-hotspot-info__btn-buy.snpt-cta-btn {
  background-color: #000;
  color: white;
}

body
  .hotspot-modal
  .public-hotspot-info-holder
  .public-hotspot-info
  .public-hotspot-info__btn-buy.snpt-cta-btn {
  border-radius: 0px !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  line-height: 2em;
}

body
  .hotspot-modal
  .public-hotspot-info-holder
  .public-hotspot-info
  .public-hotspot-info__btn-buy.snpt-cta-btn
  > span.snpt-cta-btn_txt {
  letter-spacing: 0 !important;
}

body .hotspot-frame .hotspot-frame__tooltip {
  border: 0px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px !important;
}

.shop-the-look-cards .snpt-pict-item .pct-crd__cta-blck {
  display: none;
}

body .hotspot-frame .hotspot-frame__tooltip .hotspot-frame__caption {
  padding: 10px 15px 12px;
  font-weight: 600;
}

body .snptwdgt-container .snptwdgt-qpr__ftr {
  display: none;
}

body.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close,
body.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .snptico-left-chevron,
body.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .snptico-right-chevron {
  color: #fff;
}

body .crd-cta-blck .snpt-logo-4dg {
  display: none;
}

body .wsa-demobar {
  bottom: 0;
  top: auto;
}

body {
  margin-top: 0 !important;
}

.dark-background .gui-line {
  background: rgba(255, 255, 255, 0.08);
}

.dark-background .selectric-items li,
.dark-background .selectric-items li:hover,
.dark-background .selectric-items li.highlighted,
.dark-background .selectric-items li.selected {
  color: #333;
}

.dark-background .gui-table tbody tr td,
.dark-background .gui-table tbody tr:last-child td,
.dark-background .gui-progressbar,
.dark-background .gui-number {
  border-color: rgba(255, 255, 255, 0.08);
}

.snpt-pict-item {
  max-width: 100% !important;
}

.snpt-pict-item > .snpt-pict-item_liner {
  width: 100%;
}

.snpt-pict-item img {
  width: 100%;
}

.page-content .yotpo .yotpo-regular-box,
.page-content .yotpo .yotpo-small-box,
.page-content .yotpo .yotpo-regular-small-box,
.page-content .yotpo .yotpo-popup-box-medium {
  border-color: rgba(0, 0, 0, 0.08);
}

.dark-background .page-content .yotpo .yotpo-regular-box,
.dark-background .page-content .yotpo .yotpo-small-box,
.dark-background .page-content .yotpo .yotpo-regular-small-box,
.dark-background .page-content .yotpo .yotpo-popup-box-medium {
  border-color: rgba(255, 255, 255, 0.08);
}

.page-content .yotpo .text-box,
.page-content .yotpo .yotpo-text-box,
.page-content .yotpo input,
.page-content .yotpo .y-input {
  border-color: rgba(0, 0, 0, 0.08);
  margin-top: 5px;
  font-size: 15px;
}

.dark-background .page-content .yotpo .text-box,
.dark-background .page-content .yotpo .yotpo-text-box,
.dark-background .page-content .yotpo input,
.dark-background .page-content .yotpo .y-input {
  border-color: rgba(255, 255, 255, 0.08);
}

.page-content .yotpo .yotpo-regular-box.write-review {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  padding: 25px;
}

@media only screen and (min-width: 600px) {
  .page-content .yotpo .yotpo-regular-box.write-review {
    padding: 50px;
  }
}

.dark-background .page-content .yotpo .yotpo-regular-box.write-review {
  background: rgba(255, 255, 255, 0.05);
}

.page-content .yotpo .write-review .yotpo-header .yotpo-header-title {
  font-size: 22px;
}

.page-content .yotpo input,
.page-content .yotpo .y-input {
  height: 40px;
}

.page-content .yotpo.yotpo-main-widget .yotpo-thank-you,
.page-content .yotpo .yotpo-modal-dialog .yotpo-thank-you {
  border: 0;
  background: rgba(0, 0, 0, 0.05);
}

.dark-background .page-content .yotpo.yotpo-main-widget .yotpo-thank-you,
.dark-background .page-content .yotpo .yotpo-modal-dialog .yotpo-thank-you {
  background: rgba(255, 255, 255, 0.05);
}

.page-content .yotpo .yotpo-default-button,
.page-content .yotpo input[type="button"].yotpo-default-button {
  background: rgba(0, 0, 0, 0.05);
}

.page-content .yotpo .yotpo-default-button a,
.page-content .yotpo input[type="button"].yotpo-default-button a {
  background: none !important;
}

.dark-background .page-content .yotpo .yotpo-default-button,
.dark-background
  .page-content
  .yotpo
  input[type="button"].yotpo-default-button {
  background: rgba(255, 255, 255, 0.05);
}

.page-content .yotpo .yotpo-regular-box {
  border-top: 0;
}

.yotpo-bottomline .write-review-btn-hidden {
  margin-left: 5px;
}

.page-content .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
.page-content .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.page-content .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile,
.page-content .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile {
  background: rgba(0, 0, 0, 0.05);
}

.dark-background
  .page-content
  .yotpo
  .yotpo-review
  .yotpo-header
  .yotpo-icon-profile,
.dark-background
  .page-content
  .yotpo
  .yotpo-comment
  .yotpo-header
  .yotpo-icon-profile,
.dark-background
  .page-content
  .yotpo
  .yotpo-question
  .yotpo-header
  .yotpo-icon-profile,
.dark-background
  .page-content
  .yotpo
  .yotpo-onsite-upload
  .yotpo-header
  .yotpo-icon-profile {
  background: rgba(255, 255, 255, 0.05);
}

.page-content .yotpo .yotpo-review .yotpo-main .content-title,
.page-content .yotpo .yotpo-comment .yotpo-main .content-title,
.page-content .yotpo .yotpo-question .yotpo-main .content-title,
.page-content .yotpo .yotpo-onsite-upload .yotpo-main .content-title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.product-element .yotpo.bottomLine .yotpo-bottomline {
  text-align: center;
  float: none !important;
}

.product-element .yotpo.bottomLine .yotpo-bottomline .yotpo-stars {
  display: inline-block;
}

.product-element .yotpo.bottomLine .yotpo-bottomline a.text-m {
  display: none !important;
}

.product-modal-content .yotpo.bottomLine .yotpo-bottomline a.text-m,
.product-list .yotpo.bottomLine .yotpo-bottomline a.text-m,
.product-content .yotpo.bottomLine .yotpo-bottomline a.text-m {
  display: none !important;
  opacity: 0.6;
}

.yotpo .yotpo-small-box.yotpo-label {
  padding-top: 0;
}

.page-content .yotpo .yotpo-review .yotpo-read-more,
.page-content .yotpo .yotpo-comment .yotpo-read-more,
.page-content .yotpo .yotpo-question .yotpo-read-more,
.page-content .yotpo .yotpo-onsite-upload .yotpo-read-more {
  opacity: 0.6;
}

.page-content .yotpo .yotpo-review .yotpo-main .content-review,
.page-content .yotpo .yotpo-comment .yotpo-main .content-review,
.page-content .yotpo .yotpo-question .yotpo-main .content-review,
.page-content .yotpo .yotpo-onsite-upload .yotpo-main .content-review {
  line-height: 1.4;
}

.page-content .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text,
.page-content
  .yotpo
  .yotpo-modal-dialog
  .yotpo-icon-btn
  .yotpo-icon-button-text {
  font-weight: bold;
  text-transform: capitalize;
}

.write-review-button {
  background: transparent !important;
}

.write-review-button:hover:after {
  -webkit-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.write-review-button:after {
  content: "";
  width: 36px;
  height: 12px;
  display: inline-block;
  margin-left: 11px;
  background: url(arrow-right.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.write-review-button .yotpo-icon-write {
  display: none !important;
}

body .gui-block-option {
  background: rgba(0, 0, 0, 0.08);
  border: 0;
}

body.dark-background .gui-block-option {
  background: rgba(255, 255, 255, 0.08);
}

body .gui-payment-method-service > label {
  border-color: rgba(0, 0, 0, 0.1);
}

body .gui-popover {
  border: 0px;
  box-shadow: 0 18px 86px -6px rgba(0, 0, 0, 0.15);
  background: #222;
}

.footer-content #mc_embed_signup div.mce_inline_error,
.newsletter-promo-content #mc_embed_signup div.mce_inline_error {
  margin: 0.5em 0 1em 0;
  background-color: #de4748;
  font-size: 12px;
  color: white;
  padding: 3px 10px;
}

.footer-content #mc_embed_signup input.mce_inline_error,
.newsletter-promo-content #mc_embed_signup input.mce_inline_error {
  border-color: #de4748;
}

.gui-login > .gui-col2-big {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px;
  max-width: 900px;
  margin: 50px auto 0;
}

@media only screen and (min-width: 600px) {
  .gui-login > .gui-col2-big {
    padding: 50px;
  }
}

@media only screen and (min-width: 1000px) {
  .gui-login > .gui-col2-big {
    padding: 70px;
  }
}

.gui-login > .gui-col2-big .gui-col2-big-col1 {
  padding: 15px;
}

@media only screen and (min-width: 600px) {
  .gui-login > .gui-col2-big .gui-col2-big-col1 {
    float: left;
    width: 50%;
  }
}

.gui-login > .gui-col2-big .gui-col2-big-col1 .gui-content-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .gui-login > .gui-col2-big .gui-col2-big-col2 {
    float: right;
    width: 50%;
  }
}

.gui-login > .gui-col2-big #gui-form .gui-block {
  border: 0;
}

.gui-login > .gui-col2-big #gui-form .gui-block-title {
  text-align: left;
  border: 0;
  font-size: 26px;
}

.shop-the-look-gallery .snptwdgt__tagline,
.shop-the-look-gallery .snptwdgt__usr-profl {
  display: none !important;
}

.gui-div-faq-questions .gui-content-subtitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.gui-div-faq-questions .gui-content-title {
  font-size: 28px;
  margin-bottom: 15px;
}

.gui-div-faq-questions .gui-content-wysiwyg {
  margin-bottom: 30px;
}

.page-content .gui-messages,
.page-content .messages {
  position: relative;
  z-index: 1;
}

.gui-form .gui-field > label {
  display: inline-block;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.page-content {
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
}
.page-content-nopadding {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 600px) {
  .page-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1000px) {
  .page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Vimeo video player in hero banner */
/* Credits to: Aaron Bennington at https://codepen.io/abennington/pen/ZONqqv for this solution */

.reset-homepage-herobanner-desktop-vimeovideo {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reset-homepage-herobanner-desktop-vimeovideowrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.desktopVideo {
  margin: 33px 0 30px 0;
}

.mobileVideo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .reset-homepage-herobanner-mobile-vimeovideo {
    width: 100vw;
    height: 177.77vw; /* Given a 9:16 aspect ratio, 16/9*100 = 177.77 */
    min-height: 100vh;
    min-width: 56.25vh; /* Given a 9:16 aspect ratio, 9/16*100 = 56.25 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobileVideo {
    display: block;
  }
  .reset-homepage-herobanner-mobile-vimeovideowrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    pointer-events: none;
    overflow: hidden;
  }
  .desktopVideo {
    display: none;
  }
  .hero.hero-full .hero-element {
    margin-top: 4rem;
    height: 35vh !important;
  }
}

/* May like */
@media only screen and (max-width: 800px) {
  /*   .may-like{
      overflow-x: scroll;
} */
  .img-may {
    max-width: 15rem;
    height: auto;
  }
}
.may-like {
  display: flex;
  align-items: flex-end;
}
.may-error {
  margin-top: 10rem;
}
.maylike {
  width: 100%;
  margin: 0 20px;
}
.pr-center {
  text-align: center;
  display: block;
}
.may-like-title {
  color: #000;
}
.product-price {
  font-size: 14px;
  opacity: 0.65;
}
@media only screen and (min-width: 800px) {
  .img-may {
    width: 100%;
    height: auto;
  }
}
.mob-arr {
  display: none;
}

/* Carousel Gorisontal */

.carousel-arrows {
  width: 20px;
  height: 20px;
  position: absolute;
  color: #000000;
  top: 35%;
  z-index: 999;
  cursor: pointer;
  margin: 20px 0;
}

.carousel-prev {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(45deg);
  left: 0%;
  z-index: 999;
}

.carousel-next {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(-135deg);
  right: 0%;
  z-index: 999;
}

.products-list.slick-slider .slick-slide {
  opacity: 0;
}
#productDetails p {
  display: none;
}

#robin_tab_container {
  z-index: 10 !important;
}
.handtags-3 {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: nowrap;
}
.handtags-3 img {
  width: 2.5em;
  height: 2.5em;
  align-self: center;
}
.handtags-details {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.handtags-details:first-child {
  margin-left: 0;
}
.handtags-details p {
  align-self: center;
  text-transform: uppercase;
  font-size: 0.6em;
  margin: 5px 0;
}

.size-fit-class {
  font-size: 12px;
  color: #3c3c3c;
  padding-bottom: 10px;
}
.creenstone-productpage-snapppt-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: start;
  height: 2.5rem;
  margin-left:10px;
}
.creenstone-productpage-snapppt-title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 23pt;
  text-transform: inherit;
}

@media only screen and (max-width: 600px) {
.creenstone-productpage-snapppt-title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 18pt;
  text-transform: inherit;
}
}

.creenstone-productpage-snapppt-title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 23pt;
  text-transform: inherit;
  margin: 0 10px;
}

#notify-popup-banner .form-control {
  border: 1px solid black;
}

.menu-item-category-11136348 {
  display: none;
}

.menu-item-category-11409443 {
  display: none;
}
.career-page {
  font-family: "Montserrat", sans-serif;
  margin: 0 10rem;
}

@media only screen and (max-width: 800px) {
  .career-page {
    margin: 0 10px;
    font-family: "Montserrat", sans-serif;
  }
}
/* #textpage .content{
  margin: 4rem;
} */
[data-toggle="collapse"] .fa:before {
  content: "\f078";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f054";
}
/* Payment styles */
#payment-method {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.payment-header {
  position: relative;
  text-align: center;
  color: white;
}
.payment-title {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.payment-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
.payment-icons-text {
  text-align: center;
  margin: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
}
.payment-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.payment-icons img {
  margin: 10px;
  width: 7rem;
}
#accordion .card {
  border-bottom: 1px solid #c3c3c0;
}
#accordion .mb-0 {
  width: 100%;
}

#accordion .card-header {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#accordion .card-header:focus {
  color: #c1af71;
}
#accordion .btn-link {
  color: #000000;
  text-decoration: none;
}
#accordion .btn-link:hover {
  color: #000000;
  text-decoration: none;
}
#accordion .fa {
  color: #000000;
  font-size: 18px;
  align-self: center;
}
#accordion h5 {
  margin-bottom: 0;
}
#accordion .btn-link.focus,
.btn-link:focus {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

#accordion .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
}
#accordion .btn {
  outline: 0;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 0;
}
#accordion .card-body {
  margin: 1rem;
}
.payment-dropdown {
  margin: 10px 5rem;
}
.payment-icons {
  margin: 0px 5rem;
}
.payment-container {
  max-width: 45rem;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .payment-dropdown {
    margin: 10px 10px;
  }
  .payment-icons {
    margin: 0px 10px;
  }
}

#textpage .page-title {
  display: none;
}

body .wsa-cookielaw {
	position: fixed;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%, -50%)!important;
	width: 34%;
     padding: 5rem 20px 0rem 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 25rem!important;
}
    .featured-block-h3{
    font-size:31pt; 
    font-weight:300; 
    text-align:center;
    }
    .featured-block-h3-right{
    font-size:31pt; 
    font-weight:300; 
    padding-right: 0%; 
    text-align:center;
    }
  @media only screen and (max-width: 600px) {
body .wsa-cookielaw {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	 padding: 3rem 10px 10px 0;
   height: 25rem!important;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
    .featured-block-h3{
    font-size:15pt; 
    font-weight:300; 
    text-align:center;
    }
    .featured-block-h3-right{
    font-size:15pt; 
    font-weight:300; 
    padding-right: 0%; 
    text-align:center;
    }
}

.logo-image{
  filter: invert(1)!important;
}


#giftincart-header h2{
  font-size:1rem;
  font-weight:100;
}

#giftincart-header h1{
  font-size:1.5rem;
}