@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;
}

/**
 *-------------- EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ------ 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;
  }
}
: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: Hind, sans-serif, Arial, "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;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.12.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 05.04.2020
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  flex-grow: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer-host.observed {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.os-resize-observer-host.observed > .os-resize-observer {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/*-- 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;
  color: #8a8a8a;
  overflow-x: hidden;
}

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

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8a8a8a;
  margin-bottom: 15px;
}

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 2px;
  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;
}

.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;
  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;
  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;
}

.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;
  }
}
.header-top.bg-gray-2 {
  position: relative;
  z-index: 13;
}

.lang-admin-wrapper {
  display: flex;
  justify-content: flex-end;
}

.header_greyBg {
  background-color: #ebebeb;
}

.nav_left, .nav_right {
  width: auto !important;
}

.desktop-menu {
  width: 100%;
  justify-content: space-between;
}

.deskTopMenu > li:first-child a {
  padding-left: 0;
}

/*.search-content {  width: 470px; height: 40px;  border-radius: 20px; background-color: #ffffff;  position: relative; display: flex; align-items: center; margin-right: 20px; 
    [name="query"], .button-search  { border: 0; background: none; padding-left: 20px; }
    [name="query"] { height: auto; }  
    .button-search { position: absolute; top: 10px; right: 10px; }
}*/
.same-style.cart-wrap .dotWrp {
  top: 26%;
}

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

.more_nav .more_ul {
  margin-top: 0 !important;
}

.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;
}

.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 #333333;
}

.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 {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.product-details-content h1 {
  color: #333;
  margin: 0;
  font-weight: 500; /* text-transform: uppercase; */
  font-size: 24px;
}

.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;
  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: 11px 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: 12px 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: 12px 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: 12px 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) {
  .pro-details-quality {
    display: flex;
    flex-flow: row wrap;
  }
  #prod_cont .pro-details-cart.hide_mobile {
    margin: 10px 0;
    width: 100%;
  }
  #prod_cont .pro-details-cart.hide_mobile a {
    width: 46%;
    display: flex;
    justify-content: center;
  }
  .product-details-content .pro-details-cart a {
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-cart a {
    padding: 11px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-cart a {
    padding: 11px 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: 11px 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: flex;
  align-items: initial;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 160px;
  border: 1px solid #000000;
}

.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: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: calc(100% - 96px);
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.cart-plus-minus .qtybutton {
  width: 48px;
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 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 #000000;
  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 {
  color: #ffffff;
  background-color: #333333;
  background-color: #3c3c3c;
}

.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;
  font-weight: 500;
  margin-bottom: 0;
  color: #000000;
}

.see_all_choices li .control-label {
  width: auto;
}

.see_all_choices li .varImgList {
  margin: 0;
  margin-left: -10px;
}

.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: 78px;
  width: auto;
  height: auto;
  font-size: 13px;
  padding: 2px 10px 0;
  box-sizing: border-box;
  text-transform: uppercase;
}

.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;
}

