@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto:400,500,700");
: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;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

button {
  border-radius: 0;
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

.h1, h1 {
  font-size: 2.5rem;
}

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

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

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

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

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

@media only screen and (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (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-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .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-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
.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:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

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

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

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.bg-dark {
  background-color: #343a40 !important;
}

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

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

.modal-open {
  overflow: hidden;
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-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;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
  padding: 5px 0;
}

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

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
  padding: 0 5px;
}

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

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

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

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
  padding: 0 5px;
}

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

.float-left {
  float: left !important;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.bg-dark {
  background-color: #343a40 !important;
}

.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", "Noto Color Emoji";
  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: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

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

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

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

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

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

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

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

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

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

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

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

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

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

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

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

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

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

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

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

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  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;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
    Template Name: Artfurniture - eCommerce HTML5 Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0
*/
/*----------------------------------------*/
/*  Theme Default CSS 
/*----------------------------------------*/
html, body {
  height: 100%;
}

body {
  color: #444444;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846;
  font-family: "Roboto", sans-serif;
}

.clear {
  clear: both;
}

.fix {
  overflow: hidden;
}

.block {
  display: block;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #444;
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus {
  text-decoration: none;
  outline: 0px solid;
}

a:focus,
a:hover {
  color: #303030;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}

a,
button,
input {
  outline: medium none;
  color: #383838;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button {
  border: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

label {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
}

*::-moz-selection {
  background: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #fff;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.mark, mark {
  background: #4fc1f0 none repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #969696;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #969696;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

:-ms-input-placeholder { /* IE 10+ */
  color: #969696;
}

:-moz-placeholder { /* Firefox 18- */
  color: #969696;
}

.default-btn {
  background: #252531 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 45px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.default-btn:hover, .default-btn:focus, .default-btn:active {
  background: #BDA87F;
}

input,
select,
textarea {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

img {
  max-width: 100%;
}

input, textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  box-shadow: none;
  color: #666666;
  font-size: 12px;
  height: 35px;
  padding-left: 10px;
  width: 100%;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

select {
  width: 100%;
  background: #eceff8;
  border: 2px solid #eceff8;
  height: 45px;
  padding-left: 10px;
  box-shadow: none;
  font-size: 14px;
  color: #626262;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

input:focus, textarea:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #c1c1c1;
}

textarea {
  height: 100px;
  padding: 12px 17px;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  box-shadow: none;
  outline: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  outline: 0;
}

/*************************
    Scrollup
*************************/
#scrollUp {
  background: #bda87f none repeat scroll 0 0;
  bottom: 35px;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: fixed;
  right: 12px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
  z-index: 999;
  overflow: hidden;
}

#scrollUp:hover {
  background: #252531;
}

/*************************
    Margin top
*************************/
.mt-10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Margin bottom
*************************/
.mb-10 {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*************************
    Margin left
*************************/
.ml-100 {
  margin-left: 100px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-150 {
  margin-left: 150px;
}

/*************************
    Padding top
*************************/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-105 {
  padding-top: 150px;
}

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

.pt-115 {
  padding-top: 150px;
}

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

.pt-125 {
  padding-top: 150px;
}

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

.pt-135 {
  padding-top: 150px;
}

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

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

/*************************
    Padding right
*************************/
.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

/*************************
    Padding bottom
*************************/
.pb-10 {
  padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-105 {
  padding-bottom: 150px;
}

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

.pb-115 {
  padding-bottom: 150px;
}

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

.pb-125 {
  padding-bottom: 150px;
}

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

.pb-135 {
  padding-bottom: 150px;
}

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

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

/*************************
    Padding left
*************************/
.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

/***************************
    Page section padding 
****************************/
.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

/****************************
    Background variation set 
*****************************/
.bg-white {
  background: #fff;
}

.bg-light {
  background: #F7F7F7;
}

.bg-light-2 {
  background: #f6f6f6;
}

.bg-ash {
  background: #ADBCC1;
}

.bg-golden {
  background: #A9946A;
}

.bg-dark {
  background: #333333;
}

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5 {
  background-attachment: scroll;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-1 {
  background-image: url("../img/bg/1.jpg");
}

.bg-2 {
  background-image: url("../img/bg/2.jpg");
}

.bg-3 {
  background-image: url("../img/bg/3.jpg");
}

.bg-4 {
  background-image: url("../img/bg/4.jpg");
}

.bg-5 {
  background-image: url("../img/bg/5.jpg");
}

[data-overlay] {
  position: relative;
}

[data-overlay]::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

[data-overlay="3"]::before {
  opacity: 0.3;
}

[data-overlay="4"]::before {
  opacity: 0.4;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="56"]::before {
  opacity: 0.56;
}

[data-overlay="6"]::before {
  opacity: 0.6;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

[data-overlay="8"]::before {
  opacity: 0.8;
}

/* white overlay */
[white-overlay] {
  position: relative;
}

[white-overlay]::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

[white-overlay="3"]::before {
  opacity: 0.3;
}

[white-overlay="4"]::before {
  opacity: 0.4;
}

[white-overlay="5"]::before {
  opacity: 0.3;
}

[white-overlay="6"]::before {
  opacity: 0.6;
}

[white-overlay="7"]::before {
  opacity: 0.8;
}

[white-overlay="9"]::before {
  opacity: 0.9;
}

/***********************
    Section Title
************************/
.section-title {
  margin-bottom: 44px;
  position: relative;
}

.section-title > span {
  color: #838383;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title > h2 {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #252531;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.section-title > h2::after {
  background: #ebebeb none repeat scroll 0 0;
  bottom: 13px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.section-title > h2 span {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.section-title.title-style-2 > h2 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.section-title.title-style-2 > h2 span {
  padding: 0 20px;
}

/***********************
    Carosuel Style
************************/
.carousel-style-one {
  position: relative;
}

.carousel-style-one .owl-nav > div {
  background: #ffffff none repeat scroll 0 0;
  border: 4px solid #d7d7d7;
  border-radius: 50%;
  color: #54545b;
  font-size: 14px;
  height: 49px;
  left: -30px;
  line-height: 41px;
  position: absolute;
  top: 40.8%;
  transition: all 0.4s ease-out 0s;
  width: 49px;
}

.carousel-style-one .owl-nav > .owl-next {
  left: auto;
  right: -30px;
}

.carousel-style-one .owl-nav {
  opacity: 0;
  transition: 0.2s;
}

.carousel-style-one:hover .owl-nav {
  opacity: 1;
}

.carousel-style-dot .owl-dots {
  bottom: 25px;
  left: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.carousel-style-dot .owl-dots .owl-dot {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 2px solid #c7b694;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
  display: inline-block;
  transition: 0.3s;
}

.carousel-style-dot .owl-dots .owl-dot:hover, .carousel-style-dot .owl-dots .owl-dot.active {
  opacity: 1;
}

.custom-row {
  margin-left: -15px;
  margin-right: -15px;
}

.custom-col {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-col.w-20 {
  width: 20%;
  float: left;
}

.header-area, .header-four-area, .header-three-area, .header-two-area {
  position: relative;
  z-index: 99;
  color: #fff;
}

.header-top {
  border-bottom: 1px solid #c0cace;
  position: relative;
}

.header-top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: capitalize;
}

.account-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 13px 0 11px;
}

.account-wishlist a {
  border-right: 1px solid #c0cace;
  color: #fff;
  display: inline-block;
  padding: 0 13px;
  position: relative;
}

.account-wishlist a:hover {
  color: #393939;
}

.welcome-text {
  display: block;
  padding: 12px 0;
}

.email-image > span {
  /*display: block*/
}

.logo > a {
  display: inline-block;
}

.email-image {
  display: flex;
  padding: 40px 0;
  align-items: center;
}

.email-image > span:last-child {
  line-height: 28px;
}

.header-search input {
  border: 0 none;
  color: #a1a1a1;
  font-size: 14px;
  height: 100%;
  padding: 0 52px 0 25px;
}

.header-search button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #535353;
  font-size: 18px;
  height: 100%;
  line-height: 43px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  cursor: pointer;
}

.header-search {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  float: left;
  height: 41px;
  margin: 45px 0;
  position: relative;
  width: 470px;
}

.cart-box-wrapper {
  float: right;
  margin: 37px 0 29px;
  position: relative;
}

.cart-info span span {
  background: #85979d none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  margin-left: 7px;
  text-align: center;
  width: 19px;
}

.cart-info > span:last-child {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-top: 5px;
}

.cart-info {
  display: block;
  padding: 10px 0;
}

.cart-dropdown {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #666;
  opacity: 0;
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 390px;
  z-index: 3;
}

.cart-dropdown:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 9px;
  position: absolute;
  right: 28px;
  top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
}

.cart-box-wrapper:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
}

.cart-dropdown > button.close {
  cursor: pointer;
  font-size: 18px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
  top: 9px;
}

.main-menu > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-menu > nav > ul > li {
  position: relative;
}

.main-menu > nav > ul > li a {
  /* color: #fff; */
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 60px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
}

.main-menu > nav > ul > li.active > a, .main-menu > nav > ul > li:hover > a {
  background: #90a1a7 none repeat scroll 0 0;
}

.main-menu > nav > ul > li a:after {
  background: #c6cfd2 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

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

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

.main-menu > nav > ul > li > ul {
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  padding: 30px 30px 26px;
  position: absolute;
  text-align: left;
  top: 100%;
  -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;
  width: 210px;
  z-index: 999;
  background: #fff;
}

.main-menu > nav > ul > li:hover > ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.main-menu > nav > ul > li > ul li {
  display: block;
  padding: 0;
  position: relative;
}

.main-menu > nav > ul > li.megamenu > ul li:last-child {
  margin: 0;
}

.main-menu > nav > ul > li.megamenu > ul > li:first-child {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-menu > nav > ul > li > ul > li a {
  color: #444;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
}

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

.main-menu > nav > ul > li.megamenu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.main-menu > nav > ul > li.megamenu > ul > li {
  float: left;
  margin-right: 35px;
  width: 245px;
}

.main-menu > nav > ul > li.megamenu > ul li:last-child {
  margin: 0;
}

.header-sticky.sticky {
  -webkit-animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.3s ease-in-out 0s normal none 1 running fadeInDown;
  background: #8fa0a6 none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-area .header-sticky.sticky {
  background: rgba(143, 160, 166, 0.85) none repeat scroll 0 0;
}

.mobile-menu-area {
  display: none;
}

.mobile-menu .mean-nav ul.menu-overflow {
  height: 241px;
  overflow-y: auto;
}

.mean-container .mean-bar:after, .mobile-menu-area {
  display: none;
}

.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}

.mean-container a.meanmenu-reveal {
  border: 0 none;
  color: #222;
  margin-top: -81px;
  padding: 2px 0;
  position: absolute;
}

.mean-container a.meanmenu-reveal span {
  background-color: #fff;
}

.mean-container a.meanmenu-reveal:hover span {
  background-color: #222;
}

.mean-container .mean-nav {
  margin-top: 0;
  position: absolute;
}

.mobile-menu-area .menu-close {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #858585;
  height: 40px;
  padding: 0;
  width: 40px;
  margin-bottom: 30px;
}

.mobile-menu-area .menu-close:hover {
  color: #433a8b;
  border-color: #433a8b;
}

.mobile-menu-area .menu-close i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  padding-right: 2px;
}

.mean-container .mean-bar ul li a {
  color: #252525;
  font-size: 12px;
  line-height: 15px;
}

.mean-container .mean-nav ul li a:hover {
  color: #bda87f;
}

.mean-nav ul li a i {
  display: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #bda87f none repeat scroll 0 0;
}

.product-image-hover > a {
  display: block;
  position: relative;
}

.hover-image {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-image-hover > a img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.product-item:hover .hover-image {
  opacity: 1;
}

.product-hover {
  background: #fff none repeat scroll 0 0;
  bottom: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 50px;
  left: 0;
  opacity: 0;
  padding: 14px 0;
  position: absolute;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.product-text {
  padding-top: 43px;
}

.product-item {
  position: relative;
}

.product-image-hover {
  position: relative;
}

.product-item:hover .product-hover {
  box-shadow: 2px 2px 2px 0 #ececec;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-hover > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  cursor: pointer;
  padding: 0;
}

.product-hover a, .product-hover button {
  color: #868686;
  font-size: 20px;
  line-height: 20px;
}

.product-hover > a {
  border-left: 1px solid #e5e5e5;
}

.product-hover > button:focus {
  box-shadow: none;
}

.product-hover a:hover, .product-hover > button:hover {
  color: #bda87f;
}

.product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-rating i {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}

.product-rating i.color {
  color: #bda87f;
}

.product-text > h4 {
  color: #676767;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 7px;
}

.product-text > h4 a:hover {
  color: #bda87f;
}

.product-price > span {
  color: #676767;
  display: inline-block;
  font-size: 15px;
}

.product-price > span.prev-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
}

.product-item > span {
  background: #31a2e2 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-transform: capitalize;
  top: 20px;
  width: 55px;
  z-index: 1;
}

.product-item > span.hot-sale {
  background: #bda87f;
}

.product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.product-rating i {
  color: #ccc;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 16px;
}

.product-rating i.color {
  color: #bda87f;
}

.product-text > h4 {
  color: #676767;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 7px;
}

.product-text > h4 a:hover {
  color: #bda87f;
}

.product-price > span {
  color: #676767;
  display: inline-block;
  font-size: 15px;
}

.product-price > span.prev-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
}

.product-item > span {
  background: #31a2e2 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  left: 0;
  line-height: 25px;
  position: absolute;
  text-transform: capitalize;
  top: 20px;
  width: 55px;
  z-index: 1;
}

.product-item > span.hot-sale {
  background: #bda87f;
}

.footer-top {
  background: #f6f6f6 none repeat scroll 0 0;
  border-top: 1px solid #d9dadf;
  color: #676767;
}

.footer-logo > a {
  display: inline-block;
}

.single-footer-text > span {
  color: #676767;
  display: block;
  font-size: 14px;
  line-height: 30px;
}

.single-footer-text {
  margin: 20px 0 0;
}

.footer-widget-list > li a {
  color: #676767;
  display: inline-block;
  font-size: 14px;
  line-height: 30.5px;
}

.footer-widget-list > li a:hover {
  color: #bda87f;
  padding-left: 10px;
}

.single-footer-widget > h4 {
  color: #252531;
  font-size: 14px;
  line-height: 30px;
  margin: 23px 0 12px;
  text-transform: uppercase;
}

.mc-form {
  background: #fff none repeat scroll 0 0;
  border-radius: 30px;
  color: #a1a1a1;
  height: 41px;
  margin-top: 30px;
  position: relative;
}

.mc-form .email {
  border: 1px solid transparent;
  border-radius: 30px;
  color: #a1a1a1;
  font-size: 12px;
  height: 100%;
  line-height: 49px;
  padding: 0 20px;
}

.mc-news {
  left: -5000px;
  position: absolute;
}

#mc_embed_signup_scroll > button {
  background: #252531 none repeat scroll 0 0;
  border-radius: 0 30px 30px 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  width: 97px;
}

.mc-form .email::-moz-placeholder {
  color: #a1a1a1;
}

.mc-form .email:focus {
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  border-top: 1px solid #e0e0e3;
  font-size: 14px;
  padding: 30px 0;
}

.footer-bottom span, .footer-bottom span a {
  color: #676767;
  display: inline-block;
  padding-top: 5px;
}

.footer-bottom span a:hover {
  color: #000;
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
}

.social-link > a {
  color: #757575;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0 4.8px;
  text-align: center;
  width: 32px;
}

.social-link > a:hover {
  color: #bda87f !important;
}

.payment-image {
  float: right;
}

.social-link > a:first-child {
  margin-left: 0;
}

.header-four-area .welcome-text, .header-three-area .welcome-text {
  color: #84848a;
}

.header-four-area .header-top, .header-three-area .header-top {
  border: 0 none;
}

header-four-area .header-submenu > li > a, .header-three-area .header-submenu > li > a {
  color: #84848a;
  font-size: 12px;
}

.header-four-area .header-submenu > li > a:hover, .header-three-area .header-submenu > li > a:hover {
  color: #222;
}

.header-four-area .account-wishlist > a, .header-three-area .account-wishlist > a {
  color: #84848a;
}

.header-four-area .account-wishlist > a:hover, .header-three-area .account-wishlist > a:hover {
  color: #222;
}

.header-four-area .header-submenu, .header-three-area .header-submenu {
  padding: 12px 0 13px;
}

.header-four-area .logo, .header-three-area .logo {
  padding: 40px 0;
}

.header-four-area .header-search > input:focus, .header-three-area .header-search > input:focus {
  box-shadow: none;
}

.header-four-area .header-search > input, .header-three-area .header-search > input {
  color: #fff;
  border-radius: 25px;
}

.header-four-area .header-search > input::-moz-placeholder, .header-three-area .header-search > input::-moz-placeholder {
  color: #d4c8b2;
}

.header-four-area .header-search button, .header-three-area .header-search button {
  color: #fff;
}

.header-four-area .menu-wrapper, .header-three-area .menu-wrapper {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e4e4e4;
}

.header-four-area .main-menu > nav > ul > li a:after, .header-three-area .main-menu > nav > ul > li a:after {
  display: none;
}

.header-four-area .main-menu > nav > ul > li > a, .header-three-area .main-menu > nav > ul > li > a {
  border-left: 1px solid #eeeeef;
  color: #252531;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.header-four-area .main-menu > nav > ul > li:first-child a, .header-three-area .main-menu > nav > ul > li:first-child a {
  border-left: 0;
}

.header-four-area .main-menu > nav > ul > li.active > a, .header-four-area .main-menu > nav > ul > li:hover > a, .header-three-area .main-menu > nav > ul > li.active > a, .header-three-area .main-menu > nav > ul > li:hover > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #bda87f;
}

.header-four-area .sticky, .header-three-area .sticky {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

.header-four-area .sticky .menu-wrapper, .header-three-area .sticky .menu-wrapper {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: transparent;
}

.header-four-area .header-search {
  background: #a08a5f none repeat scroll 0 0;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  padding: 14px 0;
  margin: 0;
}

.breadcrumb-item > a {
  color: #fff;
}

.breadcrumb-item.active {
  color: #bda87f;
  padding: 0 8.5px;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  font-size: 14px;
  padding-left: 4px;
  padding-right: 12px;
  position: relative;
  top: 1px;
}

.breadcrumb-item a:hover {
  color: #bda87f;
}

.red {
  background: red none repeat scroll 0 0;
}

.single-product-thumbnail {
  margin-top: 20px;
  width: 100%;
}

.single-product-thumbnail {
  margin-top: 20px;
  width: 100%;
}

.single-product-thumbnail .slick-list .p-thumb {
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product-thumbnail .slick-list .p-thumb img {
  cursor: pointer;
  width: 100%;
}

.single-product-thumbnail .p-thumb:after {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-product-thumbnail .p-thumb.slick-current {
  border-color: #bda87f;
}

.single-product-thumbnail .p-thumb.slick-current:after {
  opacity: 1;
}

.single-product-image .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #999;
  cursor: pointer;
  font-size: 47px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
}

.single-product-image .slick-arrow.slick-prev {
  left: -50px;
}

.single-product-image .slick-arrow.slick-next {
  right: -50px;
}

.single-product-image:hover .slick-arrow {
  opacity: 1;
}

.single-product-image .slick-arrow:focus {
  box-shadow: none;
}

.single-product-image:hover .slick-arrow.slick-prev {
  left: 0;
}

.single-product-image:hover .slick-arrow.slick-next {
  right: 0;
}

.single-product-image .p-image img {
  width: 100%;
}

.p-d-wrapper h1 {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}

.p-d-wrapper {
  font-family: Poppins, sans-serif;
  padding-left: 27px;
}

.p-rating-review .product-rating {
  display: block;
  margin: 0;
}

.p-rating-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}

.p-rating-review .product-rating i {
  letter-spacing: -1.5px;
}

.p-rating-review > span {
  display: block;
  margin: 0 3px 0 22px;
}

.p-rating-review > a {
  display: block;
  padding: 0 5px;
}

.p-rating-review > a:hover {
  color: #bda87f;
}

.p-d-price {
  color: #676767;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
  margin-left: 9px;
}

.model-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}

.model-stock > span span {
  font-weight: 700;
  margin-right: 8px;
  margin-left: -3px;
}

.model-stock > span {
  color: #7d7d7d;
  display: block;
  font-weight: 400;
  margin-left: 23px;
}

.qty-cart-add > label {
  -ms-flex-item-align: center;
  align-self: center;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  margin: 0 13px 0 0;
  text-transform: capitalize;
}

.qty-cart-add {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin: 21px 0 20px;
}

.qty-cart-add > input {
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  color: #444;
  font-size: 14px;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  width: 75px;
}

.qty-cart-add > input, .qty-cart-add > input:focus, .qty-cart-add > input:hover {
  -moz-appearance: textfield;
}

.qty-cart-add > input::-moz-progress-bar {
  color: #444;
}

.qty-cart-add > input:focus {
  box-shadow: none;
}

.qty-cart-add > a {
  background: #bda87f none repeat scroll 0 0;
  border-radius: 29px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 41px;
  text-transform: uppercase;
}

.p-d-buttons {
  border-top: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 19px;
}

.qty-cart-add > .no-spin::-moz-placeholder {
  color: #444;
}

.qty-cart-add > a:hover {
  background: #444 none repeat scroll 0 0;
}

.scroll-area {
  padding-top: 62px;
}

.p-d-tab-container {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.p-tab-btn {
  border-bottom: 1px solid #e5e5e5;
}

.p-tab-btn .nav a {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-right: 25px;
  text-transform: uppercase;
}

.p-tab-btn .nav {
  padding-bottom: 6px;
}

.p-tab-btn .nav a.active {
  color: #222;
}

.tab-items {
  padding: 20px;
}

.p-details-list > span {
  display: block;
  line-height: 21px;
  margin-bottom: 9px;
  margin-left: 40px;
  position: relative;
}

.p-details-list > span:after {
  background: #474747 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: -12px;
  position: absolute;
  top: 8.5px;
  width: 5px;
}

.p-details-list > p {
  margin-bottom: 9px;
}

.tab-items {
  padding: 20px;
}

.p-image {
  padding: 0 43px 51px;
  width: 24%;
}

.list-unstyled .varImgList .prod_spec a {
  background-color: transparent;
}

.powrdByWp {
  margin-bottom: 45px;
}

.powrdByWp .txt {
  font-size: 12px;
  margin-bottom: 0;
  color: #666;
  display: inline-block;
  vertical-align: middle;
}

.powrdByWp .imgWp {
  width: 103px;
  line-height: 0;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}

.imgWp img {
  width: 100%;
}

.cart-box-wrapper {
  float: right;
  margin: 37px 0 29px;
  position: relative;
}

.cart-info span span {
  background: #85979d none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  margin-left: 7px;
  text-align: center;
  width: 19px;
}

.cart-info > span:last-child {
  color: #ffffff;
  display: block;
  font-size: 14px;
  padding-top: 5px;
}

.cart-info {
  display: block;
  padding: 10px 0;
}

.cart-dropdown {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  color: #666666;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 25px 0;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 390px;
  z-index: 3;
}

.cart-dropdown:after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 9px;
  position: absolute;
  right: 28px;
  top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9px;
}

.cart-number span {
  font-weight: 700;
}

.cart-number {
  display: block;
}

.cart-item-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
  padding: 0 30px;
}

.cart-amount {
  text-align: right;
}

.cart-amount h5 {
  color: #666666;
  display: block;
  font-size: 13px;
  margin-bottom: 7px;
  padding: 0 8px;
  font-family: "Roboto", sans-serif;
}

.cart-amount h4 {
  color: #666666;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.grey-button {
  background: #e3e3e3 none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  color: #333333;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 30px;
  padding: 13px 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.cart-item-a-wrapper {
  border-bottom: 1px solid #cccccc;
}

.cart-p-image > a {
  display: inline-block;
}

.cart-item-a-wrapper > a {
  margin-bottom: 30px;
}

.cart-dropdown-item {
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px;
  padding: 16px 0 23px;
}

.cart-p-text {
  display: inline-block;
  line-height: 23px;
  padding-right: 15px;
  text-align: right;
}

.cart-p-name {
  color: #676767;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.cart-p-text > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.cart-p-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-p-qty label {
  color: #666666;
  font-size: 13px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0;
  padding-right: 14px;
  text-transform: capitalize;
}

.cart-p-qty > input {
  border: 1px solid #c2c2c2;
  color: #444444;
  font-size: 14px;
  height: 32px;
  padding: 0 10px;
  text-align: center;
  width: 50px;
}

.cart-p-qty > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #303030;
  font-size: 14px;
  line-height: 39px;
  margin-left: 4px;
  cursor: pointer;
}

.cart-dropdown-item:nth-last-of-type(2) {
  border: 0 none;
}

.cart-btn-wrapper {
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding-top: 15px;
}

.cart-btn-wrapper a {
  margin: 0 15px;
}

.cart-dropdown > button.close {
  cursor: pointer;
  font-size: 18px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 10px;
  top: 9px;
}

.grey-button:hover {
  background: #bda87f none repeat scroll 0 0;
  border-color: #bda87f;
  color: #fff;
}

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

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

.breadcrumb-area .alert {
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  z-index: 2;
}

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

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

.prodSummary ul li, .variantSummary ul li, .add_info ul li {
  position: relative;
  padding-left: 17px;
  margin: 2px 0;
}
.prodSummary ul li:before, .variantSummary ul li:before, .add_info ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  top: 4px;
}
.prodSummary ul li:after, .variantSummary ul li:after, .add_info ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 3px;
  top: 7px;
}

.menu_txt {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  margin-left: -4px;
}

/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1400px) {
  .single-slide {
    height: 496px;
  }
  .slider-two-area .single-slide {
    height: 478px;
  }
  .slider-three-area .single-slide {
    height: 417px;
  }
  .slider-four-area .single-slide {
    height: 466px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .single-slide {
    height: 376px;
  }
  .header-search {
    width: 360px;
  }
  .cart-dropdown {
    width: 300px;
  }
  .product-widget-item .product-text {
    padding: 0 0 0 5px;
  }
  .product-wid-img {
    width: 27%;
  }
  .single-information {
    display: block;
    text-align: center;
  }
  .s-info-img > img {
    padding-bottom: 15px;
  }
  .footer-bottom span {
    font-size: 13px;
  }
  .main-menu > nav > ul > li.megamenu > ul > li {
    width: 140px;
  }
  .header-three-area .header-top {
    padding: 0;
  }
  .email-image span span {
    display: none;
  }
  .header-three-area .header-search {
    width: 340px;
  }
  .slider-three-area .single-slide {
    height: 399px;
  }
  .slider-three-area .single-slide h2 {
    margin-bottom: 21px;
  }
  .slider-three-area .banner-btn {
    margin: 29px 0 49px;
  }
  .slider-four-area .single-slide {
    height: 500px;
  }
  .cart-main-area .cart-table table .p-amount {
    width: 15%;
  }
  .single-panel:first-child {
    padding-right: 15px;
  }
  .single-widget-opt > label:hover {
    padding-left: 3px;
  }
  .header-two-area .main-menu > nav > ul > li:last-child {
    margin-right: 0;
  }
  #list .product-text {
    padding-left: 0;
  }
  #mc_embed_signup_scroll > button {
    border-radius: 30px;
    margin-top: 13px;
    position: inherit;
  }
  .mc-form {
    margin-top: 22px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-submenu > li > a {
    padding: 0 12px;
  }
  .account-wishlist > a {
    padding: 0 12px;
  }
  .header-search {
    width: 205px;
  }
  .cart-dropdown {
    padding: 20px 0 17px;
    width: 289px;
  }
  .cart-dropdown-item {
    padding: 8px 0 15px;
  }
  .cart-item-a-wrapper > a {
    margin-bottom: 20px;
  }
  .cart-btn-wrapper {
    margin: 0;
  }
  .single-slide {
    height: 370px;
  }
  .slider-banner h1 {
    font-size: 27px;
    padding-top: 20px;
  }
  .slider-banner h2 {
    font-size: 32px;
    margin: 0 0 15px;
  }
  .slider-banner {
    padding: 0;
  }
  .col-md-6:nth-child(1) .single-product-widget, .col-md-6:nth-child(2) .single-product-widget {
    margin-bottom: 30px;
  }
  .single-information {
    display: block;
    padding: 0;
    text-align: center;
  }
  .s-info-img {
    padding-bottom: 12px;
  }
  .single-footer-widget {
    margin-bottom: 25px;
  }
  .footer-top {
    padding: 80px 0 50px;
  }
  .modal-dialog {
    height: 366px;
    width: 90%;
  }
  .modal-content {
    padding: 72px 50px 25px;
  }
  .email-image span span, .display-none {
    display: none;
  }
  .cart-box-wrapper {
    float: left;
    margin-left: 30px;
  }
  .mobile-menu-area {
    display: block;
  }
  .header-two-area .cart-box-wrapper {
    margin-right: 52px;
  }
  .header-sticky.sticky {
    animation: 0s ease 0s normal none 1 running none;
    position: inherit;
  }
  .header-three-area .header-top {
    padding: 0;
  }
  .header-three-area .welcome-text {
    font-size: 12px;
  }
  .header-three-area .header-search {
    margin: 28px 0 35px;
    width: 488px;
  }
  .header-four-area .header-search {
    margin: 28px 0 35px;
    width: 560px;
  }
  .header-three-area .logo, .header-four-area .logo, .header-three-area .email-image, .header-four-area .email-image {
    padding-bottom: 0;
  }
  .header-three-area .cart-box-wrapper, .header-four-area .cart-box-wrapper {
    margin: 11px 0 7px 32px;
  }
  .slider-three-area .single-slide {
    height: 420px;
  }
  .slider-three-area .single-slide h2 {
    margin-bottom: 30px;
  }
  .slider-three-area .banner-btn {
    margin: 37px 0 57px;
  }
  .slider-four-area .single-slide h1 {
    font-size: 27px;
    margin-bottom: 25px;
  }
  .slider-four-area .single-slide {
    height: 416px;
  }
  .slider-four-area .banner-btn {
    margin: 35px 0 42px;
  }
  .product-tab-list a {
    margin: 0 13px;
  }
  .banner-container.banner-style-2 {
    padding: 20px 20px 30px;
  }
  .ht-banner-content {
    padding: 0;
  }
  .about-skill-test {
    padding: 0 0 30px;
  }
  .team-hover {
    padding: 29px 0 28px;
  }
  .my-account-area .col-lg-6:first-child form {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .single-widget:last-child {
    margin: 0;
  }
  .single-widget .tags li {
    margin-bottom: 0;
  }
  .single-widget:first-child {
    margin-top: 50px;
  }
  .p-image {
    padding: 0 22px 51px;
    width: 43%;
  }
  .cart-main-area .cart-table table .p-name {
    width: 33%;
  }
  .cart-main-area .cart-table table .p-amount {
    padding: 13px 12px;
    width: 28%;
  }
  .col-md-12:last-child .ht-shipping-content, .col-md-12:last-child .ht-shipping-content .amount-totals {
    margin: 0;
  }
  .col-md-12:last-child .ht-shipping-content {
    padding-top: 50px;
  }
  .single-panel:first-child {
    padding-right: 15px;
  }
  .checkout-area .panel-group {
    padding: 0;
  }
  .checkout-area {
    padding-bottom: 60px;
  }
  .checkout-progress {
    padding-top: 32px;
  }
  .p-d-wrapper {
    padding: 0;
  }
  .p-d-buttons > a:last-child {
    margin: 0;
  }
  .p-d-buttons > a {
    padding: 0 14px;
  }
  .submit-review-wrapper {
    width: 67%;
  }
  .product-wid-img {
    width: 15%;
  }
  .sidebar-widget .banner-image {
    width: 38%;
  }
  .pagination-wrapper {
    margin: 10px 0 50px;
  }
  .sidebar-widget .product-widget-item:last-child {
    padding-bottom: 5px;
  }
  #list .product-item:last-child {
    border: 0 none;
  }
  .wishlist-table table .product-add-to-cart {
    width: 168px;
  }
  .wishlist-table table .product-add-to-cart > a {
    padding: 10px 20px;
  }
  .contact-address-info {
    padding: 40px 47px 36px;
  }
  .carousel-style-one .owl-nav > div {
    left: -15px;
  }
  .carousel-style-one .owl-nav > .owl-next {
    right: -15px;
  }
  .banner-area.style-1 .banner-image {
    margin-bottom: 30px;
  }
  .banner-area.style-1 .col-md-4:last-child .banner-image, .banner-area.style-1 .col-md-6:last-child .banner-image {
    margin-bottom: 0;
  }
  .banner-area.style-1 .ht-banner-content {
    flex-wrap: wrap;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .header-top-links {
    display: block;
    justify-content: flex-start;
  }
  .header-submenu {
    float: left;
    padding-top: 5px;
  }
  .account-wishlist {
    display: block;
    float: left;
    padding: 0px 0 11px;
  }
  .header-submenu > li > a {
    padding: 0 16px;
  }
  .header-submenu:first-of-type > li > a {
    padding-left: 0;
  }
  .header-submenu:last-of-type > li > a {
    border: 0 none;
  }
  .h-submenu {
    left: auto;
    right: 0;
    width: 86px;
  }
  .account-wishlist > a:first-child {
    padding-left: 0;
  }
  .account-wishlist > a {
    padding: 0 18px;
  }
  .account-wishlist > a:last-child {
    border: 0 none;
  }
  .header-middle-area .logo {
    padding: 25px 0 0;
  }
  .email-image, .welcome-text {
    display: none;
  }
  .header-search {
    height: 36px;
    margin: 18px 18px 12px 0;
    width: 62%;
  }
  .cart-box-wrapper {
    float: left;
    margin: 0 0 19px;
  }
  .cart-box-wrapper {
    margin: 0 0 8px;
  }
  .cart-dropdown {
    left: auto;
    right: -42px;
    width: 289px;
  }
  .cart-p-image img {
    width: 56px;
  }
  .cart-item-a-wrapper > a, .cart-btn-wrapper a {
    line-height: 12px;
    margin-bottom: 20px;
  }
  .cart-dropdown-item {
    padding: 13px 0 12px;
  }
  .cart-btn-wrapper {
    margin: 0;
  }
  .cart-btn-wrapper a {
    margin-bottom: 0;
  }
  .single-slide {
    height: 262px;
  }
  .slider-banner h1 {
    font-size: 20px;
    line-height: 17px;
    margin-bottom: 9px;
    padding: 0;
  }
  .slider-banner > h2 {
    font-size: 26px; /*line-height: 20px;*/
    margin: 0 0 12px;
  }
  .slider-banner {
    padding: 0;
  }
  .slider-banner > p {
    font-size: 14px;
  }
  .banner-btn {
    margin-top: 15px;
    padding: 6px 24px;
  }
  .slider-area .owl-dots {
    bottom: 9px;
  }
  .pt-90 {
    padding-top: 60px;
  }
  .pb-90 {
    padding-bottom: 60px;
  }
  .banner-area.style-1 .banner-image {
    margin-bottom: 30px;
  }
  .banner-area.style-1 .col-md-4:last-child .banner-image, .banner-area.style-1 .col-md-6:last-child .banner-image {
    margin-bottom: 0;
  }
  .sidebar-widget .banner-image {
    margin: 0;
  }
  .col-lg-3:last-child .banner-image, .col-md-6:last-child .banner-image {
    margin: 0;
  }
  .carousel-style-one .owl-nav > div {
    left: 10px;
  }
  .carousel-style-one .owl-nav > .owl-next {
    right: 10px;
  }
  .pb-85 {
    padding-bottom: 55px;
  }
  .ptb-90 {
    padding: 60px 0;
  }
  .ptb-80 {
    padding: 50px 0;
  }
  .ptb-60 {
    padding: 30px 0;
  }
  .section-title > h2 span {
    padding: 0 10px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .product-widget-title {
    margin-bottom: 18px;
  }
  .product-widget-item {
    padding: 10px 0 11px;
  }
  .single-product-widget {
    margin-bottom: 25px;
  }
  .col-md-6:last-child .single-product-widget {
    margin: 0;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .single-information {
    margin: 10px 0;
  }
  .pt-80 {
    padding-top: 50px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .footer-bottom span, .footer-bottom span a {
    padding: 0;
    text-align: center;
  }
  .social-link {
    padding: 8px 0 12px;
  }
  .modal-dialog {
    height: 287px;
    width: 90%;
  }
  .modal-content {
    padding: 18px 20px 0;
  }
  .newsletter-content > h2 {
    font-size: 31px;
    margin-bottom: 9px;
  }
  .newsletter-content > input {
    margin: auto auto 14px;
    width: 100%;
  }
  .newsletter-content > h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .cart-dropdown::after {
    right: 56px;
  }
  .mean-container {
    padding: 0 15px;
    width: 100%;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -74px;
  }
  .feature-product-area {
    padding: 60px 0 30px;
  }
  .col-md-4:last-child .banner-image {
    margin-bottom: 0;
  }
  .mobile-menu-area {
    display: block;
    padding: 0;
  }
  .display-none {
    display: none;
  }
  .custom-container {
    padding: 0 15px;
  }
  .slider-two-area {
    padding: 0 15px;
  }
  .header-two-content {
    justify-content: flex-start;
  }
  .header-two-area .logo {
    padding: 20px 0 0;
  }
  .header-two-area .search-form-two form {
    left: 0;
    right: auto;
    width: 290px;
  }
  .header-two-area .header-settings > ul {
    left: 0;
    right: auto;
  }
  .header-two-area .cart-dropdown {
    left: -25px;
    width: 230px;
  }
  .header-sticky.sticky {
    animation: 0s ease 0s normal none 1 running none;
    position: inherit;
  }
  .slider-two-area .slider-banner {
    padding-left: 10px;
  }
  .slider-two-area .banner-btn {
    margin-bottom: 35px;
    margin-top: 13px;
    padding: 5px 16px;
  }
  .single-slide {
    background-position: 35% center;
  }
  .slider-two-area .single-slide p {
    color: #000000;
  }
  .slider-two-area .carousel-style-dot .owl-dots {
    bottom: 15px;
  }
  .header-three-area .header-top {
    padding: 0;
  }
  .header-three-area .header-submenu:first-child > li:first-child > a, .header-four-area .header-submenu:first-child > li:first-child > a {
    border-left: 0 none;
  }
  .header-three-area .account-wishlist, .header-four-area .account-wishlist {
    display: flex;
    padding: 0 0 16px;
  }
  .header-three-area .welcome-text, .header-four-area .welcome-text {
    padding: 16px 0 0;
  }
  .header-three-area .header-middle-area {
    padding: 0 14px;
  }
  .header-four-area .header-middle-area {
    padding: 0;
  }
  .header-three-area .header-search, .header-four-area .header-search {
    margin: 12px 9px 8px 0;
    width: 61%;
  }
  .header-three-area .header-submenu, .header-four-area .header-submenu {
    padding: 10px 0 8px;
  }
  .header-three-area .mean-container .mean-nav, .header-four-area .mean-container .mean-nav {
    margin-top: 0;
  }
  .header-three-area .header-middle-area .logo, .header-four-area .header-middle-area .logo {
    padding: 28px 0 8px;
  }
  .slider-three-area .single-slide, .slider-four-area .single-slide {
    height: 310px;
  }
  .slider-three-area .single-slide h1 {
    font-size: 24px;
    line-height: 23px;
  }
  .slider-three-area .single-slide h2 {
    font-size: 21px;
    line-height: 18px;
    margin-bottom: 16px;
  }
  .slider-three-area .banner-btn {
    margin: 18px 0 70px;
    padding: 4px 18px;
  }
  .banner-container {
    margin-top: -43px;
    padding: 15px 15px 30px;
  }
  .header-three-area .cart-dropdown {
    left: -15px;
  }
  .slider-three-area .carousel-style-dot .owl-dots {
    bottom: 56px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .pb-95 {
    padding-bottom: 65px;
  }
  .feature-product-area.pt-100.pb-70 {
    padding: 70px 0 40px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .slider-four-area .single-slide h1 {
    font-size: 21px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .slider-four-area .banner-btn {
    margin: 18px 0 40px;
    padding: 4px 14px;
  }
  .slider-four-area .carousel-style-dot .owl-dots {
    bottom: 53px;
  }
  .product-tab-list a img {
    margin-bottom: 7px;
  }
  .product-tab-list a {
    margin: 10px 1px;
  }
  .product-tab-list {
    padding: 0 0 20px;
  }
  .banner-container.banner-style-2 {
    padding: 15px 15px 9px;
  }
  .ht-banner-content {
    display: block;
    padding: 0;
  }
  .about-skill-area h2 {
    margin-bottom: 13px;
  }
  .about-skill-test {
    padding: 0 0 18px;
  }
  .about-skill-test > p:nth-child(1) {
    margin-bottom: 15px;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .col-lg-4:last-child .single-team {
    margin-bottom: 10px;
  }
  .about-skill-area {
    padding: 45px 0 26px;
  }
  .about-skill-test > p:last-child {
    margin-bottom: 20px;
  }
  .my-account-area .col-lg-6:first-child form {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .blog-section .col-md-6:last-child .single-blog {
    margin-bottom: 20px;
  }
  .blog-details-area h5 {
    letter-spacing: 0;
    line-height: 24px;
    padding-top: 22px;
  }
  .blog-details-text > p.quote {
    margin: 23px 8px 15px 30px;
  }
  .comment-reply-area {
    padding-top: 40px;
  }
  .comment-information > span {
    float: none;
  }
  .comment-information > span a:first-child {
    margin-left: 0;
  }
  .single-comments.pl-100 {
    padding-left: 23px;
  }
  .single-comments {
    margin-bottom: 20px;
  }
  .blog-details-area .single-widget:last-child {
    margin: 0;
  }
  .comment-form {
    margin-bottom: 40px;
  }
  .new-comment-post textarea {
    margin-bottom: 30px;
  }
  .all-cart-buttons button:last-child, .all-cart-buttons button:nth-child(2), .all-cart-buttons button:first-of-type {
    display: block;
    float: none;
    margin: 10px auto;
    width: 238px;
  }
  .cart-main-area .all-cart-buttons {
    justify-content: center;
    overflow: hidden;
    padding: 30px 0;
  }
  .cart-main-area .cart-table table td.p-image a {
    width: 123px;
  }
  .p-image {
    padding: 20px;
  }
  .cart-main-area .cart-table table th, .cart-main-area .cart-table table .p-total {
    padding: 13px 15px;
  }
  .col-md-12:first-child .ht-shipping-content {
    margin-bottom: 17px;
  }
  .ht-shipping-content, .amount-totals {
    margin-bottom: 43px;
  }
  .col-md-12:last-child .ht-shipping-content {
    margin-bottom: 0;
    margin-top: 37px;
  }
  .col-md-12:last-child .ht-shipping-content .amount-totals {
    margin-bottom: 0;
  }
  .cart-main-area {
    padding-bottom: 33px;
  }
  .amount-totals {
    padding-left: 0;
  }
  .amount-totals .button {
    float: none;
  }
  .amount-totals > p {
    text-align: left;
  }
  .single-panel:first-child {
    padding: 0;
  }
  .single-panel {
    width: 100%;
  }
  .checkout-area .panel-body {
    margin-bottom: 30px;
    padding: 22px 15px;
  }
  .panel-body p.fast-check:nth-of-type(3) {
    margin-bottom: 23px;
  }
  .single-checkout > h4 {
    margin: 0 0 14px;
  }
  .single-panel:last-child {
    padding: 33px 0 0;
  }
  .customer-name > div:nth-child(1), .customer-info > div:nth-child(1), .city-country > div:first-child, .customer-name > div:nth-child(2), .customer-info > div:nth-child(2), .city-country > div:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  .city-country .state select {
    margin-bottom: 18px;
  }
  .checkout-area .login-form p {
    margin-bottom: 6px;
  }
  .checkout-table.table-responsive {
    padding: 0;
  }
  .checkout-table tbody td.p-name {
    font-size: 14px;
  }
  .checkout-area .panel-group {
    padding: 0 0 25px;
  }
  .checkout-progress {
    margin-bottom: 30px;
  }
  .p-d-wrapper {
    padding: 40px 0 0;
  }
  .p-d-buttons > a {
    float: none;
    margin: 10px auto;
    width: 100%;
  }
  .p-d-buttons {
    display: block;
    padding: 18px 0 13px;
    text-align: center;
  }
  .scroll-area {
    padding-top: 0;
  }
  .p-d-tab-container .tab-items {
    padding: 20px 0 0;
  }
  .p-details-list > span {
    margin-left: 15px;
  }
  .p-review-wrapper {
    padding: 0;
  }
  .p-review-wrapper .section-title {
    margin-bottom: 23px;
  }
  .p-tab-ratings {
    padding: 0;
    width: 128px;
  }
  .p-review-wrapper > h2 {
    margin-bottom: 10px;
  }
  .p-rating-info > span:first-child {
    margin-bottom: 2px;
  }
  .p-rating-info {
    padding: 0;
  }
  .p-tab-contents {
    margin-bottom: 30px;
  }
  .submit-review-wrapper {
    width: 100%;
  }
  .submit-rating-container {
    display: block;
  }
  .submit-review-wrapper > h4 {
    margin-bottom: 15px;
  }
  .submit-rating-wrapper {
    padding: 0;
  }
  .submit-rating-title > h4 {
    margin-bottom: 16px;
  }
  .rating-form {
    padding-left: 0;
    padding-top: 15px;
  }
  .rating-form > button {
    margin-bottom: 20px;
    margin-left: 82px;
  }
  .rating-form-box {
    margin-bottom: 15px;
  }
  .related-product-carousel .product-item {
    margin-bottom: 20px;
  }
  .sidebar-widget {
    margin-bottom: 30px;
  }
  .shop-banner {
    margin-bottom: 20px;
  }
  .ht-product-tab {
    display: block;
  }
  .shop-results select option {
    font-size: 13px;
    padding: 5px;
  }
  .shop-results select {
    padding: 5px;
    width: 85px;
  }
  .shop-content-wrapper .shop-items {
    padding-top: 3px;
  }
  .shop-content-wrapper {
    padding: 0;
  }
  .pagination-wrapper {
    margin: 10px 0 40px;
  }
  .pagination-wrapper .shop-results select {
    width: 48px;
  }
  .pagination-wrapper .shop-results > span:first-of-type {
    margin-right: 7px;
  }
  #list .product-image-hover {
    width: 100%;
  }
  #list .product-item {
    display: block;
  }
  #list .product-text {
    padding-top: 22px;
    padding-left: 0;
  }
  #list .product-text > h4 {
    margin-bottom: 9px;
  }
  #list .product-price {
    margin-bottom: 9px;
  }
  #list .product-text > p {
    margin-bottom: 15px;
  }
  #list .product-item:last-child {
    border: 0 none;
  }
  #list .product-item:first-child {
    padding-top: 0;
  }
  .product-stock-status span {
    display: block;
    width: 104px;
  }
  .w-c-price span {
    display: block;
    width: 81px;
  }
  .wishlist-table table .product-add-to-cart {
    display: block;
    width: 168px;
  }
  .col-lg-3:last-child .product-widget-item:last-child {
    padding-bottom: 0;
  }
  .form-action p.lost_password {
    padding-left: 6px;
  }
  .my-account-area .form-action > button {
    margin-right: 5px;
  }
  .my-account-area .form-action label {
    float: left;
  }
  .single-widget .recent-text > h5 {
    padding-top: 0;
  }
  .cart-main-area select.country, .postal-code > input {
    width: 100%;
  }
  .google-map-area {
    margin-bottom: 50px;
  }
  .contact-address-info {
    margin-top: 30px;
    padding: 38px 32px 28px;
  }
  .single-contact-adrs {
    margin: 11px 0;
    width: 100%;
  }
  .product-details-area {
    padding-bottom: 48px;
    padding-top: 35px;
  }
  .upsell-products-area {
    padding: 21px 0 27px;
  }
  .shop-area .product-item {
    margin-bottom: 25px;
  }
  .wishlist-table tfoot td {
    padding: 0;
  }
  .header-two-area .cart-dropdown::after {
    left: 32px;
  }
  .header-area .header-top {
    padding-top: 10px;
  }
  .header-three-area .header-search input {
    padding: 0 40px 0 16px;
  }
  .header-three-area .header-search button {
    font-size: 17px;
    line-height: 40px;
    width: 44px;
  }
  .header-three-area .cart-dropdown {
    left: auto;
    right: -55px;
  }
  .header-three-area .cart-dropdown::after {
    right: 66px;
  }
  .newsletter-content > p {
    margin-bottom: 10px;
  }
  .checkbox_newsletter {
    padding: 0;
  }
  .modal button.close {
    height: 21px;
    padding: 3px;
    top: -22px;
    width: 62px;
  }
  .footer-bottom span {
    display: block;
  }
  .payment-image {
    float: none;
    text-align: center;
  }
  .grid-item:last-of-type .banner-image {
    margin: 0;
  }
  .banner-container.banner-style-2 .col-md-6:first-child .banner-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 359px) {
  .cart-dropdown {
    left: auto;
    right: -80px;
    width: 289px;
  }
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .account-wishlist {
    float: left;
  }
  .header-submenu > li > a {
    padding: 0 11px;
  }
  .header-submenu:last-of-type > li > a {
    border-right: 1px solid #c0cace;
  }
  .account-wishlist > a {
    padding: 0 12px;
  }
  /* .account-wishlist > a:first-child {padding-left: 12px;} */
  .blog-image img {
    width: 100%;
  }
  .all-cart-buttons button:last-child, .all-cart-buttons button:nth-child(2), .all-cart-buttons button:first-of-type {
    margin: 10px 0;
  }
  .checkout-buttons {
    padding: 20px 18px;
  }
  .p-d-buttons > a {
    margin: 10px 5px 10px 0;
    width: auto;
  }
  .sidebar-widget .banner-image {
    width: 64%;
  }
  .ht-product-tab, #list .product-item, .p-d-buttons, .header-top-links {
    display: flex;
  }
  #list .product-image-hover {
    width: 66%;
  }
  .form-action p.lost_password {
    padding-right: 14px;
  }
  .header-two-area .custom-container .col-lg-3 {
    float: left;
    width: 56%;
  }
  .header-two-area .custom-container .col-lg-2 {
    float: left;
    width: 44%;
  }
  .header-two-area .cart-dropdown {
    left: auto;
    right: -8px;
  }
  .header-two-area .cart-dropdown::after {
    left: auto;
    right: 27px;
  }
  .header-two-area .search-form-two form {
    left: auto;
    right: -9px;
  }
  .header-two-area .header-settings > ul {
    left: auto;
    right: -10px;
  }
  .header-area .account-wishlist {
    padding: 4px 0 11px;
  }
  .header-three-area .header-search, .header-four-area .header-search {
    margin: 8px 16px 8px 0;
    width: 72%;
  }
  .header-three-area .account-wishlist, .header-four-area .account-wishlist {
    padding: 11px 0 7px;
  }
  .modal-dialog {
    height: 230px;
    width: 65%;
  }
  .modal-content {
    padding: 10px 20px 0;
  }
  .newsletter-content > h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .newsletter-content > input {
    margin: auto auto 14px;
    width: 100%;
  }
}
.clear {
  clear: both;
}

.cart_wraper {
  height: 235px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.cart_wraper .cart-dropdown-item {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}

.main-menu > nav > ul {
  flex-flow: wrap;
}

a.button {
  background: #252531 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 39px;
  padding: 0 27px;
  text-transform: uppercase;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

.p0_20 {
  padding: 0 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.m0 {
  margin: 0;
}

.mt5 {
  margin-top: 5px !important;
}

.breadcrumb-area {
  position: relative;
}

.p-image {
  padding: 40px;
}

.deskTopMenu {
  position: relative;
}

.deskTopMenu .megamenu {
  position: static;
}

.megamenu_li {
  border-bottom: none;
}

.main-menu > nav > ul > li > ul > li.megamenu_li > a {
  border-bottom: 1px solid #f1f1f1;
  color: #393939;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

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

.varietion {
  margin-top: 10px;
}

.varietion li {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.varietion li .form-control {
  width: 250px;
}

.varietion li label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.varietion li .help-block {
  font-size: 12px;
  color: #333;
  font-style: normal;
}

.varietion li .qty-cart-add {
  margin: 0;
}

.product-hover > a:first-child {
  border: none;
}

.variant-popup-cont .modal-content {
  padding: 23px 0 0 0;
}

.varaintPopTop * {
  margin-bottom: 0;
}

.varaintPopTop {
  width: 100%;
  display: -webkit-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: 700;
  color: #444;
  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: #999;
  text-transform: uppercase;
}

.varaintTxt {
  flex-grow: 1;
  flex-shrink: 1;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.varImgList {
  width: calc(100% - 140px);
  list-style-type: none;
  margin-top: 6px;
}

.varImgList li {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.varImgList li a {
  width: 40px;
  height: 40px;
  border: 2px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.varImgList li a .dotWrp {
  top: -11px;
  left: -66%;
}

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

.otherVarList li a.active, .varImgList li a.active {
  border: 2px solid #bda87f;
}

.otherVarList li:first-child {
  margin-left: 0;
}

.p-thumb {
  position: relative;
}

see_all_choices > li {
  align-items: center;
  margin: 0 0 10px 0;
}

.see_all_choices > li.mandatory {
  margin-bottom: initial;
}

.see_all_choices li label {
  flex: 0 0 100px;
  width: 100px;
  float: left;
  margin-bottom: 0;
  word-break: break-word;
}

.see_all_choices li .varImgList {
  margin: 0;
}

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

.see_all_choices li .p-d-buttons {
  width: 100%;
}

.product-category-20 .col-sm-3.hidden-xs .box, .product-category-20.left-col .col-sm-9.blog-details {
  margin-top: 30px;
}

.footer-area {
  margin-top: 24px;
}

.cat_list {
  display: flex;
}

.cat_list .varaintTxt {
  flex: 0 0 140px;
}

.varImgList.nav li p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
}

.varImgList li.prod_spec a {
  min-width: 60px;
  width: auto;
  height: auto;
  padding: 2px 10px;
  box-sizing: border-box;
}

.varImgList li.prod_spec .red {
  background: 0 0;
}

.p-rating-review > a {
  color: #bda87f;
  font-weight: 500;
}

.p-rating-review > a:hover {
  color: #383838;
}

.p-rating-review > span {
  font-weight: 500;
}

.list-unstyled li .varaintTxt .p-d-price {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}

.control-label + .varaintTxt.product-price .p-d-price {
  margin-left: 10px;
}

.tab-content .p-d-price {
  font-weight: 700;
}

.msg-error, .productErr {
  float: left;
  padding: 2px;
  color: #333;
  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 .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;
}

.varImgList .clr_round a {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.varImgList .clr_round a span {
  display: block;
  width: 100%;
  height: 100%;
}

#leftImgCont.placeHolder_js {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: 50;
}

#leftImgCont.placeHolder_js .loader {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.loaderPlaceHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
}

.placeHolder_js .prodName {
  height: 40px;
  width: 200px;
  background: #e3e3e3;
  margin-bottom: 10px;
}

.placeHolder_js .product-rating span {
  height: 19px;
  width: 50px;
  background: #e3e3e3;
}

.placeHolder_js .product-rating a {
  background: #e3e3e3;
}

.placeHolder_js .variant_spec {
  width: 400px;
  height: 19px;
  height: 22px;
  background: #e3e3e3;
}

.placeHolder_js .control-label {
  height: 21px;
  background: #e3e3e3;
  margin-right: 20px;
}

.placeHolder_js.varImgList .imgSpec {
  width: 25px;
  height: 25px;
  background: #e3e3e3;
  border-radius: 50%;
}

.placeHolder_js.prod_spec {
  width: 50px;
  height: 30px;
  background: #e3e3e3;
}

.placeHolder_js .form-control {
  height: 35px;
  background: #e3e3e3;
}

.placeHolder_js .varImgList li a {
  border: none;
}

.placeHolder_js .qty-cart-add label {
  width: 60px;
  height: 21px;
  background: #e3e3e3;
}

.placeHolder_js .qty-cart-add .prod_quantity_inp {
  height: 40px;
  background: #e3e3e3;
}

.placeHolder_js .qty-cart-add a {
  height: 40px;
  background: #e3e3e3;
  width: 172px;
}

.placeHolder_js .p-d-buttons a {
  height: 40px;
  background: #e3e3e3;
}

.review_placeholder {
  width: 50px;
  height: 19px;
  background: #e3e3e3;
}

remove_wishlist {
  color: #bda87f;
}

.wishListBtn {
  display: none;
}

.wishListBtn.wishShow {
  display: block;
}

.varImgList .imgSpec a span {
  background: url(../img/transImg.jpg);
}

.productGallCont {
  display: none;
}

.productGallCont.gallery_ind_0 {
  display: block;
}

.placeHolder_js#leftImgCont {
  background: #e3e3e3;
}

.productGallCont {
  display: none;
}

.productGallCont.gallery_ind_0 {
  display: block;
}

.model-stock > span {
  margin-left: 48px;
}

.qty-cart-add > label {
  margin: 0 3px 0 0;
}

.social-link > a {
  font-size: 22px;
}

.powrdByWp {
  margin-bottom: 0;
}

.shopping-cart {
  color: #fff;
  font-size: 20px;
}

#scrollUp {
  bottom: 100px;
}

.header-four-area .header-middle-area .logo {
  padding: 14px 0 8px;
}

.main-menu > nav.menuInitial_js {
  height: 60px;
  overflow: hidden;
}

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

.more_nav {
  width: auto;
  float: left;
  position: relative;
  opacity: 0;
  position: absolute;
  top: 0;
}

.main-menu > nav ul .more_nav {
  position: relative;
}

.more_nav > a {
  display: inline-block;
  border-left: 1px solid #eeeeef;
  color: #252531 !important;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
  line-height: 60px;
}

.more_ul {
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  padding: 30px 30px 26px;
  position: absolute;
  text-align: left;
  top: 100%;
  -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;
  width: 210px;
  z-index: 999;
  background: #fff;
}

.more_ul li a:hover {
  color: #bda87f;
}

.main-menu > nav .more_ul li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  padding: 10px 0;
  text-transform: uppercase;
  color: #252531;
}

.more_nav:hover .more_ul {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.more_nav:hover > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #bda87f;
}

.more_ul li ul {
  display: none;
}

.panel.widget-option a.nav-normal.collapsed {
  color: #444 !important;
}

.slick-track {
  display: flex;
  align-items: center;
}

.image-zoom {
  max-width: 100%;
  height: auto;
  width: auto !important;
  margin: 0 auto;
}

.slick-slide {
  display: flex;
}

#banner-style-1 .banner-image.blur img, .smImg {
  /*filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><f…ter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');*/
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.magnifier-thumb-wrapper {
  position: relative;
}

.smImg {
  position: relative;
  z-index: 1;
  top: 0;
  transition: opacity 0.5s linear;
}

.image-zoom.xzoom {
  position: absolute;
}

.imgLoaded .image-zoom.xzoom {
  position: relative;
}

.imgLoaded .smImg {
  opacity: 0;
  position: absolute;
}

.xzoom-preview {
  z-index: 5;
}

.tooltip {
  z-index: 4;
}

.main-menu > nav > ul > li.megamenu {
  position: inherit;
}

.cat-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: 200px;
  margin-top: -46px;
  padding: 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.main-menu > nav > ul > li.megamenu > ul.col_width {
  width: 350px;
}

.footer_address .footer_txt {
  word-break: break-all;
}

@media only screen and (min-width: 992px) {
  .header-sticky nav ul li:first-child a {
    padding-left: 0;
  }
}
.breadcrumb > li {
  color: #fff;
}

.breadcrumb-item > a {
  color: inherit;
}

.qty-cart-add > input {
  margin-left: 6px;
}

.more_nav .more_ul {
  max-height: 320px;
  overflow: hidden;
  overflow-y: scroll;
}

#writeareview {
  margin-top: 20px;
}

#review .product-rating {
  justify-content: left;
}

.pwr_text {
  display: block;
  margin: 8px 10px 0 0;
}

.p-d-wrapper .product_name {
  line-height: 40px;
}

.product-tab-list a img {
  max-width: 40px;
  max-height: 40px;
}

.prod_summary {
  height: 40px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .header-four-area .header-middle-area .logo {
    text-align: left;
  }
}
@media (max-width: 480px) {
  #account-wishlist {
    padding-top: 16px;
  }
}
.review_text {
  padding: 0 0 10px 12px;
  font-size: 1.75rem;
}

.mark_inp_text {
  width: auto;
  float: left;
  margin-top: -6px;
  margin-right: 10px;
}

.rating input {
  width: auto;
  vertical-align: -3px;
  line-height: normal;
  height: auto;
}

.tab-items {
  padding: 20px;
}

.pt0 {
  padding-top: 0 !important;
}

table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

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

@media screen and (max-width: 767px) and (min-width: 0) {
  .review_section {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .qty-cart-add {
    flex-flow: row wrap;
    height: auto;
  }
  .see_all_choices .qty-cart-add > input {
    height: 40px;
  }
}
.model-stock > span span.skuNum, .model-stock {
  word-break: break-word;
}

.footer-widget-list li, .footer-widget-list li a, .single-footer-widget p {
  font-size: 14px !important;
}

.varImgList.nav .disable.disabled_attr {
  border-color: #e9ecef !important;
}

.msg_padding {
  padding-top: 124px;
  padding-bottom: 80px;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header-top-links {
    align-items: baseline;
  }
  .header-submenu li a {
    padding-right: 12px !important;
  }
}
@media screen and (max-width: 479px) {
  .h-submenu {
    left: 0 !important;
  }
  .header-top-links .header-submenu {
    width: 100%;
  }
}
.main-menu > nav > ul > li > ul > li:hover .cat-sub-menu {
  opacity: 1;
  visibility: visible;
}

.breadcrumb_mobile {
  display: none;
}

@media (max-width: 767px) {
  .breadcrumb_mobile {
    display: flex;
    flex-wrap: nowrap;
  }
  .breadcrumb_desktop {
    display: none;
  }
  .breadcrumb_mobile .last_breadcrumb {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.breadcrumb_ellipsis {
  position: relative;
}

.breadcrumb_ellipsis span {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  left: 17px;
}

.breadcrumb-area .breadcrumb_desktop > li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25%;
}

.simple-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-pagination ul li {
  border: 0 none;
  color: #333333;
  font-weight: 700;
  padding: 11px 5px 7px 5px;
  border-color: #007bff;
  z-index: 2;
  width: auto;
  display: inline-block;
}

.simple-pagination ul li .page-link {
  padding: 5px;
}

.simple-pagination ul li span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link {
  border: 0 none;
  color: #333;
  font-weight: 700;
  padding: 6px 8px;
}

.simple-pagination ul li .prev {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 13px;
  padding: 2px 7px;
}

.simple-pagination ul li.active span {
  color: #1979c3;
  padding: 5px;
}

.simple-pagination ul li .current.prev, .simple-pagination ul li .page-link.next {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 13px;
  padding: 2px 7px;
}

.simple-pagination ul li .current.prev, .simple-pagination ul li .page-link.next {
  text-indent: -10000px;
  width: 23px;
  height: 26px;
  box-sizing: border-box;
  position: relative;
}

.simple-pagination ul li .page-link.next:before, .simple-pagination ul li .current.prev:before {
  position: absolute;
  top: 1px;
  left: 6px;
  text-indent: initial;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}

.simple-pagination ul li .current.prev:before {
  content: "\f104";
}

.simple-pagination ul li .page-link.next:before {
  content: "\f105";
}

.whats_app {
  display: none !important;
}

@media (max-width: 767px) {
  .account-wishlist > a {
    padding: 0 10px;
  }
  .whats_app {
    display: block !important;
  }
  .whats_app {
    position: absolute !important;
    right: 5px;
    top: 36px;
    margin-top: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .whats_app {
    top: 0;
    right: 15px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .whats_app {
    margin-top: 8px !important;
  }
}
@media (max-width: 479px) {
  .whats_app_mob {
    top: 0;
  }
}
#review p {
  word-break: break-all;
}

@media (max-width: 992px) {
  .carousel-style-one .owl-nav {
    opacity: 1;
  }
}
.qty-cart-add .buy_now_btn {
  background-color: #333333;
}

.fixed_bottom_links {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 999999;
}
.fixed_bottom_links a {
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
}
.fixed_bottom_links .buy_now_btn {
  background-color: #bda87f;
  color: #ffffff;
  border: solid 1px #000000;
}
.fixed_bottom_links .add_cart_btn {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .single-product-section {
    overflow: hidden;
  }
  /*.product-add-btn.buy_now_btn { display: none !important; } */
  .qty_label {
    display: block;
  }
  .fixed_bottom_links {
    display: flex;
    flex-flow: row;
  }
  .product-quantity {
    margin-left: 10px;
  }
  .footer-bottom {
    padding-bottom: 65px !important;
  }
  .see_all_choices .qty-cart-add label {
    flex: none !important;
  }
  .modal-open .modal {
    z-index: 999999;
  }
  .style_over_cont {
    overflow: visible !important;
    bottom: 80px !important;
    z-index: 9999999999;
  }
  .mob_buy_now .dotWrp {
    top: -45px !important;
  }
  .fixed_bottom_links[data-heading] {
    position: fixed !important;
  }
  .mob_buy_now, .essential_buy_now {
    display: flex;
  }
  #prod_cont .product-addCart-btn {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 3px;
    padding: 0 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #000000;
    text-align: center;
    margin-top: 40px;
    margin-left: 0 !important;
  }
  .buy_now_btn.essential_buy_now, .add_cart_btn.essential_add {
    border: 1px solid #333333;
  }
  .buy_now_btn.essential_buy_now {
    color: #333333;
    background-color: #ffffff;
  }
  .add_cart_btn.essential_add {
    color: #ffffff;
    background-color: #bda87f;
  }
}
.accorCont {
  width: 100%;
  list-style-type: none;
}
.accorCont > li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

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

.btn_v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 149px;
  height: 40px;
  border-radius: 5px;
  text-transform: uppercase;
  background: #cea679;
  color: #ffffff;
  padding: 0 10px;
}

.accorContent {
  padding-bottom: 27px;
  display: none;
}

.accorHead h4 {
  margin-bottom: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link {
  border: 0 none;
  color: #333333;
  font-weight: 700;
  padding: 6px 8px;
}

.simple-pagination ul li .page-link {
  padding: 5px;
}

.simple-pagination ul li {
  border: 0 none;
  color: #333333;
  font-weight: 700;
  padding: 11px 5px 7px 5px;
  border-color: #007bff;
  z-index: 2;
  width: auto;
  display: inline-block;
}

.simple-pagination ul li span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
}

.simple-pagination ul li .page-link.next, .simple-pagination ul li .current.prev {
  border: 1px solid #d1d1d1;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 20px;
  line-height: 13px;
  padding: 2px 7px;
}

.simple-pagination ul li .page-link.next, .simple-pagination ul li .current.prev {
  text-indent: -10000px;
  width: 23px;
  height: 26px;
  box-sizing: border-box;
  position: relative;
}

.simple-pagination ul li .page-link.next:before, .simple-pagination ul li .current.prev:before {
  position: absolute;
  top: 1px;
  left: 6px;
  text-indent: initial;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}

.simple-pagination ul li.active span {
  color: #1979c3;
  padding: 5px;
}

.simple-pagination ul li .current.prev:before {
  content: "\f104";
}

.simple-pagination ul li .page-link.next:before {
  content: "\f105";
}

.simple-pagination ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .writeareview_btn {
    font-size: 13px;
    padding: 0 22px;
  }
}
.prod_share_cont {
  width: 100%;
  padding-top: 15px;
}

.prod_share_cont a {
  margin: 0 5px;
}

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

.share_label {
  margin-right: 0;
}

.modal_cart_btn {
  padding-top: 10px;
}

.modal_cart_btn a {
  background: #bda87f none repeat scroll 0 0;
  border-radius: 29px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 41px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0;
}

.modal_cart_btn a:hover {
  background-color: #333333;
}

.modal_cart_btn .buy_now_btn_modal {
  margin-left: 15px;
  background-color: #333333;
}

.prod_share_cont {
  padding-bottom: 20px;
}

.prod_share_cont a:hover {
  color: #bda87f;
}

@media screen and (max-width: 769px) {
  .modal_cart_btn a {
    width: 100%;
    text-align: center;
  }
  .modal_cart_btn .buy_now_btn_modal {
    margin-left: 0;
    margin-top: 10px;
  }
}
.see_all_choices .options_li label {
  width: 100%;
  margin-bottom: 7px;
}

.see_all_choices .options_li .label_div {
  margin-left: 0;
}

@media screen and (max-width: 359px) {
  #prod_cont .shareTw {
    margin-right: 75px !important;
  }
}
.accorReview .dotWrp {
  left: 80%;
}

@media screen and (max-width: 767px) {
  .header-submenu:first-of-type > li > a {
    border-left: 0 !important;
  }
}
.p-d-buttons {
  border-top: 0;
  padding-bottom: 0;
}

.qty-cart-add {
  display: block !important;
}

.qty-cart-add > a {
  margin-top: 25px;
  display: inline-block;
}

#prod_cont_popup .qty-cart-add > a {
  margin-top: 20px;
}

