/**
* Template Name: Multi - v4.9.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Anton", sans-serif; */
  font-family: "Nunito Sans", sans-serif;
}

@font-face {
  font-family: 'Alokary';
  src: url('fonts/Alokary.eot');
  src: url('../../fonts/Alokary.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/Alokary.woff2') format('woff2'),
       url('../../fonts/Alokary.woff') format('woff'),
       url('../../fonts/Alokary.ttf')  format('truetype'),
       url('../../fonts/Alokary.svg#Alokary') format('svg');
}
@font-face {
    font-family: 'versaillesregular';
    src: url('../../fonts/jen_wagner_co._-_versailles_regular-webfont.woff2') format('woff2'),
         url('../../fonts/jen_wagner_co._-_versailles_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a {
  color: #ed502e;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rajdhani", sans-serif; font-weight: 700 !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 990px;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
}

#hero .carousel-container {
  align-items: center;
  position: absolute;
  bottom: 0;
  top:0;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #ccc;
  margin: 0;
  font-size: 100px; line-height: 104px;
}
#hero h2 em { color:#ff5a64;}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}
#hero h2 span {
  background: linear-gradient(to right,  #5d3efd 0%,#21d6a4 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 1px;
  height: 35px;
  opacity:1;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}

#hero .btn-get-started {
  font-weight: 400;
  font-size:26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 60px;
  border-radius: 200px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: linear-gradient(to right, #5d3efd 0%, #21d6a4 100%);
  margin-top: 40px;
}

#hero .btn-get-started:hover {
  background: linear-gradient(to right,  #22d6a4 0%,#5e3dfd 100%);
  color:#fff;
}

