@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*! fancyBox v3.3.5 fancyapps.com */
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s,
    visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s,
    visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition:
    opacity 0.25s,
    visibility 0s,
    color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Owl Carousel v2.3.4 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*Owl theme*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  background: #fff;
  border: #2a4252 1px solid;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #a37e2d;
  border: #a37e2d 1px solid;
}
/*Back to top button */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 3px;
  z-index: 9999;
  width: 50px;
  display: block;
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
}
#back-top a {
  width: 50px;
  display: block;
  height: 50px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
}
#back-top span {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/top.jpg) no-repeat;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 5px 5px 0 0px;
}
#back-top:hover {
  bottom: 15px;
  outline: none;
  text-decoration: none;
}
/* CSS Document */

/*custom upload*/
.DG-custom-file {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100% !important;
  border-radius: 5px;
}
.DG-custom-file input[type="file"] {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  left: -99999px !important;
  top: -99999px !important;
  visibility: hidden;
}
.DG-custom-file small {
  width: 70% !important;
}
.DG-custom-file b {
  min-width: 109px !important;
  padding: 6px 5px;
  background: #f1f1f1;
  margin-right: 8px;
}
.DG-custom-file label {
  display: flex;
  align-items: center;
}

/*Project Name : Opt For Nature [Created by WEBLINKINDIA.NET on 17 March 2025 : Gurpreet Singh]*/

body {
  font:
    16px "Roboto",
    sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
}
.cms-img {
  margin: auto;
}
.cms_area {
  min-height: 450px;
  padding: 25px 0 50px 0;
}
ul,
ol {
  margin: 15px 0 0 10px;
  padding: 0 0 0 15px;
}
label {
  font-weight: normal;
  margin-bottom: 3px !important;
  font-size: 0.9em;
}
p {
  margin: 0;
}
.dn {
  display: none;
}
.pointer {
  cursor: pointer;
}
.container-xxl {
  max-width: 1250px;
}
.trans_eff {
  transition: all 0.3s linear;
}
.fancybox-button--thumbs {
  display: none !important;
}

a {
  color: #3f3f3f;
  text-decoration: none;
}
a:hover {
  color: #3f3f3f;
  text-decoration: none;
}

/*Fonts*/
.roboto_slab {
  font-family: "Roboto Slab", sans-serif;
}

/*Font Size*/
.fs-7 {
  font-size: 0.9em;
}
.fs-8 {
  font-size: 0.85em;
}

/*Color*/
.green {
  color: #00603a;
}
.brown {
  color: #a37e2d;
}

/* breadcrumb */
.breadcrumb_outer {
  background: #f9f9f9;
}
.breadcrumb_outer .breadcrumb {
  margin: 0;
  font-size: 0.9em;
  background: none;
  padding: 6px 0;
}
.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #053d6b;
}
.breadcrumb li.active {
  color: #666;
}