/* 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;
}

@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: 11px 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;
}

.product-details-content .discount-txt {
  margin-top: 0;
}

.compare_wishlist_wrp {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  display: flex;
}
.compare_wishlist_wrp a {
  font-size: 16px !important;
}
.compare_wishlist_wrp span {
  margin: 0 8px;
}

.prod-details-label {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  margin-right: 6px;
  margin-bottom: 0;
}

.prod-details-txt {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}

.prod-details-txt-sm {
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

.custom-txt-danger {
  color: #d60000;
  font-weight: 400;
}

.product-details-content p.inclusiveTax {
  color: #6a6a6a;
  font-size: 12px;
  margin-top: -4px;
}

.product-details-content p.discount-txt {
  margin-top: -4px;
}

.mrp-row .variantMrp {
  transition: none !important;
}

.list-unstyled.varietion {
  margin-top: 0 !important;
}

.price-unit-wrp {
  display: inline-flex;
  align-self: center;
  line-height: initial;
}

.per-unit {
  font-size: 13px !important;
  font-weight: normal !important;
  display: flex;
  align-items: center;
}

.lessSellingPrice .sp-row {
  display: flex;
}
.lessSellingPrice .discount-txt {
  display: block;
}
.lessSellingPrice .variantMrp {
  text-decoration: line-through !important;
  font-weight: normal;
}
.lessSellingPrice .per-unit.mrp {
  text-decoration: line-through;
}
.lessSellingPrice .mrp-row .priceLabel, .lessSellingPrice .mrp-row .variantMrp {
  color: #8a8a8a !important;
  font-size: 14px !important;
  transition: none;
}
.lessSellingPrice .sp-row .priceLabel, .lessSellingPrice .sp-row .productPriceTxt {
  color: #333333;
  font-size: 16px !important;
  font-weight: bold !important;
}

.greaterSellingPrice .sp-row {
  display: none;
}
.greaterSellingPrice .discount-txt {
  display: none;
}
.greaterSellingPrice .mrp-row .priceLabel, .greaterSellingPrice .mrp-row .variantMrp {
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  transition: none;
  text-decoration: none;
}

#myModal .mrp-sp-wrp .priceLabel, #myModal .mrp-sp-wrp .control-label {
  margin-right: 5px;
  margin-bottom: 0;
}

.variantSummary_n, .variantSummary {
  margin-top: 20px;
}

.variantSummary + .variantSummary_n {
  margin-top: 0;
}

/*-- 
    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;
}

.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-top .store_description p {
  font-size: 13px !important;
}

.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;
}

@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";
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}
.pb-35 {
  padding-bottom: 35px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}
.border-top-2 {
  border-top: 1px solid #e8e8e8;
}

.border-bottom-2 {
  border-bottom: 1px solid #e8e8e8;
}

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;
}

.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;
}

.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;
  }
}
.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;
  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;
  text-transform: uppercase;
  color: #343538;
  letter-spacing: 1px;
  font-size: 10px;
  display: block;
  padding: 14px 10px 16px;
  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;
}

.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 .hover-img {
  opacity: 1;
}

.product-wrap:hover .product-quickview, .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 .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 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
}

.product-wrap .product-content .product-price span {
  font-size: 12px;
  color: #8a8a8a;
}

.product-wrap .product-content .product-cart {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-wrap .product-content .product-cart a {
  color: #dcb86c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}

.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-wrap.hideHover:hover .product-quickview, .product-wrap.hideHover:hover .product-action {
    display: none;
  }
}
.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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-tab.mr-30 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-tab.mr-30 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-tab.mr-30 {
    margin-right: 0;
  }
}
.product-dec-left {
  width: 68px;
  float: left;
  display: block;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .product-dec-left {
    margin-top: 17px;
  }
}
.product-dec-left .product-dec-small {
  margin-bottom: 10px;
  position: relative;
}

.product-dec-left .product-dec-small img {
  width: 100%;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.product-dec-left .product-dec-small.slick-active {
  border: 1px solid transparent;
}

.product-dec-left .product-dec-small.slick-active.slick-current {
  border: 1px solid #333333;
}

.product-dec-right {
  width: calc(100% - 68px);
  padding-left: 30px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .product-dec-right {
    padding-left: 15px;
  }
}
.product-dec-right .easyzoom-style {
  position: relative;
}

.product-dec-right .easyzoom-style a.easyzoom-pop-up {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  z-index: 999;
}

.product-dec-right .easyzoom-style a.easyzoom-pop-up:hover {
  background-color: #333;
}

.product-dec-right .easyzoom-style .easyzoom > a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.product-dec-right .easyzoom-style .easyzoom > a img {
  width: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.product-dec-right .easyzoom-style .easyzoom-popup > a img {
  width: 100%;
}

.description-review-wrapper {
  /* border: 1px solid #e8e8e8;
  padding: 30px 30px 70px;  */
}

@media only screen and (max-width: 767px) {
  .description-review-wrapper {
    padding: 30px 15px 50px;
  }
}
.description-review-wrapper .description-review-topbar {
  padding: 0 0 24px;
}

.description-review-wrapper .description-review-topbar a {
  color: #343538;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding: 0 0 11px;
  margin: 0 32px 0 0;
}

.description-review-wrapper .description-review-topbar a.active {
  font-weight: bold;
}

.description-review-wrapper .description-review-topbar a::after {
  content: "";
  height: 3px;
  right: 0px;
  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;
  bottom: 0;
}

.description-review-wrapper .description-review-topbar a.active::after {
  left: 0px;
  right: auto;
  width: 100%;
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}

.description-review-wrapper .description-review-topbar a:hover::after {
  left: 0px;
  right: auto;
  width: 100%;
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}

