﻿@charset "UTF-8";



.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}










/******************* product modal *****************/
#at_product_view .modal-dialog {
  max-width: 980px;
  border: 0;
}
@media (max-width: 1199.98px) {
  #at_product_view .modal-dialog {
    max-width: 800px;
  }
}
@media (max-width: 767.98px) {
  #at_product_view .modal-dialog {
    max-width: 560px;
  }
}

.product_modal {
  padding: 30px 24px;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
}
.product_modal .product_view_slider .product_thumb_slider .swiper-slide,
.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide {
  border: 1px solid rgba(11, 22, 63, 0.07);
  border-radius: 3px;
  padding: 2px;
}
.product_modal .product_view_slider .product_thumb_slider .swiper-slide.swiper-slide-thumb-active,
.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide.swiper-slide-thumb-active {
  border-color: rgba(234, 82, 94, 0.3);
}


.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product_modal .product_view_slider .product_thumb_slider_2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.product_modal .product_view_slider .product_thumb_slider_2 .swiper-button-next,
.product_modal .product_view_slider .product_thumb_slider_2 .swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: block;
  color: #e6e6e6;
  border-radius: 50%;
  font-size: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
  .details-gallery-thumbs .swiper-button-next,
  .details-gallery-thumbs .swiper-button-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
  }
	.product_view_slider{margin: 15px 0;}
}

.details-gallery-thumbs .swiper-button-next:hover,
.details-gallery-thumbs .swiper-button-prev:hover {
  color: #fff;
  background-color: #f2a100;
  border-color: #f2a100;
}

.details-gallery-thumbs .swiper-button-next::after,
.details-gallery-thumbs .swiper-button-prev::after {
  display: none;
}

.details-gallery-thumbs .swiper-button-next {
  right: 0;
}

.details-gallery-thumbs .swiper-button-prev {
  left: 0;
}

.product-details-description {
  margin-top: 50px;
}