/*Header*/
.top_sec {
  background: #c4d6b0;
  padding: 7px 0 11px 0;
}
.toplink a {
  color: #00603a;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 500;
  padding: 0 7px;
}
.toplink a:hover {
  color: #000;
}
.top_social a {
  display: inline-block;
  margin-left: 15px;
}
.top_social img {
  height: 14px;
}
.call_mail {
  font-size: 0.82em;
  margin: 4px 15px 0 0;
}
.top_sec2 {
  padding: 8px 0;
}
.srch_form {
  margin: 18px 60px 0 0;
  width: 600px;
  padding: 1px;
  border: #d1c59e 2px solid;
}
.srch_form select {
  padding: 13px 6px;
  font-size: 0.85em;
  font-weight: 500;
  color: #666;
  width: 94%;
}
.srch_form input[type="text"] {
  padding: 13px;
  font-size: 0.85em;
}
.srch_form button {
  margin: 10px 15px 0 0;
}
.wish_ico {
  margin-top: 30px;
}
.cart_ico {
  margin: 30px 0 0 30px;
}
.cart_ico span {
  position: absolute;
  color: #fff;
  font-size: 0.9em;
  left: 15px;
  background: #a37e2d;
  width: 18px;
  height: 18px;
  top: -7px;
  text-align: center;
}
.signin_top {
  margin: 25px 0 0 30px;
  font-size: 0.8em;
  line-height: 1.3em;
}
.signin_top b {
  font-size: 1.15em;
}
.signin_top img {
  margin: 4px 7px 0 0;
}
.navbar {
  position: inherit !important;
  width: 100% !important;
}
.menu {
  border-top: #e4e4e4 1px solid;
  margin-top: 7px;
}
.menu .navbar-nav .nav-item {
  margin-right: 53px;
}
.nav-item > a,
.nav-item > span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.nav-item > span {
  padding: 4px 2px 2px;
  line-height: 12px;
}
.menu .dropdown-item {
  font-size: 0.9em;
}
.dropdown:hover > ul.dropdown-menu,
.drop-full:hover > .dropdown-menu {
  display: block;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 17px 0;
  font-weight: 500;
  font-size: 0.95em;
}
.menu .nav-link:hover,
.menu .nav-link:focus {
  color: #00603a;
}
.menu .navbar-nav .nav-link.active,
.menu .navbar-nav .nav-link.show {
  color: #00603a;
}
.menu .submenu_links {
  font-size: 0.85em;
  margin-top: 5px;
}
.menu .submenu_links a {
  display: inline-block;
  padding: 6px 0;
  color: #00603a;
}
.menu .submenu_links a:hover {
  color: #000;
}
.menu .submenu_links2 {
  font-size: 0.85em;
  margin-top: 5px;
}
.menu .submenu_links2 a {
  display: inline-block;
  padding: 4px 0;
  color: #337ad7;
}
.menu .submenu_links2 a:hover {
  color: #000;
}
/*.menu .dropdown:hover>.dropdown-menu{display:block}
.menu .drop-full:hover>.dropdown-menu{display:block}*/
.menu .full_menu {
  width: 100%;
  left: 0;
  padding: 20px;
}
.menu .nav_cate {
  background: #248d9b;
  background-image: linear-gradient(to right, #02a46f, #4c72ce);
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.menu .nav_cate2 {
  background: #3068f8;
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.currency_lang {
  position: absolute;
  right: 0;
}
.currency {
  font-size: 0.95em;
  margin: 12px 20px 0 0;
  border-right: #c4d6b0 1px solid;
  width: 70px;
}
.lang-menu {
  width: 100px;
  padding: 0px;
  text-align: left;
  display: inline-block;
  height: 25px;
  margin: 15px 0 0 0;
}
.lang-menu .goog-te-gadget {
  height: 25px;
  overflow: hidden;
  background: url(../images/globe.svg) 0 0 no-repeat;
  padding-left: 20px;
}
.lang-menu .goog-te-gadget .goog-te-combo {
  width: 100%;
  padding: 0 5px 5px;
  margin: 2px 0;
  background: none;
  border: 0;
}
.menu_cols .col b {
  height: 39px;
  overflow: hidden;
}
.submenu_menu {
  display: flex;
  flex-wrap: wrap;
}
.submenu_menu a {
  color: #00603a;
  font-size: 0.85em;
  margin-top: 8px;
  padding: 2px 5px 2px 0;
  width: 33%;
}
.submenu_menu a:hover {
  color: #000;
}
.submenu_menu span {
  display: block;
  width: 100%;
  padding: 8px 0;
  font-weight: 600;
}
/* Suggestion box */
.suggestionsBox {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 2px solid #ddd;
  color: #222;
  padding: 5px;
  margin: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.suggestionList {
  margin: 0px;
  padding: 0px;
}
.suggestionList li {
  margin: 0px 0px 3px 0px;
  padding: 7px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  list-style-type: none;
}
.suggestionList li:hover {
  background-color: #009900;
  font-weight: bold;
}

/*Section*/
.sect_area {
  padding: 60px 0;
}
.sect_box {
  width: 390px;
}
.sect_pic {
  width: 390px;
  height: 220px;
}
.sect_pic figure {
  width: 390px;
  height: 220px;
}
.sect_name {
  margin-top: 20px;
  font-size: 1.25em;
  height: 25px;
}
.sect_txt {
  margin: 15px 0 25px 0;
  line-height: 1.4em;
  color: #555555;
  height: 115px;
}
.readmore {
  font-size: 0.95em;
  padding: 0 0 0 48px;
  height: 40px;
}
.readmore:hover {
  padding: 0 0 0 52px;
}
.readmore a {
  display: inline-block;
}
.readmore:before {
  content: "";
  background: #00603a url(../images/arr-right.svg) center no-repeat;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -10px;
}

/*Products*/
.product_area .nav-tabs {
  border-bottom: #ededed 2px solid;
}
.product_area .nav-tabs .nav-link {
  color: #333;
  font-size: 1.6em;
  padding: 10px 0;
  margin-right: 30px;
  border: 0;
  border-bottom: transparent 2px solid;
}
.product_area .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: transparent 2px solid;
  color: #00603a;
}
.product_area .nav-tabs .nav-item.show .nav-link,
.product_area .nav-tabs .nav-link.active {
  background: none;
  border: 0;
  border-bottom: #333 2px solid;
  color: #00603a;
}
.get_deal {
  background: #fff4f4;
  font-size: 1em;
  line-height: 1.5em;
  color: #f00;
  border: 1px solid #fae4e4;
  margin-bottom: 0.31em;
}
.pro_box {
  width: 217px;
  margin: auto;
  background: #fff;
  border: transparent 1px solid;
  padding: 10px;
  border-radius: 10px;
}
.pro_box:hover {
  border: #c4d6b0 1px solid;
  box-shadow: #eee 0 0 10px;
}
.pro_pic {
  width: 195px;
  height: 195px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.pro_pic span {
  width: 195px;
  height: 195px;
  vertical-align: middle;
  display: table-cell;
}
.pro_pic img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}
.pro_name {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  overflow: hidden;
  height: 37px;
  margin-top: 10px;
}
.pro_txt {
  margin-top: 10px;
  font-size: 0.75em;
  color: #666;
  height: 95px;
}
.pro_txt ul {
  margin: 0;
}
.pro_txt ul li {
  margin-bottom: 5px;
}
.pro_price {
  font-size: 1em;
  line-height: 1em;
  margin-top: 10px;
  color: #a37e2d;
  width: 30%;
}
.pro_price del {
  color: #7e7e7e;
  font-size: 0.8em;
}
.add_btn {
  background: #00603a;
  font-size: 0.9em;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 7px;
  margin-top: 10px;
  width: 100%;
}
.add_btn:hover {
  background: #024027;
}
.add_btn img {
  width: 16px;
}
.oos_btn {
  background: #9b9898;
  font-size: 0.9em;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 7px;
  margin-top: 10px;
  width: 100%;
  cursor: default;
}
.oos_btn:hover {
  background: #000;
}
.oos_btn img {
  width: 16px;
}
.wp_btn {
  background: #ff0000;
  font-size: 0.9em;
  display: inline-block;
  border-radius: 5px;
  padding: 6px 7px;
  margin-top: 10px;
  width: 100%;
}
.wp_btn:hover {
  background: #024027;
}
.wp_btn img {
  width: 16px;
}
.pro_box .pro_hov {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  padding-top: 42%;
}
.pro_box .pro_hov p {
  background: #fff;
  width: 90px;
  margin: auto;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}
.pro_box .pro_hov p a {
  width: 50%;
  display: block;
  padding: 8px 0;
}
.pro_box .pro_hov p a:first-child {
  border-right: #ddd 1px solid;
}
.pro_box .pro_hov p a:hover,
.pro_box .pro_hov p a.pro_hov_act {
  background: #fff1d2;
}
.pro_box:hover .pro_hov {
  opacity: 1;
}

/*Our Categories*/
.categories_area {
  padding: 70px 0 0 0;
}
.heading {
  font-size: 1.6em;
}
.title_bdr {
  border-bottom: #ededed 2px solid;
  margin-top: 8px;
}
.cate_box {
  width: 305px;
  padding: 10px;
  margin: 10px auto;
}
.cate_box:hover {
  box-shadow: #ccc 0 0 10px;
}
.cate_pic {
  width: 285px;
  height: 285px;
}
.cate_pic figure {
  width: 285px;
  height: 285px;
}
.cate_pic img {
  max-width: 100%;
  height: auto;
  transition: all linear 0.5s;
}
.cate_name {
  margin-top: 8px;
  height: 20px;
  overflow: hidden;
  line-height: 1.2em;
}
.viewall {
  background: #138808;
  padding: 10px 22px;
  font-size: 0.84em;
  line-height: 1.5em;
}
.viewall:hover {
  background: #333;
}

/*Section*/
.icon_box {
  padding: 10px;
  width: 120px;
}
.icon_box img {
  width: 25px;
  margin-bottom: 5px;
}
.icon_box b {
  font-size: 0.8em;
  font-weight: 400;
}

/*Wellness Blog*/
.blog_area {
  background: url(../images/blog-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.blog_name {
  font-size: 1.25em;
  line-height: 1.15em;
  margin-top: 7px;
  height: 46px;
}
.blog_txt {
  margin-top: 12px;
  line-height: 1.6em;
  height: 75px;
}

/*Welcome*/
.welc_area {
  padding: 70px 0;
}
.welc_area h1 {
  line-height: 1.2em;
}
.welc_txt {
  margin: 20px 0 35px 0;
  line-height: 1.6em;
  color: #666666;
  height: 175px;
}

/*Question or Fact*/
.ques_area {
  border-radius: 30px;
  padding: 60px 0 0 0;
  min-height: 400px;
  margin: 0 5px;
}
.que_cont {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 15px 40px 50px 40px;
}
.que_name {
  font-size: 1.95em;
  height: 33px;
}
.que_txt {
  margin: 25px 0;
  color: #333333;
  line-height: 1.6em;
  height: 46px;
}
.knowmore {
  background: #00603a;
  padding: 12px 35px;
  font-size: 0.9em;
}
.knowmore:hover {
  background: #01472b;
}
.scroll_arr.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
.scroll_arr.owl-theme .owl-nav [class*="owl-"]:hover,
.scroll_arr.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
.scroll_arr.owl-theme .owl-nav button.owl-prev {
  background: #fff url(../images/left-arrow.svg) center no-repeat !important;
  position: absolute;
  left: 80px;
  top: 42% !important;
}
.scroll_arr.owl-theme .owl-nav button.owl-next {
  background: #fff url(../images/right-arrow.svg) center no-repeat !important;
  position: absolute;
  right: 80px;
  top: 42% !important;
}
.scroll_arr.owl-theme .owl-nav {
  margin-top: 0;
}
.scroll_arr.owl-theme .owl-nav span {
  display: none;
}
#owl-features.owl-carousel.scroll_arr.owl-theme .owl-nav button.owl-prev {
  background-color: #e8e8e8 !important;
  left: -30px;
  top: 30% !important;
  width: 32px;
  height: 32px;
}
#owl-features.owl-carousel.scroll_arr.owl-theme .owl-nav button.owl-next {
  background-color: #e8e8e8 !important;
  right: -30px;
  top: 30% !important;
  width: 32px;
  height: 32px;
}

/* Our Testimonials */
.testi_area {
  padding: 70px 0 50px 0;
  margin-top: 30px;
  background: #ead7c3 url(../images/testi-bg.jpg) no-repeat;
}
.testi_sml {
  letter-spacing: 1px;
}
.testi_box {
  background: #fff;
  padding: 30px;
  width: 96%;
  margin: 15px auto;
  color: #696e77;
  line-height: 1.4em;
  border-radius: 10px;
  box-shadow: #ddd 0 0 10px;
}
.testi_box:hover {
  box-shadow: #999 0 0 15px;
}
.testi_txt {
  line-height: 1.7em;
  color: #7e7e7e;
  height: 130px;
  margin-bottom: 25px;
}
.testi_pic {
  border: #eee 1px solid;
  width: 72px;
  height: 72px;
}
.testi_pic figure {
  width: 70px;
  height: 70px;
}
.testi_quote {
  margin: 20px 0 0 -15px;
  background: #a37e2d url(../images/quote.svg) center no-repeat;
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.testi_name {
  margin: 20px 0 0 13px;
}
.testi_arr.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
.testi_arr.owl-theme .owl-nav [class*="owl-"]:hover,
.testi_arr.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
.testi_arr.owl-theme .owl-nav button.owl-prev {
  background: #fff url(../images/left-arrow.svg) center no-repeat !important;
  position: absolute;
  left: -150px;
  top: 52% !important;
}
.testi_arr.owl-theme .owl-nav button.owl-next {
  background: #fff url(../images/right-arrow.svg) center no-repeat !important;
  position: absolute;
  left: -100px;
  top: 52% !important;
}
.testi_arr.owl-theme .owl-nav {
  margin-top: 0;
}
.testi_arr.owl-theme .owl-nav span {
  display: none;
}

/* Footer */
footer {
  background: #f8f1e9;
  padding: 55px 0 30px 0;
}
.foot2 {
  border-top: #dfd8d1 1px solid;
  padding: 30px 0 0 0;
  margin-top: 40px;
  font-size: 0.9em;
  color: #7e7e7e;
}
.foot3 {
  padding: 20px 0;
  background: #f2f3f7;
  box-shadow: #999 0 0 10px inset;
}
.foot_social a {
  background: #00603a;
  width: 37px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  margin: 0 1px 0 0;
  border-radius: 100%;
  text-align: center;
}
.foot_social img {
  height: 16px;
}
.foot_social a:hover {
  background: #01492d;
}
.ft_heading {
  font-size: 0.85em;
}
.ft_link a {
  padding: 4px 0;
  color: #333;
  font-size: 0.95em;
  display: inline-block;
  cursor: pointer;
}
.ft_link a:hover {
  color: #000;
}
.f_dd_box {
  margin: 16px 0 0 0;
}
.cont_dtl p {
  width: calc(100% - 35px);
}
.cont_dtl span {
  width: 30px;
}
.cont_dtl span img {
  height: 18px;
}
.post_custm_foot {
  background: #dbb56d url(../images/req-ico.jpg) 32px 2px no-repeat;
  border-radius: 30px;
  padding: 11px 12px 11px 75px;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-right: 25px;
  margin-top: 45px;
}
.post_custm_foot:hover {
  padding: 11px 2px 11px 85px;
}
.post_custm_foot::after {
  content: "";
  background: url(../images/arr-right.svg) no-repeat;
  position: absolute;
  right: 25px;
  top: 16px;
  width: 25px;
  height: 25px;
}
.post_custm_foot b {
  font-size: 1.6em;
}
.foot_tab {
  margin-top: 15px;
}
.foot_tab a {
  color: #dbb56d;
  display: inline-block;
  border: #dbb56d 1px solid;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.2em;
}
.foot_tab a:hover {
  color: #fff;
  border: #fff 1px solid;
}
.developed {
  background: #dee2e5;
  padding: 18px 0;
  font-size: 0.9em;
}

/* About Us */
.box_style {
  background: #fff;
  border: #eee 1px solid;
  border-radius: 10px;
  box-shadow: #eee 0 0 20px;
  padding: 25px;
}
.banner_arr.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  width: 30px;
  height: 30px;
}
.banner_arr.owl-theme .owl-nav [class*="owl-"]:hover,
.banner_arr.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
.banner_arr.owl-theme .owl-nav button.owl-prev {
  background: url(../images/left-arrow.svg) center no-repeat !important;
  position: absolute;
  left: 25px;
  top: 37% !important;
}
.banner_arr.owl-theme .owl-nav button.owl-next {
  background: url(../images/right-arrow.svg) center no-repeat !important;
  position: absolute;
  right: 25px;
  top: 37% !important;
}
.banner_arr.owl-theme .owl-nav {
  margin-top: 0;
}
.banner_arr.owl-theme .owl-nav span {
  display: none;
}
.sub_menu_list {
  border: 1px solid #dde5d3;
  border-radius: 5px;
}
.sub_menu_list ul li {
  list-style: none;
  display: block;
  width: 100%;
}
.sub_menu_list ul li > a {
  padding: 10px;
  display: block;
  background: #fbfbfb;
  border-bottom: 1px solid #f1f1f1;
}
.sub_menu_list ul li > a:hover {
  background: #00603a;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sub_menu_list h2 {
  font-size: 1.1em;
  background: #dde5d3;
  padding: 10px 10px;
  border-radius: 5px 5px 0 0;
}
.sub_menu_list h2 img {
  float: right;
  margin-top: 2px;
}

/* FAQ */
.accordion-header .accordion-button {
  background: #f8f8f8;
  border-radius: 5px;
}
.accordion-button:not(.collapsed) {
  background: #f0f9e7;
  outline: none;
  color: #343434;
}
.filt_area .accordion-item:first-child .accordion-header .accordion-button {
  background: #f0f9e7;
  color: #000;
}
.accordion-item {
  margin-bottom: 6px;
}

/*Testimoanial*/
.desc_txt {
  height: 40px;
  overflow: hidden;
  margin-top: 5px;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 400;
}
.h_auto {
  height: auto;
}
.post_testi_form {
  background: #00623f;
  color: #fff;
  padding: 25px;
}

/* Contact us */
.contact_list {
  color: #000;
}
.contact_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_list ul li {
  padding: 5px 10px 5px 0;
  transition: all 0.3s linear;
}
.cnt_heading {
  font-weight: 700;
}
.contact_desc {
  width: 99%;
  padding: 15px;
  background: #fff;
  margin-bottom: 1em;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e9e9e9;
}
.contact_desc .fa-solid {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  line-height: 28px;
  text-align: center;
  float: left;
  border-radius: 50%;
}
.contact_desc .sec_cnt p {
  width: calc(100% - 25px);
}
.contact_map {
  width: 100%;
  margin-top: 25px;
}
.contact_map iframe {
  width: 100%;
  height: 470px;
  border: 2px solid #000;
  border-radius: 10px;
}
.contact_list {
  color: #000;
}
.contact_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_list ul li {
  transition: all 0.3s linear;
  margin: 0;
  padding: 0;
  min-width: 48%;
  display: block;
  float: left;
  margin-right: 10px;
}
.contact_list ul li:hover {
  background: rgba(255, 255, 255, 1);
}
.contact_list ul li .circle_sec {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  box-shadow: #ddd 0 0 15px;
  border-radius: 100%;
  font-size: 2em;
  margin: auto;
  transition: all linear 0.2s;
}
.contact_list ul li .circle_sec span {
  display: table-cell;
  width: 80px;
  height: 80px;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}

/*Sitemap*/
.sitemap_link a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 7px;
  border: 1px solid #f1f1f1;
  width: 24%;
  margin: 3px 2px;
}
.sitemap_link a:hover {
  border: 1px solid #999;
  color: #000;
}

/*Login*/
.login_lft {
  padding: 0;
}
.login_lft ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.login_lft ul li {
  float: left;
  margin-right: 16px;
}
.login_lft ul li a {
  display: block;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 50px;
  border: transparent 1px solid;
  transition: all 0.3s linear;
}
.login_lft ul li a:hover,
.login_lft ul li a.login_lft_act {
  text-decoration: none;
  color: #00623a;
  border: #00623a 1px solid;
}
.login_lft ul li i {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.login_cont {
  padding: 30px;
  border: #ae872c solid;
  border-width: 0 10px;
}
.login_cont .form-control,
.login_cont .form-select {
  padding: 12px;
}
.reg_from .form-control,
.reg_from .form-select {
  font-size: 0.99em;
}

/*Listing*/
.subcate_filt a {
  padding: 3px 5px;
  display: block;
  position: relative;
  font-size: 0.9em;
}
.subcate_filt a:hover,
.subcate_filt a.subcate_filt_act {
  color: #00623a;
}
.filt_color {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
  float: left;
  margin-right: 5px;
  border: #ddd 1px solid;
}
.filt_opt {
  padding: 15px;
  background: #fff;
  border: #eee 1px solid;
  border-radius: 5px;
  margin-bottom: 10px;
}
.filt_area .accordion-item {
  border-radius: 5px;
}
#style-10::-webkit-scrollbar-track {
}
#style-10::-webkit-scrollbar {
  width: 5px;
}
#style-10::-webkit-scrollbar-thumb {
  background: #eee;
}
.style-10::-webkit-scrollbar-track {
}
.style-10::-webkit-scrollbar {
  width: 5px;
}
.style-10::-webkit-scrollbar-thumb {
  background: #eee;
}
.scrollbar {
  width: 100%;
  max-height: 150px;
  overflow-y: scroll;
  margin-top: 10px;
  overflow: auto;
  line-height: 12px;
}
.cust_check {
  display: block;
  position: relative;
  padding-left: 21px;
  padding-top: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.85em;
}
.cust_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: #ddd 1px solid;
}
.cust_check:hover input ~ .checkmark {
  background-color: #fff;
  border: #ccc 1px solid;
}
.cust_check input:checked ~ .checkmark {
  background-color: #fff;
  border: #ccc 1px solid;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cust_check input:checked ~ .checkmark:after {
  display: block;
}
.cust_check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #a87c25;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.timer_box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 3px;
}
#deal-timer {
  font-size: 0.9em;
}
.filt_title {
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 12px 30px 12px 12px;
  font-size: 0.95em;
  position: relative;
}
.filt_title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  background: url(../images/arr.svg) no-repeat;
  width: 10px;
  height: 10px;
}
.filt_list {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 2;
  padding: 10px;
  margin-top: 5px;
  border: #ccc 1px solid;
  border-radius: 5px;
  font-size: 0.9em;
}
.filt_list.active {
  display: block;
}