@media (max-width: 992px) {
  #hero {
    height: 900px;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed502e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0; position: absolute; top: 0; z-index: 99;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 10002;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image:url(../../images/fancybox_sprite.png);
}
.fancybox-nav:hover span {}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10001;
	background:rgba(0, 0, 0, 0.9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	font-family: "Open Sans",sans-serif;
	color: #FFF;
	font-weight: 600;
	line-height: 24px;
	white-space: nowrap;
	font-size:16px;
	text-transform:capitalize;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(to bottom, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/** owl Start **/
.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 {
  display: block;
  width: 100%
}
.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 .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .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(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .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 .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; position: absolute; top: -105px; right: 120px; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px 10px;
    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: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #22d6a5;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #c11111; }

      .owl-nav .owl-prev { background: url(../../images/icsArrow1.png) left top no-repeat !important; width: 77px; height: 14px;}
      .owl-nav .owl-next { background: url(../../images/icsArrow2.png) left top no-repeat !important; width: 77px; height: 14px;}
      .owl-nav span { display: none;}

/** owl End **/

/** Nav Start **/

nav{position:relative;width:100%;}
      #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
      #cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
      #cssmenu #head-mobile{display:none}
      #cssmenu{}
      #cssmenu > ul{margin:0;}
      #cssmenu > ul > li{float:left}
      #cssmenu > ul > li > a{text-transform: uppercase;padding:16px 30px;font-size:18px;text-decoration:none;color:#fff;font-weight:500;}
      #cssmenu > ul > li:hover > a,#cssmenu ul li.active a{}
      #cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{}
      #cssmenu ul li.active a{border:none;}
      #cssmenu > ul > li.has-sub > a{padding-right:30px}
      #cssmenu > ul > li.has-sub > a:after{position:absolute;top: 24px;
        right: 16px;
        width: 8px;
        height: 1px;
        display: block;
        background: #333;
        content: '';
        transform: rotate(44deg);}
      #cssmenu > ul > li.has-sub > a:before{position:absolute;top: 21px;
        right: 14px;
        display: block;
        width: 1px;
        height: 8px;
        background: #333; transform: rotate(40deg); content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
      #cssmenu > ul > li.has-sub:hover > a:before{}
      #cssmenu ul ul{position:absolute;left:-9999px; z-index: 9999; margin: 0; padding: 0; padding: 15px 0 25px; background: #003e6a;}
      #cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
      #cssmenu ul ul li:hover{}
      #cssmenu li:hover > ul{left:auto}
      #cssmenu li:hover > ul > li{height:auto;}
      #cssmenu ul ul ul{margin-left:-350px;top:0; background: #000; width: 350px;}
      #cssmenu ul ul li a{padding:7px 25px;width:450px;font-size:15px;text-decoration:none;color:#ddd;font-weight:400; line-height: 24px;}
      #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
      #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fafafa}
      #cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
      #cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
      #cssmenu ul ul > li.has-sub:hover > a:before{}
      #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:none;}
      #cssmenu ul ul ul li.active a{border-left:1px solid #333}
      #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

/** Nav End **/

/** Tab Start **/

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none; float: left; width: 100%; text-align: center;
}
ul.tabs li{
	background: none;
	color: #999999;
	display: inline-block;
	padding: 0px 0; margin: 0 25px;
	cursor: pointer; font-size: 24px; background: url(../../images/tabArrow.png) left center no-repeat; text-transform: uppercase; font-weight: 500;
}

ul.tabs li.current{
	background: url(../../images/tabArrow2.png) left center no-repeat;
	color: #000;
  border-bottom: 2px solid #000;
}
ul.tabs li:last-child {}

.tab-content{
	display: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

::placeholder {
  color: #fff;
  opacity: 1; / Firefox /
}

::-ms-input-placeholder { / Edge 12 -18 /
  color: #fff;
}

/** Tab End **/


/** Our CSS **/

header { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; margin-top: 15px;}
.logo { float: left; margin-top: 15px;}
.headerCart { float: right; margin-top: 40px;}
.headerCart ul { margin: 0; padding: 0; list-style-type: none;}
.headerCart ul li { float: left; margin-left: 25px;}

#hero .carousel-container { top:350px; left: 7%;}
#hero .carousel-container h2 { font-size: 120px; color: #fff; text-transform: uppercase; line-height: 120px; letter-spacing: 1px; font-style: italic;}
#hero .carousel-container h3 { font-size: 48px; color: #fff; text-transform: uppercase; letter-spacing: 1px; line-height: 66px; font-style: italic; margin-top: 30px;}
#hero .carousel-container p { font-size: 24px; margin-top: 25px;}
#hero .carousel-container a { font-size: 24px; text-transform: uppercase; color: #fff; float: left; padding: 15px 50px; border-radius: 500px; border: 1px solid #ccc; margin-top: 45px; letter-spacing: 1px;}
.body1 { float: left; width: 100%; padding: 120px 0;}
.b1Left { float: left; width: 42%;}
.b1Left img { max-width: 100%;}
.b1Right { float: right; width: 58%; padding-left: 40px; padding-right: 40px; margin-top: 0px;}

.heading { text-align: center; float: left; width: 100%;}
.heading h3 { font-size: 30px; font-weight: 300; font-style:normal; text-transform: uppercase;  letter-spacing: 1px; font-style: italic;}
.heading h1, .heading h2 { font-size: 72px; margin-top: 0px; text-transform: uppercase; font-style: italic; line-height: 72px;}
.b1Right .heading { text-align: left;}
.b1Right p { font-size: 18px; line-height: 30px; color: #666; margin-top: 15px; float: left; width: 100%;}
.b1Right a { float: left; font-size: 20px; font-weight: 500; padding: 12px 50px; border-radius: 200px; border: 1px solid #fff; color: #fff; margin-top: 25px;}
.b1Right a:hover { background: #000; color: #aaa;}
.body2 { float: left; width: 100%; margin-top: 100px;}
.body2 .lc { position: relative; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;}
.body2 span { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0, 0, 0, .6); text-align: center; transform: scale(0); transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s;}
.body2 .lc { height: 406px; width: 94%; margin: 0 3%;}
.body2 .lc img { width: 100%; height: 100%; object-fit: cover;}
.body2 .lc span img { width: auto; height: auto; object-fit: none; display: inline-block;}
.body2 .lc span b { margin-top: 170px; float: left; width: 100%;}
.body2 .lc:hover span {transform: scale(1);}

.body2 .owl-theme .owl-dots span { border: 1px solid #333; width: 16px; height: 16px; position:inherit; background: none; transform: scale(1);}
.body2 .owl-theme .owl-dots { margin-top: 40px;}
#teams { width: 100%; float: left; margin-top: 30px;}
.body2 .owl-theme .owl-dots .owl-dot.active span { background: #333;}
.body2 .owl-theme .owl-dots span:hover { background: #333;}
.body3 { float: left; width: 100%; padding: 100px 0 0;}
.sedule { float: left; width: 100%; padding: 100px 0; background: #111; margin-top: 25px;}
.sedulBlock { float: left; width: 100%;}
.sbTop { float: left; width: 100%;}
.sbTop img { max-width: 100%;}
.sbBtm { float: left; width: 100%; margin-top: 20px; text-align: center;}
.sbBtm h5 { font-size: 30px; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 40px; margin-top: 20px;}
.sbBtm a { border: 1px solid #fff; color: #fff; font-size: 18px; padding: 15px 40px; border-radius: 200px; margin: 0 5px; text-transform: uppercase; font-weight: 600; font-size: 18px;}
.sbBtm a:hover { background: #fff; color: #111; }
.shopLeft .heading  { text-align: left;}
.shopLeft .heading a {border: 1px solid #fff; color: #fff; font-size: 20px; padding: 13px 60px; border-radius: 200px; float:left; margin-top: 25px; text-transform: uppercase; font-weight: 600; font-size: 18px;}
.body4 { float: left; width: 100%; padding: 120px; background: #000;}
.shopLeft .heading h3 { color: #fff;}
.shopLeft .heading h2 { color: #fff;}
.shopImg { float: left; width: 100%; margin-top: 80px;}
.shopLeft .heading a:hover { background: #fff; color: #111;}
.shopHome { float: left; width: 100%; border: 1px solid #fff;}
.shopHome .shBtm { float: left; width: 100%; text-align: left; padding: 30px;}
.shopHome .shBtm h5 { font-size: 24px; color: #fff;}
.shopHome .shBtm h6 { font-size: 20px; color: #fff; padding: 15px 40px; border: 1px solid #fff; width: auto; display: inline-block; margin-top: 20px;}
.shTop img { width: 100%;}
.shopHome.shopSmall .shBtm h5 { font-size: 20px;}
.shopHome.shopSmall { margin-top: 40px;}
.shopHome:hover .shBtm h6 { background: #fff; color: #111;}
.instagram { float: left; width: 100%; margin: 120px 0;}
.insta { float: left; width: 100%; margin-top: 30px;}
footer { background: #111; float: left; width: 100%; padding-top: 90px; margin-bottom: -50px; position: relative;}
footer ul { margin:50px 0 0 0; padding: 0; list-style-type: none; float: left; width: 100%; text-align: center;}
footer ul li { display: inline-block; margin: 0 10px;}
.footerLogo { float: left; width: 16%;}
.footerMenu { float: left; width: 16%; margin-left: 7%;}
.footerMenu ul { margin: 0; padding: 0; list-style-type: none;}
.footerMenu ul li { float: left; width: 100%; text-align:left; margin: 4px 0;}
.footerMenu ul li a { color: #fff; font-size: 18px;}
.footerMenu ul li a:hover { color: #fff;}
footer h4 { font-size: 30px; font-weight: 700; color: #fff; text-transform: uppercase; font-style: italic;}
.cQuick { float: left; width: 22%; margin-left: 5%;}
.cQuick ul { margin: 0; padding: 0; list-style-type: none; text-align: left;}
.cQuick ul li { margin: 10px 0; float: left; width: 100%; float: left; font-size: 18px; color: #aaa;}
.cQuick ul li.address { background: url(../../images/map.png) left top no-repeat; padding-left: 40px;}
.cQuick ul li.phone { background: url(../../images/ph.png) left top no-repeat; padding-left: 40px; height: 34px;}
.cQuick ul li.email { background: url(../../images/mail.png) left 3px no-repeat; padding-left: 40px;}
.cQuick ul li a {color: #fff;}
.newsLeter { float: right; width: 34%; padding-left: 7%;}
.nl { float: left; width: 100%;}
.newsLeter p { font-size: 18px; color: #fff;}
.nl { float: left; width: 100%;}
.nl form { float: left; width: 100%;}
.nl form input { float: left; width: 100%; background: none; border: 1px solid #aaa; height: 50px; border-radius: 500px; padding-left: 25px; color: #fff; outline: none;}
.nl form input[type="submit"] { margin-top: 15px; background: #fff; color: #111; padding-left: 0; font-size: 20px; font-weight: 500; border: none;}
.nl form input[type="submit"]:hover { background: #ccc;}
.footerBtm { float: left; width: 100%; text-align: center; border-top: 1px solid #666; margin-top: 30px; padding-top: 20px;}
.footerBtm p { font-size: 16px; color: #aaa;}
.footerBtm p a { color: #fff;}
.menuHome { float: left; margin-left: 7%; margin-top: 28px;}
.menuHome ul li a { color: #fff;}

.opa1 { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .2);}
.opa2 {background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); position: absolute; top: 0; left: 0; width: 100%; height: 30%; opacity: 0.4;}
#hero ol.carousel-indicators {
  width: 5px;
  right: 25px;
  left: auto;
  bottom: auto;
  top: 42%;
  margin: 0;
  height: auto;
  display: inline-block;
}
#hero ol.carousel-indicators li {
  width: 5px;
  height: 19px;
  border: 1px solid #fff;
  border-radius: 200px;
  background: none;
  display: inline-block;
}
#hero ol.carousel-indicators li.active {
  height: 45px;
  background: #fff;
}

#hero.innerBanner { height: 650px;}
#hero.innerBanner .carousel-container {left: 2%; text-align: center; right: 2%;}
#hero.innerBanner .carousel-container h1 { font-size: 72px; color: #fff; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; font-style: italic;}
#hero.innerBanner .carousel-container {top: 320px;}
.body1.aboutPage .heading { margin-bottom: 40px;}
.body1.aboutPage { padding-bottom: 0;}

.bok { float: left; width: 100%; text-align: center; margin: 30px 0;}
.bok .bokTop { float: left; width: 100%;}
.bok .bokTop img { max-width: 100%;}
.bok .bokBtm { float: left; width: 100%; margin-top: 30px;}
.bok .bokBtm h4 { font-size: 30px; color: #000; text-transform: uppercase; text-transform: uppercase; font-weight: 700;}
.bok .bokBtm h6 { font-size: 18px; color: #000; text-transform: uppercase; padding: 14px 50px; border-radius: 500px; border: 1px solid #000; width: auto; display: inline-block; margin-top: 15px; font-family: "Nunito Sans", sans-serif; }
.bok .bokBtm h6:hover { background: #000; color: #fff;}
.booking { float: left; width: 100%; margin-top: 100px;}
.formBok { float: left; width: 100%; margin-top: 25px;}
.formBok .formCol2 { float: left; width: 100%;}
.formBok .formCol2 fieldset { float: left; width: 47%; margin: 15px 1.5%;}
.formBok .formCol2 fieldset input { float: left; width: 100%; height: 51px; border: 1px solid #ccc; font-size: 18px; padding: 0 15px; outline: none;}
.formBok input::placeholder { color: #666;}
.formBok textarea::placeholder { color: #666;}
.formBok .formCol2 fieldset textarea { width: 100%; height: 138px; border: 1px solid #ccc; font-size: 18px; padding: 10px 15px; outline: none; resize: none;}
.formBok .formCol2.formCol1 fieldset  { float: left; width: 97%; margin: 15px 1.5%;}
.formBok .formCol2 fieldset input[type="submit"] { width: auto; float: none; font-size: 18px; text-transform: uppercase; height: auto; padding: 11px 60px; background: #000; border-radius: 500px; color: #fff; border: none; font-weight: 500; font-size: 18px;}
.formCol2.formCol1.formBtn { text-align: center;}
.formBok .formCol2 fieldset select { float: left; width: 100%; height: 51px; border: 1px solid #ccc; background: none; font-size: 18px; padding: 0 15px; outline: none; appearance: none; background: url(../../images/arrowSelect.png) 97% center no-repeat; color: #666; font-size: 18px;}

.faqs .accordion {
      background-color: #fff;
      color: #333;
      cursor: pointer;
      padding: 20px 0;
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      font-size: 24px;
      transition: background-color 0.3s;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
    }

.faqs .accordion:hover {
 
    }

    .accordion-icon {
      font-weight:300;
      font-size: 36px;
    }

.faqs .panel {
      padding: 20px 20px 0;
      background-color: #eee;
      display: none;
      overflow: hidden;
      border: 1px solid #ccc; border-width: 0 0 1px 0;
      border-top: none; font-size: 18px;
    }

.faqs .active + .panel {
      display: block;
    }

    table {
      border-collapse: collapse;
      width: 100%;
    }
    th, td {
      border: 1px solid #999;
      padding: 25px;
      text-align: center; font-size: 18px;
    }
    th {
      background-color: #dddddd; padding: 25px 0; font-size: 24px; color: #000;
    }
    .time-col {
      background-color: #fff;
      font-weight: bold;
    }

.sp { float: left; width: 100%; text-align: center; margin: 20px 0;}
.spTop { float: left; width: 100%; height: 348px; border: 1px solid #ccc; overflow: hidden;}
.spTop img { width: 100%; height: 100%; object-fit: cover;}
.spBtm { float: left; width: 100%; margin-top: 25px;}
.spBtm h5 { font-size: 20px; color: #000; font-weight: 600; letter-spacing: 0.5px;}
.spBtm h6 { font-size: 18px; color: #666666; font-weight: 700; letter-spacing: 0.5px; margin-top: 15px;}

.shopCata { float: left; width: 100%; margin-top: 20px; padding-right: 25px;}
.shopCata h4 { font-size: 24px; color: #000; font-weight: 700; border-bottom: 1px solid #ccc; padding-bottom: 15px;}
.shopCata ul { margin: 15px 0 0 0; padding: 0 0 0 0; list-style-type: none;}
.shopCata ul li { float: left; width: 100%; margin: 12px 0; font-size: 18px;}
.shopCata ul li a { color: #000;}
.shopCata ul li a:hover { color: #999;}
.sp:hover .spTop { border: 1px solid #000;}

.pagination { float: left; width: 100%; margin-top: 50px; text-align: center;}
.pagination ul { margin: 0; padding: 0; list-style-type: none; width: 100%;}
.pagination ul li { display: inline-block;}
.pagination ul li a { font-size: 18px; font-weight: 600; color: #000; padding: 0 15px;}
.pagination ul li.pagiActive a { width: 46px; height: 46px; background: #000; border-radius: 50%; display:inline-block; color: #fff; line-height: 46px;}
.sdBImg { float: left; width: 100%;}
.sdBImg img { max-width: 100%;}
.sdRight { float: left; width: 100%; padding-left: 50px;}
.sdRight h3 { font-size: 48px; color: #111; font-weight: 500; width: 100%;}
.sdRight h5 { float: left; width: 100%; font-size: 24px; font-weight:600; color: #666; margin-top: 25px;}
.sdRating { float: left; width: 100%;}
.sdRight p { float: left; width: 100%; margin-top: 15px; font-size: 18px; font-weight: 400; color: #666; line-height: 32px;}
.size { float: left; width: 100%; margin-top: 20px;}
.coloru { float: left; width: 100%; margin-top:40px;}
.quintity { float: left; width: 100%; margin-top:40px;}
.sdRight a.btnAtC { font-size: 21px; font-weight: 600; color: #fff; background: #000; padding: 15px 60px; text-transform: uppercase; border-radius: 500px; float: left; margin-top: 30px;}
.sdTab { float: left; width: 100%; margin-top: 100px;}
.sdtCon { text-align: center; display: block; margin-top: 60px;}
.sdtCon p { font-size: 18px; color: #666; line-height: 32px;}
.sdtCon h5 { margin-top: 30px; font-weight: 600; color: #000; font-size: 24px;}
.insta img { max-width: 100%;}

/* Image-swap on hover */
.product-img-swap {
	position: relative;
	overflow: hidden;
}
.product-img-swap img {
	display: block;
	width: 100%;
	transition: opacity .35s ease;
}
.product-img-swap .secondary-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.product-img-swap:hover .secondary-img {
	opacity: 1;
}
.product-img-swap:hover .primary-img {
	opacity: 0;
}
 

.productImg .nickx-slider { border: 1px solid #ccc;}
#nickx-gallery .nickx-thumbnail.product_thumbnail_item { border: 1px solid #ccc; margin-right: 15px;}
.productDetails h2 { font-size: 48px; color: #000; font-weight: 500; letter-spacing: 10px; font-style: italic;}
.productDetails h3.price { margin-top: 20px; font-size: 24px; color: #666;}
.productDetails .woocommerce-product-details__short-description p { font-size: 18px; color: #666; line-height: 34px; margin-top: 20px; margin-bottom: 0; padding-bottom: 0;}
.productDetails .variations_form .variations th.label { font-size: 18px; font-weight: 400; color: #000; margin: 0; padding: 0; background: none;}
.productDetails .variations_form .variations td.value { margin-top: 0; padding-top: 0;}
.productDetails .variations_form .variations ul {float: left; margin-right: 15px;}
.productDetails .variations_form tr { margin: 10px 0; float: left; width: 100%;}
.productDetails .variations_form .variations ul li { border-radius: 0 !important;}
.add-cart-btn-m { float: left; width: 100%;}
.productDetails .variations_form .variations { margin-bottom: 0 !important;}
.productDetails .quantity-wrapper { float: left; border: 1px solid #aaa;}
.productDetails .quantity-wrapper button { background: none; font-size: 28px; font-weight: 300; border: none; padding: 0 15px;}
.productDetails .quantity-wrapper .quantity .qty { border: none; font-weight: 700; font-size: 18px;}
.productDetails .add-cart-btn-m button { font-size: 21px !important; text-transform: uppercase !important; font-weight: 700 !important; color: #fff !important; background: #000 !important; border-radius: 500px !important; padding: 15px 50px !important; margin-top: 20px !important; position: inherit !important; width: auto !important;}
.productDetails .single_variation_wrap .single_variation .price { font-size: 21px; font-weight: 600; color: #000; }
.productDetails a.tinvwl_add_to_wishlist_button { color: #000;}
.productDetails .product_meta.cataPro p { margin-bottom: 5px;}
.productDetails .product_meta.cataPro p a { color: #000; font-weight: 500;}

.tabs.wc-tabs { border: none !important;}
.tabs.wc-tabs li { margin: 0 40px !important; padding: 0 !important; background: none !important; border: none !important; font-weight: 400 !important; font-size: 24px !important;}
.tabs.wc-tabs li::before { border: none !important;}
.tabs.wc-tabs li::after { border: none !important;}
ul.tabs.wc-tabs::before { border: none !important;}
.tabs.wc-tabs li a { border: none; padding: 0 !important; line-height: 24px !important; font-family: "Anton", sans-serif; letter-spacing: 4px; font-style: italic;}
.tabs.wc-tabs li a { font-weight: 500 !important; color: #aaa !important;}
.tabs.wc-tabs li.active a { color: #000 !important; border-bottom: 2px solid #000 !important;}
.woocommerce-tabs.wc-tabs-wrapper { float: left; width: 100%; margin-top: 100px;}
#tab-description { float: left; width: 100%; text-align: center;}
#tab-description h2 { font-size: 24px !important; font-weight: 700;}
#tab-description p { font-size: 18px !important; color: #666 !important; line-height: 32px !important;}
#tab-description h5 { font-size: 20px !important; font-weight: 700;}
#tab-additional_information h2 { font-size: 24px !important; font-weight: 700;}
#tab-additional_information table th { font-size: 16px; border: 1px solid #ccc;}
#tab-additional_information table td { font-size: 16px; border: 1px solid #ccc;}
#reviews h2 { font-size: 24px !important; font-weight: 700;}
#reviews p { font-size: 18px !important; color: #666 !important; line-height: 32px !important;}
#reviews label {font-size: 18px !important; color: #333 !important; line-height: 32px !important; float: left; width: 100%;}
#reviews input { width: 100%; border: 1px solid #ccc; height: 50px; font-size: 18px; padding: 0 15px; outline: none;}
#reviews textarea { width: 100%; border: 1px solid #ccc; height: 150px !important; font-size: 18px; padding: 0 15px; outline: none; resize: none;}
#reviews input[type="checkbox"] { float: left; width: auto; width: 20px; height: 20px; border: 1px solid #ccc; margin-top:5px;}
#reviews .comment-form-cookies-consent label { width: auto; float: left; margin-left: 15px;}
#reviews .form-submit { float: left; width: 100%;}
#reviews input[type="submit"] { float: left; width: auto; margin-top: 15px !important; background: #000 !important; border-radius: 500px !important; font-size: 21px !important; text-transform: uppercase !important; color: #fff !important; width: 200px !important;}
#review_form_wrapper { width: 1000px;}
.related.products { float: left; width: 100%; margin-top: 60px;}
.related.products h2 { font-size: 60px;  color: #000; text-align: center; text-transform: uppercase; font-style: italic; letter-spacing: 10px;}

.tnp.tnp-subscription label { font-size: 18px; color: #666; font-weight: 600;} 
.tnp.tnp-subscription input { width: 100% !important; height: 50px !important; background: none !important; border: 1px solid #ccc !important; border-radius: 500px; padding:0 25px; font-weight: 500;}
.tnp.tnp-subscription input[type="submit"] { background: #000 !important; color: #fff !important; border-radius: 500px; border: none !important; border-radius: 500px; font-size: 21px !important; font-weight: 500 !important; text-transform: uppercase;}
.tnp.tnp-subscription { margin-bottom: 0; margin-top: 100px;}
form.woocommerce-cart-form { margin-top: 100px;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { border-collapse: collapse;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {font-weight: 600; font-size: 20px; text-transform: uppercase;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td a { color: #000;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon { width: 400px;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions button {background: #000; height: 40px; border-radius: 0; color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 500; position: inherit; width: auto;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon input { width: 65%; margin-right: 0; height: 40px;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon button { width: 35%; background: #000; height: 40px; border-radius: 0; color: #fff; font-size: 16px; text-transform: uppercase; font-weight: 400; position: inherit;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .quantity { text-align: center; width: 130px; margin: 0 auto; border: 1px solid #ccc;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .quantity input { background: none; font-weight: 300; height: auto; border: none;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .quantity input[type="button"] { font-size: 30px;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .quantity .quantity {border: none;}

.cart_totals h2 { text-align: center; text-transform: uppercase;}
.cart_totals table.shop_table.shop_table_responsive {border-collapse: collapse !important;}
.cart_totals table.shop_table.shop_table_responsive tr.order-total { border: none;}
.cart_totals table.shop_table.shop_table_responsive th { font-size: 20px; text-transform: uppercase; border: none; border: 1px solid #aaa;}
.cart_totals table.shop_table.shop_table_responsive td {border: 1px solid #aaa;}
.cart_totals table.shop_table.shop_table_responsive {border: 1px solid #aaa;}
.cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward { position: inherit; width: auto; height: auto; text-transform: uppercase; font-size: 20px;}
#customer_details .woocommerce-billing-fields { padding: 40px; border: 1px solid #ccc;}
#customer_details .woocommerce-billing-fields input { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-billing-fields span.select2-selection--single { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-billing-fields textarea { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-billing-fields label { font-size: 18px; font-weight: 500;}
#customer_details .woocommerce-billing-fields h3 { text-transform: uppercase;}
#customer_details .woocommerce-additional-fields {padding: 40px; border: 1px solid #ccc;}
#customer_details .woocommerce-additional-fields label { font-size: 18px; font-weight: 500;}
#customer_details .woocommerce-additional-fields textarea { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-additional-fields #custom_shipping_wrap { margin-top: 30px;}
#customer_details .woocommerce-additional-fields h3 { text-transform: uppercase;}
h3#order_review_heading { text-transform: uppercase; margin-top: 60px;}
#order_review .shop_table.woocommerce-checkout-review-order-table { border: 1px solid #ccc; border-collapse: collapse !important;}
#order_review .shop_table.woocommerce-checkout-review-order-table th { text-transform: uppercase; font-size: 20px; text-align: left; font-weight: 500;}
#order_review .shop_table.woocommerce-checkout-review-order-table td { text-transform: uppercase; font-size: 18px; text-align: left;}
.checkout.woocommerce-checkout { margin-top: 100px;}
#payment button#place_order { font-size: 21px; text-transform: uppercase; position: inherit;}
#customer_details .woocommerce-additional-fields input { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-additional-fields select { border: 1px solid #ccc; border-radius: 0;}
#customer_details .woocommerce-additional-fields textarea { border: 1px solid #ccc; border-radius: 0;}


.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { text-align: center; font-size: 24px; margin-bottom: 30px; font-weight: 500; color: #000; float: left; width: 100%;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details { border: 1px solid #ccc; padding: 35px; float: left; width: 100%;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li { color: #666 !important;}
section.woocommerce-order-details h2 {font-size: 24px !important; color: #000000 !important; font-weight: 500; margin-top: 25px; text-transform: uppercase; float: left; width: 100%;}
section.woocommerce-order-details table { margin-top: 10px !important; float: left; width: 100% !important; border-collapse: collapse !important; border: 1px solid #ccc !important;}
section.woocommerce-order-details table th { background: #eee !important; color: #333 !important;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {font-size: 13px;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th { text-align: left; font-size: 20px; font-weight: 500; text-transform: uppercase;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td { text-align: left;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td a { color: #666;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td ul.wc-item-meta { margin: 0; padding: 0;}
.woocommerce-customer-details {margin-top: 60px; float: left; width: 100%;}
.woocommerce-customer-details h2 {font-size: 24px !important; color: #000000 !important; font-weight: 500; margin-top: 25px; text-transform: uppercase; float: left; width: 100%;}
.woocommerce-customer-details address { float: left; width: 100%; margin-top: 10px; padding: 35px !important;}
.woocommerce-columns.woocommerce-columns--2 { float: left; width: 100%; border: 1px solid #ccc; padding: 40px;}
.woocommerce-columns.woocommerce-columns--2 h3 {font-size: 24px !important; color: #000000 !important; font-weight: 500; text-transform: uppercase; float: left; width: 100%;}
.woocommerce-columns.woocommerce-columns--2 p { font-size: 18px; font-weight: 400; color: #666; line-height: 32px;}
.woocommerce-columns.woocommerce-columns--2 p strong { color: #000; font-weight: 600;}

.page-template-template-my-account .woocommerce h2 { text-align: center; margin-top: 100px; text-transform: uppercase;}
.woocommerce-form.woocommerce-form-login.login { border: 1px solid #ccc; padding: 40px;}
.woocommerce-form.woocommerce-form-login.login label { font-weight: 500; font-size: 18px; }
.woocommerce-form.woocommerce-form-login.login input { border: 1px solid #ccc !important; border-radius: 0 !important; height: 50px !important; border-radius: 500px !important; }
.woocommerce-form.woocommerce-form-login.login button.woocommerce-form-login__submit { width: 100%; position: inherit; background: #000; font-size: 21px; color: #fff; border-radius: 0; float: left; width: 100%; border-radius: 500px; text-transform: uppercase; font-weight: 500; margin-top: 10px;}
.woocommerce-form.woocommerce-form-login.login label input.woocommerce-form__input-checkbox { float: left; width: 20px; height: 20px !important; margin-right: 10px; margin-top: 8px;}
.woocommerce-form.woocommerce-form-login.login label span { margin-top: 5px;}
.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password { text-align: center; width: 100%; margin-top: 15px; text-align: center;}
.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password a { font-size: 18px; font-weight: 500; color: #000;}
.woocommerce-form.woocommerce-form-login.login button.woocommerce-form-login__submit {height: 54px;}


.woocommerce-form.woocommerce-form-register.register { border: 1px solid #ccc; padding: 40px;}
.woocommerce-form.woocommerce-form-register.register label { font-weight: 500; font-size: 18px; }
.woocommerce-form.woocommerce-form-register.register input { border: 1px solid #ccc !important; border-radius: 0 !important; height: 50px !important; border-radius: 500px !important; }
.woocommerce-form.woocommerce-form-register.register button.woocommerce-form-register__submit { width: 100%; position: inherit; background: #000; font-size: 21px; color: #fff; border-radius: 0; float: left; width: 100%; border-radius: 500px; text-transform: uppercase; font-weight: 500; margin-top: 10px;}
.woocommerce-form.woocommerce-form-register.register label input.woocommerce-form__input-checkbox { float: left; width: 20px; height: 20px !important; margin-right: 10px; margin-top: 8px;}
.woocommerce-form.woocommerce-form-register.register label span { margin-top: 5px;}
.woocommerce-form.woocommerce-form-register.register p.woocommerce-LostPassword.lost_password { text-align: center; width: 100%; margin-top: 15px; text-align: center;}
.woocommerce-form.woocommerce-form-register.register p.woocommerce-LostPassword.lost_password a { font-size: 18px; font-weight: 500; color: #000;}
.woocommerce-form.woocommerce-form-register.register button.woocommerce-form-register__submit {height: 54px;}

.lost_reset_password { width: 500px; padding: 40px; border: 1px solid #ccc; border-radius: 35px; margin: 100px auto 0; display: block;}
.lost_reset_password p { font-size: 18px; color: #333; text-align: center; width: 100%; }
.lost_reset_password p label { font-size: 18px; color: #000; text-align: left; font-weight: 500;}
.lost_reset_password input { border: 1px solid #ccc !important; height: 50px !important; border-radius: 500px !important; margin-top: 5px; padding: 0 25px !important; font-size: 16px !important;}
.lost_reset_password p.form-row-first { width: 100% !important;}
.lost_reset_password p.form-row-last { width: 100% !important;}
.lost_reset_password p button {background: #000 !important; position: inherit !important; height: 54px !important; color: #fff !important; border-radius: 200px !important; border: none !important; font-size: 21px !important; width: 100% !important; margin-top: 5px !important; text-transform: uppercase; font-weight: 500 !important;}
.lost_reset_password p span.password-input span.show-password-input {right: 25px !important; top: 15px !important;}

.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style-type: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li { margin: 5px 0; float: left; width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { border-bottom: 1px solid #ccc; text-transform: uppercase; text-align: center; color: #000000; font-weight: 400; font-size: 18px; padding: 15px 0; float: left; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background: #000000; color: #fff; border-radius:200px; border: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {border-bottom: 1px solid #000000; color: #000000;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover { color: #fff;}
.woocommerce-account .woocommerce-MyAccount-content {padding: 50px; border-radius: 35px; border: 1px solid #ccc; min-height: 600px;}
.woocommerce-account .woocommerce-MyAccount-content p { font-size: 16px; font-weight: 300; color: #666;}
.woocommerce-account .woocommerce-MyAccount-content p a { color: #000000 !important;}
.lost_reset_password { width: 500px; padding: 35px; border: 1px solid #ccc; border-radius: 35px; margin: 0 auto; display: block;}
.lost_reset_password p { font-size: 24px; color: #000000; text-align: center; width: 100%; }
.lost_reset_password p label { font-size: 16px; color: #000; text-align: left;}
.lost_reset_password input { border: 1px solid #ccc; height: 60px; border-radius: 500px; margin-top: 5px; padding: 0 25px; font-size: 16px;}
.lost_reset_password p.form-row-first { width: 100% !important;}
.lost_reset_password p.form-row-last { width: 100% !important;}
.lost_reset_password p button {background: #000000 !important; height: 60px !important; color: #fff !important; border-radius: 200px !important; border: none !important; font-size: 18px !important; width: 100% !important; margin-top: 15px !important;}
.lost_reset_password p span.password-input span.show-password-input {right: 25px !important; top: 15px !important;}
.woocommerce-MyAccount-content table {border-collapse: collapse !important;}
.woocommerce-MyAccount-content table th { background: #eee; color:#000000; padding: 10px !important;}
.woocommerce-MyAccount-content table td a.button {background: #000 !important; font-size: 13px !important; padding:10px 0 !important; text-align: center; width: 100%; border-radius: 0; color: #fff !important;}
.woocommerce-MyAccount-content .woocommerce-Address { width: 100% !important; padding: 35px !important; border: 1px solid #ccc !important; margin: 5px 0;}
.woocommerce-MyAccount-content .woocommerce-Address h2 { font-size: 20px !important; border-bottom: 1px solid #ccc !important; padding-bottom: 15px;}
.woocommerce-MyAccount-content .woocommerce-Address header { border: none !important;}
.woocommerce-MyAccount-content .woocommerce-Address a.edit {background: #000000 !important; font-size: 13px !important; float: left !important; padding:10px 25px !important; text-align: center; border-radius: 200px; color: #fff !important; margin-top: 15px !important;}
.woocommerce-MyAccount-content .woocommerce-Address address { line-height: 40px !important;}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p label { font-size: 16px; font-weight: 400; color: #000;}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p input {border: 1px solid #ccc; height: 46px; margin-top: 5px; padding: 0 15px; color: #666;}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p .password-input span.show-password-input {right: 13px !important; top: 13px !important;}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p button.button { background: #000000; font-size: 18px; padding: 15px 25px; border-radius: 0; float: left; margin-top: 15px; color: #fff; font-weight: 400; position: inherit; width: auto;}

.woocommerce-MyAccount-content header { position: inherit;}
.woocommerce-MyAccount-content h2 { margin: 0 !important;}

.pvcCon h2 { font-size: 32px; font-weight: 600; color: #000; margin-top: 30px;}
.pvcCon h3 { font-size: 30px; font-weight: 600; color: #000; margin-top: 30px;}
.pvcCon h4 { font-size: 28px; font-weight: 600; color: #000; margin-top: 30px;}
.pvcCon h5 { font-size: 24px; font-weight: 600; color: #000; margin-top: 30px;}
.pvcCon h6 { font-size: 20px; font-weight: 600; color: #000; margin-top: 30px;}
.pvcCon p { font-size: 18px; color: #666; text-align: justify;}
.pvcCon ul li {font-size: 18px; color: #666; margin: 10px 0;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {background-color: #000 !important;}

.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table { border: 1px solid #ccc;}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th { font-size: 20px; font-weight: 500; text-transform: uppercase; color: #000;}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th a { color: #000;}
.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table td { color: #666; font-size: 18px;}

.woocommerce-privacy-policy-text p { color: #666;}
.woocommerce-privacy-policy-text p a { color: #000;}

.shopProduct .sp .spBtm h5 {font-family: "Nunito Sans", sans-serif;}
.shopProduct .sp .spBtm h6 {font-family: "Nunito Sans", sans-serif;}
.woocommerce .shopProduct span.onsale { width: 50px; height: 50px; right: 10px; top: 10px; left: auto;}
.ciTable img { max-width: 100%;}
.ciTable { text-align: center;}
.single-product .col-6 { position: relative;}
.single-product .col-6 .productImg .onsale { left: 20px;  top: 10px;  width: 50px;  height: 50px;}
.pvcCon h4 { letter-spacing: 1px; font-style: italic;}

.body1.aboutPage.aboutPage2 .b1Left { float: right;}
.body1.aboutPage.aboutPage2 .b1Right { float: left;}

.body1.aboutPage.about-revr {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.body1.aboutPage.reverse.about-revr {
    flex-direction: row-reverse;
}

.about-revr .b1Left, .b1Right {
    flex: 1;
}

.body1.home-ab .heading h2 { font-size: 60px; line-height: 66px; margin-top: 0; color: #fff;}
.body1.home-ab ul { margin-top: 25px; float: left; width: 100%; margin: 25px 0 0 15px; padding: 0;}
.body1.home-ab ul li { font-size: 18px; float: left; width: 100%; margin: 7px 0; color: #ccc;}
.body1.home-ab p { color: #ccc;}


.about-revr { text-align: center;}
.about-revr .b1Left { width: 30%; margin-top: 0; float: left; height: 300px;}
.about-revr .b1Left img { width: 100%; height:100%; object-fit: cover;}
.about-revr .b1Right { width: 70%; float: right;}
.about-revr .b1Right p { text-align: left;}

.body1.aboutPage.about-revr {padding: 15px 0;}
.about-revr.body1.aboutPage.first { margin-top: 100px; float: left; width: 100%;}

#hero .carousel-container h2 {font-size: 120px;}
.b1Right .heading h5 {font-family: "Nunito Sans", sans-serif;}

.membr-bt { float: left; width: 100%; text-align: center; margin-top: 50px;}
.membr-bt a {border: 1px solid #000; color: #000; font-size: 20px; padding: 13px 60px; border-radius: 200px; text-transform: uppercase; font-weight: 600; display: inline-block;}
.membr-bt a:hover { background: #000; color: #fff;}

.body1.home-ab { background: #000;}
.about-revr .b1Left {}
.about-revr.body1.aboutPage.reverse .b1Right { float: left; padding-left: 0;}
.about-revr.body1.aboutPage.reverse .b1Left { float: right;}

.ms { float: left; width: 100%; background: #fff; margin-top: 0;}
.msTopLogo { float: left; width: 100%; text-align: center;}
.mstc { float: left; width: 100%;}
.mstcRight { float: right; width: 25%;}
.mstc2 { float: left; width: 100%;}
.mstc2Left { float: left; width: 75%; padding-right: 40px;}
.mstc2Right { float: right; width: 25%;}
.mstc2 ul { float: left; width: 100%; margin: 0; padding: 0; list-style-type: none;}
.mstc2 ul li { float: left; width: 100%; margin: 15px 0;}
.mstc2 ul li h2 { font-size: 50px; color: #000; letter-spacing: 8px; margin-bottom: 0;}
.mstc2 ul li p { color: #333; font-size: 24px; font-weight: 300; letter-spacing: 7px;}
.mstc2 ul li .mstc2Right h3 {font-size: 48px; color: #000; letter-spacing: 5px; margin-bottom: 0; font-weight: 300; text-align: center;}
.mstcRight h5 { text-align: center; color: #333; font-size: 30px; letter-spacing: 7px;}
.mstc2Right h5 { display: none;}

.adMap { float: left; width: 100%; margin-top: 50px;}
.adMapLeft { float: left; width: 50%;}
.adMapRight { float: right; width: 50%;}

.adMap .adMapLeft .cQuick { width: 100%; padding-right: 50px; margin-left: 0;}
.adMap .adMapLeft .cQuick ul li a { color: #666;}

.adMap .adMapLeft .cQuick ul li.address {background: url(../../images/map2.png) left top no-repeat; min-height: 38px; color:#666;}
.adMap .adMapLeft .cQuick ul li.phone {background: url(../../images/ph2.png) left top no-repeat;}
.adMap .adMapLeft .cQuick ul li.email {background: url(../../images/mail2.png) left 3px no-repeat;}
.adMap .adMapLeft h4 {font-size: 48px; margin-top: 0px; text-transform: uppercase; font-style: italic; line-height: 48px;}
.adMap .adMapLeft .cQuick ul { float: left; width: 100%; margin-top: 15px;}

.innerBanner .carousel-item {background-size:cover !important; background-repeat: no-repeat !important; background-position: 50% !important;}
.body1.home-ab h4 { font-size: 30px; color: #fff;}

.body1.home-ab .b1Right { text-align: left;}

.wpcf7-not-valid-tip { float: left; width:100%;}
.wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 15px 0; text-align: center;}

 


@media (min-width:2200px) {
.about-revr .b1Right p {font-size: 22px; line-height: 40px;}
.pvcCon p { font-size: 22px; line-height: 40px;}
.body1.home-ab .b1Left img {
width: 100%;
height: 100%;
object-fit: cover;
}
}

@media (min-width:1921px) {
.body1.aboutPage.about-revr .b1Right {
        margin-top: 0;
    }
.about-revr .b1Right p {font-size: 20px; line-height: 34px;}
.pvcCon p { font-size: 20px; line-height: 34px;}
.body1.home-ab .b1Left img {
width: 100%;
height: 100%;
object-fit: cover;
}
}

@media (max-width:1900px) {
#hero .carousel-container h2 {font-size: 60px; line-height: 120px;}
#hero {height: auto;}
.carousel-item { background-size: cover !important; background-position: right !important;}
.heading h3 { font-size: 30px;}
.heading h1, .heading h2 {font-size: 60px; line-height: 64px;}

.sbBtm h5 {font-size: 26px;}
.sbBtm a {font-size: 17px; padding: 12px 30px;}
.shopImg img { max-width: 100%;}
.shopHome .shBtm h5 {font-size: 20px;}
.shopHome .shBtm h6 {font-size: 16px; padding: 10px 20px;}
.shopHome.shopSmall .shBtm h5 {font-size: 18px;}

.body1 { padding: 100px 0;}
.body3 { padding-top: 100px;}
.sedule { padding: 100px 0;}
.body4 {padding: 100px 0;}
.instagram { margin: 100px 0;}

.bok .bokBtm h4 {font-size: 26px;}
.booking { margin-top: 100px;}
.related.products h2 { font-size: 60px;}
.menuHome {margin-left: 3%;}

#cssmenu > ul > li > a {padding: 16px 23px; font-size: 18px;}
header .container { width: 100%; max-width: none;}

.body1.home-ab .heading h2 { font-size: 56px; line-height: 62px;}
#hero .carousel-container h2 { font-size: 100px; line-height: 100px;}
#hero .carousel-container h3 {font-size: 48px; line-height: 58px;}

.mstc2 ul li h2 { font-size: 45px;}
.mstc2 ul li p {font-size: 22px; letter-spacing: 5px;}
.mstc2 ul li .mstc2Right h3 {font-size: 40px;}
.mstcRight h5 {font-size: 26px;}
.mstc2 ul li .mstc2Right h3 {font-size: 40px;}
}
@media (max-width:1500px) {
.menuHome {margin-left: 7%;}
#cssmenu > ul > li > a {
    padding: 16px 20px;
    font-size: 16px;
  }

.b1Right {margin-top: 20px;}
}
@media (max-width:1366px) {
#cssmenu > ul > li > a {font-size: 18px; padding: 16px 23px;}
.headerCart {margin-right: 70px;}
#hero .carousel-container h2 {font-size: 48px; line-height: 92px;}
#hero .carousel-container a {font-size: 20px;}
#hero {height:auto;}
#hero .carousel-container {top: 340px;}

.heading h3 {font-size: 22px; letter-spacing: 3px;}
.heading h1, .heading h2 {font-size: 48px; line-height: 50px; margin-top: 15px; letter-spacing: 1px;}
.b1Right p {font-size: 16px; line-height: 28px; margin-top: 5px;}
.b1Right a {font-size: 17px; padding: 10px 50px; margin-top: 5px;}
.b1Right {padding-left: 70px; padding-right: 70px;}

.body2 .lc {height: 300px;}
.videoss iframe { height: 300px !important;}
.body2 .owl-theme .owl-dots span { width: 12px; height: 12px;}
.body2 .owl-theme .owl-dots {margin-top: 25px;}

.sbBtm h5 {font-size: 24px;}
.sbBtm a {padding: 12px 30px; font-size: 16px;}
.shopHome .shBtm {padding: 10px;}
.shopHome .shBtm h6 {margin-top: 5px;}
.shopLeft .heading a {  padding: 11px 35px;}
.footerLogo img { max-width: 100%;}
footer h4 { font-size: 24px;}
.footerMenu ul li a { font-size: 16px;}
.cQuick ul li { font-size: 16px;}
.newsLeter p { font-size: 16px;}
.nl form input[type="submit"] { font-size: 16px;}
.footerBtm p { font-size: 14px;}

.body1 { padding: 80px 0;}
.body3 { padding-top: 80px;}
.sedule { padding: 80px 0;}
.body4 {padding: 80px 0;}
.instagram { margin: 80px 0;}
footer { padding-top: 80px;}

#hero.innerBanner {height: 550px;}
#hero.innerBanner .carousel-container h1 {font-size: 60px; letter-spacing: 7px;}
#hero.innerBanner .carousel-container {top: 260px;}
.bok .bokBtm h4 {font-size: 24px;}
.bok .bokBtm h6 {font-size: 16px; padding: 12px 50px;}
.booking { margin-top: 80px;}

.formBok .formCol2 fieldset input { font-size: 16px;}
.formBok .formCol2 fieldset textarea { font-size: 16px;}
.formBok .formCol2 fieldset select { font-size: 16px;}

.faqs .accordion { font-size: 20px; padding: 15px 0;}
.faqs .panel { font-size: 16px;}
th { font-size: 20px;}
th, td { font-size: 15px;}
.time-col { font-size: 20px;}

.shopCata h4 { font-size: 22px;}
.shopCata ul li {margin: 8px 0;}
.shopCata ul li { font-size: 16px;}
.spTop {height: 270px;}
.spBtm h5 {font-size: 17px;}
.spBtm h6 {margin-top: 10px; font-size: 16px;}

.tnp.tnp-subscription { margin-top: 80px;}

form.woocommerce-cart-form { margin-top: 60px;}

#payment button#place_order { font-size: 18px;}
.checkout.woocommerce-checkout { margin-top: 60px;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th { font-size: 18px;}
.woocommerce-columns.woocommerce-columns--2 p { font-size: 16px;}
.lost_reset_password { margin-top: 60px;}
.lost_reset_password p { font-size: 16px;}
.page-template-template-my-account .woocommerce h2 { margin-top: 60px;}

.productDetails h2 { font-size: 36px; letter-spacing: 7px;}
.productDetails h3.price { font-size: 22px;}
.productDetails .woocommerce-product-details__short-description p { font-size:16px; line-height: 30px;}
.productDetails .variations_form .variations th.label { font-size: 16px;}
.productDetails .add-cart-btn-m button { font-size: 18px !important;}
.tabs.wc-tabs li a { font-size: 22px !important; }
#tab-description p { font-size: 16px !important;}
#reviews p { font-size: 16px !important; line-height: 30px !important;}

.woocommerce-tabs.wc-tabs-wrapper { margin-top: 80px;}
.related.products h2 { font-size: 48px; letter-spacing: 7px;}
.related.products { margin-top: 40px;}


.pvcCon p { font-size: 16px; color: #666;}
.pvcCon ul li {font-size: 16px; color: #666; margin: 10px 0;}

.body2 .lc span b {margin-top: 115px;}
#hero .carousel-container h3 {font-size: 36px; letter-spacing: 7px;}
#hero .carousel-container p { font-size: 22px;}
#hero .carousel-container h2 { font-size: 80px; line-height: 80px;}
#hero .carousel-container h3 {font-size: 36px; line-height: 50px; letter-spacing: 1px; margin-top: 20px;}
#hero .carousel-container a { margin-top: 30px;}
#cssmenu > ul > li > a {font-size: 16px; padding: 16px 20px;}
.pvcCon h4 { letter-spacing: 1px; font-style: italic;}

.menuHome {margin-left: 4%;}
#cssmenu > ul > li > a { padding: 16px 15px; font-size: 15px;}

.body1.home-ab .heading h2 { font-size: 48px; line-height: 56px;}
.body1.home-ab ul li { font-size: 16px;}
.body1.home-ab ul { margin-top: 15px;}
.body1.home-ab .b1Right a {margin-top: 15px;}
.about-revr .b1Left { margin-top: 10px;}

.about-revr.body1.aboutPage.first { margin-top: 80px;}
.b1Right .heading h5 { font-size: 20px;}
.membr-bt { margin-top: 30px;}
.membr-bt a { font-size: 16px;}

.body2 { margin-top: 80px;}

.mstc2 ul li h2 {font-size: 40px;}
.mstc2 ul li p {font-size: 20px;}
.mstc2 ul li .mstc2Right h3 { font-size: 36px;}

.body1.home-ab h4 { font-size: 26px; color: #fff;}

}
@media (max-width:1300px) {
#cssmenu > ul > li > a {font-size: 15px; padding: 16px 17px;}

nav{width:100%;}
  #cssmenu{width:100%}
  #cssmenu ul{width:100%;display:none}
  #cssmenu ul li{width:100%;}
  #cssmenu ul li a { color: #fff;}
  #cssmenu ul li a:hover {}
  #cssmenu ul li:hover{}
  #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
  #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
  #cssmenu > ul > li{float:none}
  #cssmenu ul ul li a{padding-left:25px}
  #cssmenu ul ul li{background:#f3f3f3!important;}
  #cssmenu ul ul li:hover{}
  #cssmenu ul ul ul li a{padding-left:35px}
  #cssmenu ul ul li a{color:#000;background:none}
  #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#000}
  #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
  #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
  #cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
  header .button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994; background: url(../../images/dToggle.png) center center no-repeat; top: -54px;}
  header .button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
  header .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
  header .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fafafa;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
  header .button.menu-opened:before{top:23px;background:#fafafa;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
  #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
  #cssmenu .submenu-button.submenu-opened{background:none;}
  #cssmenu ul ul .submenu-button{height:46px;width:100%;}
  #cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
  #cssmenu ul ul .submenu-button:after{top: 17px; right: 19px;}
  #cssmenu .submenu-button.submenu-opened:after{background:#fafafa}
  #cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
  #cssmenu ul ul .submenu-button:before{top: 14px; right: 22px;}
  #cssmenu .submenu-button.submenu-opened:before{display:none}
  #cssmenu ul ul ul li.active a{border-left:none}
  #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
  header .button::before { display: none;}
  header .button::after { display: none;}
  header .button.menu-opened {background: url(../../images/dCross.png) center center no-repeat;}
  .headerTop { margin-right: 65px;}
  .headerBtm { height: 0;}
  .logo {margin-top: 15px;}
  #cssmenu ul.open {
    position: absolute;
    top: 6px;
    background: #000;
    width: 100%;
    left: 0;
    z-index: 9999999;
    padding: 0;
    border-top: 1px solid #fff;
  }

.menuHome { width: 100%; position: absolute; right: 0; top:55px;}
#cssmenu ul.open {top: 15px;}
#hero .carousel-container h2 {font-size: 72px; line-height: 72px; }
#hero .carousel-container a {font-size: 18px; margin-top: 25px;}
#hero {height:auto;}
}
@media (max-width:1200px) {


.heading h3 {font-size: 18px;}
.heading h1, .heading h2 {font-size: 36px; line-height: 39px; margin-top: 5px;}
.b1Right p {font-size: 15px; line-height: 26px; margin-top: 5px;}
.b1Right a {font-size: 16px; padding: 10px 50px;}
.b1Right {padding-left: 50px; padding-right: 40px;}

.shopHome .shBtm h5 { font-size: 18px;}
.shopHome.shopSmall .shBtm h5 { font-size: 15px;}
.body4 {padding: 120px 0;}

.sbBtm h5 {font-size: 22px;}
footer h4 { font-size: 22px;}

.body1 { padding: 60px 0;}
.body3 { padding-top: 60px;}
.sedule { padding: 60px 0;}
.body4 {padding: 60px 0;}
.instagram { margin: 60px 0;}
footer { padding-top: 60px;}

#hero.innerBanner {height: 450px;}
#hero.innerBanner .carousel-container h1 {font-size: 48px;}
#hero.innerBanner .carousel-container {top: 230px;}

.body1.aboutPage .heading {margin-bottom: 30px;}
.bok .bokBtm h4 {font-size: 22px;}
.bok .bokBtm h6 {font-size: 15px; padding: 10px 30px;}
.booking { margin-top: 60px;}
.tnp.tnp-subscription { margin-top: 60px;}
form.woocommerce-cart-form { margin-top: 40px;}
.checkout.woocommerce-checkout { margin-top: 40px;}
h3#order_review_heading { margin-top: 40px;}
.lost_reset_password { margin-top: 40px;}
.page-template-template-my-account .woocommerce h2 { margin-top: 40px;}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a { font-size: 16px;}
.productDetails h2 { font-size: 32px;}
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 60px;}

.related.products h2 { font-size: 36px;}
#hero .carousel-container h3 {font-size: 32px; letter-spacing: 1px; line-height: 42px;}
#hero .carousel-container p { font-size: 20px;}

.about-revr .b1Left, .b1Right { flex: auto;}
.about-revr .b1Right { margin-top: 0;}

.body1.home-ab .heading h2 { font-size:36px; line-height: 42px;}
.about-revr.body1.aboutPage.first { margin-top: 60px;}
.b1Right .heading h5 { font-size: 18px;}

.body2 { margin-top: 60px;}
.adMap .adMapLeft h4 {font-size: 36px;}

#hero .carousel-container h2 {font-size: 52px; line-height: 52px;}
#hero .carousel-container h3 {font-size: 32px; line-height: 32px;}
#hero .carousel-container a {font-size: 16px; margin-top: 15px;}
#hero .carousel-container {top: 290px;}

}
@media (max-width:1100px) {
.b1Left { width: 100%; padding: 0 15px;}
.b1Left img { width: 100%;}
.b1Right { width: 100%; margin-top: 25px; padding: 0 15px; text-align: center;}
.b1Right .heading { text-align: center;}
.b1Right a { text-align: center; display: inline-block; float: none;}
#customer_details .woocommerce-billing-fields #billing_first_name_field { width: 100%;}
#customer_details .woocommerce-billing-fields #billing_last_name_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_first_name_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_last_name_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_city_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_state_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_postcode_field { width: 100%;}
#custom_shipping_wrap #custom_shipping_phone_field { width: 100%;}

.body1.home-ab { text-align: left;}
.body1.home-ab h2 { text-align: left;}
.body1.home-ab ul { text-align: left;}
.body1.home-ab .b1Right a { float: left;}
.b1Right .heading h5 { text-align: left;}
}
@media (max-width:1024px) {
.heading h1, .heading h2 {font-size: 32px; line-height: 36px; letter-spacing: 1px;}
.sbBtm a {padding: 10px 25px; font-size: 15px;} 
.sbBtm h5 {margin-top: 5px; margin-bottom: 30px;}
.sbBtm h5 {font-size: 20px;}
footer h4 { font-size: 20px;} 

.body1 { padding: 50px 0;}
.body3 { padding-top: 50px;}
.sedule { padding: 50px 0;}
.body4 {padding: 50px 0;}
.instagram { margin: 50px 0;}
footer { padding-top: 50px;}

#hero.innerBanner {height: 350px;}
#hero.innerBanner .carousel-container h1 {font-size: 36px; letter-spacing: 5px;}
#hero.innerBanner .carousel-container {top: 200px;}
.body1.aboutPage .heading {margin-bottom: 20px;}

.booking .col-4 { width: 50%;}
.bok .bokBtm h4 { font-size: 20px;}
.booking { margin-top: 50px;}

.formBok .formCol2 fieldset input { font-size: 15px;}
.formBok .formCol2 fieldset textarea { font-size: 15px;}
.formBok .formCol2 fieldset select { font-size: 15px;}

.faqs .accordion { font-size: 18px; padding: 15px 0;}
.faqs .col-2 { display: none;}
.faqs .col-8 { width: 100%;}
.faqs .panel { font-size: 15px;}
th { font-size: 18px;}
.time-col { font-size: 18px;}
.spTop {    height: 215px;}
.spBtm h5 { font-size: 15px;}
.spBtm h6 {font-size: 15px;}
.shopCata h4 {font-size: 20px;}

.tnp.tnp-subscription { margin-top: 50px;}
.cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {font-size:18px;}

form.woocommerce-cart-form { margin-top: 30px;}
#customer_details .woocommerce-billing-fields h3 {font-size: 22px;}
#customer_details .woocommerce-additional-fields h3 { font-size: 22px;}
#order_review .shop_table.woocommerce-checkout-review-order-table td { font-size: 16px;}
#order_review .shop_table.woocommerce-checkout-review-order-table th {font-size: 18px;}
.checkout.woocommerce-checkout { margin-top: 30px;}
h3#order_review_heading { margin-top: 30px;}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th { font-size: 16px;}

.woocommerce-columns.woocommerce-columns--2 p { font-size: 15px;}
section.woocommerce-order-details h2 { font-size: 22px;}
.woocommerce-columns.woocommerce-columns--2 h3 { font-size: 22px;}
.woocommerce-customer-details h2 { font-size: 22px !important;}
.lost_reset_password { margin-top: 30px;}
.lost_reset_password p { font-size: 15px;}


.page-template-template-my-account .woocommerce h2 { margin-top: 30px;}

.productDetails h2 { font-size: 30px; letter-spacing: 5px;}
.productDetails h3.price { font-size: 20px;}
.productDetails .woocommerce-product-details__short-description p { font-size:15px; line-height: 28px;}
.productDetails .variations_form .variations th.label { font-size: 15px;}
.productDetails .add-cart-btn-m button { font-size: 17px !important;}
.tabs.wc-tabs li a { font-size: 20px !important;}
#tab-description h2 { font-size: 22px !important;}
#tab-description h5 { font-size: 18px !important;}
#tab-description p { font-size: 15px !important; line-height: 24px !important;}
#tab-additional_information h2 { font-size: 22px !important;}
#reviews h2 { font-size: 22px !important;}
#reviews p { font-size: 15px !important; line-height: 28px !important;}
#review_form_wrapper { width: 100% !important;}
#reviews label {font-size: 16px !important; line-height: 28px !important;}
#reviews .comment-form-cookies-consent label {width: 80%; line-height: 22px !important;}
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 50px;}
.related.products h2 { font-size: 32px; letter-spacing: 5px;}
.related.products { margin-top: 30px;}

.pvcCon h2 { font-size: 28px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h3 { font-size: 26px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h4 { font-size: 24px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h5 { font-size: 20px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h6 { font-size: 18px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon p { font-size: 15px; color: #666;}
.pvcCon ul li {font-size: 15px; color: #666; margin: 10px 0;}
.pvcCon h4 { letter-spacing: 1px; font-style: italic;}
.body1.home-ab .heading h2 { font-size: 30px; line-height: 36px;}

.body1.home-ab ul li {font-size: 15px;}
.about-revr .b1Left { margin-top: 0px;}
.about-revr .b1Right {padding: 0 0;}
.about-revr.body1.aboutPage.first { margin-top: 50px;}

.b1Right .heading h5 {font-size: 15px;}
.body2 { margin-top: 50px;}

.ms {padding:0;}
.mstc2 ul li h2 {font-size: 32px; letter-spacing: 5px;}
.mstc2 ul li p {font-size: 18px;}
.mstc2 ul li .mstc2Right h3 { font-size: 30px;}
.mstcRight h5 {letter-spacing: 5px; font-size: 22px;}
.mstc { display: none;}
.mstc2Left { width: 100%; padding-right: 0;}
.mstc2Right { width: 100%; text-align: left;}
.mstc2 ul li .mstc2Right h5 { display: block; letter-spacing: 5px; font-size: 22px; color: #000;}
.mstc2 ul li .mstc2Right h3 { text-align: left;}

.adMapLeft { width: 100%;}
.adMap .adMapLeft .cQuick { width: 100%;}
.adMapRight { width: 100%; margin-top: 25px;}

.adMap .adMapLeft h4 {font-size: 30px;}
.body1.home-ab h4 { font-size: 22px; color: #fff;}
.logo { margin-top: 10px;}

}
@media (max-width:1023px) {}
@media (max-width:991px) {
#hero .carousel-container h2 { text-align: left;}
.body2 .lc {height:450px;}
.videoss iframe { height: 450px !important;}
.shopProduct .col-4 { width: 50%;}
.spTop {height: 340px;}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first { width: 100% !important;}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last { width: 100% !important;}
.single-product .col-6 { width: 100%;}
.productDetails .add-cart-btn-m button {margin-top: 0px !important;}

.related.products .shopProduct .col-3 { width: 50%;}
.body2 .lc span b { margin-top: 180px;}

#hero .carousel-container h3 { text-align: left;}
#hero .carousel-container p { text-align: left;}

}
@media (max-width:960px) {
.footerLogo { width: 50%; text-align: center; height: 300px;}
.footerMenu { width: 50%; margin-left: 0; padding-left: 5%; height: 300px;}
.cQuick { width: 50%; margin-left: 0; padding-left: 5%;}
.newsLeter { width: 50%; margin-left: 0; padding-left: 5%;}

.ciTable { width:100%; overflow: auto;}
.ciTable table { width: 1100px;}
th, td {padding: 10px;}
}
@media (max-width:900px) {
.body4 .col-6 { width: 100%;}
.shopHome { margin-top: 30px;}
.shopImg { margin-top: 20px;}
.shopLeft .heading a {margin-top: 5px;}
.shopImg img { width: 100%;}
.body4 .col-6 .col-6 { width: 50%;}
.formBok .formCol2 fieldset {width: 100%; margin: 10px 0;}
.formBok .formCol2.formCol1 fieldset {width: 100%; margin: 10px 0;}
.formBok { margin-top: 10px;}

/*#hero .carousel-container h2 {font-size: 60px; line-height: 60px;}
#hero .carousel-container h3 {font-size: 30px; line-height: 36px;}
#hero .carousel-container a { font-size: 15px;}*/
}
@media (max-width:850px) {
.sedule .col-4 { width: 100%;}
.sedule { text-align: center;}
.sedulBlock {margin: 15px 0 25px;}
.body1.aboutPage.shop-pag .col-3 { width: 100%;}
.body1.aboutPage.shop-pag .col-9 { width: 100%;}
.spTop {height: 360px;}

#hero {margin-top: 144px;}
header { background: #000; margin-top: 0; padding-bottom: 18px;}
#hero .carousel-container {top: 135px;}
#hero.innerBanner { margin-top: 0;}
header.inner-header { background: none;}
}
@media (max-width:800px) {}
@media (max-width:768px) {
#hero .carousel-container h2 {font-size: 40px; line-height: 40px;}
#hero {height:auto;}
.heading h1, .heading h2 {font-size: 28px; line-height: 32px; letter-spacing: 1px;}

.body2 .lc {height:350px;}
.videoss iframe { height: 350px !important;}
#teams { margin-top: 10px;}
.body2 .owl-theme .owl-dots {margin-top: 15px;}
.sbBtm h5 {font-size: 18px;}
.shopLeft .heading a {  padding: 10px 35px; font-size: 15px;}
.insta { margin-top: 10px;}

.sedule {margin-top: 10px;}
.body1 { padding: 30px 0;}
.body3 { padding-top: 30px;}
.sedule { padding: 30px 0;}
.body4 {padding: 30px 0;}
.instagram { margin: 30px 0;}
footer { padding-top: 30px;}

#hero.innerBanner {height: 300px;}
#hero.innerBanner .carousel-container h1 {font-size: 30px; letter-spacing: 3px;}
#hero.innerBanner .carousel-container {top: 200px;}
.body1.aboutPage .heading {margin-bottom: 10px;}

.bok .bokBtm h4 { font-size: 18px;}
.bok .bokBtm {margin-top: 15px;}
.bok .bokBtm h6 { margin-top: 5px;}
.bok { margin: 10px 0;}

.booking { margin-top: 30px;}

th { font-size: 16px;} 
.time-col { font-size: 16px;}
.tnp.tnp-subscription { margin-top: 30px;}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { border: 1px solid #aaa; border-collapse: collapse;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {border-collapse: collapse; border: none; border-top: 1px solid #aaa;}

.cart_totals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {font-size:16px;}
form.woocommerce-cart-form { margin-top: 10px;}
.cout { margin: 20px 0 0 0 !important;}

#customer_details .woocommerce-billing-fields h3 {font-size: 20px;}
#customer_details .woocommerce-additional-fields h3 { font-size: 20px;}

#customer_details .woocommerce-billing-fields {padding: 20px;}
#customer_details .woocommerce-additional-fields { padding: 20px; margin-top: 20px;}
#order_review .shop_table.woocommerce-checkout-review-order-table td { font-size: 15px;}
#payment button#place_order { font-size: 16px;} 
.checkout.woocommerce-checkout { margin-top: 10px;}
h3#order_review_heading { margin-top: 20px;}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {margin-top: 10px; margin-bottom: 10px;}
section.woocommerce-order-details h2 { font-size: 20px !important;}
.woocommerce-columns.woocommerce-columns--2 h3 { font-size: 20px !important;}
.woocommerce-customer-details h2 { font-size: 20px !important;}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {line-height: 26px;}
.lost_reset_password { margin-top: 10px;}

.page-template-template-my-account .woocommerce h2 { margin-top: 10px;}

.woocommerce-form.woocommerce-form-login.login {padding: 20px;}
.woocommerce-form.woocommerce-form-register.register {padding: 20px;}
.lost_reset_password {padding:20px;}

.lost_reset_password p button { font-size: 18px;}
.woocommerce-form.woocommerce-form-login.login button.woocommerce-form-login__submit { font-size: 18px;}
.woocommerce-form.woocommerce-form-register.register button.woocommerce-form-register__submit { font-size: 18px;}

.woocommerce-account .woocommerce-MyAccount-navigation { float: left !important; width: 100% !important;}
.woocommerce-account .woocommerce-MyAccount-content { float: left !important; width: 100% !important; margin-top: 20px;}

.woocommerce-account .woocommerce-MyAccount-content { padding: 20px;}

.productDetails h2 { font-size: 28px; letter-spacing: 3px;}
.productDetails h3.price { font-size: 18px;}
.productDetails .add-cart-btn-m button { font-size: 16px !important;}
.woocommerce div.product form.cart { margin-bottom: 15px !important;}
.tabs.wc-tabs li a { font-size: 18px !important;}
.tabs.wc-tabs li {margin: 0 20px !important;}
#tab-description h2 { font-size: 20px !important;}
#tab-description h5 { font-size: 16px !important;}
#tab-additional_information h2 { font-size: 20px !important;}
#reviews h2 { font-size: 20px !important;}
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 30px;}
.related.products h2 { font-size: 28px; letter-spacing: 3px;}
.related.products { margin-top: 20px;}

.pvcCon h2 { font-size: 24px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h3 { font-size: 22px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h4 { font-size: 20px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h5 { font-size: 18px; font-weight: 600; color: #000; margin-top: 20px;}
.pvcCon h6 { font-size: 16px; font-weight: 600; color: #000; margin-top: 20px;}

.button.wc-forward { float: left !important; margin-top: 8px !important;}
.body2 .lc span b { margin-top: 130px;}

#hero .carousel-container h3 {font-size: 16px; letter-spacing: 3px; margin-top: 15px;}
#hero .carousel-container p {font-size: 16px; margin-top: 15px;}
#hero .carousel-container a {margin-top: 10px; padding: 11px 30px; margin-top: 15px;}
#hero .carousel-container h3 br { display: none;}
#hero .carousel-container h2 { letter-spacing: 1px;}
.pvcCon h4 { letter-spacing: 1px; font-style: italic;}

.body1.home-ab .heading h2 { font-size: 28px; line-height: 32px;}
.about-revr.body1.aboutPage.first { margin-top: 30px;}

.about-revr .b1Left { width: 100%; padding: 0;}
.about-revr .b1Right { width: 100%;}
.about-revr .b1Right p { text-align: center;}

#hero .carousel-container h3 {font-size: 24px; letter-spacing: 1px; line-height: 32px;}
.cQuick ul li {font-size: 15px;}
.cQuick ul li.address {min-height: 37px;}

.membr-bt { margin-top: 20px;}
.membr-bt a { font-size: 15px;}
.body2 { margin-top: 30px;}

.about-revr .b1Left { height: auto;}

.mstc2 ul li h2 {font-size: 24px; letter-spacing: 3px;}
.mstc2 ul li p {letter-spacing: 3px; font-size: 16px;}
.mstc2 ul li .mstc2Right h5 {letter-spacing: 3px; font-size: 18px;}
.mstc2 ul li .mstc2Right h3 {font-size: 24px; letter-spacing: 3px;}
.mstc2 ul li {padding-left:0;}

.adMap .adMapLeft h4 {font-size: 24px;}
.adMap .adMapLeft .cQuick ul {margin-top: 0;}
.adMap .adMapLeft .cQuick {margin-top: 0;}
.adMap { margin-top: 30px;}
.body1.home-ab p { text-align: left;}

.body1.home-ab h4 { font-size: 20px; color: #fff;}
.logo { margin-top: 5px;}


}
@media (max-width:767px) {}
@media (max-width:700px) {
.spTop {height: 310px;}
.innerBanner .carousel-item {background-size:cover !important; background-repeat: no-repeat !important; background-position: 50% !important;}
}
@media (max-width:640px) {
.body2 .lc {height:300px;}
.videoss iframe { height: 300px !important;}
.booking .col-8 { width: 100%;}
.formBok {margin-top: 0;}
.body1.home-ab h4 { font-size: 18px; color: #fff;}
}
@media (max-width:600px) {
.booking .col-4 { width: 100%;}
.lost_reset_password { width: 100%;}
}
@media (max-width:570px) {
.logo { width: 140px;}
.logo img { max-width: 100%;}
.headerCart {margin-right: 60px; margin-top: 18px;}
header .button {top: -78px;}
.headerCart {margin-right: 52px;}
.headerCart ul li {margin-left: 15px;}
#hero .carousel-container h2 {font-size: 30px; line-height: 30px;}
#hero .carousel-container a {padding: 8px 25px; font-size: 14px; margin-top: 10px;}
#hero .carousel-container {top: 115px;}
#hero {height: 430px;}
.menuHome {top: 25px;}
header .button {top: -38px;}
.body2 .lc {height:250px;}
.videoss iframe { height: 250px !important;}
.body4 .col-6 .col-6 { width: 100%;}
.shopHome.shopSmall {margin-top: 15px;}

.footerLogo { width: 100%; text-align: center; height:auto; text-align: left;}
.footerMenu { width: 100%; margin-left: 0; padding-left: 0; height:auto; margin-top: 25px;}
.cQuick { width: 100%; margin-left: 0; padding-left: 0; margin-top: 25px;}
.newsLeter { width: 100%; margin-left: 0; padding-left: 0; margin-top: 25px;}
footer ul { text-align: left;}

#hero.innerBanner {height: 250px;}
#hero.innerBanner .carousel-container h1 {font-size: 24px;}
#hero.innerBanner .carousel-container {top: 130px;}


.shopProduct .col-4 { width: 100%;}
.spTop { height: auto;}
.sp {margin: 10px 0;}
.shopCata { margin-top: 0;}
.shopCata ul {margin: 0 0 0 0;}
.tabs.wc-tabs li {margin: 0 15px !important;}

.related.products { margin-top: 0px;}
.related.products .shopProduct .col-3 { width: 100%;}

#hero .carousel-container h3 {font-size: 18px; line-height: 26px; margin-top: 12px;}
#hero .carousel-container {top: 140px;}

.footerBtm {padding-left: 15px; padding-right: 15px;}

#hero {margin-top: 83px; height: auto;}
header { background: #000; margin-top: 0; padding-top: 12px; padding-bottom: 12px;}
#hero .carousel-container {top: 100px;}

}
@media (max-width:520px) {
.tabs.wc-tabs li { width: 100% !important; margin: 6px 0 !important;}
.tabs.wc-tabs li a { width: 100%;}
.tabs.wc-tabs { margin-left: 0 !important; padding-left: 0 !important;}
}
@media (max-width:480px) {
.body2 .lc {height:200px;}
.videoss iframe { height: 200px !important;}
.sedule { padding: 20px 0;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon {width:100%;}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon input { width: 55%;}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td .coupon button { width: 45%; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {font-size: 12px;}
.productDetails h2 { font-size: 24px;}
.productDetails h3.price { font-size: 16px;}
#tab-description h2 { font-size: 18px !important;}
#tab-additional_information h2 { font-size: 18px !important;}
#reviews h2 { font-size: 18px !important;}
.woocommerce-tabs.wc-tabs-wrapper { margin-top: 0px;}
.related.products h2 { font-size: 24px;}
.body2 { margin-top: 20px;}

.mstc2 ul li h2 {font-size: 20px; letter-spacing: 3px;}
.mstc2 ul li p {letter-spacing: 3px; font-size: 15px;}
.mstc2 ul li .mstc2Right h5 {letter-spacing: 3px; font-size: 16px;}
.mstc2 ul li .mstc2Right h3 {font-size: 20px; letter-spacing: 3px;}
.mstc2 ul li {padding-left: 0;}
.msTopLogo img { max-width: 100%;}
.ms {padding: 0;}


}
@media (max-width:420px) {
#hero .carousel-container h2 {font-size: 24px; line-height: 24px;}
#hero .carousel-container h3 {font-size: 15px; line-height: 21px; margin-top: 8px;}
#hero .carousel-container a {font-size: 13px; margin-top: 5px; }
#hero .carousel-container {top: 65px;}
}















