body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  background-color: #f7f7f7;
}

.dropdown-menu {
  font-size: 13px;
}

a {
  color: #01aef0;
  text-decoration: none;
}

a:hover, a:focus {
  color: #f7565c;
  text-decoration: none;
}

.affix {
  top: 50px;
  width: 100%;
}

/*#top-section {
  top: 0;
  position: fixed;
  background-color: #01aef0;
  color: #fff;
  height: 25px;
  width: 100%;
  padding-top: 5px;
  z-index: 1000;
  font-size: 10px;
}*/

#top-section a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#top-section a:hover {
  color: #fbe4e4;
  text-decoration: none;
}

#top-section .dropdown-menu>li>a {
  color: #333;
}

.navbar-fixed-top {
  top: 25px;
  border-width: 0 0 1px;
  z-index: 10;
}

/* *********************************   SCROLLBAR ********************************** */

/*::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #0054a6;
}*/

/* *********************************Mega menu********************************** */

/* GLOBAL STYLE
-------------------------------------------------- */

body {
  background: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* MEGAMENU STYLE
-------------------------------------------------- */

.megamenu .nav, .megamenu .collapse, .megamenu .dropup, .megamenu .dropdown {
  position: static;
}

.megamenu .container {
  position: relative;
}

.megamenu .dropdown-menu {
  left: auto;
}

.megamenu .megamenu-content {
  padding: 15px;
}

.megamenu .megamenu-content h3 {
  margin-top: 5px;
  color: #c88003;
  font-size: 18px;
  font-weight: 400;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* *********************************HEADINGS********************************** */

header {
  padding-bottom: 80px;
}

.main-head {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700;
  padding-bottom: 0px;
  text-transform: uppercase;
}

/* *********************************NAVBAR********************************** */

.navbar-default .navbar-brand {
  color: #ffffff;
  font-size: 21px;
  height: auto;
  padding: 0 15px;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-brand {
  padding: 0px;
  /* firefox bug fix */
}

.navbar-brand>img {
  *height: 100%;
  padding: 5px 0;
  /* firefox bug fix */
  *width: 215px;
  height: 65px;
  transition: all 0.6s ease;
}

navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 6px;
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 2px solid transparent;
  /* border-radius: 4px; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px;
  border-color: #01aef0 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #01aef0;
}

/* .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #50a3f5;
  background-color: #0054a6;
} */

/* *********************************NAVBAR********************************** */

/* *********************************CAROUSEL- SLIDER********************************** */

#xenia-header .nav>li>a {
  font-size: 14px !important;
  font-weight: bold;
  /* text-transform: uppercase ; */
  padding: 10px 10px;
  color: #000 !important;
  margin-top: 8px;
}

#xenia-header .nav>li>a:hover {
  color: #01aef0 !important;
}

#xenia-header .nav>li>a>i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

#xenia-header .navbar-nav>li>a:hover, #xenia-header .navbar-nav>.active>a, #xenia-header .navbar-nav>.active>a:hover {
  color: #01aef0 !important;
  border-color: #01aef0;
  background: none;
}

/*#xenia-header:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(243,129,129,0.1); 
    background: -webkit-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: -o-linear-gradient(top, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
    background: linear-gradient(to bottom, rgba(243,129,129,0.1), rgba(252, 227, 138, 0.1));
}
#xenia-header-inner {
  position: relative;
  z-index: 4;
  top: -30px;
}*/

/*=======================main navbar section===========================*/

#top-navbar {
  background: none;
  border: none;
  border-radius: 0;
}

#top-navbar .navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

#top-navbar .navbar-nav>li>a {
  text-align: left;
  text-transform: uppercase;
}

#top-navbar .navbar-nav>li>a:hover, #top-navbar .navbar-nav>.active>a, #top-navbar .navbar-nav>.active>a:hover {
  color: #fce38a !important;
  border-color: #fce38a;
  background: none;
}

#top-navbar .main-nav>li>a {
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 15px 5px 5px;
  margin: 0 12px;
  color: #fff;
  text-align: center;
}

#top-navbar .navbar-collapse {
  border-top-width: 0;
  padding-top: 10px;
  margin-top: 5px;
}

.fixed-me {
  transition: all 0.5s;
}

.fixed-me {
  background-color: rgba(241, 114, 114, 0.96) !important;
  padding: 0 !important;
  margin-bottom: 5px;
  position: fixed;
  top: 0;
  z-index: 888;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.site-logo {
  padding: 15px 16px;
  margin: 15px 0;
}

.navbar-me {
  min-height: 70px;
  background-color: transparent;
  top: 0;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important;
}

/*======================main slider section style===================*/

#xenia-slider {
  padding: 40px 0 0;
  padding-top: 100px;
}

#xenia-slider .carousel-inner {
  height: auto;
}

#xenia-slider .carousel-inner>.item {
  text-align: center;
  color: #fff;
}

#xenia-slider .carousel-indicators {
  width: 100%;
  left: 0;
  position: static;
  margin: 0;
  margin-top: 80px;
}

#xenia-slider .carousel-indicators li, #xenia-slider .carousel-indicators li.active {
  float: left;
  width: 25%;
  height: auto;
  margin: 0;
  text-indent: initial;
  border-radius: 0;
  background: none;
  text-align: left;
  border: none;
}

#xenia-slider .carousel-indicators li .inner {
  border-top: 2px solid #f7eac4;
  position: relative;
  color: #faf3e0;
  text-transform: uppercase;
  margin: 0 12px;
  padding: 10px 0;
}

#xenia-slider .carousel-indicators li:hover .inner, #xenia-slider .carousel-indicators li.active .inner {
  border-color: #fff;
  color: #fff;
}

#xenia-slider .carousel-indicators li:hover .inner:after, #xenia-slider .carousel-indicators li.active .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 60px;
  height: 2px;
  background: #f38181;
}

#xenia-slider .carousel-indicators li .number {
  font-weight: 700;
  font-size: 18px;
  margin-right: 3px;
}

.carousel-control.right, .carousel-control.left {
  background-image: none !important;
}

/*==============slider content===================*/

#xenia-slider .xenia-slider-title {
  *font-size: 50px;
  color: #fff;
}

#xenia-slider .xenia-slider-title .xenia-slider-sub {
  font-size: 30px;
}

.xenia-slider-title .xenia-slider-sub {
  font-size: 35px !important;
  color: #fff !important;
}

.xenia-slider-title .xenia-slider-sub {
  display: block;
  text-transform: none;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.xenia-slider-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  position: relative;
  padding-top: 120px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-align: center;
  *color: #333;
  text-transform: uppercase;
}

.xenia-slider-sub {
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  color: #fff;
}

/*.xenia-slider-title .xenia-slider-sub:after {
	background: #fff;
}
.xenia-slider-title:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
}*/

.slider-btn {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 12px;
  line-height: 100%;
  border-radius: 30px;
}

#mycarousel .carousel-caption {
  position: absolute;
  top: 15%;
}

/* *********************************CAROUSEL- SLIDER END********************************** */

/* *********************************SKEW ********************************** */

.skew-Footer {
  padding: 80px 0;
  background-color: blue;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* margin: 15px 0; */
}

.skew-Footer :after {
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 10%;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  background-color: red;
  z-index: 2;
}

.skew-bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  /* margin: 15px 0; */
}

.skew-bottom:after {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  bottom: 0;
  content: "";
}

.skew-top {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  /* margin: 15px 0; */
}

.skew-top:before {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  top: 0;
  content: "";
}

.skew-bottom-In {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  /* margin: 15px 0; */
}

.skew-bottom-In:after {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  bottom: 0;
  content: "";
}

.skew-top-In {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  /* margin: 15px 0; */
}

.skew-top-In:before {
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  height: 100%;
  background-color: inherit;
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  top: 0;
  *top: -30px;
  content: "";
}