/*Details*/
.dtl_lft {
  width: 628px;
  border: 1px solid #f5f5f5;
}
.dtl_mid {
  width: calc(100% - 646px);
}
.dtl_mid h1 {
  font-size: 1.7em;
}
.dtl_pic {
  width: 500px;
  height: 500px;
}
.dtl_pic figure {
  width: 500px;
  height: 500px;
}
.ds_thm {
  width: 87px;
  height: 87px;
  margin-bottom: 7px;
}
.ds_thm figure {
  width: 85px;
  height: 85px;
}
.dtl_scroll_arr.owl-theme .owl-nav [class*="owl-"] {
  padding: 0;
  height: 40px;
  width: 30px;
}
.dtl_scroll_arr.owl-theme .owl-nav [class*="owl-"]:hover,
.dtl_scroll_arr.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
.dtl_scroll_arr.owl-theme .owl-nav button.owl-prev {
  background: #fff;
  position: absolute;
  left: -7px;
  top: 23% !important;
  box-shadow: 0px 0px 10px #d1d1d1;
}
.dtl_scroll_arr.owl-theme .owl-nav button.owl-prev:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
  line-height: 1.6em;
}
.dtl_scroll_arr.owl-theme .owl-nav button.owl-next {
  background: #fff;
  position: absolute;
  right: -7px;
  top: 23% !important;
  box-shadow: 0px 0px 10px #d1d1d1;
}
.dtl_scroll_arr.owl-theme .owl-nav button.owl-next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
  line-height: 1.6em;
}
.dtl_scroll_arr.owl-theme .owl-nav {
  margin-top: 10px;
}
.dtl_scroll_arr.owl-theme .owl-nav span {
  display: none;
}
.scroll_feat {
  width: 94%;
}
.dtl_mid .pro_qty {
  height: 48px;
  padding: 12px 0;
}

