/**
* 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: "Nunito Sans", sans-serif;
}

a {
  color: #ed502e;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

/*------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 833px;
  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: 0;
  right: 0;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 74px; font-weight: 900; line-height: 80px; letter-spacing: 0.5px;
}
#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 35px;font-size:17px;text-decoration:none;color:#000000;font-weight:600; font-family: "Nunito Sans", sans-serif;}
      #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: 40%;
}
ul.tabs li{
	background: none;
	color: #999999;
	display: inline-block;
	padding: 35px 0;
	cursor: pointer; width: 100%; font-family: "Frank Ruhl Libre", serif; font-size: 30px; background: url(../../images/tabArrow.png) left center no-repeat; padding-left: 50px; border-bottom: 1px solid #4c7896;
}

ul.tabs li.current{
	background: url(../../images/tabArrow2.png) left center no-repeat;
	color: #fff;
  border-bottom: 1px solid #fff;
}
ul.tabs li:last-child { border: none;}

.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 { float: left; width: 100%; padding: 20px 0; height: 175px; }
.menuDiv ul { padding-left: 0;}
.menuDiv { width: 1170px; margin: 0 auto 0;}
header .container { position: relative;}
.logo { position: absolute; left: 0; top: 0; float: left;}
.menuNav { margin-top: 80px; float: left;}
.HRight { float: right; margin-top: 82px;}
.HRight ul { margin: 0; padding: 0; list-style-type: none;}
.HRight ul li { float: left; margin-left: 25px;}
.HRight ul li span { color: #1e3055; font-size: 15px; margin-left: 3px;}
.bnrLeft { width: 55%; float: left; margin-top: 190px;}
.bnrRight { float: right; width: 45%;}
.br { float: right; padding: 70px; border: 1px solid #fff; border-radius: 35px; margin-top: 120px;}
.bnrLeft { text-align: center;}
.bnrLeft a { font-size: 40px; color: #2b4a9a; background: #fff; padding: 15px 70px; border-radius: 500px; font-weight: 900; display: inline-block; margin-top: 70px; text-transform: uppercase;}
.bnrLeft h5 { font-size: 26px; color: #fff; text-transform: uppercase; font-weight: 700; margin-top: 70px;}
.afterBanner { float: left; width: 100%; text-align: center; margin: 100px 0;}
.ab { float: left; width: 100%; padding: 0 20px;}
.ab h5 { font-size: 26px; font-weight: 700; color: #2b4a9a; margin-top: 25px;}
.ab p { font-size: 22px; font-weight: 300; color: #2b4a9a; margin-top:15px;}
.FProduct h1, h2 { font-size: 60px; font-weight: 700; color: #111; text-align: center;}
.fp { float: left; width: 100%; margin-top: 30px;}
.peTop { height: 480px; background: #f9f9f9; border-radius: 15px 15px 0 0; padding: 40px 30px 30px; text-align: center;}
.caseDiv { width: 96%; margin: 0 2%;}
.FProduct .owl-carousel .owl-item .peTop img { width: auto; display: inline-block;}
.ptOne { height: 275px;}
.ptTwo { margin-top: 25px;}
.ptTwo h5 { font-size: 20px; color: #111; font-weight: 700;}
.ptTwo p { font-size: 16px; color: #666; font-weight: 300;}
.peBtm { background: #2b4a9a; height: 90px; padding:15px 30px; border-radius: 0 0 15px 15px;} 
.peBtm .main-price bdi { float: left; font-size: 20px; color: #fff; font-weight: 800; margin-top: 18px;}
#carou .peBtm h5 { float: left; font-size: 20px; color: #fff; font-weight: 800; margin-top: 18px;}
#carou .peBtm h5 span { font-size: 16px; color: #e1e0e0; font-weight: 300;  margin-right: 7px; text-decoration: line-through;}
.FProduct .owl-carousel .owl-item .peBtm img { width: auto; display: inline-block;}
.FProduct .owl-carousel .owl-item .peBtm h6 { float: right; width: 50px; height: 50px; text-align: center; border-radius: 50%; border: 2px solid #fff; line-height: 42px; margin-top: 5px;}
.FProduct .owl-theme .owl-nav .owl-prev { background: url(../../images/arrow11.png) left center no-repeat !important; height: 52px; width: 52px; margin-left: -15px; position: absolute; left: 0; opacity: 1;}
.FProduct .owl-theme .owl-nav .owl-next {background: url(../../images/arrow12.png) left center no-repeat !important; height: 52px; width: 52px; position: absolute; right: 0; margin-right: -15px; opacity: 1;}
.FProduct .owl-theme .owl-nav {top: 45%; right: auto; width: 100%;}
.FProduct { float: left; width: 100%;}
.FProduct a:hover .peBtm { background: #000;}
.ep { float: left; width: 100%; margin-top: 120px;}
.ep .epBg { float: left; width: 100%; background: url(../../images/btl.png) top center no-repeat; height: 500px; background-size: 100%;}
.epbText { float: left; width: 60%; padding: 60px 0 0 80px;}
.epbText h5 { color: #333; font-size: 18px; font-weight: 300;}
.epbText h3 { font-size: 42px; color: #111; margin-top: 30px; font-weight: 600; margin-bottom: 0;}
.epbText h2 { font-size: 50px; color: #2b4a9a; font-weight: 800; text-align: left; margin-top: 5px;}
.epbText p { margin-top: 25px; color: #333; font-weight: 400; font-size: 18px;}
.epbText a { background: #2b4a9a; color: #fff; font-size: 18px; font-weight: 600; padding: 13px 50px 14px; border-radius: 200px; float: left; margin-top: 20px;}
.epbText a img { margin-left: 10px;}
.epbText a:hover { background: #000;}
.promt { float: left; width: 100%; background: #2b4a9a; height: 416px; margin-top: 120px; text-align: center; padding-top: 70px;}
.promt h2 { font-size: 72px; color: #fff; font-weight: 700; padding: 0 50px; margin-top: -90px;}
.say { float: left; width: 100%; margin: 120px 0;}

footer { float: left; width: 100%; background: #2b4a9a; padding: 80px 0 10px;}
footer h4 { font-size: 30px; font-weight: 700; color: #fff;}
.footerAbout { padding: 0 35px;}
.footerAbout p { margin-top: 15px; color: #eee; font-size: 16px;}
.footerAbout a { font-size: 18px; font-weight: 600; color: #fff;}
.footerAbout a img { margin-left: 8px;}
.footerMenu { padding: 0 35px;}
.footerMenu ul { margin: 5px 0 0 0; padding: 0; list-style-type: none; float: left; width: 100%;}
.footerMenu ul li { float: left; width: 100%; padding: 7px 0;}
.footerMenu ul li a { color: #fff; font-size: 18px;}
.footerMenu ul li a:hover { color: #98e9ee;}
.subcb { padding-left: 70px;}
.subcb p { color: #fff; font-size: 16px; margin-top: 15px;}
.subBox { float: left; width: 100%; height: 70px; background: #395aae; border-radius: 500px; margin-top: 15px;}
.subBox input { float: left; width: 68%; height: 70px; border-radius: 500px 0 0 500px; outline: none; font-size: 18px; color: #fff; border: none; background: none; padding-left: 30px;}
.subBox input[type="submit"] { width: 30%; height: 50px; background: #fff url(../../images/rightArrow.png) 80% center no-repeat; border-radius: 500px; color: #000; padding-left: 0; margin-top: 10px; font-size: 18px; font-weight: 600; padding: 0 0 0 35px; text-align: left;}
.subBox input::placeholder { color: #fff;}
.footerBtm { float: left; width: 100%; margin-top: 25px; border-top: 1px solid #395bb2; padding-top: 25px; text-align: center;}
.footerBtm p { font-size: 15px; color: #ccc;}
.footerBtm a { float: right; color: #fff; border-bottom: 1px solid #fff; padding-bottom: 2px;}
.footerBtm a img { margin-left: 5px;}
.footerBtm a:hover { color: #000; border-bottom: 1px solid #000;}
.cSay2 { float: left; width: 100%;}
.cSayHeader { float: left; width: 100%;}
.cshLeft { float: left; width: 92px; height: 92px; overflow: hidden; border-radius: 50%; border: 2px solid #8eb9fd; margin-right: 25px;}
.cshRight { float: left; margin-top: 20px;}
.cshRight h5 { font-size: 20px; font-weight: 700; color: #111; margin-bottom: 7px;}
.cshRight h6 { font-size: 15px; font-weight: 300; color: #666666; }
.clientSay .owl-carousel .owl-item img { width: auto;}
.cSayBody { float: left; width: 100%; margin-top: 40px;}
.cSayBody p { font-size: 22px; color: #666; font-weight: 300; letter-spacing: 0.5px; margin-top: 20px; line-height: 40px;}
.cSay { float: left; width: 100%; margin-top: 60px;}
.clientSay h2 { text-align: left; font-size: 72px; font-weight: 600; color: #000;}
.clientSay .owl-theme .owl-nav .owl-prev { background: url(../../images/arrow13.png) center center no-repeat !important; width: 57px; height: 20px;}
.clientSay .owl-theme .owl-nav .owl-next { background: url(../../images/arrow14.png) center center no-repeat !important; width: 57px; height: 20px;}
.clientSay .owl-theme .owl-nav { top: auto; bottom: 0; left: 0; right: auto;}
div#teams { min-height: 450px;}
#hero.innerBanner { height: 290px;}
#hero.innerBanner .bnrLeft { width: 100%; margin-top: 110px;}
#hero.innerBanner .bnrLeft h1 { font-size: 60px; text-transform: uppercase; color: #fff; font-weight: 800;}
.afterBanner.footerTop { background: #f1f1ff; margin-bottom: 0; padding: 100px 0;}
.ProductPage { margin-top: 120px;}

.faq-section {
 width: 100%;
  padding: 0;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0; color: #444;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* enough for content */
  padding:0 0 0 35px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.prod { float: left; width: 100%; padding-right: 10%;}