/* *********************************SKEW END********************************** */

/* *********************************Shrink Start********************************** */

.shrink {
  height: 78px !important;
  padding-top: 0px;
  transition: all 0.1s ease;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0px 2px 20px 0px rgba(75, 102, 171, 0.2);
}

.shrink nav {
  height: 70px !important;
  padding-top: 5px;
  transition: all 0.6s ease;
  background-color: #333;
}

.shrink .navbar-brand>img {
  height: 100%;
  padding: 0;
  height: 60px;
  width: auto;
  transition: all 0.6s ease;
}

/* *********************************Shrink END********************************** */

/* ==================== Scroll to Top =============== */

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  *background: #0054a6;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  border: 5px solid #01aef0;
}

#return-to-top i {
  color: #01aef0;
  margin: 0;
  position: relative;
  left: 8px;
  top: 3px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: #16a085;
}

#return-to-top:hover i {
  color: #fff;
  top: 3px;
}

/* ==================== Scroll to Top End =============== */

/* ==================== Padding & Margin =============== */

.margin-T-0 {
  margin-top: 0px !important;
}

.Padding-R-0 {
  padding-right: 0px;
}

.Padding-R-10 {
  padding-right: 10px;
}

.Padding-TB-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.Padding-TB-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.Padding-TB-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.Padding-T-50 {
  padding-top: 50px;
}

.Padding-T-25 {
  padding-top: 25px;
}

.Padding-T-10 {
  padding-top: 10px;
}

.Padding-T-100 {
  padding-top: 100px;
}

.Padding-B-10 {
  padding-bottom: 10px;
}

.Padding-B-50 {
  padding-bottom: 50px;
}

.Padding-B-100 {
  padding-bottom: 100px;
}

.Padding-B-25 {
  padding-bottom: 25px;
}

/* ==================== Padding & Margin End =============== */

/* ==================== COLORS BG =============== */

.bg-color-ash {
  background-color: #e0dfdf;
}

.bg-color-ash-new {
  background-color: #2d3e50;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-sandal {
  background-color: #01aef0;
}

.bg-color-ash-dark {
  background-color: #0b101d;
}

.bg-color-purple {
  background-color: #0054a6;
}

/* ====================  Text BG  =============== */

.txt-color-white {
  color: #fff !important;
}

.txt-color-blue {
  color: #0054a6 !important;
}

/* ====================  Services  =============== */

#Services h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8b8c8d;
}

#Services h1 span {
  font-weight: 300;
  color: #0054a6;
}

#Services h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

#About {}

#About h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0054a6;
}

#About h1 span {
  font-weight: 700;
}

#About h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
}

#contact {}

#contact h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
}

#contact h1 span {
  font-weight: 700;
}

#contact h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  *text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.form-control {
  height: 32px;
  font-size: 13px;
}

/* ==================== Timeline  =============== */

.hexa {
  border: 0px;
  float: left;
  text-align: center;
  height: 35px;
  width: 60px;
  font-size: 22px;
  background: #fff;
  color: #3c3c3c;
  position: relative;
  margin-top: 15px;
}

.hexa:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: -15px;
}

.hexa:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 15px solid #fff;
  bottom: -15px;
}

.timeline {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgb(213, 213, 213);
  background: -moz-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
  background: -webkit-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -o-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: -ms-linear-gradient( top, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  background: linear-gradient( to bottom, rgba(213, 213, 213, 0) 0%, rgb(213, 213, 213) 8%, rgb(213, 213, 213) 92%, rgba(213, 213, 213, 0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 2em 0;
}

.timeline .hexa {
  width: 16px;
  height: 10px;
  position: absolute;
  background: #0054a6;
  z-index: 5;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
  margin-top: 0;
}

.timeline .hexa:before {
  border-bottom: 4px solid #0054a6;
  border-left-width: 8px;
  border-right-width: 8px;
  top: -4px;
}

.timeline .hexa:after {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top: 4px solid #0054a6;
  bottom: -4px;
}

.direction-l, .direction-r {
  float: none;
  width: 100%;
  text-align: center;
}

.flag-wrapper {
  text-align: center;
  position: relative;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: uppercase;
  z-index: 15;
  padding: 6px 10px;
  text-align: left;
  border-radius: 5px;
}

.direction-l .flag:after, .direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  border-width: 8px;
  pointer-events: none;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
  line-height: 1em;
  vertical-align: middle;
  color: #fff;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.time {
  *background: #0054a6;
  background: #f7f7f7;
  border-radius: 5px;
  display: inline-block;
  padding: 8px;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(254, 254, 254);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.direction-l .desc, .direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  z-index: 15;
}

@media (min-width: 768px) {
    #top-section {
  top: 0;
  position: fixed;
  background-color: #01aef0;
  color: #fff;
  height: 25px;
  width: 100%;
  padding-top: 6px;
  z-index: 1000;
  font-size: 10px;
}
  .timeline {
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .timeline .hexa {
    left: -28px;
    right: auto;
    top: 8px;
  }
  .timeline .direction-l .hexa {
    left: auto;
    right: -28px;
  }
  .direction-l {
    position: relative;
    width: 310px;
    float: left;
    text-align: right;
  }
  .direction-r {
    position: relative;
    width: 310px;
    float: right;
    text-align: left;
  }
  .flag-wrapper {
    display: inline-block;
  }
  .flag {
    font-size: 18px;
  }
  .direction-l .flag:after {
    left: auto;
    right: -16px;
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(254, 254, 254);
    border-width: 8px;
  }
  .direction-r .flag:after {
    top: 50%;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(254, 254, 254);
    border-width: 8px;
    left: -8px;
  }
  .time-wrapper {
    display: inline;
    vertical-align: middle;
    margin: 0;
  }
  .direction-l .time-wrapper {
    float: left;
  }
  .direction-r .time-wrapper {
    float: right;
  }
  .time {
    padding: 5px 10px;
    top: -15px;
    position: relative;
  }
  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
}

@media (min-width: 992px) {
  .timeline {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .direction-l {
    position: relative;
    width: 380px;
    float: left;
    text-align: right;
  }
  .direction-r {
    position: relative;
    width: 380px;
    float: right;
    text-align: left;
  }
}

/* ====================  Dropdown  =============== */

.dropdown-menu {
  *text-transform: uppercase;
  font-weight: 500;
}

.dropdown-menu>li>a {
  font-weight: 500;
  font-size: 14px;
}

/* ====================  List Style =============== */

.list-type4 {
  width: 80%;
  margin: 0 auto;
  font-weight: 600;
}

.list-type4 ol {
  counter-reset: li;
  list-style: none;
  *list-style: decimal;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  padding: 0;
  margin-bottom: 4em;
}

.list-type4 a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 2em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ececec;
  color: #0054a6;
  text-decoration: none;
  box-shadow: inset 0.5em 0 #141b2e;
  -webkit-transition: box-shadow 1s;
  /* For Safari 3.1 to 6.0 */
  transition: box-shadow 1s;
}

.list-type4 a:hover {
  box-shadow: inset 1.5em 0 #141b2e;
}

/* ====================  Vertical Align  =============== */

.Deep-Vertical-Center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #141b2e;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align>[class^="col-"], .vertical-align>[class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-align>[class^="col-"]>div, .vertical-align>[class*=" col-"]>div {
  /* flex: 1; */
  flex-grow: 1;
}

table td {
  vertical-align: middle !important;
}

/* =========================================================================================  Media Querys  =============== */

@media (min-width: 768px) {
    .navbar-fixed-top {
    top: 25px important;
    border-width: 0 0 1px;
    border: 0;
    background-color:white;
}
  .shrink .navbar-nav {
    /* display: table;
    float: none;
    margin: 0 auto;
    table-layout: fixed;*/
    padding-top: 4px;
    transition: all 0.6s ease;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0px;
    transition: all 0.6s ease;
  }
  .navbar-nav {
    background-color: transparent !important;
    padding-top: 6px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #01aef0;
  }
  .logo {
    *width: 208px;
    *margin-top: 5px;
    margin-top: 0px;
  }
}

@media (max-width: 1920px) and (min-width: 1112px) {
  .logo-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 21;
  }
  .logo {
    *width: 250px;
    padding: 10px;
  }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .navbar-fixed-top {
    top: 45px important;
    border-width: 0 0 1px;
    border: 0;
    background-color:#fff;
}
      #top-section {
    top: 0;
    position: fixed;
    background-color: #01aef0;
    color: #fff;
    height: auto;
    width: 100%;
    padding-top: 6px;
    z-index: 1000;
    font-size: 10px;
    margin-bottom: 5px !important;
    display: table;
    width: 100%;
  }
  .navbar-nav {
    background: rgba(244, 244, 244, 0.95);
  }
  #xenia-slider .xenia-slider-title {
    font-size: 30px !important;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  .navbar-nav {
    background: rgba(244, 244, 244, 0.95);
  }
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .navbar-nav {
    background: rgba(244, 244, 244, 0.95);
  }
  #xenia-slider .xenia-slider-title {
    font-size: 40px !important;
    color: #fff;
  }
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  #xenia-slider .xenia-slider-title {
    font-size: 50px !important;
    color: #fff;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