.variantSummary {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .variantSummary {
    padding-top: 30px;
  }
}
.varietion li.wishlist_li {
  margin-bottom: 0;
}

.wishlist_li .p-d-buttons > a.wishlist_text {
  background-color: transparent;
  color: #333333;
  padding-left: 0;
  text-transform: none;
  margin: 0 !important;
  width: auto !important;
  font-weight: 600;
  display: none;
}

#prod_cont .prod_share_cont {
  padding-top: 0 !important;
}

.p-d-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.wishlist_li .p-d-buttons > a.wishlist_text img {
  margin-right: 5px;
}

.wishlist_li .p-d-buttons > a.remove_wishlist_text {
  color: #cccccc;
}

.wishlist_li .p-d-buttons > a.wishlist_text.wishShow {
  display: inline-block;
}

.qty-cart-add > label {
  margin: 0 10px 0 0 !important;
}

.add_wishlist {
  background-image: url(../img/addtoWishlist.png);
  background-repeat: no-repeat;
}

.remove_wishlist {
  background-image: url(../img/removeWishlist.png);
  background-repeat: no-repeat;
  color: #cccccc;
}

.add_wishlist span, .remove_wishlist span {
  margin-left: 25px;
  margin-right: 20px;
}

.p-d-buttons {
  padding-bottom: 10px;
}

