/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */



 /* https://stackoverflow.com/questions/58747262/how-to-style-slides-on-the-edges-in-swiper-slider */

 .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* height:600px; /* Add */
  width: 100%;
  margin: 0 auto;
}
.swiper-container img {
  border-radius: 0;
}
.swiper-container:hover img { /* Add */
  /* opacity: 0.92; 
  transition: opacity .3s; 
  filter: contrast(97%); */
}
.swiper-container h1 {
  color: #fff; font-weight:700; font-size:40px; text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.28);
}

.swiper-container h2 {
   line-height:1.6em;
   height:2.9em; /* fell free to use your own value */
   overflow: hidden;
   text-overflow: ellipsis;
   position:relative;
   font-size:16px;
   color: #444;
   font-weight:400;
   text-transform: none;
   margin-top:15px;
}

.swiper-container h2:after {
   content: "";
   text-align:right;
   position: absolute;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 2.9em; /* fell free to use your own value */
   /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 99%); */
}
.swiper-container a.added_to_cart {
    padding-top: .3em;
    display: inline-block;
		font-size:12px;
    text-transform: none;
    text-decoration: none;
    font-weight:400;
}
.swiper-container .besplatna-dostava-ikona {
  position: absolute;
  margin: 40px 0 0 1180px;
}
.swiper-naslov {
  /* border-left:1px solid #fff;
  padding-left:45px;
  padding-top:30px; */
  margin-top:170px;
}

