.furstore-section-slideshow .caption-1 > h1 {
  color: #fff;
}

.furstore-section-slideshow .caption-1 > h2 {
  color: #fff;
}

.furstore-section-slideshow progress {
  vertical-align: baseline;
}
.furstore-section-slideshow ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.furstore-section-slideshow .btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.furstore-section-slideshow .slick-track .content-1{
  width: 62% !important;
}
.furstore-section-slideshow .slick-track .content-2{
  top: 50% !important;
  transform: translateY(-50%) !important;
  
}
@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-slideshow .btn {
    transition: none;
  }
}
.furstore-section-slideshow .btn:focus,
.furstore-section-slideshow .btn:hover {
  text-decoration: none;
}
.furstore-section-slideshow .btn.focus,
.furstore-section-slideshow .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.furstore-section-slideshow .btn.disabled,
.furstore-section-slideshow .btn:disabled {
  opacity: 0.65;
}
.furstore-section-slideshow .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.furstore-section-slideshow a.btn.disabled {
  border: none;
  padding: 0;
  margin: 0;
}
.furstore-section-slideshow fieldset:disabled a.btn {
  pointer-events: none;
}
.furstore-section-slideshow .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.furstore-section-slideshow .media {
  display: flex;
  align-items: flex-start;
}
.furstore-section-slideshow .modal-open {
  overflow: hidden;
}
.furstore-section-slideshow .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.furstore-section-slideshow .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.furstore-section-slideshow .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.furstore-section-slideshow .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .furstore-section-slideshow .modal.fade .modal-dialog {
    transition: none;
  }
}
.furstore-section-slideshow .modal.show .modal-dialog {
  transform: translate(0, 0);
}
.furstore-section-slideshow .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.furstore-section-slideshow .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.furstore-section-slideshow .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.furstore-section-slideshow .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.furstore-section-slideshow .modal-backdrop.fade {
  opacity: 0;
}
.furstore-section-slideshow .modal-backdrop.show {
  opacity: 0.5;
}
.furstore-section-slideshow .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.furstore-section-slideshow .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.furstore-section-slideshow .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.furstore-section-slideshow .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.furstore-section-slideshow .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.furstore-section-slideshow .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.furstore-section-slideshow .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.furstore-section-slideshow .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .furstore-section-slideshow .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .furstore-section-slideshow .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .furstore-section-slideshow .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .furstore-section-slideshow .modal-sm {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .furstore-section-slideshow .slick-track .content-1{
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .furstore-section-slideshow .slick-track .content-1{
    left:0 !important;
  }
}
@media (min-width: 992px) {
  .furstore-section-slideshow .modal-lg {
    max-width: 800px;
  }
}
.furstore-section-slideshow .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.furstore-section-slideshow .animated.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0);
  }
}
.furstore-section-slideshow .swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.furstore-section-slideshow .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.furstore-section-slideshow .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.furstore-section-slideshow .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.furstore-section-slideshow .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.furstore-section-slideshow .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.furstore-section-slideshow .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.furstore-section-slideshow .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.furstore-section-slideshow .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.furstore-section-slideshow .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.furstore-section-slideshow .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.furstore-section-slideshow .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.furstore-section-slideshow .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.furstore-section-slideshow .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.furstore-section-slideshow .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.furstore-section-slideshow .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.furstore-section-slideshow .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.furstore-section-slideshow .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.furstore-section-slideshow * {
  outline: 0;
}
.furstore-section-slideshow .pointer {
  cursor: pointer;
}
.furstore-section-slideshow .position-absolute.left-center {
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
html[dir="rtl"] .furstore-section-slideshow .position-absolute.left-center {
  right: 30px;
  left: initial;
}
.furstore-section-slideshow .position-absolute.left-bottom {
  bottom: 30px;
  left: 30px;
}
html[dir="rtl"] .furstore-section-slideshow .position-absolute.left-bottom {
  right: 30px;
  left: initial;
}
.furstore-section-slideshow .position-absolute.bottom-center {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .furstore-section-slideshow .position-absolute.bottom-center {
    bottom: 20px;
  }
}
.furstore-section-slideshow .position-absolute.right-center {
  bottom: 30px;
  right: 30px;
}
html[dir="rtl"] .furstore-section-slideshow .position-absolute.right-center {
  left: 30px;
  right: initial;
}
.furstore-section-slideshow .position-absolute.right-bottom {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
html[dir="rtl"] .furstore-section-slideshow .position-absolute.right-bottom {
  left: 30px;
  right: initial;
}
.furstore-section-slideshow .position-absolute.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.furstore-section-slideshow .position-absolute.b-2 {
  bottom: 1rem;
}
.furstore-section-slideshow .position-absolute.b-4 {
  bottom: 4rem;
}
.furstore-section-slideshow .respone_image {
  position: relative;
}
.furstore-section-slideshow .respone_image img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.furstore-section-slideshow .slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.furstore-section-slideshow .slick-slider .slick-arrow {
  cursor: pointer;
}
.furstore-section-slideshow .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.furstore-section-slideshow .slick-list:focus {
  outline: 0;
}
.furstore-section-slideshow .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.furstore-section-slideshow .slick-slider .slick-list,
.furstore-section-slideshow .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.furstore-section-slideshow .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.furstore-section-slideshow .slick-track:after,
.furstore-section-slideshow .slick-track:before {
  content: "";
  display: table;
}
.furstore-section-slideshow .slick-loading .slick-track {
  visibility: hidden;
}
.furstore-section-slideshow .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.furstore-section-slideshow [dir="rtl"] .slick-slide {
  float: right;
}
.furstore-section-slideshow .slick-slide img {
  display: block;
}
.furstore-section-slideshow .slick-slide.slick-loading img {
  display: none;
}
.furstore-section-slideshow .slick-slide.dragging img {
  pointer-events: none;
}
.furstore-section-slideshow .slick-initialized .slick-slide {
  display: block;
}
.furstore-section-slideshow .slick-loading .slick-slide {
  visibility: hidden;
}
.furstore-section-slideshow .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.furstore-section-slideshow .slick-arrow.slick-hidden {
  display: none;
}
.furstore-section-slideshow i {
  display: inline-block;
}
.furstore-section-slideshow .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize;
  border-radius: var(--button-radius);
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.17s linear, background-color 0.17s linear,
    border-color 0.17s linear;
  width: initial;
  min-width: 45px;
  height: 45px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.furstore-section-slideshow .btn:hover {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}
.furstore-section-slideshow .btn.btn-secondary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.furstore-section-slideshow .btn.btn-secondary:hover {
  color: var(--color-primary);
  background-color: rgba(0, 0, 0, 0);
  border-color: var(--color-primary);
}
@media (min-width: 1200px) {
  .furstore-section-slideshow .btn {
    font: 400 1.2rem var(--font-family);
  }
  .furstore-section-slideshow .btn.btn-secondary {
    font: 400 1.6rem var(--font-family);
  }
  .furstore-section-slideshow .btn.btn-medium {
    min-width: 160px;
    height: 50px;
  }
  .furstore-section-slideshow .btn.btn-large {
    min-width: 200px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .furstore-section-slideshow .btn {
    font: 600 1.6rem var(--font-family);
    min-width: 60px;
    height: 36px;
  }
  .furstore-section-slideshow .btn.btn-secondary {
    font: 400 1rem var(--font-family);
  }
  .furstore-section-slideshow .btn.btn-medium {
    min-width: 112px;
    height: 35px;
  }
  .furstore-section-slideshow .btn.btn-large {
    min-width: 140px;
    height: 42px;
  }
}
.furstore-section-slideshow .btn.disabled,
.furstore-section-slideshow .btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.furstore-section-slideshow .btn:focus {
  outline: 0;
  box-shadow: none;
}
.furstore-section-slideshow .collection-carousel .slick-track,
.furstore-section-slideshow .nov-slick-carousel .slick-track,
.furstore-section-slideshow .nov-slick-navfor-carousel .slick-track {
  display: flex;
}
.furstore-section-slideshow .collection-carousel .slick-track .slick-slide,
.furstore-section-slideshow .nov-slick-carousel .slick-track .slick-slide,
.furstore-section-slideshow
  .nov-slick-navfor-carousel
  .slick-track
  .slick-slide {
  height: auto;
}
.furstore-section-slideshow
  .collection-carousel[data-row="1"].slick-initialized,
.furstore-section-slideshow .nov-slick-carousel[data-row="1"].slick-initialized,
.furstore-section-slideshow
  .nov-slick-navfor-carousel[data-row="1"].slick-initialized {
  display: block;
}
.furstore-section-slideshow
  .collection-carousel[data-items="1"]:not(.slick-initialized)
  .item,
.furstore-section-slideshow
  .nov-slick-carousel[data-items="1"]:not(.slick-initialized)
  .item,
.furstore-section-slideshow
  .nov-slick-navfor-carousel[data-items="1"]:not(.slick-initialized)
  .item {
  display: none;
}
.furstore-section-slideshow
  .collection-carousel[data-items="1"]:not(.slick-initialized)
  .item:first-child,
.furstore-section-slideshow
  .nov-slick-carousel[data-items="1"]:not(.slick-initialized)
  .item:first-child,
.furstore-section-slideshow
  .nov-slick-navfor-carousel[data-items="1"]:not(.slick-initialized)
  .item:first-child {
  display: block;
}
@media (min-width: 768px) {
  .furstore-section-slideshow
    .collection-carousel[data-row="2"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row="2"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row="2"]
    .slick-slide
    > div {
    height: 50%;
  }
  .furstore-section-slideshow
    .collection-carousel[data-row="3"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row="3"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row="3"]
    .slick-slide
    > div {
    height: 33.33333%;
  }
  .furstore-section-slideshow
    .collection-carousel[data-row="4"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row="4"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row="4"]
    .slick-slide
    > div {
    height: 25%;
  }
}
@media (max-width: 767px) {
  .furstore-section-slideshow .btn {
    font-size: 14px !important;
  }
  .furstore-section-slideshow
    .collection-carousel[data-row_mobile="2"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row_mobile="2"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row_mobile="2"]
    .slick-slide
    > div {
    height: 50%;
  }
  .furstore-section-slideshow
    .collection-carousel[data-row_mobile="3"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row_mobile="3"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row_mobile="3"]
    .slick-slide
    > div {
    height: 33.33333%;
  }
  .furstore-section-slideshow
    .collection-carousel[data-row_mobile="4"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-carousel[data-row_mobile="4"]
    .slick-slide
    > div,
  .furstore-section-slideshow
    .nov-slick-navfor-carousel[data-row_mobile="4"]
    .slick-slide
    > div {
    height: 25%;
  }
}
.furstore-section-slideshow .slick-slider .slick-dots {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.furstore-section-slideshow .slick-slider .slick-dots li {
  margin: 0 5px;
}
.furstore-section-slideshow .slick-slider .slick-dots li button {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: var(--text-color);
  font-size: 0;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
  display: block;
}
.furstore-section-slideshow .slick-slider .slick-dots li button::before {
  display: none;
}
.furstore-section-slideshow .slick-slider .slick-dots li:hover button {
  transform: scale(1.2, 1.2);
}
.furstore-section-slideshow .slick-slider .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}
.furstore-section-slideshow .slick-slider.slick-dotted {
  margin-bottom: 0;
}
.furstore-section-slideshow .slick-slider.dot-abs .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
html[dir="rtl"] .furstore-section-slideshow .slick-slider.dot-abs .slick-dots {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-slideshow .slick-slider.dot-abs .slick-dots {
  transform: translateX(50%);
}
.furstore-section-slideshow .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: var(--color-primary);
  border: 1px solid #fff;
  transition: all 0.3s;
  border-radius: 100%;
  -ms-box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
  -o-box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
  box-shadow: 4px 4px 6px rgba(var(--color-shadow), 0.1);
}
.furstore-section-slideshow .slick-slider .slick-arrow:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #2b2b2b;
}
.furstore-section-slideshow .slick-slider .slick-arrow.arrow-prev {
  left: 30px;
}
html[dir="rtl"] .furstore-section-slideshow .slick-slider .slick-arrow.arrow-prev {
  right: 30px;
  left: initial;
}
.furstore-section-slideshow .slick-slider .slick-arrow.arrow-next {
  right: 30px;
}
html[dir="rtl"] .furstore-section-slideshow .slick-slider .slick-arrow.arrow-next {
  left: 30px;
  right: initial;
}
.furstore-section-slideshow .slick-slider .slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.furstore-section-slideshow .nov-slide-mobile.slick-dotted {
  padding-bottom: 15px;
}
.furstore-section-slideshow .nov-slide-mobile .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
html[dir="rtl"] .furstore-section-slideshow .nov-slide-mobile .slick-dots {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-slideshow .nov-slide-mobile .slick-dots {
  transform: translateX(50%);
}
.furstore-section-slideshow .nav-slider {
  cursor: pointer;
}
.furstore-section-slideshow .nav-slider svg {
  fill: rgba(var(--color-icons-text-rgb), 0.4);
  transition: fill 0.3s;
}
.furstore-section-slideshow .nav-slider:hover svg {
  fill: var(--color-primary);
}
.furstore-section-slideshow .nav-slider.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.furstore-section-slideshow .nav-slider.nav-next {
  margin-left: 25px;
}
html[dir="rtl"] .furstore-section-slideshow .nav-slider.nav-next {
  margin-right: 25px;
  margin-left: initial;
}
.furstore-section-slideshow .modal-open {
  overflow: hidden !important;
}
.furstore-section-slideshow .modal-dialog .modal-content {
  border-radius: 3px;
  border: none;
}
.furstore-section-slideshow .modal-dialog .modal-body {
  padding: 10px;
}
.furstore-section-slideshow .modal-dialog.modal-lg .modal-content {
  min-width: 830px;
}
@media (max-width: 767px) {
  .furstore-section-slideshow .modal-dialog {
    max-width: initial;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .furstore-section-slideshow .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px 0;
  }
}
.furstore-section-slideshow .modal-content .modal-body {
  max-height: 100%;
  overflow-y: initial;
}
.furstore-section-slideshow .modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.furstore-section-slideshow .modal-backdrop.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.furstore-section-slideshow .modal .modal-header {
  padding: 0;
  border-bottom: none;
  position: absolute;
  right: -50px;
  top: -35px;
  z-index: 99;
  background: 0 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 25px;
  width: 48px;
  height: 48px;
  min-height: 48px;
  line-height: 48px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
html[dir="rtl"] .furstore-section-slideshow .modal .modal-header {
  left: -50px;
  right: initial;
}
.furstore-section-slideshow .modal .modal-header:hover {
  outline: 0;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .furstore-section-slideshow .modal .modal-header {
    position: static !important;
    margin: 10px auto;
    background-color: #ebebeb;
    color: #1e3441;
  }
}
.furstore-section-slideshow .distance.wow {
  visibility: hidden;
}
.furstore-section-slideshow .header-settings .item {
  margin-bottom: 35px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .furstore-section-slideshow .collection-carousel.row .item.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.furstore-section-slideshow {
  overflow: hidden;
}
.furstore-section-slideshow .main-slider {
  overflow: hidden;
  transform: translateZ(0);
}
.furstore-section-slideshow .main-slider:not(.slick-initialized) .item {
  display: none;
}
.furstore-section-slideshow
  .main-slider:not(.slick-initialized)
  .item:first-child {
  display: block;
}
.furstore-section-slideshow .main-slider .content {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.furstore-section-slideshow .main-slider .slick-active .content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.furstore-section-slideshow .slide-image:not(.first-scale) {
  transition: transform 5s linear;
}
.furstore-section-slideshow .slide-image.zoom_img {
  transform: scale(1.1, 1.1);
}
.furstore-section-slideshow .slide-image.first-scale {
  transform: scale(1.25);
  transition: transform 1.5s ease-out;
}
.furstore-section-slideshow .slide-image.first-zoomin {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.furstore-section-slideshow .slide-image img {
  background-image: none;
  transform: scale(1);
}
.furstore-section-slideshow .cap_content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.furstore-section-slideshow .caption-4 a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}
.furstore-section-slideshow .container-fluid .content,
.furstore-section-slideshow .container-full .content {
  padding: 0 15px;
}
.furstore-section-slideshow .icon_play {
  margin-right: 30px;
  font-size: 14px;
}
html[dir="rtl"] .furstore-section-slideshow .icon_play {
  margin-left: 30px;
  margin-right: initial;
}
.furstore-section-slideshow .icon_play i {
  margin-left: 10px;
  font-size: 20px;
}
html[dir="rtl"] .furstore-section-slideshow .icon_play i {
  margin-right: 10px;
  margin-left: initial;
}
.furstore-section-slideshow .timer {
  position: relative;
}
@-webkit-keyframes novload {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes novload {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.furstore-section-slideshow .timer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 8px;
  z-index: 2;
  -webkit-animation-name: novload;
  animation-name: novload;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.furstore-section-slideshow .slideshow-dot-cus {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
html[dir="rtl"] .furstore-section-slideshow .slideshow-dot-cus {
  right: 50%;
  left: initial;
}
html[dir="rtl"] .furstore-section-slideshow .slideshow-dot-cus {
  transform: translateX(50%);
}
.furstore-section-slideshow [data-slick-to] {
  position: relative;
  cursor: pointer;
}
.furstore-section-slideshow [data-slick-to]:not(:last-child) {
  margin-right: 15px;
}
.furstore-section-slideshow [data-slick-to].dot-color {
  width: 10px;
  height: 10px;
}
.furstore-section-slideshow [data-slick-to].dot-color svg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.furstore-section-slideshow [data-slick-to].dot-color svg circle {
  stroke-dashoffset: 65;
  stroke-dasharray: 65;
  transform: rotate(-90deg);
  transform-origin: center;
}
.furstore-section-slideshow [data-slick-to].dot-color[current] svg circle {
  stroke-dashoffset: 0;
}
.furstore-section-slideshow [data-slick-to].dot-color:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transition: 0.3s;
}
.furstore-section-slideshow [data-slick-to].dot-color:hover:before {
  transform: scale(1.1);
}
.furstore-section-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.furstore-section-slideshow .slick-arrow.arrow-prev {
  left: 20px;
}
html[dir="rtl"] .furstore-section-slideshow .slick-arrow.arrow-prev {
  right: 20px;
  left: initial;
}
.furstore-section-slideshow .slick-arrow.arrow-next {
  right: 20px;
}
html[dir="rtl"] .furstore-section-slideshow .slick-arrow.arrow-next {
  left: 20px;
  right: initial;
}
.furstore-section-slideshow .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.furstore-section-slideshow .progress-num {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
html[dir="rtl"] .furstore-section-slideshow .progress-num {
  left: 30px;
  right: initial;
}
.furstore-section-slideshow .progress-num .progress {
  width: 1px;
  height: 80px;
}
.furstore-section-slideshow .progress-num .nav-slider,
.furstore-section-slideshow .progress-num .progress,
.furstore-section-slideshow .progress-num .total_nav {
  opacity: 50%;
}
.furstore-section-slideshow .progress-num .nav-slider {
  font-size: 30px;
  line-height: 1;
}
.furstore-section-slideshow .progress-num .nav-slider.nav-next {
  margin: 0;
}
@media (max-width: 1440px) {
  .furstore-section-slideshow .progress-num .progress {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .furstore-section-slideshow .slick-arrow {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .furstore-section-slideshow .slick-dots li button {
    width: 12px;
    height: 12px;
  }
  .furstore-section-slideshow .caption-btn.h-video {
    flex-direction: column-reverse;
  }
  .furstore-section-slideshow .caption-btn .icon_play {
    margin-right: 0;
    margin-top: 15px;
  }
  html[dir="rtl"] .furstore-section-slideshow .caption-btn .icon_play {
    margin-left: 0;
    margin-right: initial;
  }
}
@-webkit-keyframes boxshadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
}
@keyframes boxshadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 767px) {
  .furstore-section-slideshow .nov-mobile-block .slick-list {
    overflow: initial;
  }
}