.prod h4 { font-size: 30px; font-weight: 700; color: #111; border-bottom: 1px solid #ccc; padding-bottom: 25px;}
.prod .prodOn .faq-section .faq-item span.icon { display: none;}
.prod .prodOn .faq-section .faq-item .faq-question { background: url(../../images/acdon1.png) left center no-repeat; padding-left: 35px;}
.prod .prodOn .faq-section .faq-item.active .faq-question { background: url(../../images/acdon2.png) left center no-repeat !important; color: #2b4a9a;}
.prod .prodOn .faq-section .faq-item .faq-answer ul { margin: 0; padding: 0; list-style-type: none;}
.prod .prodOn .faq-section .faq-item .faq-answer ul li { float: left; width: 100%; margin: 10px 0; background: url(../../images/acdon3.png) left center no-repeat; padding-left: 25px;}
.prod .prodOn .faq-section .faq-item .faq-answer ul li a { color: #777; font-weight: 300; font-size: 16px;}
.prod .prodOn .faq-section .faq-item .faq-answer ul li a:hover { color: #2b4a9a;}

.ProductPage .caseDiv { margin-bottom: 30px; width: 98%; margin-left: 1%; margin-right: 1%; position: relative;}
.ProductPage .caseDiv .peTop .ptOne .discount-badge { position: absolute; right: 0; top: 0; left: auto;}

.ProductPage .peBtm h6 { float: right; width: 50px; height: 50px; text-align: center; border-radius: 50%; border: 2px solid #fff; line-height: 42px; margin-top: 5px;}
.pagination { float: left; width: 100%; margin-top: 30px; text-align: center; display: inline-block !important;}
.ppText { float: left; width: 100%; padding-left: 50px;}
.ppText h2 { font-size: 36px; font-weight: 300; color: #333; text-align: left;}
.ppText h3 {  margin-top: 25px; float: left; width: 100%;}
.ppText h3 bdi { font-size: 36px; font-weight: 700; color: #333;}
/*.ppText h3 span { font-size: 24px; color: #999999; font-weight: 300; margin-right: 30px; float: left; margin-top: 7px;}*/
.ppText p { font-size: 18px; color: #666; font-weight: 300; line-height: 34px; margin-top: 40px; letter-spacing: 0.5px;}
.ppText h5 { font-size: 18px; font-weight: 700; color: #111; margin-top: 40px;}
.ppText ul { margin: 0 0 0 20px; padding: 0;}
.ppText ul li { font-size: 18px; color: #666; font-weight: 300; margin: 10px 0; letter-spacing: 0.5px;}
.quentity { float: left; margin-top: 20px; width: 100%;}
.quentity h6 { font-size: 18px; font-weight: 700; color: #111;}
.ppBtn { float: left; width: 100%; margin-top: 30px;}
.ppBtn a { font-size: 18px; font-weight: 600; color: #fff; background: #2b4a9a; padding: 12px 60px; border-radius: 250px; float: left; letter-spacing: 0.5px; margin-right: 15px;}
.ppBtn a.coa { color: #2b4a9a; background: #f1f1ff; font-weight: 700;}
.relatedPro { float: left; width: 100%; margin-top: 120px;}
.rp { float: left; width: 100%;}
.rpTop { float: left; width: 100%; height: 420px; background: #f9f9f9; border-radius: 35px; padding: 35px; text-align: center;}
.rpTop img { max-height: 100%;}
.rpBtm { float: left; width: 100%; text-align: center; margin-top: 25px;}
.rpBtm h5 { font-size: 20px; font-weight: 700; color: #111;}
.rpBtm h6 { font-size: 18px; font-weight: 700; color: #555;}
.rpBtm h6 span { font-size:14px; color: #999; font-weight: 300; text-decoration: line-through; margin-right: 10px;}
.relatedPro h2 { margin-bottom: 40px;}
.faq { float: left; width: 100%; margin-top: 100px;}
.faq .faq-item .faq-answer p { padding-left: 0; font-weight: 300; color: #666; line-height: 30px; font-size: 18px;}
.faq .faq-item.active .faq-answer { padding-left: 0; padding-right: 35px;}
.faq .faq-item .faq-question { font-size: 24px; color: #111; font-weight: 300;}
.faq .faq-item {border-bottom: 1px solid #eee; padding: 20px 0;}
.faq .faq-question .icon { font-size:30px; font-weight: 100;}

.prodOn { margin-top: 25px;}
.prodOn ul { margin: 0 0 0 0; padding: 0; list-style-type: none;}
.prodOn ul li { float: left; width: 100%; margin: 10px 0;}
.prodOn ul li a { font-size: 18px; color: #666; font-weight: 300;}
.prodOn ul li a:hover { color: #000;}
.aboutUs { float: left; width: 100%; margin-top: 100px;}
.aboutBox { float: left; width: 100%;}
.aboutLeft { float: left; width: 50%;}
.aboutRight { float: right; width: 50%; padding: 0 100px;}
.aboutLeft img { max-width: 100%;}
.aboutBox.aboutBox2 { margin-top: 110px;}
.aboutBox.aboutBox2 .aboutLeft { float: right;}
.aboutBox.aboutBox2 .aboutRight { float: left;}
.aboutLeft { text-align: left;}
.aboutRight h2 { text-align: left; margin-bottom: 20px;;}
.aboutRight p { font-size: 18px; line-height: 32px; line-height: 32px; color: #666; font-weight: 300;}
.aboutRight h5 { font-size: 18px; font-weight: 700; color: #333; margin-top: 35px;}
.rh { position: relative; width: 100%; height: 648px; border-radius: 35px; overflow: hidden; margin: 13px 0;}
.rh img { width: 100%; height: 100%; object-fit: cover;}
.rh .overLatRh {background: linear-gradient(0deg,  rgba(43,74,154,1) 0%,rgba(43,74,154,0) 100%); position: absolute; left: 0; bottom: 0; width: 100%; z-index: 1; top: auto; height: 100%;}
.bgText { position: absolute; bottom: 35px; left: 8%; width: 84%; text-align: left; }
.rh .bgText img { width: auto; height: auto; object-fit: none;}
.bgText h5 a { font-size: 30px; color: #fff; font-weight: 700; line-height: 34px;}
.bgText p { font-size: 18px; color: #eee; font-weight: 300; margin-top: 15px;}
.bgText a { font-size: 19px; font-weight: 600; color: #fff;}
.bgText a img { margin-left: 10px;}
.contactPage { width: 1080px; margin: 0 auto;}
.cpForm { float: left; width: 100%; margin-top: 90px;}
.cpForm .col2 { float: left; width: 100%;}
.cpForm .col2 fieldset { float: left; width: 47%; margin: 20px 1.5%;}
.cpForm .col2 fieldset input { width: 100%; height: 62px; border: 1px solid #ccc; color: #333; font-weight: 300; font-size: 18px; border-radius: 500px; padding-left: 30px; outline: none;}
.cpForm ::placeholder { color: #333;}
.cpForm .col2.col1 fieldset { float: left; width: 97%; margin: 20px 1.5%;}
.cpForm .col2.col1 fieldset textarea { width: 100%; height: 150px; border-radius: 35px; padding: 20px 0 0 30px; color: #333; font-weight: 300; font-size: 18px; border: 1px solid #ccc; resize: none; outline: none;}
.cpForm .col2.col1 fieldset input[type="submit"] { background: #2b4a9a; width: 229px; padding: 0; font-size: 20px; font-weight: 600; color: #fff; letter-spacing: 0.5px; margin: 0 auto; display: block; float: none;}
.cpForm .col2.col1 fieldset input[type="submit"]:hover { background: #000;}
.cpForm form { margin-top: 20px;}
.cpTop { float: left; width: 100%; text-align: center;}
.wa-eu { width: 380px; display: inline-block; text-align: center; margin: 0 20px;}
.wa-eu img { margin-bottom: 30px;}
.wa-eu h5 { font-size: 36px; color: #111; font-weight: 600; margin-bottom: 15px;}
.wa-eu a { font-size: 24px; font-weight: 300; color: #333;}

.calcul .progress.mb-3 { background: url(../../images/30.png) top center no-repeat; background-size: 100%; height: 176px !important; border-radius: 0;}
.calcul .bg-success { background:rgba(43, 74, 154, .8) !important; height: 111px !important; }
.calcul { float: left; width: 100%; margin: 120px 0;}
.calcul .container.py-5 { margin-top: 0; margin-bottom: 0; padding-top: 0 !important; padding-bottom: 0 !important;}
.calcul .card.shadow-lg.p-4 { border: none; box-shadow: none !important; padding: 0 !important;}
.calcul #tab-03 { background: url(../../images/30-units.png) center 75% no-repeat; width: 380px; height: 160px;}
.calcul #tab-05 { background: url(../../images/50-units.png) center 75% no-repeat; width: 380px; height: 160px;}
.calcul #tab-10 { background: url(../../images/100-units.png) center 75% no-repeat; width: 380px; height: 160px;}
#syringeTabs { text-align: center; display: inline-block; border: none; margin-top: 30px;}
#syringeTabs li.nav-item { display: inline-block;  margin: 0 15px;}
#syringeTabs li.nav-item button {padding: 25px; border-radius: 35px; border: 1px solid #ddd; opacity: 0.6;}
#syringeTabs li.nav-item button:hover {border: 1px solid #2b4a9a;}
#syringeTabs li.nav-item button.active { border: 2px solid #2b4a9a; opacity: 1;}
#syringeTabs li.nav-item button span {  float: left; width: 100%; margin-top: -50px; font-size: 24px; font-weight: bold; color: #2b4a9a;}
.calcul h4 { text-align: center; font-size: 30px; font-weight: 600; color: #2b4a9a;}
.calcul .tab-pane.fade {height: 500px;}
.calcul .progress { position: absolute; bottom: 0; width: 100%;}
.calcul .tab-content .col-md-4 { padding: 35px 70px; border-right: 1px solid #ccc;}
.calcul .tab-content .col-md-4:last-child { border: none;}
.calcul .tab-content .col-md-4 label.form-label { width: 100%; text-align: center; text-align: center;  font-size: 24px;  font-weight: 600;  color: #2b4a9a; margin-bottom: 25px; }
.calcul .tab-content {  margin-top: 100px;}
.calcul .tab-content #doseMessage-03 { display: none;}
.calcul .tab-content #doseMessage-05 { display: none;}
.calcul .tab-content #doseMessage-10 { display: none;}
.calcul .tab-content .col-md-4 label.btn { border-radius: 0 !important; border: 1px solid #2b4a9a !important; color: #2b4a9a;}
.calcul .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active { background-color: #2b4a9a !important; color: #fff !important;}
.calcul #content-05 .progress.mb-3 {background: url(../../images/50.png) top center no-repeat; background-size: 100%; height: 176px !important; border-radius: 0;}
.calcul #content-10 .progress.mb-3 {background: url(../../images/100.png) top center no-repeat; background-size: 100%; height:176px !important; border-radius: 0;}

.bnrRight img { max-width: 100%;}
#hero .overlayBanner a { position: absolute; width: 100%; height: 100%;}

#hero { background: none;}
.sayLeft img { max-width: 100%;}
.footerLogo img { max-width: 100%;}

.dl { float: left; width: 100%; text-align: left;}
.dl h2 { text-align: left;}
.dl p { font-size: 18px; color: #666; font-weight: 300; line-height: 32px;}
.dl h3 { font-size: 48px; font-weight: 700; margin-top: 40px;}
.dl h4 { font-size: 36px; font-weight: 700; margin-top: 40px;}
.dl h5 { font-size: 30px; font-weight: 700; margin-top: 40px;}
.dl h6 { font-size: 24px; font-weight: 700; margin-top: 40px;}
.dl ul { margin: 25px 0 0 17px; padding: 0;}
.dl ul li { font-size: 18px; color: #666; margin: 10px 0; font-weight: 300;}
.dl ol { margin: 25px 0 0 17px; padding: 0;}
.dl ol li { font-size: 18px; color: #666; margin: 10px 0; font-weight: 300;}



/* Product WooCommers */

.productDetails .woocommerce-product-rating a { font-size: 13px;}
.productDetails .woocommerce-product-rating { margin-bottom: 0 !important;}
.productDetails form th.label label { font-size: 15px; color: #2b4a9a;}
.productDetails form table ul li span { font-size: 12px; color: #666;}
.productDetails form table tr { margin: 10px 0; display: block;}
.productDetails .quantity-wrapper { float: left; margin-bottom: 20px !important; border: 1px solid #ccc; height: 44px; margin-right: 10px !important;}
.productDetails form .variations { margin-bottom: 0 !important;}
.productDetails .quantity-wrapper button { border: none; background: none; height: 44px; font-size: 22px;}
.productDetails .quantity-wrapper input { border: none; background: none; height: 44px;}
.product_meta.cataPro p { font-size: 14px;}
.productDetails form { margin-bottom: 10px !important;}
.productDetails form button.single_add_to_cart_button.button.alt { border-radius: 0;}
.productDetails form .single_variation_wrap span.price bdi {font-size: 24px; font-weight: 700; color: #2b4a9a !important;}
.productImg .zoom.nslick-slide { border: 1px solid #ccc;}
#nickx-gallery li.product_thumbnail_item { border: 1px solid #ccc !important; margin: 0 0.5% !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper { width: 100%; float: left;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul { width: 100%; float: left; text-align: center; margin-top: 50px !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li { display: inline-block !important; float: none; margin: 0 1% !important; width: auto !important; border: none !important; background: none !important; padding: 0 !important; font-family: "Inter", serif; border-radius:0 !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul.tabs::before { border: none !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li a { font-size: 20px !important; color: #ccc !important; padding: 0 3px !important; border: none !important; border-radius:0 !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li.active { border-bottom: 2px solid #2b4a9a !important; color: #2b4a9a !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li.active a {color: #2b4a9a !important;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li::before { display: none;}
.single-product .woocommerce-tabs.wc-tabs-wrapper ul li::after { display: none;}
.single-product #tab-description h2 { float: left; width: 100%; margin-top: 25px; font-size: 26px; font-weight: 400; color: #2b4a9a; margin-bottom: 20px;}
.single-product #tab-description p { font-size: 16px; color: #666; line-height: 32px; font-weight: 300;}
.single-product { float: left; width: 100%;}
.single-product #tab-additional_information h2 {font-size: 26px; font-weight: 400; color: #2b4a9a; margin-top: 25px; float: left; width: 100%;}
.single-product #tab-additional_information table { margin-top: 15px; float: left; width: 100%;}
.single-product #tab-additional_information table th, td { padding: 15px 7px; font-size: 15px; color: #666;}

.single-product #reviews h2 { float: left; width: 100%; margin-top: 25px; font-size: 26px; font-weight: 400; color: #2b4a9a; margin-bottom: 20px;}
.single-product #reviews #comments ol { float: left; width: 100%; margin: 0 !important;}
.single-product #reviews #comments p { font-size: 15px; color: #666;}
.single-product #reviews #comments ol li ul { width: 100%; margin: 0 !important;}
.single-product #reviews #comments ol li ul li { width: 100% !important; text-align: left !important; margin:20px 0 0 0 !important; float: left;}
span#reply-title { float: left; width: 100%; text-align: center; margin-top: 30px; color: #666;}
p.must-log-in { float: left; width: 100%; margin-top: 15px !important; text-align: center; font-size: 15px; color: #666;}
p.must-log-in a { background: #2b4a9a; padding: 2px 10px 5px; color: #fff; border-radius: 3px;}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn { background: #96795b !important; border: none !important;}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn:hover { color: #fff !important;}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn:hover span { color: #fff !important;}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue { background: #2b4a9a !important;}
.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout { background: #1f1f1f !important;}
.footerTop .ftLeft .tnp.tnp-subscription { max-width: 100%;}
.footerTop .ftLeft .tnp.tnp-subscription input[type="email"] { color: #333 !important;}
.footerTop .ftLeft .tnp.tnp-subscription input::placeholder { color: #333 !important;}
.cout { padding: 100px 0;}
.cout .woocommerce-cart-form table thead { background: #eee;}
.cout .woocommerce-cart-form table td.actions { background: #eee;}
.cout .woocommerce-cart-form table .product-quantity .quantity {float: left; margin-bottom: 20px !important; border: 1px solid #ccc; height: 44px; margin-top: 20px;}
.cout .woocommerce-cart-form table .product-quantity .quantity button { border: none; background: none; height: 44px; font-size: 22px;}
.cout .woocommerce-cart-form table .product-quantity .quantity input { border: none; background: none; height: 44px !important;}

.related.products h2 {text-align: center; font-size: 60px; color: #666358; font-weight: 400;}
.related.products { float: left; width: 100%; margin-top: 40px;}
.related.products ul {  margin-top: 40px !important;}
.related.products ul li.product { text-align: center !important;}
.related.products ul li.product span.price {color: #2b4a9a; font-size: 18px; font-weight: 600; margin-top: 5px !important;}
.related.products ul li.product a img { border: 1px solid #ccc;}
.related.products ul li.product a.button {background: #2b4a9a; font-size: 18px; font-weight: 300; color: #fff; padding: 13px 35px; margin-top: 10px !important;}
.product #tab-description ul li { float: left !important; width: 100% !important; margin-bottom: 12px !important; text-align: left !important; display: inline list-item !important; list-style-type: disc !important; font-size: 16px; color: #666; line-height: 32px; font-weight: 300; margin-left: 15px !important;}
.single-product #tab-description ul { margin: 0 !important; padding: 0; list-style-type: disc !important;}
.productDetails h3.price del span { font-size: 18px !important; color: #999 !important; font-weight: 300 !important;}
.productDetails h3.price del {margin-right: 10px;}
.productDetails h3.price ins { border: none !important; text-decoration: none !important;}
.related.products ul li.product span.price ins {border: none !important; text-decoration: none !important; margin-left: 10px !important;}
.related.products ul li.product span.price del span {font-size: 15px !important; color: #999 !important; font-weight: 300 !important; }
.related.products ul li.product span.onsale { left: 10px !important; top: 10px !important; margin: 0; width: 50px !important; background: #2b4a9a !important;}
.coupon input#coupon_code { width: 150px !important; height: 33px !important;}
.cout .woocommerce-cart-form table td .coupon button.button {background-color: #2b4a9a !important; color: #fff !important; font-weight: 300; font-size: 15px !important;}
.cout .woocommerce-cart-form table td { padding: 20px 15px !important;}
.cout .woocommerce-cart-form table td a { font-size: 15px !important; color: #2b4a9a !important;}
.cout .woocommerce-cart-form table td dl { font-size: 15px !important; color: #2b4a9a !important;}
.cout .woocommerce-cart-form table td.product-thumbnail { width: 10%;}
.cout .woocommerce-cart-form table td.product-thumbnail img { width: 100%;}
.cart_totals  { margin-top: 30px !important;}
.cart_totals tr.cart-subtotal { background: #eee !important;}
.cart_totals tr.order-total {background: #eee !important;}
.cart_totals table { margin-top: 15px !important;}
#shipping-calculator-form p select { width: 100% !important; height: 46px !important; border: 1px solid #aaa !important;}
#shipping-calculator-form .select2-container--default .select2-selection--single { height: 46px; border: 1px solid #aaa; }
#shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 42px;}
#shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px;}
#shipping-calculator-form input { height: 46px; border: 1px solid #aaa; border-radius: 4px;}
#shipping-calculator-form button { background: #2b4a9a; font-weight: 400; color: #fff; font-size: 15px;}
.cout .woocommerce-cart-form table a.remove { font-size: 30px !important;}
#customer_details input { width: 100% !important; height: 46px !important; border: 1px solid #aaa !important; border-radius: 0 !important; padding-left: 15px; font-size: 15px; border-radius: 200px !important; outline: none;}
#customer_details .select2-container--default .select2-selection--single { width: 100% !important; height: 46px !important; border: 1px solid #aaa !important; border-radius: 0 !important; border-radius: 200px !important;}
#customer_details .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 43px !important; font-size: 15px; padding: 0 0 0 20px;}
#customer_details .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; width: 35px;}
#customer_details textarea { width: 100% !important; padding-top: 10px; height: 87px !important; border: 1px solid #aaa !important; border-radius: 0 !important; padding-left: 15px; font-size: 15px; resize: none !important;}
#customer_details label { color: #666;}
#customer_details .woocommerce-shipping-fields h3#ship-to-different-address input { float: left !important; width: auto !important; height: 20px !important; width: 20px !important; margin-top: 8px; margin-right: 15px;}
#customer_details .woocommerce-shipping-fields h3#ship-to-different-address span { font-size: 24px !important; color: #2b4a9a !important; font-weight: 300;}
#customer_details .col-1 .col-2 { border: 1px solid #ccc; padding: 35px;}
#customer_details .woocommerce-billing-fields h3 {font-size: 24px !important; color: #2b4a9a !important; font-weight: 300;}
h3#order_review_heading { margin-top: 40px; font-size: 24px !important; color: #2b4a9a !important; font-weight: 300; margin-bottom: 15px !important;}
#order_review table tr th { background: #eee !important; }
#order_review table tr td {}
#order_review table tr th, td { }
#order_review table { border-collapse: collapse; border: 1px solid #ccc;}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received { text-align: center; font-size: 24px; margin-bottom: 30px; color: #2b4a9a; 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: #2b4a9a !important; font-weight: 300; margin-top: 25px; 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;}
section.woocommerce-customer-details .addresses { float: left !important; width: 100% !important; margin-top: 60px !important;}
section.woocommerce-customer-details .addresses h2 {font-size: 24px !important; color: #2b4a9a !important; font-weight: 300;}
section.woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 { padding: 0 !important; border: none !important; margin: 0 !important;}
section.woocommerce-customer-details .addresses address { border: 1px solid #ccc !important; border-radius: 0 !important; margin-top: 10px !important; float: left !important; padding: 35px !important;}
section.woocommerce-customer-details .addresses address br { line-height: 40px;}
section.woocommerce-customer-details .addresses address p { padding: 15px 0 15px 25px !important; border-top: 1px solid #ccc; margin: 0 !important;}

.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first { width: auto !important; float: left;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last { width: auto !important; float: left;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-first input { height: 46px; border: 1px solid #ccc; border-radius: 0; padding-left: 15px;}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last button { height: 46px; background: #2b4a9a; color: #fff; font-weight: 300;}

.woocommerce-bacs-bank-details h2 {font-size: 24px !important; color: #2b4a9a !important; font-weight: 300; margin-top: 25px; float: left; width: 100%;}
.woocommerce-bacs-bank-details ul {border: 1px solid #ccc; padding: 35px; float: left; width: 100%;}
.woocommerce-bacs-bank-details ul li { color: #666 !important;}
.woocommerce-bacs-bank-details h3 {font-size: 18px !important; color: #2b4a9a !important; font-weight: 500; float: left; width: 100%;}
section.woocommerce-order-details table ul.wc-item-meta { margin: 0 !important; padding: 0 !important;}
section.woocommerce-order-details table td { padding: 15px !important;}
.woocommerce-bacs-bank-details .wc-bacs-bank-details.order_details.bacs_details { margin-bottom: 0 !important;}
#reviews #comments ol li { float: left !important; width: 100% !important;}
#reviews #comments .star-rating span { color:#00FF00 !important;}
#reviews #comments .star-rating { height: 20px !important;}
.productDetails .star-rating span {color:#00FF00 !important;}
.single-product .productImg .onsale { left: 10px; top: 10px; width: 50px !important;}
.single-product .productImg { position: relative; }
.lc .lcBtm ins { border: none !important; text-decoration: none !important;}
#customer_login .u-column1.col-1 { padding: 35px;}
#customer_login .u-column1.col-1 h2 { text-align: center;}
#customer_login .login { padding: 50px; border-radius: 35px; border: 1px solid #ccc;}
#customer_login .login input { border: 1px solid #ccc; height: 60px; border-radius: 500px; margin-top: 5px; padding: 0 25px;}
#customer_login .login input#rememberme { height: auto; width: 20px; height: 20px;}
#customer_login .login button.woocommerce-form-login__submit { width: 100%; height: 60px; border-radius: 500px; width: 100%; background: #2b4a9a; color: #fff; font-size: 20px; margin-top: 15px; font-weight: 300;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {right: 1.7em !important; top: 1.5em !important;}
.woocommerce-LostPassword.lost_password { text-align: center; margin-top: 15px; }
.woocommerce-LostPassword.lost_password a {color: #2b4a9a;}


.lc span.onsale { left:10px !important; top: 10px !important; width: 50px;}
.stock.out-of-stock { font-size: 20px !important; font-weight: 700 !important; color: red !important;}
.productDetails a.button.enquiry-button {background: #2b4a9a; font-size: 18px; font-weight: 300; color: #fff; padding: 13px 50px; margin-top: 15px;}
.productDetails a.button.enquiry-button:hover {background: #2b4a9a; color: #fff; }
.tinv-wishlist .tinvwl_add_to_wishlist_button { border: 1px solid #aaa; padding: 5px 10px; float: left;}
.product_meta.cataPro { float: left; width: 100%; margin-top: 25px;}

.custom-category ul { margin: 0; padding: 0; list-style-type: none;}
.custom-category li.product-category { float: left; width: 23%; margin: 15px 1%; list-style-type: none; border: 1px solid #ccc;}
.custom-category li.product-category img { width: 100%;}
.custom-category li.product-category h2 { text-align: center; padding: 15px 2%; color: #666; font-weight: 300; line-height: 32px; font-size: 18px;}
.custom-category { float: left; width: 100%; margin: 100px 0;}
.custom-category li.product-category h2 mark { display: none;}
.custom-category li.product-category:hover {border: 1px solid #2b4a9a;}
.wishlist-page { padding: 100px 0;}
.wishlist-page table { border: 1px solid #ccc; border-collapse: collapse;}
.wishlist-page table td,th { border: 1px solid #ccc;}
.wishlist-page table th { background: #eee;}
.wishlist-page .tinv-header h2 {text-align: center; font-size: 60px; color: #666358; font-weight: 400;}
.wishlist-page table td.product-action button { background: #2b4a9a !important; font-size: 13px !important; padding: 10px !important; border-radius: 0;}
.wishlist-page table th { color: #2b4a9a;}
.wishlist-page table td.product-action a.product_type_simple { background: #2b4a9a !important; font-size: 13px !important; padding: 10px !important; color: #fff !important; border-radius: 0;}
.wishlist-page table .tinvwl-input-group-btn button {background: #2b4a9a !important; font-size: 13px !important; padding:0 10px !important; height: 40px; border-radius: 0; color: #fff !important;}
.wishlist-page table .tinvwl-no-full select { border-radius: 0; height: 40px; border: 1px solid #ccc; font-size: 14px;} 
.wishlist-page table .tinvwl-to-right.look_in button { background: #2b4a9a; color: #fff; border-radius: 0; height: 40px;}
.variations_form.cart.wvs-loaded table.variations td { padding: 0 !important;}

.homeProduct .lc .lcBtm { padding-top: 25px; float: left; width: 100%;}
#customer_login .u-column2.col-2 { border: none !important;}
#customer_login .u-column2.col-2 h2 { text-align: center;}
#customer_login .u-column2.col-2 .register {padding: 50px; border-radius: 35px; border: 1px solid #ccc;}
#customer_login .u-column2.col-2 .register input { border: 1px solid #ccc; height: 60px; border-radius: 500px; margin-top: 5px; padding: 0 25px;}
#customer_login .u-column2.col-2 .register p { font-size: 14px; font-weight: 300; color: #666; text-align: center;}
#customer_login .u-column2.col-2 .register button {width: 100%; height: 60px; border-radius: 500px; width: 100%; background: #2b4a9a; color: #fff; font-size: 20px; margin-top: 15px; font-weight: 300;}
#customer_login .u-column2.col-2 .register p label { font-size: 16px; font-weight: 400; color: #000; text-align: left;}

.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-align: center; color: #2b4a9a; font-weight: 400; font-size: 18px; padding: 15px 0; float: left; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { background: #2b4a9a; color: #fff; border-radius:200px; border: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {border-bottom: 1px solid #2b4a9a; color: #2b4a9a;}
.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: #2b4a9a !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: #2b4a9a; 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: #2b4a9a !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:#2b4a9a; padding: 10px !important;}
.woocommerce-MyAccount-content table td a.button {background: #2b4a9a !important; font-size: 13px !important; padding:10px 0 !important; text-align: center; width: 100%; border-radius: 0; border-radius: 200px; 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: #2b4a9a !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; outline: none; border-radius: 200px;}
.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: #2b4a9a; font-size: 18px; padding: 15px 25px; border-radius: 0; float: left; margin-top: 15px; color: #fff; font-weight: 400; border-radius: 200px;}

#review_form_wrapper { float: left; width: 100%;}
#review_form_wrapper span#reply-title { text-align: left; font-size: 24px; color: #666358;}
#review_form #commentform { float: left; width: 100%; margin-top: 20px;}
#review_form #commentform label { font-size: 18px; margin-bottom: 10px; float: left; width: 100%; font-weight: 300; color: #333;}
#review_form #commentform p.stars a {width: 1.5em;}
#review_form #commentform p.stars a::before { font-size: 24px;}
#review_form #commentform .comment-form-rating { margin-bottom: 20px; float: left; width: 100%;}
#review_form #commentform .comment-form-comment textarea { border: 1px solid #ccc; height: 200px; width: 960px !important;}
#review_form #commentform .form-submit input.submit {background: #2b4a9a; font-size: 18px; font-weight: 300; color: #fff; padding: 13px 50px; margin-top: 15px;}
#review_form #commentform .form-submit input.submit:hover {background: #2b4a9a; color: #fff;}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders td { font-size: 13px; border: 1px solid #ccc;}
.woocommerce-MyAccount-content .woocommerce-MyAccount-orders td a.view { height: auto;}
.woocommerce table.shop_attributes th {border: none;}
.woocommerce-address-fields__field-wrapper p label { font-size: 16px;}
.woocommerce-address-fields__field-wrapper p input { width: 100%; width: 100%; height: 46px; border: 1px solid #ccc; margin-top: 5px; font-size: 14px; color: #666; font-weight: 400; padding-left: 10px;}
.woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single { width: 100%; width: 100%; height: 46px; border: 1px solid #ccc; margin-top: 5px; font-size: 14px; color: #666; font-weight: 400; line-height: 44px;}
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {height: 54px; width: 30px;}
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 44px;}
.woocommerce-MyAccount-content .woocommerce-address-fields p button.button {background: #2b4a9a; font-size: 18px; font-weight: 300; color: #fff; padding: 13px 50px;}
.productDetails h3.price del { text-decoration: none;}
.productDetails h3.price del bdi { text-decoration: line-through;}


.single-product .product { float: left; width: 100%;}
.single-product .productDetails h1 { font-size: 30px; color: #2b4a9a; font-weight: 300;}
.single-product .productDetails h3 {  margin-top: 20px; margin-bottom: 20px;}
/*.single-product .productDetails h3 span { font-size: 24px; color: #2b4a9a; font-weight: 700;}*/
.single-product .productDetails h5 { font-size: 18px; color: #2b4a9a; font-weight: 700; margin-top: 40px; border-bottom: 2px solid #c6b8a7; width: auto; display: inline-block; padding-bottom: 5px;}
.single-product .productDetails p { font-weight: 300; color: #666666; font-size: 16px; line-height: 30px;}
.single-product .pd1 { float: left; width: 100%; margin-top: 25px;}
.single-product .pdBtn { float: left; width: 100%; margin-top: 30px;}
.single-product .pdBtn a { background: #2b4a9a; font-size: 18px; font-weight: 300; color: #fff;  padding: 13px 50px;}
.single-product .pdBtn a.wish { padding: 0; margin-left: 5px;}
.single-product .cataPro { float: left; width: 100%; margin-top:0;}
.single-product .cataPro p { margin: 0; color: #000; font-weight: 400;}
.single-product .cataPro p span { color: #666;}
.single-product .cataPro p a { color: #0b9dce;}
.single-product .drrescripation { margin-top: 80px;}
.single-product .drrescripation h4 { color: #666358; font-size: 30px; font-weight: 500; letter-spacing: 0.5px; margin-bottom: 20px;}
.single-product .drrescripation p { font-size: 18px; font-weight: 300; color: #666; line-height: 34px;}

.woocommerce-page div.product div.images { width: 100% !important; max-width: none !important;}
.single-product .productDetails { width: 100% !important;}
.single-product .productDetails .summary.entry-summary.productDetails { padding-left: 30px !important;}


.single-product .productDetails .accordionWrapper { padding: 0 !important; margin: 0 !important; width: 100% !important;}
.single-product .productDetails .accordionWrapper { padding: 0; margin: 0; box-shadow: none; background: none;}
.single-product .productDetails .accordionItemHeading { font-size: 20px; color: #333; font-weight: 400; background: none; border-bottom: 1px solid #eee; border-radius: 0; padding: 25px 0; margin: 0px 0px 0 0px;}
.single-product .productDetails .open .accordionItemContent { border: none; padding: 20px 0px 0; margin: 0;}
.single-product .productDetails .open .accordionItemContent p { font-size: 17px; color: #666; font-weight: 300;}
.single-product .productDetails .open .accordionItemHeading { margin-bottom: 0;}
.single-product .productDetails .accordionItem {font-family: "Jost", sans-serif !important;} 
.woocommerce div.product form.cart .button { background: #2b4a9a; font-size: 18px;  font-weight: 500; color: #fff; padding: 13px 50px;}
#carou6 { float: left; width: 100%;}

.aboutCon p { font-size: 18px; text-align: center; font-weight: 300; color: #444; line-height: 34px; margin-bottom: 30px;}



form.price-filter-form { float: left; width: 80%; margin-top: 20px;}
.min_price { width: 50%; padding-right: 2%; float: left;}
form.price-filter-form input { width: 100%; height: 40px; border: 1px solid #ccc; padding: 0 10px; outline: none;}
form.price-filter-form label { font-size: 18px; color: #333; margin-bottom: 5px;}
.max_price { width: 50%; padding-left: 2%; float: right;}
form.price-filter-form button { background: #2b4a9a; font-size: 18px; text-align: center; border: none; color: #fff; width: 100%; margin-top: 10px;}
.shotAndProduct form select { border: none; border-bottom: 1px solid #ccc; height: 40px; background: none; font-weight: 300; font-size: 18px; color: #666;}
.caseDiv .peTop img { height: 100%; }
.caseDiv .peTop { position: relative;}
.caseDiv .peTop span.sale-label { position: absolute; top: 15px; right: 15px; width: 50px; height: 50px; border-radius: 50%; background:#2b4a9a; color: #fff; font-size: 16px; line-height: 50px; font-weight: 600; text-align: center;}
.sapRight { font-size: 18px; font-weight: 300; color: #666; margin-top: 10px;}
.peBtm h6 del { display: none;}
.peBtm h6 ins { text-decoration: none; border: none;}

.woocommerce-tabs.wc-tabs-wrapper { display: none;}
.related.products h2 {font-size: 48px; font-weight: 300; color: #111; margin-bottom: 30px;}
.related.products .productPagePro .lc .lcTop { height: 400px;}
.related.products .productPagePro .lc .lcTop img { width: 100%; height: 100%; object-fit: cover;}
.related.products .productPagePro .lc .lcBtm { text-align: center; margin-top: 20px;}
.related.products .productPagePro .lc .lcBtm {font-size: 16px; color: #333; font-weight: 400;}
.related.products .productPagePro .lc .lcBtm del { display: none;}
.related.products .lc .lcBtm ins {font-weight: 600; color: #2b4a9a; font-size: 18px;}
.related.products .productPagePro .lc .lcBtm p { margin-bottom: 5px;}

.page-template-product-category .catagory .col-3 .cta.cta2 { height: 480px;}
.page-template-product-category .catagory .col-3 .cta.cta2 .image-wrapper { height: 480px;}
.page-template-product-category .catagory .col-3 .cta.cta2 h5 {bottom: 45px;}
.page-template-product-category .catagory .col-3 .cta.cta2 h6 { font-size: 16px; font-weight: 500; color: #fff; position: absolute; width: 100%; text-align: center; bottom: 20px;}
.single-product .productImg .onsale { left: auto; right: 15px; top: 15px;}

.woocommerce table.shop_table {border-collapse: collapse !important; margin-top: 0 !important;}
.woocommerce .cart_totals table.shop_table { margin-top: 0 !important;}
.cout .woocommerce-cart-form table .product-quantity .quantity .quantity { float: none; display: inline-block; margin-top: 0; border-width: 0 1px 0 1px; width: auto;}
.cout .woocommerce-cart-form table .product-quantity .quantity .quantity input { resize: none; appearance: none;}
.woocommerce table.shop_table td { text-align: center; border: 1px solid #ccc;}
.woocommerce a.remove {margin: 0 auto;}
.cout .woocommerce-cart-form table .product-quantity .quantity {width: 150px; float: none; margin: 0 auto;}
.woocommerce table.shop_table th { text-align: center; border: none; background:none;}
.woocommerce table.shop_table thead { border-bottom: 1px solid #ccc;}
.woocommerce .cart_totals table.shop_table th { text-align: left; border-right: 1px solid #ccc !important;}
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward { background: #2b4a9a !important;}
.woocommerce .cart_totals h2 { font-size: 36px !important;}
.woocommerce-form-login-toggle { float: left; width: 100%;}
#customer_details {float: left; width: 58%; border: 1px solid #aaa; padding: 50px;}
#order_review { float: right; width: 38%;}
h3#order_review_heading { float: right; width: 38%; margin-top: 0 !important;}
#order_review table { margin-top: 0 !important;}
#order_review table th { text-align: left;}
.woocommerce-shipping-fields { margin-top: 30px;}
#billing_country_field { border-bottom: 1px solid #ccc;}
.entry-content { float: left; width: 100%;}
/*.single-product .productDetails h3 span {color: #2b4a9a !important;}*/
nav.woocommerce-breadcrumb { display: none;}

.woocommerce-MyAccount-content form .woocommerce-address-fields input { height: 48px !important; border: 1px solid #aaa !important; outline: none !important; }
.woocommerce-MyAccount-content form .woocommerce-address-fields label { font-size: 18px !important; font-weight: 400 !important;}
#customer_login .u-column2.col-2 { padding: 35px;}
.tinv-wishlist.woocommerce.tinv-wishlist-clear { margin-top: 100px;}
.tinv-header { display: none;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { border: none !important; background: none !important;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead { background: none; border: none;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th { background: none; border: none;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions { background: none; border: none; padding: 15px 0 !important;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {font-size: 20px; font-weight: 400;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-price bdi {font-size: 18px; font-weight: 600; color: #2b4a9a;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-subtotal bdi {font-size: 18px; font-weight: 600; color: #2b4a9a;}
.cout .shop_table.shop_table_responsive tr.cart-subtotal td bdi {font-size: 18px !important; font-weight: 600 !important; color: #2b4a9a !important;}
.cout .shop_table.shop_table_responsive tr.order-total td bdi {font-size: 18px !important; font-weight: 600 !important; color: #2b4a9a !important;}
.cout .shop_table.shop_table_responsive th {font-size: 20px !important; font-weight: 400 !important; vertical-align: middle !important;}
.cout .shop_table.shop_table_responsive td {}
#order_review .shop_table.woocommerce-checkout-review-order-table th {font-size: 20px; font-weight: 400;}
.innerBanner h1 { color: #fff; font-size: 48px; font-weight: 300;}

#order_review.woocommerce-checkout-review-order table { border: none !important; border-top: 1px solid #ccc !important;} 
#order_review.woocommerce-checkout-review-order table th.product-name { background: none !important; padding-left: 0 !important;}
#order_review.woocommerce-checkout-review-order table th.product-total { background: none !important; text-align: center;}
#order_review.woocommerce-checkout-review-order table tr.cart-subtotal bdi {font-size: 18px; font-weight: 600; color: #2b4a9a;}
#order_review.woocommerce-checkout-review-order table tr.order-total bdi {font-size: 18px; font-weight: 600; color: #2b4a9a;}
#order_review.woocommerce-checkout-review-order table tfoot { border-left: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#order_review.woocommerce-checkout-review-order table tfoot th { font-size: 15px !important; font-weight: 700 !important;}
form.checkout.woocommerce-checkout { margin-top: 100px;}
.woocommerce-account .woocommerce-MyAccount-navigation { margin-top: 100px;}
.woocommerce-account .woocommerce-MyAccount-content { margin-top: 100px;}

.woocommerce-MyAccount-content form h2 {font-size: 24px !important; color: #2b4a9a !important; font-weight: 300; margin-top:0; float: left; width: 100%;}
.woocommerce-MyAccount-content form .woocommerce-address-fields input { border-radius: 200px !important; padding: 0 20px !important;}
.woocommerce-MyAccount-content form .woocommerce-address-fields span.select2-selection__rendered { padding: 0 0 0 20px !important;}
.woocommerce-MyAccount-content form .woocommerce-address-fields span.selection { }
.woocommerce-MyAccount-content form .woocommerce-address-fields span.selection span.select2-selection--single { border-radius: 200px; border: 1px solid #aaa !important;}
.woocommerce-MyAccount-content form .woocommerce-address-fields p button.button { border-radius: 200px; margin-top: 15px;}

.peTop .out-of-stock-label { position: absolute; bottom: 0; left: 0; width: 100%; padding: 12px 0; background: #ff0000; color: #fff; font-weight: 700; font-size: 14px; text-align: center; }
.stock.out-of-stock { margin-top: 20px; float: left; width: 100%;}
.single-product .cataPro {margin-top: 10px;}


.contactPage .colm2 { float: left; width: 100%;}
.contactPage .colm2 fieldset { float: left; width: 46%; margin: 15px 2%;}
.contactPage .colm2 fieldset input { width: 100%; height: 56px; border: 1px solid #ccc; outline: none; border-radius: 200px; font-size: 18px; padding: 0 20px; font-weight: 300; color: #333;}
.contactPage .colm2 fieldset label { font-size: 20px; color: #333; margin-bottom: 5px;}
.contactPage .colm2.colm1 fieldset { width: 96%;}
.contactPage .colm2.colm1 fieldset textarea { width: 100%; height: 56px; border: 1px solid #ccc; outline: none; border-radius: 35px; font-size: 18px; height: 140px; padding: 15px 20px 0; font-weight: 300; color: #333; resize: none;}
.contactPage .colm2.colm1 input[type="submit"] { width: 250px; background: #2b4a9a; font-size: 20px; font-weight: 500; text-transform: uppercase; border: none; color: #fff; margin: 0 auto; display: block; float: none;}
.heading h6 { font-size: 20px; font-weight: 300; color: #666; letter-spacing: 0.5px; margin-top: 15px; display: block;}

/* end WooCommers */


.product-count h4 { font-size: 18px; font-weight: 300; color: #666;}
.product-sorting select.orderby { font-size: 16px; font-weight: 300; color: #666; border: none; background: none; border-bottom: 1px solid #ccc; height: 40px;}

.woocommerce-pagination { text-align: center; width: 100%; float: left; margin-top: 40px;}
.woocommerce-pagination ul {}
.woocommerce-pagination span { width: 45px; height: 45px; text-align: center; font-size: 18px; color: #fff; background: #2b4a9a; border-radius: 50%; display: inline-block; line-height: 43px;}
.woocommerce-pagination a { display: inline-block; font-size: 18px; color: #2b4a9a; margin: 0 15px; line-height: 43px;}

.ppImage .nswiper.nickx-slider-for { min-height: 500px !important; border: 1px solid #ccc;}

.ppImage .nswiper.nickx-slider-for img { width: auto !important; height: 100% !important; object-fit: none !important;}
.ppImage #nickx-gallery .nswiper-slide { border: 1px solid #ccc; margin-bottom: 10px !important; overflow: hidden; padding: 10px;}
.ppImage #nickx-gallery .nswiper-slide img { width: auto !important; object-fit:none !important; height: 100% !important;}
.cart .quantity-wrapper .qty-minus { float: left;}
.ppBtn { margin-top: 10px;}
.cart .quantity-wrapper { margin-top: 20px;}
.ppBtn .single_add_to_cart_button.button.alt { border-radius: 500px !important; padding: 17px 50px !important; margin-right: 15px; height: auto !important;}

.lost_reset_password input#user_login {border: 1px solid #ccc;  height: 60px;  border-radius: 500px;  margin-top: 5px;  padding: 0 25px;}

.ppImage .nswiper.nickx-slider-nav .nswiper-slide { height: 121px !important;}
.ppImage .nswiper.nickx-slider-nav .nswiper-slide img { max-height: 100% !important; height: auto !important; width: auto !important;}
.ppImage .nswiper.nickx-slider-for {text-align: center;}

.offer-price bdi {float: left; font-size: 20px; color: #fff; font-weight: 800; margin-top: 18px;}
.ppImage { position: relative;}
.ppImage .onsale { width: 50px; height: 50px; right: 15px !important; top: 10px !important; left: auto !important;}
.variations_form.cart table tr th.label { line-height: normal !important; vertical-align: middle !important; padding: 0 20px 0 0 !important;}
.single_variation_wrap .price del bdi { font-size: 15px !important; margin-right: 15px !important; color: #666 !important; font-weight: 400 !important;}
.single_variation_wrap .price del bdi span { font-weight: 400 !important;}
.single_variation_wrap .woocommerce-variation-availability p.stock.in-stock { font-weight: 700 !important; margin-top: 15px !important;}
.prodOn ul li.current-cat a { font-weight: 700 !important; color: #111 !important;}

.gtranslate_wrapper {  position: absolute; right: 15px; top: 6px;}
.gtranslate_wrapper a { color: #666 !important;}
.gtranslate_wrapper a.gt-current-lang { color: #2b4a9a !important;}

.robot-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43,74,154,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.robot-popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: center;
  width: 50%;
}

.robot-popup-content h2 {
  margin-bottom: 15px; font-size: 36px; font-weight: 700; color: #2b4a9a;
}

.robot-popup-content p {
  margin-bottom: 20px; font-size: 16px; font-weight: 300; color: #444; line-height: 32px;
}

#robot-confirm {
  padding: 10px 50px;
  background: #2b4a9a;
  color: #fff;
  border: none;
  border-radius: 500px;
  cursor: pointer; font-size: 18px; font-weight: 700;
}

#robot-confirm:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#robot-confirm:hover:not(:disabled) {
  background: #005177;
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e63946;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 10;
}
.ptOne {
  position: relative; /* ensure badge overlays on image */
}
.robot-popup-content label { font-weight: 700; cursor: pointer;}
.robot-popup-content label input { width: 20px; height: 20px; border: 1px solid #aaa;}
.modl-logo { margin-bottom: 25px;}

/* hide by default to prevent flash */
  #robot-popup { display: none; }
  .robot-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
  }
  .robot-popup-content { background:#fff; padding:30px; border-radius:8px; max-width:600px; }
  body.modal-open { overflow: hidden; } /* lock page scroll */
.cpForm .col2 fieldset p { margin: 0; padding: 0;}
.note-cal { margin-top: 40px;}
#customer_details .woocommerce-account-fields .create-account input { width: 20px !important; height: 20px !important;}
.gtranslate_wrapper a img { height: 18px !important;}
.widget-area.custom-product-search-widget {
  width: 30%;
  position: absolute;
  right: 160px; top: 0;
}
.widget-area.custom-product-search-widget section { width: 100%; height: 40px; border: 1px solid #ccc; border-radius: 500px; }
.widget-area.custom-product-search-widget section input { float: left; width: 74%; border-radius: 500px 0 0 500px; background: none; border: none; font-size:15px; height: 40px; padding-left: 20px; outline: none;}
.widget-area.custom-product-search-widget section button { float: right;
  width: 25%;
  background: #2b4a9a;
  height: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 500px;
  margin-right: 0.5%;
  margin-top: 3px; padding-left: 0; padding-right: 0;}




@media (max-width:1900px) {
#cssmenu > ul > li > a {font-size: 16px; padding: 16px 25px;}
.menuDiv { width: 1030px;}
.bnrLeft { width: 50%;}
#hero h2 {font-size: 52px; line-height: 64px;}
.bnrLeft a { font-size: 30px;}
.bnrLeft h5 { font-size: 22px;}
.FProduct h1, h2 {font-size: 48px;}
.promt h2 {font-size: 60px;}
.promt { height: 380px;}
.clientSay {  padding-left: 60px;}
.clientSay h2 { font-size: 60px;}
.wa-eu h5 { font-size: 30px;}

.dl h3 { font-size: 42px; font-weight: 700; margin-top: 40px;}
.dl h4 { font-size: 32px; font-weight: 700; margin-top: 40px;}
.dl h5 { font-size: 26px; font-weight: 700; margin-top: 40px;}
.dl h6 { font-size: 22px; font-weight: 700; margin-top: 40px;}

}
@media (max-width:1700px) {
header .container { width: 100%; max-width: 100%; padding: 0 20px;}
.logo { left: 20px;}
#hero { height: 750px;}
#hero .carousel-item.wContent { background-size: cover !important;}
.epbText h3 {font-size: 32px;}
.epbText h2 {font-size: 36px;}
.epbText p {font-size: 16px; margin-top: 15px;}
.epbText a {margin-top: 10px; font-size: 16px;}
footer .container { width: 100%; max-width: 100%;}
footer h4 { font-size: 26px;}
}
@media (max-width:1600px) {
#hero { height: 700px;}
.subBox input[type="submit"] {font-size: 16px; background: #fff url(../../images/rightArrow.png) 90% center no-repeat;}
}
@media (max-width:1500px) {
#hero { height: 600px;}
.footerMenu { padding-right: 0;}
}
@media (max-width:1366px) {
#cssmenu > ul > li > a {font-size: 15px; padding: 16px 20px;}
.menuDiv {width: 890px;}
.br {margin-top: 100px;}
.bnrLeft {margin-top: 170px;}
.ab h5 {font-size: 22px;}
.ab p {font-size: 18px; margin-top: 10px;}
.FProduct h1, h2 {font-size: 42px;}
.FProduct .owl-theme .owl-nav .owl-next {margin-right: 6px;}
.FProduct .owl-theme .owl-nav .owl-prev { margin-left: 6px;}
.ptTwo h5 { font-size: 18px;}
.ptTwo p { font-size: 15px;}
.peBtm h5 {font-size: 16px;}
.peBtm h5 span {font-size: 13px;}

#carou .peBtm h5 {font-size: 16px;}
#carou .peBtm h5 span {font-size: 13px;}

.promt h2 {font-size: 48px;}
.promt {height: 340px;}
.clientSay h2 { font-size: 48px;}
.cSayBody p {font-size: 20px; line-height: 36px;}
.cSay { margin-top: 30px;}
footer h4 {font-size: 22px;}
.footerAbout p {font-size: 15px;}
.footerAbout a {font-size: 16px;}
.footerMenu ul li a {font-size: 16px;}
.subcb p {font-size: 15px;}
.subBox input {font-size: 16px;}
.subBox input[type="submit"] {width: 38%;}
.subBox input {width: 60%;}
.afterBanner { margin: 80px 0;}
.ep { margin-top: 80px;}
.promt { margin-top: 80px;}
.say { margin: 60px 0;}
#hero.innerBanner .bnrLeft h1 { font-size: 48px;}
#hero.innerBanner {height: 250px;}
#hero.innerBanner .bnrLeft {margin-top: 90px;}
.aboutRight p {font-size: 16px; line-height: 28px;}
.aboutRight {padding: 0 50px;}
.aboutBox.aboutBox2 { margin-top: 80px;}
.aboutUs { margin-top: 80px;}
.afterBanner.footerTop { padding: 80px 0;}
.wa-eu h5 { font-size: 24px;}
.wa-eu a { font-size: 20px;}
.cpForm .col2 fieldset input {font-size: 16px;}
.cpForm .col2.col1 fieldset textarea {font-size: 16px;}
.cpForm .col2.col1 fieldset input[type="submit"] {font-size: 18px;}
.cpForm { margin-top: 80px;}
.bgText h5 a {font-size: 26px;}
.bgText p { font-size: 16px;}
.bgText a { font-size: 18px;}
.rh { height: 560px;}
.faq .faq-item .faq-question { font-size: 22px;}
.faq .faq-item .faq-answer p { font-size: 16px; line-height: 28px;}
.faq { margin-top: 80px;}
.dl p { font-size: 16px; line-height: 30px;}

.dl ul li { font-size: 16px; line-height: 28px;}
.dl ol li { font-size: 16px; line-height: 28px;}
.peBtm .main-price bdi {font-size: 18px;}
#carou .peBtm .main-price bdi {font-size: 18px;}
.offer-price bdi { font-size: 18px;}


/* WooCommerce start */
/*.single-product .productDetails h3 span {font-size: 20px;}*/
.related.products h2 { font-size: 36px;}
.single-product .productDetails .open .accordionItemContent p {font-size: 16px; line-height: 28px;}
.single-product .productDetails .accordionItemHeading {font-size: 18px;}
.stock.out-of-stock { font-size: 18px !important;}
.single-product .product { margin: 80px 0;}
.single-product {margin-bottom: 80px !important;}

.cout {padding: 80px 15px;}
.cout .cout { padding: 80px 0;}
.cout .woocommerce-cart-form table td .coupon button.button { position: inherit;}
.actions button.button { position: inherit; width: auto; height: auto;}
.cout .shop_table.shop_table_responsive tr.cart-subtotal td bdi {font-size: 16px !important;}
.cout .shop_table.shop_table_responsive tr.order-total td bdi {font-size: 16px !important;}

.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-price bdi {font-size: 16px;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-subtotal bdi {font-size: 16px;}

form.checkout.woocommerce-checkout { margin-top: 80px;}
.contactPage .colm2 fieldset label { font-size: 18px;}
.heading h6 {font-size: 18px;}
.cout .shop_table.shop_table_responsive th { font-size: 18px !important;}

 /* WooCommerce End */ 

 .prodOn ul li a { font-size: 16px;}
 .ptTwo h5 { font-size: 16px;}
 .prod h4 {font-size: 24px;}

 .ppText h3 bdi {font-size: 30px;}
.ProductPage { margin-top: 80px;}
.ppText h2 { font-size: 30px;}
.ppImage .nswiper.nickx-slider-for {min-height: 430px !important;}

.robot-popup-content h2 { font-size: 30px;}
.robot-popup-content p { line-height: 30px;}

#syringeTabs li.nav-item {margin: 0 8px;}
.calcul #tab-10 {width: 350px;}
.calcul #tab-05 {width: 350px;}
.calcul #tab-03 {width: 350px;}
.calcul h4 { font-size: 24px;}
.calcul .tab-content .col-md-4 label.form-label { font-size: 20px;}

.calcul .progress.mb-3 {height: 132px !important;}
.calcul .tab-content {margin-top: 80px;}
.calcul .bg-success {height: 84px !important;}
.calcul { margin: 80px 0;}
.epbText { padding-top: 40px;}
.ep .epBg { height: 375px;}
.chaty-i-trigger .chaty-channel {bottom: 65px !important;}

}
@media (max-width:1300px) {
#hero { height: 550px;}
.FProduct.ProductPage .col-3 { width: 33.33%;}
.FProduct.ProductPage .col-9 { width: 66%;}
.FProduct.ProductPage .col-9 .col-4 { width: 50%;}
.calcul .bg-success {height: 48px !important;}
}
@media (max-width:1200px) {
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:50px}
  #cssmenu ul ul li a{color:#333;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}
  .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;}
  .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:''}
  .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:''}
  .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)}
  .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:38px;width:46px}
  #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}
  .button::before { display: none;}
  .button::after { display: none;}
  .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: 65px;
    background: #2b4a9a;
    width: 100%;
    left: 0;
    z-index: 9999999;
    padding: 0;
  }
  #cssmenu ul ul li .submenu-button::before {background: #333;}
  #cssmenu ul ul li .submenu-button::after {background: #333;}
  #cssmenu ul ul li .submenu-button.submenu-opened::after { background: #333;}
  #cssmenu ul.open ul.open { position: relative; }
  #cssmenu ul.open ul.open ul.open li {background: #ccc !important;}

.menuDiv { width: 100%;}
.HRight {position: absolute; right: 70px;}
header .container { padding-right: 0; padding-left: 0;}
.menuNav { width: 100%;}
header {padding: 10px 0; height: 153px;}
.logo { margin-top: 0;}
 #hero h2 {  font-size: 36px; line-height: 44px;}
.bnrLeft a {font-size: 22px;}
.bnrLeft h5 { font-size: 18px; margin-top: 40px;}
.bnrLeft a { margin-top: 40px;}
.br { margin-top: 80px;}
.FProduct h1, h2 {font-size: 36px;}
.peBtm {padding: 15px 15px;}
.epbText { padding-top: 30px;}
.epbText h5 { font-size: 15px;}
.epbText h3 { font-size: 24px; margin-top: 10px;}
.epbText h2 {font-size: 28px;}
.epbText p {font-size: 15px;}
.epbText a {font-size: 14px;}
.clientSay h2 { font-size: 36px;}
.cSayBody p {font-size: 18px; line-height: 32px;}
.afterBanner { margin: 60px 0;}
.ep { margin-top: 60px;}
.promt { margin-top: 60px;}
.say { margin: 60px 0;}
footer { padding-top: 60px;}
#hero.innerBanner .bnrLeft h1 { font-size: 36px;}
#hero.innerBanner .bnrLeft {margin-top: 100px;}

.aboutRight p {font-size: 15px; line-height: 26px;}
.aboutBox.aboutBox2 { margin-top: 60px;}
.aboutUs { margin-top: 60px;}
.afterBanner.footerTop { padding: 60px 0;}
.contactPage { width: 100%;}
.wa-eu {width: 270px; margin: 0 10px;}
.cpForm { margin-top: 60px;}
.bgText h5 a {font-size: 22px; line-height: 28px;}
.bgText p { font-size: 15px; margin-top: 7px; margin-bottom: 7px;}
.bgText a {font-size: 16px;}
.faq { margin-top: 60px;}

/* WooCommerce Start */
.single-product .productDetails h1 {font-size: 26px;}
/*.single-product .productDetails h3 span {font-size: 18px;}*/
.productDetails h3.price del span {font-size: 16px !important;}
.related.products h2 {font-size: 30px;}

.related.products .productPagePro .lc .lcTop {height: 350px;}
.related.products .productPagePro .col-3 {}
.single-product .product { margin: 60px 0;}
.single-product {margin-bottom: 60px !important;}
.single-product .productDetails button.single_add_to_cart_button.button.alt { position: inherit; width: auto;}

.cout .woocommerce-cart-form table td .coupon button.button { width: auto; height: auto;}
.actions button.button { position: inherit; width: auto; height: auto; float: right !important; right: auto;}

.cout { padding: 60px 15px;}
.cout .cout { padding: 60px 0;}

.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward { position: inherit; width: auto; height: auto;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { position: inherit; width:auto; height: auto;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100% !important;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 100% !important;}

form.checkout.woocommerce-checkout { margin-top: 60px;}

#customer_login .login button.woocommerce-form-login__submit { position: inherit; width: 100%;}
#customer_login .u-column2.col-2 .register button { position: inherit; width: 100%;}
.contactPage { margin-top: 25px;}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders td a.view { position: inherit;}
 /* WooCommerce End */
.ProductPage { margin-top: 60px;}
.robot-popup-content h2 { font-size: 24px;}
.robot-popup-content p { line-height: 26px; font-size: 15px;}
.robot-popup-content { width: 65%;}
#syringeTabs li {width: 30.33% !important; margin: 0 1% !important;}
#syringeTabs li.nav-item button { background-size: 88% !important;}
.calcul #tab-05 { width: 100%;}
.calcul #tab-03 { width: 100%;}
.calcul #tab-10 { width: 100%;}
#syringeTabs li.nav-item button span { font-size: 20px;}
.calcul .tab-content {margin-top:60px;}
.calcul { margin: 60px 0;}
}
@media (max-width:1100px) {
#hero { height: 500px;}
footer .col-2 { width: 33%;}
footer .col-3 { width: 33%;}
footer .col-5 { width: 100%;}
.subcb { padding-left: 0; margin-top: 50px;}
.subBox input[type="submit"] {width: 18%;}
.subBox input {width: 81%;}

/* Woo Commerce Start */
.productCata .pd .col-3 { width: 33.33%;}
.productCata .pd .peTop {height: 320px;}
.cataProduct h5 { font-size: 24px;}
.cataProduct ul li a { font-size: 15px;}
.shotAndProduct form select {font-size: 15px;}
.related.products .productPagePro .col-3 { width: 33.33%; margin: 0 0 25px 0;}
.related.products .productPagePro .lc .lcBtm { margin-top: 10px;}
#customer_login .login {padding: 25px;}
#customer_login .u-column2.col-2 .register {padding: 25px;}
 /* WooCommerce End */

.calcul .progress.mb-3 {height: 115px !important;}
footer .col-6 { width: 100%;}
.chaty-i-trigger .chaty-channel {bottom: 40px !important;}
}
@media (max-width:1024px) {
.afterBanner .col-3 { width: 50%; min-height: 250px;}
.ab h5 { font-size: 18px;}
.ab p { font-size: 15px;}
.FProduct h1, h2 {font-size: 30px;}
.epbText {padding: 30px 0 30px 30px;}
.ep .epBg { height: auto; background-size: cover;}
.epbText { width: 70%;}
.promt h2 {font-size: 36px;}
.promt {height: 250px; padding-top: 30px;}
.clientSay h2 { font-size: 30px;}
.say .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {  display:block;}
.afterBanner { margin: 50px 0;}
.ep { margin-top: 50px;}
.promt { margin-top: 50px;}
.say { margin: 50px 0;}
footer { padding-top: 50px;}
#hero.innerBanner .bnrLeft h1 {font-size: 32px;}
#hero.innerBanner {height: 220px;}
#hero.innerBanner .bnrLeft {margin-top: 90px;}
#hero.innerBanner .carousel-container { top: 0;}
.aboutBox { padding: 0 20px;}
.aboutLeft { width: 100%;}
.aboutLeft img { width: 100%;}
.aboutRight { padding: 0; margin-top: 25px; width: 100%;}
.aboutRight h5 { font-size: 16px; margin-top: 25px;}
.aboutBox.aboutBox2 { margin-top: 50px;}
.aboutUs { margin-top: 50px;}
.afterBanner.footerTop { padding: 50px 0;}

.wa-eu h5 {font-size: 20px;}
.wa-eu a {font-size: 16px;}
.cpForm .col2 fieldset input {font-size: 15px;}
.cpForm .col2.col1 fieldset textarea {font-size: 15px;}
.cpForm .col2.col1 fieldset input[type="submit"] {font-size: 16px;}
.cpForm { margin-top: 50px;}
.rh {height: 400px;}
.bgText h5 a {font-size: 18px;}
.faq .faq-item .faq-question { font-size: 20px;}
.faq .col-2 { display: none;}
.faq .col-8 { width: 100%;}
.faq .faq-item .faq-answer p { font-size: 15px; line-height: 26px;}
.faq { margin-top: 50px;}

.dl h3 { font-size: 36px; font-weight: 700; margin-top: 40px;}
.dl h4 { font-size: 28px; font-weight: 700; margin-top: 40px;}
.dl h5 { font-size: 24px; font-weight: 700; margin-top: 40px;}
.dl h6 { font-size: 22px; font-weight: 700; margin-top: 40px;}

.dl p { font-size: 15px; line-height: 26px;}
.dl ul li { font-size: 15px; line-height: 26px;}
.dl ol li { font-size: 15px; line-height: 26px;}

.peBtm .main-price bdi {font-size: 16px;}
#carou .peBtm .main-price bdi {font-size: 16px;}
.ptTwo h5 { font-size: 15px;}
.prod h4 {font-size: 20px;}
.offer-price bdi { font-size: 16px;}


/* Woo Commerce Start */
.single-product .col-6 { width: 100%;}
#nickx-gallery { width: 100% !important; height: auto;}
.nickx_product_images_with_video.v-left .nswiper.nickx-slider-nav {padding: 0 0 !important;}
.single-product .productDetails .summary.entry-summary.productDetails { padding-left: 0 !important;}
.single-product .product { margin: 50px 0;}
.single-product {margin-bottom: 50px !important;}
.woocommerce .cart_totals h2 { font-size: 30px !important;}

.cout .shop_table.shop_table_responsive tr.cart-subtotal td bdi {font-size: 15px !important;}
.cout .shop_table.shop_table_responsive tr.order-total td bdi {font-size: 15px !important;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-price bdi {font-size: 15px;}
.cout table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-subtotal bdi {font-size: 15px;}
.cout { padding: 50px 15px;}
.cout .cout { padding: 50px 0;}

#customer_details { width: 100%;}
h3#order_review_heading { width: 100%; margin-top: 25px !important;}
#order_review { width: 100%;}
form.checkout.woocommerce-checkout { margin-top: 50px;}
.contactPage .colm2 fieldset label { font-size: 16px;}

.contactPage .col-2 { display: none;}
.contactPage .col-8 { width: 100%;}
.heading h6 {font-size: 16px;}
.cout .shop_table.shop_table_responsive th { font-size: 16px !important;}
.woocommerce-account .woocommerce-MyAccount-content {padding: 30px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {font-size: 16px;}
 /* WooCommerce End */

.ppText { padding-left: 0;}
.ppText h3 bdi {font-size: 26px;}
.ProductPage { margin-top: 50px;}
.ppImage .nswiper.nickx-slider-for { height: auto !important;}
.ppText h2 { font-size: 26px;} 
.ppImage .nswiper.nickx-slider-for {min-height: 50px !important;}

#syringeTabs li.nav-item { width: 100% !important; margin: 10px 0 !important;}
 #syringeTabs li.nav-item button { background-size: auto !important;}
 .calcul .tab-content .col-md-4 { width: 100%; padding: 20px 10px; border-right:none; border-bottom: 1px solid #ccc;}
 .calcul .tab-content { margin-top: 20px;}
 .calcul .tab-pane.fade { height: 700px;}
 .calcul .progress.mb-3 {height: 108px !important;}
 .calcul { margin: 50px 0;}
 .widget-area.custom-product-search-widget {width: 40%;}
}
@media (max-width:1023px) {}
@media (max-width:991px) {
#hero { height: 450px;}
.rechorsHub .col-4 { width: 50%;}

/* Woo Commerce Start */

/* WooCommerce End */
}
@media (max-width:960px) {

/* Woo Commerce Start */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { width: 100% !important;}
#customer_login .u-column1.col-1 { padding: 0; margin-top: 25px;}

#customer_login .u-column2.col-2 { padding: 0;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100% !important;}
#customer_login .login { margin-top: 10px;}
#customer_login .u-column2.col-2 .register { margin-top: 10px;}
/* WooCommerce End */
}
@media (max-width:900px) {
#hero { height: 400px;}

.FProduct.ProductPage .col-3 { width: 100%;}
.FProduct.ProductPage .col-9 { width: 100%; margin-top: 40px;}

/* Woo Commerce Start */

/* WooCommerce End */
}
@media (max-width:850px) {
.footerAbout {padding: 0 0 35px 0;}
.subBox input[type="submit"] {width: 25%;}
.subBox input {width: 74%;}

/* Woo Commerce Start */

/* WooCommerce End */
}
@media (max-width:800px) {}
@media (max-width:768px) {
#hero { height: 350px;}
.FProduct h1, h2 {font-size: 26px;}
.epbText h5 {font-size: 14px;}
.epbText h3 {font-size: 18px;}
.epbText h2 {font-size: 20px;}
.epbText p {margin-top: 10px; font-size: 14px;}
.epbText a {padding: 10px 25px 10px; margin-top: 0;}
.promt h2 {font-size: 30px;}
.clientSay h2 { font-size: 26px;}
.say .col-6 { width: 100%;}
.clientSay { padding-left: 0; margin-top: 40px;}
.cshRight h5 {font-size: 17px; }
.cshRight h6 {font-size: 13px;}
.cSay {margin-top: 15px;}
.cSayBody {  margin-top: 25px;}
div#teams {min-height: 50px;}
.clientSay .owl-theme .owl-nav {bottom: -35px;}
.cSayBody p { font-size: 16px; line-height: 30px;}
.footerBtm p { float: left; width: 68%; text-align: left;}
footer h4 {font-size: 20px;}
.afterBanner { margin: 30px 0;}
.ep { margin-top: 30px;}
.promt { margin-top: 30px;}
.say { margin: 30px 0 60px;}
footer { padding-top: 30px;}
#hero.innerBanner .bnrLeft h1 {font-size: 28px;}
#hero.innerBanner {height: 190px;}
#hero.innerBanner .bnrLeft {margin-top: 75px;}
.aboutBox.aboutBox2 { margin-top: 30px;}
.aboutUs { margin-top: 30px;}
.afterBanner.footerTop { padding: 30px 0;}
.wa-eu {width: 218px; margin: 0 10px;}
.cpForm .col2 fieldset { width: 97%;}
.cpForm .col2 fieldset {margin: 10px 1.5%;}
.cpForm .col2.col1 fieldset {margin: 10px 1.5%;}
.cpForm { margin-top: 30px;}
.faq .faq-item .faq-question {font-size: 18px;}
.faq .faq-item {padding: 10px 0;}
.faq { margin-top: 30px;}
.prodOn { margin-top: 0px;}

.dl h3 { font-size: 30px; font-weight: 700; margin-top: 30px;}
.dl h4 { font-size: 24px; font-weight: 700; margin-top: 30px;}
.dl h5 { font-size: 22px; font-weight: 700; margin-top: 30px;}
.dl h6 { font-size: 20px; font-weight: 700; margin-top: 30px;}

/* Woo Commerce Start */
.single-product .productDetails h1 {font-size: 22px;}
.related.products h2 { font-size: 24px;}

.related.products .productPagePro .col-3 { width:50%;}
.related.products .productPagePro .lc .lcBtm { font-size: 15px;}
.related.products .lc .lcBtm ins { font-size: 16px;}
.related.products .productPagePro .lc .lcBtm p { margin-bottom: 0;}
.single-product .product { margin: 30px 0;}
.single-product {margin-bottom: 10px !important;}
.related.products h2 { margin-bottom: 15px;}
/*.single-product .productDetails h3 span {font-size: 16px;}*/
.productDetails h3.price del span { font-size: 14px;}
.coupon input#coupon_code {width: 50% !important;}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child { border-top:1px solid #ccc !important;}
.woocommerce .cart_totals h2 { font-size: 24px !important;}
.cout .woocommerce-cart-form table .product-quantity .quantity {width: 128px;}
.cout .woocommerce-cart-form table td {padding: 10px 15px !important;}
.cout { padding: 30px 15px;}
.cout .cout { padding: 30px 0;}
#customer_details .woocommerce-shipping-fields h3#ship-to-different-address span {font-size: 18px !important;}
form.checkout.woocommerce-checkout { margin-top: 30px;}

.contactPage .colm2 fieldset { width: 100%; margin: 10px 0;}
.contactPage .colm2.colm1 fieldset { width: 100%;}
.contactPage { margin-top: 15px;}
.contactPage .colm2.colm1 input[type="submit"] {font-size: 18px;}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation { float: left !important; width: 100% !important;}
.woocommerce-account .woocommerce-MyAccount-content { margin-top: 25px !important;}
.woocommerce-account .woocommerce-MyAccount-navigation { margin-top: 25px;}

.woocommerce-thankyou-order-details li { float: left; width: 100%; margin: 15px 0; border: none !important;}
section.woocommerce-customer-details .addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 { margin-top: 25px !important; float: left; width: 100% !important;}
/* WooCommerce End */
.ppText h3 bdi {font-size: 24px;}
.ProductPage { margin-top: 0px;}
.related.products ul {margin-top: 20px !important;}
.ppText h2 { font-size: 24px;} 
.prod {padding-right: 0; margin-top: 30px;}

.robot-popup-content h2 { font-size: 22px;}
.robot-popup-content p { line-height: 26px; font-size: 15px;}
.robot-popup-content { width: 85%;}
.calcul .bg-success {height: 30px !important;}
 .calcul { margin: 30px 0;}
}
@media (max-width:767px) {

}
@media (max-width:700px) {
#hero { height: 300px;}
}
@media (max-width:640px) {
footer .col-2 { width: 100%;}
footer .col-3 { width: 100%; }
.footerMenu { padding: 0; margin-top: 25px;}
.footerAbout { margin-top: 40px;}
.subcb { margin-top: 30px;}
.subBox input[type="submit"] {width: 35%; padding-left: 4%;}
.subBox input {width: 63%;}
.wa-eu h5 {font-size: 18px;}
.wa-eu a {font-size: 15px;}
.wa-eu img { height: 40px; margin-bottom: 15px;}
.wa-eu {width: 199px;}
.rechorsHub .col-4 { width: 100%;}
.rh { height: auto;}

/* Woo Commerce Start */

/* WooCommerce End */

.modl-logo { display: none;}
.menuNav {margin-top: 88px;}
.HRight {margin-top: 98px;}
.widget-area.custom-product-search-widget {right: 10px; top: 39px; width: 67%;}
.gtranslate_wrapper {top: -3px;}
}
@media (max-width:600px) {}
@media (max-width:570px) {
#hero { height: 250px;}
.afterBanner .col-3 { width: 100%; min-height: 50px;}
.ab { margin: 15px 0; padding: 0;}
.epbText { width: 80%;}
.FProduct.ProductPage .col-9 .col-4 { width: 100%;}

/* Woo Commerce Start */
.related.products .productPagePro .lc .lcTop {height: 300px;}
/* WooCommerce End */

.lost_reset_password { width: 100%;}
.lost_reset_password p { font-size: 16px;}
}
@media (max-width:520px) {}
@media (max-width:480px) {
#hero { height: 200px;}
.promt h2 {font-size: 24px; padding: 0;}
.promt {padding-top: 15px; height: 230px;}
.promt h2 {}
.afterBanner { margin: 20px 0;}
.ep { margin-top: 20px;}
.promt { margin-top: 20px;}
.say { margin: 20px 0 60px;}
footer { padding-top: 20px;}
#hero.innerBanner .bnrLeft h1 {font-size: 24px;}
.aboutBox.aboutBox2 { margin-top: 20px;}
.aboutUs { margin-top: 20px;}
.afterBanner.footerTop { padding: 20px 0;}
.wa-eu:first-child { width: 125px;}
.wa-eu h5 {margin-bottom: 8px;}
.faq { margin-top: 20px;}
.FProduct h1, h2 { font-size: 24px;}

.dl h3 { font-size: 24px; font-weight: 700; }
.dl h4 { font-size: 22px; font-weight: 700; }
.dl h5 { font-size: 20px; font-weight: 700; }
.dl h6 { font-size: 18px; font-weight: 700; }

/* Woo Commerce Start */
.related.products .productPagePro .col-3 { width: 100%; padding: 0;}
.related.products .productPagePro .lc .lcTop { height: auto;}
#customer_details {padding: 20px;}
/* WooCommerce End */
.ppBtn a.coa { margin-top: 15px;}
.product-count { width: 100%; text-align: left; float: left; margin-bottom: 10px;}
.product-count h4 { font-size: 15px; font-weight: 700;}
.robot-popup-content h2 { font-size: 22px;}
.robot-popup-content p { line-height: 26px; font-size: 15px;}
.robot-popup-content { width: 90%; padding: 25px 25px;}
 .calcul .progress.mb-3 { height: 48px !important;}
 .calcul .bg-success {height: 20px !important;}
 .calcul .tab-content .col-md-4 label.form-label { font-size: 18px;}
 .calcul h4 { font-size: 20px;}
  .calcul { margin: 20px 0;}
  .widget-area.custom-product-search-widget { width: 60%;}
  .widget-area.custom-product-search-widget section input { font-size: 12px; width: 67%;}
  .widget-area.custom-product-search-widget section button { font-size: 12px; margin-right: 1.5%; width: 30%;}
  .logo {left: 10px;}
  .gtranslate_wrapper {right: 10px;}
  .gt_container-nnj4rs a.glink span { font-size: 13px;}
}
@media (max-width:420px) {
#hero { height: 180px;}
}