@media (min-width: 1440px) { /* Add */
.swiper-container {
  /* height:500px; */
  width: 1440px;
  height: 100%;
  padding-top:0px;
  margin-bottom:30px;
}
.swiper-container img {
  border-radius: 0 0 20px 20px;
}
.swiper-container h1 {
  font-size:35px;
  margin-top:115px;
}
.swiper-container h2 {
  font-size:14px;
}
.swiper-container .besplatna-dostava-ikona {
  position: absolute;
  margin: 40px 0 0 80%;
}
.swiper-naslov {
  /* border-left:1px solid #fff;
  padding-top:30px; */
  margin-top:125px;
  padding-left:60px;
}
}
@media (max-width: 1440px) { /* Add */
.swiper-container {
  /* height:500px; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
}

@media (max-width: 992px) { /* Add */
.swiper-container .besplatna-dostava-ikona {
  display: none;
}
.swiper-container {
  height:100%;
  width: 100%;
  margin: 0 auto;
}
.swiper-container h1 {
  font-size:28px;
  margin-top:60px;
}
.swiper-container h2 {
  font-size:18px;
}
.swiper-container .besplatna-dostava-ikona {
  position: absolute;
  margin: 40px 0 0 80%;
}
.swiper-naslov {
  /* border-left:1px solid #fff;
  padding-top:30px; */
  margin-top:80px;
  padding-left:40px;
}
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.995001 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-left-circle-filled.svg' width='19.995001' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='9.3296246' inkscape:cy='11.899861' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2772' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cuse x='0' y='0' xlink:href='%23rect2772' id='use2796'/%3e%3crect style='fill:white%3bfill-opacity:1%3bfill-rule:evenodd' id='use2798' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cpath d='m 9.998%2c0 c 5.518%2c0 9.997%2c4.48 9.997%2c9.998 0%2c5.517 -4.479%2c9.997 -9.997%2c9.997 C 4.48%2c19.995 0%2c15.515 0%2c9.998 0%2c4.48 4.48%2c0 9.998%2c0 Z M 8.475%2c6.21 c 0%2c0 -1.502%2c1.505 -3.255%2c3.259 C 5.073%2c9.616 5%2c9.808 5%2c10 c 0%2c0.192 0.073%2c0.383 0.22%2c0.53 1.753%2c1.754 3.254%2c3.258 3.254%2c3.258 0.145%2c0.145 0.335%2c0.217 0.526%2c0.217 0.192%2c-0.001 0.384%2c-0.074 0.531%2c-0.221 0.292%2c-0.293 0.294%2c-0.766 0.003%2c-1.057 L 7.557%2c10.75 H 14.25 C 14.664%2c10.75 15%2c10.414 15%2c10 15%2c9.586 14.664%2c9.25 14.25%2c9.25 H 7.557 L 9.535%2c7.271 C 9.825%2c6.982 9.822%2c6.509 9.529%2c6.217 9.382%2c6.07 9.19%2c5.996 8.999%2c5.995 c -0.19%2c0 -0.38%2c0.071 -0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  left: 20px;
  right: auto;
  opacity:0.82;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.996 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-right-circle-filled.svg' width='19.996' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='16.472879' inkscape:cy='9.9972185' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2443' width='12.216969' height='10.414465' x='4.2058415' y='4.5396385'/%3e%3cpath d='M 9.998%2c0 C 4.48%2c0 0%2c4.48 0%2c9.998 c 0%2c5.517 4.48%2c9.997 9.998%2c9.997 5.518%2c0 9.998%2c-4.48 9.998%2c-9.997 C 19.996%2c4.48 15.516%2c0 9.998%2c0 Z m 1.523%2c6.21 c 0%2c0 1.502%2c1.505 3.255%2c3.259 0.147%2c0.147 0.22%2c0.339 0.22%2c0.531 0%2c0.192 -0.073%2c0.383 -0.22%2c0.53 -1.753%2c1.754 -3.254%2c3.258 -3.254%2c3.258 -0.145%2c0.145 -0.335%2c0.217 -0.526%2c0.217 -0.192%2c-0.001 -0.384%2c-0.074 -0.531%2c-0.221 -0.292%2c-0.293 -0.294%2c-0.766 -0.003%2c-1.057 L 12.439%2c10.75 H 5.746 c -0.414%2c0 -0.75%2c-0.336 -0.75%2c-0.75 0%2c-0.414 0.336%2c-0.75 0.75%2c-0.75 h 6.693 L 10.461%2c7.271 c -0.29%2c-0.289 -0.287%2c-0.762 0.006%2c-1.054 0.147%2c-0.147 0.339%2c-0.221 0.53%2c-0.222 0.19%2c0 0.38%2c0.071 0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  right: 20px;
  left: auto;
  opacity:0.82;
}
.swiper-button-prev:hover,
.swiper-container-rtl:hover .swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.995001 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-left-circle-filled.svg' width='19.995001' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='9.3296246' inkscape:cy='11.899861' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2772' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cuse x='0' y='0' xlink:href='%23rect2772' id='use2796'/%3e%3crect style='fill:white%3bfill-opacity:1%3bfill-rule:evenodd' id='use2798' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cpath d='m 9.998%2c0 c 5.518%2c0 9.997%2c4.48 9.997%2c9.998 0%2c5.517 -4.479%2c9.997 -9.997%2c9.997 C 4.48%2c19.995 0%2c15.515 0%2c9.998 0%2c4.48 4.48%2c0 9.998%2c0 Z M 8.475%2c6.21 c 0%2c0 -1.502%2c1.505 -3.255%2c3.259 C 5.073%2c9.616 5%2c9.808 5%2c10 c 0%2c0.192 0.073%2c0.383 0.22%2c0.53 1.753%2c1.754 3.254%2c3.258 3.254%2c3.258 0.145%2c0.145 0.335%2c0.217 0.526%2c0.217 0.192%2c-0.001 0.384%2c-0.074 0.531%2c-0.221 0.292%2c-0.293 0.294%2c-0.766 0.003%2c-1.057 L 7.557%2c10.75 H 14.25 C 14.664%2c10.75 15%2c10.414 15%2c10 15%2c9.586 14.664%2c9.25 14.25%2c9.25 H 7.557 L 9.535%2c7.271 C 9.825%2c6.982 9.822%2c6.509 9.529%2c6.217 9.382%2c6.07 9.19%2c5.996 8.999%2c5.995 c -0.19%2c0 -0.38%2c0.071 -0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  left: 20px;
  right: auto;
  opacity:0.68;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-container-rtl:hover .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.996 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-right-circle-filled.svg' width='19.996' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='16.472879' inkscape:cy='9.9972185' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2443' width='12.216969' height='10.414465' x='4.2058415' y='4.5396385'/%3e%3cpath d='M 9.998%2c0 C 4.48%2c0 0%2c4.48 0%2c9.998 c 0%2c5.517 4.48%2c9.997 9.998%2c9.997 5.518%2c0 9.998%2c-4.48 9.998%2c-9.997 C 19.996%2c4.48 15.516%2c0 9.998%2c0 Z m 1.523%2c6.21 c 0%2c0 1.502%2c1.505 3.255%2c3.259 0.147%2c0.147 0.22%2c0.339 0.22%2c0.531 0%2c0.192 -0.073%2c0.383 -0.22%2c0.53 -1.753%2c1.754 -3.254%2c3.258 -3.254%2c3.258 -0.145%2c0.145 -0.335%2c0.217 -0.526%2c0.217 -0.192%2c-0.001 -0.384%2c-0.074 -0.531%2c-0.221 -0.292%2c-0.293 -0.294%2c-0.766 -0.003%2c-1.057 L 12.439%2c10.75 H 5.746 c -0.414%2c0 -0.75%2c-0.336 -0.75%2c-0.75 0%2c-0.414 0.336%2c-0.75 0.75%2c-0.75 h 6.693 L 10.461%2c7.271 c -0.29%2c-0.289 -0.287%2c-0.762 0.006%2c-1.054 0.147%2c-0.147 0.339%2c-0.221 0.53%2c-0.222 0.19%2c0 0.38%2c0.071 0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  right: 20px;
  left: auto;
  opacity:0.68;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 992px) { /* Add */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.995001 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-left-circle-filled.svg' width='19.995001' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='9.3296246' inkscape:cy='11.899861' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2772' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cuse x='0' y='0' xlink:href='%23rect2772' id='use2796'/%3e%3crect style='fill:white%3bfill-opacity:1%3bfill-rule:evenodd' id='use2798' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cpath d='m 9.998%2c0 c 5.518%2c0 9.997%2c4.48 9.997%2c9.998 0%2c5.517 -4.479%2c9.997 -9.997%2c9.997 C 4.48%2c19.995 0%2c15.515 0%2c9.998 0%2c4.48 4.48%2c0 9.998%2c0 Z M 8.475%2c6.21 c 0%2c0 -1.502%2c1.505 -3.255%2c3.259 C 5.073%2c9.616 5%2c9.808 5%2c10 c 0%2c0.192 0.073%2c0.383 0.22%2c0.53 1.753%2c1.754 3.254%2c3.258 3.254%2c3.258 0.145%2c0.145 0.335%2c0.217 0.526%2c0.217 0.192%2c-0.001 0.384%2c-0.074 0.531%2c-0.221 0.292%2c-0.293 0.294%2c-0.766 0.003%2c-1.057 L 7.557%2c10.75 H 14.25 C 14.664%2c10.75 15%2c10.414 15%2c10 15%2c9.586 14.664%2c9.25 14.25%2c9.25 H 7.557 L 9.535%2c7.271 C 9.825%2c6.982 9.822%2c6.509 9.529%2c6.217 9.382%2c6.07 9.19%2c5.996 8.999%2c5.995 c -0.19%2c0 -0.38%2c0.071 -0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  left: 0px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.996 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-right-circle-filled.svg' width='19.996' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='16.472879' inkscape:cy='9.9972185' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2443' width='12.216969' height='10.414465' x='4.2058415' y='4.5396385'/%3e%3cpath d='M 9.998%2c0 C 4.48%2c0 0%2c4.48 0%2c9.998 c 0%2c5.517 4.48%2c9.997 9.998%2c9.997 5.518%2c0 9.998%2c-4.48 9.998%2c-9.997 C 19.996%2c4.48 15.516%2c0 9.998%2c0 Z m 1.523%2c6.21 c 0%2c0 1.502%2c1.505 3.255%2c3.259 0.147%2c0.147 0.22%2c0.339 0.22%2c0.531 0%2c0.192 -0.073%2c0.383 -0.22%2c0.53 -1.753%2c1.754 -3.254%2c3.258 -3.254%2c3.258 -0.145%2c0.145 -0.335%2c0.217 -0.526%2c0.217 -0.192%2c-0.001 -0.384%2c-0.074 -0.531%2c-0.221 -0.292%2c-0.293 -0.294%2c-0.766 -0.003%2c-1.057 L 12.439%2c10.75 H 5.746 c -0.414%2c0 -0.75%2c-0.336 -0.75%2c-0.75 0%2c-0.414 0.336%2c-0.75 0.75%2c-0.75 h 6.693 L 10.461%2c7.271 c -0.29%2c-0.289 -0.287%2c-0.762 0.006%2c-1.054 0.147%2c-0.147 0.339%2c-0.221 0.53%2c-0.222 0.19%2c0 0.38%2c0.071 0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  right: 0px;
  left: auto;
}
.swiper-button-prev:hover,
.swiper-container-rtl:hover .swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.995001 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-left-circle-filled.svg' width='19.995001' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='9.3296246' inkscape:cy='11.899861' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2772' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cuse x='0' y='0' xlink:href='%23rect2772' id='use2796'/%3e%3crect style='fill:white%3bfill-opacity:1%3bfill-rule:evenodd' id='use2798' width='11.849792' height='10.247566' x='4.3059807' y='4.7065368'/%3e%3cpath d='m 9.998%2c0 c 5.518%2c0 9.997%2c4.48 9.997%2c9.998 0%2c5.517 -4.479%2c9.997 -9.997%2c9.997 C 4.48%2c19.995 0%2c15.515 0%2c9.998 0%2c4.48 4.48%2c0 9.998%2c0 Z M 8.475%2c6.21 c 0%2c0 -1.502%2c1.505 -3.255%2c3.259 C 5.073%2c9.616 5%2c9.808 5%2c10 c 0%2c0.192 0.073%2c0.383 0.22%2c0.53 1.753%2c1.754 3.254%2c3.258 3.254%2c3.258 0.145%2c0.145 0.335%2c0.217 0.526%2c0.217 0.192%2c-0.001 0.384%2c-0.074 0.531%2c-0.221 0.292%2c-0.293 0.294%2c-0.766 0.003%2c-1.057 L 7.557%2c10.75 H 14.25 C 14.664%2c10.75 15%2c10.414 15%2c10 15%2c9.586 14.664%2c9.25 14.25%2c9.25 H 7.557 L 9.535%2c7.271 C 9.825%2c6.982 9.822%2c6.509 9.529%2c6.217 9.382%2c6.07 9.19%2c5.996 8.999%2c5.995 c -0.19%2c0 -0.38%2c0.071 -0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  left: 0px;
  right: auto;
}
.swiper-button-next:hover,
.swiper-container-rtl:hover .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8' standalone='no'%3f%3e %3csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 19.996 19.995001' version='1.1' id='svg4' sodipodi:docname='iconmonstr-arrow-right-circle-filled.svg' width='19.996' height='19.995001' inkscape:version='1.1.1 (3bf5ae0d25%2c 2021-09-20)' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cdefs id='defs8'/%3e%3csodipodi:namedview id='namedview6' pagecolor='white' bordercolor='%23666666' borderopacity='1.0' inkscape:pageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' showgrid='false' inkscape:zoom='29.958333' inkscape:cx='16.472879' inkscape:cy='9.9972185' inkscape:window-width='1680' inkscape:window-height='997' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='svg4'/%3e%3crect style='fill:white%3bfill-rule:evenodd%3bfill-opacity:1' id='rect2443' width='12.216969' height='10.414465' x='4.2058415' y='4.5396385'/%3e%3cpath d='M 9.998%2c0 C 4.48%2c0 0%2c4.48 0%2c9.998 c 0%2c5.517 4.48%2c9.997 9.998%2c9.997 5.518%2c0 9.998%2c-4.48 9.998%2c-9.997 C 19.996%2c4.48 15.516%2c0 9.998%2c0 Z m 1.523%2c6.21 c 0%2c0 1.502%2c1.505 3.255%2c3.259 0.147%2c0.147 0.22%2c0.339 0.22%2c0.531 0%2c0.192 -0.073%2c0.383 -0.22%2c0.53 -1.753%2c1.754 -3.254%2c3.258 -3.254%2c3.258 -0.145%2c0.145 -0.335%2c0.217 -0.526%2c0.217 -0.192%2c-0.001 -0.384%2c-0.074 -0.531%2c-0.221 -0.292%2c-0.293 -0.294%2c-0.766 -0.003%2c-1.057 L 12.439%2c10.75 H 5.746 c -0.414%2c0 -0.75%2c-0.336 -0.75%2c-0.75 0%2c-0.414 0.336%2c-0.75 0.75%2c-0.75 h 6.693 L 10.461%2c7.271 c -0.29%2c-0.289 -0.287%2c-0.762 0.006%2c-1.054 0.147%2c-0.147 0.339%2c-0.221 0.53%2c-0.222 0.19%2c0 0.38%2c0.071 0.524%2c0.215 z' fill-rule='nonzero' id='path2' style='fill:%2321ade4%3bfill-opacity:1'/%3e%3c/svg%3e");
  right: 0px;
  left: auto;
  }
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 52px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 0%;
  background: #21ade4;
  opacity: 1;
  border-radius:8px;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
  width: 15px;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 12px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/* Custom CSS */

