.loading-slider {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

html.nav-open-additional-menu .toggle-desktop-additional-menu:after {
  opacity: 1;
  visibility: visible;
}

html.nav-open-additional-menu .gp-additional-menu {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.toggle-desktop-additional-menu:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 0;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  opacity: 0;
  visibility: hidden;
}

.open-additional-menu-desktop.nav-open-additional-menu .toolbar-menu {
  display: block;
}

.open-additional-menu-desktop.nav-open-additional-menu .toolbar-menu {
  display: block;
}

html.nav-open-additional-menu.open-additional-menu-desktop .toggle-desktop-additional-menu:after {
  background: rgba(0, 0, 0, 0.3);
}

html.open-additional-menu-desktop.nav-open-additional-menu .gp-additional-menu {
  transform: none;
}

html.open-additional-menu-desktop .gp-additional-menu {
  z-index: 997;
}

.toolbar-menu {
  display: none;
}

@media (max-width: 1024px) {
  .toolbar-menu {
    display: block;
  }
  .toolbar-menu .header-group {
    width: 100%;
    background: #fff;
    z-index: 97;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  }
  .toolbar-menu .header-group.no-text .toolbar-item span.toolbar-item-title {
    display: none;
  }
  .toolbar-menu .header-group .toolbar-item {
    display: inline-block;
    margin: 0;
    text-align: center;
    float: left;
    padding: 0 5px;
  }
  .toolbar-menu .header-group .toolbar-item > a {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  .toolbar-menu .header-group .toolbar-item > a .theme-iconheart {
    margin-top: 2px;
  }
  .toolbar-menu .header-group .toolbar-item i {
    font-size: 18px;
    line-height: 25px;
    display: block;
  }
  .toolbar-menu .header-group .toolbar-item i.theme-iconshopping-cart1 {
    margin-top: 2px;
  }
  .toolbar-menu .header-group .toolbar-item .counter {
    background-color: #ff6e68;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 17px;
    min-width: 17px;
    min-height: 17px;
    border-radius: 50%;
    position: absolute;
    margin-left: 21px;
    top: 13px;
    text-align: center;
    transition: all 0.5s;
    padding: 0 3px;
  }
  .toolbar-menu .header-group .toolbar-item span.toolbar-item-title {
    font-size: 14px;
    line-height: 1;
    display: block;
  }
  .toolbar-menu .row-item {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    height: 100%;
  }
  .toolbar-menu .row-item.row-1 > .toolbar-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .toolbar-menu .row-item.row-2 > .toolbar-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .toolbar-menu .row-item.row-3 > .toolbar-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .toolbar-menu .row-item.row-4 > .toolbar-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .toolbar-menu .row-item.row-5 > .toolbar-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.gp-additional-menu {
  background-color: #fff;
  background: #fff;
  list-style-type: none;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.29);
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  max-width: 345px;
  width: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  z-index: 100;
  text-align: left;
  padding: 15px 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

.gp-additional-menu > * {
  border-bottom: 1px solid var(--color-borders);
  padding: 15px 0;
}

.gp-additional-menu > *:last-child {
  border-bottom: none;
}

.gp-additional-menu .switcher-currency .currency-picker__wrapper:after {
  display: none;
}

.gp-additional-menu .switcher-currency .currency-picker {
  width: 100% !important;
  border: 1px solid var(--color-border-form);
  color: var(--color-text-field-text);
  margin: 0;
  padding: 0 35px 0 17px;
  height: 40px;
}

.gp-additional-menu .switcher-currency .currency-picker:focus {
  outline-color: var(--color-border-form);
  border: 1px solid var(--color-border-form);
}

.gp-additional-menu .title {
  text-transform: capitalize;
  margin-top: 20px;
}

.gp-additional-menu h5 {
  margin-bottom: 10px;
}

.gp-additional-menu .header-socials li {
  border: none;
  display: inline-block;
  margin: 0 15px 10px 0;
}

.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.scrolling__content .item {
  animation: loop 20s infinite linear;
  white-space: nowrap;
  display: flex;
}

.scrolling__ticker * {
  animation: none;
}

.scrolling__ticker p {
  display: inline;
}

.scrolling__content:hover .item {
  animation-play-state: paused;
}

@keyframes loop {
  100% {
    transform: translateX(-100%);
  }
}
.scrolling p {
  margin: 0;
}
.scrolling__content {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scrolling .scrolling__items {
  display: flex;
  align-items: center;
}

.gp-newsletter.has-border {
  border: 1px solid #ebeeee;
}
@media (max-width: 767px) {
  .gp-newsletter.has-border {
    border-left: none;
    border-right: none;
  }
}
.gp-newsletter .gp-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100%;
}
.gp-newsletter .gp-newsletter-form.layout-borderless form {
  margin: 0;
  max-width: 100%;
  width: 770px;
}
.gp-newsletter .gp-newsletter-form.layout-borderless form .input-group {
  position: relative;
}
.gp-newsletter .gp-newsletter-form.layout-borderless form input[type=email] {
  height: auto;
  padding: 7px 0 4px;
  min-height: 35px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ebeeee;
  margin-bottom: 0;
  padding-right: 30px;
  background-color: transparent;
  width: 100%;
}
.gp-newsletter .gp-newsletter-form.layout-borderless form input[type=email]:focus {
  background: transparent;
  outline: none;
}
.gp-newsletter .gp-newsletter-form.layout-borderless form .input-group__btn {
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gp-newsletter .gp-newsletter-form.layout-borderless form .input-group__btn:before {
  content: "\e91d";
  font-family: "lusion";
  position: absolute;
  font-size: 16px;
  right: 0;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
.gp-newsletter .gp-newsletter-form.layout-borderless form .input-group__btn button {
  font-size: 0;
  padding: 0 15px;
}
.gp-newsletter .gp-newsletter-form.layout-bordered form {
  margin: 0 auto;
  max-width: 100%;
  width: 770px;
}
.gp-newsletter .gp-newsletter-form.layout-bordered form .input-group {
  position: relative;
}
.gp-newsletter .gp-newsletter-form.layout-bordered form input[type=email] {
  width: 100%;
  border: 1px solid;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
  padding: 0 123px 0 13px;
  background: #fff;
}
.gp-newsletter .gp-newsletter-form.layout-bordered form input[type=email]:focus {
  outline: none;
}
.gp-newsletter .gp-newsletter-form.layout-bordered form .input-group__btn button {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 40px;
  width: auto;
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-1 li {
  margin: 0 5px 10px 0;
  font-size: 20px;
}
.gp-newsletter .gp-newsletter-form .footer-socials {
  margin-top: 30px;
  display: block;
}
.gp-newsletter .gp-newsletter-form .footer-socials li {
  display: inline-block;
}
.gp-newsletter .gp-newsletter-form .footer-socials i {
  display: inline-block;
  text-align: center;
  transition: all 0.6s ease;
}
.gp-newsletter .gp-newsletter-form .footer-socials.default li {
  padding: 0 20px;
}
.gp-newsletter .gp-newsletter-form .footer-socials.social-with-text {
  display: flex;
}
.gp-newsletter .gp-newsletter-form .footer-socials.social-with-text .text {
  margin-top: 4px;
  margin-right: 11px;
}
.gp-newsletter .gp-newsletter-form .footer-socials.social-with-text li {
  margin: 0 9px;
}
.gp-newsletter .gp-newsletter-form .footer-socials.social-with-text li:first-child {
  margin-left: 0;
}
.gp-newsletter .gp-newsletter-form .footer-socials.social-with-text li:last-child {
  margin: 0 0 0 9px;
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-1 li {
  margin: 0 10px 10px 0;
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-1 i {
  border: 1px solid #ebeeee;
  width: 44px;
  height: 44px;
  line-height: 42px;
}
@media (max-width: 1024px) {
  .gp-newsletter .gp-newsletter-form .footer-socials.style-1 i {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
  }
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-2 li {
  margin: 0 22px 10px 0;
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-2 i {
  border: 1px solid #ebeeee;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  line-height: 56px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .gp-newsletter .gp-newsletter-form .footer-socials.style-2 {
    margin-top: 22px;
  }
  .gp-newsletter .gp-newsletter-form .footer-socials.style-2 li {
    margin: 0 5px 10px 0;
  }
  .gp-newsletter .gp-newsletter-form .footer-socials.style-2 i {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 18px;
  }
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-3 li {
  margin: 0 10px 10px 0;
}
.gp-newsletter .gp-newsletter-form .footer-socials.style-3 i {
  border: 1px solid #ebeeee;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 42px;
}

/* SECTION GP-SLIDESHOW */
.show-mouse-scroll {
  position: relative;
}

.show-mouse-scroll #scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 1;
  max-width: 106px;
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(80px);
  }
}
.gp-slideshow {
  position: relative;
}

.gp-slideshow .slide-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gp-slideshow .heading,
.gp-slideshow .sub-title {
  cursor: text;
}

.gp-slideshow .owl-carousel {
  z-index: 2;
  position: relative;
  padding-bottom: 0;
}

.gp-slideshow .grid--1-col .grid__item {
  padding: 0;
}

.gp-slideshow .heroCarousel-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.gp-slideshow .slick-dots {
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: auto;
}

.gp-slideshow .slick-dots li {
  margin: 0 4px;
  width: unset;
  height: unset;
}

.gp-slideshow .slick-dots .dotslide {
  height: 1px;
  padding: 0 20px;
  margin: 0 4px;
  line-height: 50px;
  border: 10px solid none;
  display: inline-block;
  box-sizing: border-box;
}

.gp-slideshow .slick-dots .slick-active .dotslide,
.gp-slideshow .slick-dots .dotslide:hover {
  height: 3px;
}

.gp-slideshow.nav-style-home-fashion-women .slick-dots {
  bottom: 75px;
}

.slick-dots {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .gp-slideshow .slick-dots {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .gp-slideshow.nav-style-home-minimalist .slick-dots {
    bottom: 22px;
  }
}
.dotslide:before {
  display: none;
}

/* ARROW SLIDE */
.gp-slideshow.nav-style-home-fashion-brand .owl-nav button.owl-prev,
.gp-slideshow.nav-style-home-minimalist .owl-nav button.owl-prev {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.gp-slideshow.nav-style-home-fashion-brand .owl-nav button.owl-next,
.gp-slideshow.nav-style-home-minimalist .owl-nav button.owl-next {
  left: auto;
  right: 15px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.gp-slideshow.nav-style-home-fashion-brand .owl-nav button,
.gp-slideshow.nav-style-home-minimalist .owl-nav button {
  position: absolute;
  z-index: 2;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gp-slideshow.nav-style-home-fashion-brand .owl-nav button {
  font-size: 50px;
}

@media (max-width: 1450px) {
  .gp-slideshow.nav-style-home-fashion-brand .owl-nav {
    display: none;
  }
}
.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-prev:hover, .gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-next:hover {
  border-bottom: none;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-prev {
  left: 50%;
  right: auto;
  bottom: 1px;
  top: auto;
  border-left: none;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-prev:hover {
  border-left: none;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-prev i:before {
  content: "\e92a";
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-next {
  left: calc(50% + 55px);
  bottom: 1px;
  right: auto;
  top: auto;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-next i:before {
  content: "\e91d";
}

.gp-slideshow.nav-style-home-fashion-women .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.gp-slideshow.nav-style-home-fashion-women .owl-carousel {
  position: relative;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button {
  visibility: visible;
  opacity: 1;
  transform: none;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-prev, .gp-slideshow.nav-style-home-fashion-women .owl-nav > button.owl-next {
  width: 56px;
  height: 56px;
  font-size: 15px;
  line-height: 56px;
  text-align: center;
  border-bottom: none;
}

.nav-style-home-fashion-christmas .slick-dots {
  bottom: auto;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: flex !important;
  flex-direction: column;
}

.nav-style-home-fashion-christmas.gp-slideshow .slick-dots li {
  margin: 13px 0;
  transform: rotate(90deg);
}

/* END ARROW SLIDE */
.gp-slideshow:not(.loaded) {
  min-height: 600px;
}

.gp-slideshow.loaded:before, .gp-slideshow.loaded:after {
  opacity: 0;
  visibility: hidden;
}

.gp-slideshow .slide-item {
  position: relative;
}

.gp-slideshow .snowflake {
  color: #fff;
  font-size: 1em;
  text-shadow: 0 0 5px #000;
}

.gp-slideshow .snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.gp-slideshow .snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s, 0s;
}

.gp-slideshow .snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s, 1s;
}

.gp-slideshow .snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s, 0.5s;
}

.gp-slideshow .snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s, 2s;
}

.gp-slideshow .snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
}

.gp-slideshow .snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s, 3s;
}

.gp-slideshow .snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s, 2s;
}

.gp-slideshow .snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s, 1s;
}

.gp-slideshow .snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s, 0s;
}

.gp-slideshow .snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s, 1.5s;
}

.gp-slideshow .snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 2s, 0s;
}

.gp-slideshow .snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 4s, 2.5s;
}

.gp-slideshow .slide-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 {
    top: -21.4%;
    width: 100% !important;
    transform: translateX(-50%);
    margin: 0;
  }
}
.gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner {
  padding: 80px;
}

.gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner.content-style-4 {
  padding: 0;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner {
  padding: 20px;
  z-index: 101;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.text-align-left {
  text-align: left;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.text-align-center {
  text-align: center;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.text-align-right {
  text-align: right;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner .line {
  content: "";
  width: 50px;
  display: inline-block;
  height: 1px;
  background: #000;
  margin: 0 15px;
  position: relative;
  top: -4px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.32;
  letter-spacing: normal;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  display: inline-block;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner a:not([class*=margin]) {
  margin-top: 30px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner a.rounded {
  border: 1px solid;
  padding: 10px 20px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner p:not(:first-child) {
  margin-top: 10px;
  margin-bottom: 0;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 {
  margin-bottom: 42px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .heading,
.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .heading {
  letter-spacing: -2px;
  line-height: 82px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .sub-title,
.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .sub-title {
  letter-spacing: 0.6px;
  margin-top: 0;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .btn.btn-icon,
.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .btn.btn-icon {
  letter-spacing: 1px;
  text-transform: inherit;
  font-weight: 400;
  padding: 13.5px 28px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 {
    margin-bottom: 5px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .heading,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .heading {
    font-size: 60px !important;
    letter-spacing: 0;
    line-height: 64px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .sub-title,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .sub-title {
    font-size: 20px !important;
  }
}
@media (max-width: 900px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 {
    margin-top: 16px;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .heading,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .heading {
    font-size: 10vw !important;
    margin-bottom: 8px !important;
    line-height: 1.15em !important;
    letter-spacing: -0.025em;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .sub-title,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .sub-title {
    font-size: 5vw !important;
    letter-spacing: 0.4px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-1 .btn.btn-icon {
    font-size: 4.4vw;
    padding: 10.5px 19px;
    margin-top: 23px;
    letter-spacing: 0.05em;
  }
}
.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 {
  margin-bottom: 42px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .heading {
  letter-spacing: -2px;
  line-height: 82px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .sub-title {
  letter-spacing: 0.6px;
  margin-top: 0;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .btn.btn-icon {
  letter-spacing: 1px;
  text-transform: inherit;
  font-weight: 400;
  padding: 13.5px 28px;
  margin-top: 0;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 {
    margin-bottom: 5px;
    padding: 0;
    width: 400px !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .heading {
    font-size: 60px !important;
    letter-spacing: -0.025em;
    line-height: 64px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .sub-title {
    font-size: 20px !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .btn {
    font-size: 16px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 {
    top: -21.4%;
    width: 100% !important;
    transform: translateX(-50%);
    margin: 0;
    padding: 0 20px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .heading {
    font-size: 10vw !important;
    margin-bottom: 8px !important;
    line-height: 1.15em !important;
    letter-spacing: -0.025em;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .sub-title {
    font-size: 5vw !important;
    letter-spacing: 0.025em;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-3 .btn.btn-icon {
    font-size: 4.4vw;
    padding: 10.5px 19px;
    margin-top: 23px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 1024px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-2 .heading {
    font-size: 5.2vw !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-2 .sub-text {
    font-size: 4vw !important;
  }
}
@media (max-width: 767px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-2 .heading {
    font-size: 8.5vw !important;
  }
}
.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .heading {
  letter-spacing: -0.025em;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .heading span {
  font-size: 80px;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .color-primary {
  color: var(--color-primary) !important;
}

.gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .btn {
  margin-top: 40px;
  padding: 16px 46px;
}

.gp-slideshow .slide-content-wrapper.position-middle-center {
  justify-content: center;
  align-items: center;
}

.gp-slideshow .slide-content-wrapper.position-middle-left {
  justify-content: flex-start;
  align-items: center;
}

.gp-slideshow .slide-content-wrapper.position-middle-right {
  justify-content: flex-end;
  align-items: center;
}

.gp-slideshow .slide-content-wrapper.position-top-center {
  justify-content: center;
  align-items: flex-start;
}

.gp-slideshow .slide-content-wrapper.position-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.gp-slideshow .slide-content-wrapper.position-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.gp-slideshow .slide-content-wrapper.position-bottom-center {
  justify-content: center;
  align-items: flex-end;
}

.gp-slideshow .slide-content-wrapper.position-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.gp-slideshow .slide-content-wrapper.position-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.gp-slideshow .slide-content-wrapper.position-custom {
  display: block;
}

.gp-slideshow .slide-content-wrapper.position-custom .slide-content-inner {
  position: absolute;
}

.gp-slideshow .slide-content-wrapper.position-custom-horizontal {
  align-items: center;
}

.gp-slideshow .slide-content-wrapper.position-custom-horizontal .slide-content-inner {
  position: relative;
}

.gp-slideshow .slide-content-wrapper.position-custom-vertical {
  justify-content: center;
}

.gp-slideshow .slide-content-wrapper.position-custom-vertical .slide-content-inner {
  position: relative;
}

.gp-slideshow.nav-style-home-minimalist:hover .owl-nav > button {
  visibility: visible;
  opacity: 1;
}

.gp-slideshow.nav-style-home-minimalist .owl-nav > button {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.7);
}

@media (max-width: 767px) {
  .gp-slideshow.nav-style-home-minimalist .content-style-1 .slide-content-wrapper.position-custom .slide-content-inner {
    width: 100% !important;
  }
}
.gp-slideshow.has-background-image-slideshow img:not(.background-image-slideshow) {
  position: absolute;
}

.gp-slideshow.nav-style-home-default .index-slider {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  position: absolute;
  display: block;
  z-index: 2;
  opacity: 1;
  top: 100%;
  left: 94px;
  visibility: inherit;
  color: #2c2c2c;
  transform: matrix(1, 0, 0, 1, 16, -78);
}

.gp-slideshow.nav-style-home-default .owl-nav button {
  opacity: 1;
  transform: translate(82px, -77px);
  top: 100%;
  left: 0;
  cursor: pointer;
  background: 0 0 !important;
  border: none !important;
  position: absolute;
  display: block;
  z-index: 50;
  color: #2c2c2c;
  width: 20px;
  padding: 0;
}

.gp-slideshow.nav-style-home-default .owl-nav button.owl-next {
  transform: translate(205px, -77px);
  top: 100%;
  left: 0;
}

.gp-slideshow.nav-style-home-default .index-slider .all-index {
  font-weight: 300;
}

.gp-slideshow.nav-style-home-default .index-slider .all-index:before {
  content: "/";
  margin-right: 7px;
  margin-left: 7px;
}

@media (max-width: 777px) {
  .gp-slideshow.nav-style-home-default .index-slider {
    transform: matrix(1, 0, 0, 1, -44, -48);
    left: 50%;
  }
  .gp-slideshow.nav-style-home-default .owl-nav > button {
    transform: translate(-73px, -48px);
    left: 50%;
  }
  .gp-slideshow.nav-style-home-default .owl-nav > button.owl-next {
    transform: translate(66px, -48px);
    left: auto;
    right: 50%;
  }
}
.gp-slideshow .slide-with-content {
  display: flex;
}

.gp-slideshow .slide-with-content .content-wrapper {
  width: 50%;
  position: relative;
  display: flex;
}

.gp-slideshow .slide-with-content .content-wrapper.position-middle-center {
  justify-content: center;
  align-items: center;
}

.gp-slideshow .slide-with-content .content-wrapper.position-middle-left {
  justify-content: flex-start;
  align-items: center;
}

.gp-slideshow .slide-with-content .content-wrapper.position-middle-right {
  justify-content: flex-end;
  align-items: center;
}

.gp-slideshow .slide-with-content .content-wrapper.position-top-center {
  justify-content: center;
  align-items: flex-start;
}

.gp-slideshow .slide-with-content .content-wrapper.position-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.gp-slideshow .slide-with-content .content-wrapper.position-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.gp-slideshow .slide-with-content .content-wrapper.position-bottom-center {
  justify-content: center;
  align-items: flex-end;
}

.gp-slideshow .slide-with-content .content-wrapper.position-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.gp-slideshow .slide-with-content .content-wrapper.position-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content {
  padding: 0 2.5px;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content.text-align-left {
  text-align: left;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content.text-align-center {
  text-align: center;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content.text-align-right {
  text-align: right;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content .sub-title {
  font-size: 24px;
  padding: 0 3.5px;
  letter-spacing: -0.025em;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content .heading {
  font-size: 80px;
  padding-bottom: 47px;
  padding-top: 24px;
  letter-spacing: -0.025em;
  line-height: 1.03;
}

.gp-slideshow .slide-with-content .content-wrapper .slide-content .btn {
  padding: 13.5px 29px;
  font-size: 18px;
  margin-left: 2.5px;
}

.gp-slideshow .slide-with-content .slide-image {
  width: 50%;
}

.gp-slideshow .slide-with-content .slide-image .image-mobile {
  display: none;
}

.gp-slideshow.has-background-image-slideshow .slide-item img:not(.background-image-slideshow), .gp-slideshow.has-background-image-slideshow .slide-item div.img-svg {
  position: absolute;
  z-index: 2;
  width: auto;
  left: 0;
  top: 0;
}

.gp-slideshow.has-background-image-slideshow .slide-item div.img-svg {
  width: 100%;
  height: 100%;
}

.gp-slideshow img.background-image-slideshow.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .gp-slideshow .has-mobile-background-image-slideshow {
    display: none !important;
  }
  .gp-slideshow img.background-image-slideshow.mobile-only {
    display: block;
  }
}
.gp-slideshow .slide-content-inner .sub-title {
  font-size: 18px;
}

.gp-slideshow .slide-content-inner .sub-heading {
  margin-top: -5px;
}

.gp-slideshow .slide-content-inner .btn {
  letter-spacing: 0.01em;
  margin-top: 43px;
}

.gp-slideshow .header-socials li {
  padding: 0 11px;
  display: inline-block;
}

.gp-slideshow .header-socials.style-2 li {
  padding: 0 17.5px;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .gp-slideshow .header-socials.style-2 li {
    padding: 0 11px;
  }
}
.nav-style-home-fashion-brand .owl-carousel .owl-nav > button.owl-prev,
.nav-style-home-fashion-brand .owl-carousel .owl-nav > button.owl-next {
  font-size: 50px;
}

.nav-style-home-fashion-brand .owl-nav button i:before {
  opacity: 0.3;
}

.nav-style-home-fashion-brand .owl-nav button:hover i:before {
  opacity: 1;
}

.nav-style-home-fashion-brand .theme-iconback:before {
  content: "\e944";
}

.nav-style-home-fashion-brand .theme-iconnext:before {
  content: "\e945";
}

.nav-style-home-default i:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #2c2c2c;
  display: block;
  text-align: center;
  font-weight: 900;
  width: 20px;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.nav-style-home-default .theme-iconback:before {
  content: "\f0d9";
}

.nav-style-home-default .theme-iconnext:before {
  content: "\f0da";
}

@media (max-width: 1024px) {
  .nav-style-home-fashion-brand .owl-nav {
    display: none;
  }
}
@media (max-width: 1200px) and (min-width: 1025px) {
  .content-style-4 .slide-content-inner {
    padding: 0 30px !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .content-style-4 .heading {
    font-size: 6.2vw !important;
  }
  .content-style-4 .sub-title {
    font-size: 20px !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .heading span {
    font-size: 6.2vw;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .btn {
    margin-top: 22px;
    padding: 12px 28px;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner.content-style-4 {
    padding: 0 34px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gp-slideshow:not(.loaded) {
    min-height: 400px;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner {
    padding: 50px;
  }
}
@media (max-width: 991.98px) {
  .gp-slideshow:not(.loaded) {
    min-height: 300px;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner {
    padding: 40px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner .title {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .show-mouse-scroll #scroll-down {
    max-width: 70px;
  }
  .gp-slideshow ul.header-socials {
    display: none;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .sub-title {
    font-size: 26px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .heading {
    font-size: 49px;
    padding-bottom: 27px;
    padding-top: 10px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .btn {
    font-size: 18px;
    padding: 9px 16px;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .show-mouse-scroll #scroll-down {
    max-width: 40px;
  }
  .gp-slideshow .slide-item.content-style-4 .slide-content-wrapper {
    height: auto;
  }
  .gp-slideshow .slide-item.content-style-4 .content-style-4 {
    text-align: center;
    margin-top: 40px;
  }
  .gp-slideshow .owl-nav {
    display: none;
  }
  .gp-slideshow.nav-style-home-default .owl-nav {
    display: block;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner.content-style-4 {
    padding: 0 20px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .heading,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .heading span {
    font-size: 6.25vw !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .btn {
    padding: 4px 12px;
    margin-top: 13px;
    font-size: 3.75vw;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .sub-title,
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-4 .sub-title span {
    font-size: 3.75vw !important;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) {
    align-items: center !important;
  }
  .gp-slideshow .slide-content-wrapper:not(.position-custom):not(.position-custom-horizontal):not(.position-custom-vertical) .slide-content-inner {
    padding: 20px;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner p {
    margin-bottom: 0 !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner p:last-child {
    margin-bottom: 0 !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner .title {
    font-size: 30px !important;
    line-height: 1.32 !important;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner a:not([class*=margin]) {
    margin-top: 10px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .sub-title {
    font-size: 16px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .heading {
    font-size: 31px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .btn {
    font-size: 11px;
    padding: 8px 10px;
  }
}
@media (max-width: 479px) {
  .gp-slideshow .slide-with-content {
    display: block;
  }
  .gp-slideshow .slide-with-content .content-wrapper {
    width: 100%;
    justify-content: center !important;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content {
    padding: 33px 0 !important;
    text-align: center !important;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .sub-title {
    font-size: 20px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .heading {
    font-size: 32px;
  }
  .gp-slideshow .slide-with-content .content-wrapper .slide-content .btn {
    font-size: 18px;
    padding: 8.5px 30px;
  }
  .gp-slideshow .slide-with-content .slide-image {
    width: 100%;
  }
  .gp-slideshow .slide-with-content .slide-image .image-mobile {
    display: block;
  }
}
.gp-slideshow .slide-with-content .slide-image.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* END SECTION GP-SLIDESHOW */
.paginate-product {
  min-height: 11px;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 11px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3294117647);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.gp-slideshow ul.header-socials {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: rotate(-90deg);
  margin-left: -22px;
}

.gp-slideshow ul.header-socials.style-2 {
  top: 46%;
  margin-left: -41px;
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .gp-slideshow ul.header-socials.style-2 {
    margin-left: -51px;
  }
}
.gp-slideshow.social-right ul.header-socials {
  right: 0;
  margin-left: 0;
  margin-right: -19px;
}

/*Slider home christmas*/
.nav-style-home-fashion-christmas.gp-slideshow.has-background-image-slideshow .slide-item img:not(.background-image-slideshow) {
  z-index: 0;
}

@media (min-width: 1241px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 5% 25.5%;
  }
}
@media (min-width: 1441px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 5% 26.5%;
  }
}
@media (min-width: 1902px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 5% 27%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .btn.btn-icon {
    letter-spacing: 0;
    padding: 8.5px 21px;
  }
}
@media (min-width: 768px) and (max-width: 813px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 2% 22.5%;
  }
}
@media (min-width: 814px) and (max-width: 1024px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 2% 24.5%;
  }
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0 0 4% 24.5%;
  }
}
@media (max-width: 767px) {
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 {
    padding: 0;
  }
  .gp-slideshow .slide-content-wrapper .slide-content-inner.content-style-5 .btn.btn-icon {
    font-size: 14px;
    padding: 6px 16px;
    letter-spacing: 0;
  }
}
.gp-slideshow .slide-item {
  display: none;
}

.gp-slideshow .slide-item:first-child {
  display: block;
}

.gp-slideshow .slick-initialized .slide-item {
  display: block;
}

/* SECTION PRODUCT WITH CUSTOM CONTENT SLIDER */
.gp-product-with-content {
  position: relative;
}
.gp-product-with-content .img {
  border: 10px solid #fff;
  z-index: 2;
}
.gp-product-with-content:before {
  content: "";
  height: 100%;
  width: 80.46875%;
  position: absolute;
  top: -95px;
  left: 0;
}
.gp-product-with-content .slide-with-content {
  display: flex !important;
  flex-wrap: nowrap;
}
.gp-product-with-content .slide-with-content .content-wrapper {
  display: flex;
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .gp-product-with-content .slide-with-content .content-wrapper {
    justify-content: center !important;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper.position-middle-center {
  justify-content: center;
  align-items: center;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-middle-left {
  justify-content: flex-start;
  align-items: center;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-middle-right {
  justify-content: flex-end;
  align-items: center;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-top-center {
  justify-content: center;
  align-items: flex-start;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-bottom-center {
  justify-content: center;
  align-items: flex-end;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
.gp-product-with-content .slide-with-content .content-wrapper.position-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.gp-product-with-content .slide-with-content .content-wrapper .custom-content-title {
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .gp-product-with-content .slide-with-content .content-wrapper .custom-content-title {
    padding-bottom: 12px;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .title-product {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  padding-bottom: 17px;
}
@media (max-width: 1024px) {
  .gp-product-with-content .slide-with-content .content-wrapper .title-product {
    padding-bottom: 21px;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .desc {
  line-height: 24px;
  letter-spacing: 0.025em;
  padding-bottom: 21px;
}
@media (max-width: 1024px) {
  .gp-product-with-content .slide-with-content .content-wrapper .desc {
    padding-bottom: 11px;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .price-product {
  padding-bottom: 37px;
}
@media (max-width: 1024px) {
  .gp-product-with-content .slide-with-content .content-wrapper .price-product {
    padding-bottom: 19px;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .price-product .price-item--regular {
  font-size: 18px;
}
@media (min-width: 768px) {
  .gp-product-with-content .slide-with-content .content-wrapper .price-product .price-item--regular {
    margin-right: 10px;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .price-product .price-item--sale {
  font-size: 24px;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .gp-product-with-content .slide-with-content .content-wrapper .price-product {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .gp-product-with-content .slide-with-content .content-wrapper .price-product .price__sale {
    flex-direction: column;
    margin-right: 0;
  }
}
.gp-product-with-content .slide-with-content .content-wrapper .btn-detail {
  position: relative;
  z-index: 0;
  transition: color 0.15s;
  overflow: visible;
  background: 0 0;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.gp-product-with-content .slide-with-content .content-wrapper .btn-detail:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
}
.gp-product-with-content .slide-with-content .content-wrapper .btn-detail:hover:before {
  width: 100%;
}
.gp-product-with-content.layout-default .slick-arrow {
  bottom: 0;
  top: auto !important;
}
.gp-product-with-content.layout-default .slick-arrow i {
  display: none;
}
@media (max-width: 1024px) {
  .gp-product-with-content.layout-default .slick-arrow {
    bottom: 20%;
  }
  .gp-product-with-content.layout-default .slick-arrow.slick-prev {
    left: 40px;
  }
  .gp-product-with-content.layout-default .slick-arrow.slick-next {
    right: 40px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .gp-product-with-content.layout-default .slick-arrow {
    bottom: 10%;
  }
}
@media (min-width: 1025px) {
  .gp-product-with-content.layout-default .slick-arrow {
    width: 40% !important;
    border: none !important;
    text-align: left !important;
    background-color: transparent !important;
  }
  .gp-product-with-content.layout-default .slick-arrow.slick-prev {
    left: 20%;
  }
  .gp-product-with-content.layout-default .slick-arrow.slick-prev:after {
    content: "";
    border-bottom: 1px solid #ebeeee;
    display: inline-block;
    width: calc(100% - 24px);
    position: absolute;
    left: -100%;
    bottom: 50%;
    transform: translateY(-50%);
    cursor: default;
    pointer-events: none;
  }
  .gp-product-with-content.layout-default .slick-arrow.slick-next {
    left: calc(20% + 38px);
  }
}
.gp-product-with-content.layout-default .img {
  width: 51%;
  margin-top: 76px;
}
@media (min-width: 1500px) and (max-width: 1800px) {
  .gp-product-with-content.layout-default .img {
    margin-top: 195px;
  }
}
@media (min-width: 1251px) and (max-width: 1799px) {
  .gp-product-with-content.layout-default .img {
    margin-top: 300px;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .gp-product-with-content.layout-default .img {
    margin-top: 450px;
  }
}
@media (max-width: 1024px) {
  .gp-product-with-content.layout-default .img {
    margin-top: 0;
  }
}
.gp-product-with-content.layout-default .slide-with-content .content-wrapper {
  width: 49%;
}
.gp-product-with-content.layout-in-image {
  padding-top: 37px;
}
.gp-product-with-content.layout-in-image:before {
  content: "";
  height: calc(100% - 56px);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.gp-product-with-content.layout-in-image .slick-arrow {
  left: 50% 0.5%;
  top: calc(100% - 32px);
}
.gp-product-with-content.layout-in-image .slick-arrow:before {
  display: none;
}
.gp-product-with-content.layout-in-image .slick-arrow.slick-next {
  left: calc(50.5% + 43px);
}
.gp-product-with-content.layout-in-image .img {
  width: 50.7%;
  border-right: none;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper {
  width: 49.3%;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .custom-content-title {
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .title-product {
  font-size: 39px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .desc {
  line-height: 1.5;
  padding-bottom: 12px;
  font-size: 18px;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .price-product {
  padding-bottom: 37px;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .price-product .price-item--regular {
  font-size: 24px;
}
.gp-product-with-content.layout-in-image .slide-with-content .content-wrapper .btn-detail {
  padding: 14px 31px;
  text-transform: capitalize;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .gp-product-with-content:before {
    display: none;
  }
  .gp-product-with-content .slide-with-content {
    display: block !important;
    padding: 0 20px;
    position: relative;
  }
  .gp-product-with-content .slide-with-content .content-wrapper {
    width: 100%;
  }
  .gp-product-with-content .slide-with-content .content-wrapper .content-details {
    text-align: center;
  }
  .gp-product-with-content .slide-with-content .img {
    width: 100%;
  }
  .gp-product-with-content .slide-with-content .img:before, .gp-product-with-content .slide-with-content .img:after {
    content: "";
    position: absolute;
    width: 25px;
    bottom: -10px;
    height: 50px;
    background-color: #ffffff;
  }
  .gp-product-with-content .slide-with-content .img:before {
    left: -4px;
  }
  .gp-product-with-content .slide-with-content .img:after {
    right: -4px;
  }
}
/* END SECTION PRODUCT WITH CUSTOM CONTENT SLIDER */
.gp-logo-list .logo-item img {
  margin: auto;
}