.product_modal .product_view_right h5.product_title{margin: 0 auto;padding:10px 0; width: 100%; height: auto; font-weight: 800; font-size: 30px; line-height: 30px; border-bottom: 1px dashed #e3e3e3; }


.product_modal .product_view_right .product_titlesmall{margin: 15px auto;padding:10px 0; width: 100%; height: auto; font-weight: 800; font-size: 20px; line-height: 30px; color: #ea525e; border-bottom: 1px dashed #e3e3e3; }




.product_modal .product_view_right ul{
  
  padding: 20px 0;padding-left: 20px;position: relative;
}
.product_modal .product_view_right ul li {
  font-size: 15px;position: relative;color: #999; padding-left:25px; list-style: none;
}
.product_modal .product_view_right ul li::before{content:"\f058";font-family: 'Font Awesome 5 Pro';position: absolute; top:0; left: 0; width: 30px; height: 30px; font-size: 16px;color: #cd212d; font-weight: 600; }



.product_modal .product_view_right ul.product_review li {
  color: #FF9729;
}
.product_modal .product_view_right .key_features {
  list-style: disc;
  padding-left: 20px;
}
.product_modal .product_view_right .key_features li {
  font-size: 15px;
}
.product_modal .product_view_right .product_color_select ul {
  gap: 4px;
}
.product_modal .product_view_right .product_color_select ul li {
  position: relative;
}
.product_modal .product_view_right .product_color_select ul li input {
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.product_modal .product_view_right .product_color_select ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: green;
  border-radius: 50%;
  z-index: 1;
}
.product_modal .product_view_right .add_to_cart_product {
  gap: 16px;
}
.product_modal .product_view_right .add_to_cart_product form {
  border: 1px solid rgba(11, 22, 63, 0.07);
  border-radius: 4px;
  overflow: hidden;
}
.product_modal .product_view_right .add_to_cart_product form input {
  display: inline-block;
  padding: 0.3rem 0;
  border-radius: 3px;
  width: 40px;
  text-align: center;
  border: 0;
  color: #111010;
}
.product_modal .product_view_right .add_to_cart_product form button {
  padding: 0.3rem 12px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.product_modal .product_view_right .add_to_cart_product form button:first-child {
  border-right: 1px solid rgba(11, 22, 63, 0.07);
}
.product_modal .product_view_right .add_to_cart_product form button:last-child {
  border-left: 1px solid rgba(11, 22, 63, 0.07);
}
.product_modal .product_view_right .add_to_cart_product form button:hover {
  background: rgba(17, 16, 16, 0.08);
}
.product_modal .product_view_right .product_price {
  font-size: 20px;
}

.template-pagination ul {
  gap: 8px;
}
.template-pagination ul a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px; margin-right: 5px;
  height: 35px;
  color: #7A7A7A;
  font-weight: 600;
  border-radius: 3px;
  background: rgba(194, 194, 194, 0.5);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.template-pagination ul a:hover {
  background: #ea525e;
  color: #fff;
}
.template-pagination.pg-style-2 ul a {
  background-color: #fff;
  color: #111010;
}
.template-pagination.pg-style-2 ul a:hover {
  background: #ea525e;
  color: #fff;
}
.template-pagination.pg-style-2 ul a.active {
  background: #ea525e;
  color: #fff;
}

.template-pagination .current{background: #ea525e; display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  height: 35px;margin-right: 5px;
  color: #fff;}


.widget-padding {
  padding: 40px 24px;
}

.tmg-search-widget form {
  border: 1px solid rgba(11, 22, 63, 0.07);
  border-radius: 4px;
  overflow: hidden;
}
.tmg-search-widget form input[type=text] {
  width: 90%;
  color: #111010;
}
.tmg-search-widget form input[type=text]::-webkit-input-placeholder {
  color: #7A7A7A;
}
.tmg-search-widget form input[type=text]::-moz-placeholder {
  color: #7A7A7A;
}
.tmg-search-widget form input[type=text]:-ms-input-placeholder {
  color: #7A7A7A;
}
.tmg-search-widget form input[type=text]::-ms-input-placeholder {
  color: #7A7A7A;
}
.tmg-search-widget form input[type=text]::placeholder {
  color: #7A7A7A;
}
.tmg-search-widget form button {
  border-radius: 0 3px 3px 0;
  width: 56px;
  padding-right: 0;
  padding-left: 0;
}
.tmg-search-widget form button:hover::before {
  left: -30px;
}

.sidebar-widget .widget-top {
  gap: 20px;
}
.sidebar-widget .widget-top .spacer {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(11, 22, 63, 0.005);
  position: relative;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.sidebar-widget .widget-top .spacer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 2px;
  background: #ea525e;
}

.widget-nav li + li {
  margin-top: 30px;
  position: relative;
}
.widget-nav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 1px;
  background: rgba(11, 22, 63, 0.07);
  opacity: 0.5;
}
.widget-nav li a {
  display: block;
  color: #7A7A7A;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.widget-nav li a:hover {
  color: #ea525e;
}

.recent_posts_list li + li {
  margin-top: 30px;
  position: relative;
}
.recent_posts_list li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 1px;
  background: rgba(11, 22, 63, 0.07);
  opacity: 0.5;
}
.recent_posts_list li .thumb-wrapper {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.recent_posts_list li .thumb-wrapper img {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.recent_posts_list li .thumb-wrapper img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recent_posts_list li .rp_content {
  margin-left: 20px;
}
.recent_posts_list li .rp_content a {
  display: block;
  color: #7A7A7A;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.recent_posts_list li .rp_content a:hover {
  color: #111010;
}
.recent_posts_list li .rp_content .date {
  font-size: 14px;
  font-weight: 500;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.tags-list a {
  padding: 6px 14px;
  border: 1px solid rgba(11, 22, 63, 0.07);
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #7A7A7A;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.tags-list a:hover {
  color: #fff;
  background: #ea525e;
  border-color: #ea525e;
}

.subscribe-widget .sb-top {
  padding: 70px 30px 45px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe-widget .has-overlay {
  position: relative;
  z-index: 1;
}
.subscribe-widget .has-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.subscribe-widget .widget-padding p {
  color: rgba(87, 87, 87, 0.7);
}







.displaypcblock{display: block;}
.displaymobileblock{display: none;}
@media only screen and (max-width: 768px) {
	.displaypcblock{display: none;}
	.displaymobileblock{display: block;}
}


.proform71{ margin:0 auto; padding: 0; width: 100%; height: auto;display: block;}

.proform71 h3{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: left; color: #666; line-height: 40px; font-weight: bold; font-size: 36px;}
.proform71 span{ margin:0 auto; padding: 0; width: 100%; height: auto; text-align: left; color: #666; line-height: 20px; font-weight: normal; font-size: 16px;}

.proform71 form p{ margin:0 auto; padding:10px 0; width:49%; height: auto; float: left; color: #666;}
.proform71 form p span{ margin:0 auto; padding: 0; width:100%;  height: auto;}
.proform71 form p label{ margin:0 auto; padding: 0; width:100%;  height: auto;}

.proform71 form p input{ margin:0 auto; padding: 0; width: 100%; margin-right: 1%; height: 40px; color: #666; background: #f3f3f3; border: 0; }


.proform71 form p:nth-child(3){ margin:0 auto;padding:10px 0;padding:10px 0; width:49%; height: auto; float: right;}
.proform71 form p:nth-child(5){ margin:0 auto; padding:10px 0; width:49%; height: auto; float: right;}
.proform71 form p:nth-child(6){ margin:0 auto; padding:10px 0; width:100%; height: auto; float: left;}
.proform71 form p:nth-child(7){ margin:0 auto; padding:10px 0; width:100%; height: auto; float: left;}
.proform71 form p textarea{ margin:0 auto; padding:10px 0; width: 100%; height: 100px;background: #f3f3f3; border: 0; }

.proform71 form p input.wpcf7-submit{  background-color: #ea525e;
    border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px; 
  height: 58px;
  // outline: 0;
  text-align: center;
  width: 100%;}

.proform71 form p input.wpcf7-submit:hover{ background-color: #439c1e;}

@media only screen and (max-width: 640px) {
.proform71 form p{ margin:0 auto; padding:5px 0; width:100%; height: auto; float: left; color: #666;}
	.proform71 form p:nth-child(3){ margin:0 auto;padding:5px 0;padding:5px 0; width:100%; height: auto; float: right;}
.proform71 form p:nth-child(5){ margin:0 auto; padding:5px 0; width:100%; height: auto; float: right;}
}




/*----------------------------------------*/
/*  17. SERVICE CSS START
/*----------------------------------------*/
.service__area {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .service__area {
    padding-bottom: 30px;
  }
}
.service__area .sec-title-wrap {
  padding-bottom: 50px;
}
.service__area a {
  position: relative;
  margin-bottom: 65px;
  display: block;
}
@media (max-width: 767px) {
  .service__area a {
    margin-bottom: 40px;
  }
}
.service__area-2 {
  background-color: var(--white-3);
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .service__area-2 {
    padding-bottom: 30px;
  }
}
.service__area-2 .row {
  --bs-gutter-x: 2.5rem;
}
@media (max-width: 1199px) {
  .service__area-2 .row {
    --bs-gutter-x: 1.5rem;
  }
}
.service__area-2 .sec-title-wrap {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .service__area-2 .sec-title-wrap {
    padding-bottom: 0;
  }
}
.service__item {
  display: -ms-grid;
  display: grid;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); padding: 30px;
  -ms-grid-columns: 1fr 20px 3fr;
  grid-template-columns: 1fr 3fr;
  grid-gap: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .service__item {
    grid-gap: 10px;
  }
}

.service__item:hover .service__title {
  color: var(--primary);
}
.service__item-2 {
  padding: 40px 30px;
  margin-bottom: 40px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  background-color: var(--white);
}
@media (max-width: 1199px) {
  .service__item-2 {
    padding: 30px 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .service__item-2 {
    padding: 20px;
  }
}
.service__item-2:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--secondary)), to(var(--primary)));
  background-image: linear-gradient(to right, var(--secondary), var(--primary));
}
.service__item-2:hover .service__title {
  color: var(--white);
}
.service__item-2:hover .icon {
  background-color: var(--white);
  border-top-right-radius: 0;
}
.service__item-2:hover .service__btm-2 p {
  color: var(--white);
}
.service__left .icon {
 width: 80px; height: 80px; border:1px solid #cd212d; border-radius: 40px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


.service__left .icon img {
  -webkit-transition: all 0.3s; width: 40px; height: 40px;
  transition: all 0.3s;
}


.service__item:hover .service__left .icon {
  background: #cd212d;
}


.service__item:hover .service__left .icon img {
 filter: brightness(0) invert(1);
}
.service__top-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 70px 20px auto;
  grid-template-columns: 70px auto;
  grid-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .service__top-2 {
    grid-gap: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service__top-2 {
    margin-bottom: 10px;
  }
}
.service__top-2 .icon {
  width: 70px;
  height: 70px;
  border: 1px solid var(--primary);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service__title {
  font-size: 18px;
  color: var(--black-3);
  font-weight: 700;
  padding-bottom: 22px;line-height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.service__serial span {
  position: absolute;
  color: var(--black-3);
  font-size: 80px;
  font-weight: 900;
  opacity: 0.05;
  top: 50px;
  right: 40px;
  z-index: -1;
}

.video__top {
  padding-bottom: 20px;
}
.video__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.video__right p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray);
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .video__right p {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .video__right p {
    font-size: 16px;
  }
}
.video__wrap {
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .video__wrap {
    max-height: 500px;
  }
}
.video__wrap img,
.video__wrap video {
  width: 100%;
}

.dark.service__area {
  background-color: var(--dark);
}
.dark.service__area-2 {
  background-color: var(--dark-2);
}
.dark .service__title {
  color: var(--white);
}
.dark .service__item-2 {
  background-color: var(--dark);
}
.dark .video__right p {
  color: var(--gray-6);
}

.canshu{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.canshu table{ margin:0 auto; padding:10px 0; width: 100%; height: auto;}
.canshu table td{ border:1px solid #e3e3e3; text-align: center;}

.canshu table td{ border:1px solid #f3f3f3; text-align: center; padding: 5px 0;}
.canshu table tr:nth-child(odd){background:#d5dce4;}
.canshu table tr:nth-child(even){background:#fff;}
.canshutable tr:nth-child(1){background:#274bbd;color:#fff;font-weight: bold;}
.canshu table tr:nth-child(1) td{background:#274bbd; color: #fff; font-weight: bold;}


@media (max-width: 640px) {
.product_modal .product_view_right h5.product_title{margin: 0 auto;padding:10px 0; width: 100%; height: auto; font-weight: 800; font-size: 20px; line-height: 30px; border-bottom: 1px dashed #e3e3e3; }
	
}