/*#prod_cont .action_button {
  margin-left:110px;
} */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #prod_cont .action_button a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #prod_cont .action_button {
    margin-left: 0;
    display: block;
    margin-top: 0;
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.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 {
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 99999;
}

.modal-dialog {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  height: 390px;
  left: 0;
  margin: auto;
  max-width: 790px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.modal button.close {
  background: #444444 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  height: 24px;
  letter-spacing: 0.4px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 5px;
  position: absolute;
  right: 0;
  text-shadow: none;
  text-transform: uppercase;
  top: -25px;
  width: 70px;
  cursor: pointer;
}

.modal .close:focus, .close:hover {
  background: inherit;
  box-shadow: none;
}

.modal-content {
  border: 0 none;
  padding: 84px 50px 25px;
  border-radius: 0;
}

.variant-popup .varaintPopTop {
  border: none;
}

.p-d-wrapper {
  font-family: "Poppins", sans-serif;
  padding-left: 27px;
}

.qty-cart-add {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 40px; */
  margin: 21px 0 20px;
}

.qty-cart-add > input {
  border: 1px solid #c2c2c2;
  border-radius: 20px;
  color: #444444;
  font-size: 14px;
  height: 100%;
  padding: 0 10px;
  text-align: center;
  width: 75px;
}

.qty-cart-add > a {
  background: #bda87f none repeat scroll 0 0;
  border-radius: 29px;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  margin-left: 15px;
  padding: 0 41px;
  text-transform: uppercase;
}

.p-d-price {
  color: #676767;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-bottom: 4px;
}

.model-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
}