@media (max-width: 989px) and (min-width: 600px) {}

div.gallery {
  border: 1px solid #ccc;
  margin: 10px;
}

div.gallery:hover {
  border: 1px solid #00468a;
}

div.gallery img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ico {
  /* width:400px; */
  padding-right: 10px;
  display: block;
  height: 20px;
  color: white;
  text-decoration: none;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 55px;
  z-index: 1;
  position: relative;
}

.ico span {
  font-weight: 600;
}

.ico:before {
  content: "";
  background-size: cover;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  background-image: url(../images/headset-1.svg);
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 25px;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    background: rgba(255, 255, 255, 0.96);
  }
}

.center-flex {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.container-fluid .text {
  background: #515467;
  height: 650px;
}

.container .text {
  background: #737373;
  height: 300px;
}

.container-fluid .image {
  height: 850px;
}

.full-width {
  width: 100%;
  height: 100%;
  height: calc(100% - 1px);
  background-image: url(../images/bg-pipe.jpg);
  background-size: cover;
}

.full-width img {
  width: 100%;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.product-bg {
  min-height: 350px;
  min-width: 200px;
  background: #fff;
  -webkit-box-shadow: -1px 1px 13px -6px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 1px 13px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 25px;
  margin: 15px;
}

.product-bg-inside {
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}

.product-bg-inside h2 {
  font-size: 16px;
  margin: 5px 0;
}

.product-bg-inside h4 {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.product-bg-inside h1 {
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
}

.small-img {
  width: 55px;
}

.footer-divider {
  z-index: 999;
  width: 100%;
  display: table;
  max-height: 440px;
  *border-bottom: 2px solid #003300;
  box-sizing: border-box;
  *padding-top: 10px;
  padding-bottom: 0px;
  background-position: center center;
  background-size: cover;
  text-align: left;
}

.footdivider {
  background-image: url(../images/contact.jpg);
  *background-repeat: no-repeat;
  *background-position: center top;
}

.footer {
  margin-top: 0px;
  *border-top: 1px solid #290f0f;
  padding: 0px 0 0 0;
  color: #000;
  background-color: #e6e6e6;
  min-height: 175px;
  font-weight: 400;
  font-size: 12px;
}

.footer h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
}

.footer h4:after {
  position: absolute;
  content: "";
  background: #01aef0;
  width: 12%;
  height: 2px;
  left: 0;
  bottom: -15px;
}

#Footer {
  color: #000;
  box-shadow: inset 4px 3px 11px 1px rgba(0, 0, 0, 0.08);
}

#Footer a {
  text-decoration: none !important;
}

#Footer a:hover {
  color: #01aef0;
  text-decoration: none !important;
}

#Footer ul li {
  list-style: none;
  display: block;
}

#Footer ul {
  padding-left: 0;
}

#Footer ul li a {
  text-decoration: none;
  color: #000;
  text-decoration: none;
}

/*.footer a {
	color: #652D02;
}
.footer a:hover {
	text-decoration: none;
	color: #000000;
}*/

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #c8c8c8;
}

.marginless {
  padding-right: 0px;
  padding-left: 0px;
}

.google-maps {
  position: relative;
  *padding-bottom: 75%;
  overflow: hidden;
  height: 330px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  *pointer-events: none;
}

.btns {
  display: inline-block;
  padding: 10px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  white-space: nowrap;
  overflow: hidden;
  *text-overflow: ellipsis;
  height: 40px;
  width: 40px;
  padding: 10px;
  text-align: center;
  margin: 10px;
  background: #01aef0;
  color: #fff;
}
.categories-top-slider.owl-carousel .owl-stage {
  display: block;
}

/*-------------------- Owl Carousel Btn----------------------- */

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-controls .owl-dot {
  background: #01aef0 !important;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 25px;
  font-size: 12px !important;
  height: 25px;
  line-height: 25px;
  background: #01aef0 !important;
  color: #fff !important;
  margin: 0;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

/*.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2caae1;
}
.owl-carousel .item {
  text-align: center;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
 .owl-carousel .prev-slide {
  background: url(../assets/img/nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url(../assets/img/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
} */

.product-categories-area {
  padding-bottom: 15px;
}

.top-heading {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  margin-top: 30px;
  /*border-bottom: 1px solid #cacaca;*/
}

.top-heading hr {
  width: 60px;
  border: 1.5px solid #01aef0;
  text-align: center;
  margin: 0;
  position: relative;
  bottom: -9px;
}

span.img-text {
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
  font-size: 23px;
  display: block;
  text-transform: capitalize;
}

span.img-text:hover {
  color: #2caae1;
}

.categories-item {
  /* position: relative;
  overflow: hidden;
  cursor: pointer; 
  height: 160px;*/
  text-align: center !important;
}

.categories-item img {
  object-fit: scale-down;
  height: 160px;
}

/* .categories-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
} */

/* .categories-item:hover::before {
  opacity: 0.77;
} */

.categories-item h3 {
  position: relative;
  /* top: -5px;
  left: 0; */
  width: 100%;
  text-align: center;
  /* -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; */
  margin-top: 0px;
  margin-bottom: 0px;
  line-height:18px;
}
.categories-item1 h3 {
  position: relative;
  /* top: -5px;
  left: 0; */
  width: 100%;
  text-align: center;
  /* -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; */
  margin-top: 0px;
  margin-bottom: 0px;
  line-height:18px;
}

.categories-item h3 a {
  color: #000 !important;
  font-size: 12px!important;
  text-transform: uppercase;
}
.categories-item1 h3 a {
  color: #000 !important;
  font-size: 12px!important;
}

/* .categories-item:hover h3 {
  top: 40%;
} */
.categories-item .view-btn a{
  color: #01aef0;
}
.categories-item .view-btn {
  /* position: absolute;
  bottom: -18px;
  left: 0; */
  color: #000;
  width: 100%;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  /* -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; */
} 

/* .categories-item:hover .view-btn {
  bottom: 35px;
} */

.categories-top-slider.owl-theme .owl-nav [class*="owl-"] {
  top: -55px;
  right: 30px;
}

.categories-top-slider.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.featured-products.owl-theme .owl-nav [class*="owl-"] {
  top: -55px;
  right: 30px;
}

.featured-products.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.best-products.owl-theme .owl-nav [class*="owl-"] {
  top: -55px;
  right: 30px;
}

.best-products.owl-theme .owl-nav .owl-next {
  right: 0px;
}

.recent-products.owl-theme .owl-nav [class*="owl-"] {
  top: -55px;
  right: 30px;
}

.recent-products.owl-theme .owl-nav .owl-next {
  right: 0px;
}

/********************* Product category **********************/

.product-grid {
  text-align: center;
  /* padding: 0 0 150px; */
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 1px 1px 8px #cbcbcb;
}

.product-grid:hover {
  box-shadow: 4px 4px 30px 0px rgba(75, 102, 171, 0.2);
}

.product-grid .product-image {
  position: relative;
  transition: all 0.3s ease 0s;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-grid .pic-1 {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  height: 150px !important;
  object-fit: contain;
  *object-fit: scale-down;
}

.product-grid:hover .pic-1 {
  opacity: 1;
}

/* .product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1} */

/* .product-grid .social {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: -56%;
  left: 50%;
  transition: all 0.3s ease 0s;
} */

/* .product-grid:hover .social {
  opacity: 1;
  top: -50%;
}

.product-grid .social li {
  display: inline-block;
} */

.product-grid .social li a {
  color: #fff;
  background-color: #01aef0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  margin: 0 2px;
  display: block;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: #ef5777;
}

/* .product-grid .social li a:after, .product-grid .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
} */

/* .product-grid .social li a:after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
} */

.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
  opacity: 1;
}

.product-grid .product-discount-label, .product-grid .product-new-label {
  color: #fff;
  background-color: #51a042;
  font-size: 10px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

.product-grid .product-new-label:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 4px solid #51a042;
  border-right: 4px solid transparent;
  border-top: 3px solid #51a042;
  border-bottom: 3px solid transparent;
  left: 6px;
  bottom: -6px;
}

.product-grid .product-discount-label:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 4px solid #f9575c;
  border-left: 4px solid transparent;
  border-top: 3px solid #f9575c;
  border-bottom: 3px solid transparent;
  left: 20px;
  bottom: -6px;
}