.s2 {
  width: 1500px;
  height: 100%;
  background-color: transparent;
  padding: 35px 30px 60px;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  margin:30px 0 0 5px;
}

.s2 .swiper-slide {
  opacity: 0;
}
.s2 .swiper-slide-visible {
  opacity: 1;
}

.swiper-slide2 {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  z-index: 1;
  /* min-height: 575px; */
  padding: 15px 28px;
  background-color: #fff;
  border-radius: 2px;
  padding-bottom: 40px;
  border-radius: 8px;
	background-image: linear-gradient(0deg, #f4f4f4 0%, #fff 20%);
}

.swiper-slide2 .product .add_to_cart_button.button {
  margin-top: 0px;
}
.swiper-slide2 form {
margin-top: 19px;
}
.swiper-slide2 .product_type_variable.button {
  margin-top: 19px !important;
}

.swiper-slide2:hover {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  transition: all .3s;
  z-index: 1;
}

.swiper-slide2 .price  {
  font-size: 17px;
  color:#444;
}

.swiper-slide2 del {
  font-size: 17px;
  color:#949494;
  opacity: .50;
}


/* Arrows */

.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
  opacity:0.35;
}

.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
  opacity:0.35;
}

.swiper-button-prev2:hover,
.swiper-container-rtl .swiper-button-next2:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f58221'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:1;
}