.model-stock > span {
  color: #7d7d7d;
  display: block;
  font-weight: 400;
  margin-left: 23px;
}

.model-stock > span span {
  font-weight: 700;
  margin-right: 8px;
}

.p-d-wrapper h1 {
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 21px;
}

/* 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: 2px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.varImgList li a .dotWrp {
  top: -11px;
  left: -66%;
}

.otherVarList {
  width: 100%;
  list-style-type: none;
  display: flex;
  margin-top: 6px;
}

.otherVarList li {
  font-size: 14px;
  border: 1px solid #e9ecef;
  margin-left: 10px;
  padding: 6px 15px 4px;
}

.varImgList li a.active, .otherVarList li a.active {
  border: 2px solid #bda87f;
}

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

/* new variant popup end */
#myModal .modal-content #page-message {
  margin-top: -22px;
}

#myModal .modal-content #page-message .close {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  right: 7px;
}

/* product grouping */
.variantModal .modal-body, .variantModal .modal-content {
  padding: 0;
}

.variant_leftCont {
  width: 41%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}

.variant_rightCont {
  width: 59%;
  float: left;
}

.variant_leftCont .variant_img {
  width: 100px;
}

.variant_img {
  width: 100%;
  overflow: hidden;
}

.variant_detaiLis {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.variant_detaiLis li {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
}

.variant_detaiLis li:first-child {
  border-top: none;
}

/* .variant_detaiLis li .cart_button { float: left;  } */
.variant_label {
  width: 50%;
  float: left;
  font-weight: 700;
  display: block;
  text-align: left;
}

.variant_desc {
  width: 50%;
  float: left;
  font-weight: 400;
  text-align: left;
}

.modal-content .close {
  position: relative;
  z-index: 3;
  margin: 0;
}

.variantModal .cart_button {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #002c4e;
  color: #002c4e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 16px;
  padding: 6px 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.variantModal .viewProdcut {
  margin-left: 10px;
  float: right;
}

#categList .box-category li {
  position: relative;
}

#categList .box-category li a {
  display: block;
  padding: 7px;
  font-size: 14px;
}