.description-review-wrapper .description-review-bottom .product-description-wrapper p {
  color: #8a8a8a;
  font-size: 12px;
  margin: 0 0 19px;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-img img {
  width: 100%;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content {
    margin-left: 10px;
  }
}
.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content p {
  line-height: 30px;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 42px;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content .review-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content .review-top-wrap .review-name h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  position: relative;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content .review-top-wrap .review-name h4:after {
  position: absolute;
  top: -25px;
  left: 0;
  background-color: #343538;
  width: 60px;
  height: 1px;
  content: "";
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content .review-top-wrap .review-rating {
  line-height: 1;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review .review-content .review-top-wrap .review-rating i {
  color: #f5b223;
  font-size: 12px;
}

.description-review-wrapper .description-review-bottom .review-wrapper .single-review:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper {
  margin: 40px 0 0;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper > span {
  font-size: 12px;
  color: #8a8a8a;
  display: block;
  line-height: 1;
  margin: 0 0 9px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper p {
  color: #8a8a8a;
  font-size: 12px;
  margin: 0;
  font-style: italic;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper p span {
  color: red;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 20px;
}

@media only screen and (max-width: 767px) {
  .description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap {
    display: block;
  }
}
.description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap .single-ratting-star {
  margin-right: 20px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap .single-ratting-star i {
  color: #8a8a8a;
  font-size: 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap .single-ratting-star:hover i {
  color: #f5b223;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form {
  margin-right: 190px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form {
    margin-right: 0px;
  }
}
.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label {
  color: #343538;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label span {
  color: red;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input {
  border: 1px solid #e8e8e8;
  background: transparent;
  height: 45px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input:focus {
  border: 1px solid #343538;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea {
  border: 1px solid #e8e8e8;
  background: transparent;
  height: 200px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea:focus {
  border: 1px solid #343538;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .form-submit input {
  padding: 10px 40px;
  text-transform: uppercase;
  width: auto;
  color: #fff;
  background-color: #dcb86c;
  border: none;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .ratting-form .form-submit input:hover {
  background-color: #343538;
}

.pro-dec-banner a img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pro-dec-banner {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-area.pb-65 {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .description-review-area.pb-80 {
    padding-bottom: 50px;
  }
}
.related-product-wrap {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .related-product-wrap.pb-35 {
    padding-bottom: 13px;
  }
}
.breadcrumb-area .breadcrumb-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

.breadcrumb-area .breadcrumb-content ul li {
  display: inline-block;
  font-size: 10px;
  color: #8a8a8a;
  margin-right: 16px;
  text-transform: uppercase;
  position: relative;
}

.breadcrumb-area .breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.breadcrumb-area .breadcrumb-content ul li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #8a8a8a;
  content: "";
  right: -17px;
  top: 11px;
  z-index: 99;
  -webkit-transform: rotate(107deg);
  -ms-transform: rotate(107deg);
  transform: rotate(107deg);
}

.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}

.breadcrumb-area .breadcrumb-content ul li a {
  color: #8a8a8a;
}

.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #dcb86c;
}

.breadcrumb-area .breadcrumb-content.breadcrumb-center h2 {
  margin-bottom: 13px;
}

.review-content {
  width: 100%;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper .star-box-wrap .single-ratting-star.active i {
  color: #f5b223;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.section-title h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  margin: 0 0 14px;
}

.pro-pagination-style ul li {
  display: inline-block;
  margin: 0 4px;
}

.pro-pagination-style ul li span, .pro-pagination-style ul li a {
  font-size: 12px;
  text-align: center;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  padding: 9px 10px;
  line-height: 20px;
  min-width: 40px;
  margin: 0 3px;
  color: #343538;
}

.pro-pagination-style ul li.active span {
  background-color: #343538;
  color: #fff;
}

.rating-form-style textarea {
  resize: vertical;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prod-options-inn {
    width: 200px;
  }
}
.product-details-content p {
  margin-top: 10px;
}

.description-review-wrapper .description-review-bottom .product-description-wrapper p {
  margin-bottom: 10px;
}

.product-details-content .product-details-price span.old {
  /*margin-left: 5px;
  text-decoration: line-through;*/
  font-size: 16px;
  color: #999999;
}

.product-dec-left .product-dec-icon {
  color: #343538;
  cursor: pointer;
  display: inline-block;
  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;
}

.product-dec-left .product-dec-icon.product-dec-prev {
  top: -25px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}

.product-dec-left .product-dec-icon.product-dec-next {
  bottom: -14px;
  -webkit-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.mfp-bottom-bar {
  display: none;
}

.product-details-area {
  /* border-top:1px solid #e8e8e8 */
}

.product-wrap:hover .product-price {
  opacity: 0;
  visibility: hidden;
}

.product-wrap:hover .product-cart {
  opacity: 1;
  visibility: visible;
}

.related_prod .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%);
}

.related_prod .slick-next {
  display: block;
  right: 10px;
}

.related_prod .slick-prev {
  display: block;
  left: 10px;
}

.related_prod .slick-arrow i {
  font-size: 18px;
  line-height: 14px;
  display: block;
}

#related_prod {
  justify-content: center;
}

/*}*/
.product-details-area {
  /* border-top:1px solid #e8e8e8; */
}

.product-add-btn {
  margin-left: 10px;
}

.fixed_bottom_links {
  position: fixed !important;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 10;
}

.fixed_bottom_links a {
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed_bottom_links .buy_now_btn, .fixed_bottom_links .shop_by_enqBtn_mob {
  background: #424242;
  color: #ffffff;
  border: solid 1px #424242;
}

.fixed_bottom_links .add_cart_btn, .fixed_bottom_links .add_cart_btn_call {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  flex-grow: 1;
}

.quantity_desktop {
  display: none;
  width: 100px;
  float: left;
  margin-bottom: 0;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .single-product-section {
    overflow: hidden;
  }
  /* .product-addCart-btn,.buy_now_btn { display: none; } */
  .hide_mobile {
    display: none !important;
  }
  .qty_label {
    display: block;
  }
  .fixed_bottom_links {
    display: flex;
    flex-flow: row;
  }
  .product-quantity {
    margin-left: 10px;
  }
  .footer-bottom {
    margin-bottom: 50px;
  }
  .see_all_choices .qty-cart-add label {
    flex: none !important;
  }
  .quantity_desktop {
    display: block;
  }
}
.prod_share_cont {
  width: 100%;
  padding-top: 15px;
}

.prod_share_cont a {
  margin: 0 5px;
}

.prod_share_cont i {
  padding-right: 5px;
}

.prod_share_cont a span {
  color: inherit;
}

.share_label {
  margin-right: 0;
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
}

.accorCont {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}

.accorCont li.accor_li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.accorCont li.accor_li.no_border {
  border-bottom: none;
}

.accorHead {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  align-items: center;
}

.accorContent {
  padding-bottom: 27px;
  display: none;
  line-height: 20px;
}
.accorContent p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.variantSummary_n p {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.accorHead h4 {
  margin-bottom: 0;
  font-weight: 600;
}

.writeareview_btn {
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 10px 20px;
  background-color: #343538;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.description-review-wrapper .description-review-bottom .ratting-form-wrapper {
  margin-bottom: 40px;
}

@media only screen and (max-width: 360px) {
  .writeareview_btn {
    padding: 10px 10px;
  }
}
.specification_table .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.specification_table .table-bordered {
  border: 1px solid #e9ecef;
}

.specification_table .table td, .specification_table .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.specification_table .table-bordered td, .specification_table .table-bordered th {
  border: 1px solid #e9ecef;
}

.prod-options label {
  width: 100%;
}

.options_li label {
  width: 100% !important;
  margin-bottom: 8px !important;
}

#related_prod .product-wrap .product-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-unstyled.varietion { /* margin-top:20px; */ }

.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;
}

.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-update.hide, .cart-plus-minus.hide {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #prod_cont .cart-plus-minus .qtybutton {
    padding-top: 13px;
  }
  #prod_cont .cart-plus-minus input.cart-plus-minus-box {
    font-size: 12px;
  }
  #prod_cont .pro-details-cart a {
    padding: 10px 10px;
    font-size: 10px;
  }
  #prod_cont .pro-details-wishlist {
    margin-right: 5px;
  }
  #prod_cont .pro-details-cart {
    margin: 0 5px 0 5px;
  }
  #prod_cont .share_on_whatsapp_desktop {
    display: none;
  }
  #prod_cont .share_on_whatsapp {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details-content .pro-details-cart a {
    padding: 11px 20px;
  }
}
.accorHead {
  padding: 20px 0;
}

.description-review-wrapper { /*  padding: 20px 30px 45px; */
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .product-details-area.pb-65 {
    padding-bottom: 35px;
  }
}
.product-details-area.pt-70 {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .product-details-area.pt-70 {
    padding-top: 20px;
  }
  .quickview-content {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #prod_cont .prod_share_cont {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}
#prod_cont .product-details-content .pro-details-wishlist a, #prod_cont .product-details-content .pro-details-compare a {
  color: #8A8A8A;
}

#prod_cont .pro-details-cart.hide {
  display: none;
}

.wrapper-3 .body-overlay-3, .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-3.overlay-active-3 .body-overlay-3, .wrapper.overlay-active .body-overlay {
  opacity: 1;
  visibility: visible;
}

.product-wrap:hover .product-price {
  opacity: 1;
  visibility: visible;
}

/*accordion*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/*accordion end*/
.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*/
#leftImgCont .tag_label {
  left: 113px;
}
#leftImgCont .simple_label {
  width: 300px;
  left: 184px;
}
#leftImgCont .poly_label_2 {
  top: 0;
  left: 113px;
}
#leftImgCont .poly_label_1 {
  left: 113px;
  top: 0;
}
#leftImgCont .corner_label_wrp {
  left: 113px;
}
#leftImgCont .corner_label_wrp .tag_label.corner_label {
  left: -42px;
}
#leftImgCont .label_img {
  left: 113px;
  top: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #leftImgCont .simple_label {
    width: 250px;
    left: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #leftImgCont .simple_label {
    width: 150px;
    left: 132px;
  }
}
@media only screen and (max-width: 767px) {
  #leftImgCont .tag_label {
    left: 100px;
  }
  #leftImgCont .corner_label_wrp, #leftImgCont .poly_label_1, #leftImgCont .poly_label_2 {
    left: 98px;
  }
  #leftImgCont .simple_label {
    width: 190px;
  }
}
.variantSummary_n ul, .accorContent ul {
  list-style: initial;
  padding-left: 15px;
}
.variantSummary_n ol, .accorContent ol {
  padding-left: 15px;
}
.variantSummary_n.black_13, .accorContent.black_13 {
  font-size: 13px;
  color: #000000;
}
.variantSummary_n.black_13 p, .accorContent.black_13 p {
  color: #000000 !important;
}

