@charset "UTF-8";
/*-------- slinky-menu css --------*/
.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slinky-menu ul, .slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.4;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-theme-default {
  background: #f6f7f8;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #333;
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .next::after {
  content: "\e684";
  font-family: "Pe-icon-7-stroke";
  opacity: 1;
  transition: all 0.3 ease 0s;
  color: #000;
  font-size: 30px;
  line-height: 20px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slinky-theme-default .next::after {
  content: "\f105";
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.3 ease 0s;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
}

.slinky-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slinky-theme-default .back::before {
  padding: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleY(-1);
}

.slinky-theme-default .back::before {
  content: "r";
  font-family: negan;
  opacity: 1;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 20px;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: #232324;
  display: inline-block;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* @import "settings_inline";    used for inline css */
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,
.debugtimeline {
  width: 100%;
  box-sizing: border-box;
}

.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
  vertical-align: top;
}

#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.debugtimeline {
  height: 10px;
  position: relative;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
}

.debugtimeline:hover {
  height: 15px;
}

.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff !important;
}

.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}

.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}

.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}

.rtl {
  direction: rtl;
}

@font-face {
  font-family: revicons;
  src: url(../revolution/fonts/revicons/revicons.eot?5510888);
  src: url(../revolution/fonts/revicons/revicons.eot?5510888#iefix) format("embedded-opentype"), url(../revolution/fonts/revicons/revicons.woff?5510888) format("woff"), url(../revolution/fonts/revicons/revicons.ttf?5510888) format("truetype"), url(../fonts/revicons/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^=revicon-]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.revicon-search-1:before {
  content: "\e802";
}

.revicon-pencil-1:before {
  content: "\e831";
}

.revicon-picture-1:before {
  content: "\e803";
}

.revicon-cancel:before {
  content: "\e80a";
}

.revicon-info-circled:before {
  content: "\e80f";
}

.revicon-trash:before {
  content: "\e801";
}

.revicon-left-dir:before {
  content: "\e817";
}

.revicon-right-dir:before {
  content: "\e818";
}

.revicon-down-open:before {
  content: "\e83b";
}

.revicon-left-open:before {
  content: "\e819";
}

.revicon-right-open:before {
  content: "\e81a";
}

.revicon-angle-left:before {
  content: "\e820";
}

.revicon-angle-right:before {
  content: "\e81d";
}

.revicon-left-big:before {
  content: "\e81f";
}

.revicon-right-big:before {
  content: "\e81e";
}

.revicon-magic:before {
  content: "\e807";
}

.revicon-picture:before {
  content: "\e800";
}

.revicon-export:before {
  content: "\e80b";
}

.revicon-cog:before {
  content: "\e832";
}

.revicon-login:before {
  content: "\e833";
}

.revicon-logout:before {
  content: "\e834";
}

.revicon-video:before {
  content: "\e805";
}

.revicon-arrow-combo:before {
  content: "\e827";
}

.revicon-left-open-1:before {
  content: "\e82a";
}

.revicon-right-open-1:before {
  content: "\e82b";
}

.revicon-left-open-mini:before {
  content: "\e822";
}

.revicon-right-open-mini:before {
  content: "\e823";
}

.revicon-left-open-big:before {
  content: "\e824";
}

.revicon-right-open-big:before {
  content: "\e825";
}

.revicon-left:before {
  content: "\e836";
}

.revicon-right:before {
  content: "\e826";
}

.revicon-ccw:before {
  content: "\e808";
}

.revicon-arrows-ccw:before {
  content: "\e806";
}

.revicon-palette:before {
  content: "\e829";
}

.revicon-list-add:before {
  content: "\e80c";
}

.revicon-doc:before {
  content: "\e809";
}

.revicon-left-open-outline:before {
  content: "\e82e";
}

.revicon-left-open-2:before {
  content: "\e82c";
}

.revicon-right-open-outline:before {
  content: "\e82f";
}

.revicon-right-open-2:before {
  content: "\e82d";
}

.revicon-equalizer:before {
  content: "\e83a";
}

.revicon-layers-alt:before {
  content: "\e804";
}

.revicon-popup:before {
  content: "\e828";
}

.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}

.rev_slider {
  position: relative;
  overflow: visible;
}

.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}

.tp-overflow-hidden {
  overflow: hidden !important;
}

.group_ov_hidden {
  overflow: hidden;
}

.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}

.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}

.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}

.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.fullscreen-container,
.fullwidthbanner-container {
  padding: 0;
  position: relative;
}

.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}

.tp-caption .rs-untoggled-content {
  display: block;
}

.tp-caption .rs-toggled-content {
  display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}

.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}

.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap:last-child {
  margin-bottom: 0;
}

.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
}

.tp-carousel-wrapper {
  cursor: url(openhand.cur), move;
}

.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.cur), move;
}

.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}

.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}

.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}

.tp-element-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}

.tp-parallax-wrap {
  transform-style: preserve-3d;
}

.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0;
}

.rev_column_inner,
.rev_slider .tp-caption.rev_row {
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
}

.rev_row_zone_top {
  top: 0;
}

.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}

.rev_row_zone_bottom {
  bottom: 0;
}

.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
}

.rev_column {
  display: table-cell;
  position: relative;
  height: auto;
  box-sizing: border-box;
  font-size: 0;
}

.rev_column_inner {
  display: block;
  height: auto !important;
  white-space: normal !important;
}

.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0 solid transparent;
}

.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
  height: 0;
  top: 0;
  width: 0;
  position: absolute;
}

.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  text-align: inherit;
}

.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}

.tp-video-play-button,
.tp-video-play-button i {
  line-height: 50px !important;
  vertical-align: top;
  text-align: center;
}

.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
  vertical-align: top;
}

.rev_break_columns {
  display: block !important;
}

.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}

.fullwidthbanner-container {
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}

.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
}

.tp-caption .frontcorner {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00A8FF;
  left: -40px;
}

.tp-caption .backcorner {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  right: 0;
}

.tp-caption .frontcornertop {
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00A8FF;
  left: -40px;
}

.tp-caption .backcornertop {
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  right: 0;
}

.tp-layer-inner-rotation {
  position: relative !important;
}

img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}

.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.noFilterClass {
  filter: none !important;
}

.rs-background-video-layer {
  visibility: hidden;
  z-index: 0;
}

.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}

.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.videoisplaying .html5vid .tp-poster {
  display: none;
}

.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}

.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
  display: none !important;
}

.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}

.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px !important;
}

.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}

.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}

.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
  outline: 0;
  line-height: 12px;
  margin: 0;
  cursor: pointer;
}

.videoisplaying .revicon-right-dir {
  display: none;
}

.videoisplaying .tp-revstop {
  display: inline-block;
}

.videoisplaying .tp-video-play-button {
  display: none;
}

.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}

.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}

.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
  transition: all 0.2s ease-out !important;
  font-size: 15px;
}

.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}

.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  padding: 0;
}

.tp-video-button:hover {
  cursor: pointer;
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}

.tp-video-seek-bar-wrap {
  width: 80%;
}

.tp-video-vol-bar-wrap {
  width: 20%;
}

.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  padding: 0;
}

.rs-fullvideo-cover {
  width: 100%;
  background: 0 0;
  z-index: 5;
}

.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  z-index: 3;
}

.tp-dottedoverlay.twoxtwo {
  background: url(../revolution/assets/gridtile.png);
}

.tp-dottedoverlay.twoxtwowhite {
  background: url(../revolution/assets/gridtile_white.png);
}

.tp-dottedoverlay.threexthree {
  background: url(../revolution/assets/gridtile_3x3.png);
}

.tp-dottedoverlay.threexthreewhite {
  background: url(../revolution/assets/gridtile_3x3_white.png);
}

.tp-shadowcover {
  width: 100%;
  background: #fff;
  z-index: -1;
}

.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}

.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}

.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}

.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
  background-color: #21a117;
  box-shadow: 0 3px 0 0 #104d0b;
}

.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0 3px 0 0 #0f3e68;
}

.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0 3px 0 0 #7c1212;
}

.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
  background-color: #f70;
  box-shadow: 0 3px 0 0 #a34c00;
}

.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
  background-color: #555;
  box-shadow: 0 3px 0 0 #222;
}

.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
  background-color: #888;
  box-shadow: 0 3px 0 0 #555;
}

.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}

.rev-btn.rev-withicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  margin-left: 10px !important;
}

.rev-btn.rev-hiddenicon i {
  font-weight: 400;
  position: relative;
  top: 0;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}

.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}

.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}

.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}

.rev-maxround {
  border-radius: 30px;
}

.rev-minround {
  border-radius: 3px;
}

.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}

.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
  background: #fff;
}

.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover:first-child,
.open .rev-burger:first-child,
.open.rev-burger:first-child {
  transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover:nth-child(2),
.open .rev-burger:nth-child(2),
.open.rev-burger:nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}

#dialog_addbutton .rev-burger:hover:last-child,
.open .rev-burger:last-child,
.open.rev-burger:last-child {
  transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
  border: 0;
}

.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}

.rev-burger.revb-whitefull span {
  background: #333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}

.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}

@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}

.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}

.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}

.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}

.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}

.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
  background: #fff;
}

.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
  border-color: #333;
}

.rev-scroll-btn.revs-dark span {
  background: #333;
}

.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
  border-radius: 3px;
}

.rev-cbutton-light,
.rev-cbutton-light-sr {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}

.rev-sbutton-blue {
  background-color: #3B5998;
}

.rev-sbutton-lightblue {
  background-color: #00A0D1;
}

.rev-sbutton-red {
  background-color: #DD4B39;
}

.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}

.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}

.tp-caption img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)";
  zoom: 1;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../revolution/assets/coloredbg.png);
}

.tp-caption.slidelink a span {
  background: url(../revolution/assets/coloredbg.png);
}

.tp-loader.spinner0,
.tp-loader.spinner5 {
  background-image: url(../revolution/assets/loader.gif);
  background-repeat: no-repeat;
}

.tp-shape {
  width: 100%;
  height: 100%;
}

.tp-caption .rs-starring {
  display: inline-block;
}

.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}

.tp-loader.spinner0,
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "sssss";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  background-position: center center;
}

.tp-loader.spinner5 {
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}

@keyframes tp-bouncedelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}

.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}

.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}

.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}

.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}

.tparrows:hover {
  background: #000;
}

.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}

.hginfo,
.hglayerinfo {
  font-size: 12px;
  font-weight: 600;
}

.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.tparrows.tp-rightarrow:before {
  content: "\e825";
}

body.rtl .tp-kbimg {
  left: 0 !important;
}

.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}

.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #FFF;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}

.helpgrid,
.hginfo {
  position: absolute;
}

.hginfo {
  top: -2px;
  left: -2px;
  color: #e74c3c;
  background: #000;
  padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}

.helpgrid {
  border: 2px dashed #c0392b;
  top: 0;
  left: 0;
  z-index: 0;
}

#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}

.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}

.aden::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}

.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}

.reyes::after {
  background: #efcdad;
}

.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}

.gingham::after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}

.toaster {
  filter: contrast(1.5) brightness(0.9);
}

.toaster::after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}

.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}

.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}

.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}

.hudson::after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.earlybird {
  filter: contrast(0.9) sepia(0.2);
}

.earlybird::after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}

.mayfair {
  filter: contrast(1.1) saturate(1.1);
}

.mayfair::after {
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.8), rgba(255, 200, 200, 0.6), #111 60%);
  mix-blend-mode: overlay;
  opacity: 0.4;
}

.lofi {
  filter: saturate(1.1) contrast(1.5);
}

.lofi::after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}

._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}

.brooklyn::after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}

.xpro2 {
  filter: sepia(0.3);
}

.xpro2::after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}

.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}

.nashville::before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}

.lark {
  filter: contrast(0.9);
}

.lark::after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}

.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}

.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}

.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}

.clarendon {
  filter: contrast(1.2) saturate(1.35);
}

.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}

.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}

.willow::before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}

.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}

.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}

.rise::after {
  background: radial-gradient(circle, rgba(232, 197, 152, 0.8), transparent 90%);
  mix-blend-mode: overlay;
  opacity: 0.6;
}

.rise::before {
  background: radial-gradient(circle, rgba(236, 205, 169, 0.15) 55%, rgba(50, 30, 7, 0.4));
  mix-blend-mode: multiply;
}

._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}

.slumber {
  filter: saturate(0.66) brightness(1.05);
}

.slumber::after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}

.slumber::before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}

.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
  height: 500%;
  width: 500%;
}

:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#868e96;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#868e96;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace ;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-lg-block {
  display: block !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-center {
  text-align: center !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
  bottom: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
  margin-left: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
  left: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
  margin-top: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
  top: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
  margin-right: 0.8rem;
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
  right: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* @import "overlayScrollbar";  commented will use as link on home page   */
/*-- Google Font --*/
/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #8a8a8a;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343538;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8a8a8a;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #343538;
}

a,
button,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #343538;
}