.product-grid .product-discount-label {
  background-color: #f9575c;
  right: auto;
  left: 0;
}

.product-grid .rating {
  color: #ffd200;
  font-size: 12px;
  padding: 0px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}

.product-grid .rating li.disable {
  color: rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  /* position: absolute;
  left: 0;
  right: 0;
  bottom: 7px; */
  z-index: 1;
  transition: all 0.3s;
}

.product-grid .product-content-top {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 65px;
  height: 110px;
}

.product-grid:hover .product-content-top {}

.product-grid:hover .product-content {
  bottom: 50px;
}

.product-grid .product-type {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: left;
}

.product-grid .product-title {
  height: 38px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 2px;
  text-align: left;
  transition: all 0.3s ease 0s;
  display: block;
  display: -webkit-box;
  max-width: 95%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-grid .product-title a {
  color: #828282;
}

.product-grid .product-title a:hover, .product-grid:hover .product-title a {
  color: #01aef0;
}

.product-grid .price {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
}

.product-grid .price span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0px;
  display: block;
}

.add-to-cart {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: #01aef0;
  border-radius: 25px;
  padding: 7px 25px;
  *margin: 10px auto;
  margin-bottom: 5px;
  *width: 135px;
}

.add-to-cart a:hover {
  color: white !important;
}

.product-grid a {
  text-decoration: none !important;
}

.product-grid a.add-to-cart:hover {
  text-decoration: none !important;
  color: #ffe8c1;
}

@media only screen and (max-width: 990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}

/********************* category **********************/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #000000;
}