@media only screen and (max-width: 767px) {
  .call-btn-cont {
    display: flex;
  }
  .call-btn-cont .theme_btn_2 {
    max-width: 170px;
    margin: 0 auto;
  }
}
.product-details-content .pro-details-cart .shop_by_enqbtn_prod {
  margin-right: 10px;
}

.product-details-content .pro-details-cart a {
  border: 1px solid #343538;
}

.product-quickview .shop_by_enqBtn {
  margin-bottom: 20px;
}

.yotpo .yotpo-small-box {
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.yotpo .yotpo-regular-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.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: 768px) and (max-width: 991px) {
  #prod_cont .product-details-content .product-details-price span {
    font-size: 20px;
  }
  #prod_cont .product-details-content .product-details-price span.old {
    font-size: 18px;
  }
}
/* menu changes */
.level-1 > a {
  font-size: 12px;
}

.ddCont {
  width: 1000px;
  height: 400px;
  position: absolute;
  top: 60px;
}

.level-2-cont {
  width: 900px; /* height: 400px;*/
  position: absolute;
  top: 37px;
  -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: 3;
}

.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; */
  font-weight: 500;
  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(../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;
}

.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;
}

/*GL-5865 end*/
.selling-price {
  font-weight: bold;
}

.discount-txt {
  font-size: 13px !important;
  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;
}