.dtl_mid .pro_fav {
  width: 48px;
  height: 48px;
}
.size-sec a {
  border: 2px solid #ccc;
  font-size: 0.8em;
  text-align: center;
  color: #636363;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 8px;
  margin-bottom: 5px;
}
.size-sec a:hover,
a:focus {
  border-color: #666 !important;
}
.size-sec a.actv {
  border-color: #333431 !important;
  color: #fff;
  background: #424241;
}

.color-sec a {
  line-height: 32px;
  margin: 0 0 3px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  box-shadow: 0px 2px 3px 0 rgb(0 0 0 / 10%);
  border-radius: 18px;
}
.color-sec a:hover,
a:focus {
  border-color: #333 !important;
}
.color-sec a.actv {
  border-color: #333 !important;
  color: #0b0b0b;
  background: #fffaef;
  position: relative;
}
.color-sec a.actv:after {
  content: "";
  background: url(../images/check.svg) center 5px no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dtl_rating {
  border: #eee 1px solid;
  display: inline-block;
  font-size: 0.9em;
  border-radius: 5px;
  padding: 5px 12px;
  margin-top: 15px;
  box-shadow: #eee 1px 1px 2px;
}
.dtl_rating span {
  color: #ccc;
}

.dtl_tab .nav-link {
  margin: 0 2px -1px 0;
  padding: 10px 15px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}

.product-badge {
  position: absolute;
  top: 2%;
  right: -11px;
  z-index: 2 !important;
  padding-top: 0.425rem;
  padding-left: 0.625rem;
  padding-right: 1rem;
  padding-bottom: 0.425rem;
  transform: translateY(-50%);
  border-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8125rem;
  z-index: 1;
}
.product-badge::after {
  position: absolute;
  bottom: -0.475rem;
  right: 0.25rem;
  height: 0;
  width: 0;
  transform: rotate(-45deg);
  border: solid rgba(0, 0, 0, 0);
  content: " ";
  pointer-events: none;
  border-width: 0.525rem;
}
.product-badge.pro_outstock {
  background-color: #cc0000;
  color: #fff;
}
.product-badge.pro_outstock::after {
  border-color: rgba(66, 214, 151, 0);
  border-bottom-color: #cc0000;
}
.product-badge.pro_stock {
  background-color: #00653c;
  color: #fff;
}
.product-badge.pro_stock::after {
  border-color: rgba(66, 214, 151, 0);
  border-bottom-color: #00653c;
}

.offer_list {
  height: 120px;
  overflow: hidden;
}
.offer_act {
  color: #f02447;
  font-size: 0.9em;
}

.odr_dtls .suplr_logo {
  width: 55px;
  height: 55px;
}

.dtl_rat_list {
  border-top: #eee 1px solid;
  padding: 15px 0;
  font-size: 0.95em;
  position: relative;
}
.dtl_rating {
  border: #eee 1px solid;
  display: inline-block;
  font-size: 0.9em;
  border-radius: 5px;
  padding: 5px 12px;
  margin-top: 15px;
  box-shadow: #eee 1px 1px 2px;
}
.dtl_rating i {
  font-size: 0.8em;
  display: inline-block;
}
.dtl_rating span {
  color: #ccc;
}

.purchase_tab .nav-link {
  color: #333333;
}
.freq_plus {
  margin-top: 130px;
  font-size: 2em;
}

.tab_accordion {
  background: url(../images/pls.svg) no-repeat 100% center;
}
.tab_accordion_act {
  background: url(../images/mns.svg) no-repeat 100% center;
}

/*Cart*/
.cart_area {
  background: #f5f6fa;
  border-bottom: #ededed 1px solid;
}
.cart_pic {
  float: left;
  width: 75px;
  height: 86px;
  text-align: center;
  overflow: hidden;
  margin-right: 15px;
}
.cart_pic span {
  width: 75px;
  height: 86px;
  vertical-align: middle;
  display: table-cell;
}
.cart_pic img {
  max-height: 100%;
  max-width: 100%;
}
.cart_price {
  color: #000;
  font-size: 1.3em;
  margin-top: 5px;
}
.cart_price i {
  font-size: 0.9em;
}
.cart_links {
  margin-top: 8px;
}
.cart_links a {
  display: inline-block;
}
.cart_dlvr_time {
  color: #2eacac;
  margin-top: 10px;
  font-size: 0.9em;
}

/* CHECKOUT */
.checkout_box {
  background: #fafff5;
  border: #e8ede2 1px solid;
  padding: 20px;
  border-radius: 5px;
}
.check_next {
  background: url(../images/add.svg) no-repeat 100% center;
  cursor: pointer;
}
.check_next_act {
  background: url(../images/less.svg) no-repeat 100% center;
}

/* Payment */
.pay_type {
  margin-top: 20px;
  padding: 25px;
}

/*Invoice*/
.thnku-bg {
  text-align: center;
  padding: 15px;
}
.thnku-bg img {
  float: left;
  margin-right: 10px;
}
.invoice {
  width: 90%;
  margin: 10px auto;
  background: #fff;
  padding: 20px;
  box-shadow: #ddd 0 0 10px;
  border-radius: 10px;
}

/*Dashboard*/
.acc_left_sec {
  padding-right: 15px;
}
.acc_left_sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.acc_user {
  padding: 15px 0;
  border-bottom: #eee 1px solid;
  text-align: center;
  font-size: 2.5em;
}
ul.acc_left_links li {
  text-align: center;
  margin: 0 0 0.5em 0;
}
ul.acc_left_links li a {
  display: block;
  padding: 12px 5px;
  font-size: 0.9em;
  line-height: 1.2em;
  background: #fff;
  color: #383838;
  transition: all 0.3s linear;
  border-radius: 10px;
  border: 1px solid #ededed;
}
ul.acc_left_links li a:hover,
ul.acc_left_links li a.acc_left_act {
  background: #e5cd9f;
  color: #000;
}
ul.acc_left_links li span {
  display: block;
  margin-top: 5px;
}
ul.acc_left_links li img {
  width: 20px;
}
.acc_right_sec {
  background: #fff;
  box-shadow: #ddd 0 0 25px;
  padding: 30px;
  border-radius: 10px;
}
.acc_sect_box {
  border: #eee 1px solid;
  border-radius: 10px;
  color: #fff;
  padding: 20px 5px;
  text-align: center;
  transition: all 0.3s linear;
}
.acc_sect_box:hover {
  border: #ddd 1px solid;
  box-shadow: #eee 0 0 10px;
}
.acc_sect_box img {
  height: 30px;
  filter: invert(1) brightness(10);
  margin-bottom: 8px;
}
.acc_heading {
  font-size: 1.2em;
  font-weight: 600;
}

/* My Wishlist */
.t_option {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
  font-weight: 600;
  font-size: 0.95em;
}
.wish_rgt {
  width: calc(100% - 100px);
}
.wish_dtls {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  line-height: 18px;
  color: #333;
}
.odr_thm {
  width: 82px;
  height: 82px;
  text-align: center;
  overflow: hidden;
  border: #ddd 1px solid;
}
.odr_thm span {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  display: table-cell;
}
.odr_thm img {
  max-height: 100%;
  max-width: 100%;
}

/*Order-history*/
.order_list {
  border: #ccc 1px solid;
  border-radius: 5px;
  margin: 10px 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s linear;
}
.order_list:hover {
  border: #999 1px solid;
}
.order_tp {
  border-bottom: #ddd 1px solid;
}
.order_tp span {
  display: block;
  padding: 10px;
}
.odr_dtls {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  line-height: 20px;
  color: #333;
  font-size: 0.9em;
}
.odr_dtls .pro_name {
  line-height: 20px;
  font-weight: 600;
}
.odr_dtls .pro_name a {
  color: #0f97a5;
}
.filt_links {
  border: #ddd 1px solid;
  border-radius: 8px;
  background: #f7f7f7;
  overflow: hidden;
}
.filt_links a {
  float: left;
  width: 33.3%;
  padding: 15px;
  display: block;
  text-align: center;
  border-right: #eee 1px solid;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s linear;
}
.filt_links a:hover,
.filt_links a.filt_links_act {
  background: #333;
  color: #fff;
}
.order_links i {
  width: 22px;
  text-align: center;
}
.track_line {
  width: 3px;
  height: 70px;
  margin: 5px 0 0 8px;
}
.form-label {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.order_pic {
  width: 72px;
  height: 72px;
}
.order_pic figure {
  width: 70px;
  height: 70px;
}

/*Thanks*/
.thanks_bg {
  background: #362418 url(../images/thanks-img.jpg) left no-repeat;
}
.thanks_txt {
  margin-top: 120px;
  color: #fff;
  font-size: 2.5em;
}

/* Brands */
.brand_sml {
  width: 160px;
  height: 116px;
  text-align: center;
  overflow: hidden;
  margin: 12px auto;
  transition: all 0.3s linear;
}
.brand_sml:hover {
  box-shadow: #ddd 0 0 10px;
}
.brand_sml span {
  width: 160px;
  height: 116px;
  vertical-align: middle;
  display: table-cell;
}
.brand_sml img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  transition: all linear 0.7s;
}
.brand_sml:hover img {
  transform: scale(1.1);
}

/* Image Gallery */
.gal_pic {
  width: 292px;
  height: 292px;
  transition: all 0.3s linear;
}
.gal_pic span {
  width: 290px;
  height: 290px;
}
.gal_pic .gal_expand {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 100%;
  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
}
.gal_pic:hover .gal_expand {
  opacity: 1;
}
.gal_pic .gal_expand a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
}
.gal_pic .gal_expand img {
  background: #f6912c;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  margin-top: 40%;
  margin-bottom: 15px;
  padding: 10px;
  transition: all 0.3s linear;
}
.gal_pic .gal_expand img:hover {
  background: #333;
  color: #fb0000;
}