#categList .box-category li .inner_list {
  padding-left: 10px;
}

.shop-results .sort {
  float: left;
}

/*#categList .box-category > li a:after {content: ""}
#categList .box-category > li a.collapsed:after{content: "";}*/
.varietion {
  margin-top: 10px;
}

.varietion li {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.varietion li .form-control {
  width: 250px;
}

.varietion li label {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.varietion li .help-block {
  font-size: 12px;
  color: #333333;
  font-style: normal;
}

.varietion li .qty-cart-add {
  margin: 0;
}

.product-hover > a:first-child {
  border: none;
}

.imgLoaded .image-zoom.xzoom {
  position: relative;
}

.image-zoom {
  max-width: 100%;
  height: auto;
  width: auto !important;
  margin: 0 auto;
}

.imgLoaded .smImg {
  opacity: 0;
  position: absolute;
}

.see_all_choices > li { /* display:flex;*/
  align-items: center;
  margin: 0 0 10px 0;
}

.see_all_choices > li.mandatory {
  margin-bottom: initial;
}

.see_all_choices li label {
  flex: 0 0 100px;
  width: 100px;
  float: left;
  margin-bottom: 0;
}

.see_all_choices li .varImgList {
  margin: 0;
}

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

.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;
  margin-left: 8px;
}

#prod_cont_popup .see_all_choices li .product-price .prev-price {
  margin-left: 11px;
}
#prod_cont_popup .inclusiveTax {
  margin-left: 112px;
}
#prod_cont_popup .p-d-price {
  margin-left: 12px;
}