img {
  color: #343538;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #dcb86c;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button,
input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-menu > nav > ul > li {
  /*display: inline-block;*/
  position: relative;
  float: left;
}

.main-menu > nav > ul > li > a {
  display: block;
  line-height: 30px;
  color: #343538;
  /* padding: 5px 25px; */
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li > a {
    padding: 5px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li > a {
    padding: 5px 10px;
  }
}
.main-menu > nav > ul > li > a .tip {
  color: #fff;
  font-size: 8px;
  line-height: 1;
  padding: 2px 4px;
  position: absolute;
  font-weight: 400;
  bottom: calc(100% + 5px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  background: #e9595e;
  color: #fff;
}

.main-menu > nav > ul > li > a .tip::before {
  content: "";
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
  color: #e9595e;
}

.categoryTopBorder {
  height: 3px;
  right: 15px;
  left: auto;
  width: 0;
  position: absolute;
  -webkit-transition: width 300ms ease-out;
  -o-transition: width 300ms ease-out;
  transition: width 300ms ease-out;
  background-color: #dcb86c;
}

.main-menu > nav > ul > li.active .categoryTopBorder,
.main-menu > nav > ul > li:hover .categoryTopBorder {
  left: 25px;
  right: auto;
  width: calc(100% - 50px);
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}

.main-menu > nav > ul > li.active > a::after,
.main-menu > nav > ul > li:hover > a::after {
  left: 25px;
  right: auto;
  width: calc(100% - 50px);
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li.active > a::after,
  .main-menu > nav > ul > li:hover > a::after {
    left: 18px;
    width: calc(100% - 36px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li.active > a::after,
  .main-menu > nav > ul > li:hover > a::after {
    left: 10px;
    width: calc(100% - 20px);
  }
}
.main-menu > nav > ul > li:hover > a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 80px;
}

.main-menu > nav > ul > li .dropdown-menu-style {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
  z-index: -999;
  -webkit-transition: margin 0.1s linear 0s, visibility 0.1s linear 0s, opacity 0.1s linear 0s;
  -o-transition: margin 0.1s linear 0s, visibility 0.1s linear 0s, opacity 0.1s linear 0s;
  transition: margin 0.1s linear 0s, visibility 0.1s linear 0s, opacity 0.1s linear 0s;
}

.main-menu > nav > ul > li .dropdown-menu-style.banner-menu-width {
  padding: 30px 15px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li .dropdown-menu-style.banner-menu-width {
    max-height: 420px;
    overflow-y: auto !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.banner-menu-width {
    max-height: 400px;
    overflow-y: auto !important;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner a {
  position: relative;
  display: block;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner a::before {
  background-color: rgba(35, 35, 36, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner a img {
  width: 100%;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner .menu-banner-content {
  width: 90%;
  left: 5%;
  z-index: 9;
  bottom: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 50%) scale(2);
  -ms-transform: translate(0, 50%) scale(2);
  transform: translate(0, 50%) scale(2);
  position: absolute;
  -webkit-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
  text-align: center;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner .menu-banner-content span {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner:hover .menu-banner-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 50%) scale(1);
  -ms-transform: translate(0, 50%) scale(1);
  transform: translate(0, 50%) scale(1);
}

.main-menu > nav > ul > li .dropdown-menu-style .single-menu-banner:hover a::before {
  opacity: 1;
  visibility: visible;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1 {
  width: 700px;
  left: -303px;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1.dropdown-width-hm4-1 {
  left: 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1 {
    left: -262px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1 {
    left: -250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1 {
    left: -200px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-1 ul li {
  width: 213.333px;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 {
  width: 240px;
  padding: 20px 0;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 ul li {
  width: 100%;
  float: inherit;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 ul li a {
  padding: 14px 40px;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 ul li a i {
  font-size: 12px;
  margin-left: 7px;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 ul li .lavel-menu {
  padding: 20px 0;
  width: 240px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -20px;
  visibility: hidden;
  opacity: 0;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-2 ul li:hover > .lavel-menu {
  margin-left: 0px;
  visibility: visible;
  opacity: 1;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 {
  width: 1170px;
  left: -540px;
  overflow: hidden;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.dropdown-width-hm4-1 {
  left: -197px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.dropdown-width-hm4-1 {
    left: -212px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.dropdown-width-hm4-1.banner-menu-width {
  left: -533px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 {
    left: -432px;
  }
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.hm16-menu-res {
    left: -460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 {
    left: -430px;
  }
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.hm16-menu-res {
    left: -530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 {
    width: 962px;
    left: -350px;
    padding: 30px 15px;
  }
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.hm16-menu-res {
    left: -435px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li {
  width: 185px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li {
    width: 182.333px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner {
  width: 370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner {
    width: 200.667px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner ul li {
  width: 370px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner ul li {
    width: 200.667px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner ul li a {
  padding: 0 15px 0 0;
}

.main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3 ul li.menu-banner ul li a img {
  width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.banner-menu-width {
    left: -710px;
    max-height: 500px;
    overflow-y: auto !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.banner-menu-width {
    left: -718px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li .dropdown-menu-style.dropdown-width-3.banner-menu-width {
    left: -590px;
    width: 962px;
  }
}
.main-menu > nav > ul > li .dropdown-menu-style ul li {
  float: left;
  position: relative;
}

.main-menu > nav > ul > li .dropdown-menu-style ul li a.menu-title {
  color: #343538;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-left: 15px;
  margin-bottom: 7px;
  display: block;
}

.main-menu > nav > ul > li .dropdown-menu-style ul li a.menu-title.menu-title-none {
  opacity: 0;
  visibility: hidden;
}

.main-menu > nav > ul > li .dropdown-menu-style ul li ul li a {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  padding: 14px 15px;
  color: #8a8a8a;
}

.main-menu > nav > ul > li .dropdown-menu-style ul li ul li a:hover {
  color: #343538;
}

.main-menu > nav > ul > li:hover .dropdown-menu-style {
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  z-index: 999;
  -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
}

.main-menu > nav > ul > li:hover .dropdown-menu-style.dropdown-width-hm4-1 {
  margin-top: 0px;
}

.main-menu.main-menu-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.main-menu.menu-white > nav > ul > li > a {
  color: #fff;
  padding: 11px 25px;
}

.main-menu.menu-white > nav > ul > li > a:after {
  display: none;
}

.stick .main-menu.main-menu-center {
  padding: 20px 0;
}

.stick .main-menu > nav > ul > li:hover .dropdown-menu-style {
  margin-top: 17px;
}

.stick .main-menu > nav > ul > li:hover .dropdown-menu-style.dropdown-width-hm4-1 {
  margin-top: 0px;
}

.stick .header-right-wrap .same-style {
  padding: 20px 0;
}

.header-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right-wrap .same-style {
  padding: 30px 0;
}

.header-right-wrap .same-style > a {
  width: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .same-style > a {
    font-size: 18px;
    width: 30px;
  }
}
.header-right-wrap .same-style.account-satting {
  position: relative;
}

.header-right-wrap .same-style.account-satting ul {
  list-style: none;
  position: absolute;
  z-index: -99;
  top: 100%;
  left: 0;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 15px 0 17px;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-right-wrap .same-style.account-satting ul {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .same-style.account-satting ul {
    left: -72px;
  }
}
.header-right-wrap .same-style.account-satting ul li {
  display: block;
}

.header-right-wrap .same-style.account-satting ul li a {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 15px 30px;
  line-height: 1;
  color: #8a8a8a;
}

.header-right-wrap .same-style.account-satting ul li a:hover {
  color: #dcb86c;
}

.header-right-wrap .same-style.account-satting:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.header-right-wrap .same-style.header-off-canvas a {
  font-size: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-wrap .same-style.header-off-canvas a {
    font-size: 18px;
  }
}
.header-right-wrap .same-style.cart-wrap a,
.header-right-wrap .same-style.header-wishlist a {
  position: relative;
}

.header-right-wrap .same-style.cart-wrap a span,
.header-right-wrap .same-style.header-wishlist a span {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  display: block;
  top: 0;
  right: 4px;
  min-width: 17px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: #dcb86c;
}

.search-content-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.97);
  text-align: center;
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-content-wrap.search-visible {
  visibility: visible;
  opacity: 1;
}

.search-content-wrap.search-visible .search-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-content-wrap > .search-close {
  font-size: 40px;
  display: block;
  position: absolute;
  top: 20%;
  right: 20%;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-content-wrap > .search-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-content-wrap > .search-close i:hover {
  color: #dcb86c;
}

.search-content-wrap .search-content {
  display: inline-block;
  max-width: 90%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.search-content-wrap .search-content p {
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.search-content-wrap .search-content .search-form {
  position: relative;
}

.search-content-wrap .search-content .search-form input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 34px 40px 34px 36px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 400;
  max-width: 100%;
  height: auto;
}

.search-content-wrap .search-content .search-form .button-search {
  position: absolute;
  top: 44px;
  display: block;
  right: 5px;
  border: 0;
  background: 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  height: 30px;
}

.search-content-wrap .search-content .search-form .button-search:hover {
  color: #dcb86c;
}

.header-aside-active {
  position: fixed;
  top: 0;
  width: 370px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

.header-aside-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-aside-active .header-aside-wrap {
  padding: 70px 40px 0;
  overflow: auto;
  height: 100%;
}

.header-aside-active .header-aside-wrap.aside-overflow-none {
  overflow: inherit;
  padding: 70px 40px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-aside-active .header-aside-wrap.aside-overflow-none {
    padding: 55px 40px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active .header-aside-wrap.aside-overflow-none {
    padding: 35px 40px 0 0;
  }
}
.header-aside-active .header-aside-wrap .aside-close {
  position: absolute;
  left: -66px;
  top: 0;
  z-index: 9;
  width: 66px;
  height: 66px;
  color: #fff;
  line-height: 72px;
  text-align: center;
  font-size: 32px;
  background-color: #343538;
}

.header-aside-active .header-aside-wrap .aside-close i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.header-aside-active .header-aside-wrap .aside-close:hover i {
  color: #dcb86c;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header-aside-active .header-aside-wrap .header-aside-top p {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #343538;
  margin: 16px 0 15px;
}

.header-aside-active .header-aside-wrap .header-aside-top .aside-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-aside-active .header-aside-wrap .header-aside-top .aside-social a {
  font-size: 12px;
  margin: 0 30px 0 0;
}

.header-aside-active .header-aside-wrap .header-aside-top .aside-social a:last-child {
  margin: 0 0px 0 0;
}

.header-aside-active .header-aside-wrap .header-aside-middle {
  margin: 48px 0 0;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style {
  position: relative;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style a {
  padding: 7px 0;
  font-size: 16px;
  color: #343538;
  display: block;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style a span {
  color: #dcb86c;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style:hover > a {
  color: #dcb86c;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style ul {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  z-index: 111;
  visibility: hidden;
  left: 0;
  -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  opacity: 0;
  min-width: 150px;
  background-color: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0 20px;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style ul li a {
  display: block;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style ul li a:hover {
  color: #dcb86c;
}

.header-aside-active .header-aside-wrap .header-aside-middle .lang-curr-style:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-aside-active .header-aside-wrap .header-aside-bottom {
  margin-top: 320px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-aside-active .header-aside-wrap .header-aside-bottom {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-aside-active .header-aside-wrap .header-aside-bottom {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active .header-aside-wrap .header-aside-bottom {
    margin-top: 100px;
  }
}
.header-aside-active .header-aside-wrap .header-aside-bottom ul li {
  margin: 0 0 8px;
  position: relative;
  padding-left: 37px;
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li:last-child {
  margin: 0 0 13px;
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 1.15em;
  top: 3px;
  color: #343538;
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li.phn:before {
  content: "\f095";
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li.email:before {
  content: "\f0e0";
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li.address:before {
  content: "\f041";
}

.header-aside-active .header-aside-wrap .header-aside-bottom ul li span {
  font-size: 12px;
}

.header-aside-active .header-aside-wrap .header-aside-copyright p {
  font-size: 12px;
  color: #343538;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .header-aside-active.hm-side-menu {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-aside-active.hm-side-menu {
    width: 225px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-aside-active.hm-side-menu {
    width: 180px;
  }
}
.sidebar-cart-active {
  position: fixed;
  top: 0;
  width: 420px;
  padding: 104px 50px 50px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

.sidebar-cart-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media only screen and (max-width: 991px) {
  .sidebar-cart-active {
    min-height: calc(100vh - 70px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-cart-active {
    width: 350px;
    padding: 104px 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active {
    padding: 50px 15px 50px;
    width: 300px;
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-close {
  position: absolute;
  top: 55px;
  right: 55px;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

@media only screen and (max-width: 767px) {
  .sidebar-cart-active .sidebar-cart-all .cart-close {
    top: 20px;
    right: 23px;
    font-size: 23px;
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #dcb86c;
}

.sidebar-cart-active .sidebar-cart-all .cart-content > h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 45px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul {
  margin: 0 -30px 0 0;
  padding: 0 30px 0 0;
  max-height: 310px;
  max-height: calc(100vh - 430px);
  max-height: -webkit-calc(100vh - 430px);
  overflow: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-cart-active .sidebar-cart-all .cart-content ul {
    max-height: calc(100vh - 365px);
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active .sidebar-cart-all .cart-content ul {
    max-height: calc(100vh - 360px);
  }
}
.sidebar-cart-active .sidebar-cart-all .cart-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
  width: 100%;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title {
  margin-left: 20px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 {
  font-size: 14px;
  margin: 0 0 4px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title span {
  font-size: 12px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-delete a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  width: 20px;
  font-family: Verdana, sans-serif;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total {
  display: block;
  width: 100%;
  margin: 8px 0 37px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 {
  font-size: 12px;
  color: #343538;
  margin: 0;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-total h4 span {
  float: right;
  font-size: 18px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  line-height: 20px;
  padding: 19px 20px 20px;
  background-color: #343538;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
  background-color: #dcb86c;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:first-child {
  margin-top: 0;
}

.header-top-cur-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top-cur-lang > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-cur-lang > ul > li {
  position: relative;
  margin-left: 20px;
  padding: 7px 0 7px 20px;
}

.header-top-cur-lang > ul > li:first-child {
  padding: 7px 0 7px 0px;
}

.header-top-cur-lang > ul > li a {
  color: #8a8a8a;
  font-size: 12px;
}

.header-top-cur-lang > ul > li a:hover {
  color: #dcb86c;
}

.header-top-cur-lang > ul > li ul {
  margin: 0;
  position: absolute;
  z-index: -11;
  top: 100%;
  width: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .header-top-cur-lang > ul > li ul {
    left: -30px;
  }
}
.header-top-cur-lang > ul > li ul li {
  display: block;
}

.header-top-cur-lang > ul > li ul li a {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 15px 30px;
  line-height: 1;
}

.header-top-cur-lang > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}

.header-top-cur-lang > ul > li:hover > a {
  color: #dcb86c;
}

.mobile-off-canvas-active {
  position: fixed;
  top: 0;
  width: 370px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(370px, 0);
  -ms-transform: translate(370px, 0);
  transform: translate(370px, 0);
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active {
    width: 260px;
    -webkit-transform: translate(260px, 0);
    -ms-transform: translate(260px, 0);
    transform: translate(260px, 0);
  }
}
.mobile-off-canvas-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-off-canvas-active .mobile-aside-close {
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  background-color: #343538;
}

.mobile-off-canvas-active .mobile-aside-close i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #fff;
}

.mobile-off-canvas-active .mobile-aside-close:hover i {
  color: #dcb86c;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-off-canvas-active .header-mobile-aside-wrap {
  padding: 40px 30px 50px;
  overflow: auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap {
    padding: 30px 20px 50px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search {
  margin-bottom: 36px;
  padding-bottom: 40px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form {
  position: relative;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form input {
  background-color: #f6f6f6;
  border: none;
  border-radius: 5px;
  color: #333;
  height: 50px;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 14px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
  background-color: transparent;
  border-color: #ddd;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 5px 0 0 5px;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  color: #000000;
  font-size: 18px;
  height: 100%;
  padding: 0 15px 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button {
    font-size: 16px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button:hover {
  color: #dcb86c;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search form button i {
  margin-top: 5px;
  display: inline-block;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap {
  margin-bottom: 31px;
  padding-bottom: 40px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li {
  padding-bottom: 20px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li > a {
  font-size: 12px;
  font-weight: 700;
  color: #343538;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li {
  padding-bottom: 15px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #343538;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li ul li a:hover span {
  color: #dcb86c;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:hover > a span {
  color: #dcb86c;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu > ul > li:last-child {
  padding-bottom: 0px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default {
  background-color: transparent;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a {
  position: relative;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a:hover:not(.back) {
  background: transparent;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a.next::after {
  font-size: 17px;
  top: -1px;
  color: #343538;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li a.back::before {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  width: 30px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-menu-wrap .slinky-mobile-menu.slinky-theme-default ul li:hover a.next::after {
  color: #dcb86c;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 31px;
  padding-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap {
    display: block;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
  position: relative;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span {
  font-size: 12px;
  font-weight: 700;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang span a {
  font-size: 13px;
  font-weight: 500;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 5px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  z-index: 11;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown {
    width: 120px;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li {
  padding-bottom: 5px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a {
  color: #343538;
  font-size: 13px;
  font-weight: 500;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang .lang-curr-dropdown ul li a:hover {
  color: #dcb86c;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:hover > span > a {
  color: #dcb86c;
}

@media only screen and (max-width: 767px) {
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang {
    margin-bottom: 5px;
  }
  .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-curr-lang-wrap .single-mobile-curr-lang:last-child {
    margin-bottom: 0;
  }
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap {
  margin-bottom: 20px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a {
  font-size: 15px;
  margin-right: 20px;
}

.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-social-wrap a:last-child {
  margin-right: 0;
}

.header-small-mobile {
  display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-small-mobile.block-for-sidemenu {
    display: block;
    padding: 0px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-small-mobile {
    display: block;
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-small-mobile {
    display: block;
  }
}
.header-small-mobile .header-right-wrap .same-style {
  padding: 15px 0;
}

.header-contact-info ul li {
  text-transform: none;
}

.desktop-menu .main-menu > ul {
  display: inline-block;
  float: left;
}

.desktop-menu .main-menu > ul li {
  float: left;
}

.more_nav {
  width: auto;
  display: inline-block;
  position: relative;
  opacity: 0;
}

.more_nav > a {
  display: block;
  line-height: 30px;
  color: #343538;
  padding: 5px 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.more_nav .more_ul {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 240px;
  padding: 20px 0;
  margin-top: 30px;
  z-index: 999;
  -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
}

.more_nav .more_ul li a {
  font-weight: 700;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  padding: 14px 15px;
  color: #000000;
  padding: 14px 40px;
  font-size: 12px;
}

.more_nav:hover .more_ul {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.more_nav:hover .sub-menu.more_ul {
  visibility: hidden;
  opacity: 0;
}

.more_nav .more_ul li a:hover {
  color: #343538;
}

.main-menu > nav > ul > li > .more_nav:hover .dropdown-menu-style {
  display: none;
}

.header-aside-active .header-aside-wrap .header-aside-bottom {
  margin-top: 100px;
}

.aside-social .fa {
  font-size: 22px;
}

.header-top-cur-lang > ul > li a, .header-top-cur-lang > ul > li > ul > li a {
  font-size: 10px;
}

.header-top-cur-lang {
  line-height: 14px;
}

.header_navigation .dotWrp {
  left: 40%;
}

@media only screen and (max-width: 991px) {
  .header-area .header-bottom {
    display: none;
  }
  .showmesg .close {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
.clear {
  clear: both;
}

.more_nav .more_ul .categoryTopBorder {
  display: none;
}

.cartModal {
  overflow: hidden;
}

.success_msg, .error_msg {
  position: fixed;
  top: 0;
  z-index: 999999999;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  font-family: "Montserrat", sans-serif;
}

.success_msg {
  background-color: #d4edda !important;
  color: #155724;
}

.error_msg {
  background-color: #f8d7da !important;
  color: #721c24;
}

.success_msg.animate, .error_msg.animate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.modal-open .success_msg, .modal-open .error_msg {
  z-index: 9999;
}

@media only screen and (min-width: 992px) {
  .sidebar-cart-active {
    padding: 65px 50px 50px;
  }
  .sidebar-cart-active .sidebar-cart-all .cart-close {
    top: 20px;
    font-size: 22px;
  }
}
#cart-dropdown .cart_dd_bottom {
  z-index: 10;
}

.header-top-1 {
  background-color: #dc0100;
  min-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header-top-1 .text_cont a {
  color: #ffffff;
}
.header-top-1 .ph_txt {
  margin-left: 40px;
}

.social_link_cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.social_link_cont a {
  margin-left: 10px;
  color: #ffffff;
  font-size: 20px;
}
.social_link_cont a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .header-top-1 {
    padding: 10px 0;
  }
  .header-top-1 .text_cont { /* width: 50%; */ }
  .header-top-1 .text_cont a {
    display: block;
  }
  .header-top-1 .ph_txt {
    margin-left: 0;
  }
  .header-top-1 .emailCont {
    width: 100%;
  }
  .header-top-1 .social_link_cont {
    width: 100%;
  }
}
.header_top_mobile {
  display: none;
  width: 100%;
  display: flex;
  background: #000000;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
}

@media only screen and (max-width: 991px) {
  .fix_header_mobile {
    height: 105px;
  }
  .header_top_mobile {
    display: flex;
    position: relative;
    z-index: 1;
  }
  .header-small-mobile:before {
    top: 35.2px;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
.modal {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-dialog {
  margin: 13px auto;
  max-width: 1300px;
  width: 1300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .modal-dialog {
    width: 1100px;
    max-width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog {
    width: 960px;
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog {
    width: 720px;
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
}
.modal-dialog .modal-body {
  padding: 30px 30px;
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-body {
    padding: 30px 15px;
  }
}
.modal-header {
  padding: 15px 15px 80px;
  border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-header {
    padding: 15px 15px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-header {
    padding: 15px 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-header {
    padding: 15px 15px 20px;
  }
}
.modal-header .close {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 38px;
  text-shadow: 0 0 15px transparent;
  opacity: 0.9;
}

.modal-header .close:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
  opacity: 1;
}

.modal-backdrop {
  background-color: #333;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.quickview-img-wrap {
  width: 100%;
  display: block;
  height: 100%;
}

.quickview-small-img-slider {
  width: 68px;
  float: left;
  display: block;
  margin-top: 35px;
  min-height: 158px;
  max-height: 316px;
}

.quickview-small-img-slider .single-small-img {
  margin-bottom: 11px;
}

.quickview-small-img-slider .single-small-img img {
  width: 100%;
}

.quickview-small-img-slider .single-small-img.slick-active {
  border: 1px solid transparent;
}

.quickview-small-img-slider .single-small-img.slick-active.slick-current {
  border: 1px solid #dcb86c;
}

.quickview-big-img-slider {
  width: calc(100% - 68px);
  padding-left: 30px;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quickview-big-img-slider {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .quickview-big-img-slider {
    padding-left: 15px;
  }
}
.quickview-big-img-slider .single-big-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .quickview-content {
    margin-top: 20px;
  }
}
.tooltip .tooltip-inner {
  padding: 0px 12px 2px;
  background-color: #000;
  font-size: 14px;
}

.product-details-content h2, .product-details-content h1 {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.product-details-content .pro-details-cart .shop_by_enqbtn_prod {
  margin-right: 10px;
}

.product-details-content .pro-details-cart .shop_by_enqbtn_prod:hover {
  background-color: #dcb86c;
}

@media only screen and (max-width: 767px) {
  .product-details-content h2, .product-details-content h1 {
    font-size: 17px;
  }
}
.product-details-content .product-details-price {
  margin: 16px 0 19px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-price {
    margin: 15px 0 11px;
  }
}
.product-details-content .product-details-price span {
  letter-spacing: 1px;
  font-size: 24px;
  color: #333;
}

.product-details-content .pro-details-sku span {
  color: #343538;
  font-size: 12px;
}

.product-details-content p, .product-details-content .collapse {
  font-size: 12px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  margin: 38px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content p {
    margin: 15px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content p {
    margin: 15px 0 0;
  }
}
.product-details-content .pro-details-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 25px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality {
    margin: 25px 0 25px;
  }
}
.product-details-content .pro-details-cart {
  margin: 0px 22px 0px 11px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-cart {
    margin: 0px 10px 0px 11px;
  }
}
.product-details-content .pro-details-cart a {
  padding: 18px 50px;
  font-weight: bold;
  line-height: 24px;
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: #343538;
}

.lang-si .product-details-content .pro-details-cart a, .lang-ta .product-details-content .pro-details-cart a {
  padding: 18px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .lang-si .product-details-content .pro-details-cart a, .lang-ta .product-details-content .pro-details-cart a {
    padding: 18px 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lang-si .product-details-content .pro-details-cart a, .lang-ta .product-details-content .pro-details-cart a {
    padding: 18px 5px !important;
    font-size: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lang-si .product-details-content .pro-details-cart a, .lang-ta .product-details-content .pro-details-cart a {
    padding: 9px 3px !important;
    font-size: 8px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-cart a {
    padding: 18px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-cart a {
    padding: 18px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-cart a {
    padding: 18px 30px;
  }
}
.product-details-content .pro-details-cart a:hover {
  background-color: #dcb86c;
}

.product-details-content .pro-details-cart.pro-details-mrg-none {
  margin: 0px 22px 0px 0px;
}

.product-details-content .pro-details-wishlist {
  margin-right: 22px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-wishlist {
    margin-right: 10px;
  }
}
.product-details-content .pro-details-wishlist a {
  position: relative;
  color: #343538;
  font-size: 16px;
}

.product-details-content .pro-details-wishlist a:hover {
  color: #dcb86c;
}

.product-details-content .pro-details-wishlist a span {
  position: absolute;
  top: -46px;
  left: -37px;
  font-size: 12px;
  width: 97px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-details-content .pro-details-wishlist a:hover span {
  opacity: 1;
  visibility: visible;
}

.product-details-content .pro-details-compare {
  position: relative;
}

.product-details-content .pro-details-compare a {
  color: #343538;
  font-size: 16px;
  position: relative;
}

.product-details-content .pro-details-compare a:hover {
  color: #dcb86c;
}

.product-details-content .pro-details-compare a span {
  position: absolute;
  top: -46px;
  left: -37px;
  font-size: 12px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-compare a span {
    left: -55px;
  }
}
.product-details-content .pro-details-compare a:hover span {
  opacity: 1;
  visibility: visible;
}

.product-details-content.quickview-content .product-details-price {
  margin: 32px 0 19px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content.quickview-content .product-details-price {
    margin: 10px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content.quickview-content .product-details-price {
    margin: 10px 0 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content.pro-details-sidebar-style .pro-details-cart a {
    padding: 18px 20px;
  }
}
.product-details-content .pro-details-meta span {
  color: #8a8a8a;
  font-size: 12px;
  display: inline-block;
  float: left;
}

.product-details-content .pro-details-meta ul li {
  margin-right: 2px;
  display: inline-block;
}

.product-details-content .pro-details-meta ul li:last-child {
  margin-right: 0;
}

.product-details-content .pro-details-meta ul li a {
  color: #343538;
  font-size: 12px;
}

.product-details-content .pro-details-meta ul li a:hover {
  color: #dcb86c;
}

.cart-plus-minus {
  display: inline-block;
  height: 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px;
}

.cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #343538;
  float: left;
  font-size: 14px;
  height: 60px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  border: 1px solid #e8e8e8;
}

.cart-plus-minus input.cart-plus-minus-box:focus {
  border: 1px solid #343538;
}

.cart-plus-minus .qtybutton {
  color: #343538;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 24px;
}

.cart-plus-minus .qtybutton.dec {
  height: 60px;
  left: 0;
  padding-top: 20px;
  top: 0;
}

.cart-plus-minus .qtybutton.inc {
  height: 60px;
  padding-top: 20px;
  right: 0;
  top: 0;
}

/* product overlay */
.product-wrap .item-overlay-1:before {
  background-color: rgba(52, 53, 56, 0.3);
}

/* new variant popup start */
.variant-popup-cont .modal-content {
  padding: 23px 0 0 0;
}

.varaintPopTop {
  margin-bottom: 0;
}

.varaintPopTop {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #e9ecef;
}

.varaintPopTop .variant_leftCol {
  flex: 0 0 290px;
  max-width: 290px;
}

.varaintPopTop .variant_rightCol {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

.varaintPopTop .proName {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 15px;
}

.varaintPopTop .labelDescRow {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}

.varaintLabel {
  width: 111px;
  flex-shrink: 0;
  flex-grow: 0;
  flex: 0 0 111px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}

.varaintTxt {
  flex-grow: 1;
  flex-shrink: 1;
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.varImgList {
  width: calc(100% - 140px);
  list-style-type: none;
  /*display: flex;*/
  margin-top: 6px;
}

.varImgList li {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.varImgList li:first-child {
  /* margin-left: 0; */
}

.varImgList li a {
  width: 40px;
  height: 40px;
  border: 1px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otherVarList {
  width: 100%;
  list-style-type: none;
  display: flex;
  margin-top: 6px;
}

.otherVarList li {
  font-size: 14px;
  border: 1px solid #e9ecef;
  margin-left: 10px;
  padding: 6px 15px 4px;
}

.varImgList li a.active,
.otherVarList li a.active {
  border: 2px solid #dcb86c;
}

.otherVarList li:first-child {
  margin-left: 0;
}

.viewProductLink {
  font-size: 14px;
  color: #052d4d;
  /*text-decoration: none; */
  margin-bottom: 20px;
  display: block;
}

.addToCart {
  font-size: 13px;
  font-weight: bold;
  background-color: #052d4d;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
  padding: 6px 15px 5px;
  margin: 20px 30px 20px 0;
}

.addToCart:hover {
  color: #ffffff;
}

.p-thumb {
  position: relative;
}

.varaintPopBottom {
  width: 100%;
}

.see_all_choices > li {
  /* display:flex;*/
  align-items: center;
  margin: 0 0 15px 0;
}

.see_all_choices li label {
  flex: 0 0 100px;
  width: 100px;
  float: left;
  margin-bottom: 0;
}

.see_all_choices li .varImgList {
  margin: 0;
}

.see_all_choices li .varImgList li {
  margin-top: 0;
  margin-bottom: 0;
}

.see_all_choices li .p-d-buttons {
  width: 100%;
}

.see_all_choices li .qty-cart-add > a {
  /*width:290px;*/
}

.see_all_choices li .product-price .prev-price {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.product-category-20.left-col .col-sm-9.blog-details,
.product-category-20 .col-sm-3.hidden-xs .box {
  margin-top: 30px;
}

.footer-area {
  margin-top: 24px;
}

.varImgList.nav li p {
  font-size: 14px;
  color: #444444;
  margin-bottom: 0;
}

.varImgList li.prod_spec a {
  min-width: 52px;
  width: auto;
  height: 25px;
  font-size: 13px;
  padding: 0px 10px;
  box-sizing: border-box;
}

.varImgList li.prod_spec .red {
  background: transparent;
}

.varImgList li.prod_spec .disable {
  /* color: #cccccc; */
}

.varImgList li.imgSpec .disable {
  /* opacity: .3; filter: alpha(opacity=30); */
}

.list-unstyled li .varaintTxt .p-d-price {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.varImgList li a:hover {
  /* border: 2px solid #bda87f; */
}

.tab-content .p-d-price {
  font-weight: 700;
}

.msg-error,
.productErr {
  float: left;
  padding: 2px;
  color: #333333;
  font-size: 12px;
  background: #fff9eb;
  border: 1px solid red;
  align-self: center;
  margin: 10px 0;
  padding: 5px 10px;
}

.varietion li.productErr {
  width: auto !important;
  display: none;
}

.variant_spec {
  /* display: none; */
}

.variant_spec .model-stock .stockQuan {
  margin-left: 0;
  font-weight: 700;
  margin-right: 10px;
}

.model-stock > span span.skuNum {
  font-weight: 400;
}

.varImgList.nav:empty {
  display: none;
}

.pro-stock .stockQuan {
  margin-left: 15px;
}

/* color  start */
.varImgList .list_colour a {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0px;
}

.varImgList .list_colour a span {
  display: block;
  width: 100%;
  height: 100%;
}

/* color  end */
.varImgList .imgSpec a span {
  background: url(../img/transImg.jpg);
}

.varImgList span {
  background: url(../img/transImg.jpg);
}

#content ul.see_all_choices li {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

#content ul.see_all_choices .productErr {
  display: none;
  padding: 5px 10px;
}

#content ul.see_all_choices .nav {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-left: 10px;
}

.varImgList .clr_round a {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding: 0;
}

.varImgList .clr_round a span {
  display: block;
  width: 100%;
  height: 100%;
}

.product-details-content .productErr p,
.product-details-content .see_all_choices p,
.pro-description p {
  margin: 0;
}

.pro-description .variantSummary p {
  margin: 28px 0 0;
}

.pro-description {
  margin-bottom: 28px;
}

.productGallCont {
  display: none;
}

.productGallCont.gallery_ind_0 {
  display: block;
}

/* product overlay*/
.product-details-content .pro-details-wishlist a.removeWish span {
  width: 120px;
}

.product-details-content .pro-details-wishlist a.removeWish {
  color: #dcb86c;
}

#messageModal h5, #sendEnquiryModal .modal-header h5, #showLoginModal h5 {
  font-size: 24px;
  font-weight: 700;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.product-wrap .product-img .product-action .pro-same-action a.wishListBtn, .product-details-content .pro-details-wishlist a.wishListBtn {
  display: none;
}

.product-wrap .product-img .product-action .pro-same-action a.wishShow, .product-details-content .pro-details-wishlist a.wishShow {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .see_all_choices input, .see_all_choices textarea, .see_all_choices select {
    width: 200px !important;
  }
}
.product-details-content .product-details-price .regular-price {
  color: #8a8a8a;
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 10px;
}

.product-details-content .product-details-price .regular-price {
  color: #8a8a8a;
  font-size: 18px;
  text-decoration: line-through;
  padding-left: 10px;
}

@media only screen and (min-width: 480px) {
  .product-details-content .see_all_choices .product_note {
    font-size: 12px;
    font-style: italic;
  }
}
.buy_now_modal {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  #prod_cont_popup .cart-plus-minus, #prod_cont_popup .cart-plus-minus input.cart-plus-minus-box {
    height: 45px;
    width: 65px;
  }
  #prod_cont_popup .cart-plus-minus .qtybutton {
    padding-top: 13px;
  }
  #prod_cont_popup .cart-plus-minus input.cart-plus-minus-box {
    font-size: 12px;
  }
  #prod_cont_popup .pro-details-cart a {
    padding: 10px 10px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 992px) {
  #prod_cont_popup .pro-details-cart a {
    padding: 18px 25px;
  }
  #prod_cont_popup .prod_share_cont {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #prod_cont_popup .pro-details-wishlist {
    margin-right: 5px;
  }
  #prod_cont_popup .pro-details-cart {
    margin: 0 5px 0 5px;
  }
  #prod_cont_popup .share_on_whatsapp_desktop {
    display: none;
  }
  #prod_cont_popup .share_on_whatsapp {
    display: flex;
  }
}
#prod_cont_popup .pro-details-wishlist a, #prod_cont_popup .pro-details-compare a {
  color: #8A8A8A;
}

#prod_cont_popup .pro-details-cart.hide {
  display: none;
}

@media only screen and (min-width: 768px) {
  .showMobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide_mobile {
    display: none;
  }
  .showMobile {
    display: block;
  }
  .product-details-content .pro-details-wishlist {
    margin-left: 20px;
  }
  .pro-details-cart.showMobile {
    margin: 0 0 30px 0;
    display: flex;
    flex-flow: column;
  }
  .pro-details-cart.showMobile a {
    float: none;
    width: 100%;
    text-align: center;
  }
  .pro-details-cart.showMobile a:first-child {
    margin-bottom: 20px;
  }
  .pro-details-cart.showMobile .product-add-btn {
    margin-left: 0;
  }
}
/*#myModal { background-color: rgba(0, 0, 0, 0.82); z-index: 99999; } */
#sendEnquiryModal .modal_top {
  color: #000000;
  font-size: 40px;
}

#myModal.sendEnqOpened {
  z-index: 999;
}

#myModal.afterSendEnqOpened {
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 99999;
  transition: none !important;
}

#sendEnquiryModal, #myModal {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-right: 0 !important;
}

.prs_mrp_txt {
  display: none;
}

.new_price_wrp {
  display: flex;
  flex-flow: row;
}
.new_price_wrp .odl_price {
  color: #8a8a8a !important;
  margin-left: 5px !important;
}
.new_price_wrp .prs_mrp_txt {
  color: #8a8a8a;
  font-size: 14px;
  margin-right: 3px;
}
.new_price_wrp.dftxt {
  flex-flow: column;
}
.new_price_wrp.dftxt .productPriceTxt, .new_price_wrp.dftxt .old.variantMrp {
  display: flex;
  text-decoration: none;
}
.new_price_wrp.dftxt .regular-price {
  font-size: 14px;
  padding: 0;
  display: flex;
  text-decoration: none;
}
.new_price_wrp.dftxt .regular-price .prs_mrp_txt {
  font-size: 14px;
  color: #8a8a8a;
}
.new_price_wrp.dftxt .regular-price .odl_price {
  text-decoration: line-through;
}
.new_price_wrp.dftxt .new-price {
  font-size: 18px;
}
.new_price_wrp.dftxt .odl_price {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 0 !important;
}
.new_price_wrp.dftxt .prs_mrp_txt {
  display: block;
  margin-right: 3px;
}
.new_price_wrp.dftxt .variantMrp .prs_mrp_txt {
  color: #8a8a8a;
  font-size: 14px;
  margin-right: 3px;
}
.new_price_wrp .variantMrp {
  display: flex;
}

.list-unstyled.varietion {
  margin-top: 0;
}

.price-unit-wrp {
  display: flex;
  align-self: center;
  line-height: initial;
}

.per-unit {
  font-size: 13px !important;
  font-weight: normal !important;
}

.mrp-sp-wrp .prs_mrp_txt, .mrp-sp-wrp .odl_price.old, .mrp-sp-wrp .prs_mrp_txt, .mrp-sp-wrp .prod_selling_price {
  font-size: 14px !important;
}
.mrp-sp-wrp .prs_mrp_txt {
  text-transform: uppercase;
  color: #8a8a8a;
}

.share_on_cont .share_on_desktop .shareOnWp span {
  font-size: 11px !important;
}

.inclusiveTax { /* margin: 0 0 0 62px !important; */
  margin-top: 0 !important;
  margin-left: 105px !important;
}

.prs_mrp_txt {
  flex: 0 0 100px;
  width: 100px;
  float: left;
  margin-bottom: 0;
}

.lessSellingPrice .sp-row {
  display: block;
}
.lessSellingPrice .discount-txt {
  display: block;
}
.lessSellingPrice .odl_price.old {
  text-decoration: line-through;
}
.lessSellingPrice .variantMrp {
  font-weight: normal;
}
.lessSellingPrice .per-unit.mrp {
  text-decoration: line-through;
}

.greaterSellingPrice .sp-row {
  display: none;
}
.greaterSellingPrice .discount-txt {
  display: none;
}
.greaterSellingPrice .odl_price.old {
  text-decoration: none !important;
  color: #000000 !important;
}

#leftImgCont_popup .product-dec-icon, #leftImgCont .product-dec-icon {
  color: #343538;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  left: 50%;
  line-height: 1;
  padding: 0 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}

#leftImgCont_popup .product-dec-icon.product-dec-prev, #leftImgCont .product-dec-icon.product-dec-prev {
  top: 38px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}

#leftImgCont_popup .product-dec-icon.product-dec-next, #leftImgCont .product-dec-icon.product-dec-next {
  top: initial;
  bottom: -14px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.theme_btn_add_cart {
  text-transform: initial !important;
}

.product-add-btn, .shop_by_enqbtn_prod {
  text-transform: capitalize !important;
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 50px;
  height: 50px;
  background-color: #dcb86c;
  color: #fff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
  }
}
#scrollUp i {
  display: block;
  line-height: 50px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}
#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mc-form .email {
  font-size: 11px !important;
}

.single-footer-widget p {
  font-family: "Montserrat", sans-serif;
}

.footer-widget-list li span {
  color: #797979;
}

.single-footer-widget .mc-form .email {
  background: #ffffff;
}

#messageModal .modal-header, #sendEnquiryModal .modal-header, #showLoginModal .modal-header, #messageModal .modal-body, #sendEnquiryModal .modal-body, #showLoginModal .modal-body {
  padding: 20px;
}

#messageModal .modal-header, #sendEnquiryModal .modal-header, #showLoginModal .modal-header {
  border-bottom: 1px solid #e9ecef;
}

.enquiry_class .btn:hover, #messageModal .btn:hover, #sendEnquiryModal .btn:hover, #showLoginModal .btn:hover {
  background-color: #dcb86c;
  color: #fff;
}

.footer-bottom .imgWp {
  margin-top: 3px;
}

.footer-bottom p {
  font-family: Montserrat, sans-serif;
}

.footer-top .store_description p {
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
}

.footer-top .store_description {
  padding-bottom: 30px !important;
}

.footer-top .store_description h4 {
  padding-bottom: 0px !important;
}

#becameagent_open .close {
  font-size: 30px !important;
  opacity: 1;
  position: absolute;
  top: 20px !important;
  right: 30px;
}

#modal-verify-agent-feature .modal-title {
  float: left;
  margin-bottom: 0;
}
#modal-verify-agent-feature .close {
  font-size: 30px !important;
  opacity: 1;
  margin: -10px 0 0 0;
}

#becameagent_open .btn, #modal-verify-agent-feature .btn {
  border: 1px solid #000000 !important;
}
#becameagent_open .btn:hover, #modal-verify-agent-feature .btn:hover {
  color: #ffffff !important;
}

.sidebar-cart-active {
  z-index: -1;
}

.sidebar-cart-active.inside {
  z-index: 9999;
}

/* @import "icons_inline"; used for inline css */
@font-face {
  font-family: "negan";
  src: url("../fonts/negan.eot");
  src: url("../fonts/negan.eot?#iefix") format("embedded-opentype"), url("../fonts/negan.woff") format("woff"), url("../fonts/negan.ttf") format("truetype"), url("../fonts/negan.svg#negan") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "laslick-icon";
  src: url("../fonts/laslick-icon.ttf");
  font-weight: normal;
  font-style: normal;
}
[class*=negan-icon-] {
  font-family: "negan";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=ult-vid-cntrl],
[class*=fa-] {
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  display: inline-block;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.negan-icon-zoom:before {
  content: "b";
}

.negan-icon-switch:before {
  content: "s";
}

.negan-icon-simple-close:before {
  content: "A";
}

.negan-icon-zoom2:before {
  content: "L";
}

.negan-icon-favourite-28:before {
  content: "M";
}

.negan-icon-menu-left:before {
  content: "N";
}

.negan-icon-users-circle-2:before {
  content: "Q";
}

.negan-icon-bag:before {
  content: "w";
}

.negan-icon-star:before {
  content: "e";
}

.negan-icon-star-empty:before {
  content: "f";
}

/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.ttf");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.lightcase-icon-close:before {
  content: "\e802";
}

.negan-icon-arrows-minimal-right:before {
  content: "i";
}

.clear {
  clear: both;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}
.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 50px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #343538;
  width: 100%;
}

.bg-gray-2 {
  background-color: #f7f7f7;
}

.bg-gray-3 {
  background-color: #f8f8f8;
}

.bg-pink {
  background-color: #fae5ea;
}

.default-overlay {
  position: relative;
}

.default-overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  padding: 15px 50px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #343538;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px 40px;
  }
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-outline {
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
  line-height: 26px;
}

.btn.outline-2 {
  border-width: 2px;
}

.btn.btn-large {
  padding: 15px 35px;
}

.btn.btn-size-sm {
  padding: 15px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-size-sm {
    padding: 10px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-size-sm {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-size-sm {
    padding: 7px 20px;
  }
}
.btn.btn-size-lg {
  padding: 15px 60px;
  font-size: 14px;
}

.btn.btn-color-white {
  border-color: #fff;
  color: #fff;
}

.btn.btn-color-white:hover {
  border-color: #dcb86c;
  background-color: #dcb86c;
  color: #fff;
}

.btn.btn-color-gray {
  border-color: #9d9d9d;
  color: #343538;
}

.btn.btn-color-gray:hover {
  border-color: #dcb86c;
  background-color: #dcb86c;
  color: #fff;
}

.btn.btn-bg-color-white {
  background-color: #fff;
  color: #343538;
}

.btn.btn-outline-bigger {
  border-width: 3px;
  width: 100%;
  max-width: 520px;
  font-size: 24px;
  padding: 30px;
  letter-spacing: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .btn.btn-outline-bigger {
    padding: 20px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .btn.btn-outline-bigger {
    padding: 20px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-outline-bigger {
    padding: 15px;
    max-width: 200px;
  }
}
.btn.btn-outline-bigger:hover {
  border-color: #dcb86c;
  background-color: #dcb86c;
  color: #fff;
}

.btn.btn-color-black {
  color: #343538;
}

.section-padding-1 .container-fluid {
  padding: 0 80px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-1 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-1 .container-fluid {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-1 .container-fluid {
    padding: 0 15px;
  }
}
.wrapper .body-overlay {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.wrapper.overlay-active .body-overlay {
  opacity: 1;
  visibility: visible;
}

.wrapper-2 .body-overlay-2 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.wrapper-2.overlay-active-2 .body-overlay-2 {
  opacity: 1;
  visibility: visible;
}

.wrapper-3 .body-overlay-3 {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.wrapper-3.overlay-active-3 .body-overlay-3 {
  opacity: 1;
  visibility: visible;
}

/*----- 3. slider style  -----*/
.slider-area img {
  width: 100%;
}

.tp-bullet {
  font-size: 12px;
  background: transparent;
  font-weight: bold;
  color: #9d9d9d;
  margin-bottom: 10px;
  position: relative;
}

.tp-bullet:hover {
  background: transparent;
}

.tp-bullet.selected {
  color: #343538;
  background: transparent;
}

.tp-bullet.selected:hover {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .slider-btn-3 {
    margin: 35px 0px 0 0 !important;
    padding: 7px 20px !important;
    font-size: 10px !important;
  }
}
.single-banner-2 {
  position: relative;
  overflow: hidden;
}

.single-banner-2 a img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, -webkit-transform 1s;
  -o-transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s, -webkit-transform 1s;
}

.single-banner-2 .banner-content-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  display: block;
}

.single-banner-2 .banner-content-2 h2 {
  font-size: 30px;
  font-family: "Meddon", cursive;
  color: #fff;
  margin: 0;
}

.single-banner-2 .banner-content-2 h2.ban_subtitle1 {
  font-size: 36px;
  color: #343538;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-banner-2 .banner-content-2 h2 {
    font-size: 27px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-banner-2 .banner-content-2 h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-2 .banner-content-2 h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-2 .banner-content-2 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-banner-2 .banner-content-2 h2 {
    font-size: 20px;
  }
}
.single-banner-2 .banner-content-2 .banner-btn a {
  font-weight: 700;
}

.single-banner-2:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin: 0 0 14px;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    margin: 0 0 10px;
  }
}
.section-title p {
  color: #9d9d9d;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.product-wrap .item-overlay-1:before {
  background-color: rgba(52, 53, 56, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
}

.product-wrap .product-img {
  position: relative;
  overflow: hidden;
}

.product-wrap .product-img a img {
  width: 100%;
}

.product-wrap .product-img .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  opacity: 0;
}

.product-wrap .product-img .product-action {
  position: absolute;
  right: 22px;
  top: 17px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-wrap .product-img .product-action .pro-same-action a {
  color: #fff;
  margin: 0 0 11px 0;
  display: inline-block;
  line-height: 1;
}

.product-wrap .product-img .product-action .pro-same-action a:hover {
  color: #dcb86c;
}

.product-wrap .product-img .product-action .pro-same-action.pro-wishlist-icon a {
  font-size: 16px;
  position: relative;
}

.product-wrap .product-img .product-action .pro-same-action.pro-wishlist-icon a i.heart-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-wrap .product-img .product-action .pro-same-action.pro-wishlist-icon a:hover i.heart-hover {
  opacity: 1;
  visibility: visible;
}

.product-wrap .product-img .product-action .pro-same-action.pro-switch-icon a {
  font-size: 18px;
}

.product-wrap .product-img .product-action .pro-same-action:last-child a {
  margin: 0;
}

.product-wrap .product-img .product-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.product-wrap .product-img .product-quickview a {
  background-color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #343538;
  letter-spacing: 1px;
  font-size: 10px;
  display: block;
  padding: 14px 10px 16px;
  min-width: 140px;
  text-align: center;
}

.product-wrap .product-img .product-quickview a.addtocart-hm2 {
  margin-top: 30px;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.product-wrap .product-img .product-quickview a:hover {
  background-color: #343538;
  color: #fff;
}

.product-wrap .product-img > span {
  position: absolute;
  top: 30px;
  z-index: 3;
  font-size: 14px;
  padding: 5px 20px;
  color: #fff;
  line-height: 20px;
  border-radius: 30px;
  left: 20px;
  z-index: 99;
}

.product-wrap .product-img > span.green {
  background-color: #35d56a;
}

.product-wrap:hover .product-quickview {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.product-wrap:hover .hover-img {
  opacity: 1;
}

.product-wrap:hover .product-quickview a {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.product-wrap:hover .product-quickview a.addtocart-hm2 {
  margin-top: 10px;
}

.product-wrap:hover .product-action {
  opacity: 1;
  visibility: visible;
}

.product-wrap:hover .item-overlay-1:before {
  visibility: visible;
  opacity: 1;
}

.product-wrap:hover .item-overlay-3:before {
  visibility: visible;
  opacity: 1;
}

.product-wrap .product-content {
  position: relative;
}

.product-wrap .product-content h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 2px;
}

.product-wrap .product-content .product-price-2 span {
  font-size: 12px;
  color: #8a8a8a;
}

.category-wrap {
  position: relative;
  overflow: hidden;
}

.category-wrap a img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 1s;
  transition: opacity 0.35s, -webkit-transform 1s;
  -o-transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s;
  transition: opacity 0.35s, transform 1s, -webkit-transform 1s;
}

.category-wrap .category-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 450ms ease-out;
  -o-transition: all 450ms ease-out;
  transition: all 450ms ease-out;
}

.category-wrap .category-btn a.btn {
  font-weight: 700;
}

.category-wrap:hover .category-btn {
  bottom: 65px;
}

.category-wrap:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.padding-5-row-col .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .padding-5-row-col .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.padding-5-row-col .row {
  margin-right: -5px;
  margin-left: -5px;
}

.padding-5-row-col .row div[class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .padding-5-row-col .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .padding-5-row-col .row div[class^=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .padding-5-row-col .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .padding-5-row-col .row div[class^=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hideHover .product-wrap:hover .product-quickview, .hideHover .product-wrap:hover .product-action {
    display: none;
  }
}
.custom-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .custom-col-5.col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5.col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5.col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
/*----------- 9. Instagram style */
.instagram-title h5 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  line-height: 1;
}

.instagram-title h5 span {
  font-weight: 700;
}

.instafeed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instafeed ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .instafeed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instafeed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instafeed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instafeed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .instafeed ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.instafeed ul li a {
  position: relative;
  display: block;
}

.instafeed ul li a img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.instafeed ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 50px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3 ease-out;
  -o-transition: all 0.3 ease-out;
  transition: all 0.3 ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .instafeed ul li a i {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .instafeed ul li a i {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .instafeed ul li a i {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .instafeed ul li a i {
    font-size: 35px;
  }
}
.instafeed ul li a:before {
  background-color: rgba(52, 53, 56, 0.4);
  z-index: 9;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}

.instafeed ul li:hover a:before {
  opacity: 1;
  visibility: visible;
}

.instafeed ul li:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.instafeed ul li:hover a i {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .instagram-area.pb-60 {
    padding-bottom: 50px;
  }
}
.deal-content h2 {
  color: #b9afa1;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2px;
}

@media only screen and (max-width: 767px) {
  .deal-content h2 {
    font-size: 42px;
  }
}
.deal-content h2 span {
  font-family: "Nothing You Could Do", cursive;
  color: #b9afa1;
  font-weight: 400;
}

.deal-content > p {
  color: #8a8a8a;
  font-size: 12px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  width: 54%;
}

@media only screen and (max-width: 767px) {
  .deal-content > p {
    width: 100%;
  }
}
.deal-content .deal-btn a {
  font-weight: 700;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .deal-area .bg-img {
    background-position: 127%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deal-area .bg-img {
    background-position: 103%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .deal-area .bg-img {
    background-position: 81%;
  }
}
.blog-wrap a img {
  width: 100%;
}

.blog-wrap .blog-content {
  margin: 14px 0 0;
}

.blog-wrap .blog-content h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 7px 0 8px;
}

.blog-wrap .blog-content p {
  color: #8a8a8a;
  margin: 10px 0 17px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.subscribe-style-2 h2 {
  font-size: 30px;
  font-family: "Meddon", cursive;
  line-height: 41px;
  margin: 0 0 31px;
}

@media only screen and (max-width: 767px) {
  .subscribe-style-2 h2 {
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-style-2 h2 {
    line-height: 37px;
    font-size: 25px;
  }
}
.subscribe-style-2 h2 span {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}

.subscribe-style-2 .subscribe-form-style-2 {
  position: relative;
}

.subscribe-style-2 .subscribe-form-style-2 .mc-form > input {
  background: 0 0;
  line-height: 25px;
  padding: 10px 100px 10px 0;
  margin: 0;
  color: #343538;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #343538;
}

.subscribe-style-2 .subscribe-form-style-2 .mc-form .clear input {
  border: 0;
  text-align: right;
  width: 100px;
  padding: 10px 0;
  line-height: 25px;
  background-color: transparent !important;
  position: absolute;
  right: 0;
  top: 0;
  color: #343538;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.subscribe-style-2 .subscribe-form-style-2 .mc-news {
  display: none;
}

.product-wrap .product-img .product-action .pro-same-action a.wishListBtn, .product-details-content .pro-details-wishlist a.wishListBtn {
  display: none;
}

.product-wrap .product-img .product-action .pro-same-action a.wishShow, .product-details-content .pro-details-wishlist a.wishShow {
  display: block;
}

.product-wrap .product-img .product-action .pro-same-action a.removeWish {
  color: #dcb86c;
}

.blog-wrap .blog-content h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-wrap .blog-content .blog-meta p {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  color: #8a8a8a;
}

#newsletter_index .mc-form {
  background: transparent;
}

#newsletter_index .mc-form input {
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .slider-trending {
    margin: 0px 0px 30px 0px !important;
    font-size: 10px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-trending-2 {
    margin: 0px 0px 30px 0px !important;
    font-size: 10px !important;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-trending-2 {
    font-size: 14px !important;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-trending-2 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .slider-ltd {
    margin: 0px 70px 30px 0px !important;
    font-size: 10px !important;
    line-height: 30px !important;
  }
}
.deal-content > p {
  width: 70%;
}

.deal-btn {
  padding-top: 30px;
}

.dealCont {
  height: 526px;
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.subscribe-style-2 h2 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}

.slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -55px;
  z-index: 9;
  border: none;
  background-color: #f1f1f1;
  color: #999999;
  padding: 10px;
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next {
  display: block;
  right: 10px;
}

.slick-prev {
  display: block;
  left: 10px;
}

.slick-arrow i {
  font-size: 18px;
  line-height: 14px;
  display: block;
}

#must_have {
  justify-content: center;
}

.tp-bullet-border {
  position: absolute;
  content: "";
  right: 0;
  bottom: -14px;
  width: 27px;
  height: 2px;
  background-color: #cacaca;
}

.tp-bullet.selected .tp-bullet-border {
  width: 47px;
  background-color: #dcb86c;
}

.options_li label {
  width: 100% !important;
  margin-bottom: 8px !important;
}

.slider-area.slider-support {
  padding-bottom: 43.5% !important;
  position: relative;
}
.slider-area.slider-support .forcefullwidth_wrapper_tp_banner, .slider-area.slider-support .rev_slider_wrapper {
  position: absolute !important;
  left: 0;
  top: 0;
}

.tp-bgimg, .rev_slider.fullwidthabanner, .tp-fullwidth-forcer, .tp-simpleresponsive ul.tp-revslider-mainul, .tp-simpleresponsive ul.tp-revslider-mainul li {
  height: auto !important;
  padding-bottom: 43.5% !important;
}

.rev_slider_wrapper {
  height: auto !important;
}

.slider-area img {
  height: auto;
}

.slider-area.beforeInitialization {
  padding-bottom: 43.5% !important;
  position: relative;
  overflow: hidden;
}
.slider-area.beforeInitialization #homeSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.slider-area .slider_varation .hero-item-inner {
  width: 100%;
  padding-bottom: 43.5% !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.slider-area .slider_varation .hero-item-inner img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}

.slick-dots {
  display: flex !important;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots button {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  overflow: hidden;
  text-indent: 999999px;
  border: 0;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  background: #efefef;
  border-radius: 50%;
}
.slick-dots li button {
  background: transparent;
}
.slick-dots li.slick-active {
  background: #000000;
}
.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dots[data-heading] {
  display: flex !important;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .tp-caption a {
    padding: 0px !important;
    font-size: 14px;
  }
  .mobile_img_added .tp-bgimg, .mobile_img_added .rev_slider.fullwidthabanner, .mobile_img_added .tp-simpleresponsive ul.tp-revslider-mainul, .mobile_img_added .tp-simpleresponsive ul.tp-revslider-mainul li, #rev_slider_2_1_forcefullwidth.mobile_img_added, .slider-area.mobile_img_added {
    padding-bottom: 62.5% !important;
  }
  .slider-area.mobile_img_added.sliderVariation {
    position: relative;
    padding-bottom: 0 !important;
  }
  .slider-area.mobile_img_added.sliderVariation .hero-item-inner {
    padding-bottom: 62.5% !important;
  }
  .slider-area.mobile_img_added .forcefullwidth_wrapper_tp_banner {
    position: absolute !important;
  }
  .slider-area.mobile_img_added.slider-support {
    padding-bottom: 62.5% !important;
    position: relative;
  }
  .slider-area.mobile_img_added.slider-support .rev_slider_wrapper {
    position: absolute !important;
    left: 0;
    top: 0;
  }
  .slider-area.mobile_img_added.beforeInitialization {
    padding-bottom: 62.5% !important;
  }
}
.header-bottom.sticky-bar {
  z-index: 2;
}

.header-bottom-support {
  z-index: 0;
}

.product-details-content .product-rating-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-rating-stock {
    display: inline-flex;
    margin: 0;
    width: 100%;
  }
  .product-details-content .product-rating-stock .pro-stock {
    margin-left: 15px;
  }
}
.product-details-content .product-rating-stock .product-dec-rating-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  align-items: center;
}

.product-details-content .product-rating-stock .product-dec-rating-reviews .product-dec-rating {
  line-height: 1;
}

.product-details-content .product-rating-stock .product-dec-rating-reviews .product-dec-rating i {
  color: #f5b223;
  font-size: 12px;
}

.product-details-content .product-rating-stock .product-dec-rating-reviews .product-dec-reviews {
  margin-left: 5px;
}

.product-details-content .product-rating-stock .product-dec-rating-reviews .product-dec-reviews a {
  font-size: 12px;
  color: #8a8a8a;
}

.product-details-content .product-rating-stock .product-dec-rating-reviews .product-dec-reviews a:hover {
  color: #dcb86c;
}

.product-details-content .product-rating-stock .pro-stock span {
  font-size: 10px;
  color: #343538;
  text-transform: uppercase;
}

.product-details-content .product-rating-stock .pro-stock span i {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.prod_share_cont a {
  margin: 0 5px;
}

.rating_left_wrp {
  display: flex;
}

.shareFb {
  background-image: url(../img/facebook-icon.png);
}

.shareTw {
  background-image: url(../img/twitter-icon.png);
}

.copyLink {
  background-image: url(../img/copy-link-icon.png);
}

.prod_share_cont {
  display: flex;
  align-items: center;
}
.prod_share_cont .shareFb, .prod_share_cont .shareTw, .prod_share_cont .copyLink {
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: cover;
}

.share_label {
  margin-bottom: 0;
}

.share_on_whatsapp, .share_on_whatsapp_desktop {
  border-radius: 5px;
  border: solid 1px #2db843;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}
.share_on_whatsapp a, .share_on_whatsapp_desktop a {
  background-image: url(../img/whats_app.png);
  background-repeat: no-repeat;
}
.share_on_whatsapp span, .share_on_whatsapp_desktop span {
  margin-left: 25px;
  font-size: 12px;
}

.share_on_whatsapp {
  margin-top: 10px;
}

.prod-rate-desktop {
  display: none;
}

@media only screen and (max-width: 767px) {
  .share_on_whatsapp_desktop {
    display: none;
  }
  .share_on_whatsapp span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .prod-rate-mobile {
    display: none !important;
  }
  .prod-rate-desktop {
    display: block;
    float: right;
    margin-top: 15px;
  }
  .product-details-content.quickview-content .product-details-price {
    margin: 15px 0 19px;
  }
  .prod-rate-desktop .pro-stock {
    margin-left: 15px;
  }
  .prod-rate-desktop .review_stck_section {
    display: flex;
  }
  .prod-rate-desktop .pro-details-sku {
    text-align: right;
  }
  .prod-rate-desktop i {
    color: #f5b223;
    font-size: 12px;
  }
  .share_on_whatsapp {
    display: none;
  }
  .prod_share_cont .copyLink, .prod_share_cont .shareFb, .prod_share_cont .shareTw {
    width: 24px;
    height: 24px;
  }
}
.share_on_whatsapp_desktop {
  padding: 0 15px;
  margin-left: 10px;
  margin-right: 5px;
}

.product-wrap .product-content h3 {
  overflow: hidden;
  max-height: 34px;
}

#testimonals .slick-arrow {
  margin-top: 0 !important;
}
#testimonals .mt-70 {
  margin-top: 70px;
}
#testimonals [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
#testimonals .row.slick-slider {
  display: block;
}

.single-banner-2 .banner-content-2 .banner-btn a {
  background-color: #fff;
  color: #343538;
  border: 0;
  border: 1px solid #ffffff;
}

.banner-content-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.bg-clr {
  background-color: #171717;
}

.banner1, .banner2 {
  position: relative;
}
.banner1 img, .banner2 img {
  width: 100%;
}

.banner2 img {
  height: auto;
}

.abs_href {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header-bottom.sticky-bar {
  z-index: 12;
}

/*label start*/
.tag_label {
  background: #cccccc;
  font-size: 11px;
  font-family: Helvetica, Sans-Serif;
  padding: 10px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
  top: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 13px;
  z-index: 10;
}

.rounded_label {
  border-radius: 17px;
}

.corner_label_wrp {
  display: inline-block;
  width: 200px;
  height: 140px;
  position: absolute;
  left: -4px;
  top: 0;
  overflow: hidden;
  z-index: 10;
}
.corner_label_wrp .corner_label {
  padding: 10px;
  width: 100%;
  transform: rotate(-45deg);
  left: -40px;
  top: 40px;
}

.circle_label {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.simple_label {
  width: 100%;
  top: 0;
  left: 0;
}

.poly_txt {
  font-size: 11px;
  font-family: Helvetica, Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: calc(100% - 26px);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 13px;
  padding-top: 10px;
  text-align: center;
}

.poly_label_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: 10;
}

.poly_txt.v2 {
  height: calc(100% - 10px);
}

.poly_label_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: 10;
}

.label_img {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

/*label end*/
@media only screen and (max-width: 767px) {
  #ls-signin-overlay .modal-dialog, #ls-signup-overlay .modal-dialog {
    padding: 20px 0 !important;
  }
}
#shopbycomponent .category-wrap {
  position: relative;
}
#shopbycomponent .category-wrap > a {
  position: relative;
  width: 100%;
  padding-bottom: 84.92%;
  display: block;
}
#shopbycomponent .category-wrap > a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.category-wrap .product-quickview a:hover {
  background-color: #343538;
  color: #fff;
}

.video-container {
  height: auto !important;
  padding-bottom: 43.5% !important;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#slideVideo, .videoBanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.volumeBg {
  position: absolute;
  display: flex;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #3b3b3b;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.fa-volume-up {
  font-size: 16px;
  color: #ffffff;
}

.slideVideo_supp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.custom-volume {
  width: 20px;
  height: 20px;
  background-image: url({{data.meta.theme}}/assets/img/sound_off.svg);
  background-size: cover;
  display: block;
}

.custom-volume-on {
  width: 20px;
  height: 20px;
  background-image: url({{data.meta.theme}}/assets/img/sound_on.svg);
  background-size: cover;
  display: none;
}

.video-container.unMuted .volumeBg .custom-volume, #Video_banner2.unMuted .volumeBg .custom-volume, #slideVideo.unMuted .volumeBg .custom-volume {
  display: none;
}
.video-container.unMuted .volumeBg .custom-volume-on, #Video_banner2.unMuted .volumeBg .custom-volume-on, #slideVideo.unMuted .volumeBg .custom-volume-on {
  display: block;
}

@media (max-width: 767px) {
  .volumeBg {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }
  .fa-volume-up {
    font-size: 11px;
  }
}
/* banner 1 */
#banner1 {
  position: relative;
  height: auto;
  padding-bottom: 13.02%;
}
#banner1 img {
  width: 100%;
  height: auto;
  position: absolute;
}

.banner2 {
  position: relative;
  height: auto;
  padding-bottom: 36.458%;
}
.banner2 img {
  width: 100%;
  height: auto;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  #banner1.mobileImgAdded {
    padding-bottom: 17.777%;
  }
  .banner2.mobileImgAdded {
    padding-bottom: 51.857%;
  }
}
/* banner text start */
.bannerTextCont {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear 2s;
  position: absolute;
  max-width: 900px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bannerTextCont .slideshow_title {
  z-index: 5;
  font-family: Montserrat;
  text-transform: uppercase;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  line-height: 22px;
  letter-spacing: 7px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.bannerTextCont .slideshow_subtitle {
  z-index: 6;
  font-family: Montserrat;
  color: rgb(255, 255, 255);
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
}
.bannerTextCont .rev-btn.slider-btn-3 {
  z-index: 7;
}
.bannerTextCont .rev-btn.slider-btn-3 a {
  color: #ffffff;
  transition: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  height: auto;
  width: auto;
  color: #ffffff;
  text-decoration: none;
  text-align: inherit;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 12px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  padding: 18px 40px;
  border-radius: 0px;
}

.slider-area .slider_varation .bannerTextCont {
  opacity: 1;
  visibility: visible;
}

.bannerTextCont.showContent {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bannerTextCont .slideshow_subtitle {
    font-size: 26px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .bannerTextCont .rev-btn.slider-btn-3 {
    padding: 7px 20px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .bannerTextCont .slideshow_title {
    font-size: 12px !important;
    line-height: 30px !important;
  }
  .bannerTextCont .slideshow_subtitle {
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .bannerTextCont .rev-btn.slider-btn-3 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 559px) {
  .bannerTextCont .slideshow_title {
    font-size: 10px !important;
    line-height: 30px !important;
  }
  .bannerTextCont .slideshow_subtitle {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 0;
  }
  .bannerTextCont .rev-btn.slider-btn-3 {
    margin-top: 15px !important;
  }
}
.slider-area {
  position: relative;
}

.slider-image-cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.slider-image-cont img {
  height: auto;
}

/* menu changes */
.ddCont {
  width: 1000px;
  height: 400px;
  position: absolute;
  top: 60px;
}

.level-2-cont {
  width: 900px; /* height: 400px;*/
  position: absolute;
  top: 60px;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}

.deskTopMenu > li:hover .level-2-cont {
  display: flex;
  visibility: visible;
  opacity: 1;
}

.dropDown li a {
  line-height: initial !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: block;
}

.dropDown1 {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible !important;
  opacity: 1 !important;
}

.dropDown {
  width: 216px;
  max-height: 419px;
  overflow: hidden;
  padding: 30px 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.dropDown.level-2 {
  display: block; /* flex-flow: row wrap; */
  width: auto;
  padding: 30px 0 !important;
  align-content: baseline;
  overflow-x: hidden;
}

.dropDown.level-2 > li {
  width: 190px;
  width: 216px;
  height: auto;
  float: left; /*overflow: hidden; overflow-y: scroll;*/
  padding: 0 30px;
}

.dropDown.level-2 > li > a {
  font-size: 12px;
  color: #000000 !important;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0;
}

.level-3 {
  margin-top: 5px;
  margin-bottom: 6px;
}

.level-3 > li > a {
  font-size: 12px;
  color: #000000 !important;
  word-break: break-word;
  width: 100%;
  font-weight: normal !important;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 6px 0 !important;
}

.level-4 {
  display: none;
  margin-right: 5px;
}

.level-4 > li > a {
  font-size: 11px !important;
  color: #666666 !important;
  padding-left: 10px !important;
}

.deskTopMenu .hasSubMenu {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deskTopMenu .hasSubMenu:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 8px;
  color: inherit;
}

.deskTopMenu .hasSubMenu a {
  padding-right: 15px !important;
}

.nav_right_aligned .level-2-cont {
  right: 0;
  left: initial;
  justify-content: flex-end;
}

.nav_right_aligned .level-2-cont .dropDown.level-2 {
  float: right;
}

.nav_center_aligned .level-2-cont {
  left: 50%;
  display: flex;
  transform: scaleY(0) translateX(-50%);
  justify-content: center;
}

.nav_center_aligned .level-2-cont .dropDown.level-2 {
  position: relative; /*transform: translateX(-50%); left: 50%;*/
}

.more_nav .dropDown.level-2 {
  display: none !important;
}

.nav_left_aligned .level-2-cont .dropDown.level-2 {
  float: left;
}

.nav_right_aligned .level-2-cont, .nav_left_aligned .level-2-cont {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}

.deskTopMenu li.nav_right_aligned:hover .level-2-cont, .deskTopMenu li.nav_left_aligned:hover .level-2-cont {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.nav_center_aligned .level-2-cont {
  -webkit-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
}

.deskTopMenu li.nav_center_aligned:hover .level-2-cont {
  -webkit-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
  visibility: visible;
  opacity: 1;
}

.dropDown.level-2 .col-ul > li > a {
  font-weight: bold;
  padding: 6px 0 !important;
  font-size: 12px;
}

.hasArrow.act > a { /*color:#e5371f !important;*/ }

.deskTopMenu .hasArrow.act .hasSubMenu:after { /*color:#e5371f; */
  transform: rotate(89deg);
}

.dropDown.level-2 .hasArrow a {
  padding-right: 21px !important;
}

.main-menu > nav > ul > li > ul > li a {
  word-break: break-word;
}

.main-menu > nav > .level-2 > .col-ul > li > a {
  color: #000000 !important;
}

.deskTopMenu.header_navigation.margin_15 > li > a {
  padding: 5px 15px;
}

.level-2 li::-webkit-scrollbar-track, .more_ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

.level-2 li::-webkit-scrollbar, .more_ul::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.level-2 li::-webkit-scrollbar-thumb, .more_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f4f4f4;
}

.more_nav .level-2-cont {
  display: none;
}

/* menu mobile changes */
@media only screen and (max-width: 767px) {
  .header-four-area .header-search {
    width: 100%;
  }
  .formCont {
    position: static !important;
  }
  .header-middle-area.bg-golden {
    position: relative;
  }
  .header-middle-area.bg-golden .logo {
    width: calc(100% - 110px);
  }
  .cart-box-outer-wrapper {
    width: 110px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute !important;
    top: 10px;
    right: 10px;
  }
  .cart-info {
    padding: 0 !important;
  }
  .meanmenu-reveal {
    width: 26px;
    display: block !important;
  }
  .meanmenu-reveal span {
    height: 2px;
    height: 2px;
    margin-top: 5px;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 34px;
    display: block;
  }
  .header-four-area .header-search {
    width: 100% !important;
    margin-bottom: 13px !important;
  }
}
.mobile_nav_container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(370px, 0);
  -ms-transform: translate(370px, 0);
  transform: translate(370px, 0);
}

.body_overlay {
  background: rgba(35, 35, 36, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.body_overlay.act {
  opacity: 1;
  visibility: visible;
}

.mobile_nav {
  position: fixed;
  top: 0;
  width: calc(100% - 65px);
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile_nav_container.act .mobile_nav { /* visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0);  */ }

.mobile_nav .account-wishlist {
  padding: 15px !important;
}

.nav_list {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.nav_list li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #cccccc;
  position: relative;
}

.nav_list li:first-child {
  border: none;
}

.nav_list li .fa-angle-right {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: 14px;
  right: 15px;
  color: #333333;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/*.nav_list li:before{content: ""; background: url(../assets/img/arrow_right.png) no-repeat; width: 7px; height: 8px; position: absolute; top: 14px; right: 20px;}*/
.nav_list li.act > .fa-angle-right {
  transform: rotate(90deg);
}

.nav_list li a {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  display: block;
  padding: 10px 35px 10px 15px;
  text-transform: uppercase;
}

.nav_list.lavel_2 {
  background: #f4f4f4;
  border-bottom: none;
}

.nav_list.lavel_3 {
  border-bottom: none;
}

.nav_list.lavel_3 li a {
  padding-left: 30px;
  font-weight: normal;
}

.nav_list.lavel_4 {
  border-bottom: none;
  padding-left: 50px;
}

.nav_list.lavel_4 li {
  border-top: 1px dashed #cccccc;
}

.nav_list.lavel_4 li:first-child {
  border: none;
}

.nav_list.lavel_4 li a {
  font-weight: normal;
  padding-left: 0;
}

.inner_list {
  display: none;
}

.inner_list {
  display: none;
}

.mobile-nav-open .header-top-links, .mobile-nav-open .account-wishlist {
  opacity: 0;
  visibility: hidden;
}

.mobile-nav-open .mobile_nav_container.act .account-wishlist {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .mobile_nav_container.act {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .mobile_nav_container.show {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
  }
  .mobile_nav_container.act .mobile_nav {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .mobile_nav_container.act.removeAct {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(370px, 0);
    -ms-transform: translate(370px, 0);
    transform: translate(370px, 0);
  }
}
.nano > .nano-content { /* position:relative; overflow:auto; */ }

.nano.abs > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  width: 72%;
  left: 50%;
  transform: translateX(-50%);
}

.nano > .nano-pane {
  background: transparent;
}

.nano > .nano-pane > .nano-slider {
  background: #dddddd;
}

.firefox .nano.abs > .nano-content {
  left: 30px;
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  left: initial;
  width: 100%;
  transform: translate(0) !important;
}
.firefox .has-scrollbar > .nano-content .col-ul {
  width: 93%;
}
.firefox .nano > .nano-pane > .nano-slider {
  background: #dddddd;
}

/* gl-5592 */
.nav_list li a {
  display: inline-block;
  margin-right: 45px;
  padding-right: 0;
}

.nav_list.lavel_3 li a.toggle-menu {
  padding-left: 0;
}

.nav_list li a.toggle-menu {
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 400;
  border-left: 1px solid #d5d5d5;
  padding: 0;
  padding-top: 10px;
  margin: 0;
}

.nav_list li.act a.toggle-menu {
  font-size: 24px;
}

/* gl-5592 */
/*GL-5865 start*/
.header-bottom-support {
  height: 100px;
}

.tatVamStrHeader .header-bottom-support {
  height: 120px;
}
.tatVamStrHeader .header-bottom .desktop-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tatVamStrHeader .header-bottom.stick .desktop-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.tatVamStrHeader .header-bottom.stick .logo img {
  height: 72px;
  width: auto;
}

/*GL-5865 end*/
@media only screen and (max-width: 991px) {
  .mobile-header-logo-row {
    height: 83px;
  }
}
.header-top.bg-gray-2 {
  position: relative;
  z-index: 13;
}

.lang-link-text {
  display: flex;
  align-items: center;
}
.lang-link-text .fa.fa-angle-down {
  font-size: 14px;
  padding-left: 5px;
}

.selling-price {
  font-weight: bold;
}

.discount-txt {
  font-size: 13px !important;
  font-family: Montserrat, sans-serif;
  color: #2db843 !important;
}
.discount-txt span {
  font-size: 14px !important;
  color: inherit !important;
  font-weight: 600;
}

#list .discount-txt {
  font-size: 18px;
  margin-top: 0 !important;
}
#list .discount-txt span {
  font-size: 18px !important;
}

.hide {
  display: none;
}

/*gi badge start*/
.gi_badge {
  width: auto;
  border-radius: 12px;
  border: solid 1px #ebebeb;
  display: inline-flex;
  line-height: initial;
  align-items: center;
  padding: 2px 7px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}
.gi_badge .gi_logo_sm {
  width: 11px;
  height: 16px;
  background-image: url(../img/gi-logo.svg);
  display: block;
  background-size: cover;
  margin-right: 5px;
}
.gi_badge p {
  font-size: 12px;
  font-weight: 500;
  color: #4c4c4c;
  margin: 0 !important;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}

/*gi badge end*/
.prod-rate-desktop.yotpo-rating .review_stck_section {
  flex-flow: column;
  align-items: flex-end;
}
.prod-rate-desktop.yotpo-rating .yotpo-stars {
  margin-right: 5px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #prod_cont_popup .pro-details-cart a {
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #prod_cont_popup.product-details-content .product-details-price span {
    font-size: 20px;
  }
  #prod_cont_popup.product-details-content .product-details-price .regular-price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #prod_cont_popup .pro-details-cart a {
    font-size: 10px;
  }
  #prod_cont_popup .pro-details-cart .shop_by_enqbtn_prod {
    margin-right: 5px;
  }
}
#modal-verify-agent .close {
  color: #000;
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.img-height-auto {
  height: auto;
}

.custom-responsive {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .desktop-menu .logo img {
    width: 100%;
  }
}
.mobile-wish-icon {
  position: relative;
  width: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  height: 40px;
}
.mobile-wish-icon .count-style {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 10px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  display: block;
  top: 0;
  right: 4px;
  min-width: 17px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  background-color: #dcb86c;
}

.absLink {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.slick-arrow {
  position: absolute;
  top: 0;
  margin-top: -55px;
  z-index: 9;
  border: none;
  background-color: #f1f1f1;
  color: #999999;
  padding: 10px;
  width: 34px;
  height: 34px;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.memberof_block .copy_right_label {
  font-family: "Montserrat", sans-serif;
  color: #797979 !important;
}

.product_tile_btn_clr {
  text-transform: initial !important;
}

.shop_by_enqBtn, #mc-submit, .contact-form-style .save_btn {
  text-transform: capitalize !important;
}

/* floating label strat */
.is-floating-label {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 11px;
  transition: all 200ms;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
  left: 12px;
  z-index: 1;
  line-height: normal;
  margin: 0;
}

.is-focused .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
}

.act_anim .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
  background: #ffffff;
  color: #363636 !important;
}

/* floating label End */
.modal.v2 {
  padding: 0 !important;
}
.modal.v2 .modal-dialog {
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  margin-top: 40px;
}
.modal.v2 .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 0;
}
.modal.v2 .modal-dialog .modal-header {
  padding: 15px 15px 0 15px;
  border: none;
}
.modal.v2 .modal-dialog .modal-header .close {
  font-size: 50px;
  font-weight: normal;
  padding: 0 13px 0 0;
  position: static;
  margin: -15px -15px -15px auto;
  background: transparent;
  color: #363636;
  border: none;
  width: auto;
  height: inherit;
}
.modal.v2 .modal-dialog .modal-body {
  padding-top: 8px;
  padding-bottom: 65px;
  padding: 8px 15px 65px;
}
.modal.v2 .form-control {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .modal.v2 .modal-dialog {
    width: calc(100% - 30px);
    margin: 20px auto;
  }
  .modal.v2 .modal-dialog .modal-header .close {
    font-size: 40px;
  }
  /*.address_form{
      .form-control-placeholder{top: 18px;}
      .act_anim .form-control-placeholder{top: -7px;}
  }*/
}
/* sign in start */
.login_block {
  padding: 0 40px;
}

.login_heading {
  font-size: 18px;
  color: #363636;
  text-align: center; /* border-bottom:1px solid #d4d4d4;  padding-bottom: 18px;*/
  margin-bottom: 0;
  padding-top: 9px;
}
.login_heading.sub_head {
  font-size: 16px;
  margin-top: 20px;
}
.login_heading a {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.tab_list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; /*margin-top: 21px; */
}
.tab_list li {
  display: flex;
}
.tab_list li a {
  font-size: 16px;
  color: #494848;
  padding: 15px 35px 8px 35px;
  border-bottom: 2px solid #909090;
}
.tab_list li.act a {
  border-color: #292929;
  color: #333333;
  font-weight: 500;
  border-color: #292929;
}

.gen_otp {
  font-size: 13px;
  color: #005dff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 3;
}
.gen_otp:hover {
  color: #005dff;
}

.tab {
  margin-top: 18px;
  display: none;
}
.tab .form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c7c7c7;
  color: #363636;
}
.tab .form-control-placeholder {
  font-size: 14px;
  color: #999999;
}
.tab .btn.v2 {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: capitalize;
  align-items: center;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  background: #000000;
  color: #ffffff;
}

.tab.act {
  display: block;
}

@media only screen and (max-width: 767px) {
  .login_block {
    padding: 0 10px;
  }
  .login_heading {
    font-size: 14px;
    text-align: left;
  }
  .tab_list li {
    width: 50%;
  }
  .tab_list li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#mobile_no {
  padding-left: 80px !important;
}

#ls-signin-overlay .tab .form-group {
  position: relative;
}
#ls-signin-overlay .tab .form-group #generate_otp {
  position: absolute;
  top: 20px;
  right: 10px;
}
#ls-signin-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signin-overlay .iti__country-list {
  z-index: 3;
}

/* sign in End */
/* sign up start */
.signup_heading {
  font-size: 18px;
  color: #494848;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}

.login_block.v2 {
  padding: 0 25px;
}

.signup_wrp.tab {
  display: block;
}
.signup_wrp.tab .btn.v2 {
  margin-top: 0;
  display: flex;
}

.mbl_wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbl_wrp .form-group { /*width: calc(100% - 110px);*/
  margin-bottom: 5px;
}
.mbl_wrp .btn.v2 {
  width: 97px;
  margin: 0;
  height: 40px;
  padding: 0 5px;
  border: solid 1px #8f8f8f;
  color: #363636;
  background-color: #ececec;
}

.code_txt {
  font-size: 12px;
  color: #363636;
  line-height: normal;
  margin: 0;
}

.otp_block {
  display: flex;
  align-items: center;
}
.otp_block .form-control {
  justify-content: center;
  display: flex;
}
.otp_block .pincode-input-container input {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  box-shadow: none;
  border-radius: 0 !important;
  margin: 5px 5px 0;
  padding: 0;
  text-align: center;
  height: 20px;
}

.timer {
  font-size: 14px;
  color: #717171;
  margin-left: 10px;
}

#ls-signup-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti .iti__flag-container {
  z-index: 3;
}
#ls-signup-overlay .iti__country-list {
  z-index: 3;
}
#ls-signup-overlay .login_block.v2 .signup_wrp.tab .mbl_wrp.form-group .iti .form-control {
  padding-left: 80px !important;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .login_block.v2 {
    padding: 0 10px;
  }
  .otp_block .pincode-input-container input {
    width: 26px;
  }
  .signup_heading {
    font-size: 16px;
    text-align: left;
  }
  .btn.v2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 464px) {
  .otp_block .pincode-input-container input {
    width: 17px;
  }
  #ls-signup-overlay .tab .mbl_wrp .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #ls-signup-overlay .mbl_wrp {
    display: block;
  }
  #ls-signup-overlay .mbl_wrp .code_txt {
    margin-top: 10px;
  }
}
/* sign up End */
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #000000;
  box-shadow: none;
}

/*sigIn signUp overlay start*/
#ls-signin-overlay .ml-66, #ls-signin-overlay .iti + label.form-control-placeholder, #ls-signup-overlay .ml-66, #ls-signup-overlay .iti + label.form-control-placeholder {
  margin-left: 66px;
}
#ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-signin-overlay .pincode-input-text, #ls-signin-overlay .form-control.pincode-input-text, #ls-signup-overlay .pincode-input-text, #ls-signup-overlay .form-control.pincode-input-text {
  font-family: inherit;
}

#ls-signin-overlay .tab .iti {
  width: 100%;
}

#ls-signin-overlay .has-error .gen_otp {
  top: 34%;
}

/*sigIn signUp overlay end*/
/* sign in sign up start */
@media only screen and (min-width: 1920px) {
  .modal.v2 .login_heading {
    font-size: 20px;
  }
  .modal.v2 .tab_list li a {
    font-size: 20px;
  }
  .modal.v2 .tab .form-control {
    height: 52px;
  }
  .modal.v2 .tab .form-control-placeholder {
    top: 15px;
  }
  .modal.v2 .tab .act_anim .form-control-placeholder {
    top: -10px;
  }
  .modal.v2 .tab .form-control-placeholder, .modal.v2 .tab .form-control, .modal.v2 .tab .gen_otp {
    font-size: 17px;
  }
  .modal.v2 .code_txt {
    font-size: 14px;
  }
  .modal.v2 .signup_heading {
    font-size: 24px;
  }
  .modal.v2 .btn.v2 {
    font-size: 24px;
    height: 60px;
  }
  .modal.v2#ls-signin-overlay .tab .form-group #generate_otp {
    top: 25px;
  }
  #ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
    height: 52px;
  }
  .signup_wrp.tab .btn.v2.verifySignIn, #add-address-register-otp .btn.v2 {
    width: 330px;
  }
  #ls-signup-overlay .pincode-input-container .form-control, #ls-signin-overlay .pincode-input-container .form-control {
    top: 10px;
    height: auto;
    margin-top: 0;
  }
  #ls-signin-overlay .tab .btn.v2 {
    width: 270px;
  }
}
/* sign in sign up End */
.iti-mobile .iti--container {
  z-index: 1000000;
}

.otp_inp_outer_wrp {
  width: 286px;
  overflow: hidden;
  positino: absolute;
}

.otp_input_inn_wrp {
  left: 0;
  position: sticky;
}

.otp_input_ele {
  height: 23px;
  padding-left: 15px;
  letter-spacing: 43px;
  border: 0;
  width: 336px;
  min-width: 336px;
  transition: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}
.otp_input_ele:focus {
  box-shadow: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 319px;
    max-width: 319px;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 256;
    max-width: 256px;
    background-size: 34px 1px;
    letter-spacing: 27px;
    padding-left: 20px;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 34px 1px;
    letter-spacing: 27px;
  }
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
}
#add-address-register-otp .otp_block.v3 {
  flex-flow: column;
}
#add-address-register-otp .code_txt_2 {
  width: 100%;
  margin-bottom: 5px;
}
#add-address-register-otp .timer.cod_timer {
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#add-address-register-otp .resendcode_link.act {
  color: blue;
  cursor: pointer;
}
#add-address-register-otp .otp_inp_outer_wrp {
  width: 453px;
}
#add-address-register-otp .otp_input_ele {
  width: 276px;
  max-width: 276px;
  background-size: 46px 1px;
  letter-spacing: 39px;
  padding-left: 16px;
}
#add-address-register-otp .otp_input_ele:focus {
  box-shadow: none;
  background-size: 46px 1px;
  letter-spacing: 39px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 240px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 29px 1px;
    letter-spacing: 22px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 29px 1px;
    letter-spacing: 22px;
  }
}
@media only screen and (max-width: 359) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 260px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 23px 1px;
    letter-spacing: 16px;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
}
.code_inp_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.code_inp_list li {
  width: 11.5%;
  margin-left: 10px;
  border-bottom: 1px solid #c7c7c7;
  height: 23px;
}
.code_inp_list li:first-child {
  margin-left: 0;
}
.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: none !important;
  height: auto !important;
  padding: 0;
  text-align: center;
  background: none;
}
.code_inp_list li .code_inp:focus {
  outline: none;
  box-shadow: none;
}

#add-address-register-otp .code_inp_list_wrp {
  display: flex;
  flex-flow: row;
}
#add-address-register-otp .code_inp_list_wrp .timer.cod_timer {
  width: 81px;
  max-width: initial;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.terms_privacy {
  font-size: 14px;
  color: #292929;
  display: flex;
}
.terms_privacy .terms_checkbox {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.terms_privacy label {
  cursor: pointer;
}

/* gl-6034 starts*/
#ls-signup-overlay .divider_line, #ls-signin-overlay .divider_line {
  display: flex;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}
#ls-signup-overlay .divider_line .divider_text, #ls-signin-overlay .divider_line .divider_text {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 0;
}
#ls-signup-overlay .social_login_btn_wrp, #ls-signin-overlay .social_login_btn_wrp {
  display: flex;
  justify-content: space-between;
}
#ls-signup-overlay .social_login_btn_wrp .social_login_btn, #ls-signin-overlay .social_login_btn_wrp .social_login_btn {
  border: 1px solid #ccc;
  background: transparent;
  padding: 7px;
  border-radius: 50px;
  font-size: 14px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ls-signup-overlay .social_login_btn_wrp .google_logo, #ls-signin-overlay .social_login_btn_wrp .google_logo {
  margin-right: 10px;
}
#ls-signup-overlay .social_login_btn_wrp .facebook_logo, #ls-signin-overlay .social_login_btn_wrp .facebook_logo {
  color: #1e398f;
  font-size: 20px;
  margin-right: 10px;
}

#ls-verifymobile-overlay .mbl_wrp {
  padding-bottom: 10px;
}
#ls-verifymobile-overlay .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-verifymobile-overlay .mbl_wrp .iti {
  display: block;
}
#ls-verifymobile-overlay .mbl_wrp .form-control-placeholder {
  margin-left: 66px;
}
#ls-verifymobile-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-verifymobile-overlay .mbl_wrp .otp_block_cont {
  padding-top: 10px;
}
#ls-verifymobile-overlay .modal-body {
  padding-bottom: 0;
}
#ls-verifymobile-overlay .modal-body .login_block.v2 {
  padding-bottom: 35px;
}
#ls-verifymobile-overlay .bottom_text {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin-bottom: 0;
}
#ls-verifymobile-overlay .bottom_text a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#ls-verifymobile-overlay .code_inp_list {
  width: calc(100% - 22px);
}
#ls-verifymobile-overlay .verify_mobile_timer {
  width: 106px;
  padding-top: 0;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  display: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a {
  pointer-events: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a.act {
  pointer-events: all;
  cursor: pointer;
}
#ls-verifymobile-overlay .optButton {
  min-width: 120px;
  background-color: #ececec;
  border: solid 1px #8f8f8f;
  color: #363636;
}
@media only screen and (max-width: 420px) {
  #ls-verifymobile-overlay .mbl_wrp .btn.v2.mt-0 {
    width: 80px;
    font-size: 14px;
  }
  #ls-verifymobile-overlay .mbl_wrp .form-group {
    width: calc(100% - 85px);
  }
  #ls-verifymobile-overlay .verify_mobile_timer {
    font-size: 11px;
  }
  #ls-verifymobile-overlay .code_inp_list li .code_inp {
    font-size: 14px;
  }
  #ls-verifymobile-overlay .act_anim .form-control-placeholder {
    top: -9px;
    font-size: 12px;
  }
  #ls-verifymobile-overlay .bottom_text {
    font-size: 16px;
  }
}

/* gl-6034 ends*/
#ls-signin-overlay p, #ls-signup-overlay p {
  font-family: Montserrat, sans-serif;
}

.form-group.has-error .form-control {
  border-color: red;
}

.form-group.has-error {
  color: red;
}

#ls-signin-overlay .tab .btn.v2, #ls-signup-overlay .verifySignIn {
  line-height: unset;
  padding: 10px 50px;
}

.header-cart .header-cart-dropdown {
  top: 100%;
}

.cart_dd_row {
  width: 100%;
  display: flex;
  align-items: center;
}

.cart_dd_row.left_right {
  justify-content: space-between;
  padding-right: 20px;
}

.cart_dd_wrp {
  width: 100%;
}

.cart_dd_ul {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.cart_dd_ul li.cart_dd_li {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 20px 20px;
  border-top: 1px solid #b4b4b4;
  position: relative;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_left_cont, .cart_dd_ul li.cart_dd_li.slided .cart_dd_sp, .cart_dd_ul li.cart_dd_li.slided .cart_dd_sub_total_label, .cart_dd_ul li.cart_dd_li.slided .cart_variants, .cart_dd_ul li.cart_dd_li.slided p {
  display: none;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont {
  position: relative;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_prod_name {
  position: static;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_prod_name .cls_btn {
  top: -7px;
}
.cart_dd_ul li.cart_dd_li.slided p.cart_dd_mrp, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_category_name, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_sub_total_amount, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_prod_name {
  display: block;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont {
  display: block;
  margin-left: 0;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_prod_name {
  width: 60%;
  float: left;
  padding-right: 10px;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_row {
  width: 35%;
  float: left;
  padding: 0;
  justify-content: flex-end;
  margin-top: -10px;
  line-height: 30px;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_sub_total_amount {
  margin-left: 0;
}
.cart_dd_ul li.cart_dd_li:first-child {
  border-top: none;
}
.cart_dd_ul li.cart_dd_li .fa {
  color: #494848;
  font-size: 20px;
}
.cart_dd_ul li.cart_dd_li .cart_dd_category_name {
  width: 100%;
  padding-right: 10px;
  margin-top: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.cart_dd_ul .quantity-update-box {
  display: block;
  width: 100%;
  height: 24px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  background-color: #ffffff;
}
.cart_dd_ul .quantity-update-box .qtyUpdateBtn {
  z-index: 3;
  color: #9f9f9f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  top: 0;
}
.cart_dd_ul .quantity-update-box .decr {
  left: 0;
  border-right: solid 1px #cccccc;
}
.cart_dd_ul .quantity-update-box .incr {
  right: 0;
  border-left: solid 1px #cccccc;
}
.cart_dd_ul .quantity-update-box .quantity-input-box {
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #1a1a1a;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0 22px;
}

.cart_dd_left_cont {
  width: 86px;
}

.cart_dd_right_cont {
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
  flex-flow: column;
  width: calc(100% - 86px);
}

.cart_dd_category_name {
  font-size: 13px;
  color: #909090;
  text-transform: capitalize;
}

.cart_dd_img_cont {
  width: 100%;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 1px #b9b8b8;
  background-color: #ffffff;
  overflow: hidden;
}
.cart_dd_img_cont img {
  width: 100%;
}

.cart_dd_prod_name {
  font-size: 18px;
  font-size: 16px;
  color: #292929;
  margin-bottom: 10px;
  line-height: normal;
  margin-top: -2px;
  position: relative;
  padding-right: 25px;
}
.cart_dd_prod_name .cls_btn {
  position: absolute;
  top: -5px;
  right: 0;
  cursor: pointer;
  font-style: inherit;
  color: #999999;
}

.cart_dd_mrp {
  font-size: 16px;
  color: #b4b4b4;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.cart_dd_sp {
  font-size: 16px;
  color: #b4b4b4;
  margin: 0 0 2px 20px;
}

.cart_dd_sub_total_label {
  font-size: 12px;
  color: #000000;
  margin: 0 0 2px 0;
}

.cart_dd_sub_total_amount {
  font-size: 16px;
  color: #000000;
  margin: 0 0 2px 10px;
}

.cart_dd_left_cont .cart-plus-minus {
  display: block;
  height: 26px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
.cart_dd_left_cont .cart-plus-minus .qtybtn {
  color: #343538;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  top: 0;
}
.cart_dd_left_cont .cart-plus-minus .dec {
  left: 0;
  border-right: solid 1px #cccccc;
}
.cart_dd_left_cont .cart-plus-minus .inc {
  right: 0;
  border-left: solid 1px #cccccc;
}
.cart_dd_left_cont .cart-plus-minus input.cart-plus-minus-box {
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #343538;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  padding: 0 30px;
}
.cart_dd_left_cont .cart-plus-minus, .cart_dd_left_cont .cart-plus-minus input.cart-plus-minus-box {
  width: 100%;
}

.delete_fav_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0 10px;
}

.cart_dd_down_arr {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #909090;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.cart_dd_bottom {
  width: 100%;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 15px 15px;
}
.cart_dd_bottom p {
  margin-bottom: 0;
}

.cart_dd_info {
  font-size: 12px;
  color: #909090;
  margin-top: 8px;
}

.cart_dd_total_cont {
  width: 100%;
  border-radius: 4px; /* border: solid 1px #b4b4b4; */
  margin: 2px 0 0 0; /*padding:9px 15px 7px;*/
  padding: 4px ​0 7px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_dd_total_count {
  font-size: 16px;
  font-weight: normal;
  color: #1a1a1a;
}

.cart_dd_total_label {
  font-size: 16px;
  font-weight: normal;
  color: #1a1a1a;
  margin-bottom: 0;
}

.cart_dd_total_amount {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}

.cart_dd_total_btn_cont {
  display: flex;
  width: 100%;
  margin-top: 8px;
}
.cart_dd_total_btn_cont a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 10px;
  flex-grow: 1;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.cart_dd_total_btn_cont a:first-child { /* margin-right:10px; */ }

.cart_dd_edit_btn {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.cart_dd_checkout_btn {
  color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.cart_dd_checkout_btn:hover {
  color: #ffffff;
}

.cart_dd_ul.os-host { /*width: calc(100% - 20px); margin-left: 15px;*/
  width: 100%;
  padding: 10px 0;
}
.cart_dd_ul.os-host .cart_dd_li {
  border: none;
  /*&:after { content:''; width: calc(100% - 20px); height: 1px; background:#b4b4b4; position: absolute; bottom: 0;   }         */
}
.cart_dd_ul.os-host .os-content .cart_dd_li:last-child:after {
  height: 0;
}

.cart_dd_li.collapsed .cart_dd_category_name {
  margin-bottom: 0;
}

.right_fix_block .cart_dd_row.align-normal, .cart_mobile .cart_dd_row.align-normal, #cart-dropdown .cart_dd_row.align-normal {
  align-items: normal;
  border-top: 1px solid #b4b4b4;
  padding: 15px 0 25px;
}
.right_fix_block .cart_dd_row.align-normal + .cart_dd_row.align-normal, .cart_mobile .cart_dd_row.align-normal + .cart_dd_row.align-normal, #cart-dropdown .cart_dd_row.align-normal + .cart_dd_row.align-normal {
  padding-top: 30px;
}
.right_fix_block .cart_dd_row.align-normal:first-child, .cart_mobile .cart_dd_row.align-normal:first-child, #cart-dropdown .cart_dd_row.align-normal:first-child {
  border: none;
}
.right_fix_block .cart_dd_sp, .cart_mobile .cart_dd_sp, #cart-dropdown .cart_dd_sp {
  margin-left: 0;
}
.right_fix_block .cart_dd_mrp, .right_fix_block .cart_dd_sub_total_amount, .cart_mobile .cart_dd_mrp, .cart_mobile .cart_dd_sub_total_amount, #cart-dropdown .cart_dd_mrp, #cart-dropdown .cart_dd_sub_total_amount {
  margin-right: 10px;
}
.right_fix_block .cart_dd_down_arr, .cart_mobile .cart_dd_down_arr, #cart-dropdown .cart_dd_down_arr {
  top: 30px;
}
.right_fix_block .cart_dd_ul .cart_dd_li, .cart_mobile .cart_dd_ul .cart_dd_li, #cart-dropdown .cart_dd_ul .cart_dd_li {
  padding: 10px 15px 0;
  border-top: 1px solid #b4b4b4;
}
.right_fix_block .cart_dd_ul .cart_dd_li:first-child, .cart_mobile .cart_dd_ul .cart_dd_li:first-child, #cart-dropdown .cart_dd_ul .cart_dd_li:first-child {
  border: none;
  padding-top: 0;
}
.right_fix_block .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr, .cart_mobile .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr, #cart-dropdown .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr {
  top: 20px;
}
.right_fix_block .cart_dd_li .cart_dd_category_name, .cart_mobile .cart_dd_li .cart_dd_category_name, #cart-dropdown .cart_dd_li .cart_dd_category_name {
  margin-top: 16px;
  margin-bottom: 0;
}
.right_fix_block, .cart_mobile, #cart-dropdown {
  /*.cart_dd_ul{max-height: 450px;}*/
}

#cart-dropdown .cart_dd_ul {
  max-height: calc(100vh - 360px);
}

.sticky #cart-dropdown .cart_dd_ul {
  max-height: calc(100vh - 208px);
}

#cart-dropdown .cart_dd_down_arr {
  right: 17px;
}

@media only screen and (max-width: 767px) {
  #order-summary .cart_dd_ul {
    width: calc(100% - 20px);
  }
  #order-summary .cart_dd_ul li.cart_dd_li {
    padding: 0;
  }
  #order-summary .cart_dd_ul li.cart_dd_li .cart_dd_down_arr {
    right: 0;
    top: 25px;
  }
  #order-summary .cart_dd_ul li.cart_dd_li .cart_dd_right_cont {
    margin-left: 10px;
    width: calc(100% - 70px);
  }
  .sticky #cart-dropdown {
    right: -68px;
  }
  .cart_body .cart_mobile .cart_dd_down_arr {
    right: 15px;
  }
}
.cart_dd_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

#cart-dropdown .cart_dd_ul {
  max-height: calc(100vh - 255px);
}

/* new checkout start */
.sidebar-cart-active.inside {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-cart-active.inside .os-content {
  padding: 0 15px !important;
}
.sidebar-cart-active.inside #cart-dropdown .cart_dd_ul .cart_dd_li {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-cart-active.inside #cart-dropdown .cart_dd_down_arr {
  right: 3px;
}
.sidebar-cart-active.inside #cart-dropdown p {
  font-family: Roboto, sans-serif;
}
.sidebar-cart-active.inside p {
  font-family: Roboto, sans-serif;
}
.sidebar-cart-active.inside .sidebar-cart-all .cart-close {
  right: 12px;
}
.sidebar-cart-active.inside .close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sidebar-cart-active.inside .cart_dd_info {
    font-size: 11px;
  }
}

/* new checkout End */
.cart_dd_total_label {
  margin-bottom: 0;
}

.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_prod_name .cls_btn {
  top: 0px !important;
}

.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_row {
  margin-top: -4px;
}

.cart_dd_bottom {
  text-align: center;
}
.cart_dd_bottom .continue-shopping {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 0;
  font-weight: 500;
}
.cart_dd_bottom .continue-shopping:hover {
  color: #000000;
}

.del_code {
  margin-top: 30px;
}
.del_code .del_label {
  margin-top: 10px;
  float: left;
  margin-right: 35px;
}

.delivery_pincode_wrp {
  width: 280px;
  display: inline-block;
  position: relative;
}
.delivery_pincode_wrp .inp_wrp {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  position: relative;
}
.delivery_pincode_wrp .inp_wrp .enter_pincode {
  border: none;
  font-size: 13px;
  color: #333333;
  height: 100%;
  background: transparent;
}
.delivery_pincode_wrp .inp_wrp .check_lnk {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
}
.delivery_pincode_wrp .pdd_wrp {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #d3d3d3;
  background-color: #ffffff;
  box-sizing: border-box;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 36px;
  left: 0;
  display: none;
}
.delivery_pincode_wrp .bmt_txt {
  font-size: 12px;
  color: #8c8c8c;
  margin: 5px 0 0 3px;
  line-height: normal;
}
.delivery_pincode_wrp .bmt_txt_2 {
  font-size: 12px;
  color: #2db843;
  margin: 5px 0 0 3px;
  line-height: normal;
}
.delivery_pincode_wrp .bmt_txt_2 span {
  color: #2db843;
  line-height: normal;
}
.delivery_pincode_wrp .bmt_txt_3 {
  font-size: 12px;
  color: #b82d2d;
  margin: 5px 0 0 3px;
  line-height: normal;
}
.delivery_pincode_wrp .ttxt_1 {
  font-size: 13px;
  color: #8c8c8c;
  margin: 0;
}
.delivery_pincode_wrp .ttxt_1 .ttxt_1_link {
  color: #000000;
}

.rep_block { /*border-top: 1px solid #d3d3d3; width: calc(100% + 20px); margin-left: -10px; padding: 5px 0 5px 10px;*/ }
.rep_block .rep_list {
  max-height: 150px;
}
.rep_block .rep_list li {
  font-size: 12px;
  color: #000000;
  margin: 3px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer; /*justify-content: space-between;*/
}
.rep_block .rep_list li .ttxt_2 {
  font-size: 13px;
  color: #8c8c8c;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}

.rep_block + .rep_block { /*border-top: 1px solid #d3d3d3; width: calc(100% + 20px); margin-left: -10px; padding: 5px 0 5px 10px;*/ }

.missing_picode {
  display: none;
}

.sign_txt {
  width: 100%;
  padding: 5px 0 5px 10px;
}

#recent_history {
  padding: 5px 10px 0;
  width: 100%;
}
#recent_history .rep_list {
  border-bottom: 1px solid #d3d3d3;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 0 10px 5px;
  margin-top: 5px;
}

#recent_history + .sign_txt {
  padding: 5px 10px;
  width: 100%;
}

#saved_address {
  padding: 5px 0 5px 10px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .see_all_choices > li.del_code {
    margin-top: 0;
  }
}
#saved_address:empty {
  padding: 0;
}

/* copied from store v2 start */
.ddlist {
  padding: 15px 5px;
  width: calc(100% - 165px);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: none;
  background: #ffffff;
  top: 40px;
  right: 30px;
  position: absolute;
  z-index: 12;
  border-radius: 5px;
}

.product_wrp { /*  display: inline-block; */
  display: flex;
  width: 100%;
  position: relative;
  line-height: normal;
  padding: 10px 10px 43px 0;
  z-index: 2;
}

.product_wrp .prod_image {
  float: left;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  overflow: hidden;
}

.product_wrp .prod_image img {
  max-width: 100%;
}

.product_wrp .prod_name_wrp {
  display: inline-block;
  width: calc(100% - 96px);
  padding: 0 60px 0 15px;
  text-align: left;
}

.product_wrp .prod_name_wrp .prod_name {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.product_wrp .price_wrp {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.product_wrp .price_wrp .offer_price {
  font-size: 12px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .price_txt {
  font-size: 14px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .mrp_txt {
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin: 0;
}

.product_wrp .border_btn_2 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.product_wrp:hover .border_btn_2 {
  background-color: #e33e1d;
  color: #ffffff;
}

.searchDdList {
  max-height: 505px; /*min-height: 200px;*/
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.searchDdList li {
  padding: 0 10px;
}

#searchDDWrp.ddlist {
  left: 30px;
  top: 90px;
  bottom: inherit;
  right: inherit;
}

.os-content {
  color: #4c4c4c;
}

.form_loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  background-size: contain;
  right: 42px;
  background-image: url(../images/xloading.gif);
  display: none;
}

.search_btn {
  color: #0AAEEF;
  font-size: 14px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #searchDDWrp.ddlist {
    width: calc(100% - 135px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #searchDDWrp.ddlist {
    left: 18px;
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  #searchDDWrp.ddlist {
    top: 158px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.searchDDWrp .prod_name {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#searchDDWrp .srch_prod_attr {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: inherit;
  text-transform: none;
}

/* copied from store v2 end */
#searchDDWrp.ddlist {
  left: inherit;
  bottom: inherit;
  right: 0;
  width: 100%;
  top: initial !important;
}

.os-content {
  color: #4c4c4c;
}

.form_loader {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: inherit !important;
  background-size: contain;
  background-image: url(../img/loading.gif) !important;
  display: none;
}

.search-content .form_loader {
  right: 35px;
  bottom: 29px !important;
  top: initial !important;
}

@media only screen and (max-width: 991px) {
  #searchDDWrp.ddlist {
    top: 34px;
    width: 300px !important;
    right: inherit;
    right: 0 !important;
    left: initial !important;
  }
  .form_loader {
    top: -1px;
    right: 12px;
    left: inherit;
  }
  .product_wrp .prod_name_wrp {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .product_wrp .price_wrp {
    position: relative !important;
    text-align: left !important;
    right: 0 !important;
    top: initial !important;
    left: initial !important;
  }
  .product_wrp .price_wrp .price_txt {
    margin-right: 10px !important;
  }
  .product_wrp .price_wrp .price_txt, .product_wrp .price_wrp .mrp_txt {
    display: inline-block;
  }
  .product_wrp .price_wrp .mrp_txt {
    margin-left: 5px;
  }
  .product_wrp .price_wrp .search_btn {
    display: block;
    padding-top: 5px;
  }
  .header-mobile-search .form_loader {
    width: 25px !important;
    height: 25px !important;
    top: 5px;
    right: 18px;
  }
  .mobile-search .form_loader {
    right: 43px;
    top: 7px !important;
  }
  .mobile-search #searchDDWrp.ddlist {
    right: 22px !important;
  }
}
.header_right_top {
  position: relative;
}

.search-content-wrap .searchDdList {
  max-height: 210px;
}

.header-right-wrap .same-style > a.get_quote_btn, .header_top_mobile .get_quote_btn {
  font-size: 12px;
  color: #000000;
  border-radius: 4px;
  border: solid 1px #000000;
  background-color: #ffc107;
  margin-right: 20px;
  padding: 4px 10px !important;
  height: auto;
  line-height: initial;
  width: auto;
}

.account-wishlist {
  align-items: center;
}

#get_quote_step .modal-content {
  padding: 30px;
}
#get_quote_step .modal-dialog {
  max-width: 500px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#get_quote_step .modal-header {
  border-bottom: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#get_quote_step p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 0;
}

.get_quote_step_hd {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.get_quote_step_hd .get_quote_invoice_ic {
  margin-right: 15px;
}

.get_quote_invoice_ic {
  display: block;
  width: 32px;
  height: 36px;
  background-image: url(../img/get-quote-steps/approve-invoice.svg);
}
.get_quote_invoice_ic.sm {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.get_quote_cart_ic {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url(../img/get-quote-steps/shopping-cart.svg);
}

.get_quote_cart_ic_1 {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/get-quote-steps/shopping-cart-1.svg);
}

.get_quote_steps_li {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.get_quote_steps_li li {
  width: 196px;
  display: flex;
  flex-flow: row;
  margin-top: 30px;
}
.get_quote_steps_li li:first-child {
  margin-top: 0;
}
.get_quote_steps_li .ic_cont {
  width: 24px;
  margin-right: 14px;
}

#get_quote_step p.step_label {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.continue_shopping_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  max-width: 238px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #333333;
}
.continue_shopping_btn:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .get_quote_btn {
    display: block !important;
  }
  .header_top_mobile .get_quote_btn {
    margin-right: 15px !important;
  }
}
/* theme related */
#get_quote_step .close {
  color: #000000;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 20px;
}

/*  @import "video_js"; commented will use as link on home page  when video is added */
/* product scroll start */
.carouselTicker {
  overflow: hidden;
  float: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.product_scroller_wrp {
  display: flex;
  width: 100%;
  background: #f1f1f1;
  border-top: 1px solid #b8b8b8;
  -webkit-box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.05);
}

#product_scroller {
  display: flex;
  width: calc(100% - 195px);
  margin: 0 auto;
  box-sizing: border-box;
  align-items: center;
  overflow: hidden;
  display: none;
}

/*.product_scroller{}
.product_scroller li{display: flex !important; align-items: center; padding-right: 20px; width: 300px !important; }
.product_scroller li .prd_scrl_img{width: 110px; height: 75px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.product_scroller li .prd_scrl_img img{max-width: 100%;}
.product_scroller li .prd_scrl_info_wrp{display: flex; width: 190px; padding-left: 10px; box-sizing: border-box; flex-flow: column; line-height: normal;}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_name{font-size: 14px; color: #333333; line-height: normal; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; white-space: initial;}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp{font-size: 14px; color: #ee559d; line-height: normal; margin: 0; font-family: "Montserrat", sans-serif;}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_thr{position: relative; color: #8c8c8c; line-height: normal; margin-right: 5px;}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_thr::before{content: ""; width: calc(100% + 4px) ; height: 1px; background: #8c8c8c; position: absolute; top: 8px; left: -2px;}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_nrml{color: #ee559d; line-height: normal;}
.product_scroller li .prd_scrl_info_wrp .add_to_link{font-size: 14px; color: #333333; text-decoration: underline;}
.product_scroller li .prd_scrl_info_wrp .add_to_link:hover{color: #ee559d;}*/
.product_scroller {
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
}
.product_scroller li {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding-right: 20px; /*max-width: 320px !important;*/
}
.product_scroller li .prd_scrl_img {
  width: 110px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_scroller li .prd_scrl_img img {
  max-width: 100%;
}
.product_scroller li .prd_scrl_info_wrp {
  display: flex;
  max-width: 210px;
  padding-left: 10px;
  box-sizing: border-box;
  flex-flow: column;
  line-height: normal;
}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_name {
  font-size: 13px;
  color: #333333;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp {
  font-size: 13px;
  color: #ee559d;
  line-height: normal;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_thr {
  position: relative;
  color: #8c8c8c;
  line-height: normal;
  margin-right: 5px;
}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_thr::before {
  content: "";
  width: calc(100% + 4px);
  height: 1px;
  background: #8c8c8c;
  position: absolute;
  top: 8px;
  left: -2px;
}
.product_scroller li .prd_scrl_info_wrp .prd_scrl_price_wrp .price_nrml {
  color: #ee559d;
  line-height: normal;
}
.product_scroller li .prd_scrl_info_wrp .product-block-btn-wrp {
  display: flex;
}
.product_scroller li .prd_scrl_info_wrp .add_to_link {
  font-size: 13px;
  color: #333333;
  text-decoration: underline;
}
.product_scroller li .prd_scrl_info_wrp .add_to_link:hover {
  color: #ee559d;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  #product_scroller {
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #product_scroller {
    width: calc(100% - 55px);
  }
}
@media only screen and (max-width: 767px) {
  #product_scroller {
    width: 100%;
  }
  .item-wrap {
    width: 400%;
  }
}
/* product scroll End */
/* new checkout start */
.cart_mobile p {
  font-family: Roboto, sans-serif;
}

.modal.v2 p {
  font-family: Roboto, sans-serif;
}

.just_for_you_content .cart-plus-minus input.cart-plus-minus-box {
  height: 30px;
  border-radius: 4px;
}
.just_for_you_content .cart-plus-minus .qtybutton.dec {
  height: 30px;
  padding-top: 5px;
  border-right: 1px solid #ccc;
}
.just_for_you_content .cart-plus-minus .qtybutton.inc {
  height: 30px;
  padding-top: 5px;
  border-left: 1px solid #ccc;
}
.just_for_you_content .qty-cart-add {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .cart_mobile {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .just_for_you_block_wrap .just_for_you_content .btm_btn a {
    margin-bottom: 20px;
  }
}
/* new checkout End */
.prod_share_cont .copylnk_wrp {
  position: relative;
}
.prod_share_cont .copied_link_tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  margin-top: 0;
  display: none;
  border-radius: 5px;
  min-width: 105px;
  text-align: center;
}
.prod_share_cont .copied_link_tooltip .copied_link_tp_arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 24px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
  left: 49%;
  transform: translateX(-50%);
}
.prod_share_cont .copyLink {
  display: block;
}

.abs_href {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 25;
}

body {
  padding-right: 0 !important;
}

.body-v2 .must_have .product-img .must-have-img-wrp {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .body-v2 .must_have .product-img .must-have-img-wrp {
    min-width: 226px;
    min-height: 301.67px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 .must_have .product-img .must-have-img-wrp {
    min-width: 210px;
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .body-v2 .must_have .product-img .must-have-img-wrp {
    min-width: 226px;
    min-height: 302px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-v2 .must_have .product-img .must-have-img-wrp {
    min-width: 258px;
    min-height: 344px;
  }
}
@media only screen and (max-width: 575px) {
  .body-v2 .must_have .product-img .must-have-img-wrp {
    min-width: 290px;
    min-height: 387px;
  }
}
.body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
    min-width: 416.66px;
    min-height: 354.16px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
    min-width: 390px;
    min-height: 332px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
    min-width: 321px;
    min-height: 273px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
    min-width: 268px;
    min-height: 228px;
  }
}
@media only screen and (max-width: 575px) {
  .body-v2 .shopbycomponent .category-wrap .shop-by-comp-img-wrp {
    min-width: 290px;
    min-height: 247px;
  }
}
.body-v2 #testimonals .single-banner-2 .testimonial-img-wrp {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .body-v2 #testimonals .single-banner-2 .testimonial-img-wrp {
    min-width: 427px;
    min-height: 431.73px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 #testimonals .single-banner-2 .testimonial-img-wrp {
    min-width: 400px;
    min-height: 404px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-v2 #testimonals .category-wrap .testimonial-img-wrp {
    min-width: 331px;
    min-height: 335px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-v2 #testimonals .category-wrap .testimonial-img-wrp {
    min-width: 384px;
    min-height: 388px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .body-v2 #testimonals .category-wrap .testimonial-img-wrp {
    min-width: 289px;
    min-height: 292px;
  }
}
@media only screen and (max-width: 576px) {
  .body-v2 #testimonals .category-wrap .testimonial-img-wrp {
    min-width: 320px;
    min-height: 324px;
  }
}
@media only screen and (min-width: 1280px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 1280px;
    min-height: 556.8px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 1200px;
    min-height: 522px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 992px;
    min-height: 431.52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 768px;
    min-height: 334.08px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 576px;
    min-height: 250.5px;
  }
}
@media only screen and (max-width: 575px) {
  .body-v2 #rev_slider_2_1 {
    min-width: 320px;
    min-height: 139.19px;
  }
}
@media only screen and (min-width: 1280px) {
  .body-v2 #banner1 .banner1 {
    min-width: 1280px;
    min-height: 166.66px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 #banner1 .banner1 {
    min-width: 1200px;
    min-height: 156.25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-v2 #banner1 .banner1 {
    min-width: 992px;
    min-height: 129.16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-v2 #banner1 .banner1 {
    min-width: 768px;
    min-height: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-v2 #banner1 .banner1 {
    min-width: 576px;
    min-height: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .body-v2 #banner1 .banner1 {
    min-width: 320px;
    min-height: 41.66px;
  }
}
@media only screen and (min-width: 1280px) {
  .body-v2 #banner2 .banner2 {
    min-width: 1280px;
    min-height: 466.66px;
  }
}
@media only screen and (min-width: 1200px) {
  .body-v2 #banner2 .banner2 {
    min-width: 1200px;
    min-height: 437.5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .body-v2 #banner2 .banner2 {
    min-width: 992px;
    min-height: 361.66px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-v2 #banner2 .banner2 {
    min-width: 768px;
    min-height: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-v2 #banner2 .banner2 {
    min-width: 576px;
    min-height: 210px;
  }
}
@media only screen and (max-width: 575px) {
  .body-v2 #banner2 .banner2 {
    min-width: 320px;
    min-height: 116.66px;
  }
}

/*gl-5808 start*/
#testimonials-section .testimonial-header {
  color: #6a8e4c;
  margin-bottom: 0;
}
#testimonials-section .fa-quote-left {
  font-size: 34px;
  color: #6a8e4c;
  padding-top: 20px;
}
#testimonials-section .testimonials_bg_wrp {
  background-color: #f3eddd; /*margin-top:80px;*/
}
#testimonials-section p {
  font-family: inherit;
  margin-bottom: 0;
  color: #000000;
}
#testimonials-section .testimonials_comp {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}
#testimonials-section .testimonial-cont-wrp {
  display: flex; /*align-items: center;*/
  padding-top: 50px;
  flex-flow: row wrap;
  justify-content: center;
}
#testimonials-section .testimonial-cont-wrp .testmon-img-wrp {
  width: 160px;
  height: 160px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#testimonials-section .testimonial-cont-wrp .testmon-img-wrp img {
  max-width: 100%;
  border-radius: 50%;
}
#testimonials-section .testimonial-cont-wrp .rhs-wrp {
  width: calc(100% - 160px);
  padding-left: 25px;
  text-align: left;
}
#testimonials-section .testimonial-cont-wrp .testimonial-title {
  font-size: 22px;
  color: #6a8e4c;
}
#testimonials-section .testimonial-cont-wrp .testimonial-desc {
  padding-bottom: 15px;
  color: #000000;
}
#testimonials-section .testimonial-cont-wrp .testimonial-desc p, #testimonials-section .testimonial-cont-wrp .testimonial-desc a, #testimonials-section .testimonial-cont-wrp .testimonial-desc span {
  font-size: 16px;
  color: inherit;
}
#testimonials-section .testimonial-cont-wrp .testimonial-owner {
  color: #6a8e4c;
}
@media only screen and (max-width: 767px) {
  #testimonials-section .testimonial-cont-wrp .rhs-wrp {
    width: 100%;
    padding: 25px 15px 0 15px;
  }
  #testimonials-section .testimonial-cont-wrp .testimonial-desc p, #testimonials-section .testimonial-cont-wrp .testimonial-desc a, #testimonials-section .testimonial-cont-wrp .testimonial-desc span {
    font-size: 14px;
  }
  #testimonials-section .testimonial-cont-wrp .testimonial-title {
    font-size: 18px;
  }
}
#testimonials-section .slick-arrow {
  margin-top: 0;
  top: 160px;
  transform: none;
}
@media only screen and (min-width: 768px) {
  #testimonials-section .slick-prev {
    left: -70px;
  }
  #testimonials-section .slick-next {
    right: -70px;
  }
}
@media only screen and (max-width: 767px) {
  #testimonials-section .testimonial-header {
    font-size: 26px;
  }
  #testimonials-section .fa-quote-left {
    font-size: 30px;
  }
  #testimonials-section .slick-arrow {
    top: 140px;
  }
  #testimonials-section .testimonials_comp {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  #testimonials-section .testimonials_comp .testimonial-cont-wrp {
    padding-top: 30px;
  }
}

