.swiper-button-main-prev, .swiper-button-main-next {
	position:absolute;
    bottom: 0;
    width: 12px;
    height: 24px;
	background-repeat: no-repeat;
}

.swiper-button-product-prev, .swiper-button-product-next {
    bottom: 0;
    width: 12px;
    height: 24px;
	background-repeat: no-repeat;
}

.swiper-button-main-prev{
	left:0px;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F><%2Fsvg>") !important;
}

.swiper-button-main-next{
	right:0px;
	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") !important;
}

.swiper-button-product-prev{

	background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%4c71ae'%2F><%2Fsvg>") !important;
}

.swiper-button-product-next{

	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'%4c71ae'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-bullets{
	bottom:unset !important;
	width:auto !important;
	display:flex;
	margin-bottom:2px;
	padding-left:4px;
	padding-right:4px;
}

/* .swiper-pagination-bullet {
	width: 2px;
	height: 8px;
	text-align: center;
	margin-bottom:4px !important;
	background:#fff;
	background-image: none !important;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	margin-right:2px !important;
}

.swiper-pagination-bullet-active {
	color:#fff;
	background: #fff;
	height: 16px;
	margin-bottom:0px !important;
 } */

 .swiper-pagination-bullet {
   width: 24px;
   height: 24px;
   text-align: center;
   line-height: 16px;
   font-size: 14px;
   background-color:transparent;
   color: #000000;
   font-weight:bold;
   opacity: 1;
   display: flex;
   border: 1px solid #000;
   border-radius: 50%;
   cursor: pointer;
   justify-content: center;
   align-items: center;
   
 }
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color:#000;
 	color:#ccc;
 }

 .product-bullet {
	width: 2px;
	height: 15px;
	text-align: center;
	margin-bottom:4px !important;
	background:#000;
	background-image: none !important;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	margin-right:2px !important;
}


.product-bullet-active {
	color:#000;
	background: #000;
	height: 16px;
	margin-bottom:0px !important;
 }

 .has-video .fancybox__content {
	width  : 100% !important;
	height : 100% !important;
	max-width  : 100% !important;
	max-height : 100% !important;
  	margin: 0;
}

/* copy from here */
.scrolldown {
  --color: white;
  --sizeX: 30px;
  --sizeY: 50px;
  position: relative;
  width: var(--sizeX);
  height: var(--sizeY);
  margin-left: var(sizeX / 2);
  border: calc(var(--sizeX) / 10) solid var(--color);
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color);
  border-radius: 100%;
  animation: scrolldown-anim 2s infinite;
  box-sizing: border-box;
  box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
  0% {
    opacity: 0;
    height: 6px;
  }
  40% {
    opacity: 1;
    height: 10px;
  }
  80% {
    transform: translate(0, 20px);
    height: 10px;
    opacity: 0;
  }
  100% {
    height: 3px;
    opacity: 0;
  }
}
.chevrons {
  padding: 6px 0 0 0;
  margin-left: -3px;
  margin-top: 48px;
  width: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chevrondown {
  margin-top: -6px;
  position: relative;
  border: solid var(--color);
  border-width: 0 3px 3px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.chevrondown:nth-child(odd) {
  animation: pulse 500ms ease infinite alternate;
}
.chevrondown:nth-child(even) {
  animation: pulse 500ms ease infinite alternate 250ms;
}
@keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}


 /* Give space around main area */
 .fancybox-custom-layout .fancybox-outer {
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    margin: auto;
    max-width: 1180px;
    max-height: 495px;
    overflow: visible;
    background: #fff;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
    transition: opacity .3s;
  }

  /* Make it to fade-out while closing */
  .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
    opacity: 0;
  }

  /* Set color for background element */
  .fancybox-custom-layout .fancybox-bg {
    background: #f6f6f6;
  }

  .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
    opacity: 1;
  }

  /* Move caption area to the right side */
  .fancybox-custom-layout .fancybox-caption-wrap {
    top: 0;
    right: 44px;
    bottom: 0;
    left: auto;
    width: 256px;
    padding: 0;
    background: #333;
    pointer-events: all; /* Make text selectable */
    border-right: 1px solid rgba(255,255,255,.08);
  }

  /* Adjust content area position */
  .fancybox-custom-layout .fancybox-stage {
    right: 300px;
  }

  /* Remove top border from the caption */
  .fancybox-custom-layout .fancybox-caption {
    padding: 30px 20px;
    border: 0;
  }

  /* Align buttons at the right side  */
  .fancybox-custom-layout .fancybox-toolbar {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 44px;
    background: #333;
    border-left: 1px solid #222;
  }

  /* Remove background from all buttons */
  .fancybox-custom-layout .fancybox-button,
  .fancybox-custom-layout .fancybox-navigation button:before {
    background: transparent;
  }

  /* Change arrow color */
  .fancybox-custom-layout .fancybox-navigation button {
    color: #333 !important;
    padding: 10px;
  }

  /* Reposition arrows */
  .fancybox-custom-layout .fancybox-button--arrow_left {
    left: -60px;
  }

  .fancybox-custom-layout .fancybox-button--arrow_right {
    right: -60px;
  }

  .fancybox-custom-layout.fancybox-show-thumbs .fancybox-button--arrow_right {
    right: -272px;
  }

  .swiper-pagination-main {

  }


.navbar-bg .navbar-nav > .active > a, .navbar-bg .navbar-nav > .active > a:focus, .navbar-bg .navbar-nav > .active > a:hover {
  color: #ff0000;
}

.nav-bullets li {
	margin-bottom:10px;
}