/*Blog*/
.blog_cate a {
  float: left;
  width: 32.9%;
  margin: 2px;
  padding: 15px 18px;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-left: #00603b 5px solid;
  transition: all 0.3s linear;
}
.blog_cate a:hover {
  background: #00603b;
  color: #fff;
}
.blog_box {
  width: 582px;
  padding: 15px;
  border: #ddd 1px solid;
}
.blog_box:hover {
  border: #999 1px solid;
  box-shadow: #ccc 0 0 15px;
}
.blog_pic {
  width: 550px;
  height: 275px;
}
.blog_pic span {
  width: 550px;
  height: 275px;
}
.blog_title {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-top: 15px;
  height: 22px;
}
.blog_bdr {
  background: #dbb56d;
  width: 50px;
  height: 2px;
}
.blog_desc {
  font-size: 0.95em;
  margin: 10px 0;
  line-height: 1.2em;
  height: 35px;
}

/*Latest News */
.news_box {
  width: 390px;
  border-radius: 10px;
  margin: 15px auto;
}
.news_box:hover {
  box-shadow: #ddd 0 0 15px;
}
.news_pic {
  width: 390px;
  height: 225px;
  text-align: center;
  overflow: hidden;
}
.news_pic figure {
  width: 390px;
  height: 225px;
  vertical-align: middle;
  display: table-cell;
}
.news_pic img {
  max-height: 100%;
  max-width: 100%;
}
.news_cont {
  padding: 20px 20px;
}
.news_name {
  font-size: 1.1em;
  height: 42px;
  margin-top: 7px;
}
.news_txt {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 12px;
  height: 60px;
}