.style_over_cont .style_li li.li_elem:nth-child(8), .style_over_cont .style_li li.li_elem:nth-child(9), .style_over_cont .style_li li.li_elem:nth-child(10), .style_over_cont .style_li li.li_elem:nth-child(11), .style_over_cont .style_li li.li_elem:nth-child(12) {
  display: none;
}

.deal_of_day_main_wrp .dealCont {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .deal_of_day_main_wrp .dealCont {
    margin-bottom: 0;
  }
}

.blog-area {
  padding-top: 50px;
}

/*gl-5808 end*/
/*gl-5865*/
.category-wrap.item-overlay-1:before {
  background-color: rgba(52, 53, 56, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
}
.category-wrap .product-quickview {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.category-wrap .product-quickview a {
  background-color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #343538;
  font-size: 12px;
  display: block;
  padding: 15px 50px;
  min-width: 140px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin-top: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .category-wrap .product-quickview a {
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 390px) {
  .category-wrap .product-quickview a {
    margin-bottom: 40px;
    padding: 12px;
    min-width: 154px;
    font-size: 11px;
  }
}

.product-quickview .shop_by_enqBtn {
  margin-bottom: 20px;
}

.shop_comp_wrp_hover:hover .item-overlay-1:before {
  visibility: visible;
  opacity: 1;
}
.shop_comp_wrp_hover:hover .product-quickview a, .shop_comp_wrp_hover:hover .product-quickview {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

/*gl-5865 end*/
.pro-description, .variantSummary, .variantSummary_n {
  font-size: 14px;
  color: #333;
  font-family: Montserrat, sans-serif;
}
.pro-description p, .variantSummary p, .variantSummary_n p {
  font-size: inherit;
  font-family: inherit;
}

.download_file_wrp a:focus {
  color: initial;
}

.prod_Check {
  width: 100%;
}

.newClass {
  width: 100%;
  height: 20px;
}