.product-category-20.left-col .col-sm-9.blog-details, .product-category-20 .col-sm-3.hidden-xs .box {
  margin-top: 30px;
}

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

.per-unit {
  font-size: 13px;
  font-weight: normal;
}

span.mrp-sp-wrp {
  display: block;
}
span.mrp-sp-wrp .control-label {
  font-size: 13px;
  color: #7d7d7d;
  font-weight: 700 !important;
}
span.mrp-sp-wrp.discount_txt .control-label {
  line-height: 16px;
  margin-top: 3px;
}

.mrp-sp-wrp.mrp-row {
  margin-bottom: 5px;
}

.greaterSellingPrice .sp-row {
  display: none;
}
.greaterSellingPrice .discount-txt {
  display: none;
}

.lessSellingPrice .variantMrp {
  text-decoration: line-through;
  font-weight: normal;
}
.lessSellingPrice .per-unit.mrp {
  text-decoration: line-through;
}
.lessSellingPrice .discount-txt {
  display: block;
}

.inclusiveTax {
  margin-left: 109px;
  margin-bottom: 0;
  color: #7d7d7d;
  font-size: 14px;
}

.footer-area {
  margin-top: 24px;
}

.cat_list {
  display: flex;
}

.cat_list .varaintTxt {
  flex: 0 0 140px;
}

.varImgList.nav li p {
  font-size: 14px;
  color: #444444;
  margin-bottom: 0;
}

.varImgList li.prod_spec a {
  min-width: 60px;
  width: auto;
  height: auto;
  padding: 2px 10px;
  box-sizing: border-box;
}

.varImgList li.prod_spec .red {
  background: transparent;
}

.varImgList li.prod_spec .disable { /* color: #cccccc; */ }

.varImgList li.imgSpec .disable { /* opacity: .3; filter: alpha(opacity=30); */ }

.p-rating-review > a {
  color: #bda87f;
  font-weight: 500;
}

.p-rating-review > a:hover {
  color: #383838;
}

.p-rating-review > span {
  font-weight: 500;
}

.list-unstyled li .varaintTxt .p-d-price {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
}

.productPrice .control-label + .varaintTxt.variant_spec .p-d-price {
  margin-left: 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 .clr_round a {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.varImgList .clr_round a span {
  display: block;
  width: 100%;
  height: 100%;
}

/* color  end */
@media only screen and (max-width: 667px) {
  .qty-cart-add {
    flex-flow: row wrap;
    height: auto;
  }
  .see_all_choices .qty-cart-add label {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .see_all_choices .qty-cart-add > input {
    height: 40px;
  }
  /* .all-cart-buttons  { width:100%; display:flex; flex-flow: column;}
  .all-cart-buttons .theme_btn { text-align: center;}
  .all-cart-buttons .theme_btn.fL { margin-bottom: 10px;}
  .footer-logo { text-align:center;} */
}
.productGallCont {
  display: none;
}

.productGallCont.gallery_ind_0 {
  display: block;
}

.varietion.see_all_choices select {
  padding-top: 0;
  padding-bottom: 0;
}

.varImgList li {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.qty-cart-add > label {
  margin: 0 3px 0 0;
}

.qty-cart-add > input {
  margin-left: 6px;
}

.model-stock > span {
  margin-left: 48px;
}

@media screen and (max-width: 767px) and (min-width: 0) {
  .modal-dialog .varaintPopTop {
    display: inline-block;
  }
  .p-d-wrapper {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .varietion.see_all_choices select, .varietion.see_all_choices textarea {
    margin-left: inherit;
  }
}
@media only screen and (max-width: 767px) {
  /* .qty-cart-add > a {
      margin-top: 10px;
      margin-left:0;
  }*/
  .qty-cart-add > input {
    margin-left: 0;
  }
  .qty-cart-add > a {
    padding: 0 26px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 786px) {
  .qty-cart-add > a {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .varietion li .form-control {
    width: 240px;
  }
  .p-d-wrapper {
    padding-left: 15px;
  }
}
.single-product-image .p-image img {
  width: 101%;
}

.single-product-image .slick-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #999;
  cursor: pointer;
  font-size: 47px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  opacity: 0;
}

.single-product-image .slick-arrow.slick-next {
  right: -50px;
}

.single-product-image:hover .slick-arrow {
  opacity: 1;
}

.single-product-image:hover .slick-arrow.slick-next {
  right: 0;
}

.single-product-image .slick-arrow.slick-prev {
  left: -50px;
}

.single-product-image:hover .slick-arrow.slick-prev {
  left: 0;
}

.modal-open {
  overflow: hidden;
}

#banner-style-1 .banner-image.blur img, .smImg {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.magnifier-thumb-wrapper {
  position: relative;
}

.smImg {
  position: relative;
  z-index: 1;
  top: 0;
  transition: opacity 0.5s linear;
}

.image-zoom.xzoom {
  position: absolute;
}

.imgLoaded .image-zoom.xzoom {
  position: relative;
}

.imgLoaded .smImg {
  opacity: 0;
  position: absolute;
}

.xzoom-preview {
  z-index: 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-title {
  margin-bottom: 0;
  line-height: 1.5;
}

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

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

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

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

@media (min-width: 576px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.hide {
  display: none;
}

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

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

.h6, h6 {
  font-size: 1rem;
}

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

#sendEnquiryModal .modal-footer {
  padding: 15px !important;
}

.default-btn {
  vertical-align: middle;
}

.btn-primary {
  background: #252531 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 45px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}

.btn-primary:hover {
  background: #bda87f;
}

.modal button.close {
  top: -25px !important;
}

.header-middle-area .container .row {
  align-items: center;
}

.more_nav .more_ul {
  overflow-y: auto;
}

.cart-p-qty > input {
  padding: 0px 5px;
  width: 60px;
}

/* language submenu */
.header-submenu {
  padding: 13px 0 10px;
  position: relative;
}

.h-submenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  left: -28px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding: 9px 15px;
  position: absolute;
  text-align: right;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 156px;
  z-index: 2;
}

.header-submenu:hover .h-submenu {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.h-submenu li a {
  display: block;
  padding: 5px 0;
}

.h-submenu li a:hover {
  color: #bda87f;
}

.header-submenu > li > a {
  border-right: 1px solid #c0cace;
  color: #ffffff;
  color: #84848a;
  font-size: 14px;
  line-height: 17px;
  padding: 0 13px;
  position: relative;
}

.header-submenu:first-of-type > li > a {
  border-left: 1px solid #c0cace;
}

.header-submenu > li > a > i {
  font-size: 15px;
  padding-left: 2px;
}

.header-top-links .lang_menu[data-heading] {
  position: absolute;
}

@media only screen and (min-width: 390px) {
  .see_all_choices .label_div {
    margin-left: 110px;
  }
}
@media (max-width: 767px) {
  .p-d-buttons > a {
    width: auto;
  }
}
.icon-Files:before {
  content: "\e684";
}

.compare_icon {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 35px;
}
.compare_icon a {
  font-size: 17px;
  color: #acacac;
}

@media (max-width: 359px) {
  .account-wishlist > a {
    padding: 0 8px;
  }
}
.qty-cart-add.buttonWrp {
  display: flex !important;
  flex-flow: row wrap;
  height: auto;
}
.qty-cart-add.buttonWrp .send_enquiry_btn {
  margin-left: 0;
  border: 1px solid transparent;
  height: 40px;
  margin-top: 25px !important;
}
.qty-cart-add.buttonWrp .action_button {
  margin-top: 25px;
}
.qty-cart-add.buttonWrp .action_button a {
  height: 40px;
  border: 1px solid transparent;
}

.qty-cart-add.buttonWrp .send_enquiry_btn + .action_button {
  margin-left: 20px;
}

.customiseLi .qty-cart-add {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .qty-cart-add.buttonWrp {
    flex-flow: column-reverse;
  }
  .qty-cart-add.buttonWrp .action_button.rowClass {
    display: flex !important;
    flex-flow: column-reverse;
  }
  .qty-cart-add.buttonWrp a {
    border-radius: 0;
    text-align: center;
    font-weight: bold;
  }
  .qty-cart-add.buttonWrp .action_button {
    margin-left: 0 !important;
  }
  #prod_cont .product-addCart-btn {
    margin-top: 20px;
    margin-right: 0;
  }
  #prod_cont .buy_now_btn {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  #prod_cont_popup .qty-cart-add.buttonWrp .buy_now_btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#sendEnquiryModal .modal_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444444 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  height: 24px;
  letter-spacing: 0.4px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 5px;
  position: absolute;
  right: 0;
  text-shadow: none;
  text-transform: uppercase;
  top: -24px;
  width: 70px;
  cursor: pointer;
}

#sendEnquiryModal, #myModal {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding-right: 0 !important;
}

.menu_desktop {
  display: none;
}

/*.logo.desktop_logo img, .logo.mobile_logo img { height: auto; width: 100%; }   */
@keyframes fade_anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.headerSupport {
  height: 203px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 43px;
}

.headerSupport.show {
  position: relative;
}

.sticky_header.sticky {
  animation-name: fade_anim;
  animation-duration: 1s; /*-webkit-animation: .3s ease-in-out 0s normal none 1 running fadeInDown; animation: .3s ease-in-out 0s normal none 1 running fadeInDown;*/
  background: #8fa0a6 none repeat scroll 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.sticky_header.sticky .headerSupport {
  display: block;
}
.sticky_header.sticky .header-sticky {
  display: none;
}
.sticky_header.sticky .menu_desktop a.menu_wrp {
  display: inline-block;
}
.sticky_header.sticky .menu_desktop a.menu_wrp span {
  height: 2px;
  height: 2px;
  margin-top: 4px !important;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 34px;
  display: block;
  width: 26px;
}
.sticky_header.sticky .menu_desktop a.menu_wrp span.menu_txt {
  font-size: 12px;
  margin-left: -2px !important;
  margin-top: 6px !important;
}
.sticky_header.sticky .logo.desktop_logo {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sticky_header.sticky .email_hide {
    visibility: hidden;
    opacity: 0;
  }
  .sticky_header.sticky .flex_inherit {
    height: 75px;
    flex-wrap: inherit;
  }
  .sticky_header.sticky .header-search {
    margin-top: 50px;
  }
  .sticky_header.sticky .menu_desktop {
    float: left;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .headerSupport {
    height: 145px;
  }
  .sticky_header.sticky .logo.mobile_logo {
    display: none;
  }
  .sticky_header.sticky .cart-box-outer-wrapper {
    margin-top: 5px;
  }
  .sticky_header.sticky .cart-box-outer-wrapper .dock_hide {
    display: none;
  }
  .sticky_header.sticky .cart-box-outer-wrapper .menu_txt {
    display: none;
  }
  .sticky_header.sticky .header-search {
    width: 61% !important;
  }
  .sticky_header.sticky .header-sticky {
    display: block !important;
  }
}
.menu_desktop .meanmenu-reveal.mean-bar {
  display: block;
}
.menu_desktop .meanmenu-reveal.mean-bar span {
  height: 2px;
  height: 2px;
  margin-top: 5px;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 34px;
  display: block;
}
.menu_desktop .meanmenu-reveal.mean-bar span:first-child {
  margin-top: 0;
}
.menu_desktop .meanmenu-reveal.mean-bar .menu_txt {
  margin-top: 3px !important;
  margin-left: 0 !important;
}

/* floating label strat */
.is-floating-label {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 11px;
  transition: all 200ms;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
  left: 12px;
  z-index: 1;
  line-height: normal;
  margin: 0;
}

.is-focused .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
}

.act_anim .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
  background: #ffffff;
  color: #363636 !important;
}

/* floating label End */
.modal.v2 {
  padding: 0 !important;
}
.modal.v2 .modal-dialog {
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  margin-top: 40px;
}
.modal.v2 .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 0;
}
.modal.v2 .modal-dialog .modal-header {
  padding: 15px 15px 0 15px;
  border: none;
}
.modal.v2 .modal-dialog .modal-header .close {
  font-size: 50px;
  font-weight: normal;
  padding: 0 13px 0 0;
  position: static;
  margin: -15px -15px -15px auto;
  background: transparent;
  color: #363636;
  border: none;
  width: auto;
  height: inherit;
}
.modal.v2 .modal-dialog .modal-body {
  padding-top: 8px;
  padding-bottom: 65px;
  padding: 8px 15px 65px;
}
.modal.v2 .form-control {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .modal.v2 .modal-dialog {
    width: calc(100% - 30px);
    margin: 20px auto;
  }
  .modal.v2 .modal-dialog .modal-header .close {
    font-size: 40px;
  }
  /*.address_form{
      .form-control-placeholder{top: 18px;}
      .act_anim .form-control-placeholder{top: -7px;}
  }*/
}
/* sign in start */
.login_block {
  padding: 0 40px;
}

.login_heading {
  font-size: 18px;
  color: #363636;
  text-align: center; /* border-bottom:1px solid #d4d4d4;  padding-bottom: 18px;*/
  margin-bottom: 0;
  padding-top: 9px;
}
.login_heading.sub_head {
  font-size: 16px;
  margin-top: 20px;
}
.login_heading a {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.tab_list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; /*margin-top: 21px; */
}
.tab_list li {
  display: flex;
}
.tab_list li a {
  font-size: 16px;
  color: #494848;
  padding: 15px 35px 8px 35px;
  border-bottom: 2px solid #909090;
}
.tab_list li.act a {
  border-color: #292929;
  color: #333333;
  font-weight: 500;
  border-color: #292929;
}

.gen_otp {
  font-size: 13px;
  color: #005dff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 3;
}
.gen_otp:hover {
  color: #005dff;
}

.tab {
  margin-top: 18px;
  display: none;
}
.tab .form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c7c7c7;
  color: #363636;
}
.tab .form-control-placeholder {
  font-size: 14px;
  color: #999999;
}
.tab .btn.v2 {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: capitalize;
  align-items: center;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  background: #000000;
  color: #ffffff;
}

.tab.act {
  display: block;
}

@media only screen and (max-width: 767px) {
  .login_block {
    padding: 0 10px;
  }
  .login_heading {
    font-size: 14px;
    text-align: left;
  }
  .tab_list li {
    width: 50%;
  }
  .tab_list li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#mobile_no {
  padding-left: 80px !important;
}

#ls-signin-overlay .tab .form-group {
  position: relative;
}
#ls-signin-overlay .tab .form-group #generate_otp {
  position: absolute;
  top: 20px;
  right: 10px;
}
#ls-signin-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signin-overlay .iti__country-list {
  z-index: 3;
}

