@charset "UTF-8";
/*********************************************************************************
    Template Name: Ceramilatte
    Version: 1.0
**********************************************************************************/
@font-face {
  font-family: 'DTGetai';
  src: url("../fonts/DT Getai Grotesk/DTGetaiGroteskDisplay-Black.woff2") format("woff2"),
       url("../fonts/DT Getai Grotesk/DTGetaiGroteskDisplay-Black.woff") format("woff"),
       url("../fonts/DT Getai Grotesk/DTGetaiGroteskDisplay-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.667;
  color: #666666;
  font-family: "Jost", sans-serif;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

  @media (max-width: 991px) {
    body {
      font-size: 14px; } }

body.product-page #main {
  overflow: visible; }

#main {
  overflow: hidden; }

::selection {
  color: #ffffff;
  background-color: #304650; }

/* ==========================================================================
   2.2 #BUTTONS
   ========================================================================== */
.button {
  padding: 15px 35px;
  color: #304650;
  display: inline-block;
  border: 1px solid #304650;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  position: relative;
  z-index: 3;
  outline: none; }
  @media (max-width: 991px) {
    .button {
      padding: 8px 25px; } }
  .button:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 101%;
    left: -1px;
    bottom: -1px;
    background: #304650;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    
    z-index: -1; }
  .button:hover {
    color: #fff; }
    .button:hover:before {
      right: -1px; }

.second-button {
  padding: 12px 30px;
  color: #fff;
  display: inline-block;
  border: none;
  background: #304650;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  position: relative;
  z-index: 3;
  outline: none !important;
  box-shadow: none !important; }
  @media (max-width: 991px) {
    .second-button {
      padding: 10px 28px; } }
  .second-button:hover {
    color: #fff; }

.third-button {
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative; }
  @media (max-width: 1198px) {
    .third-button {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .third-button {
      font-size: 14px; } }
  .third-button:hover:before {
    width: 100%; }
  .third-button:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #000;
    transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
     }

.fourth-button {
  padding: 6px 30px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  position: relative;
  z-index: 3;
  outline: none; }
  @media (max-width: 991px) {
    .fourth-button {
      padding: 6px 20px;
      white-space: nowrap;
      font-size: 12px; } }
  .fourth-button:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    right: 101%;
    left: -1px;
    bottom: -1px;
    background: #000;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    
    z-index: -1; }
  .fourth-button:hover {
    color: #fff; }
    .fourth-button:hover:before {
      right: -1px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px; }

h1 {
  font-size: 3rem; }
  @media (max-width: 1199px) {
    h1 {
      font-size: 84px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 60px; } }

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .footer h5,
  .footer h6 {
    font-size: 18px; } }

hr {
  background: #cecece;
  height: 1px;
  border: none;
  padding: 0px;
  margin: 0px;
  opacity: 1; }
  hr.transparent {
    background: transparent; }

/* ==========================================================================
   2.5 #HTML
   ========================================================================== */
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}
  @media (max-width: 1199px) {
    html {
      font-size: 0.9rem; } }
  @media (max-width: 991px) {
    html {
      font-size: 0.85rem; } }
  @media (max-width: 767px) {
    html {
      font-size: 0.75rem; } }

/* ==========================================================================
   2.6 #IMAGES
   ========================================================================== */
.lazy-effect {
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  .lazy-effect.lazyloaded {
    opacity: 1; }

/* ==========================================================================
   2.7 #INPUTS
   ========================================================================== */
/* ==========================================================================
   2.8 #LINKS
   ========================================================================== */
a {
  color: #666666;
  text-decoration: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  a:hover {
    color: #000000; }

/* ==========================================================================
   3. Layout styles
   ========================================================================== */
/* ==========================================================================
   3.1 #CONTAINER
   ========================================================================== */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1640px;
  padding: 0px 100px; }
  @media (max-width: 1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 70px; } }
  @media (max-width: 1098px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      padding: 0px 20px; } }

.container--type-2 {
  max-width: 1920px;
  padding: 0px 80px;
}

.header--type-4 .container--type-2 {
  background-color: #2A2768;
}

  @media (max-width: 1399px) {
    .container--type-2 {
      padding: 0px 50px; } }
  @media (max-width: 1098px) {
    .container--type-2 {
      padding: 0px 35px; } }
  @media (max-width: 991px) {
    .container--type-2 {
      padding: 0px 20px; } }

.container--type-3 {
  max-width: 1370px; }

.container--type-4 {
  max-width: 100%;
  padding: 0px 30px; }
  @media (max-width: 991px) {
    .container--type-4 {
      padding: 0px 15px; } }

.container--type-5 {
  max-width: 100%;
  padding: 0px 80px; }
  @media (max-width: 1920px) {
    .container--type-5 {
      padding: 0px 4.1vw; } }
  @media (max-width: 991px) {
    .container--type-5 {
      padding: 0px 20px; } }

/* ==========================================================================
   3.2 #ROW
   ========================================================================== */
.row {
  margin: 0px -15px; }
  .row > div {
    padding: 0px 15px; }

/* ==========================================================================
   4. Plugins styles
   ========================================================================== */
/* 4.1 ! 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/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.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: .5em .5em .5em .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;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .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; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.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: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
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: .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; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  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: .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: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .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: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .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: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.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 .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; }

/* RTL support */
.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; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .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: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .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 {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  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%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  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;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.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 {
  -ms-touch-action: none;
  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: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.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;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .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; }

/* Component containers
----------------------------------*/
.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 #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.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 #cccccc;
  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: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.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: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.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"); }

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.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; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* 4.2 ! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color); }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0; }

.pswp * {
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

.pswp--open {
  display: block; }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg); }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp {
  position: fixed; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.pswp__img {
  cursor: zoom-in; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none; }

.pswp__content > * {
  pointer-events: auto; }

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid; }

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color); }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary); }

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

.pswp__icn:focus {
  outline: 0; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity; }

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px; }

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px; }

.pswp__button--arrow:disabled {
  display: none;
  cursor: default; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--prev {
  right: auto;
  left: 0px; }

.pswp__button--arrow--next {
  right: 0px; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: 0;
  opacity: .9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(default-skin.svg) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform .25s;
  transition: transform .25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: .75;
  padding: 0 10px; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5); }

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3); }

.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
  opacity: .001; }

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: 0 0; }

/* 4.3 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
   5. Default header styles
   ========================================================================== */
/* ==========================================================================
   5.1 #CANVAS CART
   ========================================================================== */
.canvas-cart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  overflow: hidden; }
  .canvas-cart.active {
    visibility: visible;
    pointer-events: auto; }
    .canvas-cart.active .canvas-cart__overlay {
      opacity: 1; }
    .canvas-cart.active .canvas-cart__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }
  .canvas-cart .cart-item__delete {
    margin-left: 0px;
    padding-left: 50px; }
    @media (max-width: 991px) {
      .canvas-cart .cart-item__delete {
        padding-left: 20px;
        margin-left: auto; } }
  .canvas-cart .header-cart__subtotal {
    border: none; }
  .canvas-cart .subtotal__title {
    font-size: 20px; }
    @media (max-width: 991px) {
      .canvas-cart .subtotal__title {
        font-size: 16px; } }
  .canvas-cart .subtotal__value {
    font-size: 24px; }
    @media (max-width: 991px) {
      .canvas-cart .subtotal__value {
        font-size: 16px; } }
  .canvas-cart .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px; }
  .canvas-cart .button--checkout {
    color: #fff !important; }
    .canvas-cart .button--checkout:before {
      right: 0; }
    .canvas-cart .button--checkout:hover {
      color: #fff !important; }

.canvas-cart__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }

.canvas-cart__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
  width: 645px;
  max-width: 100%;
  padding: 0px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */ }
  .canvas-cart__content::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991px) {
    .canvas-cart__content {
      width: 500px; } }

.canvas-cart__d-flex {
  padding: 50px 80px 75px 80px;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .canvas-cart__d-flex {
      padding: 30px; } }

.canvas-cart__top-and-products {
  width: 100%; }

.canvas-cart__bottom {
  width: 100%;
  margin: auto 0px 0px 0px; }

.canvas-cart__heading {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .canvas-cart__heading {
      padding-bottom: 25px;
      margin-bottom: 30px; } }

.canvas-cart__h3 {
  font-size: 24px;
  line-height: 1.2;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .canvas-cart__h3 {
      font-size: 18px; } }

.canvas-cart__close {
  margin-left: auto;
  padding-left: 20px;
  text-align: right; }

.cart-item__quantity {
  margin-left: auto;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .cart-item__quantity {
      display: none; } }

/* ==========================================================================
   5.2 #HEADER
   ========================================================================== */
.header {
  position: relative;
  z-index: 1000;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
}

.header.has-top {
  top: 45px;
}
  .header.fixed {
    top: 0;
    background: #2A2768;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
    .header.fixed .header__container {
      padding: 25px 0px; }
      @media (max-width: 991px) {
        .header.fixed .header__container {
          padding: 15px 0px; } }

.header__container {
  padding: 40px 0px;
  position: relative;
  transition: padding 0.3s ease-in;
  -webkit-transition: padding 0.3s ease-in;
  -moz-transition: padding 0.3s ease-in; }
  @media (max-width: 991px) {
    .header__container {
      padding: 20px 0px; } }

/* Open Mobile Menu */
.header__open-mobile-menu {
  display: none;
  margin: 0px 17px 0px 0px; }
  @media (max-width: 991px) {
    .header__open-mobile-menu {
      display: block; } }
  .header__open-mobile-menu a {
    font-size: 18px;
    line-height: 26px;
    color: #000; }
    .header__open-mobile-menu a i {
      line-height: 26px;
      height: 26px;
      display: block; }
    .header__open-mobile-menu a.active .lnil-menu {
      display: none; }
    .header__open-mobile-menu a.active .lnil-close {
      display: block; }
    .header__open-mobile-menu a .lnil-close {
      display: none; }

/* Logo */
.header__logo {
  font-size: 32px;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.header__logo img {
  width: 140px;
}
  @media (max-width: 991px) {
    .header__logo {
      font-size: 22px; } }
  .header__logo a {
    color: #304650; }
    .header__logo a:hover {
      color: #304650; }
    .header__logo a img {
      display: block; }

.inner-page .header__logo a {
  color: #000; }
  .inner-page .header__logo a:hover {
    color: #000; }

/* Header nav */
.header__nav {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 9.9vw;
  display: flex;
  align-items: center; }
  @media (min-width: 1920px) {
    .header__nav {
      margin-left: 190px; } }
  @media (max-width: 1399px) {
    .header__nav {
      margin-left: 5vw; } }
  @media (max-width: 991px) {
    .header__nav {
      display: none; } }
  .header__nav li {
    margin-right: 3.9vw; }
    @media (min-width: 1920px) {
      .header__nav li {
        margin-right: 75px; } }
    @media (max-width: 1199px) {
      .header__nav li {
        margin-right: 3.5vw; } }
    @media (max-width: 1098px) {
      .header__nav li {
        margin-right: 4vw; } }

.nav__item {
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 99; }
  .nav__item:hover {
    color: #304650; }

.nav__item--current {
  color: #304650;
  font-weight: 600; }

.nav__item-tag {
  display: inline-block;
  vertical-align: top;
  color: #669900;
  font-size: 11px;
  position: relative;
  margin: 1px 0px 0px 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.nav__item-tag--default {
  color: #999999; }

.nav__item-tag--hot {
  color: #ff3333; }

.nav__item-tag--popular {
  color: #5c08e6; }

/* Megamenu */
.nav__mega-menu {
  margin: 40px 0px 0px -71px;
  top: 100%;
  background: #fff;
  border: 1px solid #d0d0d0;
  position: absolute;
  padding: 57px 70px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  display: flex;
  max-width: 100%; }
  @media (max-width: 1098px) {
    .nav__mega-menu {
      padding: 40px; } }
  .nav__mega-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: -200px;
    right: -200px;
    height: 100px; }

.nav__mega-menu--full-width {
  margin-left: 0px;
  left: 50%;
  width: 90vw;
  max-width: 1440px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }
  .nav__mega-menu--full-width:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 1000px; }

.header__nav li:hover .nav__mega-menu {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

/* Standard column in megamenu */
.mega-menu__standard-column {
  width: 260px;
  padding-right: 20px; }

.standard-column__title {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.standard-column__nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .standard-column__nav li a {
    color: #000;
    line-height: 1.875; }
    .standard-column__nav li a:hover {
      color: #999; }

.standard-column__nav + .standard-column__title {
  margin-top: 60px; }

/* Banner in megamenu */
.mega-menu__banner {
  position: relative;
  margin: -58px -71px -58px 0px;
  width: 365px; }
  @media (max-width: 1098px) {
    .mega-menu__banner {
      margin: -41px -41px -41px 0px; } }
  .mega-menu__banner img {
    display: block;
    width: 100%; }

/* Header right */
.header__right {
  margin: 0px 0px 0px auto;
  padding: 0px;
  display: flex;
  align-items: center;
  list-style: none; }
  .header__right > li {
    margin-left: 37px; }
    @media (max-width: 1198px) {
      .header__right > li {
        margin-left: 30px; } }
    @media (max-width: 991px) {
      .header__right > li {
        margin-left: 20px; } }
    .header__right > li > a {
      font-size: 25px;
      line-height: 25px;
      color: #000;
      display: flex;
      align-items: center;
      position: relative;
      z-index: 99; }
      @media (max-width: 991px) {
        .header__right > li > a {
          font-size: 20px;
          line-height: 20px; } }
      .header__right > li > a .lnil-search-alt {
        font-size: 23px; }
        @media (max-width: 991px) {
          .header__right > li > a .lnil-search-alt {
            font-size: 18px; } }
      .header__right > li > a .lnil-cart {
        font-size: 24px; }
        @media (max-width: 991px) {
          .header__right > li > a .lnil-cart {
            font-size: 20px; } }
      .header__right > li > a span {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        background: #304650;
        color: #fff;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        left: 15px;
        bottom: -5px; }
        @media (max-width: 991px) {
          .header__right > li > a span {
            width: 17px;
            height: 17px;
            font-size: 10px;
            line-height: 17px; } }
  .header__right .header__canvas-menu {
    margin-left: 53px;
    border-left: 1px solid #ccccca;
    height: 50px;
    padding-left: 55px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: relative; }
    @media (max-width: 1198px) {
      .header__right .header__canvas-menu {
        margin-left: 38px;
        padding-left: 40px; } }
    @media (max-width: 1098px) {
      .header__right .header__canvas-menu {
        display: none; } }
    .header__right .header__canvas-menu a {
      line-height: 50px;
      font-size: 25px;
      display: block; }

/* Cart */
.header__cart:hover .header-cart {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.header-cart__price {
  color: #000;
  padding: 0px 0px 0px 16px;
  margin: 0px;
  font-size: 16px;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .header-cart__price {
      display: none; } }

.header-cart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 395px;
  background: #fff;
  margin-top: 0px;
  border: 1px solid #d0d0d0;
  z-index: 9;
  padding: 40px 30px 47px 30px;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (max-width: 991px) {
    .header-cart {
      display: none; } }
  .header-cart:before {
    content: '';
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 100px; }

.header-cart__items {
  list-style: none;
  padding: 0px;
  margin: 0px; }

/* Cart item */
.cart-item {
  margin-top: 26px; }
  .cart-item:first-of-type {
    margin-top: 0px; }

.cart-item__image {
  width: 60px;
  min-width: 60px;
  margin: 0px 20px 0px 0px;
  padding: 0px; }
  .cart-item__image a {
    display: block;
    padding-bottom: 139.948%;
    position: relative; }
    .cart-item__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.cart-item__details {
  padding: 0px;
  margin: 0px; }

.cart-item__title {
  font-size: 16px;
  color: #000;
  display: block; }
  @media (max-width: 991px) {
    .cart-item__title {
      font-size: 15px; } }
  .cart-item__title:hover {
    color: #999; }

.cart-item__variant {
  display: block;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .cart-item__variant {
      font-size: 13px; } }

.cart-ietm__price {
  display: block;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .cart-ietm__price {
      font-size: 14px; } }
  .cart-ietm__price i {
    font-style: normal;
    color: #999;
    padding: 0px 4px; }

.cart-item__delete {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px auto;
  font-size: 12px; }
  .cart-item__delete a {
    font-size: 12px;
    color: #000; }

/* Cart Subtotal */
.header-cart__subtotal {
  border-top: 1px solid #d0d0d0;
  margin-top: 35px;
  padding-top: 27px; }

.subtotal__title {
  padding-top: 2px; }

.subtotal__value {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  color: #000;
  font-weight: 600; }

/* Cart Action */
.header-cart__action {
  padding-top: 20px; }

.header-cart__button {
  display: block;
  width: 100%;
  margin: 10px 0px 0px 0px;
  border: 1px solid #999999;
  padding: 12px 25px 12px 25px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #000; }

.header-cart__button--checkout {
  background: #304653;
  border-color: #304653;
  color: #fff; }
  .header-cart__button--checkout:hover {
    color: #fff; }

/* ==========================================================================
   5.3 #MOBILE MENU
   ========================================================================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: -1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .mobile-menu::-webkit-scrollbar {
    display: none; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }

.first-step {
  list-style: none;
  padding: 120px 20px 30px 20px;
  margin: 0px; }
  .first-step li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.5;
    color: #000;
    display: block;
    position: relative;
    padding-right: 30px; }
    .first-step li a i {
      display: block;
      position: absolute;
      font-size: 14px;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%); }

.second-step {
  list-style: none;
  padding: 120px 20px 30px 20px;
  margin: 0px;
  display: none; }
  .second-step.active {
    display: block; }

.second-step__go-to-previous a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 10px;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 30px;
  color: #000; }
  .second-step__go-to-previous a i {
    font-size: 14px;
    padding-right: 3px; }

@media (max-width: 991px) {
  .mega-menu__standard-column {
    width: 100%;
    padding: 0px; } }

@media (max-width: 991px) {
  .mega-menu__standard-column + .mega-menu__standard-column {
    padding-top: 35px; } }

.inner-page .first-step,
.inner-page .second-step {
  padding-top: 80px; }

/* ==========================================================================
   5.4 #PROMO BAR
   ========================================================================== */
.promo-bar {
  background: #304650;
  text-align: center;
  color: #fff;
  padding: 10px 0px 9px 0px;
  position: relative;
  z-index: 999; }
  @media (max-width: 991px) {
    .promo-bar {
      padding: 7px 0px 6px 0px; } }
  .promo-bar a {
    color: #fff; }
    .promo-bar a:hover {
      color: #fff; }
  .promo-bar span {
    color: #ed4336; }
  .promo-bar i {
    text-decoration: underline; }

/* ==========================================================================
   5.5 #SIDEBAR CONTACT
   ========================================================================== */
.sidebar-contact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  visibility: visible;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  visibility: hidden; }
  .sidebar-contact.active {
    visibility: visible;
    pointer-events: auto; }
    .sidebar-contact.active .sidebar-contact__background {
      opacity: 1; }
    .sidebar-contact.active .sidebar-contact__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }

.sidebar-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  
  opacity: 0;
  background: rgba(0, 0, 0, 0.4); }

.sidebar-contact__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 470px;
  max-width: 100%;
  background: #fff;
  padding: 40px 50px 70px 70px;
  overflow-y: scroll;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */ }
  .sidebar-contact__content::-webkit-scrollbar {
    display: none; }

.sidebar-contact__close a {
  color: #000; }

.sidebar-contact__section {
  padding: 50px 0px 0px 0px; }

.sidebar-contact-section__title {
  padding: 0px 0px 10px 0px;
  margin: 0px; }

.sidebar-contact-section__socials {
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-wrap: wrap;
  display: flex; }
  .sidebar-contact-section__socials li {
    margin: 15px 30px 0px 0px; }
    .sidebar-contact-section__socials li a {
      font-size: 20px; }

.sidebar-contact-section__item {
  margin-top: 15px; }

.sidebar-contact-section-item__icon {
  width: 22px;
  min-width: 22px;
  margin-right: 15px;
  padding-top: 2px; }

.footer {
  background: #f2f2f2;
  padding-bottom: 20px;
}
  @media (max-width: 991px) {
    .footer {
      padding-top: 15px; } }
  .footer .footer__first-column {
    padding-top: 8px; }
    @media (min-width: 992px) {
      .footer .footer__first-column {
        width: 20%; } }
  .footer .footer__second-column {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .footer .footer__second-column {
        width: 21%; } }
  .footer .footer__third-column {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .footer .footer__third-column {
        width: 19%; } }
  .footer .footer__fourth-column {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .footer .footer__fourth-column {
        width: 35%; } }

.footer__logo {
  margin: 0px;
}

/* Footer address */
.footer__address {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .footer__address li {
    margin-bottom: 15px; }
    .footer__address li:last-child {
      margin: 0px; }

/* Footer social */
.footer__socials {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px; 
}
  .footer__socials li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px; }
    .footer__socials li i {
      font-size: 20px; }
      @media (max-width: 991px) {
        .footer__socials li i {
          font-size: 18px; } }

.footer__heading {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (max-width: 991px) {
    .footer__heading {
      padding-bottom: 23px; 
  }
}

/* Footer menu */
.footer__menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer__menu li {
  padding: 0px 0px 5px 0px;
}

@media (max-width: 991px) {
  .footer__menu li {
    padding-bottom: 10px; 
  } 
}

.footer__menu li:last-child {
  padding: 0px; 
}

/* Footer newsletter */
.footer__newsletter {
  padding: 0px;
  margin: 0px; }

.footer__newsletter-description {
  padding: 0px 0px 35px 0px;
  margin: 0px; }

.footer__newsleter-input {
  width: 100%;
  border: 1px solid #d0d0d0;
  display: block;
  padding: 13px 30px 13px 30px;
  outline: none; }
  @media (max-width: 991px) {
    .footer__newsleter-input {
      border-width: 1px; } }

.footer__newsletter-privacy-policy {
  padding-top: 15px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .footer__newsletter-privacy-policy {
      font-size: 13px; } }
  .footer__newsletter-privacy-policy a {
    text-decoration: underline;
    color: #000; }
    .footer__newsletter-privacy-policy a:hover {
      color: #928656; }

.footer__newsletter-button {
  margin-top: 40px; }

.copyright {
  margin-top: 30px;
  border-top: 1px solid #f8ecdc;
  padding-top: 20px !important;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
  @media (max-width: 991px) {
    .copyright {
      text-align: center; } }
  .copyright span {
    color: #000; }
  @media (min-width: 992px) {
    .copyright .copyright__first-column {
      width: 30%; } }
  @media (min-width: 992px) {
    .copyright .copyright__second-column {
      width: 21%; } }
  @media (max-width: 991px) {
    .copyright .copyright__second-column {
      padding-top: 25px; } }
  .copyright .copyright__payment {
    text-align: right; }
    @media (min-width: 992px) {
      .copyright .copyright__payment {
        width: 49%; } }
    @media (max-width: 991px) {
      .copyright .copyright__payment {
        text-align: center;
        padding-top: 25px; }
        .copyright .copyright__payment span {
          display: none; } }
    .copyright .copyright__payment img {
      margin-left: 30px; }
      @media (max-width: 991px) {
        .copyright .copyright__payment img {
          margin-left: 0px; } }
      

.home-about__d-flex {
  padding: 70px 0px 
}

.home-about__image {
  width: 500px;
  min-width: 42%;
  display: flex;
  align-items: center;
}
  @media (max-width: 991px) {
    .home-about__image {
      width: 100%;
      min-width: 100%; } }
  .home-about__image img {
    display: block;
    width: 100%;
    border-radius: 20px; }
    @media (max-width: 991px) {
      .home-about__image img {
        max-width: 550px; } }

.home-about__content {
  width: 570px;
}

.home-about__d-flex.image-right .home-about__content {
  margin-right: 8.5%;
}

.home-about__d-flex.image-left .home-about__content {
  margin-left: 8.5%;
}
  @media (max-width: 991px) {
    .home-about__content {
      width: 100%;
      margin: 0px;
      padding: 35px 30px 0px 25px; } }

.home-about__tag {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0px 0px 68px 0px; }
  @media (max-width: 991px) {
    .home-about__tag {
      font-size: 12px;
      line-height: 18px;
      padding: 0px 0px 45px 0px; } }

.home-about__title {
  padding: 0px;
  margin: 0px; }

.home-about__subtitle {
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .home-about__subtitle {
      padding: 20px 0px 0px 0px; } }

.home-about__description {
  padding: 30px 0px 0px 0px;
  line-height: 1.875; }
  @media (max-width: 991px) {
    .home-about__description {
      padding: 40px 0px 0px 0px; } }
  .home-about__description p {
    padding: 27px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .home-about__description p {
        padding: 22px 0px 0px 0px; } }
  .home-about__description > *:first-child {
    padding-top: 0px; }

.home-about__action,
.home-about__signature {
  padding-top: 60px; }
  @media (max-width: 991px) {
    .home-about__action,
    .home-about__signature {
      padding-top: 45px; } }

/* ==========================================================================
   7.2 #HOME BANNERS
   ========================================================================== */
.home-banners {
  overflow: hidden; }
  .home-banners .row {
    margin: 0px -2.5px;
    position: relative; }
    .home-banners .row > div {
      padding: 0px 2.5px; }
    @media (max-width: 991px) {
      .home-banners .row > div + div {
        padding-top: 5px; } }

.home-banner {
  position: relative; }

.home-banner__image img {
  display: block;
  width: 100%;
  height: 44.8vw;
  object-fit: cover;
  min-height: 860px; }
  @media (max-width: 991px) {
    .home-banner__image img {
      height: 70vw;
      min-height: 414px; } }
  @media (max-width: 767px) {
    .home-banner__image img {
      height: 100vw; } }

.home-banner__content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  color: #fff; }

.home-banner__tag {
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0px 0px 37px 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .home-banner__tag {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .home-banner__tag {
      font-size: 14px;
      padding: 0px 0px 20px 0px; } }

.home-banner__title {
  color: #fff;
  font-size: 130px;
  line-height: 110px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .home-banner__title {
      font-size: 110px;
      line-height: 0.9; } }
  @media (max-width: 991px) {
    .home-banner__title {
      font-size: 60px;
      line-height: 1; } }
  .home-banner__title span {
    color: #fb9716; }

.home-banner__title--type-2 {
  font-size: 150px; }
  @media (max-width: 1199px) {
    .home-banner__title--type-2 {
      font-size: 120px; } }
  @media (max-width: 991px) {
    .home-banner__title--type-2 {
      font-size: 60px; } }

.home-banner__subtitle {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 58px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .home-banner__subtitle {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .home-banner__subtitle {
      font-size: 20px;
      padding: 20px 0px 0px 0px; } }

.home-banner__description {
  padding: 75px 0px 0px 0px;
  font-size: 20px;
  line-height: 36px; }
  @media (max-width: 991px) {
    .home-banner__description {
      font-size: 13px;
      line-height: 20px;
      padding: 25px 0px 0px 0px; } }

/* ==========================================================================
   7.3 #DEFAULT SLIDER
   ========================================================================== */
.default-slider .slick-slide {
  display: block !important; }
  .default-slider .slick-slide > div {
    display: block !important; }

.default-slider .slick-dots {
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  bottom: 78px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  text-align: left;
  padding: 0px;
  margin: 0px;
  max-width: 1640px;
  padding: 0px 100px; }
  @media (max-width: 1399px) {
    .default-slider .slick-dots {
      padding: 0px 70px; } }
  @media (max-width: 1098px) {
    .default-slider .slick-dots {
      padding: 0px 50px; } }
  @media (max-width: 991px) {
    .default-slider .slick-dots {
      padding: 0px 55px;
      bottom: 40px; } }
  .default-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 6px 0px 0px; }
    .default-slider .slick-dots li.slick-active button {
      border-color: #304650; }
      @media (max-width: 991px) {
        .default-slider .slick-dots li.slick-active button {
          border-color: #fff; } }
      .default-slider .slick-dots li.slick-active button:before {
        background: #3a4a51; }
        @media (max-width: 991px) {
          .default-slider .slick-dots li.slick-active button:before {
            background: #fff; } }
    .default-slider .slick-dots li button {
      display: block;
      background: none;
      font-size: 0px;
      width: 24px;
      height: 24px;
      border: 1px solid transparent;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      
      position: relative;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      
      outline: none;
      box-shadow: none;
      -webkit-box-shadow: none;
       }
      .default-slider .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        background: #cccccc;
        border-radius: 100px;
        -webkit-border-radius: 100px;
         }

.default-slider__item {
  height: calc(100vh - 45px);
  min-height: 1035px;
  position: relative;
  display: none !important; }
  @media (max-width: 991px) {
    .default-slider__item {
      height: calc(100vh - 36px);
      min-height: 680px; } }
  .default-slider__item:first-child {
    display: block !important; }

/* Content */
.default-slider-item__content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .default-slider-item__content {
      top: 14%;
      padding: 0px;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; } }
  .default-slider-item__content > .container {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    
    transition-delay: 0.3s; }

.slick-current.slick-active .default-slider-item__content > .container.active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none; }

.default-slider-item__container {
  max-width: 35%; }
  @media (max-width: 991px) {
    .default-slider-item__container {
      max-width: 100%;
      padding: 0px 35px; } }

.default-slider-item__tag {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  padding: 0px 0px 60px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .default-slider-item__tag {
      display: none; } }

.default-slider-item__heading {
  padding: 0px;
  margin: 0px; }

.default-slider-item__description {
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  padding: 29px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .default-slider-item__description {
      font-size: 20px; } }
  @media (max-width: 991px) {
    .default-slider-item__description {
      font-size: 13px;
      line-height: 24px; }
      .default-slider-item__description br {
        display: none; } }

.default-slider-item__button {
  padding-top: 98px; }
  @media (max-width: 991px) {
    .default-slider-item__button {
      padding-top: 48px; } }
  @media (max-width: 991px) {
    .default-slider-item__button .button {
      background: #fff;
      border-color: #fff;
      color: #304650; }
      .default-slider-item__button .button:hover {
        color: #fff; } }
  .default-slider-item__button .button + .button {
    margin-left: 6px; }

/* Image */
.default-slider-item__image,
.default-slider-item__video {
  position: absolute;
  top: 0;
  left: 44.01%;
  right: 0;
  bottom: 0; }
  @media (max-width: 991px) {
    .default-slider-item__image,
    .default-slider-item__video {
      left: 0; } }
  .default-slider-item__image img,
  .default-slider-item__image video,
  .default-slider-item__video img,
  .default-slider-item__video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* ==========================================================================
   7.4 #HOME FEATURES
   ========================================================================== */
@media (max-width: 991px) {
  .features {
    overflow: hidden; } }

@media (max-width: 1198px) {
  .features hr {
    display: none !important; } }

.features .slick-list {
  margin: 0px -15px; }
  @media (max-width: 991px) {
    .features .slick-list {
      width: 80%;
      overflow: visible; } }
  .features .slick-list .slick-slide {
    padding: 0px 15px; }

.features .slick-prev,
.features .slick-next {
  display: none !important; }

.features .slick-dots {
  display: flex !important;
  padding: 0px !important;
  margin: 60px 0px 0px 0px !important;
  list-style: none !important; }
  @media (max-width: 991px) {
    .features .slick-dots {
      margin: 45px 0px 0px 0px !important; } }
  .features .slick-dots li {
    width: 100%;
    height: 2px;
    background: #e6e6e6; }
    .features .slick-dots li.slick-active {
      background: #000; }
    .features .slick-dots li button {
      display: none !important; }

.features__d-flex {
  margin: 87px 0px 99px 0px;
  position: relative;
  display: flex;
  width: auto; }
  .features__d-flex.slick-slider {
    display: block; }
  @media (max-width: 1198px) {
    .features__d-flex {
      margin-top: 0px; } }

.feature {
  margin-left: auto;
  margin-right: auto; }
  .feature:first-child {
    margin-left: 0px; }
  .feature:last-child {
    margin-right: 0px; }

.feature__icon {
  width: 70px;
  min-width: 70px; }
  @media (max-width: 991px) {
    .feature__icon {
      width: 50px;
      min-width: 50px; } }
  .feature__icon i {
    font-size: 36px; }
    @media (max-width: 991px) {
      .feature__icon i {
        font-size: 26px; } }

.feature__title {
  font-size: 22px;
  padding: 0px 0px 18px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .feature__title {
      font-size: 15px;
      padding: 0px 0px 12px 0px; } }

@media (max-width: 991px) {
  .feature__description {
    font-size: 12px; } }

/* ==========================================================================
   7.5 #KLARNA
   ========================================================================== */
.klarna {
  margin-top: 205px; }
  @media (max-width: 1199px) {
    .klarna {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    .klarna {
      margin-top: 23px; } }

.klarna__d-flex {
  background: #f0f6f9 url(bg-klarna.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 9.3% 82px 9.3%; }
  @media (max-width: 1199px) {
    .klarna__d-flex {
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 80px;
      padding-bottom: 62px; } }
  @media (max-width: 991px) {
    .klarna__d-flex {
      flex-wrap: wrap;
      padding: 65px 50px 60px 50px; } }

@media (max-width: 1199px) {
  .klarna__logo img {
    width: 150px; } }

@media (max-width: 991px) {
  .klarna__logo img {
    width: 160px; } }

.klarna__content {
  margin-left: 6.94%;
  margin-right: 6.94%;
  max-width: 500px; }
  @media (max-width: 991px) {
    .klarna__content {
      width: 100%;
      max-width: 100%;
      margin: 0px;
      padding: 40px 0px 0px 0px; } }

.klarna__title {
  padding: 0px 0px 30px 0px;
  margin: 0px; }

.klarna__description {
  line-height: 1.875; }

.klarna__action {
  margin-left: auto; }
  @media (max-width: 991px) {
    .klarna__action {
      margin: 40px 0px 0px 0px; } }
  .klarna__action .button {
    white-space: nowrap; }
    .klarna__action .button:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      z-index: -2; }

/* ==========================================================================
   7.6 #OUR JOURNAL
   ========================================================================== */
.our-journal {
  padding: 145px 0px 150px 0px; }
  @media (max-width: 991px) {
    .our-journal {
      padding: 80px 0px 80px 0px; } }
  .our-journal .row {
    margin: 0px -30px; }
    @media (max-width: 1199px) {
      .our-journal .row {
        margin: 0px -20px; } }
    .our-journal .row > div {
      padding: 0px 30px; }
      @media (max-width: 1199px) {
        .our-journal .row > div {
          padding: 0px 20px; } }
  .our-journal .slick-list {
    padding: 0px !important; }
    .our-journal .slick-list .slick-slide {
      padding: 0px 30px; }
      @media (max-width: 1199px) {
        .our-journal .slick-list .slick-slide {
          padding: 0px 20px; } }
  .our-journal .slick-prev,
  .our-journal .slick-next {
    display: none !important; }
  .our-journal .slick-dots {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 85px 0px 0px 0px;
    text-align: center; }
    @media (max-width: 991px) {
      .our-journal .slick-dots {
        padding-top: 35px;
        display: block; } }
    .our-journal .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 2px; }
      .our-journal .slick-dots li.slick-active button {
        border-color: #304650; }
      .our-journal .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .our-journal .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #304650;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }

.our-journal__title-and-action {
  padding: 0px 0px 65px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .our-journal__title-and-action {
      padding: 0px 0px 30px 0px; } }

.our-journal__title {
  padding: 0px;
  margin: 0px; }

.our-journal__action {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 5px; }
  @media (max-width: 991px) {
    .our-journal__action {
      margin-bottom: 0px; } }
  .our-journal__action a {
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .our-journal__action a {
        font-size: 12px; } }
    .our-journal__action a i {
      font-size: 14px;
      padding-left: 2px; }
      @media (max-width: 991px) {
        .our-journal__action a i {
          font-size: 12px; } }

.our-journal__post-image a {
  display: block;
  padding-bottom: 58.64%;
  position: relative; }
  .our-journal__post-image a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.our-journal__post-details {
  padding: 20px 0px 0px 0px; }

.our-journal__post-title {
  line-height: 1.25;
  font-weight: 500;
  padding: 0px;
  margin: 0px; }
  .our-journal__post-title a {
    color: #000; }
    .our-journal__post-title a:hover {
      color: #999; }

.our-journal__post-meta {
  list-style: none;
  padding: 13px 0px 0px 0px;
  margin: 0px; }
  .our-journal__post-meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .our-journal__post-meta li {
        font-size: 12px; } }
    .our-journal__post-meta li:last-child {
      margin-right: 0px; }
      .our-journal__post-meta li:last-child:after {
        display: none; }
    .our-journal__post-meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .our-journal__post-meta li a {
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .our-journal__post-meta li a {
          font-size: 12px; } }

/* ==========================================================================
   7.7 #HOME PARALLAX
   ========================================================================== */
.home-parallax {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 235px 0px 160px 0px; }
  @media (max-width: 991px) {
    .home-parallax {
      padding: 100px 0px 90px 0px; } }

.home-parallax__tag {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 0px 38px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .home-parallax__tag {
      font-size: 14px;
      padding: 0px 0px 18px 0px; } }

.home-parallax__title {
  color: #fff;
  font-size: 130px;
  line-height: 120px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1199px) {
    .home-parallax__title {
      font-size: 110px;
      line-height: 100px; } }
  @media (max-width: 991px) {
    .home-parallax__title {
      font-size: 60px;
      line-height: 1; } }

.home-parallax__description {
  padding: 75px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .home-parallax__description {
      padding: 30px 0px 0px 0px; } }

/* ==========================================================================
   7.8 #HOME PRODUCTS
   ========================================================================== */
.home-products {
  background: #f2f2f2; }
  .home-products .product-grid-item {
    display: none; }
  .home-products .slick-list {
    margin: 0px -17px;
    width: auto; }
  .home-products .slick-slide {
    padding: 0px 17px; }
    .home-products .slick-slide .product-grid-item {
      display: block; }
  .home-products .slick-prev {
    position: absolute;
    top: 34%;
    left: -120px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1710px) {
      .home-products .slick-prev {
        display: none !important; } }
    .home-products .slick-prev:hover:before {
      color: #000; }
    .home-products .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .home-products .slick-next {
    position: absolute;
    top: 34%;
    right: -120px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none; }
    @media (max-width: 1710px) {
      .home-products .slick-next {
        display: none !important; } }
    .home-products .slick-next:hover:before {
      color: #000; }
    .home-products .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .home-products .slick-dots {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 85px 0px 0px 0px;
    text-align: center; }
    @media (max-width: 991px) {
      .home-products .slick-dots {
        padding-top: 35px; } }
    .home-products .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 2px; }
      .home-products .slick-dots li.slick-active button {
        border-color: #304650; }
      .home-products .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .home-products .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #304650;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }

.home-products__container {
  padding: 120px 0px 144px 0px; }
  @media (max-width: 991px) {
    .home-products__container {
      padding: 60px 0px 60px 0px; } }

.home-products--type-2 .home-products__container {
  padding-top: 135px; }
  @media (max-width: 991px) {
    .home-products--type-2 .home-products__container {
      padding-top: 60px; } }

.home-products__title-and-action {
  margin-bottom: 55px; }
  @media (max-width: 991px) {
    .home-products__title-and-action {
      margin-bottom: 35px; } }

.home-products__title {
  padding: 0px;
  margin: 0px; }

.home-products__action {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 5px; }
  @media (max-width: 991px) {
    .home-products__action {
      margin-bottom: 0px; } }
  .home-products__action a {
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .home-products__action a {
        font-size: 12px; } }
    .home-products__action a i {
      font-size: 14px;
      padding-left: 2px; }
      @media (max-width: 991px) {
        .home-products__action a i {
          font-size: 12px; } }

.modern-banners {
  margin: 70px 0px;
  margin-top: 10px;
}
  .modern-banners .row {
    margin: -20px -10px 0px -10px; }
    @media (max-width: 991px) {
      .modern-banners .row {
        margin: -10px -5px 0px -10px; } }
    .modern-banners .row > div {
      padding: 20px 10px 0px 10px; }
      @media (max-width: 991px) {
        .modern-banners .row > div {
          padding: 10px 5px 0px 5px; } }

.modern-banner {
  position: relative; }

.modern-banner__image {
  position: relative; }
  .modern-banner__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; }

.modern-banner__content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center; }
  @media (max-width: 1440px) {
    .modern-banner__content {
      top: 53%; } }

.modern-banner__title {
  padding: 0px;
  margin: 0px;
  color: #f8ecdc;
  font-size: 3rem;
  font-family: 'DTGetai', 'sans-serif' !important; 
}

.modern-banner__description {
  color: #f8ecdc;
  max-width: 370px;
  margin: 0px auto;
  padding: 30px 0px 0px 0px; }
  @media (max-width: 991px) {
    .modern-banner__description {
      padding: 15px 0px 0px 0px; } }

.modern-banner__action {
  padding: 70px 0px 0px 0px;
}

.btn, .wp-element-button, .single_add_to_cart_button, .woocommerce-message .button.wc-forward, .woocommerce-button {
  color: #f8ecdc !important;
  padding: 15px 30px !important;
  font-size: 1rem !important;
  border-radius: 20px !important;
  font-weight: bold !important;
  transition: all .8s !important;
  text-transform: uppercase !important;
  font-family: "Jost", sans-serif !important;
}
.btn.primary, .wp-element-button, .single_add_to_cart_button, .woocommerce-button {
  background-color: #2A2768 !important;
}
.btn.secondary, .woocommerce-message .button.wc-forward {
  background-color: #286763 !important;
}
.btn.primary:hover, .wp-element-button:hover, .single_add_to_cart_button:hover, .woocommerce-button:hover {
  background-color: #f8ecdc !important;
  color: #2A2768 !important;
}

.btn.primary:disabled, .wp-element-button:disabled, .single_add_to_cart_button:disabled, .woocommerce-button:disabled {
  background-color: #2a276897 !important;
}

.btn.secondary:hover, .woocommerce-message .button.wc-forward:hover {
  background-color: #f8ecdc;
  color: #286763;
}
    
.modern-blog {
  margin: 150px 0px 130px 0px; }
  @media (max-width: 991px) {
    .modern-blog {
      margin: 70px 0px 90px 0px; } }
  .modern-blog .row.slick-slider > div {
    padding: 0px; }
  .modern-blog .row.slick-slider .modern-blog__post {
    margin-left: 30px;
    margin-right: 30px; }
    @media (max-width: 1398px) {
      .modern-blog .row.slick-slider .modern-blog__post {
        margin-left: 15px;
        margin-right: 15px; } }
  .modern-blog .row {
    margin: 0px -30px; }
    @media (max-width: 1398px) {
      .modern-blog .row {
        margin: 0px -15px; } }
    .modern-blog .row > div {
      padding: 0px 30px; }
      @media (max-width: 1398px) {
        .modern-blog .row > div {
          padding: 0px 15px; } }
  .modern-blog .slick-prev,
  .modern-blog .slick-next {
    display: none !important; }
  .modern-blog .slick-dots {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 85px 0px 0px 0px;
    text-align: center; }
    @media (max-width: 991px) {
      .modern-blog .slick-dots {
        padding-top: 35px;
        display: block; } }
    .modern-blog .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 2px; }
      .modern-blog .slick-dots li.slick-active button {
        border-color: #286763; }
      .modern-blog .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .modern-blog .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #286763;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }

.modern-blog__title {
  font-weight: 300;
  text-align: center;
  padding: 0px 0px 30px 0px;
  margin: 0px; }

.modern-blog__post {
  margin-top: 60px;
  position: relative; }
  @media (max-width: 991px) {
    .modern-blog__post {
      margin-top: 15px; } }

.modern-blog__post-image {
  padding: 0px 0px 84% 0px;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  overflow: hidden; }
  .modern-blog__post-image:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0) 51%);
    z-index: 2;
    pointer-events: none; }
  .modern-blog__post-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.modern-blog__post-info {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
  z-index: 4;
  pointer-events: none; }
  @media (max-width: 1398px) {
    .modern-blog__post-info {
      left: 25px;
      right: 25px;
      bottom: 25px; } }
  @media (max-width: 991px) {
    .modern-blog__post-info {
      left: 30px;
      right: 30px;
      bottom: 30px; } }

.modern-blog__post-meta {
  list-style: none;
  padding: 0px 0px 10px 0px;
  margin: 0px; }
  .modern-blog__post-meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #fff;
    font-size: 14px; }
    @media (max-width: 991px) {
      .modern-blog__post-meta li {
        font-size: 12px; } }
    .modern-blog__post-meta li:last-child {
      margin-right: 0px; }
      .modern-blog__post-meta li:last-child:after {
        display: none; }
    .modern-blog__post-meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .modern-blog__post-meta li a {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .modern-blog__post-meta li a {
          font-size: 12px; } }

.modern-blog__post-title {
  padding: 0px;
  margin: 0px; }
  .modern-blog__post-title a {
    color: #fff;
    font-size: 24px;
    line-height: 30px; }

/* ==========================================================================
   8.3 #HOME MODERN CATEGORIES
   ========================================================================== */
.categories {
  margin: 125px 0px 150px 0px; }
  @media (max-width: 991px) {
    .categories {
      margin: 85px 0px 80px 0px; } }
  .categories .slick-dots {
    display: none !important; }
  @media (max-width: 991px) {
    .categories .categories__d-flex > div {
      width: 66%;
      overflow: visible; }
    .categories .slick-dots {
      display: flex !important;
      padding: 0px !important;
      margin: -2px 0px 0px 0px !important;
      list-style: none !important;
      position: absolute;
      top: 100%;
      left: 20px;
      right: 20px; }
      .categories .slick-dots li {
        width: 100%;
        height: 2px;
        background: #e6e6e6; }
        .categories .slick-dots li.slick-active {
          background: #000; }
        .categories .slick-dots li button {
          display: none !important; } }

.categories__d-flex {
  overflow: hidden;
  margin: 0px -35px;
  position: relative; }
  @media (max-width: 991px) {
    .categories__d-flex {
      margin: 0px -20px; } }
  .categories__d-flex > div {
    width: 100%; }

.category {
  width: 20%;
  min-width: 20%;
  padding: 0px 35px; }
  @media (max-width: 991px) {
    .category {
      padding: 0px 20px 55px 20px;
      width: 66%;
      min-width: 66%; } }
  .category:hover .category__title {
    color: #2A2768; }

.category__link {
  display: block; }

.category__image {
  padding: 0px 0px 0px 0px;
  display: block;
  margin: 0px 0px 35px 0px;
  height: 350px;
  background: #F8ECDC;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  position: relative; }
  @media (max-width: 991px) {
    .category__image {
      height: 300px;
      margin-bottom: 30px; } }
  .category__image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }

.category__details {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center; }

.category__title {
  display: block;
  font-size: 30px;
  color: #000;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .category__title {
      font-size: 20px; } }

.category__counter {
  display: block;
  color: #999999; }

.features--modern .features__d-flex {
  margin: 20px 0px;
}

.features--modern .feature__icon i {
  color: #2A2768; }

.home-modern hr {
  background: #e6e6e6; }

.footer--type-2 {
  background: none;
  border-top: 1px solid #f8ecdc; }
  @media (max-width: 991px) {
    .footer--type-2 {
      background: #f2f2f2; } }

.instagram__description a {
  color: #000; }

.instagram_feed {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }
  .instagram_feed li {
    padding: 10px 5px 0px 5px;
    width: 33.333%;
    min-width: 33.333%; }
    .instagram_feed li a {
      display: block;
      padding: 0px 0px 100% 0px;
      margin: 0px;
      position: relative; }
      .instagram_feed li a:hover:before {
        opacity: 1; }
      .instagram_feed li a:hover svg {
        opacity: 1; }
      .instagram_feed li a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .instagram_feed li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 2;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
         }
      .instagram_feed li a svg {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        color: #fff;
        width: 30px;
        height: 30px;
        object-fit: contain;
        z-index: 3;
        opacity: 0;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
         }

/* ==========================================================================
   8.6 #HOME MODERN HEADER
   ========================================================================== */
.home-modern .header__right > li > a span {
  background: #286763; }

.home-modern .header-cart__button--checkout {
  background: #286763;
  border-color: #286763; }

.home-modern .second-button {
  background: #286763; }

.home-modern ::selection {
  color: #ffffff;
  background-color: #286763; }

.header--type-2 .header__container {
  padding: 55px 0px; }
  @media (max-width: 1198px) {
    .header--type-2 .header__container {
      padding: 40px 0px; } }
  @media (max-width: 991px) {
    .header--type-2 .header__container {
      padding: 20px 0px; } }

.header--type-2 .header__open-mobile-menu {
  margin-right: 0px;
  margin-left: 35px; }
  @media (max-width: 991px) {
    .header--type-2 .header__open-mobile-menu {
      margin-left: 22px; } }

@media (min-width: 992px) {
  .header--type-2 .header__open-mobile-menu a i.lnil-menu {
    font-size: 20px; } }

@media (max-width: 1098px) {
  .header--type-2 .header__open-mobile-menu,
  .header--type-2 .mobile-menu {
    display: block; } }

@media (min-width: 992px) {
  .header--type-2 .first-step,
  .header--type-2 .second-step {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1098px) {
  .header--type-2 .mega-menu__standard-column + .mega-menu__standard-column {
    padding-top: 35px; } }

.mobile-menu--type-2 .first-step,
.mobile-menu--type-2 .second-step {
  padding-top: 80px; }

/* ==========================================================================
   8.7 #HOME MODERN NEWSLETTER
   ========================================================================== */
.modern-newsletter {
  margin: 140px 0px 185px 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .modern-newsletter {
      margin: 90px 0px 95px 0px; } }

.modern-newsletter__heading {
  padding: 0px;
  margin: 0px;
  font-weight: 300; }
  .modern-newsletter__heading span {
    color: #e34f40;
    font-weight: 400; }

.modern-newsletter__description {
  font-size: 20px;
  line-height: 36px;
  padding: 44px 0px 0px 0px; }
  @media (max-width: 991px) {
    .modern-newsletter__description {
      padding: 24px 0px 0px 0px;
      font-size: 13px;
      line-height: 20px; }
      .modern-newsletter__description br {
        display: none; } }

.modern-newsletter__form {
  padding: 0px 0px 0px 0px;
  max-width: 570px;
  margin: 63px auto 0px auto;
  position: relative; }
  @media (max-width: 991px) {
    .modern-newsletter__form {
      margin-top: 40px; } }

.modern-newsletter__icon {
  display: block;
  position: absolute;
  top: 19px;
  left: 20px;
  color: #000; }
  @media (max-width: 991px) {
    .modern-newsletter__icon {
      left: 17px;
      top: 17px; } }

.modern-newsletter__input {
  width: 100%;
  border: 1px solid #d0d0d0;
  display: block;
  padding: 13px 100px 13px 65px;
  outline: none; }
  @media (max-width: 991px) {
    .modern-newsletter__input {
      padding: 12px 100px 12px 53px; } }

.modern-newsletter__button {
  position: absolute;
  top: 2px;
  right: 10px;
  display: block;
  padding: 10px;
  background: none;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .modern-newsletter__button {
      font-size: 14px;
      right: 5px; } }

.modern-newsletter__privacy-policy {
  padding: 50px 0px 0px 0px;
  color: #999999; }
  @media (max-width: 991px) {
    .modern-newsletter__privacy-policy {
      padding-top: 23px; } }
  .modern-newsletter__privacy-policy a {
    color: #000;
    display: inline-block;
    position: relative; }
    .modern-newsletter__privacy-policy a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 3px;
      left: 0;
      right: 0;
      height: 1px;
      background: #000; }

.modern-parallax {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 70px;
  position: relative; 
}

.modern-parallax:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
  .modern-parallax .container {
    position: relative;
    z-index: 3; }

.modern-parallax__title {
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px; }
  @media (max-width: 991px) {
    .modern-parallax__title {
      font-size: 24px;
      padding: 0px 35px; } }

.modern-parallax__action {
  padding-top: 20px;
}

.modern-perfect-gift {
  margin: 10px 0px;
  margin-bottom: 70px;
}

.modern-perfect-gift__title {
  text-align: center;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-weight: 300;
}

.modern-perfect-gift__description {
  text-align: center;
}

.modern-perfect-gift__image img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  border-radius: 15px;
}

.product-gift__content {
  margin: 30px auto 0px auto;
  max-width: 530px;
  padding-left: 30px; 
}

@media (max-width: 991px) {
  .product-gift__content {
    max-width: 100%;
    padding: 0px;
  } 
}

.product-gift__title {
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

.product-gift__price {
  font-size: 1rem;
  color: #999999;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .product-gift__price {
      font-size: 16px;
      padding: 20px 0px 23px 0px; } }

.product-gift__value {
  padding: 25px 0px 0px 0px; }
  .product-gift__value p, .gift-card-fields p {
    padding: 0px 0px 9px 0px;
    margin: 0px;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 991px) {
      .product-gift__value p, .gift-card-fields p {
        font-size: 11px; } }
  .product-gift__value ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .product-gift__value ul li {
      margin: 0px 5px 5px 0px; }
      .product-gift__value ul li a {
        display: block;
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 12px 35px 12px 35px;
        min-width: 100px;
        text-align: center;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        color: #999999;
        border-radius: 25px;
      }
        @media (max-width: 991px) {
          .product-gift__value ul li a {
            font-size: 12px;
            min-width: 70px;
            padding: 9px 15px 9px 15px; } }
        .product-gift__value ul li a.active {
          border-color: #000;
          color: #000; }

.product-gift__quantity {
  padding-bottom: 33px;
  padding-top: 22px; }
  .product-gift__quantity .product-gift__quantity-content {
    margin: 0px;
    width: 160px;
    min-width: 1px;
    max-width: 100%;
    position: relative; }
    @media (max-width: 991px) {
      .product-gift__quantity .product-gift__quantity-content {
        width: 110px; } }

.product-gift__quantity-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0px 0px 9px 0px;
  padding: 0px; }
  @media (max-width: 991px) {
    .product-gift__quantity-title {
      font-size: 11px; } }

.product-quantity__minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }
  @media (max-width: 991px) {
    .product-quantity__minus {
      font-size: 12px; } }

.product-quantity__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 60px 12px 60px;
  border: 1px solid #d0d0d0;
  outline: none;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .product-quantity__input {
      font-size: 12px;
      padding: 9px 30px 9px 30px; } }
  .product-quantity__input:focus {
    border-color: #000; }

.product-quantity__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }
  @media (max-width: 991px) {
    .product-quantity__plus {
      font-size: 12px; } }

.product-gift__add-to-cart .button {
  display: block;
  text-align: center;
  color: #000;
  border-color: #000; }
  .product-gift__add-to-cart .button:hover {
    color: #fff;
    border-color: #286763; }
  .product-gift__add-to-cart .button:before {
    background: #286763; }

.product-gift__paypal {
  padding: 15px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product-gift__paypal {
      padding-top: 7px; } }
  .product-gift__paypal a {
    display: block;
    width: 100%;
    background-color: #fdc349;
    padding: 12px 20px 12px 20px;
    color: #000;
    font-size: 16px;
    text-align: center; }
    @media (max-width: 991px) {
      .product-gift__paypal a {
        font-size: 14px;
        padding: 10px 15px; } }
    .product-gift__paypal a img {
      margin-left: 15px; }
      @media (max-width: 991px) {
        .product-gift__paypal a img {
          height: 20px; } }

.product-gift__description {
  margin: 40px 0px 0px 0px;
  color: #666666;
  font-size: 16px;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6; }
  @media (max-width: 991px) {
    .product-gift__description {
      font-size: 12px;
      line-height: 20px;
      margin: 30px 0px 0px 0px; } }
  .product-gift__description a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .product-gift__description a {
        font-size: 11px; } }

.product-gift__share {
  margin: 40px 0px 0px 0px; }
  @media (max-width: 991px) {
    .product-gift__share {
      margin-top: 30px; } }
  .product-gift__share p {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0px 0px 0px;
    margin: 0px 30px 0px 0px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000; }
    @media (max-width: 991px) {
      .product-gift__share p {
        color: #666666;
        font-size: 12px;
        margin-right: 25px;
        padding-top: 1px; } }
  .product-gift__share ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .product-gift__share ul li {
      font-size: 18px;
      margin-right: 22px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 991px) {
        .product-gift__share ul li {
          font-size: 14px;
          margin-right: 18px; } }

/* ==========================================================================
   8.10 #HOME MODERN PRODUCTS
   ========================================================================== */
.home-modern .home-products__title {
  font-weight: 300; }

.home-modern .home-products__container {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media (max-width: 991px) {
    .home-modern .home-products__container {
      padding-top: 60px;
      padding-bottom: 60px; } }

.home-modern .slick-dots li button:before {
  background: #304650; }

.home-modern .slick-dots li.slick-active button {
  border-color: #2A2768; }
  .home-modern .slick-dots li.slick-active button:before {
    background: #2A2768; }

.home-modern .product-grid-item__button a {
  color: #000; }
  .home-modern .product-grid-item__button a:hover {
    background: #2A2768;
    color: #fff; }

.home-products--type-3 {
  background: none; }
  .home-products--type-3 .home-products__container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 150px;
    margin-bottom: 150px; }
    @media (max-width: 991px) {
      .home-products--type-3 .home-products__container {
        margin-top: 60px;
        margin-bottom: 60px; } }

/* ==========================================================================
   8.11 #HOME MODERN SIDEBAR MENU
   ========================================================================== */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none; }
  .sidebar-menu.active {
    pointer-events: auto; }
    .sidebar-menu.active .sidebar-menu__overlay {
      opacity: 1; }
    .sidebar-menu.active .sidebar-menu__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }

.sidebar-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }

.sidebar-menu__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 446px;
  background: #fff;
  z-index: 6;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%); }

.sidebar-menu__close {
  padding: 57px 80px 0px 80px; }
  .sidebar-menu__close a {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #000; }
  .sidebar-menu__close i {
    font-size: 30px; }
  .sidebar-menu__close span {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-left: 25px; }

.sidebar-menu__switchers {
  margin: 62px 80px 0px 80px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 0px 18px 0px;
  display: flex; }

.sidebar-menu__switcher {
  margin-right: 56px;
  position: relative; }
  .sidebar-menu__switcher:last-child {
    margin-right: 0px; }
    .sidebar-menu__switcher:last-child:after {
      display: none; }
  .sidebar-menu__switcher:after {
    top: 50%;
    width: 1px;
    content: "";
    right: -28px;
    height: 25px;
    position: absolute;
    background-color: #dbdbdb;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
  .sidebar-menu__switcher i {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
    pointer-events: none; }
  .sidebar-menu__switcher select {
    color: #000;
    border: none;
    font-size: 16px;
    padding: 0px 25px 0px 0px;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none; }

.sidebar-menu__nav {
  padding: 0px;
  list-style: none;
  margin: 85px 0px; }
  .sidebar-menu__nav > li {
    padding: 0px 80px; }
    .sidebar-menu__nav > li:hover .nav__mega-menu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .sidebar-menu__nav .nav__mega-menu {
    margin: 0px;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 500px;
    border: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    padding: 150px 100px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */ }
    .sidebar-menu__nav .nav__mega-menu::-webkit-scrollbar {
      display: none; }
  .sidebar-menu__nav .nav__mega-menu--full-width {
    max-width: 1030px;
    width: 75vw; }
  .sidebar-menu__nav .mega-menu__standard-column {
    width: 295px; }

.sidebar-nav__item {
  font-size: 30px;
  line-height: 2;
  color: #000; }
  .sidebar-nav__item:hover {
    color: #999999; }

.sidebar-menu__bottom {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 70px; }
  @media (max-height: 900px) {
    .sidebar-menu__bottom {
      display: none; } }

.sidebar-about__title {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.sidebar-about__description {
  color: #000000;
  padding: 12px 0px 0px 0px; }

.sidebar-menu__social {
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  .sidebar-menu__social li {
    margin: 25px 25px 0px 0px; }
    .sidebar-menu__social li:last-child {
      margin-right: 0px; }
    .sidebar-menu__social li a {
      display: block;
      width: 40px;
      height: 40px;
      border: 1px solid #cdcdcd;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      .sidebar-menu__social li a:hover {
        background: #304653;
        border: 1px solid #304653; }
        .sidebar-menu__social li a:hover svg path {
          filL: #fff !important; }
      .sidebar-menu__social li a svg {
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
        .sidebar-menu__social li a svg path {
          fill: #666666 !important;
          transition: all 0.3s ease-in;
          -webkit-transition: all 0.3s ease-in;
           }

/* ==========================================================================
   8.12 #HOME MODERN SLIDER
   ========================================================================== */
.modern-slider .slick-slide {
  display: block !important; }
  .modern-slider .slick-slide > div {
    display: block !important; }

.modern-slider {
  position: relative; }
  .modern-slider .slick-dots {
    display: block;
    position: absolute;
    left: 50%;
    width: 100vw;
    bottom: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: left;
    padding: 0px;
    margin: 0px;
    max-width: 1640px;
    padding: 0px 100px; }
    @media (max-width: 1399px) {
      .modern-slider .slick-dots {
        padding: 0px 70px; } }
    @media (max-width: 1098px) {
      .modern-slider .slick-dots {
        padding: 0px 50px; } }
    @media (max-width: 991px) {
      .modern-slider .slick-dots {
        padding: 0px 20px;
        bottom: 40px;
        text-align: center; } }
    .modern-slider .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 6px 0px 0px; }
      @media (max-width: 991px) {
        .modern-slider .slick-dots li {
          margin: 0px 3px; } }
      .modern-slider .slick-dots li.slick-active button {
        border-color: #286763; }
        .modern-slider .slick-dots li.slick-active button:before {
          background: #286763; }
      .modern-slider .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .modern-slider .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #999999;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }
  .modern-slider .slick-prev {
    position: absolute;
    right: calc((100vw - 1440px)/2 + 73px);
    bottom: 60px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px; }
    @media (max-width: 1640px) {
      .modern-slider .slick-prev {
        right: 190px; } }
    @media (max-width: 1399px) {
      .modern-slider .slick-prev {
        right: 143px; } }
    @media (max-width: 991px) {
      .modern-slider .slick-prev {
        display: none !important; } }
    .modern-slider .slick-prev:hover:before {
      color: #0f0f0e; }
.modern-slider .slick-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2025/02/Icon1.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease-in;
}
  .modern-slider .slick-next {
    position: absolute;
    right: calc((100vw - 1440px)/2);
    bottom: 60px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px; }
    @media (max-width: 1640px) {
      .modern-slider .slick-next {
        right: 100px; } }
    @media (max-width: 1399px) {
      .modern-slider .slick-next {
        right: 70px; } }
    @media (max-width: 991px) {
      .modern-slider .slick-next {
        display: none !important; } }
    .modern-slider .slick-next:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 100%;
      width: 1px;
      height: 40px;
      background: #cbc4c0;
      margin-right: 24px; }
    .modern-slider .slick-next:hover:before {
      color: #0f0f0e; }
.modern-slider .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wp-content/uploads/2025/02/Icon.svg') no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease-in;
}

.modern-slider__item {
  background: #F8ECDC;
  height: 1080px;
  min-height: 100vh;
  position: relative;
  display: none !important; }
  @media (max-width: 1440px) {
    .modern-slider__item {
      height: auto; } }
  .modern-slider__item:first-child {
    display: block !important; }

.modern-slider-item__image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 820px;
  width: 480px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  @media (max-width: 1440px) {
    .modern-slider-item__image {
      height: 46vw;
      width: 28vw; } }
  @media (max-width: 991px) {
    .modern-slider-item__image {
      width: 218px;
      height: 371px; } }
  .modern-slider-item__image:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    border: 1px solid #c7bdb6;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px; }
    @media (max-width: 1198px) {
      .modern-slider-item__image:before {
        top: -30px;
        left: -30px;
        right: -30px;
        bottom: -30px; } }
    @media (max-width: 991px) {
      .modern-slider-item__image:before {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px; } }
  .modern-slider-item__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px; }

.slick-current.slick-active .modern-slider-item__left-content > .container.active {
  opacity: 1; }

.modern-slider-item__left-content {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .modern-slider-item__left-content {
      display: none; } }
  .modern-slider-item__left-content > .container {
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
     }

.slick-current.slick-active .modern-slider-item__right-content > .container.active {
  opacity: 1; }

.modern-slider-item__right-content {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: right; }
  @media (max-width: 991px) {
    .modern-slider-item__right-content {
      display: none; } }
  .modern-slider-item__right-content > .container {
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
     }

.slick-current.slick-active .modern-slider-item__main-heading.active {
  opacity: 1; }

.modern-slider-item__main-heading {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 160px;
  text-align: center;
  font-family: 'DTGetai', 'sans-serif' !important;
  font-size: 300px;
  color: #2A2768;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
}
    .modern-slider-item__main-heading {
      font-size: 10vw;
      bottom: 120px; }
    
  @media (max-width: 991px) {
    .modern-slider-item__main-heading {
      font-size: 22vw;
      bottom: 17%; } }
  @media (max-width: 767px) {
    .modern-slider-item__main-heading {
      bottom: 27%; } }

.modern-slider-item__main-heading--type-2 {
  bottom: 115px; }
  @media (max-width: 1440px) {
    .modern-slider-item__main-heading--type-2 {
      bottom: 90px; } }
  @media (max-width: 991px) {
    .modern-slider-item__main-heading--type-2 {
      bottom: 16%; } }
  @media (max-width: 767px) {
    .modern-slider-item__main-heading--type-2 {
      bottom: 26%; } }

.slick-current.slick-active .modern-slider-item__second-heading.active {
  opacity: 1; }

.modern-slider-item__second-heading {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 420px;
  text-align: center;
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #286763;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 1440px) {
    .modern-slider-item__second-heading {
      bottom: 330px; } }
  @media (max-width: 1198px) {
    .modern-slider-item__second-heading {
      bottom: 300px; } }
  @media (max-width: 991px) {
    .modern-slider-item__second-heading {
      bottom: 37%; } }
  @media (max-width: 767px) {
    .modern-slider-item__second-heading {
      bottom: 40%; } }

.slick-current.slick-active .modern-slider-item__circle.active {
  opacity: 1; }

.modern-slider-item__circle {
  position: absolute;
  top: 17%;
  left: 50%;
  margin-left: 110px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .modern-slider-item__circle {
      margin-left: 57px;
      top: 30%; } }
  .modern-slider-item__circle img {
    width: 225px;
    -webkit-animation: spin 12s linear infinite;
    -moz-animation: spin 12s linear infinite;
    animation: spin 12s linear infinite; }
    @media (max-width: 1440px) {
      .modern-slider-item__circle img {
        width: 15vw; } }
    @media (max-width: 991px) {
      .modern-slider-item__circle img {
        width: 117px; } }

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

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

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

.color--green {
  color: #706946; }

.color--red {
  color: #ca5034; }

.color--white {
  color: #fff; }

/* ==========================================================================
   9. Home full width styles
   ========================================================================== */
/* ==========================================================================
   9.1 #HOME FULL WIDTH COLORS
   ========================================================================== */
.home-full-width .header-cart__button--checkout {
  background: #1d211d;
  border-color: #1d211d; }

.home-full-width .button {
  border-color: #1d211d;
  color: #1d211d; }
  .home-full-width .button:before {
    background: #1d211d; }
  .home-full-width .button:hover {
    color: #fff; }

.home-full-width .second-button {
  background: #1d211d; }

.home-full-width ::selection {
  color: #ffffff;
  background-color: #1d211d; }

.home-full-width .product-grid-item__button a {
  color: #1d211d; }
  .home-full-width .product-grid-item__button a:hover {
    background: #1d211d;
    color: #fff; }

.home-full-width .product__available-size li a:not(.out-of-stock):hover, .home-full-width .product__available-size li a.active {
  background: #1d211d;
  border-color: #1d211d; }

/* ==========================================================================
   9.2 #HOME FULL WIDTH FOOTER
   ========================================================================== */
.full-width-footer {
  background: #fff;
  border-top: 1px solid #f8ecdc;
  padding: 0px 0px 100px 0px; }
  @media (max-width: 991px) {
    .full-width-footer {
      padding-bottom: 65px; } }

.full-width-footer__center {
  margin-top: 85px;
  position: relative; }
  @media (max-width: 991px) {
    .full-width-footer__center {
      margin-top: 27px;
      flex-wrap: wrap; } }

.full-width-footer__links {
  list-style: none;
  padding: 0px;
  margin: 0px auto 0px 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .full-width-footer__links {
      width: 100%;
      justify-content: center; } }
  .full-width-footer__links li {
    margin-right: 65px; }
    @media (max-width: 1098px) {
      .full-width-footer__links li {
        margin-right: 40px; } }
    @media (max-width: 991px) {
      .full-width-footer__links li {
        margin: 38px 24px 0px 24px; }
        .full-width-footer__links li:first-child {
          margin-left: 0px; }
        .full-width-footer__links li:last-child {
          margin-right: 0px; } }
    .full-width-footer__links li:last-child {
      margin-right: 0px; }
    .full-width-footer__links li a {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #000; }
      @media (max-width: 991px) {
        .full-width-footer__links li a {
          font-size: 13px; } }

.full-width-footer__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }
  @media (max-width: 991px) {
    .full-width-footer__logo {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      width: 100%;
      text-align: center;
      order: 100;
      margin-top: 40px; } }

.full-width-footer__language {
  padding-left: 87px;
  font-size: 14px;
  color: #000; }
  @media (max-width: 991px) {
    .full-width-footer__language {
      width: 100%;
      padding: 32px 0px 0px 0px;
      text-align: center; } }
  .full-width-footer__language i {
    padding-right: 10px; }

.full-width-footer__socials {
  list-style: none;
  padding: 0px 0px 0px 87px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1098px) {
    .full-width-footer__socials {
      padding-left: 60px; } }
  @media (max-width: 991px) {
    .full-width-footer__socials {
      width: 100%;
      padding: 8px 0px 0px 0px;
      justify-content: center; } }
  .full-width-footer__socials li {
    padding-left: 26px; }
    @media (max-width: 991px) {
      .full-width-footer__socials li {
        padding: 24px 12px 0px 12px !important; } }
    .full-width-footer__socials li:first-child {
      padding-left: 0px; }
    .full-width-footer__socials li a {
      font-size: 20px;
      color: #000; }
      @media (max-width: 991px) {
        .full-width-footer__socials li a {
          font-size: 18px; } }

.full-width-footer__newsletter {
  max-width: 370px;
  margin-top: 100px; }
  @media (max-width: 991px) {
    .full-width-footer__newsletter {
      margin-top: 30px;
      max-width: 305px; } }
  .full-width-footer__newsletter .modern-newsletter__icon {
    top: 16px; }
  .full-width-footer__newsletter .modern-newsletter__input {
    padding: 10px 130px 10px 54px;
    border: 1px solid #dbdbdb; }
  .full-width-footer__newsletter .modern-newsletter__button {
    outline: none;
    font-size: 14px;
    font-weight: 600; }

.full-width-footer__copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .full-width-footer__copyright {
      font-size: 13px; } }
  .full-width-footer__copyright span {
    color: #000; }

/* ==========================================================================
   9.3 #HOME FULL WIDTH HEADER
   ========================================================================== */
.header.invert-design:not(.fixed):not(.with-mobile-menu) .header__logo a,
.header.invert-design:not(.fixed):not(.with-mobile-menu) .nav__item,
.header.invert-design:not(.fixed):not(.with-mobile-menu) .nav__item--current,
.header.invert-design:not(.fixed):not(.with-mobile-menu) .header__right > li > a,
.header.invert-design:not(.fixed):not(.with-mobile-menu) .header-cart__price {
  color: #fff; }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .header__right .header__canvas-menu {
  border-color: rgba(255, 255, 255, 0.2); }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .header-cart,
.header.invert-design:not(.fixed):not(.with-mobile-menu) .nav__mega-menu {
  border: none; }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .nav__item--current:before {
  background: #fff; }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .logo--default {
  display: none; }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .logo--invert-design {
  opacity: 1 !important; }

.header.invert-design:not(.fixed):not(.with-mobile-menu) .header__open-mobile-menu i {
  color: #fff; }

.header--type-3 {
  border-bottom: 1px solid transparent; }
  .header--type-3.fixed {
    box-shadow: none;
    -webkit-box-shadow: none;
    
    border-bottom: 1px solid #f8ecdc; }
    .header--type-3.fixed .header__container {
      padding: 48px 0px; }
      @media (max-width: 991px) {
        .header--type-3.fixed .header__container {
          padding: 22px 0px; } }
  .header--type-3 .header__container {
    padding: 58px 0px; }
    @media (max-width: 991px) {
      .header--type-3 .header__container {
        padding: 22px 0px; } }
  .header--type-3 .header__nav {
    margin-left: 0px; }
    .header--type-3 .header__nav li {
      margin-right: 3.5vw; }
      @media (min-width: 1920px) {
        .header--type-3 .header__nav li {
          margin-right: 65px; } }
  .header--type-3 .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }
  .header--type-3 .header__logo a {
    color: #000; }
  .header--type-3 .nav__item--current,
  .header--type-3 .nav__item {
    color: #000;
    font-weight: 400; }
  .header--type-3 .nav__item--current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background: #000;
    transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
     }
  .header--type-3 .header__right > li > a span {
    background: #000; }
  .header--type-3 .header__right .header__canvas-menu {
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in; }

.logo--default {
  display: block; }

.logo--invert-design {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  opacity: 0 !important;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }

.inner-page .header--type-3 {
  background: #fff; }

@media (min-width: 992px) {
  .inner-page .header--type-3 .header__container {
    padding: 45px 0px; } }

/* ==========================================================================
   9.4 #HOME FULL WIDTH PRODUCTS
   ========================================================================== */
.full-width-products {
  background: #f2f2f2;
  padding: 85px 0px 120px 0px; }
  @media (max-width: 1098px) {
    .full-width-products {
      padding: 65px 0px 70px 0px; } }
  @media (max-width: 991px) {
    .full-width-products {
      padding: 45px 0px 90px 0px; } }
  .full-width-products .product-grid-item {
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 1098px) {
      .full-width-products .product-grid-item {
        margin-top: 45px; } }
    @media (max-width: 991px) {
      .full-width-products .product-grid-item {
        margin-top: 40px; } }
  .full-width-products .product-grid-item__tag,
  .full-width-products .product-grid-item__wishlist {
    display: none; }
  .full-width-products > .row,
  .full-width-products .container > .row {
    margin-top: -25px; }

/* Product filter */
.product-filter {
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .product-filter {
      flex-wrap: wrap; } }

.product-filter__nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .product-filter__nav {
      width: 100%;
      justify-content: center; } }
  .product-filter__nav li {
    margin-right: 35px; }
    @media (max-width: 991px) {
      .product-filter__nav li {
        margin: 0px 15px; }
        .product-filter__nav li:first-child {
          margin-left: 0px; }
        .product-filter__nav li:last-child {
          margin-right: 0px; } }
    .product-filter__nav li a {
      font-size: 18px;
      color: #000;
      display: inline-block;
      position: relative; }
      @media (max-width: 991px) {
        .product-filter__nav li a {
          font-size: 14px; } }
      .product-filter__nav li a.active:before {
        right: 0; }
      .product-filter__nav li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background: #000;
        transition: right 0.3s ease-in;
        -webkit-transition: right 0.3s ease-in;
         }

.product-filter__open {
  margin-left: auto;
  cursor: pointer;
  font-size: 18px;
  color: #000; }
  @media (max-width: 991px) {
    .product-filter__open {
      width: 100%;
      margin: 34px 0px 0px 0px;
      font-size: 14px;
      border: 1px solid #000000;
      text-align: center;
      padding: 9px 15px; } }
  .product-filter__open i {
    padding-left: 10px; }

@media (min-width: 992px) {
  .col-lg-25 {
    flex: 0 0 auto;
    width: 20%; } }

@media (min-width: 1400px) {
  .col-xxl-25 {
    flex: 0 0 auto;
    width: 20%; } }

.top-filter {
  border: 1px solid #d0d0d0;
  background: #fff;
  clear: both;
  padding: 50px 55px;
  position: relative;
  display: none; }
  @media (max-width: 1098px) {
    .top-filter {
      padding: 40px 45px; } }
  @media (max-width: 991px) {
    .top-filter {
      padding: 0px 25px 30px 25px; } }

.widget__title {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: "Jost", sans-serif; }
  @media (max-width: 991px) {
    .widget__title {
      font-size: 12px;
      padding-bottom: 20px;
      padding-top: 30px; } }

.widget__collections {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .widget__collections li a {
    color: #000; }
    @media (max-width: 991px) {
      .widget__collections li a {
        line-height: 2; } }
    .widget__collections li a:hover {
      color: #999; }

.widget__checkbox-options {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 30px; }
  .widget__checkbox-options li label {
    color: #000;
    cursor: pointer; }
    .widget__checkbox-options li label input {
      display: none; }
    .widget__checkbox-options li label input:checked + span:before {
      display: block; }
    .widget__checkbox-options li label input:checked + span:after {
      border: 1px solid #000; }
    .widget__checkbox-options li label span {
      display: block;
      font-size: 16px;
      padding-left: 35px;
      position: relative; }
      @media (max-width: 991px) {
        .widget__checkbox-options li label span {
          font-size: 14px; } }
      .widget__checkbox-options li label span i {
        display: inline-block;
        vertical-align: top;
        width: 8px;
        height: 8px;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        margin: 11px 12px 0px 0px; }
      .widget__checkbox-options li label span:before {
        top: 1px;
        left: 5px;
        display: none;
        font-size: 10px;
        content: "îŽ";
        position: absolute;
        font-family: "LineIconsPro Light";
        font-weight: bold;
        color: #000000; }
      .widget__checkbox-options li label span:after {
        top: 6px;
        left: 0;
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        border: 1px solid #c0c0c0; }

.widget__price-slider {
  margin-top: 10px; }
  .widget__price-slider .ui-slider {
    border: none;
    background: #ececec;
    height: 3px;
    width: 96%; }
    .widget__price-slider .ui-slider:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      bottom: -20px;
      left: 0;
      right: 0;
      cursor: pointer; }
  .widget__price-slider .ui-slider-range {
    background: #1d211d; }
  .widget__price-slider .ui-slider-handle {
    top: -4px;
    border: none;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border-radius: 0;
    background: #fff;
    outline: none;
    border: 1px solid #c0c0c0; }
    .widget__price-slider .ui-slider-handle:before {
      content: '';
      display: block;
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px; }

.price-slider__value {
  padding-top: 15px; }
  .price-slider__value span {
    font-size: 16px;
    color: #999; }
  .price-slider__value input {
    width: 50%;
    padding: 0;
    border: none;
    color: #000;
    background: none;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    box-shadow: none;
    font-family: "Jost", sans-serif;
    display: inline-block;
    outline: none; }

.widget__view-result {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .widget__view-result {
      padding-top: 30px; } }
  .widget__view-result .second-button {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

/* Loader */
.loading-spin {
  padding: 100px 0px 0px 0px; }
  @media (max-width: 991px) {
    .loading-spin {
      padding: 80px 0px 0px 0px; } }

.loader {
  font-size: 10px;
  margin: 0px auto;
  text-indent: -9999em;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  background: linear-gradient(to right, #f2f2f2 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  @media (max-width: 991px) {
    .loader {
      width: 30px;
      height: 30px; } }

.loader:before {
  width: 50%;
  height: 50%;
  background: #999999;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.loader:after {
  background: #f2f2f2;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ==========================================================================
   9.5 #HOME FULL WIDTH PROMO BAR
   ========================================================================== */
.promo-bar--type-2 {
  background: #1d211d; }

/* ==========================================================================
   9.6 #HOME FULL WIDTH SLIDER
   ========================================================================== */
.default-slider--full-width .default-slider-item__image {
  left: 0; }

@media (max-width: 991px) {
  .default-slider--full-width .default-slider-item__content {
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); } }

@media (max-width: 991px) {
  .default-slider--full-width .default-slider-item__tag {
    display: block;
    font-size: 12px;
    padding-bottom: 30px !important; } }

.default-slider--full-width .default-slider-item__container {
  max-width: 100%;
  text-align: center; }
  @media (max-width: 991px) {
    .default-slider--full-width .default-slider-item__container {
      padding: 0px; } }

.default-slider--full-width .default-slider-item__tag,
.default-slider--full-width .default-slider-item__heading,
.default-slider--full-width .default-slider-item__description {
  color: #fff; }

.default-slider--full-width .button {
  border-color: #fff;
  color: #fff;
  background: none !important; }
  .default-slider--full-width .button:before {
    background: #fff; }
  .default-slider--full-width .button:hover {
    color: #000; }

.default-slider--full-width .default-slider-item__tag {
  padding-bottom: 50px; }

.default-slider--full-width .default-slider-item__heading {
  font-size: 120px;
  font-weight: 300; }
  @media (max-width: 1098px) {
    .default-slider--full-width .default-slider-item__heading {
      font-size: 90px; } }
  @media (max-width: 991px) {
    .default-slider--full-width .default-slider-item__heading {
      font-size: 60px; } }

.default-slider--full-width .default-slider-item__description {
  font-size: 20px;
  line-height: 36px;
  padding-top: 72px; }
  @media (max-width: 991px) {
    .default-slider--full-width .default-slider-item__description {
      font-size: 13px;
      line-height: 20px;
      padding-top: 40px; } }

.default-slider--full-width .slick-dots {
  text-align: center; }
  .default-slider--full-width .slick-dots li {
    margin-left: 3px;
    margin-right: 3px; }

.default-slider--full-width .slick-dots li.slick-active button {
  border-color: #fff; }

.default-slider--full-width .slick-dots li button:before,
.default-slider--full-width .slick-dots li.slick-active button:before {
  background: #fff; }

/* ==========================================================================
   10. Home collections styles
   ========================================================================== */
/* ==========================================================================
   10.1 #HOME COLLECTIONS - BANNERS
   ========================================================================== */
.collections-banners {
  margin: 70px 0px; }
  @media (max-width: 1298px) {
    .collections-banners {
      margin: 40px 0px; } }
  @media (max-width: 991px) {
    .collections-banners {
      margin: 20px 0px; } }
  .collections-banners .row {
    margin: 0px -15px; }
    @media (max-width: 991px) {
      .collections-banners .row {
        margin: 0px -10px; } }
    .collections-banners .row > div {
      padding: 0px 15px; }
      @media (max-width: 991px) {
        .collections-banners .row > div {
          padding: 0px 10px; } }
    @media (max-width: 991px) {
      .collections-banners .row > div + div {
        padding-top: 20px; } }

.inner-page .collections-banners {
  margin: 30px 0px; }
  @media (max-width: 991px) {
    .inner-page .collections-banners {
      margin: 20px 0px; } }

.collections-banner {
  position: relative; }

.collections-banner__image {
  padding: 0px 0px 106% 0px;
  position: relative; }
  .collections-banner__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.collections-banner__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10%;
  text-align: center; }

.collections-banner__tag {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 1298px) {
    .collections-banner__tag {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .collections-banner__tag {
      font-size: 12px;
      line-height: 1.5; } }

.collections-banner__title {
  padding: 20px 0px 0px 0px;
  margin: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 1;
  font-weight: 500; }
  @media (max-width: 1440px) {
    .collections-banner__title {
      font-size: 70px; } }
  @media (max-width: 1298px) {
    .collections-banner__title {
      font-size: 60px; } }
  @media (max-width: 991px) {
    .collections-banner__title {
      font-size: 48px;
      padding-top: 20px; } }

.collections-banners--type-2 {
  margin: 30px 0px; }
  .collections-banners--type-2 .row > div {
    padding-top: 0px; }
  .collections-banners--type-2 .collections-banner__image {
    padding-bottom: 51.6%; }
    @media (max-width: 991px) {
      .collections-banners--type-2 .collections-banner__image {
        padding-bottom: 90%; } }
  .collections-banners--type-2 .collections-banner__content {
    bottom: 13%; }
  .collections-banners--type-2 .collections-banner__title {
    font-size: 120px; }
    @media (max-width: 1440px) {
      .collections-banners--type-2 .collections-banner__title {
        font-size: 100px; } }
    @media (max-width: 1298px) {
      .collections-banners--type-2 .collections-banner__title {
        font-size: 80px; } }
    @media (max-width: 991px) {
      .collections-banners--type-2 .collections-banner__title {
        font-size: 44px; } }
  .collections-banners--type-2 .collections-banner__tag {
    font-size: 18px;
    line-height: 30px;
    text-transform: none; }
    @media (max-width: 1298px) {
      .collections-banners--type-2 .collections-banner__tag {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .collections-banners--type-2 .collections-banner__tag {
        font-size: 12px;
        line-height: 1.5; } }

.collections-banners--type-3 {
  margin: 30px 0px; }
  .collections-banners--type-3 .collections-banner__image {
    padding-bottom: 128%; }
  .collections-banners--type-3 .collections-banner__tag {
    font-size: 14px; }
    @media (max-width: 1298px) {
      .collections-banners--type-3 .collections-banner__tag {
        font-size: 12px; } }
  .collections-banners--type-3 .collections-banner__title {
    font-size: 50px; }
    @media (max-width: 1440px) {
      .collections-banners--type-3 .collections-banner__title {
        font-size: 40px; } }
    @media (max-width: 1298px) {
      .collections-banners--type-3 .collections-banner__title {
        font-size: 30px; } }

.collections-banner--black-text * {
  color: #000; }

.collections-banner > .collections-banner__tag {
  position: absolute;
  top: 10%;
  left: 20px;
  right: 20px;
  text-align: center; }

/* ==========================================================================
   10.2 #HOME COLLECTIONS - BLOG
   ========================================================================== */
.collections-our-journal {
  margin: 150px 0px 150px 0px; }
  @media (max-width: 1198px) {
    .collections-our-journal {
      margin: 100px 0px; } }
  @media (max-width: 991px) {
    .collections-our-journal {
      margin: 70px 0px; } }
  .collections-our-journal .our-journal__post-image a {
    padding-bottom: 73.7%; }
  .collections-our-journal .our-journal__post-meta {
    padding-top: 10px;
    padding-bottom: 5px; }
  .collections-our-journal .slick-slider {
    margin: 0px; }
  .collections-our-journal .row {
    margin: 0px -15px; }
  .collections-our-journal .slick-list {
    margin: 0px;
    padding: 0px; }
    .collections-our-journal .slick-list .slick-slide {
      padding: 0px 15px; }
  .collections-our-journal .slick-prev,
  .collections-our-journal .slick-next {
    display: none !important; }
  .collections-our-journal .slick-dots {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 85px 0px 0px 0px;
    text-align: center; }
    @media (max-width: 991px) {
      .collections-our-journal .slick-dots {
        padding-top: 35px;
        display: block; } }
    .collections-our-journal .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 2px; }
      .collections-our-journal .slick-dots li.slick-active button {
        border-color: #000; }
      .collections-our-journal .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .collections-our-journal .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #000;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }

/* ==========================================================================
   10.3 #HOME COLLECTIONS - BRANDS
   ========================================================================== */
.home-brands__items {
  margin: 90px 0px 90px 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .home-brands__items {
      margin: 40px 0px;
      flex-wrap: wrap; } }

.home-brand-item {
  margin: 0px auto;
  padding: 0px 30px; }
  .home-brand-item:first-of-type {
    margin-left: 0px;
    padding-left: 0px; }
  .home-brand-item:last-of-type {
    margin-right: 0px;
    padding-right: 0px; }
  @media (max-width: 991px) {
    .home-brand-item {
      width: 50%;
      min-width: 50%;
      padding: 10px 0px 10px 0px;
      text-align: center; } }
  .home-brand-item a {
    display: block;
    opacity: 0.4;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
     }
    .home-brand-item a:hover {
      opacity: 1; }
    .home-brand-item a img {
      display: inline-block;
      max-width: 100%; }
      @media (max-width: 991px) {
        .home-brand-item a img {
          max-height: 40px;
          max-width: 100px;
          margin: 0px auto; } }

/* ==========================================================================
   10.4 #HOME COLLECTIONS COLORS
   ========================================================================== */
.home-collections .header__right > li > a span {
  background: #000000; }

.home-collections .header-cart__button--checkout {
  background: #000;
  border-color: #000; }

.home-collections ::selection {
  color: #ffffff;
  background-color: #000; }

/* ==========================================================================
   10.5 #HOME COLLECTIONS - FOOTER
   ========================================================================== */
.collections-footer {
  margin: 230px 0px 125px 0px;
  border-top: 1px solid #dbdbdb; }
  @media (max-width: 1198px) {
    .collections-footer {
      margin: 140px 0px 90px 0px; } }
  @media (max-width: 991px) {
    .collections-footer {
      margin: 70px 0px 60px 0px; } }

.collections-footer__top {
  border-bottom: 1px solid #dbdbdb; }
  @media (max-width: 991px) {
    .collections-footer__top {
      border: none; } }
  @media (max-width: 991px) {
    .collections-footer__top .row {
      margin: 0px -20px; } }
  .collections-footer__top .row > div {
    border-left: 1px solid #dbdbdb; }
    @media (max-width: 991px) {
      .collections-footer__top .row > div {
        padding: 0px 20px;
        border: none;
        border-bottom: 1px solid #dbdbdb !important; } }
    .collections-footer__top .row > div:first-child {
      border: none; }

.collections-footer__about {
  padding: 80px 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .collections-footer__about {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .collections-footer__about {
      padding: 50px 20px; } }

.collections-footer__title {
  font-size: 18px;
  padding: 0px 0px 25px 0px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 991px) {
    .collections-footer__title {
      font-size: 16px; } }

.collections-footer__description {
  font-size: 16px;
  line-height: 26px;
  color: #999999; }
  @media (max-width: 991px) {
    .collections-footer__description {
      font-size: 14px;
      line-height: 24px; } }

.collections-footer__social {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .collections-footer__social {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .collections-footer__social {
      padding: 50px 20px; } }

.collections-footer__social-item {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #999999;
  margin: 6px 12px 0px 12px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .collections-footer__social-item {
      font-size: 18px; } }

.collections-footer__newsletter {
  padding: 80px;
  text-align: center; }
  @media (max-width: 1199px) {
    .collections-footer__newsletter {
      padding: 80px 50px; } }
  @media (max-width: 991px) {
    .collections-footer__newsletter {
      padding: 50px 20px; } }

.collections-footer__newsletter-form {
  position: relative; }

.collections-footer__newsleter-input {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
  color: #000;
  font-size: 16px;
  padding: 11px 130px 11px 20px;
  outline: none; }
  @media (max-width: 991px) {
    .collections-footer__newsleter-input {
      font-size: 14px;
      padding-top: 9px;
      padding-bottom: 9px; } }
  .collections-footer__newsleter-input::-webkit-input-placeholder {
    color: #cccccc; }
  .collections-footer__newsleter-input::-moz-placeholder {
    color: #cccccc; }
  .collections-footer__newsleter-input:-ms-input-placeholder {
    color: #cccccc; }
  .collections-footer__newsleter-input:-moz-placeholder {
    color: #cccccc; }

.collections-footer__newsletter-button {
  right: 10px;
  top: 13px;
  color: #000;
  border: none;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.5px;
  display: block;
  outline: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
   }
  @media (max-width: 991px) {
    .collections-footer__newsletter-button {
      font-size: 12px;
      top: 10px; } }

.collections-footer__menu {
  list-style: none;
  padding: 50px 0px 0px 0px;
  margin: 0px;
  text-align: center; }
  @media (max-width: 991px) {
    .collections-footer__menu {
      padding-top: 40px;
      overflow-x: scroll;
      white-space: nowrap; } }
  .collections-footer__menu li {
    margin: 0px 26px;
    display: inline-block; }
    @media (max-width: 991px) {
      .collections-footer__menu li {
        margin: 0px 18px; } }
    .collections-footer__menu li a {
      color: #666;
      text-transform: uppercase;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 16px; }
      @media (max-width: 991px) {
        .collections-footer__menu li a {
          font-size: 12px; } }
      .collections-footer__menu li a:hover {
        color: #000; }

.collections-footer__copyright {
  text-align: center;
  padding: 45px 0px 0px 0px;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .collections-footer__copyright {
      font-size: 14px;
      padding-top: 30px; } }
  .collections-footer__copyright span {
    color: #000; }

/* ==========================================================================
   10.6 #HOME COLLECTIONS - HEADER
   ========================================================================== */
.home-collections .header {
  background: #fff; }

.home-collections .header.fixed .header__nav--type-2 .nav__item {
  padding-top: 15px;
  padding-bottom: 15px; }

.inner-page .fixed-header {
  height: 112px; }
  @media (max-width: 991px) {
    .inner-page .fixed-header {
      height: 66px; } }

.header__container {
  z-index: 100; }

.header--type-4 .header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.header--type-4 .header__container {
  padding: 25px 0px;
}

  @media (max-width: 991px) {
    .header--type-4 .header__container {
      padding: 20px 0px; } }

.header__nav--type-2 {
  border-top: 1px solid #dbdbdb;
  margin: 0px;
  justify-content: center; }
  .header__nav--type-2 > li {
    margin: 0px; }
    .header__nav--type-2 > li:first-child .nav__item:after {
      display: none; }
  .header__nav--type-2 .nav__item--current:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #000; }
    @media (max-width: 1198px) {
      .header__nav--type-2 .nav__item--current:before {
        left: 20px;
        right: 20px; } }
  .header__nav--type-2 .nav__item {
    color: #000;
    padding: 22px 30px;
    display: block;
    position: relative; }
    @media (max-width: 1198px) {
      .header__nav--type-2 .nav__item {
        padding-left: 20px;
        padding-right: 20px; } }
    .header__nav--type-2 .nav__item:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: -2px;
      width: 4px;
      height: 4px;
      background: #cccccc;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      
      margin-top: -2px; }
.header__nav--type-2 .nav__item:hover {
  color: #fff; 
}
  .header__nav--type-2 .nav__mega-menu {
    margin-left: -40px; }
  .header__nav--type-2 .nav__mega-menu--full-width {
    margin-left: 0px; }

.header__search {
  width: 270px;
  position: relative; }
  @media (max-width: 991px) {
    .header__search {
      display: none; } }

.header-search__button {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 10px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none; }

.header-search__input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #dbdbdb;
  padding: 5px 0px 5px 30px;
  color: #000;
  font-size: 16px;
  transition: border 0.3s ease-in;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in; }
  .header-search__input::-webkit-input-placeholder {
    color: #999999; }
  .header-search__input::-moz-placeholder {
    color: #999999; }
  .header-search__input:-ms-input-placeholder {
    color: #999999; }
  .header-search__input:-moz-placeholder {
    color: #999999; }
  .header-search__input:focus {
    border-color: #000; }

.wrap-dropdown {
  position: relative; }
  @media (max-width: 991px) {
    .wrap-dropdown {
      display: none; } }
  .wrap-dropdown:hover .dropdown {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.open-dropdown {
  font-size: 16px !important;
  text-transform: uppercase;
  margin-right: 18px; }
  .open-dropdown i {
    padding-left: 11px;
    font-size: 12px; }

.dropdown {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d0d0d0;
  width: auto;
  padding: 30px;
  white-space: nowrap;
  margin-top: 25px;
  line-height: 1.875;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  .dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px; }

/* ==========================================================================
   10.7 #HOME COLLECTIONS - PRODUCTS
   ========================================================================== */
.home-products--type-4 {
  background: none;
  padding: 0px;
  margin: 110px 0px 140px 0px; }
  @media (max-width: 991px) {
    .home-products--type-4 {
      margin: 70px 0px; } }
  .home-products--type-4 .home-products__container {
    padding: 0px; }
  .home-products--type-4 .home-products__title {
    font-weight: 500; }
  .home-products--type-4 .slick-list {
    margin: 0px -15px; }
    .home-products--type-4 .slick-list .slick-slide {
      padding: 0px 15px; }
  .home-products--type-4 .slick-next,
  .home-products--type-4 .slick-prev {
    display: none !important; }
  .home-products--type-4 .slick-dots {
    display: flex !important;
    padding: 0px !important;
    margin: 75px 0px 0px 0px !important;
    list-style: none !important; }
    @media (max-width: 991px) {
      .home-products--type-4 .slick-dots {
        margin: 45px 0px 0px 0px !important; } }
    .home-products--type-4 .slick-dots li {
      width: 100%;
      height: 2px;
      background: #e6e6e6;
      margin: 0px; }
      .home-products--type-4 .slick-dots li.slick-active {
        background: #000; }
      .home-products--type-4 .slick-dots li button {
        display: none !important; }

/* ==========================================================================
   10.8 #HOME COLLECTIONS - PROMOBAR
   ========================================================================== */
.promo-bar--type-3 {
  background: #fff;
  color: #000;
}
  @media (max-width: 991px) {
    .promo-bar--type-3 {
      padding: 15px 0px 5px 0px; } }

/* ==========================================================================
   10.9 #HOME COLLECTIONS - TWEET
   ========================================================================== */
.tweet {
  margin: 180px 0px 170px 0px; }
  @media (max-width: 1198px) {
    .tweet {
      margin: 100px 0px; } }
  @media (max-width: 991px) {
    .tweet {
      margin: 70px 0px; } }

.tweet__icon svg {
  margin: 0px auto;
  display: block; }
  @media (max-width: 991px) {
    .tweet__icon svg {
      width: 40px;
      height: 40px; } }
  .tweet__icon svg path {
    fill: #00ccff !important; }

.tweet__content {
  max-width: 920px;
  margin: 50px auto 0px auto;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  color: #000; }
  @media (max-width: 991px) {
    .tweet__content {
      font-size: 18px;
      line-height: 30px;
      margin-top: 40px; } }
  .tweet__content a {
    color: #00ccff; }

.tweet__meta {
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  text-align: center; }
  .tweet__meta li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #666666; }
    @media (max-width: 991px) {
      .tweet__meta li {
        font-size: 11px; } }
    .tweet__meta li:first-child:before {
      display: none; }
    .tweet__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 0px 7px; }
    .tweet__meta li a {
      color: #666666; }

/* ==========================================================================
   11. Home popular styles
   ========================================================================== */
/* ==========================================================================
   11.1 #HOME POPULAR BANNERS
   ========================================================================== */
.popular-banner {
  width: 50%;
  height: 870px;
  position: relative; }
  @media (max-width: 1920px) {
    .popular-banner {
      height: 45.3vw; } }
  @media (max-width: 991px) {
    .popular-banner {
      height: 73vw;
      width: 100%; } }

.popular-banner--large {
  width: 61%; }
  @media (max-width: 991px) {
    .popular-banner--large {
      width: 100%; } }

.popular-banner--small {
  width: 39%; }
  @media (max-width: 991px) {
    .popular-banner--small {
      width: 100%;
      height: 115vw; } }

.popular-banners__d-flex {
  flex-wrap: wrap; }

.popular-banner__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.popular-banner__content {
  position: absolute;
  bottom: 85px;
  left: 90px;
  z-index: 3; }
  @media (max-width: 1920px) {
    .popular-banner__content {
      left: 4.3vw;
      bottom: 4.15vw; } }
  @media (max-width: 991px) {
    .popular-banner__content {
      left: 20px;
      bottom: 30px; } }

.popular-banner__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .popular-banner__title {
      font-size: 24px;
      line-height: 1.05; } }

.popular-banner__action {
  padding: 45px 0px 0px 0px; }
  @media (max-width: 991px) {
    .popular-banner__action {
      padding-top: 25px; } }
  .popular-banner__action a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .popular-banner__action a {
        font-size: 12px; } }
    .popular-banner__action a:hover:before {
      right: 0; }
    .popular-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 100%;
      height: 1px;
      background: #666;
      transition: right 0.3s ease-in;
      -webkit-transition: right 0.3s ease-in;
       }

/* ==========================================================================
   11.2 #HOME POPULAR COLORS
   ========================================================================== */
.home-popular .nav__item:hover {
  color: #000; }

.home-popular .nav__item--current {
  color: #000; }

.home-popular .header-cart__button--checkout {
  background: #000;
  border-color: #000; }

.home-popular .button {
  border-color: #000;
  color: #000; }
  .home-popular .button:before {
    background: #000; }
  .home-popular .button:hover {
    color: #fff; }

.home-popular .second-button {
  background: #000; }

.home-popular ::selection {
  color: #ffffff;
  background-color: #000; }

.home-popular .product-grid-item__button a {
  color: #000; }
  .home-popular .product-grid-item__button a:hover {
    background: #000;
    color: #fff; }

.home-popular .header__right > li > a span {
  background: #000; }

.home-popular .our-journal .slick-dots li.slick-active button {
  border-color: #000; }

.home-popular .our-journal .slick-dots li button:before {
  background: #000; }

/* ==========================================================================
   11.3 #HOME POPULAR FOOTER
   ========================================================================== */
.footer--type-3 {
  background: #fff;
  border-top: 1px solid #f8ecdc;
  padding-top: 95px;
  color: #000;
  padding-bottom: 35px; }
  @media (max-width: 991px) {
    .footer--type-3 {
      padding-top: 45px;
      padding-bottom: 25px; } }
  .footer--type-3 a {
    color: #000; }
  .footer--type-3 .copyright {
    padding-top: 35px;
    margin-top: 95px;
    text-transform: none;
    letter-spacing: 0px;
    color: #666666; }
    @media (max-width: 991px) {
      .footer--type-3 .copyright {
        margin-top: 55px; } }
  .footer--type-3 .full-width-footer__language {
    padding-left: 0px; }
  .footer--type-3 .modern-newsletter {
    padding: 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .footer--type-3 .modern-newsletter {
        padding-top: 40px; } }
  .footer--type-3 .modern-newsletter__description {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: left; }
    @media (max-width: 991px) {
      .footer--type-3 .modern-newsletter__description {
        font-size: 14px;
        line-height: 24px; } }
  .footer--type-3 .modern-newsletter__form {
    max-width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px; }
    @media (max-width: 991px) {
      .footer--type-3 .modern-newsletter__form {
        margin-top: 25px; } }
  .footer--type-3 .modern-newsletter__icon {
    left: 0; }
  .footer--type-3 .modern-newsletter__input {
    padding: 14px 0px 14px 35px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #d0d0d0; }
  .footer--type-3 .modern-newsletter__button {
    font-size: 14px;
    font-weight: 600;
    right: -10px;
    top: 6px;
    background: #fff; }
  .footer--type-3 .modern-newsletter__privacy-policy {
    text-align: left;
    color: #666;
    padding: 35px 0px 0px 0px; }
    @media (max-width: 991px) {
      .footer--type-3 .modern-newsletter__privacy-policy {
        padding-top: 25px; } }
    .footer--type-3 .modern-newsletter__privacy-policy a {
      color: #000; }

@media (max-width: 991px) {
  .footer__menus {
    flex-wrap: wrap; } }

.footer__menus .footer__menu {
  width: 295px;
  padding-right: 30px; }
  @media (max-width: 991px) {
    .footer__menus .footer__menu {
      width: 50%;
      padding-top: 40px; } }

.instagram {
  list-style: none;
  padding: 0px;
  margin: 40px 0px 0px 0px;
  overflow: hidden;
  display: flex; }
  .instagram li {
    width: 12.5%;
    min-width: 12.5%; }
    @media (max-width: 1440px) {
      .instagram li {
        width: 14.29%;
        min-width: 14.29%; } }
    @media (max-width: 1198px) {
      .instagram li {
        width: 20%;
        min-width: 20%; } }
    @media (max-width: 991px) {
      .instagram li {
        width: 25%;
        min-width: 25%; } }
    @media (max-width: 767px) {
      .instagram li {
        width: 33.333%;
        min-width: 33.333%; } }
    .instagram li a {
      display: block;
      padding: 0px 0px 100% 0px;
      position: relative; }
      .instagram li a:hover:before,
      .instagram li a:hover i {
        opacity: 1; }
      .instagram li a:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 2;
        opacity: 0;
        transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
         }
      .instagram li a img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .instagram li a i {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        font-size: 36px;
        color: #fff;
        z-index: 3;
        opacity: 0;
        transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
         }

/* ==========================================================================
   11.4 #HOME POPULAR HEADER
   ========================================================================== */
.header--type-5 {
  background: #fff;
  border-bottom: 1px solid #fff; }
  .header--type-5.header.fixed {
    box-shadow: none;
    -webkit-box-shadow: none;
    
    border-bottom: 1px solid #f8ecdc; }
  .header--type-5 .header__container {
    padding: 29px 0px 28px 0px; }
    @media (max-width: 991px) {
      .header--type-5 .header__container {
        padding: 18px 0px 17px 0px; } }
  .header--type-5 .header__logo a {
    color: #000; }
  @media (min-width: 992px) {
    .header--type-5 .header__right > li {
      margin-left: 44px; } }
  @media (min-width: 992px) and (max-width: 1198px) {
    .header--type-5 .header__right > li {
      margin-left: 30px; } }
  @media (min-width: 992px) {
      .header--type-5 .header__right > li > a {
        font-size: 13px;
        color: #666;
        text-transform: uppercase; }
        .header--type-5 .header__right > li > a .lnil-search-alt {
          font-size: 16px;
          padding-right: 15px; } }
      @media (min-width: 992px) and (max-width: 1198px) {
        .header--type-5 .header__right > li > a .lnil-search-alt {
          padding-right: 5px; } }
  @media (min-width: 992px) {
        .header--type-5 .header__right > li > a strong {
          font-weight: 400; }
      .header--type-5 .header__right > li .open-dropdown {
        margin-right: 0px;
        font-size: 13px !important; }
        .header--type-5 .header__right > li .open-dropdown i {
          font-size: 10px; } }
  .header--type-5 .first-step,
  .header--type-5 .second-step {
    padding-top: 90px; }

.header__nav--type-3 {
  margin-left: 153px; }
  @media (max-width: 1920px) {
    .header__nav--type-3 {
      margin-left: 8vw; } }
  @media (max-width: 1198px) {
    .header__nav--type-3 {
      margin-left: 40px; } }
  .header__nav--type-3 > li {
    margin-right: 60px; }
    @media (max-width: 1920px) {
      .header__nav--type-3 > li {
        margin-right: 3.125vw; } }
  .header__nav--type-3 .nav__item {
    color: #666;
    font-size: 13px; }
    .header__nav--type-3 .nav__item:hover {
      color: #000; }
  .header__nav--type-3 .nav__item--current {
    font-weight: 400;
    color: #000; }

/* ==========================================================================
   11.5 #HOME POPULAR BRANDS
   ========================================================================== */
.home-brands--with-background {
  background: #f3f4f7; }
  .home-brands--with-background .home-brands__items {
    padding: 130px 0px 130px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .home-brands--with-background .home-brands__items {
        padding: 50px 0px; } }

/* ==========================================================================
   11.6 #HOME POPULAR OUR JOURNAL
   ========================================================================== */
.our-journal--popular {
  margin: 144px 0px 144px 0px;
  padding: 0px; }
  @media (max-width: 991px) {
    .our-journal--popular {
      margin: 80px 0px; } }
  .our-journal--popular .our-journal__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .our-journal--popular .our-journal__title {
        font-size: 24px;
        line-height: 1.05; } }
  .our-journal--popular .our-journal__title-and-action {
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .our-journal--popular .our-journal__title-and-action {
        padding-bottom: 40px; } }

/* ==========================================================================
   11.8 #HOME POPULAR PRODUCTS WITH BLOCKS
   ========================================================================== */
.products-with-blocks {
  flex-wrap: wrap;
  background: #f2f2f2;
  margin: 225px 0px 190px 0px; }
  @media (max-width: 991px) {
    .products-with-blocks {
      margin: 70px 0px; } }
  .products-with-blocks > div {
    position: relative;
    width: 50%;
    min-width: 50%; }
    @media (max-width: 991px) {
      .products-with-blocks > div {
        width: 100%;
        min-width: 100%; }
        .products-with-blocks > div:nth-child(1) {
          order: 1; }
        .products-with-blocks > div:nth-child(2) {
          order: 2; }
        .products-with-blocks > div:nth-child(3) {
          order: 4; }
        .products-with-blocks > div:nth-child(4) {
          order: 3; } }

@media (max-width: 991px) {
  .products-with-blocks__image {
    padding-bottom: 100%; } }

.products-with-blocks__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.products-with-blocks__products {
  padding: 150px 170px 180px 170px; }
  @media (max-width: 1920px) {
    .products-with-blocks__products {
      padding: 7.8vw 8.85vw 9.375vw 8.85vw; } }
  @media (max-width: 991px) {
    .products-with-blocks__products {
      padding: 50px 20px; } }
  .products-with-blocks__products .slick-list {
    margin: 0px -17px;
    width: auto; }
  .products-with-blocks__products .slick-slide {
    padding: 0px 17px; }
    .products-with-blocks__products .slick-slide .product-grid-item {
      display: block; }
  .products-with-blocks__products .home-products__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0px 70px 0px;
    margin: 0px; }
    @media (max-width: 1198px) {
      .products-with-blocks__products .home-products__title {
        font-size: 24px;
        line-height: 32px; } }
    @media (max-width: 991px) {
      .products-with-blocks__products .home-products__title {
        font-size: 28px; } }
  .products-with-blocks__products .slick-prev {
    position: absolute;
    right: 45px;
    top: -106px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px; }
    @media (max-width: 991px) {
      .products-with-blocks__products .slick-prev {
        display: none !important; } }
    .products-with-blocks__products .slick-prev:hover:before {
      color: #0f0f0e; }
    .products-with-blocks__products .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 40px;
      color: #999999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .products-with-blocks__products .slick-next {
    position: absolute;
    right: 0px;
    top: -106px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px; }
    @media (max-width: 991px) {
      .products-with-blocks__products .slick-next {
        display: none !important; } }
    .products-with-blocks__products .slick-next:hover:before {
      color: #0f0f0e; }
    .products-with-blocks__products .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 40px;
      color: #999999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .products-with-blocks__products .slick-dots {
    display: none !important;
    list-style: none;
    margin: 0px;
    padding: 85px 0px 0px 0px;
    text-align: center; }
    @media (max-width: 991px) {
      .products-with-blocks__products .slick-dots {
        padding-top: 35px;
        display: block !important; } }
    .products-with-blocks__products .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0px 2px; }
      .products-with-blocks__products .slick-dots li.slick-active button {
        border-color: #000; }
      .products-with-blocks__products .slick-dots li button {
        display: block;
        background: none;
        font-size: 0px;
        width: 24px;
        height: 24px;
        border: 1px solid transparent;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: relative;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
         }
        .products-with-blocks__products .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          width: 5px;
          height: 5px;
          background: #000;
          border-radius: 100px;
          -webkit-border-radius: 100px;
           }

.products-with-blocks__about {
  padding: 150px 170px 130px 170px; }
  @media (max-width: 1920px) {
    .products-with-blocks__about {
      padding: 7.8vw 8.85vw 6.77vw 8.85vw; } }
  @media (max-width: 991px) {
    .products-with-blocks__about {
      padding: 50px 20px; } }

.products-with-blocks__tag {
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px 0px 17.2vw 0px;
  margin: 0px;
  max-width: 560px; }

.products-with-blocks__title {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 560px; }
  @media (max-width: 1198px) {
    .products-with-blocks__title {
      font-size: 24px;
      line-height: 1.2; } }

.products-with-blocks__description {
  padding: 35px 0px 0px 0px;
  max-width: 560px; }

.products-with-blocks__link {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .products-with-blocks__link {
      padding-top: 50px; } }
  .products-with-blocks__link a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative; }
    .products-with-blocks__link a:hover:before {
      right: 0; }
    .products-with-blocks__link a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 100%;
      height: 1px;
      background: #666;
      transition: right 0.3s ease-in;
      -webkit-transition: right 0.3s ease-in;
       }

/* ==========================================================================
   11.7 #HOME POPULAR PRODUCTS
   ========================================================================== */
.home-products--popular {
  background: none;
  padding: 0px;
  margin: 170px 0px 220px 0px; }
  @media (max-width: 991px) {
    .home-products--popular {
      margin: 70px 0px; } }
  .home-products--popular .home-products__container {
    padding: 0px;
    margin: 0px; }
  .home-products--popular .home-products__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .home-products--popular .home-products__title {
        font-size: 24px;
        line-height: 1.05; } }
  .home-products--popular .slick-next,
  .home-products--popular .slick-prev {
    display: none !important; }
  .home-products--popular .slick-dots {
    display: flex !important;
    padding: 0px !important;
    margin: 75px 0px 0px 0px !important;
    list-style: none !important; }
    @media (max-width: 991px) {
      .home-products--popular .slick-dots {
        margin: 45px 0px 0px 0px !important; } }
    .home-products--popular .slick-dots li {
      width: 100%;
      height: 2px;
      background: #e6e6e6;
      margin: 0px; }
      .home-products--popular .slick-dots li.slick-active {
        background: #000; }
      .home-products--popular .slick-dots li button {
        display: none !important; }

.home-products--popular-2 {
  margin: 190px 0px 165px 0px; }
  @media (max-width: 991px) {
    .home-products--popular-2 {
      margin: 70px 0px; } }

/* ==========================================================================
   11.9 #HOME POPULAR SLIDER
   ========================================================================== */
.default-slider--popular .default-slider__item {
  height: 100vh; }

.default-slider--popular .default-slider-item__image {
  left: 0; }
  @media (max-width: 991px) {
    .default-slider--popular .default-slider-item__image img {
      object-position: 38% 0; } }

@media (max-width: 991px) {
  .default-slider--popular .default-slider-item__container {
    padding: 0px; } }

.default-slider--popular .default-slider-item__content {
  top: auto;
  bottom: 80px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  padding: 0px; }
  @media (max-width: 991px) {
    .default-slider--popular .default-slider-item__content {
      top: 100px;
      bottom: auto; } }

@media (max-width: 991px) {
  .default-slider--popular .default-slider-item__content--type-2 {
    bottom: 40px;
    top: auto; } }

.default-slider--popular .default-slider-item__tag {
  color: #666666;
  line-height: 24px; }
  @media (max-width: 991px) {
    .default-slider--popular .default-slider-item__tag {
      display: block;
      font-size: 12px;
      line-height: 1.5;
      padding: 0px 0px 25px 0px;
      margin: 0px; } }

.default-slider--popular .default-slider-item__heading {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 1198px) {
    .default-slider--popular .default-slider-item__heading {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .default-slider--popular .default-slider-item__heading {
      font-size: 28px; } }

.default-slider--popular .slick-dots {
  text-align: right;
  max-width: 100%;
  padding: 0px 80px; }
  @media (max-width: 1920px) {
    .default-slider--popular .slick-dots {
      padding: 0px 4.1vw; } }
  @media (max-width: 991px) {
    .default-slider--popular .slick-dots {
      padding: 0px 20px; } }
  .default-slider--popular .slick-dots li {
    margin-right: 0px;
    margin-left: 6px; }
    .default-slider--popular .slick-dots li.slick-active button {
      border-color: #fff; }
      .default-slider--popular .slick-dots li.slick-active button:before {
        background: #fff; }

/* ==========================================================================
   12. Home classic styles
   ========================================================================== */
/* ==========================================================================
   12.1 #HOME CLASSIC BANNER
   ========================================================================== */
.classic-banner {
  margin: 40px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .classic-banner {
      margin: 20px 0px; } }

.classic-banner__image img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover; }
  @media (max-width: 1440px) {
    .classic-banner__image img {
      height: 45vw; } }
  @media (max-width: 991px) {
    .classic-banner__image img {
      height: 320px; } }

.classic-banner__content {
  position: absolute;
  top: 53%;
  left: 135px;
  width: 410px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 1640px) {
    .classic-banner__content {
      left: 8.23vw; } }
  @media (max-width: 991px) {
    .classic-banner__content {
      top: 50%;
      left: 35px;
      width: auto;
      right: 35px; } }

.classic-banner__title {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-size: 80px;
  line-height: 72px;
  text-transform: uppercase;
  font-family: 'Amiri';
  font-weight: 400; }
  @media (max-width: 1640px) {
    .classic-banner__title {
      font-size: 4.87vw;
      line-height: 0.95; } }
  @media (max-width: 991px) {
    .classic-banner__title {
      font-size: 46px; } }

.classic-banner__description {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 42px 0px 0px 0px; }
  @media (max-width: 1440px) {
    .classic-banner__description {
      font-size: 17px;
      line-height: 1.7;
      padding-top: 32px; } }
  @media (max-width: 1198px) {
    .classic-banner__description {
      font-size: 16px;
      padding-top: 25px; } }
  @media (max-width: 991px) {
    .classic-banner__description {
      font-size: 13px; } }

.classic-banner__action {
  padding: 64px 0px 0px 0px; }
  @media (max-width: 1440px) {
    .classic-banner__action {
      padding-top: 50px; } }
  @media (max-width: 1198px) {
    .classic-banner__action {
      padding-top: 30px; } }
  .classic-banner__action a {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    position: relative; }
    @media (max-width: 1440px) {
      .classic-banner__action a {
        font-size: 17px; } }
    @media (max-width: 1198px) {
      .classic-banner__action a {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .classic-banner__action a {
        font-size: 13px; } }
    .classic-banner__action a:hover:before {
      width: 100%; }
    .classic-banner__action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 40%;
      height: 1px;
      background: #fff;
      transition: width 0.3s ease-in;
      -webkit-transition: width 0.3s ease-in;
       }

/* ==========================================================================
   12.2 #HOME CLASSIC BANNERS
   ========================================================================== */
.classic-banners {
  margin: 114px 0px 136px 0px; }
  @media (max-width: 991px) {
    .classic-banners {
      margin: 80px 0px 92px 0px; } }

.classic-banners__d-flex {
  flex-wrap: wrap;
  margin: -8px;
  position: relative; }
  @media (max-width: 991px) {
    .classic-banners__d-flex {
      margin: -5px; } }

.classic-banner-2 {
  width: 50%;
  padding: 8px;
  position: relative; }
  @media (max-width: 991px) {
    .classic-banner-2 {
      width: 100%;
      padding: 5px; } }

.classic-banner-2--large {
  width: 65%; }
  @media (max-width: 991px) {
    .classic-banner-2--large {
      width: 100%; } }

.classic-banner-2--small {
  width: 35%; }
  @media (max-width: 991px) {
    .classic-banner-2--small {
      width: 100%; } }
  .classic-banner-2--small .classic-banner-2__top-content,
  .classic-banner-2--small .classic-banner-2__bottom-content {
    left: 90px;
    right: 90px; }
    @media (max-width: 1640px) {
      .classic-banner-2--small .classic-banner-2__top-content,
      .classic-banner-2--small .classic-banner-2__bottom-content {
        left: 5.48vw;
        right: 5.48vw; } }
    @media (max-width: 991px) {
      .classic-banner-2--small .classic-banner-2__top-content,
      .classic-banner-2--small .classic-banner-2__bottom-content {
        left: 40px;
        right: 40px; } }

.classic-banner-2__image img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover; }
  @media (max-width: 1640px) {
    .classic-banner-2__image img {
      height: 37.8vw; } }
  @media (max-width: 991px) {
    .classic-banner-2__image img {
      height: 320px; } }

.classic-banner-2__top-content {
  position: absolute;
  top: 132px;
  left: 103px;
  right: 103px; }
  @media (max-width: 1640px) {
    .classic-banner-2__top-content {
      left: 6.28vw;
      right: 6.28vw;
      top: 8vw; } }
  @media (max-width: 991px) {
    .classic-banner-2__top-content {
      left: 40px;
      right: 40px;
      top: 52px; } }

.classic-banner-2__tag {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400; }
  @media (max-width: 1440px) {
    .classic-banner-2__tag {
      font-size: 17px; } }
  @media (max-width: 1298px) {
    .classic-banner-2__tag {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .classic-banner-2__tag {
      font-size: 13px; } }

.classic-banner-2__title {
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Amiri';
  font-weight: 400; }
  @media (max-width: 1640px) {
    .classic-banner-2__title {
      font-size: 3.65vw; } }
  @media (max-width: 991px) {
    .classic-banner-2__title {
      font-size: 36px;
      padding-top: 0px; } }

.classic-banner-2__bottom-content {
  position: absolute;
  left: 103px;
  right: 103px;
  bottom: 128px; }
  @media (max-width: 1640px) {
    .classic-banner-2__bottom-content {
      left: 6.28vw;
      right: 6.28vw;
      bottom: 7.8vw; } }
  @media (max-width: 991px) {
    .classic-banner-2__bottom-content {
      left: 40px;
      right: 40px;
      bottom: 49px; } }

.classic-banner-2__action a {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative; }
  @media (max-width: 1440px) {
    .classic-banner-2__action a {
      font-size: 17px; } }
  @media (max-width: 1298px) {
    .classic-banner-2__action a {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .classic-banner-2__action a {
      font-size: 12px; } }
  .classic-banner-2__action a:hover:before {
    width: 100%; }
  .classic-banner-2__action a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
     }

/* ==========================================================================
   12.3 #HOME CLASSIC BRANDS
   ========================================================================== */
.home-brands--classic .home-brands__items {
  margin: 50px 0px; }
  @media (max-width: 991px) {
    .home-brands--classic .home-brands__items {
      margin: 20px -15px;
      position: relative;
      justify-content: center; } }

.home-brands--classic .home-brand-item a img {
  max-height: 65px;
  max-width: 133px; }
  @media (max-width: 1440px) {
    .home-brands--classic .home-brand-item a img {
      max-width: 100%; } }

@media (max-width: 991px) {
  .home-brands--classic .home-brand-item {
    width: 25%;
    min-width: 25%;
    padding: 10px 15px;
    margin: 0px; }
    .home-brands--classic .home-brand-item a img {
      max-height: 34px;
      max-width: 100px; } }
    @media (max-width: 991px) and (max-width: 767px) {
      .home-brands--classic .home-brand-item a img {
        max-width: 100%; } }

/* ==========================================================================
   12.4 #HOME CLASSIC COLORS
   ========================================================================== */
.home-classic .header__right > li > a span {
  background: #000000; }

.home-classic .header-cart__button--checkout {
  background: #000;
  border-color: #000; }

.home-classic ::selection {
  color: #ffffff;
  background-color: #000; }

.home-classic hr {
  background: #dfdfdf; }

.home-classic .button {
  border-color: #000;
  color: #000; }
  .home-classic .button:before {
    background: #000; }
  .home-classic .button:hover {
    color: #fff; }

.home-classic .second-button {
  background: #000; }

.home-classic .product-grid-item__button a {
  color: #000; }
  .home-classic .product-grid-item__button a:hover {
    background: #000;
    color: #fff; }

.home-classic .header__right > li > a span {
  background: #000; }

.home-classic .our-journal .slick-dots li.slick-active button {
  border-color: #000; }

.home-classic .our-journal .slick-dots li button:before {
  background: #000; }

.home-classic .product__available-size li a:not(.out-of-stock):hover, .home-classic .product__available-size li a.active {
  border-color: #000;
  background: #000; }

.home-classic .form-checkbox input:checked + label:after {
  background: #000; }

/* ==========================================================================
   12.5 #HOME CLASSIC FOOTER
   ========================================================================== */
.footer--classic {
  background: #f2f2f2;
  border-top: 1px solid #f8ecdc;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .footer--classic {
      padding-top: 0px;
      padding-bottom: 80px; } }
  @media (max-width: 991px) {
    .footer--classic .features {
      margin: 0px -20px;
      padding: 0px 20px; } }
  .footer--classic .features--modern .features__d-flex {
    margin: 0px;
    padding: 72px 52px 60px 52px;
    border-bottom: 1px solid #f8ecdc; }
    @media (max-width: 1640px) {
      .footer--classic .features--modern .features__d-flex {
        padding-left: 3.17vw;
        padding-right: 3.17vw; } }
    @media (max-width: 991px) {
      .footer--classic .features--modern .features__d-flex {
        padding: 50px 0px 0px 0px;
        border: none; } }
  .footer--classic .feature__title {
    font-size: 24px;
    font-family: 'Amiri'; }
    @media (max-width: 991px) {
      .footer--classic .feature__title {
        font-size: 15px; } }
  .footer--classic .feature__description {
    color: #999999; }
  .footer--classic .features--modern .feature__icon i {
    color: #000; }
  .footer--classic .footer__newsletter {
    max-width: 410px;
    position: relative;
    margin-right: 40px; }
    @media (max-width: 991px) {
      .footer--classic .footer__newsletter {
        max-width: 100%;
        margin: 0px; } }
  .footer--classic .footer__newsletter-button {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    background: none;
    font-size: 0px; }
    .footer--classic .footer__newsletter-button:before {
      content: "î˛ś";
      display: block;
      position: absolute;
      top: 5px;
      right: 15px;
      font: normal normal normal 1em / 1 'LineIconsPro Light';
      font-size: 24px;
      color: #000;
      padding: 10px; }
  .footer--classic .footer__first-column,
  .footer--classic .footer__second-column,
  .footer--classic .footer__third-column,
  .footer--classic .footer__fourth-column {
    font-family: 'Amiri'; }
  @media (min-width: 992px) {
    .footer--classic .footer__first-column {
      width: 41%;
      padding-top: 110px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .footer__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--classic .footer__second-column {
      width: 27%;
      padding-top: 110px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .footer__second-column {
      width: 28%; } }
  @media (min-width: 992px) {
    .footer--classic .footer__third-column {
      width: 20%;
      padding-top: 110px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .footer__third-column {
      width: 22%; } }
  @media (min-width: 992px) {
    .footer--classic .footer__fourth-column {
      width: 12%;
      padding-top: 110px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .footer__fourth-column {
      width: 18%; } }
  @media (min-width: 992px) {
    .footer--classic .copyright__first-column {
      width: 41%; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .copyright__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--classic .copyright__payment {
      width: 35%;
      text-align: left; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--classic .copyright__payment {
      width: 44%; } }
  @media (min-width: 992px) {
    .footer--classic .copyright__second-column {
      width: 24%; } }
  .footer--classic .copyright {
    border: none;
    padding: 0px;
    margin: 115px 0px 0px 0px;
    text-transform: none; }
    @media (max-width: 991px) {
      .footer--classic .copyright {
        margin-top: 50px; } }
  .footer--classic .full-width-footer__language {
    padding-left: 0px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer--classic .full-width-footer__language {
        text-align: left;
        padding-top: 0px; } }
  @media (max-width: 991px) {
    .footer--classic .footer__first-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--classic .footer__second-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--classic .footer__third-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--classic .footer__fourth-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--classic .copyright__first-column {
      text-align: left; } }
  @media (max-width: 991px) {
    .footer--classic .copyright__payment {
      text-align: left;
      font-size: 0px; } }

/* ==========================================================================
   12.6 #HOME CLASSIC GIFT
   ========================================================================== */
.modern-perfect-gift--classic {
  margin: 100px 0px 100px 0px; }
  @media (max-width: 991px) {
    .modern-perfect-gift--classic {
      margin: 80px 0px 60px 0px; } }
  .modern-perfect-gift--classic .modern-perfect-gift__title {
    font-family: 'Amiri';
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 20px; }
    @media (max-width: 1198px) {
      .modern-perfect-gift--classic .modern-perfect-gift__title {
        font-size: 36px; } }
    @media (max-width: 991px) {
      .modern-perfect-gift--classic .modern-perfect-gift__title {
        font-size: 26px; } }
  .modern-perfect-gift--classic .modern-perfect-gift__description {
    color: #999; }

/* ==========================================================================
   12.7 #HOME CLASSIC HEADER
   ========================================================================== */
.header--type-6 {
  background: #fff; }
  .header--type-6.fixed .header__container {
    padding: 22px 0px; }
    @media (max-width: 991px) {
      .header--type-6.fixed .header__container {
        padding: 15px 0px; } }
  .header--type-6.fixed .nav__item {
    padding-top: 14px;
    padding-bottom: 14px; }
  .header--type-6 .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); }
  .header--type-6 .header__container {
    padding: 27px 0px; }
    @media (max-width: 991px) {
      .header--type-6 .header__container {
        padding: 18px 0px;
        border-bottom: 3px solid #000; } }
  .header--type-6 .header-search__input {
    border: none; }

.mobile-left-search {
  display: none;
  line-height: 18px;
  margin-top: 3px; }
  @media (max-width: 991px) {
    .mobile-left-search {
      display: block; } }
  .mobile-left-search a {
    font-size: 18px; }

.home-classic .fixed-header {
  height: 163px; }
  @media (max-width: 991px) {
    .home-classic .fixed-header {
      height: 65px; } }

.header__nav--type-4 {
  border-top: 6px solid #000000;
  margin: 0px;
  justify-content: center; }
  .header__nav--type-4 > li {
    margin: 0px; }
    .header__nav--type-4 > li:first-child .nav__item:after {
      display: none; }
  .header__nav--type-4 .nav__item--current:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 20%;
    left: 27px;
    right: 27px;
    height: 1px;
    background: #000; }
    @media (max-width: 1198px) {
      .header__nav--type-4 .nav__item--current:before {
        left: 20px;
        right: 20px; } }
  .header__nav--type-4 .nav__item {
    color: #000;
    padding: 18px 27px;
    display: block;
    position: relative;
    font-family: 'Amiri';
    font-size: 18px;
    text-transform: none;
    font-weight: 400; }
    @media (max-width: 1198px) {
      .header__nav--type-4 .nav__item {
        padding-left: 20px;
        padding-right: 20px; } }
    .header__nav--type-4 .nav__item:hover {
      color: #000; }
  .header__nav--type-4 .nav__mega-menu {
    margin-left: -40px; }
  .header__nav--type-4 .nav__mega-menu--full-width {
    margin-left: 0px; }

.home-classic:not(.home) .first-step,
.home-classic:not(.home) .second-step {
  padding-top: 85px; }

/* ==========================================================================
   12.8 #HOME CLASSIC TITLE
   ========================================================================== */
.home-title {
  padding: 0px;
  margin: 40px 0px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5; }
  @media (max-width: 991px) {
    .home-title {
      font-size: 14px;
      margin: 20px 0px; } }

/* ==========================================================================
   12.9 #HOME CLASSIC NEWSLETTER
   ========================================================================== */
.modern-newsletter--classic {
  margin: 110px 0px 155px 0px; }
  @media (max-width: 991px) {
    .modern-newsletter--classic {
      margin: 65px 0px 115px 0px; } }
  .modern-newsletter--classic .modern-newsletter__heading {
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Amiri'; }
    @media (max-width: 1198px) {
      .modern-newsletter--classic .modern-newsletter__heading {
        font-size: 36px; } }
    @media (max-width: 991px) {
      .modern-newsletter--classic .modern-newsletter__heading {
        font-size: 26px; } }
  .modern-newsletter--classic .modern-newsletter__description {
    font-size: 18px;
    padding: 17px 0px 0px 0px; }
    @media (max-width: 1198px) {
      .modern-newsletter--classic .modern-newsletter__description {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .modern-newsletter--classic .modern-newsletter__description {
        font-size: 13px; } }
  .modern-newsletter--classic .modern-newsletter__form {
    margin-top: 35px; }

/* ==========================================================================
   12.10 #HOME CLASSIC OUR JOURNAL
   ========================================================================== */
.our-journal--classic {
  margin: 90px 0px 110px 0px;
  padding: 0px; }
  @media (max-width: 991px) {
    .our-journal--classic {
      margin: 60px 0px 65px 0px; } }
  .our-journal--classic .our-journal__title {
    text-align: center;
    font-family: 'Amiri';
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 60px; }
    @media (max-width: 1198px) {
      .our-journal--classic .our-journal__title {
        font-size: 36px; } }
    @media (max-width: 991px) {
      .our-journal--classic .our-journal__title {
        font-size: 26px;
        padding-bottom: 45px; } }
  .our-journal--classic .row {
    margin: 0px -20px; }
    .our-journal--classic .row > div {
      padding: 0px 20px; }
  .our-journal--classic .slick-list .slick-slide {
    padding: 0px 20px; }
  .our-journal--classic .our-journal__post-meta {
    padding: 5px 0px; }
  .our-journal--classic .our-journal__post-meta li a,
  .our-journal--classic .our-journal__post-meta li {
    font-size: 12px; }
  .our-journal--classic .our-journal__post-title a {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Amiri'; }
  @media (max-width: 991px) {
    .our-journal--classic .slick-dots {
      display: flex !important;
      padding: 0px 20px !important;
      margin: 60px 0px 0px 0px !important;
      list-style: none !important; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .our-journal--classic .slick-dots {
      margin: 45px 0px 0px 0px !important; } }
  @media (max-width: 991px) {
      .our-journal--classic .slick-dots li {
        width: 100%;
        height: 2px;
        margin: 0px;
        background: #e6e6e6; }
        .our-journal--classic .slick-dots li.slick-active {
          background: #000; }
        .our-journal--classic .slick-dots li button {
          display: none !important; } }

.our-journal__post-description {
  font-family: 'Amiri';
  padding: 20px 0px 0px 0px; }

/* ==========================================================================
   12.11 #HOME CLASSIC PRODUCTS
   ========================================================================== */
.home-products--type-5 {
  background: none;
  margin: 97px 0px; }
  @media (max-width: 991px) {
    .home-products--type-5 {
      margin: 70px 0px 80px 0px;
      overflow: hidden; } }
  .home-products--type-5 .home-products__container {
    padding: 0px;
    margin: 0px; }
  @media (max-width: 991px) {
    .home-products--type-5 .slick-slider {
      width: 80%; }
      .home-products--type-5 .slick-slider .slick-list {
        overflow: visible !important; } }
  .home-products--type-5 .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .home-products--type-5 .slick-dots {
        display: flex !important;
        padding: 0px !important;
        margin: 60px 0px 0px 0px !important;
        list-style: none !important; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .home-products--type-5 .slick-dots {
      margin: 45px -25% 0px 0px !important; } }
    @media (max-width: 991px) {
        .home-products--type-5 .slick-dots li {
          width: 100%;
          height: 2px;
          margin: 0px;
          background: #e6e6e6; }
          .home-products--type-5 .slick-dots li.slick-active {
            background: #000; }
          .home-products--type-5 .slick-dots li button {
            display: none !important; } }
  .home-products--type-5 .home-products__title {
    text-align: center;
    padding: 0px 0px 54px 0px;
    font-family: 'Amiri';
    font-size: 48px;
    line-height: 1.2; }
    @media (max-width: 1198px) {
      .home-products--type-5 .home-products__title {
        font-size: 36px; } }
    @media (max-width: 991px) {
      .home-products--type-5 .home-products__title {
        font-size: 26px;
        padding-bottom: 36px; } }

.home-products__bottom-action {
  text-align: center;
  padding-top: 67px; }
  @media (max-width: 991px) {
    .home-products__bottom-action {
      padding-top: 48px; } }
  .home-products__bottom-action a {
    font-size: 18px;
    line-height: 2;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #000; }
    @media (max-width: 991px) {
      .home-products__bottom-action a {
        font-size: 14px; } }
    .home-products__bottom-action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #000; }

.product-grid-item--type-2:hover .product-grid-item__wishlist a {
  color: #ed4336; }

.product-grid-item--type-2 .product-grid-item__wishlist {
  width: auto;
  height: auto;
  background: none;
  top: 10px;
  right: 27px; }
  .product-grid-item--type-2 .product-grid-item__wishlist a {
    color: #ccc; }

.product-grid-item--type-2 .product-grid-item__action {
  left: 10px;
  right: 10px;
  bottom: 10px; }

.product-grid-item--type-2 .product-grid-item__button {
  width: 100%;
  border: 1px solid #999999;
  padding: 0px; }

.product-grid-item--type-2 .product-grid-item__brand {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Amiri';
  text-transform: uppercase;
  padding-top: 26px; }
  @media (max-width: 991px) {
    .product-grid-item--type-2 .product-grid-item__brand {
      font-size: 18px; } }
  .product-grid-item--type-2 .product-grid-item__brand a {
    color: #000; }

.product-grid-item--type-2 .product-grid-item__title {
  text-align: center;
  padding: 0px;
  margin: 0px; }
  .product-grid-item--type-2 .product-grid-item__title a {
    color: #999999; }
    @media (max-width: 991px) {
      .product-grid-item--type-2 .product-grid-item__title a {
        font-size: 15px; } }
    .product-grid-item--type-2 .product-grid-item__title a:hover {
      color: #000; }

.product-grid-item--type-2 .product-grid-item__price {
  text-align: center;
  font-family: 'Amiri'; }

.product-grid-item--type-2 .product-grid-item__colors {
  justify-content: center; }
  .product-grid-item--type-2 .product-grid-item__colors li {
    margin-left: 3px;
    margin-right: 3px; }

/* Product grid item colors */
.product-grid-item__colors {
  margin: 7px 0px 0px 0px;
  list-style: none;
  padding: 0px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap; }
  .product-grid-item__colors li {
    display: block;
    margin: 10px 5px 0px 0px; }
    .product-grid-item__colors li a {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px; }

.product-grid-item__color {
  padding: 0px;
  margin: 0px;
  height: 10px;
  width: 10px;
  display: block;
  cursor: pointer;
  position: relative; }
  .product-grid-item__color.active span {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #999999; }

/* Custom tooltip */
.custom-tooltip {
  top: -45px;
  left: -3px;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  background-color: #000;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.3s all ease-in-out; }
  .custom-tooltip:after {
    left: 8px;
    bottom: -10px;
    content: "";
    position: absolute;
    border-top: 10px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.open-tooltip {
  display: block;
  position: relative; }
  .open-tooltip:hover .custom-tooltip {
    opacity: 1;
    visibility: visible; }

/* ==========================================================================
   12.12 #HOME CLASSIC PROMO BAR
   ========================================================================== */
.promo-bar--type-4 {
  background: #e6e6e6;
  color: #000; }
  .promo-bar--type-4 a {
    color: #000; }

/* ==========================================================================
   13. Home minimal styles
   ========================================================================== */
/* ==========================================================================
   13.1 #HOME MINIMAL ABOUT
   ========================================================================== */
.minimal-about {
  background: #d4dbdd;
  text-align: center;
  padding: 114px 0px 104px 0px; }
  @media (max-width: 991px) {
    .minimal-about {
      padding: 60px 0px; } }

.minimal-about__container {
  max-width: 1020px;
  margin: 0px auto; }
  @media (max-width: 1198px) {
    .minimal-about__container {
      max-width: 920px; } }

.minimal-about__description {
  padding: 0px;
  margin: 0px;
  font-family: 'Amiri';
  font-size: 36px;
  line-height: 48px; }
  @media (max-width: 1198px) {
    .minimal-about__description {
      font-size: 30px;
      line-height: 1.2; } }
  @media (max-width: 991px) {
    .minimal-about__description {
      font-size: 24px; } }

.minimal-about__action {
  padding-top: 42px; }
  @media (max-width: 991px) {
    .minimal-about__action {
      padding-top: 32px; } }
  .minimal-about__action a:before {
    width: 100%; }

/* ==========================================================================
   13.2 #HOME MINIMAL COLLECTION
   ========================================================================== */
.products-with-blocks--minimal {
  background: none;
  margin: 155px 0px 150px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .products-with-blocks--minimal {
      margin: 70px 0px; } }
  .products-with-blocks--minimal:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #dae0e1;
    z-index: -1; }
  .products-with-blocks--minimal:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #dae0e1;
    z-index: -1; }
  .products-with-blocks--minimal .products-with-blocks__tag {
    padding: 0px 0px 30px 0px;
    margin: 0px;
    color: #999999;
    letter-spacing: 3px; }
    @media (max-width: 991px) {
      .products-with-blocks--minimal .products-with-blocks__tag {
        font-size: 12px; } }
  .products-with-blocks--minimal .products-with-blocks__title {
    font-size: 60px;
    line-height: 1.2;
    text-transform: none;
    font-family: 'Amiri';
    font-weight: 400; }
    @media (max-width: 1198px) {
      .products-with-blocks--minimal .products-with-blocks__title {
        font-size: 48px; } }
    @media (max-width: 991px) {
      .products-with-blocks--minimal .products-with-blocks__title {
        font-size: 32px; } }
  .products-with-blocks--minimal .products-with-blocks__link {
    padding-top: 350px; }
    @media (max-width: 1920px) {
      .products-with-blocks--minimal .products-with-blocks__link {
        padding-top: 18.2vw; } }
    .products-with-blocks--minimal .products-with-blocks__link a {
      color: #000;
      line-height: 2;
      display: inline-block; }
      .products-with-blocks--minimal .products-with-blocks__link a:hover:before {
        width: 100%; }
      .products-with-blocks--minimal .products-with-blocks__link a:before {
        width: 40px;
        transition: width 0.3s ease-in;
        -webkit-transition: width 0.3s ease-in;
         }

/* ==========================================================================
   13.3 #HOME MINIMAL COLORS
   ========================================================================== */
.home-minimal .header--type-3 .header__right > li > a span {
  background: #bd8977; }

.home-minimal .header-cart__button--checkout {
  background: #bd8977;
  border-color: #bd8977; }

.home-minimal .button {
  border-color: #000;
  color: #000; }
  .home-minimal .button:before {
    background: #000; }
  .home-minimal .button:hover {
    color: #fff; }

.home-minimal .second-button {
  background: #000; }

.home-minimal ::selection {
  color: #ffffff;
  background-color: #bd8977; }

.home-minimal .product-grid-item__button a {
  color: #000000; }
  .home-minimal .product-grid-item__button a:hover {
    background: #000000;
    color: #fff; }

.home-minimal .default-slider .slick-dots li.slick-active button {
  border-color: #bd8977; }

.home-minimal .default-slider .slick-dots li.slick-active button:before {
  background: #bd8977; }

/* ==========================================================================
   13.4 #HOME MINIMAL FOOTER
   ========================================================================== */
.footer--minimal {
  background: #e6ebed;
  border: none;
  padding-bottom: 75px; }
  @media (max-width: 991px) {
    .footer--minimal {
      padding-top: 0px;
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .footer--minimal .features {
      margin: 0px -20px;
      padding: 0px 20px; } }
  .footer--minimal .features--modern .features__d-flex {
    margin: 0px;
    padding: 72px 52px 60px 52px;
    border-bottom: 1px solid #f8ecdc; }
    @media (max-width: 1640px) {
      .footer--minimal .features--modern .features__d-flex {
        padding-left: 3.17vw;
        padding-right: 3.17vw; } }
    @media (max-width: 991px) {
      .footer--minimal .features--modern .features__d-flex {
        padding: 50px 0px 0px 0px;
        border: none; } }
  .footer--minimal .feature__title {
    font-size: 24px;
    font-family: 'Amiri'; }
    @media (max-width: 991px) {
      .footer--minimal .feature__title {
        font-size: 15px; } }
  .footer--minimal .feature__description {
    color: #999999; }
  .footer--minimal .features--modern .feature__icon i {
    color: #000; }
  .footer--minimal .footer__newsletter {
    max-width: 410px;
    position: relative;
    margin-right: 40px; }
    @media (max-width: 991px) {
      .footer--minimal .footer__newsletter {
        max-width: 100%;
        margin: 0px; } }
  .footer--minimal .footer__newsletter-button {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    background: none;
    font-size: 0px; }
    .footer--minimal .footer__newsletter-button:before {
      content: "î˛ś";
      display: block;
      position: absolute;
      top: 5px;
      right: 15px;
      font: normal normal normal 1em / 1 'LineIconsPro Light';
      font-size: 24px;
      color: #000;
      padding: 10px; }
  .footer--minimal .footer__first-column,
  .footer--minimal .footer__second-column,
  .footer--minimal .footer__third-column,
  .footer--minimal .footer__fourth-column {
    font-family: 'Amiri'; }
  @media (min-width: 992px) {
    .footer--minimal .footer__first-column {
      width: 41%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .footer__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--minimal .footer__second-column {
      width: 27%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .footer__second-column {
      width: 28%; } }
  @media (min-width: 992px) {
    .footer--minimal .footer__third-column {
      width: 20%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .footer__third-column {
      width: 22%; } }
  @media (min-width: 992px) {
    .footer--minimal .footer__fourth-column {
      width: 12%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .footer__fourth-column {
      width: 18%; } }
  @media (min-width: 992px) {
    .footer--minimal .copyright__first-column {
      width: 41%; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .copyright__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--minimal .copyright__payment {
      width: 35%;
      text-align: left; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--minimal .copyright__payment {
      width: 44%; } }
  @media (min-width: 992px) {
    .footer--minimal .copyright__second-column {
      width: 24%; } }
  .footer--minimal .copyright {
    border: none;
    padding: 0px;
    margin: 145px 0px 0px 0px;
    text-transform: none; }
    @media (max-width: 991px) {
      .footer--minimal .copyright {
        margin-top: 50px; } }
  .footer--minimal .full-width-footer__language {
    padding-left: 0px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer--minimal .full-width-footer__language {
        text-align: left;
        padding-top: 0px; } }
  @media (max-width: 991px) {
    .footer--minimal .footer__first-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--minimal .footer__second-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--minimal .footer__third-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--minimal .footer__fourth-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--minimal .copyright__first-column {
      text-align: left; } }
  @media (max-width: 991px) {
    .footer--minimal .copyright__payment {
      text-align: left;
      font-size: 0px; } }

/* ==========================================================================
   13.5 #HOME MINIMAL INSTAGRAM
   ========================================================================== */
.minimal-instagram {
  margin: 175px 0px 200px 0px; }
  @media (max-width: 991px) {
    .minimal-instagram {
      margin: 70px 0px 80px 0px; } }
  .minimal-instagram .instagram {
    margin: 50px -5px 0px -5px;
    position: relative; }
    @media (max-width: 991px) {
      .minimal-instagram .instagram {
        margin-top: 35px; } }
  .minimal-instagram .instagram li {
    width: 20%;
    min-width: 20%;
    padding: 0px 5px; }
    @media (max-width: 1198px) {
      .minimal-instagram .instagram li {
        width: 25%;
        min-width: 25%; } }
    @media (max-width: 991px) {
      .minimal-instagram .instagram li {
        width: 33.33%;
        min-width: 33.33%; } }

.minimal-instagram__title {
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  font-family: 'Amiri'; }
  @media (max-width: 1198px) {
    .minimal-instagram__title {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .minimal-instagram__title {
      font-size: 30px; } }
  .minimal-instagram__title a {
    color: #000; }

/* ==========================================================================
   13.6 #HOME MINIMAL LOOKBOOK
   ========================================================================== */
.lookbook {
  margin: 150px 0px 150px 0px;
  position: relative; }
  @media (max-width: 991px) {
    .lookbook {
      margin: 70px 0px; } }

.lookbook__image img {
  display: block;
  width: 100%; }

.pin {
  position: absolute; }
  .pin:hover .product-grid-item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .pin:hover .pin__bullet:after {
    opacity: 1; }
  .pin .product-grid-item {
    background: #fff;
    padding: 30px;
    width: 400px;
    margin-left: 80px;
    top: -48px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    
    position: absolute;
    z-index: 4;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }
    @media (max-width: 1440px) {
      .pin .product-grid-item {
        width: 25vw;
        padding: 2vw; } }
    @media (max-width: 991px) {
      .pin .product-grid-item {
        width: 200px;
        top: 100%;
        margin-top: 30px !important;
        bottom: auto !important;
        margin: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%); } }
    .pin .product-grid-item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 80px; }
  .pin .product-grid-item__wishlist {
    margin-top: 30px;
    margin-right: 30px; }
    @media (max-width: 991px) {
      .pin .product-grid-item__wishlist {
        margin-top: 0;
        margin-right: 0; } }
  .pin .product-grid-item__image a img.hover {
    opacity: 0 !important; }
  .pin .product-grid-item__image:hover a img.hover {
    opacity: 1 !important; }
  .pin .product-grid-item__action {
    display: none !important; }

.pin__bullet {
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  
  line-height: 50px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
  position: relative; }
  @media (max-width: 1298px) {
    .pin__bullet {
      width: 3.85vw;
      height: 3.85vw;
      line-height: 3.85vw;
      font-size: 1.84vw; } }
  .pin__bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    
    z-index: 1;
    animation: leaves 2s ease-in-out infinite alternate; }
    @media (max-width: 1298px) {
      .pin__bullet:before {
        top: -2vw;
        left: -2vw;
        right: -2vw;
        bottom: -2vw; } }
  .pin__bullet:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 24px solid #fff;
    border-bottom: 12px solid transparent;
    display: block;
    top: 50%;
    left: 56px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    
    z-index: 5; }
    @media (max-width: 991px) {
      .pin__bullet:after {
        border-top: 6px solid transparent;
        border-right: 12px solid #fff;
        border-bottom: 6px solid transparent;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        left: 50%;
        top: 100%;
        margin-top: 18px;
        margin-left: -6px; } }

@keyframes leaves {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.1); } }

.pin--position-2 .product-grid-item {
  top: auto;
  bottom: -48px; }

/* ==========================================================================
   13.7 #HOME MINIMAL PRODUCTS
   ========================================================================== */
.home-products--type-6 {
  background: none;
  margin: 140px 0px 160px 0px; }
  @media (max-width: 991px) {
    .home-products--type-6 {
      margin: 70px 0px 70px 0px;
      overflow: hidden; } }
  .home-products--type-6 .home-products__container {
    padding: 0px;
    margin: 0px; }
  @media (max-width: 991px) {
    .home-products--type-6 .slick-slider {
      width: 80%; }
      .home-products--type-6 .slick-slider .slick-list {
        overflow: visible !important; } }
  .home-products--type-6 .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .home-products--type-6 .slick-dots {
        display: flex !important;
        padding: 0px !important;
        margin: 60px 0px 0px 0px !important;
        list-style: none !important; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .home-products--type-6 .slick-dots {
      margin: 45px -25% 0px 0px !important; } }
    @media (max-width: 991px) {
        .home-products--type-6 .slick-dots li {
          width: 100%;
          height: 2px;
          margin: 0px;
          background: #e6e6e6; }
          .home-products--type-6 .slick-dots li.slick-active {
            background: #000; }
          .home-products--type-6 .slick-dots li button {
            display: none !important; } }
  .home-products--type-6 .home-products__title {
    text-align: center;
    padding: 0px 0px 60px 0px;
    font-family: 'Amiri';
    font-size: 48px;
    line-height: 1.2; }
    @media (max-width: 1198px) {
      .home-products--type-6 .home-products__title {
        font-size: 36px; } }
    @media (max-width: 991px) {
      .home-products--type-6 .home-products__title {
        font-size: 26px;
        padding-bottom: 40px; } }

.home-products__bottom-action {
  text-align: center;
  padding-top: 67px; }
  @media (max-width: 991px) {
    .home-products__bottom-action {
      padding-top: 48px; } }
  .home-products__bottom-action a {
    font-size: 18px;
    line-height: 2;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #000; }
    @media (max-width: 991px) {
      .home-products__bottom-action a {
        font-size: 14px; } }
    .home-products__bottom-action a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #000; }

.product-grid-item--type-2:hover .product-grid-item__wishlist a {
  color: #ed4336; }

.product-grid-item--type-2 .product-grid-item__wishlist {
  width: auto;
  height: auto;
  background: none;
  top: 10px;
  right: 27px; }
  .product-grid-item--type-2 .product-grid-item__wishlist a {
    color: #ccc; }

.product-grid-item--type-2 .product-grid-item__action {
  left: 10px;
  right: 10px;
  bottom: 10px; }

.product-grid-item--type-2 .product-grid-item__button {
  width: 100%;
  border: 1px solid #999999;
  padding: 0px; }

.product-grid-item--type-2 .product-grid-item__brand {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'Amiri';
  text-transform: uppercase;
  padding-top: 26px; }
  @media (max-width: 991px) {
    .product-grid-item--type-2 .product-grid-item__brand {
      font-size: 18px; } }
  .product-grid-item--type-2 .product-grid-item__brand a {
    color: #000; }

.product-grid-item--type-2 .product-grid-item__title {
  text-align: center;
  padding: 0px;
  margin: 0px; }
  .product-grid-item--type-2 .product-grid-item__title a {
    color: #999999; }
    @media (max-width: 991px) {
      .product-grid-item--type-2 .product-grid-item__title a {
        font-size: 15px; } }
    .product-grid-item--type-2 .product-grid-item__title a:hover {
      color: #000; }

.product-grid-item--type-2 .product-grid-item__price {
  text-align: center;
  font-family: 'Amiri'; }

.product-grid-item--type-2 .product-grid-item__colors {
  justify-content: center; }
  .product-grid-item--type-2 .product-grid-item__colors li {
    margin-left: 3px;
    margin-right: 3px; }

/* Product grid item colors */
.product-grid-item__colors {
  margin: 7px 0px 0px 0px;
  list-style: none;
  padding: 0px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap; }
  .product-grid-item__colors li {
    display: block;
    margin: 10px 5px 0px 0px; }
    .product-grid-item__colors li a {
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px; }

.product-grid-item__color {
  padding: 0px;
  margin: 0px;
  height: 10px;
  width: 10px;
  display: block;
  cursor: pointer;
  position: relative; }
  .product-grid-item__color.active span {
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #999999; }

/* Custom tooltip */
.custom-tooltip {
  top: -45px;
  left: -3px;
  font-size: 14px;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  background-color: #000;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: 0.3s all ease-in-out; }
  .custom-tooltip:after {
    left: 8px;
    bottom: -10px;
    content: "";
    position: absolute;
    border-top: 10px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.open-tooltip {
  display: block;
  position: relative; }
  .open-tooltip:hover .custom-tooltip {
    opacity: 1;
    visibility: visible; }

/* ==========================================================================
   13.8 #HOME MINIMAL PROMO BAR
   ========================================================================== */
.promo-bar--type-5 {
  background: #c08375;
  color: #000000; }
  .promo-bar--type-5 a,
  .promo-bar--type-5 span {
    color: #000000; }
  .promo-bar--type-5 span {
    font-weight: bold; }

/* ==========================================================================
   13.9 #HOME MINIMAL SLIDER
   ========================================================================== */
.default-slider--minimal .default-slider-item__image {
  left: 0; }

.default-slider--minimal .default-slider-item__content {
  top: 20%;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  text-align: center; }
  @media (max-width: 991px) {
    .default-slider--minimal .default-slider-item__content {
      top: 15%; } }

.default-slider--minimal .default-slider-item__container {
  max-width: 100%; }
  @media (max-width: 991px) {
    .default-slider--minimal .default-slider-item__container {
      padding: 0px; } }

.default-slider--minimal .default-slider-item__tag {
  padding: 0px 0px 35px 0px;
  margin: 0px;
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 3px; }
  @media (max-width: 991px) {
    .default-slider--minimal .default-slider-item__tag {
      display: block;
      font-size: 13px;
      padding-bottom: 25px; } }

.default-slider--minimal .default-slider-item__heading {
  font-family: 'Amiri';
  font-size: 80px; }
  @media (max-width: 1198px) {
    .default-slider--minimal .default-slider-item__heading {
      font-size: 64px; } }
  @media (max-width: 991px) {
    .default-slider--minimal .default-slider-item__heading {
      font-size: 40px; } }

.default-slider--minimal .default-slider-item__button {
  padding: 20px 0px 0px 0px;
  margin: 0px; }

/* ==========================================================================
   13.10 #HOME MINIMAL TESTIMONIALS
   ========================================================================== */
.testimonials {
  margin: 170px 0px 170px 0px; }
  @media (max-width: 991px) {
    .testimonials {
      margin: 70px 0px; } }
  .testimonials .slick-next,
  .testimonials .slick-prev {
    display: none !important; }

.testimonials__container {
  max-width: 1200px;
  margin: 0px auto;
  text-align: center; }
  @media (max-width: 1198px) {
    .testimonials__container {
      max-width: 960px; } }

.testimonial {
  font-size: 48px;
  line-height: 1.2;
  font-family: 'Amiri';
  color: #000; }
  @media (max-width: 1198px) {
    .testimonial {
      font-size: 36px; } }
  @media (max-width: 991px) {
    .testimonial {
      font-size: 24px; } }

.testimonials__logos {
  justify-content: center;
  margin-top: 107px; }
  @media (max-width: 991px) {
    .testimonials__logos {
      margin-top: 50px; } }

.testimonial-logo {
  margin: 0px 35px;
  opacity: 0.3;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .testimonial-logo {
      margin: 0px 15px;
      display: none; }
      .testimonial-logo:nth-child(1), .testimonial-logo:nth-child(2), .testimonial-logo:nth-child(3) {
        display: block; } }
  .testimonial-logo.active, .testimonial-logo:hover {
    opacity: 1; }
  .testimonial-logo a {
    display: block; }
    .testimonial-logo a img {
      display: block;
      max-height: 26px;
      max-width: 120px; }
      @media (max-width: 991px) {
        .testimonial-logo a img {
          max-height: 20px;
          max-width: 90px; } }

/* ==========================================================================
   14. Home simple styles
   ========================================================================== */
/* ==========================================================================
   14.1 #HOME SIMPLE BANNERS
   ========================================================================== */
.simple-banners {
  margin: 155px 0px 170px 0px; }
  @media (max-width: 991px) {
    .simple-banners {
      margin: 70px 0px; } }
  .simple-banners .row {
    margin: -30px; }
    @media (max-width: 1298px) {
      .simple-banners .row {
        margin: -20px; } }
    @media (max-width: 1198px) {
      .simple-banners .row {
        margin: -10px; } }
    .simple-banners .row > div {
      padding: 30px; }
      @media (max-width: 1298px) {
        .simple-banners .row > div {
          padding: 20px; } }
      @media (max-width: 1198px) {
        .simple-banners .row > div {
          padding: 10px; } }

.simple-banner {
  position: relative; }

.simple-banner__image {
  padding-bottom: 127.27%;
  position: relative; }
  .simple-banner__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.simple-banner__content {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  z-index: 3;
  text-align: center; }
  @media (max-width: 1198px) {
    .simple-banner__content {
      left: 20px;
      right: 20px;
      bottom: 40px; } }
  @media (max-width: 991px) {
    .simple-banner__content {
      bottom: 50px; } }

.simple-banner__tag {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 1198px) {
    .simple-banner__tag {
      font-size: 16px;
      line-height: 21px; } }
  @media (max-width: 991px) {
    .simple-banner__tag {
      font-size: 14px; } }

.simple-banner__title {
  padding: 35px 0px 0px 0px;
  margin: 0px;
  font-size: 60px;
  line-height: 48px;
  color: #fff; }
  @media (max-width: 1198px) {
    .simple-banner__title {
      font-size: 48px;
      padding-top: 20px; } }
  @media (max-width: 991px) {
    .simple-banner__title {
      font-size: 36px;
      line-height: 0.95; } }
  .simple-banner__title span {
    color: #fb5716; }

/* ==========================================================================
   14.2 #HOME SIMPLE COLLECTIONS
   ========================================================================== */
.simple-collections {
  margin: 140px 0px 125px 0px; }
  @media (max-width: 991px) {
    .simple-collections {
      margin: 70px 0px; } }

.simple-collections__d-flex {
  margin: 0px -5px 0px -5px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .simple-collections__d-flex {
      margin: 0px -20px;
      overflow-x: scroll;
      padding: 0px 15px;
      -ms-overflow-style: none;
      scrollbar-width: none;
      /* Firefox */ }
      .simple-collections__d-flex::-webkit-scrollbar {
        display: none; } }

.simple-collection {
  width: 20%;
  min-width: 20%;
  padding: 0px 5px 0px 5px; }
  @media (max-width: 1198px) {
    .simple-collection {
      width: 25%;
      min-width: 25%; } }
  @media (max-width: 991px) {
    .simple-collection {
      width: 70%;
      min-width: 70%; } }
  .simple-collection a {
    display: block;
    text-align: center; }
    .simple-collection a:hover .simple-collection__title:before {
      right: 0; }

.simple-collection__image {
  padding: 0px 0px 71.24% 0px;
  position: relative;
  margin: 0px; }
  .simple-collection__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.simple-collection__title {
  padding: 27px 0px 0px 0px;
  margin: 0px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  display: inline-block;
  position: relative; }
  @media (max-width: 991px) {
    .simple-collection__title {
      font-size: 16px; } }
  .simple-collection__title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    height: 1px;
    background: #000;
    transition: right 0.3s ease-in;
    -webkit-transitino: right 0.3s ease-in;
     }

/* ==========================================================================
   14.3 #HOME SIMPLE COLORS
   ========================================================================== */
.home-simple .header__right > li > a span {
  background: #000000; }

.home-simple .header-cart__button--checkout {
  background: #000;
  border-color: #000; }

.home-simple ::selection {
  color: #ffffff;
  background-color: #000; }

.home-simple .button {
  color: #000;
  border-color: #000; }
  .home-simple .button:before {
    background: #000; }
  .home-simple .button:hover {
    color: #fff; }

.home-simple hr {
  background: #dfdfdf; }

.home-simple .product-grid-item__button a {
  color: #000; }
  .home-simple .product-grid-item__button a:hover {
    background: #000;
    color: #fff; }

.home-simple .our-journal .slick-dots li button:before {
  background: #000; }

.home-simple .our-journal .slick-dots li.slick-active button {
  border-color: #000; }

/* ==========================================================================
   14.4 #HOME SIMPLE FOOTER
   ========================================================================== */
.footer--simple {
  background: #f2f2f2;
  border: none;
  padding-bottom: 75px; }
  @media (max-width: 991px) {
    .footer--simple {
      padding-top: 0px;
      padding-bottom: 60px; } }
  .footer--simple .footer__newsletter {
    max-width: 410px;
    position: relative;
    margin-right: 40px; }
    @media (max-width: 991px) {
      .footer--simple .footer__newsletter {
        max-width: 100%;
        margin: 0px; } }
  .footer--simple .footer__newsletter-button {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    background: none;
    font-size: 0px; }
    .footer--simple .footer__newsletter-button:before {
      content: "î˛ś";
      display: block;
      position: absolute;
      top: 5px;
      right: 15px;
      font: normal normal normal 1em / 1 'LineIconsPro Light';
      font-size: 24px;
      color: #000;
      padding: 10px; }
  @media (min-width: 992px) {
    .footer--simple .footer__first-column {
      width: 41%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .footer__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--simple .footer__second-column {
      width: 27%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .footer__second-column {
      width: 28%; } }
  @media (min-width: 992px) {
    .footer--simple .footer__third-column {
      width: 20%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .footer__third-column {
      width: 22%; } }
  @media (min-width: 992px) {
    .footer--simple .footer__fourth-column {
      width: 12%;
      padding-top: 145px; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .footer__fourth-column {
      width: 18%; } }
  @media (min-width: 992px) {
    .footer--simple .copyright__first-column {
      width: 41%; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .copyright__first-column {
      width: 32%; } }
  @media (min-width: 992px) {
    .footer--simple .copyright__payment {
      width: 35%;
      text-align: left; } }
  @media (min-width: 992px) and (max-width: 1400px) {
    .footer--simple .copyright__payment {
      width: 44%; } }
  @media (min-width: 992px) {
    .footer--simple .copyright__second-column {
      width: 24%; } }
  .footer--simple .copyright {
    border: none;
    padding: 0px;
    margin: 145px 0px 0px 0px;
    text-transform: none; }
    @media (max-width: 991px) {
      .footer--simple .copyright {
        margin-top: 50px; } }
  .footer--simple .full-width-footer__language {
    padding-left: 0px;
    text-align: right; }
    @media (max-width: 991px) {
      .footer--simple .full-width-footer__language {
        text-align: left;
        padding-top: 0px; } }
  @media (max-width: 991px) {
    .footer--simple .footer__first-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--simple .footer__second-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--simple .footer__third-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--simple .footer__fourth-column {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .footer--simple .copyright__first-column {
      text-align: left; } }
  @media (max-width: 991px) {
    .footer--simple .copyright__payment {
      text-align: left;
      font-size: 0px; } }

/* ==========================================================================
   14.5 #HOME SIMPLE HEADER
   ========================================================================== */
.home-simple .fixed-header {
  height: 181px; }
  @media (max-width: 991px) {
    .home-simple .fixed-header {
      height: 66px; } }

.home-simple .first-step,
.home-simple .second-step {
  padding-top: 90px; }

.header--type-7 {
  background: #fff; }
  .header--type-7 .header__logo a {
    color: #000; }
  .header--type-7.header.fixed .header__nav--type-5 .nav__item {
    padding: 16px 0px; }

.header__nav--type-5 {
  border-top: 1px solid #e6e6e6;
  margin: 0px; }
  .header__nav--type-5 > li {
    margin-right: 70px; }
    @media (max-width: 1198px) {
      .header__nav--type-5 > li {
        margin-right: 50px; } }
  .header__nav--type-5 .nav__item {
    color: #000;
    padding: 21px 0px;
    display: block;
    position: relative; }
  .header__nav--type-5 .nav__item--current {
    font-weight: 400;
    color: #999999; }
  .header__nav--type-5 .wrap-dropdown {
    margin-right: 0px;
    margin-left: auto; }
  .header__nav--type-5 .wrap-dropdown + .wrap-dropdown {
    margin-left: 64px; }
    @media (max-width: 1198px) {
      .header__nav--type-5 .wrap-dropdown + .wrap-dropdown {
        margin-left: 54px; } }
  .header__nav--type-5 .open-dropdown {
    margin: 0px;
    color: #000; }

.header__contact-box {
  display: flex;
  align-items: center;
  margin: -10px 105px -10px 0px !important; }
  @media (max-width: 1198px) {
    .header__contact-box {
      margin-right: 50px !important; } }

.contact-box__icon {
  font-size: 25px;
  line-height: 1;
  color: #000;
  margin-right: 23px; }
  .contact-box__icon i {
    line-height: 25px;
    display: block; }

.contact-box__content {
  position: relative;
  margin-top: -4px; }
  .contact-box__content span {
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .contact-box__content p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 18px;
    color: #000; }

/* ==========================================================================
   14.6 #HOME SIMPLE KLARNA
   ========================================================================== */
.klarna--simple {
  margin: 0px; }
  .klarna--simple .klarna__d-flex {
    background: #fff;
    padding: 70px 9% 70px 9%; }
    @media (max-width: 1198px) {
      .klarna--simple .klarna__d-flex {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .klarna--simple .klarna__d-flex {
        padding: 50px 20px; } }
  .klarna--simple .klarna__title {
    padding: 14px 0px 0px 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: 600; }
  .klarna--simple .klarna__content {
    margin-left: 9%; }
    @media (max-width: 991px) {
      .klarna--simple .klarna__content {
        margin-left: 0; } }

/* ==========================================================================
   14.7 #HOME SIMPLE OUR JOURNAL
   ========================================================================== */
.our-journal--simple {
  padding: 0px;
  margin: 115px 0px 130px 0px; }
  @media (max-width: 991px) {
    .our-journal--simple {
      margin: 70px 0px; } }
  .our-journal--simple .our-journal__title {
    font-size: 48px; }
    @media (max-width: 1198px) {
      .our-journal--simple .our-journal__title {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .our-journal--simple .our-journal__title {
        font-size: 32px; } }

/* ==========================================================================
   14.8 #HOME SIMPLE PRODUCTS
   ========================================================================== */
.simple-products {
  background: #f2f2f2;
  text-align: center;
  padding: 120px 0px 140px 0px; }
  @media (max-width: 991px) {
    .simple-products {
      padding: 70px 0px; } }
  .simple-products .row > div {
    padding-top: 55px; }
    @media (max-width: 991px) {
      .simple-products .row > div {
        padding-top: 40px; } }
  .simple-products .product-grid-item__tag,
  .simple-products .product-grid-item__wishlist {
    display: none; }

.simple-products__heading {
  padding: 0px 0px 10px 0px;
  margin: 0px; }

.simple-products__action {
  padding-top: 110px; }
  @media (max-width: 991px) {
    .simple-products__action {
      padding-top: 70px; } }

/* ==========================================================================
   14.9 #HOME SIMPLE SLIDER
   ========================================================================== */
.default-slider--simple .default-slider__item {
  height: 900px;
  min-height: 900px; }
  @media (max-width: 1198px) {
    .default-slider--simple .default-slider__item {
      height: 720px;
      min-height: 720px; } }
  @media (max-width: 991px) {
    .default-slider--simple .default-slider__item {
      height: 620px;
      min-height: 620px; } }

@media (max-width: 991px) {
  .default-slider--simple .default-slider-item__content {
    top: 8%; } }

@media (max-width: 991px) {
  .default-slider--simple .default-slider-item__container {
    padding: 0px 20px; } }

.default-slider--simple .default-slider-item__image {
  left: 0; }
  @media (max-width: 991px) {
    .default-slider--simple .default-slider-item__image img {
      object-position: 64% 0px; } }

.default-slider--simple .default-slider-item__heading {
  color: #fff; }

.default-slider--simple .default-slider-item__description {
  color: #fff; }

.default-slider--simple .button {
  color: #fff;
  border-color: #fff;
  background: none; }
  .default-slider--simple .button:before {
    background: #fff; }
  .default-slider--simple .button:hover {
    color: #000; }

/* ==========================================================================
   15. Home video background styles
   ========================================================================== */
/* ==========================================================================
   15.1 #HOME VIDEO BACKGROUND BANNERS
   ========================================================================== */
.video-banners {
  margin: 125px 0px 120px 0px; }
  @media (max-width: 991px) {
    .video-banners {
      margin: 70px 0px; } }

.video-banners__d-flex {
  margin: -5px;
  position: relative;
  flex-wrap: wrap; }

.video-banner {
  width: 50%;
  padding: 5px;
  position: relative; }
  @media (max-width: 991px) {
    .video-banner {
      width: 100% !important; } }

.video-banner--large {
  width: 60%; }

.video-banner--small {
  width: 40%; }

.video-banner--very-small {
  width: 33.333%; }

.video-banner__image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover; }
  @media (max-width: 1298px) {
    .video-banner__image img {
      height: 420px; } }
  @media (max-width: 991px) {
    .video-banner__image img {
      height: 300px; } }

.video-banner__content {
  position: absolute;
  top: 92px;
  left: 88px;
  right: 88px; }
  @media (max-width: 1298px) {
    .video-banner__content {
      left: 40px;
      right: 40px;
      top: 40px; } }

.video-banner__tag {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 0px 30px 0px; }
  @media (max-width: 991px) {
    .video-banner__tag {
      padding-bottom: 15px;
      font-size: 12px; } }

.video-banner__title {
  padding: 0px;
  margin: 0px;
  color: #fff; }
  .video-banner__title span {
    color: #f43718;
    font-weight: 600; }

.video-banner__action {
  position: absolute;
  left: 88px;
  right: 88px;
  bottom: 92px; }
  @media (max-width: 1298px) {
    .video-banner__action {
      left: 40px;
      right: 40px;
      bottom: 40px; } }
  .video-banner__action .button {
    border-color: #fff;
    color: #fff; }
    .video-banner__action .button:before {
      background: #fff; }
    .video-banner__action .button:hover {
      color: #000; }

/* ==========================================================================
   15.2 #HOME VIDEO BACKGROUND COLORS
   ========================================================================== */
.home-video-background .nav__item--current,
.home-video-background .header__logo a,
.home-video-background .nav__item:hover {
  color: #000; }

.home-video-background .header__right > li > a span {
  background: #5f5549; }

.home-video-background .header-cart__button--checkout {
  background: #5f5549;
  border-color: #5f5549; }

.home-video-background ::selection {
  color: #ffffff;
  background-color: #5f5549; }

.home-video-background hr {
  background: #dfdfdf; }

.home-video-background .our-journal .slick-dots li button:before,
.home-video-background .home-products .slick-dots li button:before {
  background: #000; }

.home-video-background .our-journal .slick-dots li.slick-active button,
.home-video-background .home-products .slick-dots li.slick-active button {
  border-color: #000; }

.home-video-background .product-grid-item__button a {
  color: #5f5549; }
  .home-video-background .product-grid-item__button a:hover {
    background: #5f5549;
    color: #fff; }

.home-video-background .second-button {
  background: #5f5549; }

/* ==========================================================================
   15.3 #HOME VIDEO BACKGROUND FEATURES
   ========================================================================== */
.features--video-background .features__d-flex {
  margin: 80px 0px 60px 0px; }
  @media (max-width: 991px) {
    .features--video-background .features__d-flex {
      margin: 50px 0px 0px 0px; } }

/* ==========================================================================
   15.4 #HOME VIDEO BACKGROUND FOOTER
   ========================================================================== */
.home-video-background .footer--type-3,
.shop-6 .footer--type-3 {
  border-top: none; }

.home-video-background .footer--type-3,
.home-video-background .modern-newsletter__input,
.home-video-background .modern-newsletter__button,
.shop-6 .footer--type-3,
.shop-6 .modern-newsletter__input,
.shop-6 .modern-newsletter__button {
  background: #f8f8f8; }

.home-video-background .instagram,
.shop-6 .instagram {
  padding-top: 40px;
  margin-top: 0px;
  background: #f8f8f8; }

/* ==========================================================================
   15.5 #HOME VIDEO BACKGROUND HEADER
   ========================================================================== */
.header--type-8 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .header--type-8 .header__container {
    padding: 42px 0px; }
    @media (max-width: 991px) {
      .header--type-8 .header__container {
        padding: 21px 0px; } }

.inner-page .header--type-8 {
  border-bottom: none; }

.home-video-background .first-step,
.home-video-background .second-step {
  padding-top: 90px; }

/* ==========================================================================
   15.6 #HOME VIDEO BACKGROUND FEATURES
   ========================================================================== */
.our-journal--video-background {
  padding: 0px;
  margin: 110px 0px 160px 0px; }
  @media (max-width: 991px) {
    .our-journal--video-background {
      margin: 70px 0px; } }
  @media (min-width: 992px) {
    .our-journal--video-background .our-journal__action {
      margin-left: 50px;
      margin-bottom: 1px; } }
  .our-journal--video-background .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .our-journal--video-background .slick-dots {
        display: block !important; } }
  .our-journal--video-background .slick-prev {
    position: absolute;
    top: -85px;
    right: 107px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .our-journal--video-background .slick-prev {
        display: none !important; } }
    .our-journal--video-background .slick-prev:hover:before {
      color: #000; }
    .our-journal--video-background .slick-prev:before {
      content: "î˛˛";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .our-journal--video-background .slick-next {
    position: absolute;
    top: -85px;
    right: 30px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .our-journal--video-background .slick-next {
        display: none !important; } }
    .our-journal--video-background .slick-next:hover:before {
      color: #000; }
    .our-journal--video-background .slick-next:before {
      content: "î˛ś";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }

/* ==========================================================================
   15.7 #HOME VIDEO BACKGROUND PRODUCTS
   ========================================================================== */
.home-products--type-7 {
  background: none; }
  .home-products--type-7 .slick-list {
    margin: 0px -15px; }
    .home-products--type-7 .slick-list .slick-slide {
      padding: 0px 15px; }
  .home-products--type-7 .home-products__container {
    padding: 0px;
    margin: 125px 0px 125px 0px; }
    @media (max-width: 991px) {
      .home-products--type-7 .home-products__container {
        margin: 70px 0px; } }
  @media (min-width: 992px) {
    .home-products--type-7 .home-products__action {
      margin-left: 50px;
      margin-bottom: 1px; } }
  .home-products--type-7 .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .home-products--type-7 .slick-dots {
        display: block !important; } }
  .home-products--type-7 .slick-prev {
    position: absolute;
    top: -78px;
    right: 77px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .home-products--type-7 .slick-prev {
        display: none !important; } }
    .home-products--type-7 .slick-prev:hover:before {
      color: #000; }
    .home-products--type-7 .slick-prev:before {
      content: "î˛˛";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .home-products--type-7 .slick-next {
    position: absolute;
    top: -78px;
    right: 0px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .home-products--type-7 .slick-next {
        display: none !important; } }
    .home-products--type-7 .slick-next:hover:before {
      color: #000; }
    .home-products--type-7 .slick-next:before {
      content: "î˛ś";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }

.product-grid-item--type-3:hover .product-grid-item__wishlist a {
  color: #ed4336; }

.product-grid-item--type-3 .product-grid-item__wishlist {
  width: auto;
  height: auto;
  background: none;
  top: 10px;
  right: 27px; }
  .product-grid-item--type-3 .product-grid-item__wishlist a {
    color: #ccc; }

.product-grid-item > .product-grid-item__action {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 40px; }
  @media (max-width: 1298px) {
    .product-grid-item > .product-grid-item__action {
      display: none !important; } }
  .product-grid-item > .product-grid-item__action .product-grid-item__button {
    width: 100%; }
    .product-grid-item > .product-grid-item__action .product-grid-item__button a {
      color: #000;
      border: 1px solid #000; }
      .product-grid-item > .product-grid-item__action .product-grid-item__button a:hover {
        background: #000;
        color: #fff; }

.home-products--type-8 {
  background: none; }
  .home-products--type-8 .product-grid-item > .product-grid-item__action {
    display: none !important; }
  .home-products--type-8 .slick-list {
    margin: 0px -15px; }
    @media (max-width: 991px) {
      .home-products--type-8 .slick-list {
        margin: 0px -10px; } }
    .home-products--type-8 .slick-list .slick-slide {
      padding: 0px 15px; }
      @media (max-width: 991px) {
        .home-products--type-8 .slick-list .slick-slide {
          padding: 0px 10px; } }
  .home-products--type-8 .home-products__container {
    padding: 0px;
    margin: 120px 0px 150px 0px; }
    @media (max-width: 991px) {
      .home-products--type-8 .home-products__container {
        margin: 70px 0px; } }
  @media (min-width: 992px) {
    .home-products--type-8 .home-products__action {
      margin-left: 50px;
      margin-bottom: 1px; } }
  .home-products--type-8 .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .home-products--type-8 .slick-dots {
        display: block !important; } }
  .home-products--type-8 .slick-prev {
    position: absolute;
    top: -78px;
    right: 77px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .home-products--type-8 .slick-prev {
        display: none !important; } }
    .home-products--type-8 .slick-prev:hover:before {
      color: #000; }
    .home-products--type-8 .slick-prev:before {
      content: "î˛˛";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .home-products--type-8 .slick-next {
    position: absolute;
    top: -78px;
    right: 0px;
    left: auto !important;
    width: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 991px) {
      .home-products--type-8 .slick-next {
        display: none !important; } }
    .home-products--type-8 .slick-next:hover:before {
      color: #000; }
    .home-products--type-8 .slick-next:before {
      content: "î˛ś";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 36px;
      color: #ccc;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }

/* ==========================================================================
   15.8 #HOME FULL WIDTH SLIDER
   ========================================================================== */
.default-slider--video-background .js-home-default-slider {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }
  .default-slider--video-background .js-home-default-slider.slick-slider {
    opacity: 1; }

.default-slider--video-background .default-slider__item {
  height: 100vh; }

.default-slider--video-background .default-slider-item__image,
.default-slider--video-background .default-slider-item__video {
  left: 0; }

@media (max-width: 991px) {
  .default-slider--video-background .default-slider-item__content {
    top: 51%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); } }

@media (max-width: 991px) {
  .default-slider--video-background .default-slider-item__tag {
    display: block;
    font-size: 12px;
    padding-bottom: 30px !important; } }

.default-slider--video-background .default-slider-item__container {
  max-width: 100%;
  text-align: center; }
  @media (max-width: 991px) {
    .default-slider--video-background .default-slider-item__container {
      padding: 0px; } }

.default-slider--video-background .default-slider-item__tag,
.default-slider--video-background .default-slider-item__heading,
.default-slider--video-background .default-slider-item__description {
  color: #fff; }

.default-slider--video-background .button {
  border-color: #fff;
  color: #fff;
  background: none !important; }
  .default-slider--video-background .button:before {
    background: #fff; }
  .default-slider--video-background .button:hover {
    color: #000; }

.default-slider--video-background .default-slider-item__tag {
  padding-bottom: 50px; }

.default-slider--video-background .default-slider-item__heading {
  font-size: 120px;
  font-weight: 400; }
  @media (max-width: 1098px) {
    .default-slider--video-background .default-slider-item__heading {
      font-size: 90px; } }
  @media (max-width: 991px) {
    .default-slider--video-background .default-slider-item__heading {
      font-size: 60px; } }

.default-slider--video-background .default-slider-item__description {
  font-size: 20px;
  line-height: 36px;
  padding-top: 72px; }
  @media (max-width: 991px) {
    .default-slider--video-background .default-slider-item__description {
      font-size: 13px;
      line-height: 20px;
      padding-top: 40px; } }

.default-slider--video-background .slick-dots {
  text-align: center; }
  .default-slider--video-background .slick-dots li {
    margin-left: 3px;
    margin-right: 3px; }

.default-slider--video-background .slick-dots li.slick-active button {
  border-color: #fff; }

.default-slider--video-background .slick-dots li button:before,
.default-slider--video-background .slick-dots li.slick-active button:before {
  background: #fff; }

/* ==========================================================================
   16. Home full screen parallax styles
   ========================================================================== */
/* ==========================================================================
   16.1 #HOME FULL SCREEN PARALLAX BLOCKS
   ========================================================================== */
.full-screen-parallax {
  height: 100vh;
  min-height: 1080px;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  
  position: relative; }
  @media (max-width: 991px) {
    .full-screen-parallax {
      height: 150vw;
      min-height: 600px; } }
  .full-screen-parallax.active {
    opacity: 1; }

.full-screen-parallax__content {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 790px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 991px) {
    .full-screen-parallax__content {
      width: 80%;
      left: 10% !important;
      right: 10% !important;
      transform: translateY(-50%) !important;
      -webkit-transform: translateY(-50%) !important;
      -moz-transform: translateY(-50%) !important; } }

.full-screen-parallax__content--center-center {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%); }

.full-screen-parallax__content--center-right {
  left: auto;
  right: 10%; }

.full-screen-parallax__title {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-family: 'Amiri';
  font-size: 110px;
  line-height: 1.09;
  text-transform: uppercase;
  font-weight: 400; }
  @media (max-width: 1440px) {
    .full-screen-parallax__title {
      font-size: 7.6vw; } }
  @media (max-width: 991px) {
    .full-screen-parallax__title {
      font-size: 48px; } }
  .full-screen-parallax__title span {
    color: #fb5716; }

.full-screen-parallax__description {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  padding: 60px 0px 0px 0px; }
  @media (max-width: 1440px) {
    .full-screen-parallax__description {
      padding-top: 4.1vw; } }
  @media (max-width: 991px) {
    .full-screen-parallax__description {
      font-size: 16px;
      line-height: 1.8; }
      .full-screen-parallax__description br {
        display: none; } }

.full-screen-parallax__action {
  padding-top: 95px; }
  @media (max-width: 1440px) {
    .full-screen-parallax__action {
      padding-top: 6.5vw; } }
  .full-screen-parallax__action .button {
    border-color: #fff;
    color: #fff; }
    .full-screen-parallax__action .button:before {
      background: #fff; }
    .full-screen-parallax__action .button:hover {
      color: #000; }

.full-screen-parallax + .footer {
  z-index: 991;
  position: relative; }

/* ==========================================================================
   16.2 #HOME FULL WIDTH COLORS
   ========================================================================== */
.home-full-screen .header__right > li > a span {
  background: #000; }

.home-full-screen .header-cart__button--checkout {
  background: #000;
  border-color: #000; }

.home-full-screen ::selection {
  color: #ffffff;
  background-color: #000; }

/* ==========================================================================
   16.3 #HOME FULL SCREEN PARALLAX HEADER
   ========================================================================== */
.header--type-9 .header__container {
  padding: 65px 0px; }
  @media (max-width: 1198px) {
    .header--type-9 .header__container {
      padding: 55px 0px; } }
  @media (max-width: 991px) {
    .header--type-9 .header__container {
      padding: 27px 0px; } }

.header--type-9 .header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.header--type-9 .header__logo a {
  color: #000; }

.header__open-desktop-menu {
  display: block; }
  @media (max-width: 991px) {
    .header__open-desktop-menu {
      display: none; } }
  .header__open-desktop-menu i {
    font-size: 36px;
    display: inline-block !important;
    vertical-align: top; }
  .header__open-desktop-menu span {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px; }

/* ==========================================================================
   17. Pages styles
   ========================================================================== */
/* ==========================================================================
   17.1 #ABOUT PAGE
   ========================================================================== */
.about-page .home-about {
  background: #fff; }

.about-page .testimonials {
  background: #f4f5f9;
  margin: 0px;
  padding: 180px 0px 160px 0px; }
  @media (max-width: 991px) {
    .about-page .testimonials {
      padding: 70px 0px; } }

.about-page .minimal-instagram {
  background: #f4f5f9;
  margin: 0px;
  padding: 210px 0px 210px 0px; }
  @media (max-width: 991px) {
    .about-page .minimal-instagram {
      padding: 70px 0px; } }

.about-page .testimonials + .minimal-instagram {
  padding-top: 0px !important; }

/* About intro */
.about-intro {
  margin: 120px 0px 120px 0px; }
  @media (max-width: 991px) {
    .about-intro {
      margin: 60px 0px; } }

.about-intro__container {
  max-width: 1170px;
  margin: 0px auto; }

@media (max-width: 991px) {
  .about-intro__d-flex {
    flex-wrap: wrap; } }

.about-intro__left {
  width: 670px; }
  @media (max-width: 1198px) {
    .about-intro__left {
      width: 500px; } }
  @media (max-width: 991px) {
    .about-intro__left {
      width: 100%; } }

.about-intro__tag {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .about-intro__tag {
      font-size: 14px;
      line-height: 21px; } }

.about-intro__title {
  padding: 87px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .about-intro__title {
      padding-top: 25px; } }

.about-intro__right {
  margin-left: auto;
  padding-left: 40px;
  width: 370px; }
  @media (max-width: 991px) {
    .about-intro__right {
      width: 100%;
      margin: 40px 0px 0px 0px;
      padding: 0px; } }

.about-number + .about-number {
  margin-top: 45px; }
  @media (max-width: 991px) {
    .about-number + .about-number {
      margin-top: 30px; } }

.about-number__number {
  font-size: 48px;
  line-height: 1.2;
  color: #999999;
  width: 160px;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .about-number__number {
      font-size: 30px;
      width: 95px; } }
  .about-number__number span {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    padding-left: 4px; }

.about-number__title {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .about-number__title {
      font-size: 12px;
      line-height: 20px; } }

/* About section */
.about-section {
  margin: 160px 0px 195px 0px; }
  @media (max-width: 991px) {
    .about-section {
      margin: 70px 0px; } }

.about-section__title {
  padding: 0px;
  margin: 0px; }

.stores-list__item {
  padding-top: 75px; }
  @media (max-width: 991px) {
    .stores-list__item {
      padding-top: 50px; } }

.store-item__title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0px 35px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .store-item__title {
      font-size: 18px;
      padding: 0px 0px 25px 0px; } }

.store-item__address {
  font-size: 16px;
  line-height: 30px;
  color: #000; }
  @media (max-width: 991px) {
    .store-item__address {
      font-size: 14px;
      line-height: 28px; } }
  .store-item__address a {
    color: #000; }
    .store-item__address a:hover {
      color: #999; }
  .store-item__address p {
    padding: 0px;
    margin: 0px; }
  .store-item__address p + .address__store-number {
    padding-top: 35px; }
    @media (max-width: 991px) {
      .store-item__address p + .address__store-number {
        padding-top: 25px; } }

.address__store-number {
  color: #000;
  display: block;
  padding: 0px 0px 15px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .address__store-number {
      font-size: 12px; } }

/* ==========================================================================
   17.3 #ARTICLE WITH SIDEBAR PAGE
   ========================================================================== */
.post__sidebar-container {
  max-width: 1170px;
  margin: 0px auto; }
  @media (max-width: 991px) {
    .post__sidebar-container {
      flex-wrap: wrap; } }
  .post__sidebar-container .container {
    padding: 0px; }

.post__left {
  margin-right: 100px;
  width: 100%; }
  @media (max-width: 991px) {
    .post__left {
      margin: 0px;
      width: 100%; } }

.post__right {
  width: 300px;
  min-width: 300px;
  padding-top: 45px; }
  @media (max-width: 991px) {
    .post__right {
      width: 100%;
      min-width: 100%;
      padding: 10px 0px 0px 0px; } }

/* Widget search */
.widget-search {
  margin-top: 60px; }
  .widget-search .blog__search {
    width: 100%; }

.widget-search__title {
  padding: 0px 0px 17px 0px;
  margin: 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Widget follow us */
.widget-follow-us {
  margin-top: 60px; }
  .widget-follow-us .contact-intro__socials {
    margin: 0px; }

.widget-follow-us__title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Widget popular posts */
.widget-popular-posts {
  margin-top: 60px; }

.widget-popular-posts__title {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.popular-posts {
  list-style: none;
  padding: 15px 0px 0px 0px;
  margin: 0px; }
  .popular-posts li + li {
    border-top: 1px solid #dadada; }

.popular-post {
  padding: 20px 0px; }
  .popular-post:hover .popular-post__number {
    color: #000; }
  .popular-post:hover .popular-post__content {
    color: #999; }

.popular-post__number {
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  width: 35px;
  min-width: 35px;
  text-align: center;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
   }

.popular-post__content {
  padding: 0px 0px 0px 19px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s ease-in;
  
  border-left: 1px solid #dfdfdf; }
  .popular-post__content span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase; }

/* Widget newsletter */
.widget-newsletter {
  margin-top: 55px;
  background: #f4f5f9;
  padding: 38px 30px 55px 30px; }
  .widget-newsletter .footer__newsletter-description {
    padding: 0px 0px 32px 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 26px; }
  .widget-newsletter .footer__newsleter-input {
    width: 100%; }
  .widget-newsletter .footer__newsletter-button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px; }

.widget-newsletter__title {
  padding: 0px 0px 18px 0px;
  margin: 0px 0px 0 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* Widget categories */
.widget-categories {
  margin-top: 60px; }

.widget-categories__title {
  padding: 0px 0px 18px 0px;
  margin: 0px 0px 0 0px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.categories-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .categories-list li + li {
    border-top: 1px solid #dadada; }
  .categories-list a {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 0px;
    color: #000; }
    .categories-list a:hover {
      color: #999; }
    .categories-list a span {
      padding-left: 20px;
      margin-left: auto;
      text-align: right;
      color: #999999; }
    .categories-list a.active {
      font-weight: 600; }
      .categories-list a.active span {
        font-weight: 400;
        color: #000; }

/* Widget banner */
.widget-banner {
  margin-top: 40px; }
  .widget-banner img {
    display: block;
    width: 100%; }

/* ==========================================================================
   17.2 #ARTICLE PAGE
   ========================================================================== */
.article-top {
  padding-bottom: 0px !important; }

.article__image {
  padding: 0px 0px 48.6% 0px;
  position: relative;
  margin: 50px 0px 0px 0px; }
  .article__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.post {
  padding: 0px 0px 230px 0px; }
  @media (max-width: 991px) {
    .post {
      padding: 0px 0px 85px 0px; } }
  .post hr {
    background: #e5e5e5; }

/* Post heading */
.post__heading {
  padding: 90px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__heading {
      padding: 50px 0px 0px 0px; } }

.post__meta {
  list-style: none;
  padding: 0px 0px 20px 0px;
  margin: 0px auto;
  max-width: 770px; }
  .post__meta li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999; }
    @media (max-width: 991px) {
      .post__meta li {
        font-size: 11px; } }
    .post__meta li:first-child:before {
      display: none; }
    .post__meta li:before {
      content: '/';
      display: inline-block;
      vertical-align: top;
      padding: 0px 6px 0px 3px; }
    .post__meta li a {
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px; }

.post__title {
  padding: 0px;
  margin: 0px auto -15px auto;
  position: relative;
  max-width: 770px;
  font-size: 48px;
  line-height: 1.05;
  font-weight: 500; }
  @media (max-width: 1198px) {
    .post__title {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .post__title {
      font-size: 30px; } }

/* Content */
.post__content {
  padding: 40px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__content {
      padding: 20px 0px 0px 0px; } }

.post__container {
  max-width: 770px;
  margin: 0px auto; }
  .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-size: 30px;
    line-height: 1.5; }
    @media (max-width: 1098px) {
      .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .post__container h1, .post__container h2, .post__container h3, .post__container h4 {
        font-size: 22px;
        padding-top: 25px; } }
  .post__container h5, .post__container h6 {
    padding: 30px 0px 0px 0px;
    margin: 0px;
    font-size: 24px;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .post__container h5, .post__container h6 {
        padding-top: 25px;
        font-size: 18px; } }
    .post__container h5 strong, .post__container h6 strong {
      color: #0099ff;
      font-weight: 600; }
  .post__container ul {
    padding: 25px 0px 0px 30px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .post__container ul {
        padding-top: 15px; } }
    .post__container ul li {
      margin: 10px 0px 0px 0px;
      padding: 0px 0px 0px 30px;
      position: relative; }
      .post__container ul li:before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        background: #666666;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        position: absolute;
        left: 0;
        top: 12px; }
        @media (max-width: 991px) {
          .post__container ul li:before {
            top: 8px; } }
  .post__container p {
    padding: 30px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .post__container p {
        padding-top: 25px; } }
    .post__container p span {
      color: #00ccff;
      text-decoration: underline; }

/* Post images */
.post__images {
  text-align: center; }
  @media (max-width: 991px) {
    .post__images {
      padding-top: 20px; } }
  .post__images .post__image {
    text-align: center;
    margin-top: 85px;
    padding-bottom: 140%;
    position: relative; }
    @media (max-width: 991px) {
      .post__images .post__image {
        margin-top: 40px; } }
    .post__images .post__image img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .post__images .post__image--small {
    padding-bottom: 65%; }

.image__info {
  padding: 18px 0px 0px 0px;
  margin: 0px;
  font-size: 14px;
  font-style: italic;
  color: #999; }
  @media (max-width: 991px) {
    .image__info {
      font-size: 12px; } }
  .image__info span {
    color: #000; }

.post-images__container {
  max-width: 1170px;
  margin: 0px auto; }

/* Post twitter */
.post__twitter {
  padding: 80px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__twitter {
      padding-top: 55px; } }

.twitter-quote {
  padding: 65px 70px;
  background: #f4f5f9; }
  @media (max-width: 991px) {
    .twitter-quote {
      padding: 25px; } }

.twitter-quote__author {
  display: flex;
  align-items: center; }

.twitter-author__avatar {
  margin-right: 20px;
  width: 60px;
  min-width: 60px; }
  .twitter-author__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
     }

.twitter-author__details strong {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 991px) {
    .twitter-author__details strong {
      font-size: 17px; } }

.twitter-author__details p {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  color: #999; }
  @media (max-width: 991px) {
    .twitter-author__details p {
      font-size: 14px; } }

.twitter-author__icon {
  margin-left: auto;
  padding-left: 25px; }
  .twitter-author__icon i {
    font-size: 36px;
    color: #00ccff; }
    @media (max-width: 991px) {
      .twitter-author__icon i {
        font-size: 24px; } }

.twitter-quote__content {
  font-size: 28px;
  line-height: 46px;
  padding: 35px 0px 0px 0px;
  margin: 0px;
  color: #000; }
  @media (max-width: 1098px) {
    .twitter-quote__content {
      font-size: 24px;
      line-height: 40px; } }
  @media (max-width: 991px) {
    .twitter-quote__content {
      font-size: 18px;
      line-height: 30px;
      padding-top: 25px; } }
  .twitter-quote__content span {
    color: #00ccff; }

/* Post tags and share */
.tags-share__container {
  max-width: 770px;
  margin: 0px auto; }

.tags-share {
  padding: 100px 0px 0px 0px;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .tags-share {
      padding-top: 70px; } }

.post__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .post__tags {
      width: 50%; } }
  .post__tags li {
    margin: 2px 4px 2px 0px; }
    .post__tags li a {
      display: block;
      padding: 1px 7px 0px 7px;
      border: 1px solid #dadada;
      font-size: 14px;
      color: #999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      @media (max-width: 991px) {
        .post__tags li a {
          font-size: 12px; } }
      .post__tags li a:hover {
        border-color: #304650;
        background: #304650;
        color: #fff; }

.post__share {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-left: auto; }

.share__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }
  @media (max-width: 991px) {
    .share__title {
      font-size: 12px;
      display: none; } }

.share__options {
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 13px;
  margin: 0px;
  list-style: none; }
  .share__options li {
    padding-left: 7px; }

.share-option__twitter {
  width: 30px;
  height: 30px;
  background: #55acee;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__twitter:hover {
    color: #fff; }

.share-option__facebook {
  width: 30px;
  height: 30px;
  background: #3b5999;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__facebook:hover {
    color: #fff; }

.share-option__instagram {
  width: 30px;
  height: 30px;
  background: #ea1081;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: block;
  font-size: 14px; }
  .share-option__instagram:hover {
    color: #fff; }

/* Post author */
.post__author hr {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .post__author hr {
      margin-top: 70px; } }

.post-author__container {
  max-width: 770px;
  margin: 0px auto; }

.post-author {
  padding-top: 48px;
  display: flex; }

.post-author__avatar {
  width: 80px;
  min-width: 80px;
  margin-right: 20px; }
  .post-author__avatar img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
     }

.post-author__details {
  width: 100%; }

.post-author__name {
  font-size: 24px;
  color: #000; }
  @media (max-width: 991px) {
    .post-author__name {
      font-size: 21px; } }

.post-author__position {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .post-author__position {
      font-size: 11px; } }

.post-author__description {
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .post-author__description {
      font-size: 14px;
      line-height: 24px; } }

.post-author__social {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  list-style: none; }
  .post-author__social li {
    padding: 15px 15px 0px 0px; }
    .post-author__social li a {
      color: #000; }

/* Related posts */
.related-posts hr {
  margin-top: 40px; }

.related-posts .blog-article {
  margin-top: 45px !important; }

.related-posts .row {
  margin: 0px -35px; }
  @media (max-width: 991px) {
    .related-posts .row {
      margin: 0px -20px; } }
  .related-posts .row > div {
    padding: 0px 35px; }
    @media (max-width: 991px) {
      .related-posts .row > div {
        padding: 0px 20px; } }
  @media (max-width: 767px) {
    .related-posts .row > div + div {
      padding-top: 40px; } }

.related-posts__container {
  max-width: 770px;
  margin: 0px auto; }

.related-posts__title {
  padding: 84px 0px 50px 0px;
  margin: 0px;
  font-size: 36px; }
  @media (max-width: 1098px) {
    .related-posts__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .related-posts__title {
      font-size: 24px;
      padding-top: 60px; } }

/* Post comments */
.post__comments hr {
  margin-top: 90px; }
  @media (max-width: 991px) {
    .post__comments hr {
      margin-top: 70px; } }

.post-comments__container {
  max-width: 770px;
  margin: 0px auto; }

.post-comments__title {
  font-size: 36px;
  padding: 80px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .post-comments__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .post-comments__title {
      font-size: 24px;
      padding: 60px 0px 10px 0px; } }

.post-comment {
  border-top: 1px solid #d8d8d8;
  margin-top: 45px;
  padding-top: 40px;
  display: flex; }
  @media (max-width: 991px) {
    .post-comment {
      margin-top: 35px;
      padding-top: 30px; } }
  .post-comment:first-of-type {
    border: none;
    margin-top: 0px; }

.post-comment__avatar {
  width: 60px;
  min-width: 60px;
  margin-right: 40px; }
  @media (max-width: 991px) {
    .post-comment__avatar {
      margin-right: 20px; } }
  .post-comment__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
     }

.post-comment__details {
  width: 100%; }

.post-comment__name-and-date {
  display: flex;
  align-items: center; }

.post-comment__name {
  font-size: 20px;
  color: #000; }
  @media (max-width: 991px) {
    .post-comment__name {
      font-size: 18px; } }

.post-comment__date {
  margin-left: auto;
  padding-left: 20px;
  font-size: 14px;
  color: #999; }

.post-comment__content {
  padding: 10px 0px 0px 0px; }

/* Leave a comment */
.post__leave-comment {
  padding: 90px 0px 0px 0px; }
  @media (max-width: 991px) {
    .post__leave-comment {
      padding: 70px 0px 0px 0px; } }

.leave-comment__container {
  max-width: 770px;
  margin: 0px auto; }

.leave-comment__title {
  font-size: 36px;
  padding: 0px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .leave-comment__title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .leave-comment__title {
      font-size: 24px; } }

/* Post with sidebar */
@media (max-width: 991px) {
  .post-with-sidebar .container .container {
    padding: 0px; } }

.post-with-sidebar .container .container .container {
  padding: 0px; }

.post-with-sidebar .post__container {
  max-width: 100%; }

/* ==========================================================================
   17.5 #BLOG WITH SIDEBAR PAGE
   ========================================================================== */
.full-width-featured-articles .slick-prev {
  position: absolute;
  left: 80px;
  top: 50%;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  font-size: 0px;
  padding: 0px;
  display: block !important;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  margin-top: -70px; }
  @media (max-width: 1298px) {
    .full-width-featured-articles .slick-prev {
      left: 50px; } }
  @media (max-width: 991px) {
    .full-width-featured-articles .slick-prev {
      display: none !important; } }
  .full-width-featured-articles .slick-prev:hover {
    background: #fff; }
    .full-width-featured-articles .slick-prev:hover:before {
      color: #000; }
  .full-width-featured-articles .slick-prev:before {
    content: "\ecc1";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
     }

.full-width-featured-articles .slick-next {
  position: absolute;
  right: 80px;
  top: 50%;
  left: auto;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 3;
  font-size: 0px;
  padding: 0px;
  display: block !important;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  background: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  margin-top: -70px; }
  @media (max-width: 1298px) {
    .full-width-featured-articles .slick-next {
      right: 50px; } }
  @media (max-width: 991px) {
    .full-width-featured-articles .slick-next {
      display: none !important; } }
  .full-width-featured-articles .slick-next:hover {
    background: #fff; }
    .full-width-featured-articles .slick-next:hover:before {
      color: #000; }
  .full-width-featured-articles .slick-next:before {
    content: "\ecc3";
    display: inline-block;
    font: normal normal normal 1em/1 'LineIconsPro Light';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
     }

.full-width-featured-articles .slick-dots {
  display: none !important;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 50px;
  list-style: none;
  margin: 0px;
  padding: 0px; }
  @media (max-width: 991px) {
    .full-width-featured-articles .slick-dots {
      display: flex !important;
      justify-content: center; } }
  .full-width-featured-articles .slick-dots li {
    margin: 0px 9px 0px 9px;
    font-size: 0px;
    line-height: 0px; }
    .full-width-featured-articles .slick-dots li.slick-active button {
      width: 36px; }
    .full-width-featured-articles .slick-dots li button {
      display: block;
      width: 8px;
      height: 8px;
      background: #fff;
      border: none;
      outline: none;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      
      transition: width 0.3s ease-in;
      -webkit-transition: width 0.3s ease-in;
      
      padding: 0px;
      margin: 0px;
      position: relative; }
      .full-width-featured-articles .slick-dots li button:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px; }

.full-width-featured-article {
  display: none;
  position: relative; }
  .full-width-featured-article:hover .full-width-featured-article__description {
    height: 87px; }

.full-width-featured-article__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }

.full-width-featured-article__image a {
  display: block;
  padding-bottom: 125%;
  position: relative; }
  .full-width-featured-article__image a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
  .full-width-featured-article__image a img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.full-width-featured-article__content {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 60px;
  z-index: 2; }
  @media (max-width: 1298px) {
    .full-width-featured-article__content {
      left: 50px;
      right: 50px; } }
  @media (max-width: 991px) {
    .full-width-featured-article__content {
      left: 30px;
      right: 30px;
      bottom: 100px; } }

.full-width-featured-article__meta {
  list-style: none;
  padding: 0px 0px 18px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .full-width-featured-article__meta {
      padding-bottom: 8px; } }
  .full-width-featured-article__meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #fff;
    font-size: 14px; }
    @media (max-width: 991px) {
      .full-width-featured-article__meta li {
        font-size: 12px; } }
    .full-width-featured-article__meta li:last-child {
      margin-right: 0px; }
      .full-width-featured-article__meta li:last-child:after {
        display: none; }
    .full-width-featured-article__meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .full-width-featured-article__meta li a {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .full-width-featured-article__meta li a {
          font-size: 12px; } }

.full-width-featured-article__title {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-weight: 500;
  line-height: 1.04;
  font-size: 36px; }
  @media (max-width: 991px) {
    .full-width-featured-article__title {
      font-size: 24px; } }

.full-width-featured-article__description {
  font-size: 16px;
  line-height: 26px;
  color: #cccccc;
  padding: 0px 0px 0px 0px;
  height: 0px;
  transition: height 0.3s ease-in;
  -webkit-transition: height 0.3s ease-in;
  
  overflow: hidden; }
  .full-width-featured-article__description span {
    display: block;
    height: 35px; }

.blog-with-sidebar-top {
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .blog-with-sidebar-top {
      margin: 0px; } }

.blog-with-sidebar-top__container {
  max-width: 1170px;
  margin: 0px auto; }
  .blog-with-sidebar-top__container .our-journal {
    margin: 100px auto 100px auto;
    padding: 0px; }
    @media (max-width: 991px) {
      .blog-with-sidebar-top__container .our-journal {
        margin: 50px 0px 60px 0px; } }
    .blog-with-sidebar-top__container .our-journal .slick-prev {
      position: absolute;
      right: 75px;
      top: -97px;
      left: auto;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 3;
      font-size: 0px;
      padding: 0px;
      display: block !important;
      width: auto; }
      @media (max-width: 1198px) {
        .blog-with-sidebar-top__container .our-journal .slick-prev {
          right: 65px; } }
      @media (max-width: 991px) {
        .blog-with-sidebar-top__container .our-journal .slick-prev {
          top: -73px; } }
      .blog-with-sidebar-top__container .our-journal .slick-prev:hover:before {
        color: #0f0f0e; }
      .blog-with-sidebar-top__container .our-journal .slick-prev:before {
        content: "\ecc1";
        display: inline-block;
        font: normal normal normal 1em/1 'LineIconsPro Light';
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 40px;
        color: #999999;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
         }
    .blog-with-sidebar-top__container .our-journal .slick-next {
      position: absolute;
      right: 30px;
      top: -97px;
      left: auto;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      z-index: 3;
      font-size: 0px;
      padding: 0px;
      display: block !important;
      width: auto; }
      @media (max-width: 1198px) {
        .blog-with-sidebar-top__container .our-journal .slick-next {
          right: 20px; } }
      @media (max-width: 991px) {
        .blog-with-sidebar-top__container .our-journal .slick-next {
          top: -73px; } }
      .blog-with-sidebar-top__container .our-journal .slick-next:hover:before {
        color: #0f0f0e; }
      .blog-with-sidebar-top__container .our-journal .slick-next:before {
        content: "\ecc3";
        display: inline-block;
        font: normal normal normal 1em/1 'LineIconsPro Light';
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 40px;
        color: #999999;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
         }
  .blog-with-sidebar-top__container .our-journal + hr {
    max-width: 1170px;
    margin: 0px auto; }
  .blog-with-sidebar-top__container .our-journal__title {
    padding-bottom: 53px; }
    @media (max-width: 991px) {
      .blog-with-sidebar-top__container .our-journal__title {
        padding-bottom: 40px; } }

.blog-with-sidebar {
  padding-bottom: 215px; }
  @media (max-width: 991px) {
    .blog-with-sidebar {
      padding-bottom: 90px; } }

.blog-with-sidebar__container {
  max-width: 1170px;
  margin: 0px auto; }
  @media (max-width: 991px) {
    .blog-with-sidebar__container {
      flex-wrap: wrap; } }
  .blog-with-sidebar__container .container {
    padding: 0px; }

.blog-with-sidebar__left {
  margin-right: 100px;
  width: 100%;
  padding-top: 60px; }
  @media (max-width: 1298px) {
    .blog-with-sidebar__left {
      margin-right: 80px; } }
  @media (max-width: 991px) {
    .blog-with-sidebar__left {
      margin: 0px;
      width: 100%;
      padding-top: 35px; } }

.article-grid {
  padding: 45px 0px; }
  @media (max-width: 991px) {
    .article-grid {
      padding: 35px 0px; } }

.article-grid + .article-grid {
  border-top: 1px solid #dadada; }

.article-grid__image {
  width: 46%;
  min-width: 46%; }
  .article-grid__image a {
    display: block;
    padding-bottom: 58.5%;
    position: relative; }
    .article-grid__image a img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.article-grid__content {
  width: 100%;
  padding-left: 50px;
  position: relative;
  padding-bottom: 50px; }

.article-grid__title {
  padding: 0px;
  margin: 0px; }
  .article-grid__title a {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .article-grid__title a {
        font-size: 18px;
        line-height: 25px; } }
    .article-grid__title a:hover {
      color: #999; }

.article-grid__description {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  padding-top: 17px; }
  @media (max-width: 991px) {
    .article-grid__description {
      font-size: 14px;
      line-height: 24px; } }

.article-grid__meta {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  left: 50px; }
  .article-grid__meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #999;
    font-size: 14px; }
    @media (max-width: 991px) {
      .article-grid__meta li {
        font-size: 12px; } }
    .article-grid__meta li:last-child {
      margin-right: 0px; }
      .article-grid__meta li:last-child:after {
        display: none; }
    .article-grid__meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .article-grid__meta li a {
      font-size: 14px;
      color: #000;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .article-grid__meta li a {
          font-size: 12px; } }

.article-grid--large .article-grid__image {
  width: 100%;
  min-width: 100%; }

.article-grid--large .article-grid__content {
  padding-top: 30px;
  padding-left: 0; }

.article-grid--large .article-grid__meta {
  left: 0; }

@media (max-width: 991px) {
  .article-grid {
    flex-wrap: wrap; }
    .article-grid .article-grid__image {
      width: 100%;
      min-width: 100%; }
    .article-grid .article-grid__content {
      padding-top: 30px;
      padding-left: 0; }
    .article-grid .article-grid__meta {
      left: 0; } }

.blog-with-sidebar__pagination {
  margin-top: 85px; }
  @media (max-width: 991px) {
    .blog-with-sidebar__pagination {
      margin-top: 15px; } }
  .blog-with-sidebar__pagination .standard-pagination {
    justify-content: start;
    margin: 0px -5px; }

.blog-with-sidebar__right {
  width: 300px;
  min-width: 300px;
  padding-top: 45px; }
  @media (max-width: 1298px) {
    .blog-with-sidebar__right {
      width: 250px;
      min-width: 250px; } }
  @media (max-width: 991px) {
    .blog-with-sidebar__right {
      width: 100%;
      min-width: 100%;
      padding: 10px 0px 0px 0px; } }

/* ==========================================================================
   17.4 #BLOG PAGE
   ========================================================================== */
.blog {
  padding: 80px 0px 210px 0px; }
  @media (max-width: 1198px) {
    .blog {
      padding-bottom: 150px; } }
  @media (max-width: 991px) {
    .blog {
      padding: 50px 0px 80px 0px; } }

/* Blog title */
.blog__title {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 60px; }
  @media (max-width: 1198px) {
    .blog__title {
      font-size: 48px; } }
  @media (max-width: 991px) {
    .blog__title {
      font-size: 30px; } }

/* Blog bar - categories and search */
.blog__bar {
  max-width: 1170px;
  margin: 48px auto 0px auto; }
  @media (max-width: 991px) {
    .blog__bar {
      flex-wrap: wrap;
      margin-top: 30px; } }

.blog__categories {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .blog__categories {
      width: 100%;
      justify-content: center; } }
  .blog__categories li {
    margin: 0px 40px 0px 0px; }
    @media (max-width: 1198px) {
      .blog__categories li {
        margin-right: 30px; } }
    @media (max-width: 991px) {
      .blog__categories li {
        margin: 7px 15px; } }
    .blog__categories li a {
      font-size: 16px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: inline-block;
      position: relative; }
      @media (max-width: 1198px) {
        .blog__categories li a {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .blog__categories li a {
          font-size: 13px; } }
      .blog__categories li a.active:before {
        right: 0; }
      .blog__categories li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 1px;
        background: #000; }

.blog__search {
  margin-left: auto;
  width: 270px;
  position: relative; }
  @media (max-width: 991px) {
    .blog__search {
      width: 100%;
      margin: 15px 0px 0px 0px; } }

.blog-search__input {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 0px;
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #000;
  outline: none; }
  .blog-search__input::-webkit-input-placeholder {
    color: #999999; }
  .blog-search__input::-moz-placeholder {
    color: #999999; }
  .blog-search__input:-ms-input-placeholder {
    color: #999999; }
  .blog-search__input:-moz-placeholder {
    color: #999999; }

.blog-search__button {
  display: block;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

/* Featured articles */
.featured-articles {
  margin-top: 48px; }
  .featured-articles .slick-dots {
    display: flex !important;
    position: absolute;
    right: 9.4%;
    bottom: 75px;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    @media (max-width: 1198px) {
      .featured-articles .slick-dots {
        right: 5%; } }
    @media (max-width: 991px) {
      .featured-articles .slick-dots {
        left: 20px;
        right: 20px;
        bottom: -40px;
        justify-content: center; } }
    .featured-articles .slick-dots li {
      margin: 0px 0px 0px 19px;
      font-size: 0px;
      line-height: 0px; }
      @media (max-width: 991px) {
        .featured-articles .slick-dots li {
          margin: 0px 9px; } }
      .featured-articles .slick-dots li.slick-active button {
        width: 36px; }
      .featured-articles .slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        background: #fff;
        border: none;
        outline: none;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        transition: width 0.3s ease-in;
        -webkit-transition: width 0.3s ease-in;
        
        padding: 0px;
        margin: 0px;
        position: relative; }
        @media (max-width: 991px) {
          .featured-articles .slick-dots li button {
            background: #000; } }
        .featured-articles .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: -10px;
          left: -10px;
          right: -10px;
          bottom: -10px; }

.featured-article {
  display: none;
  position: relative; }
  .featured-article:first-of-type {
    display: block; }

.featured-article__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }

.featured-article__image {
  padding: 0px 0px 48.6% 0px;
  position: relative;
  min-height: 500px; }
  @media (max-width: 991px) {
    .featured-article__image {
      min-height: 1px;
      padding-bottom: 73%; } }
  .featured-article__image:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%); }
    @media (max-width: 1198px) {
      .featured-article__image:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%); } }
  .featured-article__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.featured-article__content {
  position: absolute;
  left: 9.4%;
  width: 770px;
  max-width: 50%;
  bottom: 60px;
  z-index: 2; }
  @media (max-width: 1198px) {
    .featured-article__content {
      left: 5%; } }
  @media (max-width: 991px) {
    .featured-article__content {
      width: auto;
      left: 25px;
      right: 25px;
      bottom: 30px;
      max-width: 100%; } }

.featured-article__meta {
  list-style: none;
  padding: 0px 0px 18px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .featured-article__meta {
      padding-bottom: 8px; } }
  .featured-article__meta li {
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    position: relative;
    color: #fff;
    font-size: 14px; }
    @media (max-width: 991px) {
      .featured-article__meta li {
        font-size: 12px; } }
    .featured-article__meta li:last-child {
      margin-right: 0px; }
      .featured-article__meta li:last-child:after {
        display: none; }
    .featured-article__meta li:after {
      top: 0px;
      right: -22px;
      content: "/";
      position: absolute; }
    .featured-article__meta li a {
      font-size: 14px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .featured-article__meta li a {
          font-size: 12px; } }

.featured-article__title {
  padding: 0px;
  margin: 0px;
  color: #fff;
  font-weight: 500;
  line-height: 1.04; }

.featured-article__description {
  font-size: 16px;
  line-height: 26px;
  color: #cccccc;
  padding: 35px 0px 0px 0px; }
  @media (max-width: 991px) {
    .featured-article__description {
      display: none; } }

/* Blog newsletter */
.blog-newsletter {
  max-width: 1170px;
  margin: 90px auto 105px auto; }
  @media (max-width: 991px) {
    .blog-newsletter {
      margin: 90px 0px 60px 0px; } }
  .blog-newsletter .modern-newsletter,
  .blog-newsletter .modern-newsletter__form {
    margin: 0px;
    max-width: 100%;
    padding: 0px; }
  .blog-newsletter .modern-newsletter__input {
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 45px;
    padding-right: 100px; }
    @media (max-width: 991px) {
      .blog-newsletter .modern-newsletter__input {
        padding-left: 35px; } }
  .blog-newsletter .modern-newsletter__icon {
    left: 0; }
  .blog-newsletter .modern-newsletter__button {
    right: -10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .blog-newsletter .modern-newsletter__button {
        font-size: 14px; } }

@media (max-width: 991px) {
  .blog-newsletter__d-flex {
    flex-wrap: wrap; } }

.blog-newsletter__left {
  width: 49%; }
  @media (max-width: 991px) {
    .blog-newsletter__left {
      width: 100%; } }

.blog-newsletter__title {
  padding: 0px;
  margin: 0px; }

.blog-newsletter__description {
  font-size: 16px;
  line-height: 26px;
  padding-top: 40px; }
  @media (max-width: 991px) {
    .blog-newsletter__description {
      font-size: 14px;
      line-height: 21px;
      padding-top: 20px; } }

.blog-newsletter__right {
  width: 51%; }
  @media (max-width: 991px) {
    .blog-newsletter__right {
      width: 100%;
      padding-top: 25px; } }

/* Latest articles */
.blog .our-journal {
  margin: 100px auto 90px auto;
  padding: 0px;
  max-width: 1170px; }
  @media (max-width: 991px) {
    .blog .our-journal {
      margin: 60px 0px; } }
  .blog .our-journal .slick-prev {
    position: absolute;
    right: 75px;
    top: -97px;
    left: auto;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px;
    display: block !important;
    width: auto; }
    @media (max-width: 1198px) {
      .blog .our-journal .slick-prev {
        right: 65px; } }
    @media (max-width: 991px) {
      .blog .our-journal .slick-prev {
        top: -73px; } }
    .blog .our-journal .slick-prev:hover:before {
      color: #0f0f0e; }
    .blog .our-journal .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 40px;
      color: #999999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
  .blog .our-journal .slick-next {
    position: absolute;
    right: 30px;
    top: -97px;
    left: auto;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 3;
    font-size: 0px;
    padding: 0px;
    display: block !important;
    width: auto; }
    @media (max-width: 1198px) {
      .blog .our-journal .slick-next {
        right: 20px; } }
    @media (max-width: 991px) {
      .blog .our-journal .slick-next {
        top: -73px; } }
    .blog .our-journal .slick-next:hover:before {
      color: #0f0f0e; }
    .blog .our-journal .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      line-height: 40px;
      color: #999999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }

.blog .our-journal + hr {
  max-width: 1170px;
  margin: 0px auto; }

.blog .our-journal__title {
  padding-bottom: 53px; }
  @media (max-width: 991px) {
    .blog .our-journal__title {
      padding-bottom: 40px; } }

/* Articles */
.blog__articles {
  max-width: 1170px;
  margin: 0px auto; }
  .blog__articles .row {
    margin: 50px -30px 0px -30px; }
    @media (max-width: 1198px) {
      .blog__articles .row {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (max-width: 991px) {
      .blog__articles .row {
        margin-top: 20px; } }
    .blog__articles .row > div {
      padding: 60px 30px 0px 30px; }
      @media (max-width: 1198px) {
        .blog__articles .row > div {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 991px) {
        .blog__articles .row > div {
          padding-top: 40px; } }

/* Blog load more */
.blog__load-more {
  padding-top: 160px;
  text-align: center; }
  @media (max-width: 1198px) {
    .blog__load-more {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .blog__load-more {
      padding-top: 60px; } }
  .blog__load-more a {
    display: block;
    margin: 0px auto;
    width: 130px;
    height: 130px;
    border: 1px solid #cfcfcf;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    
    text-align: center;
    line-height: 128px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .blog__load-more a {
        width: 90px;
        height: 90px;
        line-height: 88px;
        font-size: 12px; } }
    .blog__load-more a:hover {
      background: #304650;
      border-color: #304650;
      color: #fff; }

/* ==========================================================================
   17.6 #CHECKOUT PAGE
   ========================================================================== */
.checkout {
  padding: 80px 0px 210px 0px; }
  @media (max-width: 991px) {
    .checkout {
      padding: 50px 0px 80px 0px; } }

.checkout__container {
  max-width: 1170px;
  margin: 0px auto; }

/* Title */
.checkout__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 90px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .checkout__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .checkout__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Container */
.checkout__container-2 {
  padding-right: 60px; }
  @media (max-width: 1098px) {
    .checkout__container-2 {
      padding-right: 0px; } }

/* Login */
.checkout__login {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .checkout__login {
      padding-bottom: 15px; } }
  .checkout__login a {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px 12px 15px;
    display: block;
    border: 1px solid #d0d0d0; }
    @media (max-width: 991px) {
      .checkout__login a {
        padding-top: 10px;
        padding-bottom: 10px; } }
    .checkout__login a i {
      margin-right: 10px; }

/* Promo code */
.checkout__promo-code {
  position: relative;
  margin-bottom: 40px; }

.promo-code__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

.promo-code__input {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 12px 100px 12px 40px;
  border: 1px solid #d0d0d0;
  outline: none; }
  @media (max-width: 991px) {
    .promo-code__input {
      padding-top: 10px;
      padding-bottom: 10px; } }

.promo-code__apply {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none; }
  @media (max-width: 991px) {
    .promo-code__apply {
      font-size: 13px; } }

/* Billing form */
.billing-form .form-group {
  margin-bottom: 20px; }

/* Heading */
.billing-form__heading {
  font-size: 20px;
  padding: 0px 0px 20px 0px;
  margin: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .billing-form__heading {
      font-size: 18px; } }

/* Checkout summary */
.checkout__summary {
  padding: 50px 50px 60px 50px;
  background: #f0f1f4;
  position: relative; }
  @media (max-width: 1098px) {
    .checkout__summary {
      padding: 35px 35px 45px 35px; } }
  @media (max-width: 991px) {
    .checkout__summary {
      margin-top: 50px;
      padding: 35px 25px 45px 25px; } }
  .checkout__summary:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(bg-order-summary.png) top left repeat-x; }
  .checkout__summary:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(bg-order-summary.png) bottom left repeat-x; }

/* Title */
.checkout-summary__title {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .checkout-summary__title {
      font-size: 18px; } }

/* Products */
.checkout__products {
  margin: 15px 0px 0px 0px;
  border-top: 1px solid #d0d0d0;
  padding: 10px 0px 0px 0px; }

.checkout__product {
  display: flex;
  padding: 20px 0px 0px 0px; }

.checkout-product__image {
  width: 45px;
  min-width: 45px; }
  .checkout-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .checkout-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

.checkout-product__title-and-variant {
  padding-left: 15px; }

.checkout-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400; }
  @media (max-width: 991px) {
    .checkout-product__title {
      font-size: 14px; } }
  .checkout-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .checkout-product__title a:hover {
      color: #304650; }

.checkout-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .checkout-product__variant {
      font-size: 12px; } }

.checkout-product__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  font-size: 16px;
  color: #000;
  line-height: 1.3; }
  @media (max-width: 991px) {
    .checkout-product__price {
      font-size: 14px; } }

/* Subtotal and shipping */
.checkout__subtotal-and-shipping {
  padding: 15px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout__subtotal {
  display: flex;
  padding-top: 4px; }

.checkout-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-subtotal__title {
      font-size: 14px; } }

.checkout-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .checkout-subtotal__price {
      font-size: 14px; } }

.checkout__shipping {
  display: flex;
  padding-top: 4px; }

.checkout-shipping__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-shipping__title {
      font-size: 14px; } }

.checkout-shipping__price {
  padding-left: 20px;
  margin-left: auto;
  text-align: right;
  color: #ea311d;
  font-size: 16px; }
  @media (max-width: 991px) {
    .checkout-shipping__price {
      font-size: 14px; } }

/* Total */
.checkout__total {
  display: flex;
  align-items: center;
  padding: 30px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout-total__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000; }

.checkout-total__price {
  margin-left: auto;
  padding-left: 20px;
  text-align: right;
  color: #000;
  font-weight: 600;
  font-size: 20px; }
  @media (max-width: 991px) {
    .checkout-total__price {
      font-size: 18px; } }

/* Payment methods */
.checkout__payment-methods {
  padding: 10px 0px 0px 0px;
  margin: 28px 0px 0px 0px;
  border-top: 1px solid #d0d0d0; }

.checkout-payment-method {
  padding: 15px 0px 0px 0px;
  position: relative; }
  .checkout-payment-method input {
    display: none; }
  .checkout-payment-method input:checked + label:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #304650;
    z-index: 2;
    content: "îŽ";
    font-family: "LineIconsPro Light";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff; }
  .checkout-payment-method label {
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    @media (max-width: 991px) {
      .checkout-payment-method label {
        font-size: 14px;
        padding-top: 2px; } }
    .checkout-payment-method label span {
      display: block;
      padding: 5px 0px 0px 0px;
      color: #999999;
      font-size: 14px;
      line-height: 24px; }
    .checkout-payment-method label:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #999999;
      background: #fff; }

/* Privacy policy */
.checkout__privacy-policy {
  padding: 22px 0px 0px 0px;
  border-top: 1px solid #d0d0d0;
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px; }
  .checkout__privacy-policy a {
    color: #000;
    text-decoration: underline; }

/* Action */
.checkout__action {
  padding-top: 30px; }
  .checkout__action .second-button {
    display: block;
    width: 100%;
    text-align: center; }

/* ==========================================================================
   17.7 #COLLECTION PAGE
   ========================================================================== */
.collection {
  margin: 73px 0px 140px 0px; }
  @media (max-width: 991px) {
    .collection {
      margin: 24px 0px 110px 0px; } }
  .collection .loading-spin {
    padding: 115px 0px 0px 0px; }
    @media (max-width: 991px) {
      .collection .loading-spin {
        padding: 55px 0px 0px 0px; } }
  .collection .loader {
    font-size: 10px;
    margin: 0px auto;
    text-indent: -9999em;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0); }
    @media (max-width: 991px) {
      .collection .loader {
        width: 30px;
        height: 30px; } }
  .collection .loader:before {
    width: 50%;
    height: 50%;
    background: #999999;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ""; }
  .collection .loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .collection .top-filter {
    margin-top: 20px; }
  .collection .products-row {
    margin: 0px -15px 0px -15px; }
    @media (max-width: 991px) {
      .collection .products-row {
        margin: -8px -10px 0px -10px; } }
    .collection .products-row > div {
      padding: 55px 15px 0px 15px; }
      @media (max-width: 991px) {
        .collection .products-row > div {
          padding: 40px 10px 0px 10px; } }

.shop-breadcrumb {
  padding: 0px 0px 80px 0px;
  margin: 0px 0px 65px 0px;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 991px) {
    .shop-breadcrumb {
      padding: 0px;
      margin: 0px 0px 34px 0px;
      border: none; } }

.shop-breadcrumb--type-2 {
  padding: 0px;
  margin: 85px 0px 100px 0px;
  border: none; }
  @media (max-width: 1198px) {
    .shop-breadcrumb--type-2 {
      margin: 70px 0px 85px 0px; } }
  @media (max-width: 991px) {
    .shop-breadcrumb--type-2 {
      margin: 30px 0px 40px 0px; } }
  .shop-breadcrumb--type-2 ol.breadcrumb {
    justify-content: center; }
  .shop-breadcrumb--type-2 .shop-breadcrumb__title {
    text-align: center;
    font-weight: 600; }

.shop-breadcrumb--type-3 {
  padding: 0px;
  margin: 0px 0px 110px 0px;
  border: none; }
  @media (max-width: 991px) {
    .shop-breadcrumb--type-3 {
      margin: 0px 0px 35px 0px; } }

/* Breadcrumb */
ol.breadcrumb {
  list-style: none;
  padding: 0px 0px 30px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    ol.breadcrumb {
      display: none !important; } }

.breadcrumb__item {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px; }
  .breadcrumb__item:first-child:before {
    display: none; }
  .breadcrumb__item:before {
    content: '/';
    display: inline-block;
    vertical-align: top;
    color: #999;
    padding: 0px 7px; }
  .breadcrumb__item a {
    color: #999; }

.shop-breadcrumb__d-flex ol.breadcrumb {
  padding: 0px 0px 0px 30px;
  margin-left: auto; }

/* Title */
.shop-breadcrumb__title {
  font-size: 48px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shop-breadcrumb__title {
      font-size: 42px; } }
  @media (max-width: 991px) {
    .shop-breadcrumb__title {
      font-size: 26px; } }

/* Description */
.shop-breadcrumb__description {
  padding: 21px 0px 0px 0px; }
  @media (max-width: 991px) {
    .shop-breadcrumb__description {
      display: none; } }

/* Top filter */
.top-filter__button {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 6px 55px 6px 0px;
  float: left; }
  @media (max-width: 1098px) {
    .top-filter__button {
      padding-right: 40px; } }
  @media (max-width: 991px) {
    .top-filter__button {
      display: none; } }
  .top-filter__button i {
    margin-right: 10px; }

.top-filter__current-tags {
  float: left;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .top-filter__current-tags {
      display: none; } }
  .top-filter__current-tags li {
    margin: 6px 10px 6px 0px; }
    .top-filter__current-tags li a {
      display: block;
      padding: 2px 28px 1px 9px;
      background: #eef0f4;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      font-size: 14px;
      color: #000;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
      
      position: relative; }
      .top-filter__current-tags li a:after {
        content: "îŻŞ";
        font-family: "LineIconsPro Light";
        display: block;
        font-size: 10px;
        position: absolute;
        right: 9px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%); }
      .top-filter__current-tags li a:hover {
        background: #304650;
        color: #fff; }

/* Sort and view */
.collection__sort-and-view {
  float: right; }
  @media (max-width: 991px) {
    .collection__sort-and-view {
      float: none;
      width: 100%; } }

.products-sort-by {
  margin-right: 20px;
  padding-right: 40px;
  position: relative; }
  @media (max-width: 991px) {
    .products-sort-by {
      padding-right: 0px;
      margin-right: 0px; } }
  .products-sort-by:after {
    content: '';
    width: 1px;
    height: 40px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%); }
    @media (max-width: 991px) {
      .products-sort-by:after {
        display: none; } }
  .products-sort-by label {
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: none; }
    @media (max-width: 991px) {
      .products-sort-by label {
        font-size: 13px;
        letter-spacing: 0.5px; } }

.products-sort-by--without-view {
  margin-right: 0px;
  padding-right: 0px; }
  .products-sort-by--without-view:after {
    display: none; }

.products-sort-by__select {
  position: relative; }
  .products-sort-by__select i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none; }
  .products-sort-by__select select {
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    background: none;
    outline: none;
    padding: 6px;
    padding-right: 40px; }
    @media (max-width: 991px) {
      .products-sort-by__select select {
        font-size: 13px;
        letter-spacing: 0.5px;
        padding-right: 30px; } }

.products-view {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .products-view {
      margin-left: auto; } }
  .products-view li {
    margin-left: 23px; }
    .products-view li a {
      color: #999; }
      .products-view li a.active {
        color: #000; }

.collection__founded-products {
  font-size: 16px;
  padding: 17px 0px 0px 0px;
  clear: both; }
  @media (max-width: 991px) {
    .collection__founded-products {
      display: none; } }
  .collection__founded-products span {
    color: #304650; }

.col-lg-9 .collection__founded-products {
  padding-top: 9px;
  clear: none; }

/* Recently Viewed */
.home-products--recently-viewed .home-products__title {
  font-size: 36px; }
  @media (max-width: 991px) {
    .home-products--recently-viewed .home-products__title {
      font-size: 22px; } }

.home-products--recently-viewed .home-products__action {
  font-size: 14px;
  margin-bottom: -1px; }

.home-products--recently-viewed .slick-next,
.home-products--recently-viewed .slick-prev {
  top: -72px; }

@media (max-width: 991px) {
  .home-products--recently-viewed .home-products__container {
    margin: 65px 0px 95px 0px; } }

@media (max-width: 991px) {
  .home-products--recently-viewed .slick-dots {
    padding-top: 70px;
    margin-right: -25%;
    position: relative; } }

@media (max-width: 991px) {
  .home-products--recently-viewed .slick-slider {
    width: 80%; }
    .home-products--recently-viewed .slick-slider .slick-list {
      overflow: visible !important; } }

/* Mobile filter */
.open-mobile-top-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #304650;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .open-mobile-top-filter {
      display: none; } }
  .open-mobile-top-filter.active {
    display: none; }
  .open-mobile-top-filter i {
    padding-right: 5px; }

.collection .top-filter__close {
  text-align: right; }
  .collection .top-filter__close a {
    display: inline-block;
    padding: 10px;
    margin: -10px -10px -20px -10px;
    position: relative;
    cursor: pointer; }

.collection .top-filter__close-background {
  display: none; }
  @media (max-width: 991px) {
    .collection .top-filter__close-background {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: -1; } }

@media (max-width: 991px) {
  .collection .top-filter {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 20%;
    bottom: 0;
    z-index: 1001;
    padding: 0px;
    margin: 0px;
    background: none;
    border: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
     } }

@media (max-width: 991px) {
  .collection .top-filter.active {
    opacity: 1;
    pointer-events: auto; } }

@media (max-width: 991px) {
  .collection .top-filter .top-filter__background {
    background: #fff;
    overflow-y: scroll;
    border: none;
    margin: 0px;
    padding: 20px 20px 40px 20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .collection .top-filter .top-filter__background::-webkit-scrollbar {
      display: none; } }

body.overflow-hidden {
  overflow: hidden; }

/* Collection info */
.collection-info {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 25px; }
  @media (max-width: 991px) {
    .collection-info {
      margin: 10px 0px 60px 0px; } }

.collection-info__title {
  padding: 0px;
  margin: 0px;
  font-size: 48px; }
  @media (max-width: 991px) {
    .collection-info__title {
      font-size: 30px; } }

.collection-info__description {
  color: #999;
  padding: 20px 0px 0px 0px; }

/* Breadcrumb slider */
.default-slider--breadcrumb .default-slider__item {
  height: 700px;
  min-height: 700px; }
  @media (max-width: 1198px) {
    .default-slider--breadcrumb .default-slider__item {
      height: 520px;
      min-height: 520px; } }
  @media (max-width: 991px) {
    .default-slider--breadcrumb .default-slider__item {
      height: 400px;
      min-height: 400px; } }

.default-slider--breadcrumb .default-slider-item__image,
.default-slider--breadcrumb .default-slider-item__video {
  left: 0; }

.default-slider--breadcrumb .default-slider-item__container {
  max-width: 100%;
  text-align: center; }

.default-slider--breadcrumb .default-slider-item__heading {
  color: #fff;
  font-size: 90px;
  font-weight: 300; }
  @media (max-width: 1198px) {
    .default-slider--breadcrumb .default-slider-item__heading {
      font-size: 72px; } }
  @media (max-width: 991px) {
    .default-slider--breadcrumb .default-slider-item__heading {
      font-size: 48px; } }
  .default-slider--breadcrumb .default-slider-item__heading span {
    color: #fb9716; }

.default-slider--breadcrumb .default-slider-item__description {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 0px 0px 0px; }

.default-slider--breadcrumb .default-slider-item__content {
  padding: 0px;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }

/* Shop-4.html */
.full-width-products--type-2 {
  background: #fff; }
  .full-width-products--type-2 .button {
    border-color: #000;
    color: #000;
    padding: 11px 55px 11px 55px; }
    @media (max-width: 991px) {
      .full-width-products--type-2 .button {
        padding: 10px 35px 10px 35px; } }
    .full-width-products--type-2 .button:before {
      background: #000; }
    .full-width-products--type-2 .button:hover {
      color: #fff; }

/* Shop-6.html - shop with sidebar */
@media (min-width: 992px) {
  .col-lg-3 .top-filter {
    display: block;
    background: none;
    border: none;
    padding: 0px 75px 0px 0px;
    margin: 0px; } }
  @media (min-width: 992px) and (max-width: 1198px) {
    .col-lg-3 .top-filter {
      padding-right: 15px; } }

@media (min-width: 992px) {
    .col-lg-3 .top-filter .row > div {
      width: 100%;
      padding-top: 45px; }
      .col-lg-3 .top-filter .row > div:first-child {
        padding-top: 0; }
    .col-lg-3 .top-filter .filter-title {
      margin-top: 15px; }
    .col-lg-3 .top-filter .filter-title + div {
      padding-top: 10px; }
    .col-lg-3 .top-filter .widget__view-result {
      padding-top: 50px; } }

@media (max-width: 991px) {
  .col-lg-3 .top-filter .filter-title {
    margin-top: 15px;
    margin-bottom: -15px; } }

.widget__title--type-2 {
  font-size: 30px;
  color: #000;
  text-transform: none; }
  @media (max-width: 991px) {
    .widget__title--type-2 {
      font-size: 22px; } }

/* Pagination */
.standard-pagination {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .standard-pagination li {
    padding: 10px 5px 0px 5px; }
    .standard-pagination li a {
      font-size: 14px;
      padding: 8px 15px;
      display: block;
      border: 1px solid #dfdfdf;
      text-transform: uppercase;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      @media (max-width: 991px) {
        .standard-pagination li a {
          font-size: 13px;
          padding: 5px 12px; } }
      .standard-pagination li a:hover, .standard-pagination li a.active {
        background: #304650;
        border-color: #304650;
        color: #fff; }

/* ==========================================================================
   17.8 #COMING SOON
   ========================================================================== */
.coming-soon {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .coming-soon .header__logo a {
    color: #000; }

/* Content */
.coming-soon__content {
  position: absolute;
  top: 60px;
  left: 60px;
  bottom: 60px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 100px 120px 110px 120px;
  width: 787px; }
  .coming-soon__content::-webkit-scrollbar {
    display: none; }
  @media (max-width: 991px) {
    .coming-soon__content {
      width: auto;
      top: 20px;
      left: 20px;
      right: 20px;
      bottom: 20px;
      padding: 50px 30px; } }

.coming-soon__description {
  color: #999999;
  font-size: 18px;
  line-height: 30px;
  padding: 80px 0px 60px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .coming-soon__description {
      padding: 40px 0px 30px 0px;
      font-size: 14px;
      line-height: 24px; } }

/* Countdown */
.coming-soon-countdown__title {
  color: #000;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0px 0px 15px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .coming-soon-countdown__title {
      font-size: 15px;
      padding: 0px 0px 10px 0px; } }

.coming-soon-countdown__counter ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .coming-soon-countdown__counter ul li {
    display: inline-block;
    vertical-align: top;
    margin: 30px 55px 0px 0px;
    color: #000;
    position: relative; }
    @media (max-width: 991px) {
      .coming-soon-countdown__counter ul li {
        margin: 25px 30px 0px 0px; } }
    .coming-soon-countdown__counter ul li:after {
      content: ':';
      display: block;
      position: absolute;
      top: 9px;
      left: 100%;
      font-size: 30px;
      color: #000;
      margin-left: 25px; }
      @media (max-width: 991px) {
        .coming-soon-countdown__counter ul li:after {
          font-size: 20px;
          margin-left: 13px;
          top: -6px; } }
    .coming-soon-countdown__counter ul li:last-child {
      margin-right: 0px; }
      .coming-soon-countdown__counter ul li:last-child:after {
        display: none; }
    .coming-soon-countdown__counter ul li .counter__value {
      display: block;
      line-height: 1;
      font-size: 72px;
      font-weight: 400;
      margin-bottom: 5px; }
      @media (max-width: 1098px) {
        .coming-soon-countdown__counter ul li .counter__value {
          font-size: 60px; } }
      @media (max-width: 991px) {
        .coming-soon-countdown__counter ul li .counter__value {
          font-size: 24px; } }
    .coming-soon-countdown__counter ul li .counter__title {
      font-size: 14px;
      color: #666; }
      @media (max-width: 991px) {
        .coming-soon-countdown__counter ul li .counter__title {
          font-size: 9px; } }

/* Newsletter */
.coming-soon__newsletter {
  margin: 70px 0px 0px 0px;
  max-width: 430px; }
  @media (max-width: 991px) {
    .coming-soon__newsletter {
      margin-top: 50px; } }

.coming-soon-newsletter__title {
  color: #000;
  padding: 0px 0px 35px 0px;
  margin: 0px;
  font-size: 18px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .coming-soon-newsletter__title {
      font-size: 14px;
      padding: 0px 0px 30px 0px; } }

.coming-soon-newsletter__form {
  padding: 0px;
  margin: 0px;
  position: relative; }

.coming-soon-newsletter-form__input {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c1c5cd;
  outline: none;
  padding: 10px 0px;
  color: #000; }

.coming-soon-newsletter-form__subscribe {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: none;
  border: none;
  outline: none; }
  @media (max-width: 991px) {
    .coming-soon-newsletter-form__subscribe {
      font-size: 14px; } }

/* ==========================================================================
   17.9 #CONTACT PAGE
   ========================================================================== */
/* Contact intro */
.contact-intro {
  margin: 120px 0px 130px 0px; }
  @media (max-width: 991px) {
    .contact-intro {
      margin: 60px 0px; } }

.contact-intro__container {
  max-width: 1170px;
  margin: 0px auto; }

@media (max-width: 991px) {
  .contact-intro__d-flex {
    flex-wrap: wrap; } }

.contact-intro__left {
  width: 670px; }
  @media (max-width: 1198px) {
    .contact-intro__left {
      width: 500px; } }
  @media (max-width: 991px) {
    .contact-intro__left {
      width: 100%; } }

.contact-intro__tag {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .contact-intro__tag {
      font-size: 14px;
      line-height: 21px; } }

.contact-intro__title {
  padding: 87px 0px 0px 0px;
  margin: 0px; }
  @media (max-width: 1298px) {
    .contact-intro__title {
      font-size: 48px; } }
  @media (max-width: 1198px) {
    .contact-intro__title {
      font-size: 36px;
      padding-top: 50px; } }
  @media (max-width: 991px) {
    .contact-intro__title {
      padding-top: 25px;
      font-size: 30px; } }

.contact-intro__right {
  margin-left: auto;
  padding-left: 40px;
  width: 545px;
  margin-right: -135px;
  position: relative; }
  @media (max-width: 1550px) {
    .contact-intro__right {
      margin-right: -2vw; } }
  @media (max-width: 991px) {
    .contact-intro__right {
      width: 100%;
      margin: 40px 0px 0px 0px;
      padding: 0px; } }

.contact-intro__description {
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 1198px) {
    .contact-intro__description {
      font-size: 16px;
      line-height: 1.7; } }

.contact-intro__socials {
  list-style: none;
  padding: 0px;
  margin: 70px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1298px) {
    .contact-intro__socials {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    .contact-intro__socials {
      margin-top: 20px; } }
  .contact-intro__socials li {
    margin: 23px 23px 0px 0px; }
    @media (max-width: 991px) {
      .contact-intro__socials li {
        margin: 15px 15px 0px 0px; } }
    .contact-intro__socials li a {
      display: block;
      width: 40px;
      height: 40px;
      border: 1px solid #cdcdcd;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      
      text-align: center;
      line-height: 40px;
      font-size: 18px;
      color: #666666;
      position: relative; }
      @media (max-width: 991px) {
        .contact-intro__socials li a {
          width: 32px;
          height: 32px;
          line-height: 32px;
          font-size: 15px; } }
      .contact-intro__socials li a:hover {
        border: 1px solid #304650;
        background: #304650;
        color: #fff; }
        .contact-intro__socials li a:hover svg path {
          fill: #fff !important; }
      .contact-intro__socials li a svg {
        display: block;
        width: auto;
        height: auto;
        max-width: 20px;
        max-height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%); }
        @media (max-width: 991px) {
          .contact-intro__socials li a svg {
            max-width: 16px;
            max-height: 16px; } }
        .contact-intro__socials li a svg path {
          fill: #666 !important;
          transition: fill 0.3s ease-in;
          -webkit-transition: fill 0.3s ease-in;
           }

/* Google map */
.contact-page__google-map iframe {
  display: block;
  width: 100%;
  height: 760px; }
  @media (max-width: 991px) {
    .contact-page__google-map iframe {
      height: 500px; } }

/* Contact page section */
.contact-page {
  padding: 40px 0px 130px 0px; }
  @media (max-width: 991px) {
    .contact-page {
      padding: 10px 0px; } }
  .contact-page hr {
    background: #e6e6e6;
    max-width: 1170px;
    margin: 0px auto; }

.contact-page__section {
  margin: 90px auto;
  max-width: 1170px; }
  @media (max-width: 991px) {
    .contact-page__section {
      margin: 70px auto; } }
  .contact-page__section .stores-list .row {
    margin-top: -75px; }
    @media (max-width: 991px) {
      .contact-page__section .stores-list .row {
        margin-top: -50px; } }

.contact-section__title {
  padding: 0px;
  margin: -5px 0px 0px 0px;
  font-size: 36px;
  line-height: 1.25;
  position: relative; }
  @media (max-width: 1198px) {
    .contact-section__title {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .contact-section__title {
      font-size: 24px;
      margin: 0px 0px 45px 0px; } }

/* Form */
.contact-page__form,
.review__form {
  padding: 0px 0px 0px 0px;
  margin: 0px; }
  .contact-page__form .row,
  .review__form .row {
    margin: 0px -15px !important; }
    .contact-page__form .row > div,
    .review__form .row > div {
      padding: 0px 15px !important; }

.form__required-fields {
  font-size: 14px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .form__required-fields {
      padding-bottom: 30px; } }
  .form__required-fields span {
    color: red; }

.form-group {
  margin: 0px 0px 30px 0px;
  padding: 0px; }

.form-group__input {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  padding: 12px 0px;
  margin: 0px;
  outline: none; }
  .form-group__input:focus {
    border-color: #000; }

.form-group__select {
  position: relative; }
  .form-group__select:after {
    content: "îł";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }
  .form-group__select select {
    display: block;
    width: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    padding: 12px 0px;
    margin: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form-group__select select:focus {
      border-color: #000; }

.form-group__textarea {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  padding: 12px 0px;
  margin: 0px;
  outline: none; }
  .form-group__textarea:focus {
    border-color: #000; }

.form-checkbox {
  padding: 20px 0px;
  position: relative; }
  .form-checkbox input {
    display: none; }
  .form-checkbox input:checked + label:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #304650;
    z-index: 2;
    content: "îŽ";
    font-family: "LineIconsPro Light";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff; }
  .form-checkbox label {
    display: block;
    padding: 0px 0px 0px 40px;
    margin: 0px;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px; }
    @media (max-width: 991px) {
      .form-checkbox label {
        font-size: 14px;
        padding-top: 2px; } }
    .form-checkbox label:before {
      content: '';
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #999999; }

.form-checkbox + .form-checkbox {
  padding-top: 0px;
  margin-top: -10px;
  position: relative; }

.form__action {
  padding-top: 25px; }

/* ==========================================================================
   17.10 #FAQS PAGE
   ========================================================================== */
.faq {
  padding: 80px 0px 210px 0px; }
  @media (max-width: 991px) {
    .faq {
      padding: 50px 0px 80px 0px; } }

.faq__container {
  max-width: 1170px;
  margin: 0px auto; }

/* Title */
.faq__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 90px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .faq__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .faq__title {
      font-size: 26px;
      padding-bottom: 50px; } }

/* Section */
@media (max-width: 991px) {
  .faq-section {
    flex-wrap: wrap; } }

.faq-section + .faq-section {
  border-top: 1px solid #e1e1e1;
  margin: 85px 0px 0px 0px;
  padding: 65px 0px 0px 0px; }
  @media (max-width: 991px) {
    .faq-section + .faq-section {
      margin-top: 50px;
      padding-top: 50px; } }

.faq-section__title {
  padding: 0px 30px 0px 0px;
  margin: 0px;
  font-size: 30px;
  line-height: 1;
  width: 23%;
  min-width: 23%; }
  @media (max-width: 991px) {
    .faq-section__title {
      width: 100%;
      min-width: 100%;
      padding: 0px 0px 30px 0px;
      font-size: 24px; } }

.faq-section__content {
  width: 100%; }

.faq-question__question {
  width: 47%;
  min-width: 47%;
  padding: 0px 30px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #000; }
  @media (max-width: 991px) {
    .faq-question__question {
      width: 100%;
      min-width: 100%; } }

.faq-question__answer {
  width: 53%;
  font-size: 14px;
  line-height: 24px;
  color: #999999; }
  @media (max-width: 991px) {
    .faq-question__answer {
      width: 100%; } }

.faq-question {
  margin-top: 5px; }
  @media (max-width: 991px) {
    .faq-question {
      flex-wrap: wrap; } }

.faq-question + .faq-question {
  margin-top: 35px; }

/* Link */
.faq-link {
  border-top: 1px solid #e1e1e1;
  margin-top: 90px;
  padding-top: 125px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #000; }
  @media (max-width: 991px) {
    .faq-link {
      margin-top: 60px;
      padding-top: 60px;
      font-size: 20px; } }
  .faq-link a {
    font-weight: 600;
    color: #304650;
    display: inline-block;
    position: relative; }
    .faq-link a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #304650; }

/* ==========================================================================
   17.11 #LOGIN PAGE
   ========================================================================== */
.login {
  padding: 0px 0px 175px 0px; }
  @media (max-width: 991px) {
    .login {
      padding: 0px 0px 85px 0px; } }
  .login .form-group {
    margin: 0px 0px 20px 0px; }

.login__container {
  padding: 0px 42px;
  max-width: 1170px;
  margin: 0px auto; }
  @media (max-width: 1098px) {
    .login__container {
      padding: 0px; } }

/* Login d-flex */
@media (max-width: 767px) {
  .login__d-flex {
    flex-wrap: wrap; } }

/* Login left */
.login__left {
  width: 425px;
  max-width: 45%;
  padding: 125px 0px 0px 0px; }
  @media (max-width: 991px) {
    .login__left {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .login__left {
      width: 100%;
      max-width: 100%;
      padding-top: 60px; } }

.login__box {
  display: none; }
  .login__box.active {
    display: block; }

.login__h4 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  padding: 0px 0px 20px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .login__h4 {
      font-size: 21px; } }
  @media (max-width: 991px) {
    .login__h4 {
      font-size: 18px; } }

.login__description {
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .login__description {
      font-size: 14px; } }

.login__forgot-password {
  text-align: right;
  padding: 0px 0px 20px 0px; }
  .login__forgot-password a {
    font-size: 14px; }

.login__action {
  padding-top: 30px; }
  @media (max-width: 767px) {
    .login__action {
      padding-top: 20px; } }

.login__back {
  padding-top: 20px;
  text-align: center; }
  .login__back a {
    font-size: 14px; }

/* Login right */
.login__right {
  width: 425px;
  max-width: 45%;
  padding: 125px 0px 0px 0px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .login__right {
      padding-top: 75px; } }
  @media (max-width: 767px) {
    .login__right {
      width: 100%;
      max-width: 100%;
      padding-top: 70px; } }


.not-found-page {
  margin-top: 180px;
  text-align: center;
  padding: 50px 0px 50px 0px;
}
  @media (max-width: 991px) {
    .not-found-page {
      padding: 80px 0px 100px 0px; } }

.not-found-page__title {
  margin: 0px;
  line-height: 1;
  font-size: 250px;
  color: #304650;
  padding: 0px 0px 30px 0px; }
  @media (max-width: 1098px) {
    .not-found-page__title {
      font-size: 180px; } }
  @media (max-width: 991px) {
    .not-found-page__title {
      font-size: 80px; } }

.not-found-page__description {
  max-width: 570px;
  margin: 0px auto;
  font-size: 36px;
  color: #000;
  padding: 0px 0px 70px 0px; }
  @media (max-width: 1098px) {
    .not-found-page__description {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .not-found-page__description {
      font-size: 18px;
      padding-bottom: 40px; } }

/* ==========================================================================
   17.13 #SHOPPING CART PAGE
   ========================================================================== */
.shopping-cart {
  padding: 80px 0px 210px 0px; }
  @media (max-width: 991px) {
    .shopping-cart {
      padding: 50px 0px 80px 0px; } }

.shopping-cart__container {
  max-width: 1170px;
  margin: 0px auto; }

/* Title */
.shopping-cart__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 90px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .shopping-cart__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .shopping-cart__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Cart container */
.shopping-cart__container {
  padding-right: 70px; }
  @media (max-width: 1098px) {
    .shopping-cart__container {
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .shopping-cart__container {
      padding-right: 0px; } }

/* Table */
.shopping-cart__table {
  width: 100%; }
  .shopping-cart__table tr {
    vertical-align: top; }
  .shopping-cart__table thead tr th {
    padding: 10px 15px 10px 15px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .shopping-cart__table thead tr th {
        font-size: 13px; } }
    .shopping-cart__table thead tr th:first-child {
      padding-left: 0px; }
    .shopping-cart__table thead tr th:last-child {
      padding-right: 5px; }
  .shopping-cart__table tbody tr td {
    border-top: 1px solid #f8ecdc;
    padding: 20px 15px; }
    .shopping-cart__table tbody tr td:first-child {
      padding-left: 0px; }
    .shopping-cart__table tbody tr td:last-child {
      padding-right: 5px; }

/* Cart product */
.shopping-cart__product {
  display: flex; }

/* Cart product image */
.cart-product__image {
  width: 70px;
  min-width: 70px; }
  .cart-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .cart-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title and variant */
.cart-product__title-and-variant {
  padding-left: 20px;
  padding-top: 6px;
  min-width: 140px; }

.cart-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400; }
  @media (max-width: 991px) {
    .cart-product__title {
      font-size: 14px; } }
  .cart-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .cart-product__title a:hover {
      color: #928656; }

.cart-product__variant {
  font-size: 14px;
  color: #999999;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .cart-product__variant {
      font-size: 12px; } }

.cart-product__action {
  padding: 11px 0px 0px 0px; }
  .cart-product__action a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: underline; }
    @media (max-width: 991px) {
      .cart-product__action a {
        font-size: 11px; } }

/* Quantity */
.cart-product__quantity-field {
  max-width: 80px;
  min-width: 70px;
  position: relative; }

.quantity-field__minus {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__minus a {
    display: block;
    padding: 5px; }

.quantity-field__plus {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  .quantity-field__plus a {
    display: block;
    padding: 5px; }

.quantity-field__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 15px;
  margin: 0px;
  border: 1px solid #d0d0d0;
  outline: none;
  height: 34px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .quantity-field__input {
      font-size: 14px; } }
  .quantity-field__input:focus {
    border-color: #000; }

/* Price */
.cart-product__price {
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .cart-product__price {
      font-size: 14px; } }

/* Delete */
.cart-product__delete {
  padding-top: 1px; }
  .cart-product__delete a {
    font-size: 12px;
    color: #000;
    line-height: 1.3; }

/* Discount form */
.shopping-cart__discount {
  margin: 40px 0px 0px 0px;
  border: 1px solid #d0d0d0;
  padding: 24px 29px 29px 29px; }
  @media (max-width: 991px) {
    .shopping-cart__discount {
      padding: 20px 25px 25px 25px; } }
  .shopping-cart__discount form {
    margin: 0px;
    padding: 0px;
    position: relative; }

.discount__title {
  font-size: 20px;
  padding: 0px 0px 18px 0px;
  margin: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .discount__title {
      font-size: 18px; } }

.discount__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); }
  @media (max-width: 991px) {
    .discount__icon {
      display: none; } }

.discount__input {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #d0d0d0;
  padding: 12px 100px 12px 50px;
  font-size: 14px;
  color: #000;
  outline: none; }
  @media (max-width: 991px) {
    .discount__input {
      padding-left: 15px; } }
  .discount__input:focus {
    border-color: #000; }
  .discount__input::-webkit-input-placeholder {
    color: #999; }
  .discount__input::-moz-placeholder {
    color: #999; }
  .discount__input:-ms-input-placeholder {
    color: #999; }
  .discount__input:-moz-placeholder {
    color: #999; }

.discount__submit {
  display: block;
  padding: 0px;
  margin: 0px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: none;
  border: none;
  position: absolute;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none; }
  @media (max-width: 991px) {
    .discount__submit {
      font-size: 13px; } }

/* Order summary */
@media (max-width: 991px) {
  .shopping-cart__order-summary {
    margin-top: 50px; } }

/* Order summary background */
.order-summary__background {
  padding: 40px 35px;
  background: #f0f1f4;
  margin-bottom: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .order-summary__background {
      padding: 35px 30px; } }
  .order-summary__background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(bg-order-summary.png) top left repeat-x; }
  .order-summary__background:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: #fff url(bg-order-summary.png) bottom left repeat-x; }

/* Order summary title */
.order-summary__title {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .order-summary__title {
      font-size: 18px; } }

/* Order summary subtotal */
.order-summary__subtotal {
  border-top: 1px solid #d0d0d0;
  margin-top: 15px;
  padding-top: 15px;
  display: flex; }

.summary-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .summary-subtotal__title {
      font-size: 14px; } }

.summary-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .summary-subtotal__price {
      font-size: 14px; } }

/* Order summary delivery method */
.order-summary__delivery-method {
  margin-top: 18px;
  position: relative; }
  .order-summary__delivery-method select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 45px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: none; }
  .order-summary__delivery-method:after {
    content: "îł";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }

/* Order summary total */
.order-summary__total {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  padding-top: 22px;
  display: flex; }

.summary-total__title {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .summary-total__title {
      font-size: 16px; } }

.summary-total__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 991px) {
    .summary-total__price {
      font-size: 18px; } }

/* Proceed to checkout */
.order-summary__proceed-to-checkout {
  padding-top: 17px; }
  .order-summary__proceed-to-checkout .second-button {
    display: block;
    width: 100%;
    text-align: center; }

/* Accept payment methods */
.order-summary__accept-payment-methods {
  border-top: 1px solid #d0d0d0;
  margin-top: 25px;
  padding-top: 22px; }
  .order-summary__accept-payment-methods img {
    max-width: 100%; }

.accept-payment-methods__title {
  padding: 0px 0px 14px 0px;
  margin: 0px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .accept-payment-methods__title {
      font-size: 14px; } }

/* Order summary action */
.order-summary__action {
  text-align: center; }
  .order-summary__action a {
    color: #000000;
    text-decoration: underline;
    letter-spacing: 0.5px;
    text-transform: uppercase; }

/* ==========================================================================
   17.14 #WISHLIST PAGE
   ========================================================================== */
.wishlist {
  padding: 80px 0px 210px 0px; }
  @media (max-width: 991px) {
    .wishlist {
      padding: 50px 0px 80px 0px; } }

.wishlist__container {
  max-width: 1170px;
  margin: 0px auto; }

/* Title */
.wishlist__title {
  font-size: 48px;
  text-align: center;
  padding: 0px 0px 90px 0px;
  margin: 0px; }
  @media (max-width: 1098px) {
    .wishlist__title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .wishlist__title {
      font-size: 26px;
      padding-bottom: 40px; } }

/* Table */
.wishlist__table {
  width: 100%; }
  .wishlist__table thead tr th {
    padding: 10px 15px 10px 15px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 991px) {
      .wishlist__table thead tr th {
        font-size: 13px; } }
    .wishlist__table thead tr th:first-child {
      padding-left: 0px; }
    .wishlist__table thead tr th:last-child {
      padding-right: 5px; }
  .wishlist__table tbody tr td {
    border-top: 1px solid #f8ecdc;
    padding: 20px 15px; }
    .wishlist__table tbody tr td:first-child {
      padding-left: 0px; }
    .wishlist__table tbody tr td:last-child {
      padding-right: 5px; }
  .wishlist__table .sixth-button {
    white-space: nowrap; }

/* Cart product */
.wishlist__product {
  display: flex;
  align-items: center; }

/* Cart product image */
.wishlist-product__image {
  width: 70px;
  min-width: 70px; }
  .wishlist-product__image a {
    display: block;
    position: relative;
    padding-bottom: 139.948%; }
    .wishlist-product__image a img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Title */
.wishlist-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400;
  padding: 0px 0px 0px 20px;
  min-width: 140px; }
  @media (max-width: 991px) {
    .wishlist-product__title {
      font-size: 14px; } }
  .wishlist-product__title a {
    color: #000;
    letter-spacing: 0.5px; }
    .wishlist-product__title a:hover {
      color: #999; }

/* Price */
.wishlist-product__price {
  font-size: 16px;
  line-height: 1.3;
  color: #000; }
  @media (max-width: 991px) {
    .wishlist-product__price {
      font-size: 14px; } }

/* Status */
.wishlist-product__status {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold; }
  @media (max-width: 991px) {
    .wishlist-product__status {
      font-size: 14px; } }

.wishlist-product__status--in-stock {
  color: #669900; }

.wishlist-product__status--stock-out {
  color: #e73405; }

.wishlist-product__status--pre-order {
  color: #000; }

/* Delete */
.wishlist-product__delete {
  text-align: right; }
  .wishlist-product__delete a {
    font-size: 12px;
    color: #000;
    line-height: 1.3; }

/* ==========================================================================
   18. Product styles
   ========================================================================== */
/* ==========================================================================
   18.1 #ACCORDION
   ========================================================================== */
.accordion {
  padding: 14px 0px;
  border-bottom: 1px solid #d8d8d8; }
  .accordion.active .accordion__title:after {
    content: "îŻ"; }

.accordion__title {
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-right: 30px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .accordion__title {
      font-size: 14px; } }
  .accordion__title:after {
    content: "îŻ";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 0px;
    color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none; }

.accordion__content {
  display: none;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .accordion__content {
      font-size: 13px;
      line-height: 24px; } }
  .accordion__content h1,
  .accordion__content h2,
  .accordion__content h3,
  .accordion__content h4,
  .accordion__content h5,
  .accordion__content h6 {
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    font-size: 20px;
    padding: 25px 0px 0px 0px;
    margin: 0px; }
  .accordion__content p {
    padding: 15px 0px 0px 0px;
    margin: 0px; }
  .accordion__content .tab__features {
    padding-top: 20px !important; }
  .accordion__content ul {
    padding: 20px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    .accordion__content ul li {
      position: relative; }
      .accordion__content ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .accordion__content .review__avatar {
    display: none; }
  .accordion__content input,
  .accordion__content textarea {
    background: #f2f2f2; }
    @media (max-width: 991px) {
      .accordion__content input,
      .accordion__content textarea {
        background: #fff; } }

/* Mobile tabs */
.product__mobile-tabs {
  display: none; }
  @media (max-width: 991px) {
    .product__mobile-tabs {
      display: block;
      padding-top: 30px; } }

/* Accordion reviews */
.review-2 {
  margin-top: 25px; }

.review-2__rating i {
  color: #ccc;
  font-size: 12px; }
  .review-2__rating i.active {
    color: #ffbb05; }

.review-2__title {
  font-size: 18px;
  color: #000;
  padding: 6px 0px 0px 0px; }
  @media (max-width: 991px) {
    .review-2__title {
      font-size: 16px; } }

.review-2__content {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0px 0px 0px; }

.review-2__meta {
  padding: 15px 0px 0px 0px;
  font-size: 12px; }
  .review-2__meta span {
    color: #000;
    text-transform: uppercase; }

.review-2__add-title {
  font-size: 18px !important;
  text-transform: uppercase;
  padding-top: 50px !important;
  padding-bottom: 20px !important; }
  @media (max-width: 991px) {
    .review-2__add-title {
      font-size: 16px !important; } }

.review-2__form .form-group {
  margin-bottom: 10px; }

.review-2__form .form-group__input,
.review-2__form .form-group__textarea {
  background: none !important;
  border: 1px solid #ccc !important;
  padding: 11px 20px 11px 20px; }
  @media (max-width: 991px) {
    .review-2__form .form-group__input,
    .review-2__form .form-group__textarea {
      padding: 8px 15px; } }
  .review-2__form .form-group__input:focus,
  .review-2__form .form-group__textarea:focus {
    border: 1px solid #000 !important; }

.review-2__form .form-checkbox {
  padding: 10px 0px; }
  .review-2__form .form-checkbox label {
    font-size: 14px; }

.review-2__form .form__action {
  padding-top: 25px; }
  .review-2__form .form__action .button {
    border: 1px solid #999;
    color: #000;
    background: none;
    padding: 13px 30px 13px 30px; }
    @media (max-width: 991px) {
      .review-2__form .form__action .button {
        padding: 9px 25px; } }
    .review-2__form .form__action .button:before {
      background: #000; }
    .review-2__form .form__action .button:hover {
      color: #fff; }

/* ==========================================================================
   18.2 #FREQUENTLY BOUGHT TOGETHER
   ========================================================================== */
.frequently-bought-together {
  background: #f2f2f2;
  padding: 0px 0px 110px 0px; }
  @media (max-width: 991px) {
    .frequently-bought-together {
      padding: 0px;
      background: none; } }
  .frequently-bought-together hr {
    background: #cccccc;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .frequently-bought-together hr {
        display: none; } }

.frequently-bought-together__title {
  font-size: 36px;
  padding: 0px 0px 45px 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .frequently-bought-together__title {
      font-size: 24px;
      padding-bottom: 30px; } }

@media (max-width: 991px) {
  .frequently-bought-together__d-flex {
    flex-wrap: wrap; } }

.frequently-bought-together__products {
  width: 71.5%; }
  @media (max-width: 991px) {
    .frequently-bought-together__products {
      width: 100%; } }

.frequently-bought-together__products-grid {
  margin: 0px -40px;
  position: relative; }
  @media (max-width: 1198px) {
    .frequently-bought-together__products-grid {
      margin: 0px -30px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid {
      margin: 0px -10px; } }
  .frequently-bought-together__products-grid .product-grid-item {
    width: 275px;
    margin: 0px 40px; }
    @media (max-width: 1198px) {
      .frequently-bought-together__products-grid .product-grid-item {
        margin: 0px 30px; } }
    @media (max-width: 991px) {
      .frequently-bought-together__products-grid .product-grid-item {
        margin: 0px 10px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid .product-grid-item__wishlist {
      display: none; } }
  .frequently-bought-together__products-grid .product-grid-item + .product-grid-item:before {
    content: "îŻ";
    display: inline-block;
    font: normal normal normal 1em / 1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: -60px;
    color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    pointer-events: none;
    width: 40px;
    text-align: center; }
    @media (max-width: 1198px) {
      .frequently-bought-together__products-grid .product-grid-item + .product-grid-item:before {
        left: -45px;
        width: 30px; } }
    @media (max-width: 991px) {
      .frequently-bought-together__products-grid .product-grid-item + .product-grid-item:before {
        left: -15px;
        width: 10px;
        font-size: 12px;
        top: 25%; } }
  .frequently-bought-together__products-grid .product-grid-item__action {
    display: none !important; }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid .product-grid-item__title {
      padding-top: 15px; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid .product-grid-item__title a {
      font-size: 14px;
      line-height: 1.5; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid .product-grid-item__rating {
      display: none; } }
  @media (max-width: 991px) {
    .frequently-bought-together__products-grid .product-grid-item__price {
      font-size: 14px; } }

.frequently-bought-together__products-list {
  margin-top: 45px;
  border-top: 1px solid #ccc;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .frequently-bought-together__products-list {
      margin-top: 35px;
      padding-top: 35px; } }
  .frequently-bought-together__products-list .form-checkbox {
    padding: 0px;
    margin: 0px; }
  .frequently-bought-together__products-list .form-checkbox + .form-checkbox {
    margin-top: 9px; }

.frequently-bought-together__action {
  width: 287px;
  margin-left: auto;
  padding-left: 50px; }
  @media (max-width: 991px) {
    .frequently-bought-together__action {
      width: 100%;
      margin: 0px;
      padding: 40px 0px 0px 0px; } }

.frequently-bought-together__total span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.frequently-bought-together__total p {
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 991px) {
    .frequently-bought-together__total p {
      font-size: 30px; } }

.frequently-bought-together__buttons {
  padding-top: 10px; }
  .frequently-bought-together__buttons .button,
  .frequently-bought-together__buttons .second-button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 14px 15px 14px 15px;
    margin-top: 20px; }
    @media (max-width: 991px) {
      .frequently-bought-together__buttons .button,
      .frequently-bought-together__buttons .second-button {
        margin-top: 10px;
        padding: 10px 15px; } }
  .frequently-bought-together__buttons .button {
    border-color: #000;
    color: #000; }
    .frequently-bought-together__buttons .button:before {
      background: #000; }
    .frequently-bought-together__buttons .button:hover {
      color: #fff; }

/* ==========================================================================
   18.4 #PRODUCT GRID ITEM
   ========================================================================== */
.product-grid-item {
  position: relative; }
  @media (min-width: 992px) {
    .product-grid-item:hover .product-grid-item__image a img.hover {
      opacity: 1; }
    .product-grid-item:hover .product-grid-item__action {
      opacity: 1;
      visibility: visible; } }

.product-grid-item__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ed4336;
  color: #fff;
  z-index: 4;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 10px; }

.product-grid-item__tag--sold-out {
  background: #999999;
  color: #fff; }

.product-grid-item__wishlist {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 9;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
   }
  .product-grid-item__wishlist a {
    display: block;
    width: 100%;
    line-height: 46px;
    text-align: center; }

.product-grid-item__image {
  position: relative; }
  .product-grid-item__image a {
    display: block;
    padding-bottom: 122.6%;
    position: relative; }
    .product-grid-item__image a img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      .product-grid-item__image a img.hover {
        opacity: 0; }

.product-grid-item__action {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 17px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .product-grid-item__action {
      display: none; } }

.product-grid-item__button {
  width: 50%;
  padding: 0px 3px; }
  .product-grid-item__button a {
    display: block;
    padding: 13px 20px;
    margin: 0px;
    background: #fff;
    text-align: center;
    color: #304650;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    font-size: 14px; }
    .product-grid-item__button a:hover {
      background: #304650;
      color: #fff; }

.product-grid-item__title {
  padding: 21px 0px 0px 0px; }
  .product-grid-item__title a {
    font-size: 18px;
    color: #000; }

.product-grid-item__rating {
  padding: 6px 0px 0px 0px;
  line-height: 1.1; }
  .product-grid-item__rating i {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    position: relative;
    margin-right: -1px;
    vertical-align: top; }
    .product-grid-item__rating i.active {
      color: #ffbb05; }
  .product-grid-item__rating span {
    font-size: 14px;
    line-height: 0.97;
    display: inline-block;
    vertical-align: top;
    color: #999999;
    padding-left: 6px; }

.product-grid-item__price {
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  color: #000;
  font-weight: 600; }
  .product-grid-item__price .price-new {
    color: #ea311d; }
  .product-grid-item__price .price-old {
    color: #999999;
    text-decoration: line-through;
    padding-left: 3px; }

.product-grid-item__content-tag {
  padding: 12px 0px 0px 0px;
  margin: 0px;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

/* ==========================================================================
   18.5 #PRODUCT LAYOUT 1
   ========================================================================== */
@media (min-width: 992px) {
  .product-layout-1 .product-image {
    display: block; }
  .product-layout-1 .product-image + .product-image {
    margin-top: 30px; }
  .product-layout-1 .product__d-flex {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .product-layout-1 .product__thumbnails,
  .product-layout-1 .product__content {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 2;
    margin-bottom: auto; } }

@media (min-width: 992px) {
  .body-product-page #main {
    overflow: visible; } }

/* ==========================================================================
   18.6 #PRODUCT LAYOUT 2
   ========================================================================== */
.product-layout-2 {
  margin: 0px 0px 120px 0px; }
  @media (max-width: 991px) {
    .product-layout-2 {
      margin-bottom: 50px; } }
  .product-layout-2 .breadcrumb {
    justify-content: center;
    border-top: 1px solid #d4d4d4;
    padding: 46px 0px 0px 0px;
    margin: 0px; }
    .product-layout-2 .breadcrumb .breadcrumb__item {
      letter-spacing: 0px;
      font-size: 16px; }

.product-layout-2__d-flex {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .product-layout-2__d-flex {
      flex-wrap: wrap;
      margin: 30px 0px 0px 0px; } }

.product-layout-2__images {
  width: 42%;
  min-width: 42%;
  position: relative; }
  @media (max-width: 1198px) {
    .product-layout-2__images {
      width: 50%;
      min-width: 50%; } }
  @media (max-width: 991px) {
    .product-layout-2__images {
      width: 100%;
      min-width: 100%; } }
  .product-layout-2__images .slick-dots,
  .product-layout-2__images .slick-next,
  .product-layout-2__images .slick-prev {
    display: none !important; }

.product-layout-2__icon-plus {
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 3; }
  .product-layout-2__icon-plus i {
    font-size: 24px;
    color: #000; }
    @media (max-width: 991px) {
      .product-layout-2__icon-plus i {
        font-size: 18px; } }

.product__thumbnails.product__thumbnails--horizontal {
  width: 100% !important;
  min-width: 100% !important;
  padding: 7px 108px 0px 108px;
  display: block !important; }
  @media (max-width: 1198px) {
    .product__thumbnails.product__thumbnails--horizontal {
      padding-left: 78px;
      padding-right: 78px; } }
  @media (max-width: 991px) {
    .product__thumbnails.product__thumbnails--horizontal {
      padding-left: 60px;
      padding-right: 60px; } }
  .product__thumbnails.product__thumbnails--horizontal .slick-list {
    margin: 0px -5px; }
    .product__thumbnails.product__thumbnails--horizontal .slick-list .slick-slide {
      padding: 0px 5px; }
  .product__thumbnails.product__thumbnails--horizontal .slick-dots {
    display: none !important; }
  .product__thumbnails.product__thumbnails--horizontal .slick-prev {
    position: absolute;
    top: 49%;
    left: -105px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 1198px) {
      .product__thumbnails.product__thumbnails--horizontal .slick-prev {
        left: -75px; } }
    @media (max-width: 991px) {
      .product__thumbnails.product__thumbnails--horizontal .slick-prev {
        left: -56px; } }
    .product__thumbnails.product__thumbnails--horizontal .slick-prev:hover:before {
      color: #000; }
    .product__thumbnails.product__thumbnails--horizontal .slick-prev:before {
      content: "\ecc1";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      @media (max-width: 991px) {
        .product__thumbnails.product__thumbnails--horizontal .slick-prev:before {
          font-size: 24px; } }
  .product__thumbnails.product__thumbnails--horizontal .slick-next {
    position: absolute;
    top: 49%;
    right: -105px;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    outline: none;
    display: block !important; }
    @media (max-width: 1198px) {
      .product__thumbnails.product__thumbnails--horizontal .slick-next {
        right: -75px; } }
    @media (max-width: 991px) {
      .product__thumbnails.product__thumbnails--horizontal .slick-next {
        right: -56px; } }
    .product__thumbnails.product__thumbnails--horizontal .slick-next:hover:before {
      color: #000; }
    .product__thumbnails.product__thumbnails--horizontal .slick-next:before {
      content: "\ecc3";
      display: inline-block;
      font: normal normal normal 1em/1 'LineIconsPro Light';
      speak: none;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #999;
      transition: all 0.3s ease-in;
      -webkit-transition: all 0.3s ease-in;
       }
      @media (max-width: 991px) {
        .product__thumbnails.product__thumbnails--horizontal .slick-next:before {
          font-size: 24px; } }

.product-layout-2__center {
  width: 27.77%;
  min-width: 27.77%;
  margin: 0px auto; }
  @media (max-width: 1198px) {
    .product-layout-2__center {
      width: 40%;
      min-width: 40%; } }
  @media (max-width: 991px) {
    .product-layout-2__center {
      width: 100%;
      min-width: 100%;
      margin: 40px 0px 0px 0px; } }
  .product-layout-2__center .product__title {
    font-size: 18px;
    color: #666666; }
    @media (max-width: 991px) {
      .product-layout-2__center .product__title {
        font-size: 16px; } }
  .product-layout-2__center .product__price {
    font-weight: 400;
    font-family: 'Amiri';
    padding-top: 10px; }

.product__options > .product__option-title {
  width: 100%; }

.product__option-title span {
  color: #999999;
  text-transform: none; }

.product__option-title i {
  font-style: normal;
  color: #000;
  text-transform: none; }

.product__option-title + .product__option {
  padding: 0px;
  margin: 10px 0px 0px 0px; }

.product__option + .product__option-title {
  margin-top: 30px; }

.product__brand {
  font-size: 30px;
  line-height: 1;
  font-family: 'Amiri';
  color: #000;
  text-transform: uppercase;
  padding: 0px 0px 18px 0px; }
  @media (max-width: 991px) {
    .product__brand {
      font-size: 22px; } }

#main .product__available-colors--type-2 .product-grid-item__color span,
#main .product__available-colors--type-2 .product-grid-item__color {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px; }

/* Right block */
.product-layout-2__right {
  width: 17.5%;
  min-width: 17.5%; }
  @media (max-width: 1198px) {
    .product-layout-2__right {
      display: none; } }

.product-layout-2__features {
  border: 1px solid #d0d0d0;
  padding: 35px 40px 35px 40px; }
  .product-layout-2__features .feature {
    flex-wrap: wrap; }
  .product-layout-2__features .feature__icon {
    width: 100%;
    margin-bottom: 18px; }
    .product-layout-2__features .feature__icon i {
      font-size: 30px;
      color: #000; }
  .product-layout-2__features .feature__content {
    width: 100%; }
  .product-layout-2__features .feature__title {
    font-size: 18px;
    color: #000;
    padding: 0px 0px 10px 0px;
    margin: 0px; }
  .product-layout-2__features .feature__description {
    font-size: 14px;
    color: #999999; }
  .product-layout-2__features .feature + .feature {
    margin-top: 30px; }

.safe-checkout {
  margin: 40px 0px 0px 0px; }
  .safe-checkout img {
    display: block;
    width: 100%; }

/* Product tabs */
.product-default-tabs {
  margin: 120px 0px 140px 0px; }
  @media (max-width: 991px) {
    .product-default-tabs {
      margin: 50px 0px; } }

.tabs__nav {
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0px 0px 75px 0px;
  list-style: none;
  border-bottom: 1px solid #f8ecdc; }
  @media (max-width: 991px) {
    .tabs__nav {
      overflow-x: scroll;
      white-space: nowrap;
      justify-content: start;
      border: none;
      margin-bottom: 35px; } }
  .tabs__nav li {
    margin: 0px 23px -1px 23px;
    position: relative;
    z-index: 3; }
    @media (max-width: 991px) {
      .tabs__nav li {
        border-bottom: 1px solid #f8ecdc;
        margin: 0px;
        padding: 0px 35px 0px 0px; }
        .tabs__nav li:last-child {
          padding-right: 0px; } }
    .tabs__nav li a {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      display: block;
      padding: 15px 0px;
      border-bottom: 2px solid transparent;
      text-align: center; }
      @media (max-width: 991px) {
        .tabs__nav li a {
          font-size: 14px;
          margin-bottom: -1px;
          position: relative; } }
      .tabs__nav li a.active {
        color: #000;
        border-color: #000; }

.home-classic .tab-content h1, .home-classic .tab-content h2, .home-classic .tab-content h3, .home-classic .tab-content h4, .home-classic .tab-content h5, .home-classic .tab-content h6 {
  font-family: 'Amiri'; }

.tab-content {
  height: 0px;
  pointer-events: none;
  overflow: hidden;
  margin: 0px -20px;
  padding: 0px 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .tab-content {
      font-size: 14px;
      line-height: 26px; } }
  .tab-content .row > div > *:first-child {
    padding-top: 0px;
    margin-top: 0px; }
  .tab-content h1,
  .tab-content h2,
  .tab-content h3,
  .tab-content h4,
  .tab-content h5,
  .tab-content h6 {
    line-height: 1.2;
    font-size: 30px;
    padding: 40px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab-content h1,
      .tab-content h2,
      .tab-content h3,
      .tab-content h4,
      .tab-content h5,
      .tab-content h6 {
        padding-top: 25px;
        font-size: 20px; } }
  .tab-content p {
    padding: 25px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab-content p {
        padding-top: 15px; } }
  .tab-content ul {
    padding: 30px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .tab-content ul {
        padding-top: 20px; } }
    .tab-content ul li {
      position: relative; }
      .tab-content ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .tab-content .row {
    margin: 0px -80px; }
    @media (max-width: 1298px) {
      .tab-content .row {
        margin: 0px -4vw; } }
    .tab-content .row > div {
      padding: 0px 80px; }
      @media (max-width: 1298px) {
        .tab-content .row > div {
          padding: 0px 4vw; } }
    @media (max-width: 991px) {
      .tab-content .row > div + div {
        padding-top: 40px; } }
  .tab-content .row--images {
    margin: 55px -5px 0px -5px !important; }
    @media (max-width: 991px) {
      .tab-content .row--images {
        margin-top: 30px !important; } }
    .tab-content .row--images > div {
      padding: 0px 5px !important; }
  .tab-content .contact-page__form {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .tab-content .contact-page__form {
        padding-top: 25px; } }
  .tab-content .slick-dots,
  .tab-content .slick-next,
  .tab-content .slick-prev {
    display: none !important; }

.tab-content__active {
  height: auto;
  pointer-events: auto; }

.tab-content__show {
  opacity: 1; }

.description__image {
  padding: 0px 0px 79.72% 0px;
  position: relative;
  margin-top: 20px !important; }
  .description__image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* Your matches */
.your-matches {
  margin: 140px 0px 185px 0px; }
  @media (max-width: 991px) {
    .your-matches {
      margin: 70px 0px;
      overflow: hidden; } }
  .your-matches .tab-content p, .your-matches .tab-content ul {
    padding: 0px;
    margin: 0px; }
  @media (max-width: 991px) {
    .your-matches .slick-slider {
      width: 80%; }
      .your-matches .slick-slider .slick-list {
        overflow: visible !important; } }

.your-matches__heading {
  text-align: center;
  padding: 0px 0px 35px 0px;
  margin: 0px;
  font-size: 30px;
  font-family: 'Amiri';
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .your-matches__heading {
      font-size: 22px;
      padding-bottom: 20px; } }

/* ==========================================================================
   18.7 #PRODUCT LAYOUT 3
   ========================================================================== */
.home-products--type-10 .home-products__title {
  text-align: center;
  font-size: 36px;
  padding-bottom: 45px; }

@media (min-width: 992px) {
  .product-layout-3 {
    padding-top: 20px !important; }
    .product-layout-3 .product-image {
      display: block; }
    .product-layout-3 .product-image + .product-image {
      margin-top: 30px; }
    .product-layout-3 .product__d-flex {
      position: -webkit-sticky !important;
      position: sticky !important; }
    .product-layout-3 .product__left,
    .product-layout-3 .product__content {
      position: -webkit-sticky;
      position: sticky;
      top: 20px;
      z-index: 2;
      margin-bottom: auto; } }
    @media (min-width: 992px) and (max-width: 1198px) {
      .product-layout-3 .product__left,
      .product-layout-3 .product__content {
        top: 100px; } }

@media (min-width: 992px) {
    .product-layout-3 .product__left,
    .product-layout-3 .product__content {
      width: 21.5%;
      min-width: 21.5%;
      padding-top: 160px; } }
    @media (min-width: 992px) and (max-width: 1590px) {
      .product-layout-3 .product__left,
      .product-layout-3 .product__content {
        min-width: 23%;
        min-width: 23%; } }
    @media (min-width: 992px) and (max-width: 1198px) {
      .product-layout-3 .product__left,
      .product-layout-3 .product__content {
        width: 40%;
        min-width: 40%;
        padding-top: 60px; } }

@media (min-width: 992px) {
    .product-layout-3 .product__images {
      max-width: 780px;
      min-width: 1px;
      width: 46% !important;
      margin: 0px auto; } }
    @media (min-width: 992px) and (max-width: 1198px) {
      .product-layout-3 .product__images {
        margin-left: 0px; } }

.product-layout-3 .product__available-size li a {
  padding-left: 14px;
  padding-right: 14px; }

/* ==========================================================================
   18.8 #PRODUCT LAYOUT 4
   ========================================================================== */
.product-layout-4 {
  margin: 60px 0px 120px 0px; }
  @media (max-width: 991px) {
    .product-layout-4 {
      margin: 0px 0px 70px 0px; } }
  @media (min-width: 992px) {
    .product-layout-4 .product__images {
      width: 67.9%;
      min-width: 67.9%;
      margin: 0px auto 0px 0px; } }
  @media (min-width: 992px) and (max-width: 1298px) {
    .product-layout-4 .product__images {
      width: 60%;
      min-width: 60%; } }
  @media (min-width: 992px) {
    .product-layout-4 .product__content {
      width: 26.47%;
      min-width: 26.47%; } }
  @media (min-width: 992px) and (max-width: 1298px) {
    .product-layout-4 .product__content {
      width: 35%;
      min-width: 35%; } }
  @media (min-width: 992px) {
    .product-layout-4 .product__images > div {
      display: flex;
      flex-wrap: wrap;
      margin: -8px; }
    .product-layout-4 .product-image {
      display: block !important;
      padding: 8px;
      width: 50%;
      min-width: 50%; } }

.product__sku {
  padding: 9px 0px 0px 0px; }
  .product__sku span {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .product__sku i {
    font-style: normal;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

.product__klarna {
  margin-top: 33px;
  display: flex; }
  .product__klarna img {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    margin-right: 18px; }
    @media (max-width: 991px) {
      .product__klarna img {
        height: 28px; } }
  .product__klarna p {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 6px 0px 0px 0px;
    font-size: 14px;
    color: #000; }
    @media (max-width: 991px) {
      .product__klarna p {
        font-size: 12px; } }
    .product__klarna p a {
      color: #0066cc;
      text-decoration: underline; }


/* Product recently viewed */
.home-products--recently-viewed .slick-track {
  margin-left: 0px; }

.home-products--similar-pieces .home-products__container {
  margin: 90px 0px 95px 0px; }
  @media (max-width: 991px) {
    .home-products--similar-pieces .home-products__container {
      margin: 65px 0px 85px 0px; } }

@media (max-width: 991px) {
  .home-products--similar-pieces .slick-slider {
    width: 100%; }
    .home-products--similar-pieces .slick-slider .product-grid-item__tag,
    .home-products--similar-pieces .slick-slider .product-grid-item__wishlist {
      display: none; }
    .home-products--similar-pieces .slick-slider .product-grid-item__title {
      padding-top: 14px; }
    .home-products--similar-pieces .slick-slider .product-grid-item__title a {
      font-size: 14px;
      line-height: 20px; }
    .home-products--similar-pieces .slick-slider .product-grid-item__price {
      font-size: 14px; }
    .home-products--similar-pieces .slick-slider .product-grid-item__rating i,
    .home-products--similar-pieces .slick-slider .product-grid-item__rating span {
      font-size: 10px; }
    .home-products--similar-pieces .slick-slider .product-grid-item__content-tag {
      font-size: 10px;
      padding-top: 5px; }
    .home-products--similar-pieces .slick-slider .slick-list {
      overflow: hidden !important;
      margin: 0px -5px !important; }
      .home-products--similar-pieces .slick-slider .slick-list .slick-slide {
        padding: 0px 5px; }
    .home-products--similar-pieces .slick-slider .slick-dots {
      display: flex !important;
      padding: 0px !important;
      margin: 60px 0px 0px 0px !important;
      list-style: none !important; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .home-products--similar-pieces .slick-slider .slick-dots {
        margin: 45px 0px 0px 0px !important; } }

@media (max-width: 991px) {
      .home-products--similar-pieces .slick-slider .slick-dots li {
        width: 100%;
        height: 2px;
        background: #e6e6e6;
        margin: 0px; }
        .home-products--similar-pieces .slick-slider .slick-dots li.slick-active {
          background: #000; }
        .home-products--similar-pieces .slick-slider .slick-dots li button {
          display: none !important; } }

.home-products--similar-pieces .slick-track {
  margin-left: 0px; }

.home-products--complete-your-outfit .home-products__container {
  margin: 120px 0px 90px 0px; }
  @media (max-width: 991px) {
    .home-products--complete-your-outfit .home-products__container {
      margin: 65px 0px; } }

@media (max-width: 991px) {
  .home-products--complete-your-outfit .slick-slider {
    width: 100%; }
    .home-products--complete-your-outfit .slick-slider .product-grid-item__tag,
    .home-products--complete-your-outfit .slick-slider .product-grid-item__wishlist {
      display: none; }
    .home-products--complete-your-outfit .slick-slider .product-grid-item__title {
      padding-top: 14px; }
    .home-products--complete-your-outfit .slick-slider .product-grid-item__title a {
      font-size: 14px;
      line-height: 20px; }
    .home-products--complete-your-outfit .slick-slider .product-grid-item__price {
      font-size: 14px; }
    .home-products--complete-your-outfit .slick-slider .product-grid-item__content-tag {
      font-size: 10px;
      padding-top: 5px; }
    .home-products--complete-your-outfit .slick-slider .slick-list {
      overflow: hidden !important;
      margin: 0px -5px !important; }
      .home-products--complete-your-outfit .slick-slider .slick-list .slick-slide {
        padding: 0px 5px; }
    .home-products--complete-your-outfit .slick-slider .slick-dots {
      display: flex !important;
      padding: 0px !important;
      margin: 60px 0px 0px 0px !important;
      list-style: none !important; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .home-products--complete-your-outfit .slick-slider .slick-dots {
        margin: 45px 0px 0px 0px !important; } }

@media (max-width: 991px) {
      .home-products--complete-your-outfit .slick-slider .slick-dots li {
        width: 100%;
        height: 2px;
        background: #e6e6e6;
        margin: 0px; }
        .home-products--complete-your-outfit .slick-slider .slick-dots li.slick-active {
          background: #000; }
        .home-products--complete-your-outfit .slick-slider .slick-dots li button {
          display: none !important; } }

.home-products--complete-your-outfit .slick-track {
  margin-left: 0px; }

/* Product simple */
@media (max-width: 991px) {
  .home-products--type-9 {
    background: none; } }

.home-products--type-9 hr {
  background: #e3e3e3; }
  @media (max-width: 991px) {
    .home-products--type-9 hr {
      background: #d8d8d8;
      display: none; } }

.home-products--type-9 .home-products__title {
  font-size: 36px;
  padding-bottom: 45px; }
  @media (max-width: 1198px) {
    .home-products--type-9 .home-products__title {
      font-size: 32px; } }
  @media (max-width: 991px) {
    .home-products--type-9 .home-products__title {
      font-size: 22px;
      padding-bottom: 35px; } }

.home-products--type-9 .slick-dots,
.home-products--type-9 .slick-prev,
.home-products--type-9 .slick-next {
  display: none !important; }

@media (max-width: 991px) {
  .home-products--type-9 .slick-dots {
    display: block !important; } }

.home-products--type-9 .home-products__container {
  padding: 95px 0px 150px 0px; }
  @media (max-width: 991px) {
    .home-products--type-9 .home-products__container {
      padding: 0px 0px 0px 0px; } }

@media (max-width: 991px) {
  .home-products--type-9 .slick-slider {
    width: 80%; }
    .home-products--type-9 .slick-slider .slick-list {
      overflow: visible !important;
      margin: 0px -10px; }
      .home-products--type-9 .slick-slider .slick-list .slick-slide {
        padding: 0px 10px; }
    .home-products--type-9 .slick-slider .slick-dots {
      margin-right: -25% !important; } }

.product-parallax {
  height: 800px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  @media (max-width: 991px) {
    .product-parallax {
      height: 400px; } }

.product__mobile-tabs--show-on-desktop {
  display: block !important;
  margin-top: 40px; }
  @media (max-width: 991px) {
    .product__mobile-tabs--show-on-desktop {
      margin-top: 0; } }

.product__link {
  position: relative;
  margin-bottom: -14px; }
  @media (max-width: 991px) {
    .product__link {
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 0; } }
  .product__link a {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: block;
    padding: 14px 0px; }
    @media (max-width: 991px) {
      .product__link a {
        font-size: 13px; } }

/* Product groupped */
.product__groupped {
  margin-top: 32px; }
  @media (max-width: 991px) {
    .product__groupped {
      margin-top: 22px; } }

.product-variant {
  padding: 20px 0px; }

.product-variant + .product-variant {
  border-top: 1px solid #ccc; }

.product-variant__image {
  width: 62px;
  min-width: 62px; }
  .product-variant__image img {
    display: block;
    width: 100%;
    height: 80px;
    object-fit: cover; }

.product-variant__content {
  padding: 0px 22px; }
  @media (max-width: 991px) {
    .product-variant__content {
      padding: 0px 15px; } }

.product-variant__title a {
  color: #000; }
  .product-variant__title a:hover {
    color: #999; }

.product-variant__price {
  font-weight: 600;
  color: #000;
  padding-top: 7px; }

.product-variant__quantity {
  width: 110px;
  min-width: 110px;
  margin-left: auto; }
  @media (max-width: 991px) {
    .product-variant__quantity {
      width: 80px;
      min-width: 80px; } }

.product-variant__quantity-title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 5px; }
  @media (max-width: 991px) {
    .product-variant__quantity-title {
      font-size: 12px; } }

.groupped__total {
  font-size: 20px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .groupped__total {
      padding-top: 10px;
      font-size: 18px; } }
  .groupped__total span {
    color: #ed4336;
    font-weight: 600; }

/* Promo bar */
.product__promo-bar {
  margin: 45px 0px -10px 0px;
  background: #fff;
  padding: 18px 20px; }
  @media (max-width: 991px) {
    .product__promo-bar {
      padding: 15px;
      margin-top: 20px;
      background: #f3f3f3; } }

.promo-bar__item {
  display: flex; }

.promo-bar__item + .promo-bar__item {
  border-top: 1px solid #e4e4e4;
  padding-top: 14px;
  margin-top: 14px; }

.promo-bar-item__title {
  width: 35%;
  font-size: 14px;
  line-height: 18px;
  padding-right: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .promo-bar-item__title {
      font-size: 10px;
      line-height: 14px; } }

.promo-bar-item__content {
  width: 65%; }

.promo-bar-item__counter ul {
  list-style: none;
  padding: 0px;
  margin: -5px 0px;
  display: flex;
  position: relative; }
  .promo-bar-item__counter ul li {
    position: relative;
    text-align: center;
    margin: 5px 19px 5px 0px; }
    @media (max-width: 1298px) {
      .promo-bar-item__counter ul li {
        margin-right: 12px; } }
    @media (max-width: 991px) {
      .promo-bar-item__counter ul li {
        margin-right: 12px; } }
    .promo-bar-item__counter ul li:last-child:before {
      display: none; }
    .promo-bar-item__counter ul li:before {
      content: ':';
      display: block;
      position: absolute;
      top: 0;
      right: -13px;
      font-size: 24px;
      line-height: 38px;
      color: #999999; }
      @media (max-width: 1598px) {
        .promo-bar-item__counter ul li:before {
          line-height: 32px; } }
      @media (max-width: 1499px) {
        .promo-bar-item__counter ul li:before {
          line-height: 30px; } }
      @media (max-width: 1298px) {
        .promo-bar-item__counter ul li:before {
          right: -8px;
          font-size: 12px;
          line-height: 32px; } }
      @media (max-width: 991px) {
        .promo-bar-item__counter ul li:before {
          right: -9px;
          font-size: 12px;
          line-height: 24px; } }

.product .counter__value {
  background: #fff;
  display: inline-block;
  border: 1px solid #dddddd;
  color: #ea311d;
  font-size: 24px;
  line-height: 38px;
  padding: 0px 9px 0px 9px;
  text-align: center;
  min-width: 46px; }
  @media (max-width: 1598px) {
    .product .counter__value {
      font-size: 19px;
      line-height: 1.6; } }
  @media (max-width: 1499px) {
    .product .counter__value {
      font-size: 17px;
      min-width: 30px;
      padding: 0px 5px; } }
  @media (max-width: 1349px) {
    .product .counter__value {
      font-size: 16px;
      min-width: 30px; } }
  @media (max-width: 1298px) {
    .product .counter__value {
      font-size: 15px;
      min-width: 25px; } }
  @media (max-width: 991px) {
    .product .counter__value {
      font-size: 14px;
      line-height: 24px;
      min-width: 20px;
      padding: 0px 5px; } }

.product .counter__title {
  display: block;
  font-size: 14px;
  color: #999999;
  padding-top: 4px; }
  @media (max-width: 1598px) {
    .product .counter__title {
      font-size: 12px; } }
  @media (max-width: 1499px) {
    .product .counter__title {
      font-size: 11px; } }
  @media (max-width: 1349px) {
    .product .counter__title {
      font-size: 11px; } }
  @media (max-width: 1298px) {
    .product .counter__title {
      font-size: 10px; } }
  @media (max-width: 991px) {
    .product .counter__title {
      font-size: 10px; } }

.sold-bar {
  padding-top: 4px; }

.sold-bar__bar {
  height: 5px;
  background: #d6d6d9; }
  .sold-bar__bar p {
    padding: 0px;
    margin: 0px;
    height: 5px;
    background: #669900; }

.sold-bar__title {
  padding: 10px 0px 0px 0px;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .sold-bar__title {
      font-size: 11px; } }
  .sold-bar__title span {
    padding-left: 4px;
    color: #000; }

/* Guaranteed safe checkout */
.guaranteed-safe-checkout {
  background: #fff;
  position: relative;
  margin: -1px 0px 0px 0px;
  padding: 28px 34px 30px 34px; }
  @media (max-width: 991px) {
    .guaranteed-safe-checkout {
      padding: 10px 0px 0px 0px; } }

.guaranteed-safe-checkout__title {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 15px; }
  @media (max-width: 991px) {
    .guaranteed-safe-checkout__title {
      font-size: 12px; } }

.guaranteed-safe-checkout + .product__information {
  border-top: 1px solid #d8d8d8;
  margin-top: 38px; }

.guaranteed-safe-checkout__image img {
  max-width: 100%;
  max-height: 34px; }
  @media (max-width: 991px) {
    .guaranteed-safe-checkout__image img {
      max-height: 26px; } }

/* ==========================================================================
   18.9 #PRODUCT REVIEWS
   ========================================================================== */
.review {
  padding: 40px 0px 36px 0px; }
  @media (max-width: 991px) {
    .review {
      padding: 30px 0px 26px 0px; } }
  .review:last-of-type {
    padding-bottom: 20px; }

.review__title {
  padding-bottom: 10px !important; }
  @media (max-width: 991px) {
    .review__title {
      padding-bottom: 0px !important; } }

.review + .review {
  border-top: 1px solid #d8d8d8; }

.review__avatar {
  width: 70px;
  min-width: 70px;
  margin-right: 35px; }
  @media (max-width: 991px) {
    .review__avatar {
      width: 60px;
      min-width: 60px;
      margin-right: 20px; } }
  .review__avatar img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
    -webkit-border-radius: 100px;
     }
    @media (max-width: 991px) {
      .review__avatar img {
        width: 60px;
        height: 60px; } }

.review__details {
  width: 100%; }

.review__title {
  font-size: 20px;
  color: #000; }
  @media (max-width: 991px) {
    .review__title {
      font-size: 16px; } }

.review__rating {
  white-space: nowrap;
  margin-left: auto;
  padding-left: 15px; }
  .review__rating i {
    font-size: 12px;
    color: #cccccc; }
    @media (max-width: 991px) {
      .review__rating i {
        font-size: 9px; } }
    .review__rating i.active {
      color: #ffbb05; }

.review__content {
  padding: 17px 0px 0px 0px;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 991px) {
    .review__content {
      font-size: 14px;
      line-height: 24px;
      padding: 12px 0px 0px 0px; } }

.review__meta {
  padding: 25px 0px 0px 0px;
  font-size: 14px;
  color: #999999; }
  @media (max-width: 991px) {
    .review__meta {
      padding-top: 20px;
      font-size: 12px; } }
  .review__meta span {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px; }

/* Add a review */
.review__form {
  padding: 16px 0px 0px 0px; }
  .review__form .form__required-fields {
    padding-bottom: 20px; }
  .review__form .form-group {
    margin-bottom: 20px; }
  .review__form .form-checkbox {
    padding: 10px 0px; }

.form__your-rating {
  padding: 0px 0px 15px 0px; }

.your-rating__title {
  width: 130px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .your-rating__title {
      font-size: 12px;
      width: 110px; } }

.your-rating__content {
  font-size: 12px;
  line-height: 20px; }
  @media (max-width: 991px) {
    .your-rating__content {
      font-size: 9px; } }
  .your-rating__content i {
    color: #cccccc;
    cursor: pointer;
    display: inline-block;
    padding-right: 3px;
    margin-right: -3px;
    position: relative; }
    .your-rating__content i.active {
      color: #40a106; }

/* ==========================================================================
   18.10 #STICKY ADD TO CART
   ========================================================================== */
.sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #f8ecdc;
  padding: 10px 0px 10px 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  .sticky-add-to-cart.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media (max-width: 1599px) {
    .sticky-add-to-cart {
      display: none !important; } }

/* Product image */
.sticky-add-to-cart__product-image {
  width: 50px; }
  .sticky-add-to-cart__product-image p {
    padding: 0px 0px 120% 0px;
    margin: 0px;
    position: relative; }
    .sticky-add-to-cart__product-image p img {
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      object-fit: cover; }

/* Product name */
.sticky-add-to-cart__product-name {
  padding-left: 19px;
  color: #000; }

/* Product price */
.sticky-add-to-cart__product-price {
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  margin-right: auto;
  font-weight: 600; }

/* Product options -> color */
.sticky-add-to-cart__color {
  padding-left: 35px;
  display: flex;
  align-items: center; }
  .sticky-add-to-cart__color p {
    margin: 0px 18px 0px 0px;
    padding: 0px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
     }
  .sticky-add-to-cart__color span {
    color: #000; }

/* Product options -> standard */
.sticky-add-to-cart__standard-option {
  padding-left: 35px;
  color: #000; }

/* Quantity */
.sticky-add-to-cart__quantity {
  margin-right: 10px;
  margin-left: 58px;
  width: 140px;
  min-width: 140px;
  position: relative; }

.sticky-add-to-cart-quantity__minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }

.sticky-add-to-cart-quantity__input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 60px 12px 60px;
  border: 1px solid #d0d0d0;
  outline: none;
  font-size: 16px;
  color: #000; }
  .sticky-add-to-cart-quantity__input:focus {
    border-color: #000; }

.sticky-add-to-cart-quantity__plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #5e4d30;
  font-size: 16px; }

/* Add to cart */
.sticky-add-to-cart__add-to-cart {
  width: 360px; }
  .sticky-add-to-cart__add-to-cart .second-button {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px; }

/* ==========================================================================
   18.11 #TABS
   ========================================================================== */
.tab {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  overflow: hidden; }
  .tab.active {
    visibility: visible;
    pointer-events: auto; }
    .tab.active .tab__overlay {
      opacity: 1; }
    .tab.active .tab__content {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none; }

.tab__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }

.tab__content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  max-height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
  width: 645px;
  max-width: 100%;
  padding: 50px 80px 75px 80px;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 991px) {
    .tab__content {
      padding: 30px; } }
  .tab__content::-webkit-scrollbar {
    display: none; }

.tab__heading {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .tab__heading {
      padding-bottom: 25px;
      margin-bottom: 5px; } }

.tab__h3 {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Jost", sans-serif;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .tab__h3 {
      font-size: 18px; } }

.tab__close {
  margin-left: auto;
  padding-left: 20px;
  text-align: right; }

.tab__description {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .tab__description {
      font-size: 13px;
      line-height: 22px; } }
  .tab__description h1,
  .tab__description h2,
  .tab__description h3,
  .tab__description h4,
  .tab__description h5,
  .tab__description h6 {
    font-family: "Jost", sans-serif;
    line-height: 1.2;
    font-size: 30px;
    padding: 40px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab__description h1,
      .tab__description h2,
      .tab__description h3,
      .tab__description h4,
      .tab__description h5,
      .tab__description h6 {
        padding-top: 25px;
        font-size: 20px; } }
  .tab__description p {
    padding: 25px 0px 0px 0px;
    margin: 0px; }
    @media (max-width: 991px) {
      .tab__description p {
        padding-top: 15px; } }
  .tab__description ul {
    padding: 25px 0px 0px 14px;
    margin: 0px;
    list-style: none; }
    @media (max-width: 991px) {
      .tab__description ul {
        padding-top: 20px; } }
    .tab__description ul li {
      position: relative; }
      .tab__description ul li:before {
        content: '-';
        display: block;
        position: absolute;
        top: 0;
        left: -14px; }
  .tab__description .contact-page__form {
    padding-top: 40px; }
    @media (max-width: 991px) {
      .tab__description .contact-page__form {
        padding-top: 25px; } }

.tab__features {
  list-style: none;
  padding: 30px 0px 0px 0px !important;
  margin: 0px; }
  @media (max-width: 991px) {
    .tab__features {
      padding-top: 20px !important; } }
  .tab__features li {
    display: flex;
    align-items: center;
    padding: 4px 0px 0px 0px; }
    .tab__features li:before {
      display: none !important; }
    .tab__features li p {
      width: 44px;
      padding: 0px 10px 4px 0px;
      margin: 0px; }
      @media (max-width: 991px) {
        .tab__features li p {
          width: 40px; } }
    .tab__features li span {
      font-size: 14px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #000; }
      @media (max-width: 991px) {
        .tab__features li span {
          font-size: 12px; } }

/* ==========================================================================
   19. Popups styles
   ========================================================================== */
/* ==========================================================================
   19.1 #NEWSLETTER POPUP
   ========================================================================== */
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none; }
  .newsletter-popup.active {
    pointer-events: auto; }
    .newsletter-popup.active .newsletter-popup__background-close {
      opacity: 1; }
    .newsletter-popup.active .newsletter-popup__content {
      opacity: 1; }

.newsletter-popup__background-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }

.newsletter-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 570px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 95px 100px 85px 100px; }
  @media (max-width: 767px) {
    .newsletter-popup__content {
      padding: 50px 35px; } }
  .newsletter-popup__content::-webkit-scrollbar {
    display: none; }
  .newsletter-popup__content .modern-newsletter {
    padding: 0px;
    margin: 0px; }
  .newsletter-popup__content .modern-newsletter__heading {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .newsletter-popup__content .modern-newsletter__heading {
        font-size: 24px;
        line-height: 1.2; } }
    .newsletter-popup__content .modern-newsletter__heading span {
      font-weight: 600; }
  .newsletter-popup__content .modern-newsletter__description {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 23px; }
  .newsletter-popup__content .modern-newsletter__form {
    margin-top: 42px; }
    @media (max-width: 767px) {
      .newsletter-popup__content .modern-newsletter__form {
        margin-top: 30px; } }
  .newsletter-popup__content .modern-newsletter__input {
    padding-left: 60px; }
    @media (max-width: 767px) {
      .newsletter-popup__content .modern-newsletter__input {
        padding-left: 50px; } }
  .newsletter-popup__content .modern-newsletter__button {
    font-size: 16px;
    top: 5px; }
    @media (max-width: 767px) {
      .newsletter-popup__content .modern-newsletter__button {
        font-size: 13px;
        top: 4px; } }
  .newsletter-popup__content .modern-newsletter__privacy-policy {
    padding-top: 33px; }

.newsletter-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4; }
  .newsletter-popup__close a {
    display: block;
    padding: 5px; }

.newsletter-popup__image {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .newsletter-popup__image {
      margin-bottom: 45px; } }
  .newsletter-popup__image img {
    display: block;
    width: 157px;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .newsletter-popup__image img {
        width: 120px; } }

/* ==========================================================================
   19.2 #QUICKVIEW POPUP
   ========================================================================== */
.quickview {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none; }
  .quickview.active {
    pointer-events: auto; }
    .quickview.active .quickview__background-close {
      opacity: 1; }
    .quickview.active .quickview__content {
      opacity: 1; }

.quickview__background-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }

.quickview__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90vw;
  max-width: 1170px;
  max-height: 90vh;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
   }
  .quickview__content::-webkit-scrollbar {
    display: none; }
  .quickview__content .quickview__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4; }
    .quickview__content .quickview__close a {
      display: block;
      padding: 5px; }
  @media (max-width: 991px) {
    .quickview__content .product__d-flex {
      margin: 0px; } }
  .quickview__content .product__images {
    width: 50%;
    min-width: 50%;
    margin: 0px;
    padding: 0px;
    background: #f2f2f2; }
    @media (max-width: 991px) {
      .quickview__content .product__images {
        width: 100%;
        min-width: 100%; }
        .quickview__content .product__images:before {
          display: none; } }
  .quickview__content .product-image {
    display: block !important; }
  .quickview__content .slick-dots {
    display: flex !important;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 43px;
    top: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: center; }
    .quickview__content .slick-dots li {
      margin: 0px 9px 0px 9px;
      font-size: 0px;
      line-height: 0px; }
      .quickview__content .slick-dots li.slick-active button {
        width: 36px;
        background: #304653; }
      .quickview__content .slick-dots li button {
        display: block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border: none;
        outline: none;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        
        transition: width 0.3s ease-in, background 0.3s ease-in;
        -webkit-transition: width 0.3s ease-in, background 0.3s ease-in;
        -moz-transition: width 0.3s ease-in, background 0.3s ease-in;
        padding: 0px;
        margin: 0px;
        position: relative; }
        .quickview__content .slick-dots li button:before {
          content: '';
          display: block;
          position: absolute;
          top: -10px;
          left: -10px;
          right: -10px;
          bottom: -10px; }
  .quickview__content .product__content {
    width: 50%;
    min-width: 50%;
    padding: 60px 70px; }
    @media (max-width: 991px) {
      .quickview__content .product__content {
        width: 100%;
        min-width: 100%;
        padding: 30px 25px; } }

/* ==========================================================================
   19.3 #SEARCH POPUP
   ========================================================================== */
.search-popup {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 60px 0px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
   }
  @media (max-width: 991px) {
    .search-popup {
      padding: 30px 0px 50px 0px; } }
  .search-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

/* Search close */
.search-popup__close {
  position: absolute;
  top: 40px;
  right: 55px; }
  @media (max-width: 991px) {
    .search-popup__close {
      top: 0;
      right: 0; } }
  .search-popup__close a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center; }

/* Search title */
.search-popup__title {
  font-size: 30px;
  padding: 0px;
  margin: 0px; }
  @media (max-width: 991px) {
    .search-popup__title {
      font-size: 22px; } }

/* Search categories */
.search-popup__categories {
  padding: 40px 0px 0px 0px;
  margin: 0px;
  list-style: none;
  text-align: left; }
  @media (max-width: 991px) {
    .search-popup__categories {
      display: none; } }
  .search-popup__categories li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 40px 0px 0px; }
    .search-popup__categories li a {
      letter-spacing: 0.5px;
      text-transform: uppercase;
      color: #999; }
      .search-popup__categories li a.active {
        color: #304653;
        text-decoration: underline; }

/* Search form */
.search-popup__form {
  padding: 40px 0px 0px 0px;
  margin: 0px; }

/* Search form input */
.search-popup__input {
  display: block;
  width: 100%;
  color: #000;
  border: none;
  padding: 5px 0px;
  background-color: #fff;
  font-size: 30px;
  border-bottom: 1px solid #000;
  outline: none; }
  @media (max-width: 991px) {
    .search-popup__input {
      font-size: 22px; } }
  .search-popup__input::-webkit-input-placeholder {
    color: #000; }
  .search-popup__input::-moz-placeholder {
    color: #000; }
  .search-popup__input:-ms-input-placeholder {
    color: #000; }
  .search-popup__input:-moz-placeholder {
    color: #000; }

/* Search results */
.search-popups__results {
  padding-top: 55px; }
  @media (max-width: 991px) {
    .search-popups__results {
      padding-top: 30px; } }

/* Search results heading */
.search-popup__results-heading {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0px;
  margin: 0px; }

/* Search results products */
.search-popups__results-products {
  margin: 30px -15px 0px -15px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .search-popups__results-products {
      margin-top: 25px;
      margin-left: -10px;
      margin-right: -10px; } }
  .search-popups__results-products .product-grid-item__wishlist {
    margin-right: 15px; }
    @media (max-width: 991px) {
      .search-popups__results-products .product-grid-item__wishlist {
        display: none; } }
  .search-popups__results-products .product-grid-item__tag {
    margin-left: 15px; }
    @media (max-width: 991px) {
      .search-popups__results-products .product-grid-item__tag {
        display: none; } }
  .search-popups__results-products .product-grid-item {
    width: 20%;
    min-width: 20%;
    padding: 0px 15px; }
    @media (max-width: 1399px) {
      .search-popups__results-products .product-grid-item {
        width: 25%;
        min-width: 25%; } }
    @media (max-width: 991px) {
      .search-popups__results-products .product-grid-item {
        width: 50%;
        min-width: 50%;
        display: none;
        padding: 0px 10px; }
        .search-popups__results-products .product-grid-item:first-of-type, .search-popups__results-products .product-grid-item:nth-child(2) {
          display: block; } }
  .search-popups__results-products .product-grid-item__action {
    display: none !important; }

/* Results action */
.search-popup__results-action {
  text-align: center;
  padding-top: 75px; }
  @media (max-width: 991px) {
    .search-popup__results-action {
      padding-top: 40px; } }

.header--type-4, footer.footer--type-2 {
  background-color: #2A2768 !important;
}

.header__nav--type-2 .nav__item {
  color: #f8ecdc;
  font-weight: bold;
}

.promo-bar.promo-bar--type-3 p {
  margin-bottom: 0px !important;
}

.footer.footer--type-2, .footer.footer--type-2 a, .footer.footer--type-2 h4, .footer.footer--type-2 h5, .footer.footer--type-2 span{
  color: #f8ecdc;
}

.footer.footer--type-2 h4, .footer.footer--type-2 h5 {
  font-family: 'DTGetai', 'sans-serif' !important;
  font-size: 1rem;
}

main#primary {
  margin: 190px 0px;
  margin-bottom: 0px;
}

h1.entry-title {
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #286763;
  text-align: center;
  font-size: 2rem;
}

.feature__title, .entry-content h2, .entry-content h3 {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #2A2768;
}

.home-about__title, .home-about__description h3 {
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #286763;
}

.home-about__description img {
  width: 80px;
  height: 80px;
}

.home-about__description h3 {
  font-size: 1rem;
  margin-bottom: 0px;
  margin-top: 25px;
}

.home-about__description p {
  padding: 10px 0px;
  padding-bottom: 30px;
}

.amorce {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 10px 30px;
  display: inline-block;
  font-size: 1.2rem;
  color: #000;
  font-family: 'DTGetai', 'sans-serif' !important;
}

.amorce::before,
.amorce::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/uploads/2025/02/image-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.amorce::before {
  left: 0;
  transform: translateY(-50%) rotate(260deg) scaleX(-1);
}

.amorce::after {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

.amorce-wrap {
  text-align: center;
}

.container.container-texte {
  position: relative;
  padding: 50px 0px;
  padding-bottom: 30px;
}

.container.container-texte h2 {
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #2A2768;
}

.modern-banner__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 15px;
}

.modern-banner__image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

.modern-parallax, .modern-parallax h2, .modern-parallax h3, .modern-parallax h4 {
  color: #f8ecdc;
}

.modern-parallax h2 {
  font-family: 'DTGetai', 'sans-serif' !important;
}

.product-gift__add-to-cart a {
  width: 100%;
  margin-top: 20px;
}

.accordion-header p {
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #666666;
  margin-right: 8px;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: #f8ecdc;
  background-color: #2A2768;
}

.accordion-button:not(.collapsed) p {
  color: #f8ecdc;
}

.accordion-button:focus {
  border-color: #2A2768;
  box-shadow: 0 0 0 0.25rem #2A27683B;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8ecdc'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.modern-faq {
  padding: 70px 0px;
  padding-top: 0px;
}

.modern-faq .accordion {
  border-bottom: unset;
}

.modern-faq h2 {
  font-family: 'DTGetai', 'sans-serif' !important;
  color: #286763;
  margin-bottom: 0px;
  font-size: 1.3rem;
}

.modern-faq .more-information {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modern-faq .more-information p {
  margin: 0px;
  margin-right: 30px;
  font-family: 'DTGetai', 'sans-serif' !important;
  font-size: 1.3rem;
  font-style: italic;
}

.decoration-ceramilatte {
  position: absolute;
}

.pinceau-s {
  left: 30%;
  top: 44px;
  transform: translateX(-50%);
}

.pinceau-s img{
  width: 60px;
  transform: rotateZ(90deg);
  filter: invert(33%) sepia(53%) saturate(400%) hue-rotate(127deg) brightness(90%) contrast(91%);
}

.modern-perfect-gift, .modern-faq, .home-about {
  position: relative;
}

.pinceau-m {
  right: 0%;
  bottom: -30px;
}

.pinceau-m img{
  width: 80px;
  transform: rotateZ(37deg);
  filter: invert(33%) sepia(53%) saturate(330%) hue-rotate(127deg) brightness(90%) contrast(91%);
}

.pinceau-l {
  left: -3%;
  bottom: 150px;
}

.pinceau-l img{
  width: 230px;
  transform: rotateZ(-156deg);
  filter: invert(33%) sepia(53%) saturate(330%) hue-rotate(127deg) brightness(90%) contrast(91%);
}

.pinceau-s-leger {
  left: 24%;
  bottom: 74px;
}

.pinceau-s-leger img{
  width: 40px;
  transform: rotateZ(250deg);
  filter: invert(33%) sepia(53%) saturate(330%) hue-rotate(127deg) brightness(90%) contrast(91%);
}

.lnil {
  width: 20px;
  filter: invert(90%) sepia(2%) saturate(1655%) hue-rotate(345deg) brightness(107%) contrast(94%);
}

.contact-section__title {
  text-align:center;
  margin-bottom:3rem;
  font-family:'DTGetai', 'sans-serif' !important;
  color:#2A2768;
}

.grecaptcha-badge {
  display: none;
}

.woocommerce-MyAccount-navigation {
    background: #2A2768;
    padding: 20px;
    border-radius: 8px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #286763;
}

.woocommerce-MyAccount-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content h2 {
    color: #2A2768;
    border-bottom: 3px solid #286763;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

button, .woocommerce-button {
    background: #2A2768;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

button:hover, .woocommerce-button:hover {
    background: #286763;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
    border-left: 5px solid #286763;
    padding: 15px;
    background: #e8f5f1;
    color: #286763;
    border-radius: 5px;
}

.woocommerce form .form-row input, 
.woocommerce form .form-row textarea {
    border: 1px solid #2A2768;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    transition: border-color 0.3s ease-in-out;
}

.woocommerce form .form-row input:focus, 
.woocommerce form .form-row textarea:focus {
    border-color: #286763;
    outline: none;
}

.woocommerce form .form-row label {
    font-weight: bold;
    color: #2A2768;
}

.feature__icon img {
  width: 50px !important;
}

.accordion-button {
  transition: all .7s;
}

.accordion-button p {
  transition: all .7s;
}

.accordion-button:hover {
  background-color: #2A2768;
}

.accordion-button:hover p {
  color: #f8ecdc !important;
}

.accordion-button:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f8ecdc'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.fixed-header.js-fixed-header {
  background-color: #2A2768;
}

.fixed-header {
  height: 0px !important;
}

.first-call {
  padding-top: 140px !important;
}

.preset-amount {
  cursor: pointer;
}

#customAmount, #giftFrom, #giftMessage {
  display: block;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 12px 35px 12px 35px;
  min-width: 100px;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  
  color: #999999;
  border-radius: 25px;
}

#customAmount::-webkit-outer-spin-button,
#customAmount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#customAmount {
  -moz-appearance: textfield;
}

.woocommerce div.product {
  display: inline-block;
}

.woocommerce .flex-viewport {
  margin-bottom: 20px;
}

.woocommerce-product-gallery__image, .flex-viewport, .woocommerce .woocommerce-product-gallery__image a img {
  height: 400px !important;
}

.woocommerce .woocommerce-product-gallery__image a img {
  object-fit: cover;
  border-radius: 15px;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav li img {
  border-radius: 15px;
  padding: 5px;
}

.wc-appointments-appointment-form-wrap.cart {
  text-align: center;
}

.ce-alert {
  padding: 1rem 2rem;
  border-radius: .25rem;
  background: #afafaf;
  border: 1px solid #5c5c5c;
  color: #666666;
  position: relative;
}

.ce-alert--info {
  background: #daf6fa;
  border: 1px solid #09c2de;
  color: #666666;
}

.ce-alert--info::before {
  content: url("../img/alert_info.svg");
  position: absolute;
  top: -1rem;
  left: -1rem;
}

.ce-alert--warning {
  background: #f4bd0e;
  color: #fff;
  border: unset;
}

.ce-alert p {
  margin-bottom: 0px !important;
}

.wc-appointments-appointment-form-button:before, .woocommerce-message .button.wc-forward:before, .woocommerce-button:before {
  content: unset !important;
}

.woocommerce-message {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.woocommerce-message::before {
  color: #666666 !important;
  font-size: 1.4rem;
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form {
  border-radius: 15px;
}

.woocommerce-tabs .tabs.wc-tabs {
  display: none;
}

.woocommerce .summary.entry-summary h1 {
  font-size: 1.8rem;
  color: #2A2768;
  font-family: DTGetai;
  margin-bottom: 0px;
}

.woocommerce .summary.entry-summary p.price {
  padding: 0px 10px;
  font-weight: 300;
  font-style: italic;
}

.woocommerce-product-details__short-description {
  margin-bottom: 50px;
}

.wc-appointments-date-picker .ui-datepicker td:not(.ui-state-disabled) a.ui-state-default, .wc-appointments-date-picker .ui-datepicker td.appointable a:hover, .wc-appointments-date-picker .ui-datepicker td {
  border-radius: 15px;
}

.wc-appointments-date-picker .ui-datepicker td a {
  transition: all .8s;
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot a {
  border-radius: 15px;
}

.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected:hover a {
  background-color: #286763 !important;
  color: #f8ecdc;
}

.woocommerce-message {
  border: unset !important;
  color: #666666 !important;
  background: #d2f9ee !important;
  font-weight: bold;
  padding-left: 70px;
}

.woocommerce-message .button.wc-forward {
  margin-left: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  transition: all .8s;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
  align-items: center;
  padding: 8px 35px 8px 35px;
  border: 1px solid #535353;
  color: #535353;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  border-radius: 15px;
}

.woocommerce .quantity .qty {
  color: #000;
}

.woocommerce div.product form.cart div.quantity .screen-reader-text {
  width: auto;
  height: auto;
  color: #000;
  position: unset !important;
  font-size: 1rem;
  clip: unset !important;
  clip-path: unset;
}

.woocommerce .quantity .qty {
  border: unset;
}

.product_meta {
  display: none;
}

.wc-appointments-date-picker .ui-datepicker .ui-state-hover {
  border-radius: 15px;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-atelier, .btn-carte {
  font-size: 0.85rem !important;
}

.btn.btn-carte {
  background-color: #f8ecdc !important;
  color: #2A2768 !important;
}

.btn.btn-atelier:hover {
  background-color: #f8ecdc !important;
  border-color: #286763 !important;
  color: #286763 !important;
}

.btn.btn-carte:hover {
  background-color: #2A2768 !important;
  border-color: #f8ecdc !important;
  color: #f8ecdc !important;
}

.home-about__d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-left .home-about__image {
  order: 0;
}

.image-left .home-about__content {
  order: 1;
}

.image-right .home-about__image {
  order: 1;
}

.image-right .home-about__content {
  order: 0;
}

@media screen and (max-width: 991px) {
  .home-about__title {
    text-align: center;
  }
  .main.btn-atelier, .main.btn-carte {
    display: none !important;
  }
  .decoration-ceramilatte {
    display: none;
  }
  .header__container .btn.secondary {
    display: none;
  }
  .home-about__description h3 {
    font-size: 1.5rem;
  }
  .modern-slider-item__main-heading {
    font-size: 10vw;
    top: 46% !important;
  }
  .modern-slider-item__second-heading {
    font-size: 5vw;
    top: 40% !important;
  }
  .modern-slider .slick-list.draggable {
    height: 70vh !important;
  }
  .promo-bar--type-3 {
    padding: 0px !important;
  }
  .modern-slider-item__image {
    top: 26% !important;
  }
  .home-about__image {
    display: flex;
    justify-content: center;
  }
  .home-about__d-flex {
    padding: 30px 0px;
    flex-wrap: wrap;
  }
  .modern-banner__action {
    padding: 15px 0px 0px 0px;
  }
  .modern-banner:not(:first-child) {
    margin-top: 30px;
  }
  .modern-parallax {
    padding: 70px 20px;
  }
  .modern-perfect-gift {
    margin-bottom: 50px;
  }
  .footer__first-column, .footer__second-column, .footer__third-column, .footer__fourth-column {
    flex: 0 0 auto;
    width: auto;
  }
  .instagram_feed li {
    width: 100%;
    min-width: 50%;
  }
  .copyright .copyright__payment {
    display: none;
  }
  .footer .footer__first-column {
    padding-top: 0px;
  }
  .header.has-top {
    top: 22px;
  }
  .header.fixed {
    top: 0px;
  }
  .first-call {
    padding-top: 50px !important;
  }
  main#primary {
    margin: 90px 0px;
  }
  .feature__icon img {
    width: 35px !important;
  }
  .modern-banner__title {
    font-size: 2rem;
  }
}

.dd-dialog {
  overflow:visible;
  border:none;
  padding:0;
  border-radius:.25rem;
  opacity:0;
  transform:translateY(100px);
  transition:all ease-in-out .4s
}
@media(max-width: 500px) {
  .dd-dialog {
    margin-top:4rem
  }
}
.dd-dialog::backdrop {
  background:rgba(0,0,0,.5)
}
.dd-dialog-container {
  background:#fff;
  border-radius:.25rem;
  width:calc(1000px - 8rem);
  display:flex;
  align-items:center;
  flex-direction:column;
  position:relative;
  padding:1rem 4rem 4rem 4rem
}
.dd-dialog-container--bottom {
  padding-bottom:2rem
}
.dd-dialog-container--bottom .dd-dialog-content {
  max-height:45vh
}
@media(max-width: 800px) {
  .dd-dialog-container {
    padding:1rem 1rem 1rem 1rem;
    width:calc(100% - 0px);
  }
}
.dd-dialog-container .dd-title {
  margin-top:1rem
}
@media(max-width: 800px) {
  .dd-dialog-container .dd-title {
    font-size:1.5rem
  }
}
.dd-dialog-bottom {
  padding:2rem 1rem;
  text-align:center;
  border-radius:0 0 .25rem .25rem
}
@media(max-width: 500px) {
  .dd-dialog-bottom {
    padding:1rem
  }
}
.dd-dialog-bottom--danger {
  background:#faddda
}
.dd-dialog-icon {
  margin-top:-5rem;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:1000px;
  box-shadow:0 0 16px 0 rgba(0,0,0,.25);
  width:8rem;
  height:8rem
}
@media(max-width: 500px) {
  .dd-dialog-icon {
    margin-top:-4rem;
    width:6rem;
    height:6rem
  }
}
.dd-dialog-icon svg {
  width:80px;
  height:80px
}
@media(max-width: 500px) {
  .dd-dialog-icon svg {
    width:4rem;
    height:4rem
  }
}
.dd-dialog-close-cross {
  position:absolute;
  right:2rem;
  top:2rem
}
.dd-dialog-close-cross:focus-visible {
  border:none;
  outline:none
}
.dd-dialog-content {
  display:flex;
  align-items:center;
  gap:2rem;
  margin-top:1rem;
  max-height:60vh;
  overflow-y:scroll;
  width:100%
}
@media(max-width: 800px) {
  .dd-dialog-content {
    flex-direction:column
  }
}