/*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: 11px 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;
}

.absLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-right-wrap .same-style.account-satting ul {
  left: initial;
  right: -38px;
}

@media only screen and (max-width: 767px) {
  .product-area-wrap .custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* new breadcrumb */
.breadcrumb_wrp {
  border-top: solid 1px #ebebeb;
  padding-top: 18px;
}

.breadcrumb_list {
  width: auto;
  list-style: none;
  display: flex;
}
.breadcrumb_list li {
  font-size: 12px;
}
.breadcrumb_list li.active {
  color: #000000;
}
.breadcrumb_list li a {
  font-size: 12px;
  color: #9a9a9a;
}
.breadcrumb_list .divider {
  margin: 0 10px;
}

/* 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*/
.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_mobile, #cart-dropdown {
  /*.cart_dd_ul{max-height: 450px;}*/
}
.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;
}

#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 .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;
}

.del_code {
  margin-bottom: 25px;
  margin-top: 15px;
}
.del_code .del_label {
  min-width: 80px;
  font-size: 16px;
  color: #000000;
  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;
}

.gallery_list {
  list-style: none;
  float: left;
  margin-left: -5px;
  margin-bottom: 20px;
}

.gallery_list li {
  float: left;
  margin: 5px;
  width: auto;
  border: none;
}