.nav-bullets-detail-sidebar {
    margin-bottom:15px !important;
}

@media(max-width:1024px) {
	.nav-bullets li {
		padding:12px 4px 4px 8px;
	}
    .nav-bullets-detail-sidebar {
        padding:12px 4px 4px 8px;
    }
}

@media(min-width:767px) {
    .navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
    .nav.nav-bullets {
      right: 20px;
    }
}
@media(max-width:767px) {
    .nav.nav-bullets {
      right: 20px;
    }
}

.changelang-btn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    position: absolute;
    left: 51%;
    top: 33px;
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 46px;
    z-index: 1;
}

.changelang-text {
    padding: 0 50px;
    visibility: hidden;
}

.flip-front,
.flip-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.flip-front {
    color: #313131;
    border: 2px solid #313131;
    background-color: transparent;
    -webkit-transform: rotateX(0deg) translateZ(15px);
    -ms-transform: rotateX(0deg) translateZ(15px);
    -o-transform: rotateX(0deg) translateZ(15px);
    transform: rotateX(0deg) translateZ(15px);
}

.flip-back {
    color: #fff;
    background-color: #313131;
    border: 2px solid #313131;
    -webkit-transform: rotateX(90deg) translateZ(15px);
    -ms-transform: rotateX(90deg) translateZ(15px);
    -o-transform: rotateX(90deg) translateZ(15px);
    transform: rotateX(90deg) translateZ(15px);
}

.changelang-btn:hover .flip-front {
    -webkit-transform: rotateX(-90deg) translateZ(15px);
    -ms-transform: rotateX(-90deg) translateZ(15px);
    -o-transform: rotateX(-90deg) translateZ(15px);
    transform: rotateX(-90deg) translateZ(15px);
}

.changelang-btn:hover .flip-back {
    -webkit-transform: rotateX(0deg) translateZ(15px);
    -ms-transform: rotateX(0deg) translateZ(15px);
    -o-transform: rotateX(0deg) translateZ(15px);
    transform: rotateX(0deg) translateZ(15px);
}

.siesta-header-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}

div#fullscreen_draggable {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -30px;
    border: 2px solid #000000;
    border-radius: 10px;
    z-index: 999;
}
#fullscreen_draggable img{
    padding: 6px;
}

div.fullscreen_draggable {
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -30px;
    /*
    border: 2px solid #000000;
    border-radius: 10px;
     */
    z-index: 999;
}
.fullscreen_draggable img{
    /*padding: 6px;*/
}


.full_screen_style{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-x: auto;
    white-space: nowrap;
}

.full_screen_style_1{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow-x: auto;
}

.increase-decrease-bar{
    display: block;
    width: 190px;
    position: relative;
    margin-top: -50px;
}

.increase-decrease-bar .column-increase-div{
    display: inline;
    position: absolute;
    top: 23px;
    left: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.increase-decrease-bar .column-decrease-div{
    display: inline;
    position: absolute;
    top: 23px;
    right: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.increase-decrease-bar .column-increase-decrease-middle{
    display: inline;
    position: relative;
}

.increase-decrease-bar button, .column-increase-decrease-middle{
    /*
    font-family: system-ui;
    font-weight: lighter;
    font-size: 28px;
    color: #000000;
     */
}

.column-increase-decrease-middle{
    position: relative;
}

.column-increase-decrease-middle div:first-child{
    position: absolute;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    margin: 1em 0;
    padding: 0;
    width: 140px;
    top: 14px;
    left: 26px;
}

.column-increase-decrease-middle .circle{
    position: absolute;
    background-color:#fff;
    border:1px solid black;
    height:30px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:30px;
    left: 136px;
    top: 14.5px;
    /*
    26px,
    73.5px
    116px
     */
}

.idicon{
    cursor: pointer;
}

.idline{
    width: 100%;
    height: 0.1em;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.idline:nth-child(2){
    transform: translate(-50%, -50%) rotate(90deg);
}

.idicon:hover{
    background-color: #000;
}

.blog-desc  img {
	margin: 12px 0px 12px 0px  !important;
	width: 100%;
}


.wrapper {
  width: 100%;
  margin: auto;
  background-color: white;

}




.content {
  display: none;
  padding: 10px 20px;
}

.content.active {
  display: block;
}


ul.breadcrumb {
  //padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-weight:bold;
  color: #999;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  /* color: "#666666"; */
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: black;
  
}

ul.breadcrumbV2 {
  //padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumbV2 li {
  display: inline;
  font-size: 16px;
  font-weight:bold;
  color: #999; 
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbV2 li+li+li:nth-child(n+2):before {
  padding: 8px;
  /* color: "#666666"; */
  //content: "\00a0";
  content: " | ";
}


ul.breadcrumbV2 .parent-category{
	color:black;
	padding-right:20px;
}

ul.breadcrumbV2 .point-category{
	color:black;
}


/* Add a color to all links inside the list */
ul.breadcrumbV2 li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumbV2 li a:hover {
  color: black;
  
}

.news-desc p {
	font-size:18px;
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.button-learnmore {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.button-learnmore.learn-more {
  width: 12rem;
  height: auto;
}
.button-learnmore.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.button-learnmore.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.button-learnmore.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.button-learnmore.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.button-learnmore.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.button-learnmore:hover .circle {
  width: 100%;
}
.button-learnmore:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.button-learnmore:hover .button-text {
  color: #fff;
}

@supports (display: grid) {
  #container-learnmore {
    grid-area: main;
    align-self: center;
    justify-self: center;
  }
}