.hovereffect .overlay-item {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  *padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.6;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 10px 25px;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect h2 span {
  font-size: 25px;
  font-weight: 700;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a, .hovereffect p {
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect a {
  font-size: 12px;
  border-radius: 20px;
  border: 2px solid #fff;
  width: 100px;
  margin: 10px auto;
  padding: 4px 25px;
  text-decoration: initial;
}

.top-20-pct {
  top: 20% !important;
}

.center-block {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/********************* Top Banners **********************/

.bg-shadow {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient( left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient( to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.49) 49%, rgba(19, 19, 19, 0.19) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

.top-indicator {
  right: 0;
  top: 1rem;
  bottom: inherit;
  left: inherit;
  margin-right: 1rem;
}

.zoom img {
  transition: all 0.2s linear;
}

.zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-full {
  background-color: transparent !important;
  border: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.position-absolute {
  position: absolute !important;
}

.b-0 {
  bottom: 0;
}

.b-50 {
  bottom: 50%;
}

.bg-lg-shadow {
  background: linear-gradient( to bottom, rgba(16, 11, 11, 0) 0%, rgba(0, 0, 0, 0.67) 49%, rgba(19, 19, 19, 0.88) 100%);
}

.p-3 {
  padding: 1rem !important;
}

.w-100 {
  width: 100% !important;
  height: 100%;
}

.p-lg-3 {
  padding: 1rem !important;
}

.pl-md-05 {
  padding-left: 0.625rem !important;
}

.pr-md-05 {
  padding-right: 0.625rem !important;
}

.pb-05 {
  padding-bottom: 0.625rem !important;
}

.pt-05 {
  padding-top: 0.625rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.featured-1 .ratio {
  *padding-bottom: 84.888%;
  *height: 0;
}

.image-wrapper {
  background-color: red;
  overflow: hidden;
  width: 100%;
  position: relative;
  *background: linear-gradient( to left, #f6f6f6 0%, #e0e0e0 15%, #f6f6f6 40%, #f6f6f6 100%);
  background-size: 100% 100% !important;
  background-position: center center !important;
  -webkit-animation: AnimationSea 1.5s infinite linear forwards;
  animation: AnimationSea 1.5s infinite linear forwards;
}

.overflow {
  position: relative;
  overflow: hidden;
}

.overflow img {
  position: relative;
  display: block;
  width: 100%;
}

.card-full {
  background-color: transparent !important;
  border: 0;
}

.featured-1 .product-box>article:nth-child(1) {
  padding-top: 0;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
}

.featured-1 .product-box>article:nth-child(2) {
  padding-top: 0;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
}

.featured-1 .product-box>article:nth-child(3) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
}

.featured-1 .product-box>article:nth-child(4) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
}

.owl-mx-0 .owl-dots {
  position: absolute;
  right: 15px;
  top: 10px;
}

.card h2 {
  text-align: center;
  color: #fff;
  position: relative;
  width: 95%;
  margin: 0 auto;
  top: 33%;
  font-size: 17px;
}

.card h2 span {
  display: block;
  top: -40px;
  position: absolute;
  left: 4px;
  font-size: 12px;
  font-weight: 600;
}

.non-veg-icon, .veg-icon {
  width: 14px;
  height: 14px;
  right: 12px;
  position: absolute;
  top: 60px;
}

.veg-icon {
  background-image: url(../assets/img/vegicon.svg) !important;
}

.non-veg-icon {
  background-image: url(../assets/img/nonvegicon.svg) !important;
}

.pad-LR-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.banner.hovered:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.banner-1 {
  position: relative;
}

.banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  padding: 14px;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation .right-side-navigation {
  left: 0;
  position: relative;
  top: -4px;
  z-index: 5;
  display: flex;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 38px;
  transform: translateZ(0);
  transition: all 0.2s ease;
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 1px 8px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #fff;
  /*border-left: solid 5px #01aef0;*/
  border-radius: 1px;
  justify-content: center;
}

.navigation .right-side-navigation ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 5px 0;
  font-weight: 500;
  font-size: 13px;
}

.navigation .right-side-navigation ul li {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
}

.navigation .right-side-navigation ul li {
  margin-left: 12px;
}

.navigation .right-side-navigation ul li a {
  text-decoration: none;
}

.navigation .right-side-navigation ul li a i {
  font-size: 35px;
}

.navigation .right-side-navigation ul li.user-details>a {
  display: flex;
  align-items: center;
}

.navigation .right-side-navigation ul li.user-details span {
  font-size: 12px;
  margin-left: 10px;
}

.navigation .right-side-navigation ul li.order a {
  font-size: 14px;
  margin-left: 2px;
  color: #01aef0 !important;
  font-weight: 600;
}

.navigation .right-side-navigation ul li.order a:hover {
  color: #f7565c !important;
}

.navigation .right-side-navigation ul li .cart {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #f9575c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  top: 1px;
  position: absolute;
  right: -8px;
  font-weight: 700;
}

.push-icon {
  position: relative;
  top: 5px;
}

.push-down-xs {
  position: relative;
  top: 3px;
}

.pull-up-sm {
  position: relative;
  top: -8px;
}


.no-margin {
  margin: 0;
}

.mt-xlg {
  margin-top: 40px;
}

.mt-n-xlg {
  margin-top: -40px;
}

.mt-lg {
  margin-top: 30px !important;
}

.mt-n-lg {
  margin-top: -30px;
}

.mt {
  margin-top: 15px !important;
}

.mt-n {
  margin-top: 20px;
}

.mt-md {
  margin-top: 20px !important;
}

.mt-n-md {
  margin-top: -15px;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-n-sm {
  margin-top: -10px;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-n-xs {
  margin-top: -5px;
}

.mt-0 {
  margin-top: 0!important;
}

.mt-n-0 {
  margin-top: 0;
}

.mb-xlg {
  margin-bottom: 40px !important;
}

.mb-n-xlg {
  margin-bottom: -40px;
}

.mb-lg {
  margin-bottom: 30px !important;
}

.mb-n-lg {
  margin-bottom: -30px;
}

.mb {
  margin-bottom: 15px !important;
}

.mb-n {
  margin-bottom: 20px;
}

.mb-md {
  margin-bottom: 20px !important;
}

.mb-n-md {
  margin-bottom: -20px;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-n-sm {
  margin-bottom: -10px;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-n-xs {
  margin-bottom: -5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-n-0 {
  margin-bottom: 0;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-n-lg {
  margin-left: -20px;
}

.ml {
  margin-left: 15px !important;
}

.ml-n {
  margin-left: 15px;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-n-md {
  margin-left: -15px;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-n-sm {
  margin-left: -10px;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-n-xs {
  margin-left: -5px;
}

.ml-0 {
  margin-left: 0;
}

.ml-n-0 {
  margin-left: 0;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-n-lg {
  margin-right: -20px;
}

.mr {
  margin-right: 15px;
}

.mr-n {
  margin-right: 15px;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-n-md {
  margin-right: -15px;
}

.mr-sm {
  margin-right: 10px!important;
}

.mr-n-sm {
  margin-right: -10px;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-xs-sm {
  margin-right: 3px !important;
}

.mr-n-xs {
  margin-right: -5px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-n-0 {
  margin-right: 0;
}

.no-padding {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-sm {
  padding-top: 10px!important;
}

.pt-md {
  padding-top: 15px!important;
}

.pt-lg {
  padding-top: 20px!important;
}

.pt-xs {
  padding-top: 5px!important;
}

.pb-md {
  padding-bottom: 15px!important;
}

.pb-sm {
  padding-bottom: 10px!important;
}

.pb-xs {
  padding-bottom: 5px!important;
}

.pl-lg {
  padding-left: 20px!important;
}

.pl-md {
  padding-left: 15px!important;
}

.pl-sm {
  padding-left: 10px!important;
}

.pl-xs {
  padding-left: 5px!important;
}

.pr-md {
  padding-right: 15px!important;
}

.pr-sm {
  padding-right: 10px!important;
}

.pr-xs {
  padding-right: 5px!important;
}

/* --------------------------------------------Menu checking -------------------------*/

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* Common style */

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2, .grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/

/***** Ruby *****/

/*---------------*/

figure.effect-ruby {
  background-color: #17819c;
}

figure.effect-ruby img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

figure.effect-ruby:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ruby h2 {
  margin-top: 20%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
  margin: 1em 0 0;
  padding: 3em;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .product-grid .pic-1 { 
    height: 110px !important;
  }
}

.breadcrumb {
  padding: 8px 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fdfdfd;
  border-radius: 5px;
  font-size: 11px;
}

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding: 0;
  font-size: 11px;
}

#breadcrumb .icon {
  font-size: 14px;
  position: relative;
  top: 2px;
}

#breadcrumb li {
  float: left;
}

#breadcrumb li a {
  color: #fff;
  display: block;
  background: #01aef0;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 28px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}

#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
  border: none;
}

#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
  border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #01aef0;
  border-width: 15px 10px;
  width: 0;
  height: 0;
}

#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}

#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #01aef0;
}

#breadcrumb li a:hover {
  background-color: #000000;
}

#breadcrumb li a:hover:before {
  border-color: #000000;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #000000;
}

#breadcrumb li a.active {
  background-color: #000000;
}

#breadcrumb li a.active:before {
  border-color: #000000;
  border-left-color: transparent;
}

#breadcrumb li a.active:after {
  border-left-color: #000000;
}

.mt-0 {
  margin-top: 0;
}

/* ///////////////////////// product page //////////////////// */

.txt-brand {
  color: #01aef0;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.card-category {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-category {
  margin-top: 20px;
  background: #fff;
  padding: 2.5em;
  line-height: 1.5em;
  border-radius: 5px;
}

.card-category:hover {
  box-shadow: 4px 4px 30px 0px rgba(75, 102, 171, 0.2);
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}

.checked, .price span {
  color: #ff9f1a;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px;
}

.product-title, .company-title {
  margin-top: 0;
}

.size {
  margin-right: 10px;
}

.size:first-of-type {
  margin-left: 40px;
}

.not-available {
  text-align: center;
  line-height: 2em;
}

.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

.tooltip-inner {
  padding: 1em;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.border-left {
  border-left: 1px solid #ddd;
}

.product-inside .input-group .form-control {
  text-align: center;
}

.product-inside .price {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding-bottom: 15px;
}

.product-inside .price span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 6px 0;
  display: block;
}

.box-select {
  background-color: #f6f7f9;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 10px 32px;
  text-align: center;
  border-radius: 5px;
}

.box-select:before, .box-select:after {
  content: "";
  display: table;
}

.box:after {
  clear: both;
}

.limited-avilability {
  color: #ff9f1a;
}

.in-stock {
  color: #85ad00;
}

.no-stock {
  color: #f7565c;
}

.fw-semi-bold {
  font-weight: 600;
}

.padding-10 {
  padding: 10px !important;
}

.no-border {
  border: none !important;
}

.width-50px {
  width: 50px !important;
}

.product-inside .action .add-to-cart {
  padding: 5px 30px;
  display: block;
  transition: all 0.2s ease-in-out;
}

.product-inside .action .add-to-cart:hover {
  color: #fff1d8;
  transform: scale(1.1);
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  background-color: #01aef0;
  border-color: #01aef0;
}

.width-150px {
  width: 150px;
}

.width-100px {
  width: 100px;
}

.width-115px {
  width: 115px;
  margin: 0 auto;
}

.scale-70 {
  -webkit-transform: scale(0.7);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(0.7);
  /* IE 9 */
  transform: scale(0.7);
  /* Firefox 16+, IE 10+, Opera*/
}

.scale-90 {
  -webkit-transform: scale(0.9);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: scale(0.9);
  /* IE 9 */
  transform: scale(0.9);
  /* Firefox 16+, IE 10+, Opera*/
}

/* -------------------------------cart------------------------- */

.product-grid .input-group-sm>.form-control {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.box-select .input-group-sm>.form-control {
  font-size: 15px;
  font-weight: 600;
}

.product-variant-option .selector-wrapper {
  display: none;
}

.product-details .countdown-timer-wrapper {
  display: none !important;
}

.widget {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #f2f3f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.widget>header {
  margin: -15px -20px;
  padding: 15px 20px;
}

.widget>header h1, .widget>header h2, .widget>header h3, .widget>header h4, .widget>header h5, .widget>header h6 {
  margin: 0;
}

.widget>header+.widget-body, .widget>header+.widget-body.no-padding {
  margin-top: 15px;
}

.widget>.widget-body.no-padding {
  margin: -15px -20px;
}

.widget>.widget-body.no-padding+footer {
  margin-top: 15px;
}

.widget>footer {
  margin: 0 -20px -15px;
  padding: 15px 20px;
}

.widget:hover .widget-controls-hover {
  opacity: 1;
}

.media-body {
  padding-left: 15px;
}

.thumbnail {
  border: 1px solid #01aef0;
}

.media-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.text-success {
  color: #21b18e;
}

.text-warning {
  color: #d9524f;
}

.color-brand {
  color: #01aef0;
}

.btn-xenia {
  color: #fff;
  background-color: #01aef0;
  border-color: #946a3a;
}

.btn {
  font-size: 13px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-brand {
  color: white;
  background-color: #01aef0;
  border-color: #01aef0;
}

.btn-brand.active, .btn-brand:active, .btn-brand:focus, .btn-brand:hover, .open>.btn-brand.dropdown-toggle {
  color: white;
  background-color: #01aef0;
  border-color: #ddd;
}

.btn-brand.active, .btn-brand:active, .open>.btn-brand.dropdown-toggle {
  background-image: none;
}

.tab-content>.tab-pane {
  padding: 15px;
}

.login .tab-pane .form-control {
  border-radius: 28px;
}

/* Forget password----------------- */

.forget-pwd>a {
  color: #dc3545;
  font-weight: 500;
}

.forget-password .panel-default {
  padding: 5%;
  margin-top: 5%;
  border: 0;
}

.forget-password .panel-body {
  padding: 15%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.forget-password img {
  width: 40%;
  margin-bottom: 10%;
}

.btnForget {
  background: #c0392b;
  border: none;
}

.forget-password .dropdown {
  width: 100%;
  border-radius: 0.25rem;
}

.forget-password .dropdown button {
  width: 100%;
}

.forget-password .dropdown ul {
  width: 100%;
}

/* ----------Place holder animation  */

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus+.form-control-placeholder, .form-control:valid+.form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

/* -----------------------Single Product  Details --------------------------- */

.single-product-area img {
  max-width: 100%;
}

.product-thumbnail.owl-carousel .owl-item img {
  border: 1px solid #ddd !important;
  padding: 10px;
}

.product-thumbnail {
  position: relative;
}

.product-thumbnail .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.product-thumbnail .owl-theme .custom-nav .owl-prev, .product-thumbnail .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

.product-thumbnail .owl-theme .custom-nav .owl-prev i, .product-thumbnail .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #01aef0;
}

.product-thumbnail .owl-theme .custom-nav .owl-prev {
  left: 0;
}

.product-thumbnail .owl-theme .custom-nav .owl-next {
  right: 0;
}

.product-details-large {
  padding: 25px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  /* box-shadow: 4px 4px 30px 0px rgba(75, 102, 171, 0.2); 
     border-radius: 10px;
    */
}

.product-thumbnail {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.product-single__photos a, .product-single__photos img, .product-single__thumbnails a, .product-single__thumbnails img {
  display: block;
  margin: 0 auto;
}

.product-single__photos li, .product-single__thumbnails li {
  margin-bottom: 30px;
}

.product-add-to-cart .cart-title, .product-add-to-cart .cart-title:hover, .product-list-action .cart-title, .product-list-action .cart-title:hover {
  background-color: transparent;
  border-bottom: none;
  color: inherit;
}

.product-add-to-cart .pro-add-btn i, .product-list-action .pro-add-btn i {
  margin-right: 10px;
  font-size: 18px;
}

.add-to-cart {
  display: inline-block;
}

.action-wishlist:hover, .action-wishlist:focus {
  color: #fff;
}

.add-to-cart.action-wishlist i {
  margin-right: 0px;
}

.product-add-to-cart {
  float: none;
}

.single-product-wishlist {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.product-thumbnail .owl-nav {
  *display: none;
}

/* .product-thumbnail .item {
    margin: 3px;
}
.product-thumbnail .item img {
    display: block;
    width: 50%;
    height: auto;
}
.product-thumbnail.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.product-thumbnail.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
} */

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.single-product-name {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 900;
  color: #444;
  line-height: 24px;
  margin-bottom: 15px;
}

.single-product-reviews {
  margin-bottom: 10px;
}

.single-product-price {
  margin-top: 25px;
}

.single-product-action {
  margin-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  float: left;
  width: 100%;
}

/* ----------------Item -description--------------------- */

.item-description {
  padding-top: 15px;
}

.item-description .tab-content>.tab-pane {
  border: 1px solid #01aef0;
  border-top: transparent;
  border-radius: 0 0 10px 10px;
}

.item-description .nav-tabs.nav-justified>li>a {
  height: 40px;
}

.item-description .nav-tabs>li.active>a, .item-description .nav-tabs>li.active>a:focus, .item-description .nav-tabs>li.active>a:hover {
  color: #fff !important;
  cursor: default;
  background-color: #01aef0;
  border: 1px solid #01aef0;
}

.item-description .nav-tabs>li>a {
  border-bottom: transparent;
  background: #f0f0f0;
}

.item-description .nav-tabs {
  border-bottom: 1px solid #01aef0;
}

.item-description h3 {
  color: #01aef0;
  margin: 5px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* --------------review----------------------- */

.rsep {
  padding: 0 20px;
}

.custreview {
  text-transform: capitalize;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}

#review .custreview:nth-child(1) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

#tab-review #review {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 5px;
  background: #f7f7f7;
}

#tab-review #review p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0;
}

.custreview p {
  color: #777;
  line-height: 23px;
  font-size: 13px;
  margin-bottom: 0;
}

.crspc {
  padding: 10px 0;
}

.crspc span {
  display: inline-block;
}

.form-rating .form-rating-container, .radi .form-rating, .radi label {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.form-rating .form-rating-container label, .form-rating .form-rating-container:hover label {
  margin-bottom: 0;
  cursor: pointer;
}

#tab-review .fa-stack-2x {
  color: #ffc600;
}

.form-rating .form-rating-container input {
  display: none;
}

.form-rating .form-rating-container:hover label:hover i.fa-star-o, .form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
  color: #ffc600;
}

.form-rating input:checked~label i.fa-star, .form-rating input:checked~label i.fa-star-o, .form-rating .form-rating-container:hover label:hover i.fa-star, .form-rating .form-rating-container:hover label:hover~label i.fa-star {
  color: #ffc600;
}

.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
  color: #d9d9d9;
}

/* --------------------------Filter----------------------- */

/* filter */

.catfilter.panel-default>.panel-heading, .cathed {
  color: #fff;
  background-color: #01aef0;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}

/* .list-group-item:last-child,.panel-footer,.pagination > li:first-child > a, .pagination > li:first-child > span,.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: 0;
} */

.catfilter .panel-heading button {
  border: none;
  background: transparent;
  box-shadow: none;
}

.catfilter .checkbox input {
  margin-top: 3px;
}

/* list group */

.list-group a {
  border: 1px solid #eee;
  padding: 12px 12px;
  text-transform: capitalize;
}

.list-group-item {
  border: 1px solid #eee;
}

.catlistpage.list-group a.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .catlistpage.list-group a.active:hover {
  background: #fff;
  color: #01aef0;
  border: 1px solid #eee;
  border-left: 4px solid #01aef0;
  font-weight: 600;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover, .catlistpage.list-group a:hover {
  background-color: #fff;
  color: #01aef0;
}

.catfilter .panel-footer {
  background-color: #fff;
  border: 1px solid #eee;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#sl2 {
  width: auto;
  min-width: 150px;
}

.slider.slider-horizontal {
  width: auto !important;
  min-width: 150px !important;
}

.slider.slider-horizontal .slider-track {
  height: 5px !important;
}

.slider-handle {
  background-color: #01aef0 !important;
  background-image: none !important;
  width: 15px !important;
  height: 15px !important;
}

.x-small {
  font-size: 8px;
}

/* ------------------------------Invoice------------------------- */

#invoice {
  padding: 30px;
}

.invoice {
  position: relative;
  background-color: #fff;
  min-height: 680px;
  padding: 15px;
}

.invoice header {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #01aef0;
}

.invoice .company-details {
  text-align: right;
}

.invoice .company-details .name {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .contacts {
  margin-bottom: 20px;
}

.invoice .invoice-to {
  text-align: left;
}

.invoice .invoice-to .to {
  margin-top: 0;
  margin-bottom: 0;
}

.invoice .invoice-details {
  text-align: right;
}

.invoice .invoice-details .invoice-id {
  margin-top: 0;
  color: #01aef0;
}

.invoice main {
  padding-bottom: 50px;
}

.invoice main .thanks {
  margin-top: -100px;
  font-size: 2em;
  margin-bottom: 50px;
}

.invoice main .notices {
  padding-left: 6px;
  border-left: 6px solid #01aef0;
}

.invoice main .notices .notice {
  font-size: 1.2em;
}

.invoice table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.invoice table td, .invoice table th {
  padding: 15px;
  background: #eee;
  border-bottom: 1px solid #fff;
}

.invoice table th {
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}

.invoice table td h3 {
  margin: 0;
  font-weight: 400;
  color: #01aef0;
  font-size: 1.2em;
}

.invoice table .qty, .invoice table .total, .invoice table .unit {
  text-align: right;
  font-size: 1.2em;
}

.invoice table .no {
  color: #fff;
  font-size: 1.6em;
  background: #01aef0;
}

.invoice table .unit {
  background: #ddd;
}

.invoice table .total {
  background: #01aef0;
  color: #fff;
}

.invoice table tbody tr:last-child td {
  border: none;
}

.invoice table tfoot td {
  background: 0 0;
  border-bottom: none;
  white-space: nowrap;
  text-align: right;
  padding: 10px 20px;
  font-size: 1.2em;
  border-top: 1px solid #aaa;
}

.invoice table tfoot tr:first-child td {
  border-top: none;
}

.invoice table tfoot tr:last-child td {
  color: #01aef0;
  font-size: 1.4em;
  border-top: 1px solid #01aef0;
}

.invoice table tfoot tr td:first-child {
  border: none;
}

.invoice footer {
  width: 100%;
  text-align: center;
  color: #777;
  border-top: 1px solid #aaa;
  padding: 8px 0;
}

@media print {
  .invoice {
    font-size: 11px !important;
    overflow: hidden !important;
  }
  .invoice footer {
    position: absolute;
    bottom: 10px;
    page-break-after: always;
  }
  .invoice>div:last-child {
    page-break-before: always;
  }
}

.invoice-logo {
  max-width: 250px;
}

.invoice-address {}

/* -----------------------------Find Stor------------------------------- */

.contact-right li {
  position: relative;
  padding-left: 150px;
  margin-top: 45px;
  display: block;
}

.contact-right li .contact-icon {
  position: absolute;
  left: 0;
  text-align: center;
  width: 130px;
  border-right: 1px solid #ddd;
}

.contact-right li p {
  margin-bottom: 0;
  font-weight: 500;
  color: #333;
}

.contact-right li div a {
  margin-bottom: 0;
  font-weight: 500;
  color: #333 !important;
  font-size: 14px !important;
}

.contact-page h6 {
  font-size: 14px;
  color: #01aef0;
  margin-bottom: 0;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: 500;
}

.form-row {
  /* display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; */
}

.find-store-form label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.find-store-form input, .find-store-form textarea, .find-store-form select {
  border-color: #ddd;
  font-size: 12px;
  padding: 17px 25px;
  margin-bottom: 30px;
  height: inherit !important;
}

/* -----------------Checkbox--------------------------------- */

label.custom-checkbox input, label.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.custom-checkbox, label.custom-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
  line-height: normal;
  font-size: 14px;
}

label.custom-checkbox:last-child, label.custom-radio:last-child {
  margin-bottom: 10px;
}

/* Create a custom checkbox */

label.custom-checkbox .checkmark, label.custom-radio .radio {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d4d4db;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */

label.custom-checkbox:hover input~.checkmark, label.custom-radio input:checked~.radio {
  background-color: #fff;
  border: 1px solid #f9575c;
}

/* When the checkbox is checked, add a blue background */

label.custom-checkbox input:checked~.checkmark, label.custom-radio input:checked~.radio {
  background-color: #f9575c;
  border: 1px solid #f9575c;
}

label.custom-checkbox .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid #fff !important;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

label.custom-radio .radio:after {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: 5px solid #fff;
  transform: rotate(90deg);
  display: block;
  border-radius: 4px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-left: -20px;
  margin-top: 1px;
}

.panel-title>a>i {
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: transform 0.35s ease;
}

.panel-title>a.collapsed {
  color: #999999;
}

.panel-title>a.collapsed:hover {
  color: #343434;
}

.panel-title>a.collapsed>i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}

.filter-accord .panel-title>a>i {
  font-size: 18px;
}

.filter-accord .panel-title a {
  font-size: 13px;
}

.filter-accord .panel-default>.panel-heading {
  color: #ffffff;
  background-color: #01aef0;
  border-color: #01aef0;
}

.filter-accord .panel-title>a.collapsed {
  color: #fff1d8;
}

.coll-filter .rating {
  margin-bottom: 0;
}

.my-account h3 {
  font-size: 18px;
  color: #01aef0;
  text-transform: uppercase;
  font-weight: 400;
}

.my-account i {
  color: #01aef0;
}

@media (min-width: 768px) {
  .about-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .about-heading {
    margin-top: 120px;
  }
}

.about-divider {
  margin: 80px 0;
}

.about-section h2 {
  color: #01aef0;
}

.panel-info {
  border-color: #01aef0;
}

.panel-info>.panel-heading {
  color: #ffffff;
  background-color: #01aef0;
  border-color: #01aef0;
}

.cards ol, .cards ul {
  list-style: none;
}

.hand {
  cursor: pointer;
  cursor: pointer;
}

.cards {
  padding-left: 0;
  padding-top: 10px;
}

.cards li img {
  width: 50px;
}

.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 10px;
  margin-right: 8px;
  display: inline-block;
}

.billing label {
  color: #777;
  font-size: 13px;
  font-weight: 500;
}

.billing input, .billing textarea {
  border-color: #ddd;
  font-size: 12px;
  padding: 10px 10px;
  margin-bottom: 4px;
  height: inherit !important;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

/*---------- Cross ----------*/

.cross {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 54px;
  left: 54px;
  width: 40px;
  height: 40px;
}

.cross .first-line {
  animation: 0.7s draw-first-line ease-out;
}

.cross .second-line {
  animation: 0.7s draw-second-line ease-out;
}

@keyframes draw-first-line {
  0% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0, 56;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 56, 330;
    stroke-dashoffset: 0;
  }
}

@keyframes draw-second-line {
  0% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  50% {
    stroke-dasharray: 0, 55;
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dasharray: 55, 0;
    stroke-dashoffset: 70;
  }
}

.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  animation: 0.5s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alert-sign .dot {
  stroke: none;
  fill: #ffc107;
}

@keyframes alert-sign-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 165px;
}

.green-stroke {
  stroke: #7cb342;
}

.red-stroke {
  stroke: #ff6245;
}

.yellow-stroke {
  stroke: #ffc107;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  animation: 0.7s draw-circle ease-out;
}

h3.cupon-pop {
  font-size: 25px;
  margin-bottom: 40px;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #222;
  clear: both;
  font-weight: normal;
}

h3.cupon-pop span {
  color: #03a9f4;
}

.dash-height {
  min-height: 175px;
  display: grid;
  width: 100%;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #01aef0;
  color: #fff;
}

.close {
  float: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
}

.profile-image img {
  max-width: 120px;
}

.xenia-circle-step-bar {
  margin: 0;
  position: relative;
  left: -9px;
  padding-top: 5px;
  *padding-bottom: 5px;
  *max-width: 75%;
}

.xenia-circle-step-bar ol {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  counter-reset: wizard;
  list-style-type: none;
  padding-top: 0;
  height: 70px;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 5px;
}

.xenia-circle-step-bar li {
  /* position: relative;
  float: left;
  width: 17%;
  text-align: center;*/
  color: #01aef0;
}

.xenia-circle-step-bar .current~li {
  color: #707070;
}

.xenia-circle-step-bar li:before {
  counter-increment: wizard;
  content: counter(wizard);
  display: block;
  color: white;
  background-color: #01aef0;
  border: 2px solid #01aef0;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2em;
  border-radius: 2em;
  position: relative;
  left: 50%;
  margin-bottom: 1em;
  margin-left: -1em;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  font-weight: 700;
}

.xenia-circle-step-bar .current~li:before {
  background-color: rgb(219, 219, 219);
  color: #656565;
  border-color: #dbdbdb;
}

.xenia-circle-step-bar li+li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #01aef0;
  height: 10px;
  position: absolute;
  left: -50%;
  top: 1em;
  z-index: 0;
}

.xenia-circle-step-bar p {
  font-weight: 700;
  padding-left: 0;
  /* position: relative; */
  /* top: -95px; */
  display: contents;
}

.xenia-circle-step-bar .current~li:after {
  background-color: #dbdbdb;
}

/* ---// Media Query  //---  */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .xenia-circle-step-bar li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
  .xenia-circle-step-bar li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .xenia-circle-step-bar li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .xenia-circle-step-bar li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
}

.track_list {
  text-align: left;
}

.track_list .list-group-item {
  padding: 10px 15px;
  min-height: 50px;
}

@media (max-width: 768px) {
  .track_list .list-group-item {
    min-height: inherit;
  }
}

.track_list .list-group-item-text {
  word-wrap: break-word;
  display: flex;
  overflow: auto;
}

@media (max-width: 767px) {
  .xenia-cart-container .pull-left {
    float: none !important;
  }
  .xenia-cart-container table {
    text-align: center;
    border: none;
    margin: 0;
  }
  .xenia-cart-container th {
    display: none;
  }
  .xenia-cart-container table.cart-grid th tr {
    border: 0px !important;
  }
  .xenia-cart-container table.cart-grid tbody, .xenia-cart-container table.cart-grid tr, .xenia-cart-container table.cart-grid td, .xenia-cart-container table.cart-grid {
    display: block;
    padding: 0;
  }
  .xenia-cart-container table.cart-grid tr {
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    padding: 5px;
  }
  .xenia-cart-container table.cart-grid td {
    border-top: 0px;
    padding: 5px;
  }
  .xenia-cart-container table.cart-grid td+td {
    border-top: 0px solid #e6e6e6;
  }
  .xenia-cart-container table.cart-grid td.product-thumbnail {
    text-align: center;
    padding-top: 26px;
  }
  .xenia-cart-container table.cart-grid td.product-thumbnail .prd-name {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
  .xenia-cart-container table.cart-grid td.product-thumbnail .action {
    padding: 5px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .xenia-cart-container table.cart-grid td.product-thumbnail .action a {
    padding: 3px 5px;
    margin-left: 10px;
  }
  .xenia-cart-container table.cart-grid tr.wrap-buttons {
    border: none;
  }
  .xenia-cart-container table.cart-grid td.wrap-btn-control {
    padding: 0;
  }
  .xenia-cart-container table.cart-grid td.wrap-btn-control button.btn {
    width: calc(50% - 5px);
    min-width: auto;
    float: left;
  }
  .xenia-cart-container table.cart-grid td.wrap-btn-control .btn-clear {
    margin-left: 10px;
  }
  .xenia-cart-container table.cart-grid td.wrap-btn-control a.btn-brand {
    width: 100%;
    margin-bottom: 20px;
  }
  .xenia-cart-container .cart-grid input {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #888888;
    text-align: left;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    line-height: 1;
    width: 106px;
    padding: 9px 33px 8px 22px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
  }
  .center-flex {
    display: block !important;
    text-align: center;
  }
  .cart-grid .thumbnail {
    border: 0px;
    width: 100px !important;
    height: 100px !important;
    display: block;
  }
  .xenia-total {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    text-align: center;
  }
  .cart-grid .text-right {
    text-align: center;
  }
  .xenia-cart-container .btn-success {
    width: 100%;
  }
  /* .xenia-cart-container .btn-brand {
    width: 100%;
  } */
  .width-20, .width-30, .width-50 {
    width: 100% !important;
  }
}

.cart-grid .thumbnail {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.xenia-cart-container .btn-group-xs>.btn, .btn-xs {
  margin-bottom: 5px;
}

.xenia-cart-container h3 {
  color: #01aef0;
  margin: 5px 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

/* 
.xenia-cart-container .media-body {
  padding-left: 15px;
  text-align: left;
} */

/* .owl-carousel .owl-nav.disabled {
  display: block !important;
} */

.product-categories-area .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.fixme {
  z-index: 99999;
  background: #fff;
  padding:15px  5px; 
  /* padding:15px 8% 5px 8%; */
  margin-top: -5px;
  border-radius: 0 0 10px 10px;
  z-index: 2;
}

/* @media screen and (max-width: 996px) {
  .collapse {
      display: none !important;
  }
} */

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* .owl-carousel {
  background: url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/ajax-loader.gif") no-repeat center center;
} */

.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

  .xenia_wishlist{
    position: absolute;
    right: 11px;
    top: 0px;
  }
  





  .shake-vertical {
    -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  }

  @-webkit-keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    80% {
      -webkit-transform: translateY(6.4px);
              transform: translateY(6.4px);
    }
    90% {
      -webkit-transform: translateY(-6.4px);
              transform: translateY(-6.4px);
    }
  }
  @keyframes shake-vertical {
    0%,
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
      -webkit-transform: translateY(-8px);
              transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    80% {
      -webkit-transform: translateY(6.4px);
              transform: translateY(6.4px);
    }
    90% {
      -webkit-transform: translateY(-6.4px);
              transform: translateY(-6.4px);
    }
  }
    .btm__btns {
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 99999;
}
 .dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 10px 10px 10px;
    -moz-border-radius:0 10px 10px 10px;
    border-radius:0 10px 10px 10px;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.megamenu .dropdown .dropdown>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

        /*17022021*/
.width-55 {
    min-width:55px;
    min-height:33px;
}
.pl-lg {
padding-left:15px !important;}
.pl-0 {
padding-left:0!important;}

.pr-0 {
padding-right:0!important;}
.d-block {
display:block!important;}
.controls {
min-height:80px;

}
.controls1 {
min-height:33px;

}


.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.ordersummary.tab-content {
    overflow: inherit !important;
}
.ImgIcon{
    max-height:55px;
    max-width:55px;
    border-radius: 50%;
}
#content-desktop {
   display: block;
}
#content-mobile {
   display: none;
}

@media screen and (max-width: 768px) {
#content-desktop {
  display: none;
}
#content-mobile {
  display: block;
}
}
.btn-xenialogin {
  color: #fff;
  background-color: #01aef0;
  border-color: #fff;
}
.ImgIcon{
    max-height:28px;
    max-width:28px;
    border-radius: 50%;
}