.upload_image {
  width: 90px;
  height: 90px;
  border: 1px dashed #dee3e8;
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.upload_image.image_added .img_wp {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #cccccc;
}

.upload_image img {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.upload_image .closeBtn {
  display: block;
  position: absolute;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  padding: 3px;
  box-sizing: border-box;
  z-index: 2;
  top: -6px;
  right: 0;
  text-shadow: 1px 1px 8px #000000;
  z-index: 10;
  line-height: normal;
}

.add_prdctwpr {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.imageUpload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  z-index: 3;
  -ms-filter: "alpha(opacity=0)";
  overflow: hidden;
  padding: 0;
  border: none;
}

.pluswp_circle {
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #e5f6f8;
  font-size: 18px;
  color: #00abbe;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.add_prdtxt {
  margin: 0;
  font-size: 10px !important;
  color: #999999;
  text-align: center;
  padding-top: 5px;
}

.review_image_cnt {
  display: inline-block;
  width: 100%;
}

.gallery_list.v2 {
  float: none;
  display: inline-block;
  width: 100%;
}
.gallery_list.v2 li .upload_image {
  width: 100px;
  height: 100px;
  border: none;
}

/* reivew image overlay start */
#reivew-image .modal-dialog {
  max-width: 800px;
  width: calc(100% - 20px);
}
#reivew-image .imageElement {
  max-width: 100%;
  border: 1px solid grey;
  border-radius: 5px;
}
#reivew-image .thumnail {
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: inline-flex;
  margin-left: 5px;
  overflow: hidden;
}
#reivew-image .thumnail img {
  width: 100%;
}
#reivew-image .review-name {
  line-height: initial;
}
#reivew-image .review-time {
  font-size: 12px;
}
#reivew-image .review-thm-cont {
  line-height: initial;
}
#reivew-image .review-thm-cont p {
  margin-bottom: 5px;
  font-size: 16px;
}
#reivew-image .review-thm-inn-cont {
  margin-left: -5px;
}
#reivew-image .reivew-image-cont {
  position: relative;
  display: flex;
  justify-content: center;
}
#reivew-image .reivew-image-cont .fas {
  font-size: 40px;
  position: absolute;
  color: grey;
  top: 50%;
  transform: translateY(-50%);
}
#reivew-image .reivew-image-cont .fa-angle-left {
  left: 20px;
}
#reivew-image .reivew-image-cont .fa-angle-right {
  right: 20px;
}

.cstmr_img {
  margin: 0;
  font-size: 16px;
  color: #343538;
  font-weight: 700;
}

.gallery_list {
  list-style: none !important;
  padding: 0 !important;
}

#reivew-image .modal-content .close {
  margin: -30px -20px 0 0;
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  #reivew-image .modal-content .close {
    margin-right: -7px;
  }
}
/* search box - sonali */
.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;
}

/* search box - sonali end*/
#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;
}

#searchDDWrp.ddlist {
  left: 0 !important;
  bottom: inherit;
  right: 0;
  width: 100%;
  top: initial !important;
}

.os-content {
  color: #4c4c4c;
}

.form_loader {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 42px !important;
  background-size: contain;
  background-image: url(../img/loading.gif) !important;
  display: none;
}

.search-content .form_loader {
  right: 35px;
  bottom: 29px !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;
  margin-top: 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 p {
  text-align: left;
}
.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;
}

/* 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;
}
.just_for_you_content .cart-plus-minus .qtybutton.inc {
  height: 30px;
  padding-top: 5px;
}
.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;
}

.header-bottom-support {
  z-index: 0;
}

/*gi badge start*/
.gi_badge {
  margin-top: 0;
}

/*gi badge end*/
.priceLabel {
  margin-bottom: 0;
  font-size: 18px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .q-f12 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-details-content .pro-details-cart a {
    padding: 11px 40px;
  }
}
body {
  padding-right: 0 !important;
}

.pro-description, .variantSummary, .variantSummary_n {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.pro-description p, .variantSummary p, .variantSummary_n p {
  font-size: inherit;
  font-family: inherit;
}

.download_file_wrp a:focus {
  color: initial;
}

.cart-plus-minus input.cart-plus-minus-box, .cart-plus-minus .qtybutton {
  color: #000000;
}
.ios-device .cart-plus-minus input.cart-plus-minus-box {
  font-weight: 500;
}

.fixed_bottom_links a {
  font-weight: 700;
}
.fixed_bottom_links .buy_now_btn {
  border: 1px solid #424242;
}

.prod_Check {
  width: 100%;
}