/* sign in End */
/* sign up start */
.signup_heading {
  font-size: 18px;
  color: #494848;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}

.login_block.v2 {
  padding: 0 25px;
}

.signup_wrp.tab {
  display: block;
}
.signup_wrp.tab .btn.v2 {
  margin-top: 0;
  display: flex;
}

.mbl_wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbl_wrp .form-group { /*width: calc(100% - 110px);*/
  margin-bottom: 5px;
}
.mbl_wrp .btn.v2 {
  width: 97px;
  margin: 0;
  height: 40px;
  padding: 0 5px;
  border: solid 1px #8f8f8f;
  color: #363636;
  background-color: #ececec;
}

.code_txt {
  font-size: 12px;
  color: #363636;
  line-height: normal;
  margin: 0;
}

.otp_block {
  display: flex;
  align-items: center;
}
.otp_block .form-control {
  justify-content: center;
  display: flex;
}
.otp_block .pincode-input-container input {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  box-shadow: none;
  border-radius: 0 !important;
  margin: 5px 5px 0;
  padding: 0;
  text-align: center;
  height: 20px;
}

.timer {
  font-size: 14px;
  color: #717171;
  margin-left: 10px;
}

#ls-signup-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti .iti__flag-container {
  z-index: 3;
}
#ls-signup-overlay .iti__country-list {
  z-index: 3;
}
#ls-signup-overlay .login_block.v2 .signup_wrp.tab .mbl_wrp.form-group .iti .form-control {
  padding-left: 80px !important;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .login_block.v2 {
    padding: 0 10px;
  }
  .otp_block .pincode-input-container input {
    width: 26px;
  }
  .signup_heading {
    font-size: 16px;
    text-align: left;
  }
  .btn.v2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 464px) {
  .otp_block .pincode-input-container input {
    width: 17px;
  }
  #ls-signup-overlay .tab .mbl_wrp .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #ls-signup-overlay .mbl_wrp {
    display: block;
  }
  #ls-signup-overlay .mbl_wrp .code_txt {
    margin-top: 10px;
  }
}
/* sign up End */
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #000000;
  box-shadow: none;
}

/*sigIn signUp overlay start*/
#ls-signin-overlay .ml-66, #ls-signin-overlay .iti + label.form-control-placeholder, #ls-signup-overlay .ml-66, #ls-signup-overlay .iti + label.form-control-placeholder {
  margin-left: 66px;
}
#ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-signin-overlay .pincode-input-text, #ls-signin-overlay .form-control.pincode-input-text, #ls-signup-overlay .pincode-input-text, #ls-signup-overlay .form-control.pincode-input-text {
  font-family: inherit;
}

#ls-signin-overlay .tab .iti {
  width: 100%;
}

#ls-signin-overlay .has-error .gen_otp {
  top: 34%;
}

/*sigIn signUp overlay end*/
/* sign in sign up start */
@media only screen and (min-width: 1920px) {
  .modal.v2 .login_heading {
    font-size: 20px;
  }
  .modal.v2 .tab_list li a {
    font-size: 20px;
  }
  .modal.v2 .tab .form-control {
    height: 52px;
  }
  .modal.v2 .tab .form-control-placeholder {
    top: 15px;
  }
  .modal.v2 .tab .act_anim .form-control-placeholder {
    top: -10px;
  }
  .modal.v2 .tab .form-control-placeholder, .modal.v2 .tab .form-control, .modal.v2 .tab .gen_otp {
    font-size: 17px;
  }
  .modal.v2 .code_txt {
    font-size: 14px;
  }
  .modal.v2 .signup_heading {
    font-size: 24px;
  }
  .modal.v2 .btn.v2 {
    font-size: 24px;
    height: 60px;
  }
  .modal.v2#ls-signin-overlay .tab .form-group #generate_otp {
    top: 25px;
  }
  #ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
    height: 52px;
  }
  .signup_wrp.tab .btn.v2.verifySignIn, #add-address-register-otp .btn.v2 {
    width: 330px;
  }
  #ls-signup-overlay .pincode-input-container .form-control, #ls-signin-overlay .pincode-input-container .form-control {
    top: 10px;
    height: auto;
    margin-top: 0;
  }
  #ls-signin-overlay .tab .btn.v2 {
    width: 270px;
  }
}
/* sign in sign up End */
.iti-mobile .iti--container {
  z-index: 1000000;
}

.otp_inp_outer_wrp {
  width: 286px;
  overflow: hidden;
  positino: absolute;
}

.otp_input_inn_wrp {
  left: 0;
  position: sticky;
}

.otp_input_ele {
  height: 23px;
  padding-left: 15px;
  letter-spacing: 43px;
  border: 0;
  width: 336px;
  min-width: 336px;
  transition: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}
.otp_input_ele:focus {
  box-shadow: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 319px;
    max-width: 319px;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 256;
    max-width: 256px;
    background-size: 34px 1px;
    letter-spacing: 27px;
    padding-left: 20px;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 34px 1px;
    letter-spacing: 27px;
  }
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
}
#add-address-register-otp .otp_block.v3 {
  flex-flow: column;
}
#add-address-register-otp .code_txt_2 {
  width: 100%;
  margin-bottom: 5px;
}
#add-address-register-otp .timer.cod_timer {
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#add-address-register-otp .resendcode_link.act {
  color: blue;
  cursor: pointer;
}
#add-address-register-otp .otp_inp_outer_wrp {
  width: 453px;
}
#add-address-register-otp .otp_input_ele {
  width: 276px;
  max-width: 276px;
  background-size: 46px 1px;
  letter-spacing: 39px;
  padding-left: 16px;
}
#add-address-register-otp .otp_input_ele:focus {
  box-shadow: none;
  background-size: 46px 1px;
  letter-spacing: 39px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 240px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 29px 1px;
    letter-spacing: 22px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 29px 1px;
    letter-spacing: 22px;
  }
}
@media only screen and (max-width: 359) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 260px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 23px 1px;
    letter-spacing: 16px;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
}
.code_inp_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.code_inp_list li {
  width: 11.5%;
  margin-left: 10px;
  border-bottom: 1px solid #c7c7c7;
  height: 23px;
}
.code_inp_list li:first-child {
  margin-left: 0;
}
.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: none !important;
  height: auto !important;
  padding: 0;
  text-align: center;
  background: none;
}
.code_inp_list li .code_inp:focus {
  outline: none;
  box-shadow: none;
}

#add-address-register-otp .code_inp_list_wrp {
  display: flex;
  flex-flow: row;
}
#add-address-register-otp .code_inp_list_wrp .timer.cod_timer {
  width: 81px;
  max-width: initial;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.terms_privacy {
  font-size: 14px;
  color: #292929;
  display: flex;
}
.terms_privacy .terms_checkbox {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.terms_privacy label {
  cursor: pointer;
}

/* gl-6034 starts*/
#ls-signup-overlay .divider_line, #ls-signin-overlay .divider_line {
  display: flex;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}
#ls-signup-overlay .divider_line .divider_text, #ls-signin-overlay .divider_line .divider_text {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 0;
}
#ls-signup-overlay .social_login_btn_wrp, #ls-signin-overlay .social_login_btn_wrp {
  display: flex;
  justify-content: space-between;
}
#ls-signup-overlay .social_login_btn_wrp .social_login_btn, #ls-signin-overlay .social_login_btn_wrp .social_login_btn {
  border: 1px solid #ccc;
  background: transparent;
  padding: 7px;
  border-radius: 50px;
  font-size: 14px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ls-signup-overlay .social_login_btn_wrp .google_logo, #ls-signin-overlay .social_login_btn_wrp .google_logo {
  margin-right: 10px;
}
#ls-signup-overlay .social_login_btn_wrp .facebook_logo, #ls-signin-overlay .social_login_btn_wrp .facebook_logo {
  color: #1e398f;
  font-size: 20px;
  margin-right: 10px;
}

#ls-verifymobile-overlay .mbl_wrp {
  padding-bottom: 10px;
}
#ls-verifymobile-overlay .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-verifymobile-overlay .mbl_wrp .iti {
  display: block;
}
#ls-verifymobile-overlay .mbl_wrp .form-control-placeholder {
  margin-left: 66px;
}
#ls-verifymobile-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-verifymobile-overlay .mbl_wrp .otp_block_cont {
  padding-top: 10px;
}
#ls-verifymobile-overlay .modal-body {
  padding-bottom: 0;
}
#ls-verifymobile-overlay .modal-body .login_block.v2 {
  padding-bottom: 35px;
}
#ls-verifymobile-overlay .bottom_text {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin-bottom: 0;
}
#ls-verifymobile-overlay .bottom_text a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#ls-verifymobile-overlay .code_inp_list {
  width: calc(100% - 22px);
}
#ls-verifymobile-overlay .verify_mobile_timer {
  width: 106px;
  padding-top: 0;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  display: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a {
  pointer-events: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a.act {
  pointer-events: all;
  cursor: pointer;
}
#ls-verifymobile-overlay .optButton {
  min-width: 120px;
  background-color: #ececec;
  border: solid 1px #8f8f8f;
  color: #363636;
}
@media only screen and (max-width: 420px) {
  #ls-verifymobile-overlay .mbl_wrp .btn.v2.mt-0 {
    width: 80px;
    font-size: 14px;
  }
  #ls-verifymobile-overlay .mbl_wrp .form-group {
    width: calc(100% - 85px);
  }
  #ls-verifymobile-overlay .verify_mobile_timer {
    font-size: 11px;
  }
  #ls-verifymobile-overlay .code_inp_list li .code_inp {
    font-size: 14px;
  }
  #ls-verifymobile-overlay .act_anim .form-control-placeholder {
    top: -9px;
    font-size: 12px;
  }
  #ls-verifymobile-overlay .bottom_text {
    font-size: 16px;
  }
}

/* gl-6034 ends*/
.see_all_choices > li.del_code {
  margin-top: 30px;
}
.see_all_choices > li.del_code .del_label {
  margin-top: 7px;
}

.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;
}
.delivery_pincode_wrp .inp_wrp .check_lnk {
  position: absolute;
  top: 5px;
  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;
}
.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;*/ }

.bmt_txt_2 {
  font-size: 12px;
  color: #2db843;
  margin: 5px 0 0 3px;
}

.bmt_txt_3 {
  font-size: 12px;
  color: #b82d2d;
  margin: 5px 0 0 3px;
}

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

/* theme related*/
@media (min-width: 992px) {
  .col-lg-8.reivew-image-cont {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-4.reivew-des-cont {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
[class*=fa-], [class*=ult-vid-cntrl] {
  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;
}

#reivew-image .modal-content {
  padding: 15px;
}
#reivew-image .modal-dialog {
  margin: 13px auto;
  position: relative;
  height: auto;
}
#reivew-image .close {
  background: none;
  color: #333;
  position: relative;
  font-size: 30px;
  right: 0;
  display: inline-block;
  z-index: 1;
  margin-right: -45px;
  border: 0;
}

@media (max-width: 991px) {
  .reivew-des-cont {
    margin-top: 20px;
  }
}
.gallery_list {
  width: 100%;
  display: inline-block;
}

.header-top-links {
  align-items: center;
}

.header-top > .dotWrp {
  left: 40%;
}

.account-wishlist {
  align-items: center;
}

.get_quote_btn {
  font-size: 12px;
  color: #000000 !important;
  border-radius: 4px;
  border: solid 1px #000000 !important;
  background-color: #ffc107;
  padding: 4px 10px !important;
}

#get_quote_step {
  font-family: Roboto, sans-serif;
}
#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;
}
#get_quote_step .modal-content {
  padding: 30px;
}
#get_quote_step p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 0;
}

.get_quote_step_hd {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.get_quote_step_hd .get_quote_invoice_ic {
  margin-right: 15px;
}

.get_quote_invoice_ic {
  display: block;
  width: 32px;
  height: 36px;
  background-image: url(../img/get-quote-steps/approve-invoice.svg);
}
.get_quote_invoice_ic.sm {
  width: 24px;
  height: 24px;
  background-size: cover;
}

.get_quote_cart_ic {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url(../img/get-quote-steps/shopping-cart.svg);
}

.get_quote_cart_ic_1 {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/get-quote-steps/shopping-cart-1.svg);
}

.get_quote_steps_li {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.get_quote_steps_li li {
  width: 196px;
  display: flex;
  flex-flow: row;
  margin-top: 30px;
}
.get_quote_steps_li li:first-child {
  margin-top: 0;
}
.get_quote_steps_li .ic_cont {
  width: 24px;
  margin-right: 14px;
}

#get_quote_step p.step_label {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.continue_shopping_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  max-width: 238px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #333333;
}
.continue_shopping_btn:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .get_quote_btn {
    display: block !important;
  }
}
.modal.show.pincode_overlay {
  padding: 0 !important;
}
.modal.show.pincode_overlay .modal-dialog {
  max-width: 660px;
  border-radius: 10px;
  bottom: initial;
  height: auto;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  top: 50%;
}
.modal.show.pincode_overlay .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 0;
}
.modal.show.pincode_overlay .modal-dialog .modal-body {
  padding: 20px;
}