.swiper-button-next2:hover,
.swiper-container-rtl .swiper-button-prev2:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f58221'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:1;
}


/* Pagination Styles */

.swiper-pagination2 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination2.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-vertical > .swiper-pagination2 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination2 .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination2 {
  bottom: -10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination2 .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Scrollbar */

.swiper-scrollbar2 {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar2 {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar2 {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}



.s3 {
  width: 1500px;
  height: 100%;
  background-color: transparent;
  padding: 35px 30px 60px;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  margin:30px 0 0 5px;
}

.s3 .swiper-slide {
  opacity: 0;
}
.s3 .swiper-slide-visible {
  opacity: 1;
}

.swiper-slide3 {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  z-index: 1;
  /* min-height: 575px; */
  padding: 15px 28px;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 40px;
  background-image: linear-gradient(0deg, #f4f4f4 0%, #fff 20%);
}

.swiper-slide3 .product .add_to_cart_button.button {
  margin-top: 0px;
}
.swiper-slide3 form {
margin-top: 19px;
}
.swiper-slide3 .product_type_variable.button {
  margin-top: 19px !important;
}

.swiper-slide3:hover {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  transition: all .3s;
  z-index: 1;
}

.swiper-slide3 .price {
  font-size: 17px;
  color:#444;
}

.swiper-slide3 del {
  font-size: 17px;
  color:#949494;
  opacity: .50;
}


/* Arrows */

.swiper-button-prev3,
.swiper-button-next3 {
  position: absolute;
  top: 40%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev3.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev3,
.swiper-container-rtl .swiper-button-next3 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
  opacity:0.35;
}

.swiper-button-next3,
.swiper-container-rtl .swiper-button-prev3 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
  opacity:0.35;
}

.swiper-button-prev3:hover,
.swiper-container-rtl .swiper-button-next3:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f58221'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:1;
}

.swiper-button-next3:hover,
.swiper-container-rtl .swiper-button-prev3:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f58221'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:1;
}


/* Pagination Styles */

.swiper-pagination3 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination3.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-vertical > .swiper-pagination3 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination3 .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination3 {
  bottom: -10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination3 .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Scrollbar */

.swiper-scrollbar3 {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar3 {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar3 {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}



.s4 {
/*  width: 1500px; */
  height: 100%;
  background-color: transparent;
  padding: 35px 30px 15px;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  margin:-20px 0 0 0;
}

.s4 .swiper-slide {
  opacity: 0;
}
.s4 .swiper-slide-visible {
  opacity: 1;
}

.swiper-slide4 {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  z-index: 1;
  /* min-height: 575px; */
  padding: 15px 28px;
  background-color: #fff;
  border-radius: 2px;
}

.swiper-slide4 .product .add_to_cart_button.button {
  margin: 25px auto 30px;
  font-size: 17px;
}

.swiper-slide4:hover {
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  transition: all .3s;
  z-index: 1;
}

.swiper-slide4 .price {
  font-size: 17px;
  color:#444;
}

.swiper-slide4 del {
  font-size: 17px;
  color:#d69e61;
  opacity: .50;
}


/* Arrows */

.swiper-button-prev4,
.swiper-button-next4 {
  position: absolute;
  top: 42%;
  width: 22px;
  height: 28px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 28px 35px;
  -webkit-background-size: 28px 35px;
  background-size: 28px 35px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev4.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev4,
.swiper-container-rtl .swiper-button-next4 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233c82c0'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
  right: auto;
  opacity:0.75;
}

.swiper-button-next4,
.swiper-container-rtl .swiper-button-prev4 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233c82c0'%2F%3E%3C%2Fsvg%3E");
  right: 0px;
  left: auto;
  opacity:0.75;
}

.swiper-button-prev4:hover,
.swiper-container-rtl .swiper-button-next4:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d6284a'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
  right: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:0.9;
}

.swiper-button-next4:hover,
.swiper-container-rtl .swiper-button-prev4:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d6284a'%2F%3E%3C%2Fsvg%3E");
  right: 0px;
  left: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity:0.9;
}


/* Pagination Styles */

.swiper-pagination4 {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination4.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-vertical > .swiper-pagination4 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination4 .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination4 {
  bottom: -10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination4 .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Scrollbar */

.swiper-scrollbar4 {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar4 {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar4 {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}