/*Certificates */
.certi_outer {
  width: 390px;
  margin: 0 auto 20px;
  padding: 5px;
  background: #4d55c7;
  background-image: linear-gradient(#000, #999, #000, #999, #000);
}
.certi_outer:hover {
  background-image: linear-gradient(#005a34, #000, #005a34);
}
.certi_pic {
  width: 380px;
  height: 285px;
  text-align: center;
  overflow: hidden;
}
.certi_pic figure {
  width: 380px;
  height: 285px;
  vertical-align: middle;
  display: table-cell;
}
.certi_pic img {
  max-height: 100%;
  max-width: 100%;
}

/* Team */
.team_box {
  width: 282px;
  padding: 10px;
  border: #ddd 1px solid;
}
.team_box:hover {
  border: #8b744e 1px solid;
  box-shadow: #ccc 3px 4px 12px;
}
.team_box .team_pic {
  width: 260px;
  height: 190px;
  text-align: center;
  overflow: hidden;
  filter: grayscale(100%);
}
.team_box:hover .team_pic {
  filter: grayscale(0);
}
.team_pic figure {
  width: 260px;
  height: 190px;
  vertical-align: middle;
  display: table-cell;
}
.team_pic img {
  max-height: 100%;
  max-width: 100%;
}
.team_name {
  margin-top: 10px;
  font-size: 1em;
  height: 23px;
}
.team_txt {
  font-size: 0.9em;
  line-height: 1.5em;
  height: 44px;
  margin-top: 5px;
  color: #666;
}
.livechat {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.livechat img {
  width: 100px;
}

/*15-07-25*/
.sub_cate_list {
  display: flex;
}
.sub_cate_list b {
  font-size: 1.2em;
  display: inline-block;
  padding-right: 7px;
}
.sub_cate_list span {
  display: inline-flex;
  flex-wrap: wrap;
}
.sub_cate_list span a {
  font-size: 0.88em;
  padding: 0.2em 0.5em;
  display: inline-block;
  border: 1px solid #c1dad0;
  white-space: nowrap;
  margin: 0.1em;
  color: #00603a;
  border-radius: 2px;
}
.sub_cate_list span a:hover {
  background: #00603a;
  color: #fff;
}
.sub_cate_list span i a {
  border: 1px solid #1a73e8;
  font-style: normal;
}
.sub_cate_list span i a:hover {
  background: #1a73e8;
  color: #fff !important;
}
/*Offers*/
.offer_w {
  border: 1px solid #dce0dc;
  background: #eef9e2;
  width: 90%;
}
.offer_w:hover {
  box-shadow: 0px 0px 10px #ccc;
  border: 1px solid #51b51d;
}
.offer_content a {
  display: block;
  text-decoration: none;
}
.offer_content a:hover {
  text-decoration: none;
}
.offer_black_txt {
  font-size: 34px;
  color: #000;
  line-height: 37px;
  height: 74px;
  overflow: hidden;
}
.offer_orange_txt {
  font-size: 34px;
  color: #f53f0d;
  line-height: 40px;
}
.offer_sml_txt {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.shop_btn {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  background: #036d4b;
  border-radius: 30px;
  padding: 4px 25px;
  display: inline-block;
  text-transform: uppercase;
}
.shop_btn:hover {
  background: #43a42d;
  color: #fff;
}
.offer_img {
  width: 100%;
  height: 110px;
}
.offer_img img {
  max-width: 100%;
  height: auto;
  max-height: 110px;
}
.combo_cart {
  margin-top: -1px;
  z-index: 9;
}
.combo_tabs a {
  padding: 0.44em 1.4em;
  font-size: 1.1em;
  line-height: 1.4em;
  background: #dee2e6;
  margin: 0 0.2em;
  display: inline-block;
  color: #333;
}
.combo_tabs a.act {
  background: #00603a;
  color: #fff;
}
.tab_hider {
  display: none;
}

.paging_nav ul {
  margin: 0;
}
.active > .page-link,
.page-link.active {
  background-color: #00603a;
  border-color: #0a7a4e;
}
.page-link {
  color: #000;
  padding: 5px 10px;
  margin: 4px;
  line-height: 1.3em;
}
.paging_nav {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-width: 1px 0;
}
.disabled > .page-link,
.page-link.disabled {
  background-color: #f7f7f7;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/*Whatsapp*/
#whatsapp {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 1;
  z-index: 99990;
}
#whatsapp #whatsappMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0);
  width: 70px;
  height: 70px;
  color: #40c351;
  z-index: 9;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
}
#whatsapp #whatsappMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: url("../images/whatsapp.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 1.5s linear infinite;
  -moz-animation: zcwphone2 1.5s linear infinite;
  animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow:
      0 0 8px 6px,
      0 0 12px 10px rgba(0, 0, 0, 0),
      0 0 12px 14px;
  }
  100% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@-moz-keyframes zcwmini2 {
  0% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow:
      0 0 8px 6px,
      0 0 12px 10px rgba(0, 0, 0, 0),
      0 0 12px 14px;
  }
  100% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@keyframes zcwmini2 {
  0% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow:
      0 0 8px 6px,
      0 0 12px 10px rgba(0, 0, 0, 0),
      0 0 12px 14px;
  }

  100% {
    box-shadow:
      0 0 8px 6px rgba(207, 8, 8, 0),
      0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}

/* ========== Desktop/Laptop below 1280px  ========== */
@media only screen and (max-width: 1279px) {
  /*Header*/
  .menu .navbar-nav .nav-item {
    margin-right: 22px;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9em;
  }
  .srch_form {
    width: 525px;
  }

  /*Section*/
  .sect_box {
    width: 315px;
  }
  .sect_pic {
    width: 315px;
    height: 178px;
  }
  .sect_pic figure {
    width: 315px;
    height: 178px;
  }

  /*Products*/
  .product_area .nav-tabs .nav-link {
    font-size: 1.2em;
  }

  /* Our Testimonials */
  .testi_box {
    padding: 15px;
  }
  .testi_txt {
    line-height: 1.4em;
    height: 132px;
    margin-bottom: 15px;
  }

  /*Footer*/
  .foot_social a {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .post_custm_foot {
    background: #dbb56c url(../images/req-ico.jpg) 16px 2px no-repeat;
    padding: 11px 12px 11px 61px;
  }
  .post_custm_foot::after {
    right: 5px;
  }
  .post_custm_foot:hover {
    padding: 11px 2px 11px 65px;
  }
  .foot_tab a {
    padding: 14px 20px;
    font-size: 1em;
  }

  /*Details*/
  .ds_thm {
    width: 80px;
    height: 80px;
  }
  .ds_thm figure {
    width: 78px;
    height: 78px;
  }
  .dtl_pic {
    width: 430px;
    height: 430px;
  }
  .dtl_pic figure {
    width: 430px;
    height: 430px;
  }
  .dtl_mid {
    width: calc(100% - 530px);
  }
  .dtl_lft {
    width: 530px;
  }

  /*Blog*/
  .blog_box {
    width: 472px;
    padding: 10px;
  }
  .blog_pic {
    width: 450px;
    height: 225px;
  }
  .blog_pic span {
    width: 450px;
    height: 225px;
  }

  /*Latest News */
  .news_box {
    width: 310px;
  }
  .news_pic {
    width: 310px;
    height: 179px;
  }
  .news_pic figure {
    width: 310px;
    height: 179px;
  }
  .news_cont {
    padding: 15px;
  }

  /*Certificates */
  .certi_outer {
    width: 310px;
    padding: 5px;
    margin: 0 auto 20px;
  }
  .certi_pic {
    width: 300px;
    height: 225px;
  }
  .certi_pic figure {
    width: 300px;
    height: 225px;
  }

  /* Team */
  .team_box {
    width: 202px;
    padding: 5px;
  }
  .team_box .team_pic {
    width: 190px;
    height: 139px;
  }
  .team_pic figure {
    width: 190px;
    height: 139px;
  }
  .team_name {
    margin-top: 10px;
    font-size: 1em;
    height: 22px;
  }
  .team_txt {
    font-size: 0.75em;
    height: 37px;
  }
}

/* ================= Desktop/Laptop below 1152px  ================= */
@media only screen and (max-width: 1151px) {
  /*Header*/
  .heading {
    font-size: 1.6em;
  }

  /*Thanks*/
  .thanks_bg {
    background: #362418 url(../images/thanks-img.jpg) -150px no-repeat;
  }

  /* Details */
  .dtl_mid {
    width: 45%;
  }

  /* Image Gallery */
  .gal_pic {
    width: 232px;
    height: 232px;
  }
  .gal_pic span {
    width: 230px;
    height: 230px;
  }
  .gal_pic .gal_expand a {
    font-size: 1em;
  }
  .gal_pic .gal_expand i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 35%;
  }
}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (max-width: 991px) {
  .tab_hid {
    display: none;
  }

  /*Header*/
  .call_mail {
    margin: 4px 0 0 0;
  }
  .toplink a {
    font-size: 0.9em;
  }
  .logo img {
    width: 110px;
    height: 54px;
  }
  .nav-item > span {
    float: right;
    padding: 12px 12px 15px;
    background: #f1f1f1;
    line-height: 11px;
    margin: 1px 0;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1em;
  }
  .dropdown:hover > ul.dropdown-menu,
  .drop-full:hover > .dropdown-menu {
    display: none;
  }
  .dropdown > ul.dropdown-menu.show,
  .drop-full > .dropdown-menu.show {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .dropdown-menu .submenu {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #fff !important;
    border-radius: 5px;
  }
  .dropdown-item {
    padding: 4px 10px;
  }
  .srch_area {
    margin: 15px 20px 0 0;
  }
  .srch_form {
    display: none;
    position: absolute;
    left: 0;
    top: 105px;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 9;
  }
  .sidebar_links a {
    color: #fff;
  }
  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .wish_ico {
    margin-top: 15px;
  }
  .cart_ico {
    margin: 15px 0 0 20px;
  }
  .signin_top {
    margin: 10px 0 0 20px;
  }
  .currency {
    margin: 0 20px 0 0;
  }
  .lang-menu {
    margin: 3px 0 0 0;
  }
  .menu {
    padding: 3px 0;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0;
  }
  .menu .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
  .menu .dropdown-menu .submenu {
    display: block;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #fff !important;
    border-radius: 5px;
  }
  .menu .dropdown-item {
    padding: 4px 10px;
  }
  .menu .navbar-toggler {
    margin: 0;
    padding: 0;
    background: #eee;
  }
  .menu .dropdown-menu .submenu .dropdown-item {
    font-size: 0.9em;
    padding: 0 10px;
  }
  .menu .dropdown-item {
    font-size: 0.9em;
  }
  .menu .navbar-nav .dropdown-menu {
    background: #e2f9f9;
  }
  .menu .nav-link {
    font-size: 1em;
    padding: 12px 0 !important;
  }
  .menu .navbar-nav > li {
    border-bottom: 1px solid #29a4a9;
  }
  .menu .navbar-nav .nav-item {
    margin-right: 0;
  }
  .menu .navbar-nav > li .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
  }
  .menu .submenu_links {
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .srch_sec1 {
    width: 20%;
  }
  .srch_sec2 {
    width: 47%;
  }

  .menu .submenu_links a {
    padding: 4px 0;
  }
  .submenu_menu a {
    padding: 0px 5px 0px 0;
    width: 50%;
  }
  .submenu_menu {
    font-size: 0.88em;
    line-height: 1.1em;
  }

  .menu_cols .col b {
    height: auto;
    font-size: 0.9em !important;
  }

  /*Section*/
  .sect_area {
    padding: 35px 0;
  }
  .sect_box {
    width: 230px;
  }
  .sect_pic {
    width: 230px;
    height: 130px;
  }
  .sect_pic figure {
    width: 230px;
    height: 130px;
  }
  .sect_name {
    margin-top: 10px;
    font-size: 1em;
    height: 21px;
  }
  .sect_txt {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.2em;
    height: 70px;
  }
  .readmore {
    font-size: 0.75em;
    padding: 0 0 0 25px;
    height: 20px;
  }
  .readmore:hover {
    padding: 0 0 0 30px;
  }
  .readmore:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -3px;
  }

  /*Categories*/
  .cate_box {
    width: 235px;
  }
  .cate_pic {
    width: 215px;
    height: 215px;
  }
  .cate_pic figure {
    width: 215px;
    height: 215px;
  }

  /*Welcome*/
  .welc_area {
    padding: 30px 0;
  }
  .welc_txt {
    margin: 20px 0;
    height: 125px;
  }
  .que_cont {
    padding: 15px;
  }
  .scroll_arr.owl-theme .owl-nav button.owl-prev {
    left: 10px;
    top: 40% !important;
  }
  .scroll_arr.owl-theme .owl-nav button.owl-next {
    right: 10px;
    top: 40% !important;
  }

  .sub_menu_list {
    margin-top: 1em;
  }
  .sub_menu_list ul {
    display: none;
  }

  /*Question or Fact*/
  .ques_area {
    padding: 15px;
    padding: 40px 0;
    min-height: inherit;
  }
  .que_name {
    font-size: 1.5em;
    height: 26px;
  }
  .que_txt {
    line-height: 1.3em;
    height: 60px;
  }
  .knowmore {
    padding: 9px 20px;
    font-size: 0.85em;
  }

  /* Our Testimonials */
  .testi_area {
    padding: 40px 0;
  }

  /*New Arrivals*/
  .pro_cart_ico {
    top: 185px;
    text-align: right;
    left: inherit;
    right: 10px;
    opacity: 1;
  }
  .pro_box .pro_hov {
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
  }
  .pro_box .pro_hov p {
    border: #ddd 1px solid;
    width: 75px;
  }
  .pro_box .pro_hov p a {
    padding: 5px 0;
  }

  /* What People Say About Us */
  .testi_box {
    width: 98%;
  }
  .testi_txt {
    height: 60px;
  }

  /* Footer */
  footer {
    padding: 20px 0;
  }
  .f_dd_box {
    display: none;
    margin: 0px;
  }
  .dd_next {
    margin: 0;
    padding: 7px 0;
    background: url(../images/pls.svg) no-repeat 100% center;
    font-size: 0.9em;
  }
  .dd_next_act {
    background: url(../images/mns.svg) no-repeat 100% center;
  }
  .foot2 {
    margin-top: 15px;
    padding-top: 15px;
  }

  /* Contact Us */
  .contact_list ul li {
    float: none;
    padding: 20px 0;
    width: 100%;
  }
  .contact_desc {
    width: 100%;
    padding: 0;
  }

  /*Sitemap*/
  .sitemap_link a {
    width: 32%;
  }

  /*Dashboard*/
  ul.acc_left_links li {
    float: left;
    width: 25%;
    border-right: #fff 1px solid;
    margin: 0;
  }
  ul.acc_left_links li a {
    border-radius: 0;
  }
  ul.acc_seller_links li {
    float: left;
    width: 50%;
    border-right: #fff 1px solid;
    margin: 0;
  }
  ul.acc_seller_links li a {
    border-radius: 0;
  }
  .acc_right_sec {
    padding: 20px;
  }
  .acc_left_sec {
    padding-right: 0;
  }

  /*Wishlist*/
  .wish_rgt {
    width: 83%;
  }

  /*Thanks*/
  .thanks_txt {
    font-size: 1.8em;
  }

  /*Listing*/
  .filter_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .filt_list {
    position: inherit;
  }

  /*Details*/
  .dtl_lft {
    float: none;
    width: 520px;
    margin: auto;
  }
  .dtl_mid {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .dtl_tab .nav-link {
    padding: 10px 20px !important;
  }
  .freq_plus {
    font-size: 1.5em;
  }

  /*Testimonials*/
  .post_testi_box {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
  }
  .btn-group-sm > .btn,
  .btn-sm {
    font-size: 0.9em;
  }

  /* Image Gallery */
  .gal_pic {
    width: 162px;
    height: 162px;
  }
  .gal_pic span {
    width: 160px;
    height: 160px;
  }
  .gal_pic .gal_expand i {
    margin-top: 28%;
  }

  /*Blog*/
  .blog_cate a {
    width: 49%;
  }
  .blog_box {
    width: 352px;
  }
  .blog_pic {
    width: 330px;
    height: 165px;
  }
  .blog_pic span {
    width: 330px;
    height: 165px;
  }
  .blog_title {
    font-size: 1em;
    height: 40px;
  }

  /*Latest News */
  .news_box {
    width: 230px;
  }
  .news_pic {
    width: 230px;
    height: 133px;
  }
  .news_pic figure {
    width: 230px;
    height: 133px;
  }
  .news_cont {
    padding: 10px;
  }
  .news_name {
    font-size: 0.85em;
    height: 33px;
  }
  .news_txt {
    font-size: 0.8em;
    height: 35px;
  }
}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 1.4em;
  }
  .cms-img {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
  .breadcrumb {
    display: none;
  }
  .mob_hid {
    display: none;
  }

  /*Header*/
  .top_sec {
    padding: 5px 0;
  }
  .toplink a {
    padding: 0 4px;
  }
  .call_mail {
    margin: 2px 0 0 0;
    font-size: 0.9em;
  }

  /*Section*/
  .sect_box {
    width: 200px;
  }
  .sect_pic {
    width: 200px;
    height: 113px;
  }
  .sect_pic figure {
    width: 200px;
    height: 113px;
  }

  /*Categories*/
  .cate_box {
    width: 200px;
    padding: 5px;
  }
  .cate_pic {
    width: 190px;
    height: 190px;
  }
  .cate_pic figure {
    width: 190px;
    height: 190px;
  }

  /*Products*/
  .pro_box {
    width: 202px;
    padding: 5px;
  }
  .pro_pic {
    width: 190px;
    height: 190px;
  }
  .pro_pic span {
    width: 190px;
    height: 190px;
  }
  .pro_name {
    height: 32px;
  }
  .pro_txt {
    font-size: 0.85em;
    height: 40px;
  }
  .add_btn img {
    width: 13px;
  }

  /*Welcome*/
  .welc_txt {
    height: 100px;
  }

  /*Question or Fact*/
  .que_txt {
    margin: 10px 0;
    height: 50px;
  }

  /* What People Say About Us */
  .testi_txt {
    height: 35px;
  }

  /*Brands*/
  .brand_sml,
  .brand_sml span {
    width: 140px;
    height: 102px;
  }

  /* About Us */
  .box_style {
    padding: 15px;
  }

  /* Testimonials */
  .testi_date {
    position: inherit;
    margin-top: 3px;
  }

  /*Dashboard*/
  ul.acc_left_links li {
    width: 25%;
  }

  /* Wishlist */
  .wish_rgt {
    width: 86%;
  }
  .odr_dtls {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  /*Thanks*/
  .thanks_bg {
    background: #362418 url(../images/thanks-img.jpg) -200px -100px no-repeat;
  }
  .thanks_txt {
    margin-top: 270px;
    font-size: 1.2em;
  }

  /*Blog*/
  .blog_box {
    width: 302px;
  }
  .blog_pic {
    width: 280px;
    height: 140px;
  }
  .blog_pic span {
    width: 280px;
    height: 140px;
  }
  .blog_title {
    height: 33px;
  }
  .blog_desc {
    height: 30px;
  }

  /*Latest News */
  .news_box {
    width: 200px;
  }
  .news_pic {
    width: 200px;
    height: 116px;
  }
  .news_pic figure {
    width: 200px;
    height: 116px;
  }

  /*Sitemap*/
  .sitemap_link a {
    width: 48%;
  }
}

/* ======== Mobile (Portrait) below 480px =========== */
@media only screen and (max-width: 479px) {
  /*Header*/
  .logo img {
    width: 90px;
    height: 44px;
  }

  /*Section*/
  .sect_box {
    width: 165px;
  }
  .sect_pic {
    width: 165px;
    height: 93px;
  }
  .sect_pic figure {
    width: 165px;
    height: 93px;
  }

  /*Products*/
  .heading {
    font-size: 1.2em;
  }
  .product_area .nav-tabs .nav-link {
    font-size: 1.1em;
    margin: 0 5px;
  }
  .pro_box {
    width: 162px;
  }
  .pro_pic {
    width: 150px;
    height: 150px;
  }
  .pro_pic span {
    width: 150px;
    height: 150px;
  }

  /*Categories*/
  .cate_box {
    width: 160px;
    padding: 5px;
  }
  .cate_pic {
    width: 150px;
    height: 150px;
  }
  .cate_pic figure {
    width: 150px;
    height: 150px;
  }

  /*Question or Fact*/
  .ques_area {
    padding: 20px;
    border-radius: 15px;
  }
  .que_cont {
    padding: 15px;
    border-radius: 15px;
  }
  .que_name {
    font-size: 1.2em;
    height: 20px;
  }
  .que_txt {
    height: 85px;
  }
  .scroll_arr.owl-theme .owl-nav button.owl-prev {
    left: 5px;
  }
  .scroll_arr.owl-theme .owl-nav button.owl-next {
    right: 5px;
  }

  .foot_social {
    text-align: center;
    margin-bottom: 1.5em;
  }

  /* What People Say About Us */
  .testi_txt {
    height: 88px;
  }
  .paging_nav ul {
    margin: 10px auto;
  }
  .paging_nav nav {
    width: 100%;
  }
  .total_result {
    width: 100%;
    text-align: center;
  }

  /* Wishlist */
  .wish_rgt {
    width: 80%;
  }

  /*Order History*/
  .filt_links a {
    padding: 10px 0;
    font-size: 1em;
  }

  /* Details */
  .dtl_lft {
    width: 325px;
  }
  .dtl_pic {
    width: 270px;
    height: 270px;
  }
  .dtl_pic figure {
    width: 270px;
    height: 270px;
  }
  .ds_thm {
    width: 52px;
    height: 52px;
    margin-bottom: 3px;
  }
  .ds_thm figure {
    width: 50px;
    height: 50px;
  }
  .dtl_mid {
    padding: 0;
  }
  .dtl_mid h1 {
    font-size: 1.3em;
  }
  .product-badge {
    top: 0%;
    right: -8px;
  }
  .dtl_tab .nav-link {
    padding: 10px 9px !important;
  }
  .icon_box {
    padding: 5px;
    width: 100px;
  }

  /*Dashboard*/
  ul.acc_left_links li {
    width: 50%;
  }
  .acc_right_sec {
    padding: 12px;
  }
  .acc_heading {
    font-size: 1em;
  }

  /*Blog*/
  .blog_cate a {
    width: 100%;
    margin: 1px 0;
  }

  /*Latest News */
  .news_box {
    width: 170px;
  }
  .news_pic {
    width: 170px;
    height: 99px;
  }
  .news_pic figure {
    width: 170px;
    height: 99px;
  }

  /*Certificates */
  .certi_outer {
    width: 160px;
    margin: 0 auto 10px;
  }
  .certi_pic {
    width: 150px;
    height: 113px;
  }
  .certi_pic figure {
    width: 150px;
    height: 113px;
  }

  /* Team */
  .team_box {
    width: 162px;
  }
  .team_box .team_pic {
    width: 150px;
    height: 110px;
  }
  .team_pic figure {
    width: 150px;
    height: 110px;
  }
  .team_name {
    margin-top: 10px;
    font-size: 1em;
    height: 22px;
  }
  .team_txt {
    font-size: 0.75em;
    height: 37px;
  }

  /*Sitemap*/
  .sitemap_link a {
    width: 98%;
  }

  .sub_cate_list {
    flex-wrap: wrap;
  }
  .sub_cate_list b {
    padding-bottom: 5px;
  }
}

@media print {
  header,
  footer,
  input[type="button"],
  input[type="submit"],
  .noprint {
    display: none !important;
    visibility: hidden;
  }
  a[href]:after {
    content: none !important;
  }
}