.border_btn_2.v2 {
  border-radius: 5px;
  float: right;
  margin: 20px 0 0 0;
  background: #000000;
  color: #ffffff;
}
.border_btn_2.v2.disabled {
  background: #ffffff;
  color: #000000;
  pointer-events: none;
}

.pincode_wrp {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.pincode_wrp .picode_heading_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pincode_wrp .picode_heading_wrp .fa-map-marker {
  font-size: 30px;
}
.pincode_wrp .picode_heading_wrp .picode_heading {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}

.dbl_wrp {
  margin-top: 10px;
  padding: 0 15px;
}
.dbl_wrp .form-fild {
  position: relative;
}
.dbl_wrp .form-fild label {
  font-size: 16px;
  color: #000000;
  margin: 0 0 3px 0;
  font-weight: 500;
  display: inline-block;
}
.dbl_wrp .form-fild .fa-crosshairs {
  position: absolute;
  font-size: 16px;
  top: 37 px;
  right: 10px;
}
.dbl_wrp .form-fild .btm_txt {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  .iti-mobile .iti--container {
    z-index: 999999;
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .border_right {
    border-right: 2px solid #c4c4c4;
  }
}
.choos_address_wrp {
  padding: 0 30px;
}
.choos_address_wrp .choos_heading {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
}

.address_list_2 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.address_list_2 > li {
  width: 50%;
  margin: 5px 0;
}
.address_list_2 > li .custom-control-label {
  line-height: normal;
  cursor: pointer;
}
.address_list_2 > li .custom-control-label .pin_number {
  color: #000000;
  font-weight: 500;
}
.address_list_2 > li .custom-control-label::after {
  top: 0;
}
.address_list_2 > li .custom-control-label::before {
  top: 0;
}
.address_list_2 > li .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  top: 0;
  background-color: #000000;
}

.mobileLogin .help-block {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pincode_wrp {
    text-align: center;
  }
  .border_btn_2.v2 {
    float: none;
  }
  .border_right {
    border-bottom: 2px solid #c4c4c4;
    padding-bottom: 20px;
    margin-bottom: 13px;
  }
  .mobileLogin .iti {
    width: 100%;
  }
  .address_list_2 {
    flex-direction: column;
  }
  .address_list_2 > li {
    width: 100%;
  }
}
.btm_wrp {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.btm_wrp .border_btn_2 {
  margin: 0;
}

.add_link {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.errTxt_cus {
  font-size: 10px;
  color: red;
  display: none;
}

.pincode_overlay .errTxt_cus {
  margin-bottom: -8px;
}

#pincode.loggedIn.modal.show.pincode_overlay .modal-dialog {
  max-width: 480px;
}
#pincode.loggedIn.modal.show.pincode_overlay .mobileLogin {
  display: none;
}
#pincode.loggedIn.modal.show.pincode_overlay .dbl_wrp {
  justify-content: center;
}
#pincode.loggedIn.modal.show.pincode_overlay .selectPincode {
  border-right: none;
  flex: 0 0 74% !important;
  max-width: none !important;
}

.address_list_2.full_width li {
  width: 100%;
  padding-right: 10px;
}
.address_list_2.full_width .sellerPrice {
  display: inline-block;
  margin-right: 20px;
}

.address_list_2.sellerOverlay li .custom-control-label::after, .address_list_2.sellerOverlay li .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  top: 3px;
}
.address_list_2.sellerOverlay .sellerLoc {
  font-weight: normal;
}
.address_list_2.sellerOverlay .pin_number {
  width: 200px;
  display: inline-block;
}

.border_btn_2 {
  font-size: 13px;
  text-transform: uppercase;
  height: 40px;
  display: inline-block;
  width: 130px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  border-radius: 20px;
  margin: 0 10px;
}

#form-login-otp-modal .fa-circle-o-notch {
  font-size: 14px;
  margin-right: 5px;
  font-size: 10px;
  display: none;
}

.border_btn_2 {
  color: #000000;
  border: 1px solid #c4c4c4;
}

.mobileLogin button {
  background: #fff;
  cursor: pointer;
}

.mobileLogin .form-group {
  margin-bottom: 0;
}

.form-fild input, .form-fild .input-wrp {
  width: 100%;
  padding: 0 0;
  height: 45px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 5px;
}

.pincode-select {
  border: none;
  background: transparent;
  padding: 0 10px;
  z-index: 2;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pincode-select:focus {
  box-shadow: none;
  outline: 0;
}

.input-wrp {
  position: relative;
}
.input-wrp .fa.fa-angle-down {
  right: 4px;
  top: 11px;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 22px;
  z-index: 1;
}

.pincode-select::-ms-expand { /* to hide arrow */
  display: none;
}

.mobileLogin input {
  padding-left: 85px !important;
}
.mobileLogin button {
  background: #fff;
  cursor: pointer;
}
.mobileLogin .fa-circle-o-notch {
  font-size: 14px;
}
.mobileLogin .not_verified_error {
  display: none;
}
.mobileLogin .has-linked-error .not_verified_error {
  display: block;
}
.mobileLogin .help-block {
  display: none;
}
.mobileLogin .has-error .help-block {
  color: #ff6d6d;
  display: block;
}
.mobileLogin .has-error input {
  border-color: #ff6d6d;
  box-shadow: 0 0 0 1px #ff6d6d;
}
.mobileLogin .form-group {
  margin-bottom: 0;
}

.form-fild.has-error .input-wrp {
  border-color: #ff6d6d;
  box-shadow: 0 0 0 1px #ff6d6d;
}
.form-fild.has-error .pinCodeErr {
  display: block;
}

#verifyOtpModal_2 .modal-dialog {
  background: none;
  width: 350px;
}
#verifyOtpModal_2 .modal-content {
  border-radius: 10px;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#verifyOtpModal_2 .btn_wrp button {
  height: 35px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  background-color: #000000;
}
#verifyOtpModal_2 .modal_close {
  background: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #8c8c8c;
  font-size: 30px;
  cursor: pointer;
  z-index: 10;
}
#verifyOtpModal_2 .modal_close:hover {
  color: #000000;
}
#verifyOtpModal_2 .resend_link, #verifyOtpModal_2 .modal_close {
  border: 0;
}
#verifyOtpModal_2 .verify_code {
  text-align: center;
  width: 100%;
  display: inline-block;
}
#verifyOtpModal_2 .verify_code .verify_code_hdr {
  font-weight: 500;
  font-size: 20px;
}
#verifyOtpModal_2 .verify_code .verify_code_subhdr {
  font-size: 16px;
  color: #000000;
  margin-bottom: 6px;
}
#verifyOtpModal_2 .verify_code .verify_code_num {
  font-size: 12px;
  color: #8c8c8c;
}
#verifyOtpModal_2 .verify_code .verify_code_num a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
#verifyOtpModal_2 .verify_code .verify_code_num a:hover {
  font-weight: 700;
}
#verifyOtpModal_2 .otp_block .form-control {
  z-index: 2;
  position: relative;
  background: 0 0;
  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;
}

@media (max-width: 479px) {
  #verifyOtpModal_2 .modal-dialog {
    width: 90%;
    margin: auto;
  }
  #verifyOtpModal_2 .modal-content {
    padding: 20px 10px;
  }
  #verifyOtpModal_2 .modal-body {
    padding: 0;
  }
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
  border-radius: 50%;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border-radius: 50%;
}

.address_list_2 > li .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  top: 0;
  background-color: #000000;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

.prodName_tjuk_varaint {
  font-size: 26px;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  margin-bottom: 0;
}

.sku_rating_row {
  display: flex;
  align-items: center;
}
.sku_rating_row .product-rating {
  margin-left: 20px;
  margin-bottom: 0;
}

.sku__tjuk_varaint {
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 0;
  line-height: initial;
  text-transform: uppercase;
}
.sku__tjuk_varaint .sku_num {
  margin-left: 5px;
}

.product-rating.grey_varaint i {
  color: #999999;
}

.productGallCont.sku_varint {
  margin-top: 20px;
  border: solid 1px #d5d5d5;
  position: relative;
}
.productGallCont.sku_varint .single-product-thumbnail.fillOne .slick-track::after {
  content: "";
  display: flex;
  width: calc(33.33% - 30px) !important;
}
.productGallCont.sku_varint .single-product-thumbnail .slick-track {
  width: 100% !important;
  transform: none !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.productGallCont.sku_varint .single-product-thumbnail .slick-track::before {
  content: none;
}
.productGallCont.sku_varint .single-product-thumbnail .slick-track::after {
  content: "";
}
.productGallCont.sku_varint .single-product-thumbnail .p-thumb, .productGallCont.sku_varint .single-product-thumbnail .slick-slide {
  display: flex;
  width: calc(33.33% - 30px) !important;
  border: none;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
}
.productGallCont.sku_varint .single-product-thumbnail .p-thumb::before, .productGallCont.sku_varint .single-product-thumbnail .slick-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d5d5d5;
}
.productGallCont.sku_varint .single-product-thumbnail .p-thumb.slick-current, .productGallCont.sku_varint .single-product-thumbnail .slick-slide.slick-current {
  background: #ffffff;
}
.productGallCont.sku_varint .single-product-thumbnail .p-thumb.slick-current::before, .productGallCont.sku_varint .single-product-thumbnail .slick-slide.slick-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .productGallCont.sku_varint .single-product-thumbnail .p-thumb, .productGallCont.sku_varint .single-product-thumbnail .slick-slide {
    padding: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .productGallCont.sku_varint .single-product-thumbnail .p-thumb, .productGallCont.sku_varint .single-product-thumbnail .slick-slide {
    padding: 10px;
  }
}

#leftImgCont .productGallCont.sku_varint .label_img, #leftImgCont .productGallCont.sku_varint .poly_label_1, #leftImgCont .productGallCont.sku_varint .poly_label_2 {
  left: 10px;
}
#leftImgCont .productGallCont.sku_varint .corner_label_wrp {
  left: 0;
}
#leftImgCont .productGallCont.sku_varint .simple_label {
  left: 0;
  width: 100%;
}

.specificationCont {
  border-radius: 4px;
  border: solid 1px #d5d5d5;
  padding: 10px;
  margin-bottom: 10px;
}
.specificationCont .specificationIconList {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.specificationCont .specificationIconList li {
  width: 20%;
  padding: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .specificationCont .specificationIconList li {
    width: 33.33%;
  }
}
.specificationCont .specificationIconList .iconCont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specificationCont .specificationIconList .iconCont img {
  width: 100%;
}
.specificationCont .specificationIconList .iconLabel {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  line-height: 15px;
}

.productPrice.tjuk_variant {
  position: relative;
  margin-bottom: 12px;
}
.productPrice.tjuk_variant .prev-price {
  font-size: 16px !important;
  font-weight: normal;
  color: #666666 !important;
}
.productPrice.tjuk_variant .p-d-price {
  font-size: 24px !important;
  font-weight: normal !important;
  color: #000000 !important;
}
.productPrice.tjuk_variant .discount-txt {
  margin-top: -2px;
  margin-bottom: 0;
}
.productPrice.tjuk_variant p {
  margin-bottom: 0;
}

.productAvailability.tjuk_variant {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: absolute;
  top: 8px;
  right: 0;
}

.varietion.tjuk_variant {
  display: inline-block;
}
.varietion.tjuk_variant .varImgList li {
  display: flex;
}
.varietion.tjuk_variant .varImgList .clr_round a, .varietion.tjuk_variant .varImgList .prod_spec a {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 2px 8px;
  border-radius: 4px;
  border: none;
  background-color: #ffffff;
  position: relative;
}
.varietion.tjuk_variant .varImgList .clr_round a.active::after, .varietion.tjuk_variant .varImgList .prod_spec a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  border-radius: 4px;
}
.varietion.tjuk_variant .varImgList .clr_round a::after, .varietion.tjuk_variant .varImgList .prod_spec a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.varietion.tjuk_variant .varImgList .imgSpec a span {
  background-image: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  color: #444444;
  display: flex;
  align-items: center;
}
.varietion.tjuk_variant li label {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  color: #000000;
  text-transform: inherit;
}
.varietion.tjuk_variant .mandatory.fristAttr {
  margin-top: 12px;
}
.varietion.tjuk_variant .mandatory {
  margin-bottom: 11px !important;
}
.varietion.tjuk_variant .mandatory + .options_li {
  margin-top: 5px;
}
.varietion.tjuk_variant .productPrice + .options_li {
  margin-top: 8px;
}
.varietion.tjuk_variant .mandatory + .customiseLi {
  margin-top: 9px;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp {
  display: flex;
  justify-content: space-between;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp a {
  height: 48px;
  border-radius: 4px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp > a {
  width: 50%;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .send_enquiry_btn {
  width: calc(50% - 10px);
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .send_enquiry_btn + .action_button.rowClass {
  width: calc(50% - 10px);
  height: 48px;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .send_enquiry_btn + .action_button.rowClass a {
  width: 100%;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .action_button.rowClass {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .action_button.rowClass a {
  width: calc(50% - 10px);
  margin-left: 0;
}
.varietion.tjuk_variant .qty-cart-add.buttonWrp .send_enquiry_btn + .action_button {
  margin-left: 0;
}
.varietion.tjuk_variant .prodSummary {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
}

.add_info.tjuk_variant {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
}

.p-d-buttons.tjuk_variant {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.p-d-buttons.tjuk_variant .add_wishlist, .p-d-buttons.tjuk_variant .remove_wishlist {
  background: none;
}
.p-d-buttons.tjuk_variant .wishlist_btn .icon-Files {
  display: none;
}
.p-d-buttons.tjuk_variant .add_wishlist span, .p-d-buttons.tjuk_variant .remove_wishlist span {
  margin-left: 0;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #d3d3d3;
}

.messageLink {
  text-decoration: underline;
}

/*gl-5555 start */
@media only screen and (max-width: 767px) {
  #urbn_stv_str .fixed_bottom_links {
    bottom: 49px;
  }
  #urbn_stv_str #scrollUp {
    bottom: 120px;
  }
  #urbn_stv_str .footer-bottom {
    padding-bottom: 135px;
    margin-bottom: 0;
  }
}

/* gl-5555 end*/
#prod_cont .variantSummary, #prod_cont .prodSummary {
  overflow-x: auto;
}

.variantSummary {
  padding-top: 25px;
}

.variantSummary p:last-child, .prodSummary p:last-child {
  margin-bottom: 0;
}

.prodSummary, .moq_text {
  padding-top: 16px;
}

.yotpo-nav-tab.yotpo-active:focus, .yotpo-nav-tab.yotpo-active:active, .yotpo-bottomline.pull-left.star-clickable:active, .yotpo-bottomline.pull-left.star-clickable:focus {
  outline: none !important;
}

:focus {
  outline: none !important;
}

.productGallCont.max-height {
  max-height: 470px;
  overflow: hidden;
}